.header {
    padding: 15px 0;
    position: relative;
    top: 0;
    z-index: 100;
    height: 97px;
    border-bottom: 1px solid #f5f3fa;
}

.header *,
.header *:before,
.header *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header_logo {
    height: auto;
    width: auto;
    margin: 16px 392px 10px 0px;
    display: block;
}

.header_menu {
    margin: 16px 0 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none;
    gap: 30px;
    padding: 0;
}

.header_list {
    font-family: var(--font-family, Arial, Helvetica, sans-serif);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    line-height: 130%;
    color: #eac767;
    margin-left: 40px;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header_list:hover {
    color: #fdad00;
}

.header_social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 51px;
}

.header_social img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
}

.header_social img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.header_phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 8px;
    margin-left: 40px;
}

.hero_no_intim {
    display: none;
}

.header_phone-img {
    width: 20px;
    height: 20px;
    display: block;
}

.phone {
    font-family: var(--font-family, Arial, Helvetica, sans-serif);
    font-weight: 700;
    font-size: 16px;
    color: #ffe7b2;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.phone:hover {
    color: #fdad00;
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #eac767;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #0d0d0d;
    z-index: 1000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 25px;
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    -o-transition: right 0.35s ease;
    transition: right 0.35s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #b68a3d;
    background: transparent;
    color: #eac767;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-menu__close:hover {
    background: rgba(182, 138, 61, 0.15);
}

.mobile-menu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    margin-top: 70px;
}

.mobile-menu__link {
    font-family: var(--font-family, Arial, Helvetica, sans-serif);
    font-weight: 500;
    font-size: 18px;
    color: #eac767;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.mobile-menu__link:hover {
    color: #fdad00;
}

.mobile-menu__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}

.mobile-menu__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 52px;
    background: #b68a3d;
    border-radius: 8px;
    font-family: var(--font-family, Arial, Helvetica, sans-serif);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.mobile-menu__btn:hover {
    background: #9a6e2a;
}

.mobile-menu__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 28px;
    padding-bottom: 10px;
}

.mobile-menu__social img {
    width: 22px;
    height: 22px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: block;
}

.mobile-menu__social img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu-overlay.active {
    display: block;
}

body.menu-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-header {
        min-height: auto;
        background-image: url(../IMG/hero-woman-mobail.png);
    }

    .hero_background {
        position: absolute;
        top: 97px;
        height: calc(100% - 97px);
        -o-object-position: center;
        object-position: center;
    }

    .header {
        height: 70px;
        padding: 0;
        border-bottom: 1px solid rgba(245, 243, 250, 0.15);
        margin-bottom: 0;
    }

    .header .container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 100%;
        padding: 0 15px;
    }

    .header_logo {
        margin: 0;
        height: 40px;
        width: auto;
    }

    .header_menu {
        display: none;
    }

    .header_phone {
        display: none;
    }

    .header_social {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 16px;
        margin-left: auto;
        margin-right: 15px;
    }

    .header_social img {
        width: 22px;
        height: 22px;
    }

    .burger {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .hero_content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .hero_description {
        display: none;
    }
    
    .hero_buttons::after {
        content: "Премиальные программы body massage для мужчин, созданные для глубокого отдыха, снятия напряжения и восстановления энергии.";
        display: block;
        font-size: 14px;
        line-height: 1.6;
        color: #d8b87a;
        max-width: 90%;
        margin: 130px auto 0 auto;
        text-align: center;
    }

    .hero_buttons {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10;
        margin: 20px 0 0 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 16px;
    }
    
    .button_whatsapp .button-text,
    .button_whatsapp span,
    .button_whatsapp p {
        display: none;
    }
    
    .button_whatsapp {
        width: 100%;
        max-width: 320px;
        height: 52px;
        position: relative;
        font-family: var(--font-family, Arial, Helvetica, sans-serif);
        font-weight: 700;
        font-size: 16px;
        line-height: 52px;
        color: #fff;
        text-align: center;
        background: #b68a3d;
        text-decoration: none;
        border-radius: 10px;
        padding: 31px 37px;
        width: 210px;
        height: 41px;
    }
    
    .button_whatsapp::before {
        content: "Записаться";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: var(--font-family, Arial, Helvetica, sans-serif);
        font-weight: 700;
        font-size: 16px;
        line-height: 52px;
        color: #fff;
        text-align: center;
    }
    
    .button_phone {
        display: none !important;
    }
    
    .hero_no_intim {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
        border-radius: 4px;
        width: 222px !important;
        height: 32px !important;
        background: rgba(132, 132, 132, 0.63);
    }
    
    .hero_no_intim img {
        width: 20px;
        height: 20px;
        display: block;
    }
    
    .hero_no_intim p {
        font-family: var(--second-family, Arial, Helvetica, sans-serif);
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #ffe7b2;
        margin: 0;
    }
    
    .hero_text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin: 30px !important;
        padding: 0 !important;
    }
    
    .hero_subtitle {
        font-size: 14px;
        margin: 0 0 30px 0 !important;
    }
    
    .hero_title {
        font-size: 28px;
        margin: 0 0 -30px 0 !important;
    }
    
    .hero_features {
        display: none;
    }
    
    .hero {
        padding: 0 20px 50px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero_title {
        font-size: 24px;
    }
    
    .hero_no_intim p {
        font-size: 14px;
    }
    
    .hero_no_intim img {
        width: 16px;
        height: 16px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header_menu,
    .header_social,
    .header_phone,
    .mobile-menu,
    .mobile-menu__nav,
    .mobile-menu__bottom,
    .mobile-menu__social {
        display: -ms-flexbox;
    }
    
    .hero_buttons {
        display: -ms-flexbox;
    }
}

@-moz-document url-prefix() {
    .button_whatsapp {
        line-height: normal;
    }
    
    .mobile-menu__btn {
        line-height: normal;
    }
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) { 
    @supports (-webkit-appearance: none) {
        .burger,
        .mobile-menu__close {
            -webkit-appearance: none;
            appearance: none;
        }
    }
}

@media not all and (min-resolution: 0.001dpcm) { 
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .burger,
        .mobile-menu__close {
            -webkit-appearance: none;
            appearance: none;
        }
    }
}

@supports (-ms-ime-align:auto) {
    .header {
        border-bottom-color: #f5f3fa;
    }
}