
/* HEADER-NEW */
.consultation.consultation_show {
    height: 50px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
    min-height: auto;
}
.consultation.consultation_show.show {
    height: 0;
}
.consultation.consult-ng {
    background-color: #e22a2a;
}
@media (min-width: 1024px) {
    .header-body__logo {
        max-width: 160px;
    }
    .header-location__text {
        max-width: 150px;
    }
    .consultation {
        top: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0.5em 1em;
        background-color: #124aab;
        color: #fff;
        font-size: 1.1em;
        text-align: center;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 10000;
    }

    .header {
        font-size: 1.8rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        background-color: #fff;
        color: #fff;
        z-index: 5;
    }

    .header-nav-list {
        position: fixed;
        top: 200px;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(.8);
            -ms-transform: scale(.8);
                transform: scale(.8);
        -webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s ease;
        transition: opacity .2s, visibility .2s, -webkit-transform .2s ease;
        -o-transition: transform .2s ease, opacity .2s, visibility .2s;
        transition: transform .2s ease, opacity .2s, visibility .2s;
        transition: transform .2s ease, opacity .2s, visibility .2s, -webkit-transform .2s ease;
        background-color: #c59d5f;
        width: 100%;
        height: 80vh;
        border-left: 1px solid #fff;
        padding: 6rem 1.5rem 3rem;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .header-top__wrap {
        padding: 17px 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.50);
    }

    .header-top__logo-wrap,
    .header-top__phone {
        display: none;
    }

    .header-icon__arrow {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: rotateZ(0deg);
            -ms-transform: rotate(0deg);
                transform: rotateZ(0deg);
    }

    .header-nav__btn:hover .header-icon__arrow {
        margin-left: 1rem;
    }

    .header-nav__btn.act .header-icon__arrow {
        margin-left: 1rem;
    }

    .header-nav__btn.act .header-icon__arrow {
        -webkit-transform: rotateZ(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotateZ(-180deg);
    }

    .header-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
       
        -webkit-transition: background-color .5s ease, padding .5s;
        -o-transition: background-color .5s ease, padding .5s;
        transition: background-color .5s ease, padding .5s;
        z-index: 6;
    }

    .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 1140px;
        margin: 0 auto;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 15px 0;
        gap: 20px;
        width: 100%;
    }

    #search-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border: none;
        background: none;
        border-radius: 26px;
        border: 1px solid #D9D9D9;
        color: rgba(51, 51, 51, 0.50) !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 5px;
    }

    .header-nav__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .head__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 1px solid rgba(51, 51, 51, 0.50);
    }

    .header-nav__item {
        display: block;
        position: relative;
        cursor: pointer;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: black;
    }

    .header-top-body-info__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: black;
        gap: 10px;
    }

    .header-nav__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 30px;
    }

    .search-link-block {
        margin-top: 0;
    }

    .header-top__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto;
        max-width: 1140px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px;
    }

    .header-social-link__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }

    .header-top-body__info {
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px;
    }

    .header-top-body__info p {
        margin: 0;
    }

    .header-top-body__info picture {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #F4F4F4;
    }



    .header-top-body__info picture img {
        width: 24px;
        height: 24px;
        z-index: 2;
    }


    .content {
        margin-left: 0;
    }

    .header-top-body__btn {
        border-radius: 50px;
        background: #C59D5F;
        border: 2px solid #C59D5F;
        color: #FFF;
        font-size: 14px;
        font-weight: 700;
        line-height: 25px;
        padding: 5px 10px;
        -webkit-transition: background-color .3s ease, color .3s ease;
        -o-transition: background-color .3s ease, color .3s ease;
        transition: background-color .3s ease, color .3s ease;
    }
 
    .header-top-body__btn:hover {
        background-color: transparent;
        color: #C59D5F
    }
    .header-top-body__btn_white {
        background-color: #fff;
        color: #c59d5f;
    }
    .header-top-body__btn_white:hover {
        background-color:#c59d5f;
        color: #fff;
    }
    .header.act .header-top {
        background-color: none;
    }

    .header-nav__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
    }

    .mobile-search-block {
        display: none;
    }

    .header-info-mobile {
        display: none;
    }

    .header {
        position: sticky;
        max-height: calc(100vh - 52px);
    }

    .header.sticky .header-top__wrap {
        padding: 12px;
    }

    .header.sticky .header-nav {
        padding: 10px;
    }

    .lower__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 30px;
    }

    .header.sticky .header-nav-list.act {
        top: 133px;
    }
    
    .blocked2 {
    overflow: hidden;
}

}

