.header {
    background-image: url("../../images/header/header-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-bottom: 2px solid #FFFFFF;
}

.main-wrapper.header-top {
    height: 114px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.header-tools {
    float: right;
    display: flex;
    align-self: flex-end;
    /*margin-bottom: 20px;*/
    margin-bottom: 13px;
}

.header-sub-menu {
    margin: 0px;
    padding: 0px;
    align-self: flex-end;
}

    .header-sub-menu li {
        list-style: none;
        display: inline-block;
        position: relative;
    }

        .header-sub-menu li a {
            color: #FFFFFF;
            font-size: 16px;
            font-family: '! BPG LE Studio 02 Caps';
            font-weight: 300;
            font-style: normal;
            display: block;
            padding-top: 20px;
            padding-left: 15px;
            padding-right: 15px;
            cursor: pointer;
            position: relative;
        }

.header-tools-link.distance {
    margin-right: 51px;
}

.header-tools-link.active,
.header-tools-link:hover {
    font-weight: bold;
}

.header-notification {
    position: absolute;
    top: 2px;
    right: -16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F01D23;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Consolas, Arial, Helvetica, sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.header-search-tool {
    display: inline-block;
    position: relative;
    width: 350px;
}

.header-input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px 10px 10px 50px;
    box-sizing: border-box;
    color: white;
}

    .header-input::placeholder {
        font-family: Consolas, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #B1D5F1;
    }

.header-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: none;
    border: none;
    padding-left: 0;
}

    .header-search-icon img {
        vertical-align: bottom;
    }

.burger-menu {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
}

@media screen and (max-width: 1024px) {
    .burger-menu {
        display: block;
    }

    /*.main-wrapper.header-top {
        height: 100px;

    }*/
}
