.header {
    background-color: #ffc000;
    font-weight: 100;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__link:hover {
    color: #003366;
}

.header__link {
    cursor: pointer;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
}

.header__burger {
    display: none;
}

.header__nav-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header__nav {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.header__nav .header__nav-item:first-of-type {
    padding-right: 15px;
}

.header__nav .header__nav-item:not(:first-of-type) {
    padding: 0px 16px;
}

.header__link.header__link--arr::after {
    content: '\f078';
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    margin-left: 5px;
}

.header__nav-item.active .header__link {
    color: #fff;
}

.header__nav-item.active {
    background-color: #f64b00;
    color: #fff;
}

.header__nav-item.active .header__link.header__link--arr::after {
    content: '\f077';
}


.header__socials {
    margin-left: auto;
}

.header__nav-inn .header__link {
    margin: 0;
    padding: 0 20px;
    color: #fff !important;
    display: block;
    text-transform: none;
    line-height: 43px;
}

.header__nav-inn .header__link:hover {
    background-color: #e94200;
}

.header__nav-inn {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 235px;
    padding: 10px 0;
    background-color: #f64b00;
    z-index: 11;
}

.header__socials li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.header__social.fa-vk:hover {
    background-color: #fff;
    color: #597da3;
    border-color: #fff;
}

.header__social.fa-whatsapp:hover {
    background-color: #fff;
    color: #3eaa44;
    border-color: #fff;
}

.header__social.fa-instagram:hover {
    background-color: #fff;
    color: #c72590;
    border-color: #fff;
}

.header__social.fa-facebook-f:hover {
    background-color: #fff;
    color: #3b5998;
    border-color: #fff;
}

.header__social.fa-odnoklassniki:hover {
    background-color: #fff;
    color: #ed812b;
    border-color: #fff;
}

.header__social {
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    color: #7f6000;
    text-align: center;
    font-size: 18px;
}

.subhead .container .subhead__col:last-of-type {
    text-align: right;
}

.subhead .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subhead__txt {
    font-size: 16px;
    color: #747373;
    font-weight: 100;
}

.subhead {
    padding: 24px 0;
}

.subhead__phone a {
    color: inherit;
}

.subhead__phone {
    color: #4e4e4e;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    background: url("../i/phone.png") left/16px no-repeat;
    padding-left: 24px;
    margin: 0 0 0 39px;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
}

.header__nav-cross {
    display: none;
    background: url("../i/cross-white.svg") center/15px no-repeat;
    width: 37px;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
}

@media screen and (max-width: 1140px) {
    .subhead__phone {
        background-size: 13px;
        padding-left: 19px;
        font-size: 19px;
        margin: 0 0 0 14px;
    }

    .header__link {
        font-size: 14px;
    }

    .header__nav .header__nav-item:not(:first-of-type) {
        padding: 0 10px;
    }

    .header__social {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }

    .subhead__txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .header__socials li {
        margin-left: 2px;
    }

    .subhead__txt {
        font-size: 16px;
    }

    .header__social {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 35px;
    }

    .header__nav-item {
        display: block;
    }

    .header__link {
        font-size: 15px;
    }

    .header__nav-wrap {
        display: none;
        position: fixed;
        width: 100%;
        color: #fff;
        top: 0;
        overflow-y: auto;
        z-index: 1000;
        height: 100%;
        background: #f64b00;
        right: 0;
        padding-top: 24px;
    }

    .header__nav-wrap .header__nav .header__nav-item {
        padding: 0 30px 34px 30px;
    }

    .header__nav-cross {
        display: block;
    }

    .header__link {
        line-height: normal;
        color: #fff;
        text-transform: none;
        font-size: 20px;
        font-weight: bold;
    }

    .header__link.header__link--arr::after {
        display: none;
    }

    .header__nav-inn {
        display: block;
        position: static;
        width: auto;
        margin: 14px 0 0 0;
        padding: 0;
    }

    .header__nav-inn .header__link {
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 14px;
        padding: 0;
        line-height: initial;
    }

    .header__burger {
        display: block;
        width: 21px;
        height: 21px;
        background: url("../i/menu.png") center/contain no-repeat;
    }

    .header__socials {
        margin: 0;
    }

    .subhead__col:last-of-type .subhead__txt {
        display: none;
    }

    .header {
        padding: 14px 0;
    }

    .subhead__phone {
        line-height: 15px;
        display: block;
        background: none;
        padding: 0;
        margin: 0;
        font-size: 13px;
    }

    .subhead__logo img {
        width: 185px;
    }

    .header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .subhead {
        padding: 19px 0;
    }
}

@media screen and (max-width: 375px) {
    .subhead__logo img {
        width: 165px;
    }

    .header__socials li {
        margin-left: 6px;
    }

    .subhead__txt {
        font-size: 14px;
    }

    .subhead__phone {
        font-size: 12px;
    }
}