@media (max-width: 1220px) {
    .header-top-body__info p {
        font-size: 16px;
    }
}
@media (max-width: 1120px) {
    .header-top-body__info p {
        font-size: 14px;
    }
}

.header-nav__item:not(:last-child) {
    margin-bottom: 0;
}

.header {
    max-height: calc(100vh - 52px);
}
.header.sticky {
    max-height: 100vh;
}

@media (max-width: 1230px) {


    .header-top__wrap {
        padding: 17px 10px;
    }

    .header-nav {
        padding: 15px 10px;
    }
}
@media (max-width: 1080px) {
    .header-top-phone a {
        font-size: 14px;
    }
    .header-body__logo {
        max-width: 140px;
    }
    .header-top-body__info picture img {
        width: 16px;
        height: 16px;
    }
    .header-top-body__info picture {
        width: 24px;
        height: 24px;
        -ms-flex-negative: 0;    
        flex-shrink: 0;
    }
}
@media (max-width: 1023px) {


    .header-nav__left {
        gap: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 40px;
    }

    .header.act .header-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-body {
        display: none;
    }

    .header-body__logo,
    .header-top-phone,
    .header-top-body__btn {
        display: none;
    }

    .header-nav__btn {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-nav-list {
        display: none;
    }

    .header-nav-list.act {
        display: block;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        visibility: visible;
        padding: 10px 10px 10px 20px;
        -webkit-animation: fadeIn .3s ease;
                animation: fadeIn .3s ease;
    }

    .header-top-body__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

    .header-social-link__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

    .header-icon__arrow {
        -webkit-transform: rotateZ(0deg);
            -ms-transform: rotate(0deg);
                transform: rotateZ(0deg);
        margin-left: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-nav__btn.act .header-icon__arrow {
        -webkit-transform: rotateZ(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotateZ(-180deg);
        margin-left: 1rem;
    }

    .header-nav__btn:hover .header-icon__arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 1rem;
    }

    .header-nav__item {
        margin-bottom: 8px;
    }

    .header-body {
        padding: 15px;
    }

    .header-top__wrap {
        display: none;
    }

    .search-link-block {
        display: none;
    }

    .header.act .header-top {
        border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    }

    .header-top {
        padding: 10px 15px !important;
    }

    .info-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .header-info-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .header-info-mobile:last-child {
        margin-bottom: 10px;
    }

    .mobile-search-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #search-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 5px;
        text-decoration: none;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 26px;
        border: 1px solid #CBAD7E;
        background: none;
        color: rgba(255, 255, 255, 0.50) !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        padding: 5px;
        width: 100%;
    }


    .lower__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding-bottom: 100px;
    }

    .header-low-nav__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-nav-list__price {
        display: none;
    }

    .header-info-mobile picture img {
        height: 18px;
        width: 18px;
    }

    .header-info-mobile p {
        margin: 0;
    }

    .header-body {
        position: static;
    }

    .header {
        position: sticky;
        background: #C59D5F;
    }


    .header-nav__right {
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
    }

    .header-info-mobile picture {
        position: relative;
    }

    .header-info-mobile picture::before {
        content: '';
        position: absolute;
        display: block;
        width: 36px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 50%;
        top: -9px;
        bottom: 0;
        left: -9px;
        right: 0;
        z-index: 1;
    }

    .search-link-block {
        margin: 10px 0;
        position: relative;
        left: 0;
    }

    .header-nav-list__wrap.act {
        display: block;
    }

    .header-nav-list__btn {
        -webkit-transition: margin .3s ease, -webkit-transform .3s ease;
        transition: margin .3s ease, -webkit-transform .3s ease;
        -o-transition: margin .3s ease, transform .3s ease;
        transition: margin .3s ease, transform .3s ease;
        transition: margin .3s ease, transform .3s ease, -webkit-transform .3s ease;
    }

    .header-nav-list__btn.act {
        -webkit-transform: rotateZ(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotateZ(-180deg);
    }

}

.header {
    font-size: 18px;
}
