/* =========================
   Fonts
========================= */
@font-face {
    font-family: "Inter";
    src: url("fonts/InterTight-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "journalism";
    src: url("fonts/journalism2.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* =========================
   Reset / Base
========================= */

* {
    padding: 0;
    margin: 0;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* Scroll lock */
html.lock,
body.lock {
    overflow: hidden;
    height: 100%;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

textarea {
    resize: vertical;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

a,
button,
[role="button"] {
    -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

input[type="file"] {
    max-width: 100%;
}

/* Body */
body {
    background-color: #1A1310;
    letter-spacing: -0.32px;
    font-family: "Inter";
}

/* =========================
   Layout
========================= */
.wrapper {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
}

.container {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 15px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip-path: inset(50%);
}

/* =========================
   Components
========================= */
.btn {
    display: inline-flex;
    padding: 24px 75px;
    background-color: #7A0F18;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #D8C7A2;
    border-radius: 4px;
}

.btn_telegram {
    display: inline-flex;
    min-width: 95px;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    max-height: 32px;
    border: 1px solid #D8C7A2;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* =========================
   Header
========================= */
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: clamp(125px, 110.4545px + 2.6515vw, 155px);
    z-index: 5;
}

.header__body {
    position: relative;
    z-index: 3;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;

    gap: 5px;
    opacity: 0;
    transition: all 1.5s ease 3s;
}

.header__body._active {
    opacity: 1;
    transition: all 1.5s ease 2s;
}

.header__nav.active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-h, 155px);
    background: #1A1310;
    z-index: 5;
    pointer-events: none;
}

.header__menu {
    display: flex;
    gap: clamp(30px, -27.67px + 5.81vw, 70px);
}

.header__link {
    color: #D8C7A2;
    letter-spacing: -0.32px;
    transition: all 0.3s ease;
}

.header__item-body {
    display: none;
}

.header__logo {
    max-width: clamp(82px, 74.0909px + 2.197vw, 111px);
    margin-top: 20px;
}

.header__logo img {
    width: 100%;
    display: block;
}

.header__logo-link {
    position: relative;
    z-index: 6;
}

.btn_telegram.center {
    display: none;
}

.header__item {
    text-decoration: none;

}

.header__item.phone,
.header__item.adress {
    display: none;
}

.header__right,
.header__menu {
    width: 100%;
    align-items: center;
    display: flex;
    color: #D8C7A2;
}

.header__right-burger {
    display: none;
}

.header__right {
    gap: clamp(100px, -44.5415px + 14.556vw, 200px);
    display: flex;
    justify-content: end;
}


.header__tel-img {
    display: none;
}

.burger__menu {
    display: none;

}

.footer__tel,
.header__item,
.header__tel {
    position: relative;
}

.footer__tel::after,
.header__item::after,
.header__tel::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #D8C7A2;
    opacity: 0;
    transition: opacity .3s ease;
}


@media (any-hover: hover) {

    .footer__tel:hover::after,
    .header__item:hover::after,
    .header__tel:hover::after {
        opacity: 1;
    }

    .btn_telegram:hover {
        background-color: #D8C7A2;
        color: #1A1310;
    }

    .btn:hover,
    .hero__btn:hover,
    .btn.hero__btn:hover {
        background-color: #5C0B13;
    }

    .modal__input:hover {
        border: 1px solid #A89A7DB3;
    }

    .programs__nav-btn:hover {
        color: #7A0F18;
        background-color: #D8C7A2;
    }

    .faq__item-text a:hover,
    .underline:hover {
        color: #7A0F18;
    }

    .user-agreement:hover,
    .popup__policy:hover {
        color: #D8C7A2;
    }
}

/* =========================
   Preloader
========================= */

.preloader {
    contain: strict;
    position: fixed;
    inset: 0;
    background: #1A1310;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding: 0;
}

@supports (padding: env(safe-area-inset-top)) {
    .preloader {
        padding:
            env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.preloader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.preloader__logo {
    display: block;
    width: 155px;
    max-width: 155px;
    height: auto;

    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.preloader.show-logo .preloader__logo {
    opacity: 1;
    transform: translateY(0);
}

.preloader__bar {
    width: 155px;
    height: 4px;
    background: #39322C;
    overflow: hidden;
    position: relative;
}

.preloader__bar span {
    position: absolute;
    inset: 0;
    width: 0%;
    background: #7A0F18;
    transition: width 1.1s ease;
}

.preloader.fill-bar .preloader__bar span {
    width: 100%;
}

.preloader img {
    display: block;
    max-width: 60vw;
    height: auto;
}

/* =========================
   Hero
========================= */
.hero {
    height: 100vh;
    height: 100svh;
    min-height: 800px;
    position: relative;
}

.hero__media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background: linear-gradient(180deg,
            rgba(26, 19, 16, 0.15) 0%,
            rgba(26, 19, 16, 0.6) 60%,
            rgba(26, 19, 16, 1) 100%);
}

.hero__media {
    position: absolute;
    z-index: 2;
    inset: 0;
    overflow: hidden;
}

.hero__bg {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% center;
    transform: scale(2);
    opacity: 0;
    transition: all 1.5s ease 1s;
}

.hero__bg._active {
    transform: scale(1);
    opacity: 1;
    transition: all 1.5s ease 1s;
}

.hero__body {
    padding-top: clamp(280px, 259.8182px + 5.6061vw, 354px);
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    color: #D8C7A2;
    align-items: center;
    text-align: center;
}

.hero__title {
    font-family: "journalism";
    font-size: clamp(52px, 35.6364px + 4.5455vw, 112px);
    line-height: 0.9;
    margin-bottom: 20px;
    font-weight: 400;
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 1.5s ease;
    min-height: 1.2em;
}

.hero__title._active {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 1.5s ease 1s;
}

.hero__title span {
    transform: translate(0px, 120%);
    opacity: 0;
    transition: all 0.8s ease;
}

.hero__title._active span {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 0.8s ease 2.2s;
}

.hero__subtitle {
    max-width: 600px;
    font-size: clamp(16px, 14.9091px + 0.303vw, 20px);
    line-height: 1.2;
    margin-bottom: 40px;
    min-height: 1.2em;
    opacity: 0;
    transition: all 1s ease 3s;
}

.hero__subtitle._active {
    opacity: 1;
    transition: all 1s ease 2s;
}

.hero__btn {
    opacity: 0;
    transition: opacity 1s ease 2s,
        background-color .3s ease;
}

.hero__btn._active {
    opacity: 1;
    transition: opacity 1s ease 2s,
        background-color .3s ease;
}

/* =========================
   About
========================= */
.about {
    padding-top: clamp(80px, 52.7273px + 7.5758vw, 180px);
}

.about__body {
    display: flex;
}

.about__left {
    flex: 0 0 460px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about__img {
    overflow: hidden;
    max-height: 486px;
}

.about__img-2 {
    overflow: hidden;
    flex: 0 0 370px;
    min-height: 386px;
}

.about__img-2 img,
.about__img img {
    width: 100%;
    display: block;
}

.about__inner {
    gap: 17px;
    display: flex;
    justify-content: space-between;
}

.about__inner-text-block {
    margin-bottom: clamp(20px, -1.8182px + 6.0606vw, 100px);
    max-width: 563px;
}

.label {
    position: relative;
    color: #A89A7D;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
}

.label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 10px;
    background-color: #7A0F18;
    border-radius: 50%;
}

.title {
    font-family: "journalism";
    font-size: clamp(42px, 31.6471px + 3.2353vw, 86px);
    color: #D8C7A2;
    line-height: 0.9;
    font-weight: 400;
    letter-spacing: -0.32px;
}

.about__title {
    margin-bottom: clamp(20px, -1.8182px + 6.0606vw, 100px);
}

.about__text {
    max-width: 460px;
    color: #A89A7D;
    line-height: 1.3;
    margin-bottom: clamp(20px, 14.5455px + 1.5152vw, 40px);
}

.about__text-bottom {
    max-width: 460px;
    line-height: 1.7;
    color: #A89A7D;
}

.about__text-block {
    line-height: 1.3;
    font-size: clamp(16px, 11.6364px + 1.2121vw, 32px);
    color: #D8C7A2;
}

/* =========================
   Benefits
========================= */
.benefits {
    padding-top: clamp(80px, 39.0909px + 11.3636vw, 230px);
    padding-bottom: clamp(80px, 39.0909px + 11.3636vw, 230px);
}

.benefits__title {
    margin-bottom: clamp(20px, 17.2727px + 0.7576vw, 30px);
}

.benefits__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(10px, 4.5455px + 1.5152vw, 30px);
}

.benefits__img {
    max-width: 460px;
    max-height: 460px;
    margin-bottom: 20px;
    overflow: hidden;
}

.benefits__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefits__item {
    display: flex;
    flex-direction: column;
}

.benefits__text {
    margin-bottom: clamp(10px, 8.9091px + 0.303vw, 14px);
    color: #D8C7A2;
    line-height: 1.2;
    font-size: clamp(16px, 13.8182px + 0.6061vw, 24px);
}

.benefits__subtext {
    font-size: clamp(14px, 13.4545px + 0.1515vw, 16px);
    color: #A89A7D;
    line-height: 1.3;
}

/* =========================
   Programs / Swiper
========================= */
.programs {
    position: relative;
}

.programs__body {
    padding-top: clamp(30px, 5.4545px + 6.8182vw, 120px);
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.programs__head {
    display: none;
}

.programs__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.programs__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 700ms ease;
    will-change: opacity;
    pointer-events: none;
}

.programs__bg-img.is-front {
    opacity: 1;
}

.programs__container {
    position: relative;
    z-index: 2;
}

.programs__sliders.swiper {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.programs__sliders .swiper-wrapper {
    align-items: stretch;
    will-change: transform;
}

/* Slide */
.programs__slider.swiper-slide {
    opacity: 1;
    display: flex;
    pointer-events: auto;
    height: auto;
}

.slider {
    display: flex;
    width: 100%;
}

.slider__left,
.slider__right {
    overflow: hidden;
    max-width: 100%;
    flex: 0 0 33.333%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider__center {
    display: flex;
    justify-content: center;
    flex: 0 0 33.333%;
    padding-bottom: 140px;
}

.slider__center img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center top;
}

.slider__right-titte {
    display: none;
}

.slider__left-bottom {
    padding-right: 10px;
}

.slider__left-title {
    font-family: "journalism";
    font-size: clamp(48px, 42.5455px + 1.5152vw, 68px);
    color: #D8C7A2;
    line-height: 0.8;
    margin-bottom: clamp(20px, 17.2727px + 0.7576vw, 30px);
}

.slider__left-list {
    line-height: 1.7;
    font-size: 16px;
    color: #A89A7D;
}

.slider__right {
    align-items: flex-end;
}

.slider__right-bottom {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.slider__counter {
    font-family: "journalism";
    color: #706152;
    font-size: clamp(30px, 45.2727px + -0.9091vw, 42px);
    line-height: 0.9;
}

.slider__counter span {
    color: #D8C7A2;
    font-size: 44px;
}

.programs__nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
    color: #D8C7A2;
    transform: translateX(-50%);
    z-index: 3;
}

.programs__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
    cursor: pointer;
    user-select: none;
    height: 40px;
    width: 40px;
    border-radius: 999px;
    border: 1px solid #D8C7A2;
    background: transparent;
    transition: all .3s ease;
}

.programs__nav-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.programs__pagination {
    display: none;
}

/* =========================
   Services
========================= */
.services {
    padding-top: clamp(80px, 41.8182px + 10.6061vw, 220px);
    padding-bottom: clamp(80px, 41.8182px + 10.6061vw, 220px);
}

.services__body {
    display: flex;
    gap: clamp(145px, 78.4737px + 8.6623vw, 224px);
    margin-bottom: clamp(30px, 5.4545px + 6.8182vw, 120px);
}

.services__text {
    max-width: 660px;
    letter-spacing: -0.32px;
}

.services__label {
    display: inline-flex;
}

.services__title {
    margin-bottom: clamp(20px, 14.5455px + 1.5152vw, 40px);
}

.services__subtitle {
    line-height: 1.3;
    color: #A89A7D;
    max-width: 460px;
    margin-bottom: clamp(20px, 14.5455px + 1.5152vw, 40px);
}

.services__list {
    color: #A89A7D;
    line-height: 1.7;
}

.services__image img {
    width: 100%;
    display: block;
    min-height: 240px;
    object-fit: cover;
}

.services__description {
    margin-top: clamp(30px, -10.9091px + 11.3636vw, 180px);
    display: flex;
    gap: clamp(39px, -160.2141px + 25.9056vw, 275px);
}

.services__description-tite {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #D8C7A2;
    margin-bottom: clamp(20px, 17.2727px + 0.7576vw, 30px);
}

.services__description-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services__description-text {
    max-width: 460px;
    line-height: 1.3;
    letter-spacing: -0.32px;
    color: #A89A7D;
}

.services__description-bottom {
    margin-top: clamp(30px, -10.9091px + 11.3636vw, 180px);
    display: flex;
    gap: 30px;
}

.services__description-right-bottom {
    width: 949px;
    max-height: 720px;
    overflow: hidden;
}

.services__description-right-bottom img {
    width: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.services__description-left.bottom {
    justify-content: flex-start;
}

/* =========================
   Reservation
========================= */
.reservation {
    padding-top: clamp(276px, 264px + 3.3333vw, 320px);
    padding-bottom: clamp(277px, 262.2727px + 4.0909vw, 331px);
    position: relative;
}

.reservation {
    background: url("../img/reservation__bg.svg") center / cover no-repeat;
}

.reservation__body {
    position: relative;
    z-index: 2;
    text-align: center;
}

.reservation__title {
    margin-bottom: 30px;
}

.reservation__text {
    margin: 0 auto;
    max-width: clamp(245px, 148.1818px + 26.8939vw, 600px);
    margin-bottom: 50px;
    line-height: 1.2;
    font-size: clamp(14px, 12.3636px + 0.4545vw, 20px);
    color: #D8C7A2;
}

/* =========================
   FAQ
========================= */
.faq {
    padding-top: clamp(80px, 52.7273px + 7.5758vw, 180px);
    padding-bottom: clamp(80px, 52.7273px + 7.5758vw, 180px);
}

.faq__body {
    display: flex;
    justify-content: space-between;
}

.faq__left {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    gap: 20px;
}

.faq__label,
.faq__left-top-text {
    margin-bottom: 40px;
}

.faq__left-top-text {
    line-height: 1.3;
    color: #D8C7A2;
}

.faq__right {
    max-width: 705px;
    flex: 1 1 auto;
}

.faq__minutes span {
    font-family: "journalism";
    font-size: 112px;
    letter-spacing: -0.32px;
}

.faq__minutes {
    margin-bottom: 30px;
    line-height: 0.9;
    color: #D8C7A2;
    text-transform: uppercase;
}

.faq__left-bottom-text {
    max-width: 235px;
    line-height: 1.3;
    color: #A89A7D;
}

.faq__acc {
    border-top: 1px solid #39322C;
}

.faq__item {
    padding: 30px 0;
    border-bottom: 1px solid #39322C;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.faq__item * {
    -webkit-tap-highlight-color: transparent;
}

.faq__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__item-title {
    font-family: "journalism";
    color: #D8C7A2;
    font-size: clamp(16px, 10.5455px + 1.5152vw, 36px);
}

.faq__btn {
    position: relative;
    width: 17.5px;
    height: 2px;
    background-color: #7A0F18;
}

.faq__btn:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 17.5px;
    height: 2px;
    background-color: #7A0F18;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}

.faq__item.is_active .faq__btn:after {
    transform: rotate(0deg);
    transition: all 0.5s ease;
}

.faq__item-text {
    font-size: clamp(14px, 13.4545px + 0.1515vw, 16px);
    opacity: 0;
    max-width: 460px;
    visibility: hidden;
    max-height: 0;
    transition: all 0.3s ease;
    user-select: text;
    -webkit-user-select: text;
}

.faq__item-text span {
    display: block;
    margin-bottom: 10px;
}

.faq__item-text .underline {
    display: inline;
    cursor: pointer;
    margin-bottom: 0;
    text-decoration: underline;
}

.faq__item-text a {
    transition: all .3s ease;
}

.faq__item.is_active .faq__item-text {
    margin-top: 20px;
    line-height: 1.3;
    color: #A89A7D;
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    transition: all 0.8s ease;
}

.faq__label-top {
    display: none;
}

/* =========================
   certificate
========================= */

.certificate {
    padding-top: clamp(100px, 42.7273px + 15.9091vw, 310px);
    padding-bottom: clamp(80px, 33.6364px + 12.8788vw, 250px);
    background: url("img/certificate.webp") center / cover no-repeat;
}

.certificate__body {
    margin: 0 auto;
    max-width: 1079px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.certificate__title {
    margin-bottom: 30px;
    font-size: clamp(60px, 45.8182px + 3.9394vw, 112px);
}

.containerte__text {
    margin-bottom: 40px;
    font-size: clamp(16px, 14.9091px + 0.303vw, 20px);
    line-height: 1.2;
    color: #D8C7A2;
}

.certificate__btn {
    font-size: clamp(14px, 13.4545px + 0.1515vw, 16px);
}

/* =========================
   Map
========================= */
.map {
    position: relative;
    width: 100%;
    height: clamp(820px, 798.1818px + 6.0606vw, 900px);
    overflow: hidden;
}

.map__container,
.map iframe {
    width: 100%;
    border: 0;
    height: clamp(820px, 798.1818px + 6.0606vw, 900px);
}

.map__blur {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
}

.map__blur.none {
    display: none;
}

.map__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    object-fit: cover;
}

.map__image-logo {
    max-width: 50px;
    margin-bottom: 20px;
    z-index: 2;
}

.map__text {
    z-index: 3;
    text-decoration: underline;
    line-height: 1.3;
    color: #D8C7A2;
}

.map__body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* =========================
   Footer
========================= */
.footer {
    padding-top: clamp(40px, 29.0909px + 3.0303vw, 80px);
    padding-bottom: clamp(20px, 42.9091px + -1.3636vw, 38px);
    text-align: center;
}

.footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__tel,
.adress {
    color: #D8C7A2;
}

.footer__tel {
    margin-bottom: clamp(14px, 12.3636px + 0.4545vw, 20px);
}

.adress {
    font-weight: 300;
    margin-bottom: clamp(24px, 19.6364px + 1.2121vw, 40px);
}

.footer__telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D8C7A2;
    font-size: 14px;
    margin-bottom: clamp(30px, 16.3636px + 3.7879vw, 80px);
}

.footer__logo {
    margin-bottom: clamp(30px, 27.2727px + 0.7576vw, 40px);
}

.footer__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__text {
    font-weight: 300;
    color: #706152;
}

.footer__bottom {
    margin-top: 30px;
}

/* =========================
   Popup
========================= */

.popup {
    position: fixed;
    display: flex;
    flex-direction: column;
    padding-bottom: clamp(23px, 2px + 5.8333vw, 100px);
    inset: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    background-color: #150F0DE6;
    color: #A89A7D;
    overflow: auto;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup__close {
    padding: clamp(16px, 6.1818px + 2.7273vw, 52px);
    position: relative;
    display: inline-flex;
    align-self: end;
    color: #D8C7A2;
}

.popup-message__close:after,
.popup-message__close::before,
.popup__close:after,
.popup__close:before {
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2.4px;
    content: '';
    background-color: #D8C7A2;
}

.popup-message__close:after,
.popup__close:after {
    top: 50%;
    transform: translate(-50%) rotate(-45deg);
}

.popup-message__close::before,
.popup__close::before {
    top: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.popup__container {
    position: relative;
    z-index: 23;
    max-width: 1030px;
    opacity: 1;
    margin: 0 auto;
    background-color: #1E1713;
    border-radius: 0px 0px 12px 12px;
    transform: translateY(12px);
    opacity: 0;
    transition: transform .8s ease, opacity .8s ease;
}

.popup.is-open .popup__container {
    transform: translateY(0);
    opacity: 1;
}

.popup__top,
.popup__bottom {
    padding-right: clamp(10px, 1.8182px + 2.2727vw, 40px);
    padding-left: clamp(10px, 1.8182px + 2.2727vw, 40px);
    padding-top: clamp(20px, 14.5455px + 1.5152vw, 40px);
    padding-bottom: clamp(30px, 27.2727px + 0.7576vw, 40px);
}

.popup__middle {
    padding-right: clamp(10px, 1.8182px + 2.2727vw, 40px);
    padding-left: clamp(10px, 1.8182px + 2.2727vw, 40px);
    padding-top: clamp(20px, 14.5455px + 1.5152vw, 40px);
}

.popup__middle-body {
    padding-bottom: clamp(30px, 27.2727px + 0.7576vw, 40px);
}

.popup__top {
    width: 100%;
    display: flex;
    gap: 30px;
    background-color: #1A1310;
    border-radius: 0px 0px 12px 12px;
}

.popup__left-topimage {
    display: none;
}

.popup__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup__title {
    font-size: 48px;
    line-height: 0.9;
    letter-spacing: 0;
    margin-bottom: clamp(10px, 4.5455px + 1.5152vw, 30px);
}

.popup__description {
    line-height: 1.3;
}

.popup__left-item {
    line-height: 1.7;
}

.popup__right {
    min-width: 460px;
    border-radius: 13px;
    overflow: hidden;
}

.popup__right img {
    width: 100%;
    object-fit: cover;
}

.popup__middle-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: clamp(30px, 27.2727px + 0.7576vw, 40px);
    border-bottom: 1px solid #39322C;
}

.middle-item__title {
    margin-bottom: clamp(10px, 8.6364px + 0.3788vw, 15px);
    font-weight: 500;
    line-height: 1.2;
    font-size: clamp(16px, 14.9091px + 0.303vw, 20px);
}

.middle-item__title span {
    margin-right: 5px;
    color: #7A0F18;
}

.middle-item__text {
    font-size: clamp(14px, 13.4545px + 0.1515vw, 16px);
    line-height: 1.3;
}

.popup__bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 600px;
    min-width: 100%;
}

.popup .is-hidden {
    display: none !important;
}

.modal__price {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: clamp(30px, 27.2727px + 0.7576vw, 40px);
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

.modal__radio,
.modal__radio span,
.modal__radio label {
    -webkit-tap-highlight-color: transparent;
}

.popup__bottom-left {
    flex: 0 0 50%;
}

.modal__radio {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    user-select: none;
    -webkit-user-select: none;
}

.modal__radio input {
    display: none;
}

.modal__radio span {
    position: relative;
    padding-left: 33px;
}

.modal__radio span::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #706152;
    border-radius: 50%;
    transform: translateY(50%);
    background: transparent;
    transition: all 0.3s ease;
}

.modal__radio input:checked+span::before {
    border-color: #706152;
    background-color: transparent;
}

.modal__radio input:checked+span::after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 4px;
    width: 12px;
    height: 12px;
    transform: translateY(50%);
    border-radius: 50%;
    background-color: #706152;
}

.modal__included-title {
    margin-bottom: 15px;
    font-size: clamp(14px, 13.4545px + 0.1515vw, 16px);
    font-weight: 600;
}

.modal__included-title span {
    color: #7A0F18;
}

.modal__included ul li {
    line-height: 1.7;
    font-size: clamp(12px, 10.2353px + 0.4902vw, 14px);
}

.modal__form {
    display: flex;
    flex-direction: column;
}

.phone-input {
    caret-color: #D8C7A2;
}

.modal__input {
    outline: none;
    margin-bottom: 16px;
    padding: 22px 20px;
    border: 1px solid #A89A7D66;
    border-radius: 10px;
    color: #D8C7A2;
    transition: all 0.3s ease;
}

.modal__input:focus {
    border: 1px solid #D8C7A2;
}


.modal__input::placeholder {
    font-family: 'Inter';
    color: #706152;
    transition: opacity .3s ease;
}


.modal__input:focus::placeholder {
    opacity: 0;
}

.modal__submit {
    justify-content: center;
}

.modal__agree {
    margin-top: 44px;
    font-size: 14px;
    line-height: 1.3;
}

.modal__agree .modal__link {
    text-decoration: underline;
}

.popup__thanks {
    position: absolute;
    inset: 0;
    background: rgba(21, 15, 13, 0.96);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

.popup__thanks.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup__thanks-inner {
    text-align: center;
    max-width: 420px;
    padding: 40px 24px;
}

.popup__thanks h3 {
    font-size: 32px;
    margin-bottom: 16px;
}

.popup__thanks p {
    font-size: 16px;
    line-height: 1.4;
    opacity: .9;
}

.popup__thanks-btn {
    margin-top: 24px;
}

.modal__submit.is-loading {
    opacity: 0.75;
    pointer-events: none;
    transform: scale(0.98);
    transition: transform .15s ease, opacity .15s ease;
}

/* =========================
   POPUP-message
========================= */
.popup-message {
    position: fixed;
    inset: 0;
    z-index: 22;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1A1310E6;
    opacity: 0;
    transition: opacity .3s ease;
    visibility: hidden;
}

.popup-message.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-message__body {
    width: 460px;
    position: relative;
    padding-top: clamp(20px, 9.0909px + 3.0303vw, 60px);
    padding-bottom: clamp(20px, 9.0909px + 3.0303vw, 60px);
    padding-right: clamp(15px, 2.7273px + 3.4091vw, 60px);
    padding-left: clamp(15px, 2.7273px + 3.4091vw, 60px);
    display: flex;
    flex-direction: column;
    background-color: #150F0D;
}

.popup-message__close {
    position: absolute;
    width: 26px;
    height: 26px;
    right: clamp(10px, 5.6364px + 1.2121vw, 26px);
    top: clamp(10px, 5.6364px + 1.2121vw, 26px);
    z-index: 23;
}

.popup-message__title {
    color: #D8C7A2;
    line-height: 1.3;
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.form-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-message__input {
    width: 100%;
    padding: 19px 20px;
    margin-bottom: 12px;
}

.form-message__button {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
}

/* =========================
   Policy
========================= */
.policy-popup {
    position: fixed;
    inset: 0;
    z-index: 30;
    /* выше твоих .popup / .popup-message (у них 22) */
    background: rgba(21, 15, 13, 0.92);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.policy-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.policy-popup__body {
    width: min(900px, 100%);
    max-height: min(80vh, 800px);
    overflow: auto;
    background: #1E1713;
    border-radius: 12px;
    padding: 28px 24px;
    position: relative;
    color: #A89A7D;
}

.policy-popup__title {
    font-family: "journalism";
    color: #D8C7A2;
    font-size: 36px;
    line-height: .9;
    margin-bottom: 16px;
}

.policy-popup__content {
    line-height: 1.4;
    font-size: 16px;
}

.policy-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.policy-popup__content p {
    margin-bottom: 20px;
}

.policy-popup__close::before,
.policy-popup__close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #D8C7A2;
    transform-origin: center;
}

.policy-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.policy-popup__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.user-agreement,
.popup__policy {
    cursor: pointer;
    transition: all .3s ease;
}

/* =========================
   Media
========================= */
@media (max-width: 1370px) {
    .about__left {
        display: none;
    }
}

@media (max-width: 1048px) {
    .faq__body {
        flex-direction: column;
    }

    .faq__label-top {
        display: inline-flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 40px;
    }

    .faq__label {
        display: none;
    }

    .faq__label {
        margin: 0;
    }

    .faq__left {
        align-self: center;
        order: 2;
    }

    .faq__right {
        max-width: 100%;
        order: 1;
    }

    .faq__left-top-text {
        margin-top: 40px;
        margin-bottom: 20px;
        text-align: center;
        max-width: 340px;
    }

    .faq__left-top {
        text-align: center;
    }

    .faq__minutes,
    .faq__left-bottom-text {
        display: none;
    }
}

@media (max-width: 992px) {
    .about__inner {
        flex-direction: column;
    }

    .burger__menu {
        display: block;
    }

    .header__menu {
        display: flex;
        flex-direction: column;
    }

    .header__right-burger {
        display: block;

    }

    .header__tel-img {
        max-width: 34px;
        max-height: 34px;
        padding: 8px;
        position: relative;
        z-index: 6;
        display: inline-block;
        border: 1px solid #706152;
        border-radius: 50%;
    }

    .header__tel {
        display: none;
    }


    .header__nav {
        font-family: "journalism";
        padding-top: 200px;
        position: fixed;
        flex-direction: column;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background-color: #1A1310;
        font-size: 52px;
        transition: all 0.3s ease;
        overflow: auto;
    }

    .header__link.phone,
    .header__link.adress {
        font-family: "Inter";
        font-size: 16px;
        display: block;
        margin: 0;
        font-weight: 400;
        color: #D8C7A2;
    }

    .header__item-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 115px;
        margin-bottom: 30px;
    }

    .header__link.adress {
        margin-top: 14px;
        margin-bottom: 30px;
    }

    .header__nav.active {
        left: 0;
    }

    .btn_telegram.center {
        position: relative;
        z-index: 6;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #D8C7A2;
    }

    .btn_telegram {
        display: none;
    }

    .footer__telegram {
        display: flex;
    }

    .burger__menu {
        position: relative;
        display: block;
        width: 16px;
        height: 14px;
        z-index: 6;
    }

    .header__item-body-messages {
        display: flex;
        margin-bottom: 30px;
        font-family: 'Inter';
        font-size: 16px;
        gap: 10px;
    }

    .btn_telegram.center._burger {
        display: inline-flex;
    }

    .btn_telegram._burger {
        display: inline-flex;
    }

    .burger__menu::before,
    .burger__menu::after,
    .burger__menu span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        background-color: #D8C7A2;
        transition: all 0.3s ease;
    }

    .burger__menu::before {
        content: "";
        top: 0;
    }

    .burger__menu::after {
        content: "";
        bottom: 0;
    }

    .burger__menu span {
        top: 50%;
        transform: translateY(-50%);
    }

    .burger__menu.active span {
        scale: 0;
    }

    .burger__menu.active::before {
        transform: rotate(-45deg);
        top: 6px;
    }

    .burger__menu.active::after {
        transform: rotate(45deg);
        bottom: 6px;
    }

    .header__right-item:first-child {
        display: none;
    }


    .header__menu.active .header__body {
        background-color: #1A1310;
    }

    .slider__left {
        display: none;
    }

    .programs .container {
        overflow: hidden;
    }

    .programs__slider {
        min-height: 560px;
    }

    .programs__bg::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.35) 0%,
                rgba(0, 0, 0, 0.55) 45%,
                rgba(0, 0, 0, 0.75) 100%);
    }

    .programs__head {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        z-index: 3;
        pointer-events: none;
    }

    .slider__center {
        display: none;
    }

    .slider {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 24px 16px 70px;
    }

    .programs__label,
    .slider__left-list {
        display: none;
    }

    .slider__left,
    .slider__right {
        flex: none;
        width: 100%;
        align-items: center;
    }

    .slider__right {
        align-items: center;
        justify-content: center;
        height: 100%;
        justify-content: space-between;
    }

    .slider__counter {
        text-align: center;
    }

    .slider__left-title {
        margin: 0;
        font-size: clamp(34px, 8vw, 56px);
        line-height: 0.9;
    }

    .slider__right-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .programs__nav {
        display: none;
    }

    .slider__right-titte {
        display: block;
        font-family: "journalism";
        color: #D8C7A2;
        line-height: 0.9;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .programs__pagination {
        position: absolute !important;
        transform: translateX(-50%) !important;
        bottom: 30px !important;
        left: 50% !important;
        margin-top: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        bottom: 18px !important;
        gap: 8px !important;
        z-index: 3 !important;
    }

    .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
        border-radius: 50% !important;
        opacity: 50% !important;
        background: #D8C7A2 !important;
        padding: 0 !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }

    .swiper-pagination-bullet-active {
        opacity: 100% !important;
        width: 10px !important;
        height: 10px !important;
        transition: all 0.3s ease !important;
    }

    .programs__body {
        padding: 0;
        position: relative;
        overflow: hidden;
    }

    .popup__top {
        flex-direction: column;
    }

    .popup__right {
        display: none;
    }

    .popup__left-topimage {
        border-radius: 10px;
        overflow: hidden;
        display: block;
        min-width: 100%;
        margin-bottom: 20px;
        max-height: 400px;
    }

    .popup__left-topimage img {
        object-fit: cover;
    }

    .popup__left-top {
        margin-bottom: 30px;
    }

    .popup__close:after,
    .popup__close:before {
        width: 16px;
    }
}

@media (max-width: 794px) {
    .about__inner {
        flex-direction: column;
    }

    .about__img-2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    .container {
        padding: 0 10px;
    }

    .benefits__body {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        row-gap: 30px;
    }

    .benefits__img {
        max-width: 100%;
    }

    .services__body {
        flex-direction: column;
        gap: 39px;
    }

    .services__description {
        flex-direction: column;
        gap: clamp(20px, 3.2763px + 4.6455vw, 39px);
    }

    .services__description-img img {
        width: 100%;
        max-height: 340px;
        object-fit: cover;
    }

    .services__description-text {
        margin-bottom: 30px;
    }

    .services__description-right img {
        width: 100%;
        max-height: 415px;
        object-fit: cover;
    }

    .services__description-bottom {
        flex-direction: column;
        gap: 0;
    }

    .services__description-right-bottom {
        width: 100%;
        order: 2;
    }

    .services__description-left.bottom {
        order: 1;
    }

    .footer__body {
        flex-direction: column;
        gap: 12px;
    }

    .first {
        order: 1;
    }

    .second {
        margin-top: 12px;
        order: 3;
    }

    .third {
        order: 2;
    }

    .popup__middle-body {
        grid-template-columns: 1fr;
    }

    .popup__bottom {
        flex-direction: column;
        width: 350px;
    }
}

@media (max-width: 500px) {
    .footer__bottom {
        display: none;
    }
}

@media (max-width: 453px) {
    .hero__media {
        object-fit: cover;
    }

    .popup__close:after,
    .popup__close:before {
        height: 1.4px;
        width: 12px;
    }

    .popup__top {
        border-radius: 12px;
    }

    .popup__container {
        border-radius: 12px;
    }
}

@media (max-width: 361px) {
    .wrapper {
        min-width: 320px;
    }

    .popup__bottom {
        width: 340px;
    }
}