html {
    box-sizing: border-box;
    width: 100%;
    scroll-behavior: smooth;
    overflow-y: auto;

}

*,
*::after,
*::before {
    box-sizing: inherit;
}

#info,
#programs,
#spa,
#child,
#comfort {
    scroll-margin-top: 120px;
}

#cta {
    scroll-margin-top: 160px;
}

body {
    width: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #0F0F0F;
    overflow-x: hidden;
    background-color: #F3F3F3;
}

body.lock {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
}

button {
    background-color: transparent;
    padding: 0;
    border: none;
    font-family: inherit;
    color: inherit;
    display: inline-block;
}

input {
    font-family: inherit;
    color: inherit;
}

input::placeholder {
    font-family: inherit;
    color: inherit;
}

.container {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
}

.container-big {
    max-width: 1340px;
    padding: 0 20px;
    margin: 0 auto;
}

.page {
    display: flex;
    flex-direction: column;
}

.header {
    background-color: #FFFFFF;
}

.section__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.28;
    text-transform: uppercase;
}

.header__top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    padding-top: 10px;
}

.logo {
    max-width: 144px;
    margin-right: 58px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.menu {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.28;
    padding: 50px 0;
    margin-right: 48px;
}

.menu__btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 24px;
    position: relative;
    z-index: 12;
}

.menu__btn::after,
.menu__btn::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #7A1527;
}

.menu__btn::after {
    top: 0;
}

.menu__btn::before {
    bottom: 0;
}

.menu__btn span {
    height: 2px;
    background-color: #7A1527;
    width: 100%;
}

.menu__list {
    display: flex;
    gap: 31px;
}

.menu__item {}

.menu__link {}

.btn {
    display: flex;
    align-items: center;
    gap: 2px;
    background-color: #7A1527;
    padding: 9px 13px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.14;
    border-radius: 13px;
}


.header__top-btn {}

.hero {
    position: relative;

    padding-top: 195px;
    margin-bottom: 50px;
}



.hero__title {
    font-weight: 800;
    max-width: 554px;
    line-height: 1.01;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.hero__title span {
    font-size: 31px;
    max-width: 132px;
}

.hero__item {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hero__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.hero__item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 13px;
    border-bottom-left-radius: 0;
    background: linear-gradient(to right,
            /* направление: слева направо */
            rgb(0, 0, 0) 0%,
            /* плотное затемнение слева */
            rgba(0, 0, 0, 0.3) 40%,
            /* постепенный переход */
            rgba(0, 0, 0, 0) 100%
            /* полностью прозрачный справа */
        );
    z-index: 1;
}

/* чтобы текст был поверх затемнения */
.hero__item-title,
.hero__item-descr {
    position: relative;
    z-index: 2;
    color: #fff;
}



.hero__item-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.14;
    position: absolute;
    bottom: 85px;
    left: 80px;
}

.hero__item-descr {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.14;
    position: absolute;
    bottom: 55px;
    left: 80px;
}

.hero__slider {}

.hero__slider-wrapper {
    position: relative;
    width: 100%;
}

.hero__slider {
    overflow: hidden;
    /* оставляем как есть */
}

/* Стрелки позиционируем относительно wrapper-а */
.hero__arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.hero__arrow img {
    width: 100%;
}

.hero__arrow-prev {
    left: -54px;
    /* регулируешь расстояние за пределами слайдера */
}

.hero__arrow-next {
    right: -54px;
}






.hero__about {
    display: flex;
    height: 150px;
    line-height: 1.15;
    margin-top: -8px;
}

.hero__map {
    border-bottom-left-radius: 20px;

    flex: 1;
    overflow: hidden;


}

.hero__about-content {
    border-bottom-right-radius: 20px;

    padding: 28px 150px 28px 37px;
    background-color: #0B1D35;
    flex: 0 0 695px;
    color: #FFFFFF;
    position: relative;
}

.hero__about-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 18px;
}

.hero__about-subtitle {
    font-size: 20px;
    ;
    font-weight: 400;
}

.hero__about-video {
    position: absolute;
    cursor: pointer;
    right: -30px;
    bottom: 27px;
}



.about__img {
    display: none;
}


.cta {
    /* margin-bottom: 200px; */
}



.cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta__inner-text {
    display: flex;
    flex-direction: column;
    line-height: 1.28;
    gap: 27px;
}

.cta__title {
    max-width: 526px;
}



.section__text {
    font-size: 31px;
    font-weight: 700;
}

.cta__text {

    max-width: 430px;
}



.cta__img {
    color: #fff;

    background-image: url(../images/cta-img-mob.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 62px;



}

.cta__img span:first-child {
    align-self: flex-start;
}

.cta__img span:last-child {
    align-self: flex-end;
}

.cta__img-text {
    font-size: 22px;
    font-weight: 600;
    transform: rotate(355deg);
}

.cta__img-price {
    font-size: 106px;
    transform: rotate(355deg);
    font-weight: 800;
    line-height: 0.6;
}



.cta__form {
    padding: 74px 30px 47px 54px;
    background-color: #FFFFFF;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
}

.cta__form-title {
    font-size: 29px;
    max-width: 500px;
    line-height: 0.96;
    margin-bottom: 40px;
}

.cta__form-input {
    width: 100%;
    display: inline-block;
    padding: 29px 22px;
    border-radius: 12px;
    border: none;
    background-color: rgba(15, 15, 15, .03);
    font-size: 15px;
    font-weight: 100;
    line-height: 1.16;
    margin-bottom: 23px;
}

.cta__form-input::placeholder {
    font-size: 15px;
    line-height: 0.96;

}

.cta__form-btn {
    padding: 26px 55px;
    border-radius: 10px;
    background: radial-gradient(circle at 70% 70%, #022047 0%, #054EAD 100%);
    color: #FFFFFF;
    font-size: 28px;
    line-height: 0.96;
    font-weight: 700;
    max-width: 485px;

    margin: 0 auto;
    margin-bottom: 37px;
}

.cta__form-info {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    font-size: 20px;
    max-width: 415px;
    margin: 0 auto;
    height: 65px;
    line-height: 0.96;
}



.info {
    padding-top: 200px;
    padding-bottom: 78px;

    background-image:
        url('../images/info-bg-1.png'),
        /* верхнее изображение */
        url('../images/info-bg-2.png');
    /* среднее */

    /* нижнее (фон) */

    background-position: right bottom 150px,
        right bottom -100px;


    background-repeat: no-repeat,
        no-repeat;


    background-size: auto;

}

.section-box {}

.info__header {
    display: flex;
    position: relative;
}

.info__title {
    max-width: 460px;

}



.info__text {
    margin-bottom: 44px;
}

.info__img {
    position: absolute;
    right: -150px;
    top: -90px;
}

.info__cards {
    display: flex;
    gap: 44px;
    align-items: stretch;
    margin-bottom: 45px;
    max-width: 830px;

}

.info__cards> :last-child {
    padding-top: 20px;
}




.js-cards-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 52px 34px;
}


.js-cards-slider .swiper-slide {
    max-width: 361px;
    height: 632px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}


.info__card {
    flex: 1;
    background-color: #FFFFFF;
    padding: 60px 20px 20px 20px;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.info__card-img {
    width: 52px;
    height: 52px;
}

.info__card-title {
    font-size: 29px;
    line-height: 1.15;
    font-weight: 700;
}

.info__card-title.card-last {
    text-transform: uppercase;


}


.cards .card:nth-child(3) h3 {
    font-size: 40px;
}


.info__card-text {
    font-size: 15px;
    line-height: 1.15;
}

.feature__cards {
    display: flex;
    gap: 44px;
    align-items: stretch;
    max-width: 830px;
    min-height: 420px;
}


.feature-card {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    cursor: pointer;

}

.feature-card__img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.feature-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 12px 12px 25px 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
    line-height: 1.14;
}

.feature-card__content {
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.feature-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card__text {
    font-size: 15px;
    line-height: 1.4;
}

/* === Эффект при hover / tap === */
.feature-card:hover .feature-card__overlay,
.feature-card.active .feature-card__overlay {
    opacity: 1;
}

.feature-card:hover .feature-card__content,
.feature-card.active .feature-card__content {
    transform: translateY(0);
}

.feature-card:hover .feature-card__img,
.feature-card.active .feature-card__img {
    transform: scale(1.05);
}

.feature-card:not(.active):hover .feature-card__overlay {
    opacity: 1;
}

.feature-card:not(.active):hover .feature-card__content {
    transform: translateY(0);
}

.feature-card:not(.active):hover .feature-card__img {
    transform: scale(1.05);
}




.pool {
    background-color: #022047;
    padding-top: 64px;
    padding-bottom: 125px;
    position: relative;
}

.section-box {}



.pool__title {
    color: #FFFFFF;
    max-width: 780px;
}

.pool__icon {
    display: flex;
    gap: 20px;
    align-items: center;
}

.pool__icon__data {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    line-height: 1;
}

.pool__icon__box {
    display: flex;
    align-items: flex-end;
}

.pool__icon__text {
    color: #FFFFFF;
    max-width: 139px;
    font-size: 23px;
    line-height: 1.1;
    position: relative;
}

.pool__text {
    color: #FFFFFF;
    max-width: 360px;
    font-size: 17px;
    position: relative;

}

.pool__text::before {
    content: '';
    background-image: url(../images/pool-icon.png);

    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}

.pool__heading {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.pool__title {
    margin-bottom: 20px;
}

.pool__subtitle {
    line-height: 1.14;
    color: #FFFFFF;
}

.pool__info {
    margin-top: 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.pool__info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;

    font-size: 23px;
    line-height: 1.1;
}

.pool__info-box p {
    padding-left: 40px;
}

.pool__info__item {
    display: flex;
    align-items: center;
    gap: 5px;

}



.pool__data {
    font-size: 30px;

    color: rgba(255, 255, 255, 0.7);
}

.pool__bg {
    position: relative;
    background-image: url(../images/pool-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 670px;
}


.pool__bg-box {
    display: flex;
    gap: 60px;

    background-image: url(../images/pool-box-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-color: rgba(0, 0, 0, .74); */
    background-color: #061821;

    border-radius: 40px;
    border: 2px solid #fff;
    position: relative;
    max-width: 915px;
    top: 0;
    /* transform: translateY(-50%); */
    padding: 20px 60px 40px 40px;
    color: #FFFFFF;

}


.pool__bg-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;

    background-color: rgba(255, 255, 255, 0.1);


}

.pool__bg-info {
    flex-basis: 450px;
}

.pool__bg-title {
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 392px;
}

.pool__bg-desc {
    margin-top: 14px;
    font-size: 20px;
    max-width: 210px;
}

.pool__bg-info__cards {
    margin-top: 22px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pool__bg-info__card {
    display: flex;
    align-items: center;

    gap: 5px;
}

.pool__bg-info__img {
    width: 23px;
    height: 23px;
}

.pool__bg-info__text {
    font-size: 12px;
    font-weight: 500;
}

.pool__bg-info__garant {
    margin-top: 24px;
    display: flex;
    gap: 7px;
}

.pool__bg-info__garant-text {
    font-size: 14px;

}

.pool_bg-text {

    font-size: 16px;
}



.pool__bg-text__info {
    font-size: 14px;
    padding-top: 10px;
    max-width: 370px;
}

.pool__btn {}

.pool__btn-link {

    background: url(../images/pool-btn-bg.png);
    background-repeat: no-repeat;


    padding-top: 33px;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);

    display: inline-block;

    width: 600px;
    height: 130px;
    margin: 0 auto;

    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 500;
    color: #FFFFFF;

    transition: filter 0.3s ease;

    /* padding: 33px 79px; */


    /* box-shadow: inset -4px 7px 20px 4px #021b3d, -21px 16px 40px -16px #000, 0 5px 5px 0 rgba(0, 0, 0, 0.25), inset 0 5px 5px 0 #033350;
    background: rgba(255, 255, 255, 0.01); */





    /* background: rgba(255, 255, 255, 0.07);
    border-radius: 50px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.2px);
    -webkit-backdrop-filter: blur(17.2px);
    border: 1px solid rgba(255, 255, 255, 0.75); */

}



.pool__btn-link:hover {
    filter: brightness(1.5);
}

/* PROGRAMS */

.programs {
    padding-top: 78px;
    margin-bottom: 92px;
    position: relative;
}



.programs__header {
    display: flex;
    align-items: center;
    gap: 25px;

}

.programs__title {
    max-width: 325px;

}



.programs-img {
    position: absolute;
    top: 20px;
}

.programs-img-red {
    right: 250px;
}

.programs-img-blue {
    top: -30px;
    right: 0;
}

.programs__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: -70px;
}





.programs__card {
    max-width: 338px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;

}

.programs__card-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.programs__card-overlay {

    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.programs__card-content {
    color: #fff;
    transform: translateY(20px);
    transition: transform 0.4s ease;

}

/* === Эффект при hover / tap === */
.programs__card:hover .programs__card-overlay,
.programs__card.active .programs__card-overlay {
    opacity: 1;
}

.programs__card:hover .programs__card-content,
.programs__card.active .programs__card-content {
    transform: translateY(0);
}

.programs__card:hover .programs__card-img,
.programs__card.active .programs__card-img {
    transform: scale(1.05);
}

.programs__card:not(.active):hover .programs__card-overlay {
    opacity: 1;
}

.programs__card:not(.active):hover .programs__card-content {
    transform: translateY(0);
}

.programs__card:not(.active):hover .programs__card-img {
    transform: scale(1.05);
}


.programs__card-counter {
    position: absolute;
    right: 14px;
    top: 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

.programs__card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.14;
    margin-bottom: 8px;
}

.programs__card__text {
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}


.energy {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(to right, #fff 30%, #f8f8f8);
}

.energy__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.energy__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}








.spa {

    padding-top: 210px;
    padding-bottom: 145px;


    background-image:
        url('../images/spa-img.png'),
        /* верхнее изображение */
        url('../images/spa-bg.png'),
        /* среднее */
        url('../images/spa-bg-main.jpg');
    /* нижнее (фон) */

    background-position:
        right 30px,
        right 30px,
        center center;

    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;

    background-size:
        contain,
        contain,
        cover;

}



.spa__title {

    color: #FFFFFF;
    max-width: 650px;
    margin-bottom: 30px;
}



.spa__cards {
    display: grid;
    grid-template-columns: 298px 298px 298px 331px;
    gap: 18px;

}

.spa__card {
    background-color: #FFFFFF;
    padding: 20px 15px 20px 15px;
    border-radius: 15px;
}

.spa__card-count {
    line-height: 1;
    font-size: 166px;
    font-weight: 700;
    color: rgba(44, 21, 21, 0.03);
}

.spa__card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.spa__card-text {
    font-size: 15px;
    font-weight: 500;
}



.comfort__bg {
    position: relative;
    width: 100%;

    overflow: hidden;
    padding-bottom: 70px;
}

.comfort__bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;


    transform: translate(-50%, -50%);
    pointer-events: none;
    /* чтобы нельзя было кликнуть по видео */
    z-index: 0;
}

.comfort__video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    /* затемнение */
    z-index: 1;
}

.comfort__video-content {
    position: relative;
    z-index: 2;
    color: #fff;

    padding-top: 60px;
}

.comfort__title {
    max-width: 730px;
    margin-bottom: 20px;
}

.comfort__cards {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.comfort__card {
    background-color: #7A1527;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    padding: 17px 23px;
    max-width: 575px;
}

.comfort__card-header {
    display: flex;
    gap: 5px;
    align-items: center;
}

.comfort__card-img {}

.comfort__card-title {
    font-size: 30px;
    font-weight: 700;
}

.comfort__card-text {
    display: flex;
    gap: 10px;
    align-items: flex-start;

}

.comfort__card-text span {
    font-size: 15px;
    font-weight: 700;
    min-width: 42px;
    text-transform: uppercase;
    padding-top: 2px;
    text-align: center;

}



.price {
    background-image: url(../images/price-bg.png);
    background-repeat: no-repeat;

    background-position: center -230px;


    padding-top: 96px;
    padding-bottom: 104px;
}

.price__title {
    line-height: 1.14;
    max-width: 270px;
    margin-bottom: 45px;
}



.price__cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 44px;
}

.price__card {
    background-image: url(../images/price-card-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-transform: uppercase;

}

.price__card-kids {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    width: 245px;
    height: 320px;

    display: flex;
    flex-direction: column;

}

.price__card-kids__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;

}

.price__card-kids__subtitle {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;

}

.price__card-kids__text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price__card-kids__name {
    font-size: 14px;
    font-weight: 600;
}

.price__card-kids__value {
    font-size: 43px;
}

.price__card-kids__bottom {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    max-width: 190px;
}

.price__bottom-text {
    display: flex;
    justify-content: space-between;
}

.price__bottom-price {
    font-size: 49px;
    font-weight: 700;
    line-height: 1;
}

.price__card-vip {
    background-color: #7A1527;
    color: #FFFFFF;
    padding: 30px;
    border-radius: 30px;
    width: 346px;
    height: 320px;

    display: flex;
    flex-direction: column;
}

.price__card-vip__title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;

}

.price__card-vip__subtitle {}

.price__card-vip__text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    line-height: 1;
}

.price__card-vip__name {
    font-size: 12px;
    font-weight: 600;
    max-width: 80px;
}

.price__card-vip__value {
    font-size: 36px;
}

.price__card-vip__bottom {
    margin-top: auto;
    max-width: 190px;
}

.price__bottom-text {
    font-size: 16px;
    font-weight: 600;
}

.price__card-premium {
    background-color: #022047;
    color: #FFFFFF;
    padding: 30px 18px;
    border-radius: 30px;
    width: 346px;
    height: 320px;

    display: flex;
    flex-direction: column;
}

.price__card-premium__header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.price__card-vip__subtitles {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
}

.price__card-premium__bottom {
    max-width: 190px;
    margin-top: auto;
}

.price__btn {
    /* text-align: center; */
}

.price__btn a {
    display: inline-block;

}

.child {
    background-image: url(../images/child-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;

    padding-bottom: 62px;

    position: relative;
}


.child__title span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.14;
}

.child__title {

    font-weight: 700;
    max-width: 645px;
    margin-bottom: 44px;
}



/* Style the tab */
.child__tab {
    overflow: hidden;

    margin-bottom: 15px;


}

.child__tablinks span {
    font-size: 22px;
    font-weight: 700;

}

/* Style the buttons inside the tab */
.child__tab button {
    font-size: 16px;
    width: 265px;
    margin-right: 5px;
    padding: 5px 20px;
    overflow: hidden;
    border-radius: 3.6px;
    background-color: #FFFFFF;
    float: left;
    outline: none;
    cursor: pointer;
    transition: 0.3s;

    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;

}

/* Change background color of buttons on hover */
.child__tab button:hover {
    background-color: #005ACE;
    color: #FFFFFF;
}

/* Create an active/current tablink class */
.child__tab button.active {
    background-color: #005ACE;
    color: #FFFFFF;

}

/* Style the tab content */


.child__tabcontent {

    max-width: 511px;
    padding: 30px 45px 45px 45px;
    background-color: #FFFFFF;
    border-radius: 8px;

    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

.child__tabcontent h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 26px;
}

.child__tabcontent p {
    margin-bottom: 30px;
}

.child__tabcontent p:last-child {
    margin-bottom: 0;
}

.child__last {
    font-size: 13px;
    font-weight: 600;
    max-width: 277px;
}

.child__btn {
    margin-top: 11px;
    font-size: 20px;
}

.child__right {
    position: absolute;
    right: 320px;
    top: 50px;
    color: #FFFFFF;
}


.child__right-title {
    font-size: 25px;
    font-weight: 700;
    max-width: 235px;
    margin-bottom: 22px;
    position: relative;
}

.child__right-title::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    border-radius: 50%;
    top: 16px;
    left: -12px;
}

.child__right-text {
    font-size: 15px;
    max-width: 267px;
}


.care {}

.care__title {
    max-width: 330px;
}



.care__text {
    text-transform: uppercase;
    margin-bottom: 42px;
}



.care__cards {
    display: flex;

}

.care__card {
    width: 650px;
    height: 470px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFFFFF;
    padding: 0 30px 40px 30px;
}

.care__card-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 17px;
}

.care__card-text {
    font-size: 20px;

}

.care__card-1 {
    background-image:
        linear-gradient(to top right, rgba(0, 0, 0, 0.9), transparent 90%),
        url(../images/care-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.care__card-1 .care__card-text {
    max-width: 430px;
}

.care__card-2 {
    background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.9), transparent 90%),
        url(../images/care-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.care__card-2 .care__card-text {
    max-width: 520px;
}


.js-feature-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.js-feature-slider .swiper-slide {
    flex: 1 1 calc(33.333% - 20px);
    box-sizing: border-box;
}


.swipe {

    display: flex;
    gap: 5px;
    align-items: center;

}

.swipe-feature {
    justify-content: center;
    margin-bottom: 49px;
}

.swipe-programs {
    margin-top: 30px;
    margin-bottom: 25px;
}

.swipe__img {
    width: 28px;
    height: 28px;
    position: relative;
    animation: swipeMove 2s ease-in-out infinite;
}

@keyframes swipeMove {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-10px);
        opacity: 0.7;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.swipe__img img {
    width: 100%;
    height: 100%;
}



.swipe__text {
    display: flex;
    flex-direction: column;
}

.swipe__text-title {
    font-size: 17px;
    font-weight: 600;
}

.swipe__text-desc {
    font-size: 11px;
    color: rgba(15, 15, 15, 0.56);
    font-weight: 500;
}

.is-mob {
    display: none;
}


.footer {
    background-color: #0F0F0F;

    color: #F5F5F5;
    padding-bottom: 37px;
}

.footer__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 10px;

}

.footer__logo {
    width: 325px;
    margin-right: auto;
}

.footer__logo img {
    width: 100%;
}


.footer__cta {
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    width: 300px;
}


.footer__nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
    font-size: 21px;
    width: 315px;
    color: rgba(255, 255, 255, 0.45);

}



.footer__contacts {
    margin-left: auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
}



.footer__contacts-link {
    align-items: start;
    display: flex;
    gap: 10px;
}

.footer__contacts-time {
    padding-left: 25px;
}

.footer__copy {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1.14;

}

.footer__contacts>:last-child {
    margin-top: 47px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 1490px) {

    .menu {

        font-size: 16px;
    }

    .header__top-btn {
        font-size: 16px;
    }

    .logo {
        max-width: 80px;

    }
}

@media (max-width: 1300px) {
    .header__top {
        padding: 0 30px;
    }

    .logo {
        margin-right: auto;
    }

    .menu__btn {
        display: flex;
        cursor: pointer;
    }

    .menu__list {
        position: fixed;
        /* было absolute */
        inset: 0;
        width: 100%;
        height: 100vh;
        background-color: #171717;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transform: translateY(-100%);
        transition: transform .3s ease-in-out;
        z-index: 11;
        color: #fff;
    }

    .menu__list.active {
        transform: translateY(0);
    }

    .spa__cards {

        grid-template-columns: repeat(3, 1fr);


    }

    .cta__img-price {
        font-size: 75px;
    }

    .child {
        background-position: 300px center;
    }

    .child__right {
        right: 0px;
    }
}

@media (max-width: 1024px) {


    body {
        font-size: 16px;
    }

    .spa {
        background-position: 360px bottom, right bottom, center center;
    }

    .spa__cards {
        grid-template-columns: repeat(2, 300px);

    }

    .cta__img-price {
        font-size: 45px;
    }

    .hero__arrow-next {
        right: 0px;
    }

    .hero__arrow-prev {
        left: 0px;
    }

    .programs__header {
        gap: 15px;
    }

    .price {
        background-position: 300px -230px;
    }

    .price__cards {
        gap: 10px;
    }

    .comfort__bg iframe {
        width: 180%;
        height: 180%;
    }

    .footer__inner {
        gap: 10px;
    }

    .footer__logo {
        width: 155px;
    }

    .footer__cta {
        font-size: 20px;
    }

    .footer__nav {
        gap: 10px;
        font-size: 18px;
    }

}

@media (max-width: 768px) {

    .section__title {
        font-size: 40px;
    }

    .section__text {
        font-size: 20px;

    }

    .cta__form-input {
        padding: 15px 10px;
    }

    .cta__form-btn {
        font-size: 20px;
    }

    .hero__about {
        flex-direction: column;
        height: auto;
    }

    .hero__map {
        overflow: visible;

    }

    .hero__about-content {
        border-bottom-left-radius: 20px;
        flex: 0 0 185px;
    }

    .cta__form {
        padding: 30px;
    }

    .info {
        background-size: 50%;
    }


    .info__card-title.card-last {
        font-size: 24px;
    }

    .feature__cards {
        min-height: 350px;
    }



    .spa {
        background-position: 160px bottom, right bottom, center center;
    }

    .spa__cards {
        grid-template-columns: repeat(2, 250px);
    }

    .programs__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .comfort__cards {
        gap: 10px;
    }

    .comfort__card {
        max-width: 320px;
    }

    .comfort__card-title {
        font-size: 22px;
    }

    .comfort__bg iframe {
        width: 320%;
        height: 320%;
    }


    .care__card-title {
        font-size: 22px;
    }

    .care__card-text {
        font-size: 16px;
    }

    .footer__inner {
        flex-wrap: wrap;
    }

    .child {
        background-position: 110px center;
    }

    .child__title {
        max-width: 445px;
    }

    .child__right {
        right: -20px;
    }

    .child__tabcontent {
        min-height: 390px;
    }

    .child__tabcontent h3 {
        font-size: 22px;
    }

}

@media (max-width: 540px) {

    .spa {
        order: 1;
    }

    .child {
        order: 2;
    }

    .care {
        order: 3;
    }

    .feature__slider,
    .programs__slider,
    .price__slider,
    .spa__slider {
        display: flex;
        overflow: visible;
        cursor: pointer;
    }

    .price__slider {
        padding-top: 40px;
        margin-bottom: 45px;
    }



    .menu {
        padding: 20px 0;
        margin: 0;
    }

    .hero {
        padding-top: 114px;
    }

    .hero__title {
        font-size: 43px;
        max-width: 272px;
        font-weight: 800;
        margin-bottom: 46px;
    }

    .hero__title span {
        font-size: 23px;
        font-weight: 800;
        max-width: 98px;
    }



    .hero__slider {
        margin-bottom: 76px;
    }

    .hero__slider,
    .hero__item {
        width: 295.5px;
        height: 276px;
    }

    .hero__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8.3px;
    }


    .hero__item::after {
        border-radius: 8.3px;
    }


    .header__top {
        justify-content: space-between;

    }

    .header__top-btn {
        display: none;
    }



    .hero__item-title {
        font-size: 20px;


        bottom: 78px;
        left: 20px;
    }

    .hero__item-descr {
        font-size: 15px;
        bottom: 54px;
        left: 20px;

    }

    .hero__arrow {
        width: 26px;
        height: 26px;
    }

    .hero__arrow img {
        width: 100%;
        height: 100%;
    }

    .hero__arrow-prev {
        left: -8px;
    }

    .hero__arrow-next {
        right: -8px;
    }

    /* .hero__arrow {
        top: calc((405px) - (26px / 2));
    }


    .hero__arrow img {
        width: 26px;
        height: 26px;
    } */

    .hero__about {
        flex-direction: column;

    }



    .hero__map {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        flex-basis: 248px;
        overflow: hidden;
        z-index: 1;
    }

    .hero__about-content {
        margin-top: -20px;

        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        flex: 0 0 260px;
        padding: 26px 24px;
    }

    .hero__about-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.15;
        padding-top: 26px;
        margin-bottom: 15px;
    }

    .hero__about-subtitle {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.15;
        margin-bottom: 15px;
    }

    .hero__about-video {
        position: absolute;
        bottom: -45px;
        left: 0;
        width: 100%;
    }

    .hero__about-video img {
        max-width: 258px;
    }

    .about__img {
        display: block;
        position: absolute;
        bottom: -78px;
        right: -87px;
        width: 70%;


    }

    .section__title {
        font-size: 52px;
        font-weight: 800;
        max-width: 252px;

    }

    .cta {
        margin-bottom: 46px;
    }

    .cta__inner {
        flex-direction: column;
    }

    .cta__inner-text {
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .cta__text {
        font-size: 23px;
        font-weight: 600;
    }

    .cta__img {
        display: none;
    }

    .cta__img {
        color: #fff;

        background-image: url(../images/cta-img-mob.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        text-transform: uppercase;
        display: flex;
        flex-direction: column;
        line-height: 1;
        padding: 35px;
        transform: rotate(355deg);


    }

    .cta__img span:first-child {
        align-self: flex-start;
    }

    .cta__img span:last-child {
        align-self: flex-end;
    }

    .cta__img-text {
        font-size: 14px;
        font-weight: 600;
    }

    .cta__img-price {
        font-size: 65px;
        font-weight: 800;
    }

    .cta__form {
        margin-top: -32px;
        z-index: 2;
        padding: 40px 23px;
    }

    .cta__form-title {
        font-size: 30px;
        font-weight: 600;

    }

    .cta__form-input {
        padding: 30px 16px;
    }

    .cta__form-input::placeholder {
        font-size: 12px;
        font-weight: 600;
        color: rgba(15, 15, 15, 0.43);
    }

    .cta__form-btn {
        font-size: 13px;
        font-weight: 700;
        padding: 20px 45px;
        margin-bottom: 20px;
    }

    .cta__form-info {
        height: auto;
    }

    .cta__form-info img {
        width: 41px;
        height: 41px;
        gap: 8px;

    }

    .cta__form-text {
        font-size: 16.6px;
    }


    .feature__cards {}

    .info {
        padding-top: 0;
        background-image: none;
    }

    .info__img {
        width: 280px;
        right: -50px;
        top: 225px;
    }


    .info__box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .info__header {
        justify-content: center;
    }

    .info__title {
        text-align: center;
        margin-bottom: 25px;
    }

    .info__text {
        line-height: 1.37;
        text-align: center;
        font-size: 23px;
        font-weight: 600;

    }

    .info__cards {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .info__card {
        padding: 38px 18px;
        flex-basis: 260px;
        max-width: 248px;
    }

    .info__card-img {
        width: 52px;
        height: 52px;
    }

    .info__card-title {
        font-size: 39px;
        font-weight: 600;
    }

    .info__card-text {
        font-size: 15px;
        font-weight: 500;
    }

    .info__card-title.card-last {
        font-size: 24.5px;
        font-weight: 500;
    }

    .cards {
        display: block;
        /* чтобы swiper корректно занял ширину */
    }

    .card {
        width: auto;
        /* swiper сам задаст ширину */
    }

    .feature-card {
        width: 203px;
        height: 289px;
        align-items: center;
    }

    .feature-card img {
        width: 100%;
        height: 100%;
    }

    .feature-card__title {
        font-size: 18px;
    }

    .feature-card__text {
        font-size: 12px;
    }

    .pool__title {
        font-size: 46px;
    }

    .programs__title {
        font-size: 46px;
        font-weight: 700;
        text-align: left;
    }

    .programs__card {
        /* max-width: 258px; */
    }

    .programs-img {
        max-width: 300px;
        top: -30px;

    }

    .programs-img-red {
        left: -35px;
        top: 250px;
        right: 170px;

    }

    .programs-img-blue {
        top: 250px;
        right: 40px;

    }



    .programs__card__title {
        font-size: 18px;
        line-height: 1;
    }

    .programs__card__text {
        font-size: 12px;
        line-height: 1;
    }


    .pool {
        padding-top: 35px;
        padding-bottom: 150px;
    }

    .pool__bg {
        position: relative;
        background-image: url(../images/pool-img-mob.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        min-height: 400px;


    }


    .pool__title-top,
    .pool__title-main {
        font-size: 46px;
    }

    .pool__title-bottom {
        display: block;
    }

    .pool__subtitle {
        margin-top: 20px;
        font-size: 23px;
        display: block;
    }



    .pool__btn-link {
        font-size: 18px;
        font-weight: 700;
        padding: 16px 40px;

        height: auto;
        background: url(../images/pool-btn-bgmob.png);
        background-repeat: no-repeat;
        background-position: center;

        bottom: 70px;

    }

    .pool__bg-box {
        position: absolute;
        padding: 11px 20px;
        flex-direction: column;
        gap: 11px;
        width: 236px;
        right: 0;
        margin: 0 5px;
        border-radius: 14px;
        top: 8px;
    }

    .pool__bg-box::before {
        content: none;
    }

    .pool__bg-title {
        font-size: 16px;
        font-weight: 600;
    }

    .pool__bg-info__text {
        font-size: 10px;
    }

    .pool__bg-desc {
        font-size: 10px;
        font-weight: 600;
    }

    .pool__bg-info {
        flex-basis: auto;
    }

    .pool__bg-info__cards {
        margin-top: 10px;
        font-size: 6px;
        gap: 9px;
    }

    .pool__bg-info__img {
        width: 12.36px;
        height: 12.36px;
    }

    .pool__bg-info__garant-text {
        font-size: 7.5px;
    }

    .pool__bg-text__info {
        padding-top: 5px;
        font-size: 7.5px;
        padding-bottom: 20px;

    }

    .pool_bg-text {
        flex-basis: 0;
    }

    .pool__bg-info__garant {
        gap: 2px;
    }

    .pool__bg-info__garant img {
        width: 8px;
        height: 8px;
    }

    .pool__info {
        margin-top: 23px;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .pool__info-box {
        font-size: 15px;

    }

    .pool__info-box p {
        padding-left: 0;
    }

    .pool__icon {
        gap: 12px;
    }

    .pool__icon-arrow {
        height: 71px;
    }

    .pool__icon-img {
        width: 125px;
        margin-left: -15px;
    }

    .pool__icon__box {
        display: flex;
        align-items: center;
        gap: 10px;

    }

    .pool__icon__text {
        font-size: 15px;
        max-width: 90px;
    }

    .pool__icon__data {
        font-size: 32px;
        margin-left: -15px;
    }

    .pool__text {
        font-size: 11px;
    }

    .pool__data {
        font-size: 20px;
    }

    .pool__text::before {
        width: 4px;
        height: 4px;
        left: -9px;
    }

    .is-mob {
        display: flex;
    }

    .is-pc {
        display: none;
    }

    .care__cards {
        flex-direction: column;
    }



    .programs {
        padding-top: 60px;
        margin-bottom: 60px;
        background-color: #F3F3F3;
        margin-top: -30px;
        border-radius: 30px 30px 0 0;
    }

    .programs__header {
        gap: 0;
    }

    .programs__header img {
        max-width: 105%;
    }

    .comfort__video-content {
        padding-top: 30px;
    }

    .comfort__card {
        max-width: 206px;
        padding: 14px 12px;
    }

    .comfort__title {
        font-size: 42px;
    }

    .comfort__card-title {
        font-size: 12px;
    }

    .comfort__card-text {
        font-size: 10px;
    }

    .comfort__card-img {
        width: 27px;
        height: 27px;
    }

    .comfort__card>p {
        font-size: 10px;
    }

    .comfort__bg {
        padding-bottom: 35px;
    }


    .comfort__bg iframe {
        width: 420%;
        height: 420%;
    }


    .price {
        padding-top: 50px;
    }




    .price__cards-mob {
        padding-top: 40px;
        display: flex;
        text-transform: uppercase;
        margin-bottom: 50px;

    }

    .price__card-mob {
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        padding: 12px 12px 30px 12px;
        height: 342px;
        width: 212px;
        border-radius: 24px;
    }

    .price__card-mob-logo {
        width: 49px;
        height: 49px;
        align-self: center;
    }

    .price__card-mob-kids {
        background-image: url(../images/kids-card1-bg1.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: auto;
        position: relative;
    }

    .price__card-mob-kids-2,
    .price__card-mob-kids-3 {
        background-image: url(../images/kids-card2-bg.png);
        background-position: right 100px;
        background-repeat: no-repeat;
        background-size: auto;
        position: relative;
        color: #FFFFFF;
        padding-bottom: 30px;
    }

    .price__card-mob-kids-2 {
        background-color: #7A1527;
    }

    .price__card-mob-kids-3 {
        background-color: #022047;
    }

    .price__card-mob__info p {
        padding-left: 15px;
        max-width: 47px;
    }

    .price__card-mob__title {
        font-size: 72px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .price__card-3-title {
        font-size: 35px;
    }

    .price__card-mob__subtitle {
        font-size: 16px;
        font-weight: 700;
        max-width: fit-content !important;
        text-transform: uppercase;
    }

    .price__card-mob__list {}

    .price__card-mob__item {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 600;
        font-size: 10px;
    }

    .price__card-mob__item>:last-child {

        font-size: 22px;
    }


    .price__card-mob__bottom {
        display: flex;
        flex-direction: column;
        line-height: 1;
        padding: 12px 15px;
    }

    .price__card-mob__bottom-kids {
        background-color: #FFFFFF;
        border-radius: 4px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
    }

    .price__card-mob-img {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 24px;
    }

    .price__card-mob__bottom-text {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
        max-width: 110px;
    }

    .price__card-mob__bottom-price {
        font-size: 28px;
        font-weight: 700;
    }

    .price__card-3-text p {
        text-align: center;
        padding: 0;
        max-width: 100% !important;
    }


    .spa {
        padding-top: 50px;
        background-position: 149px 117px, center center, center center;
        background-size: 303px auto, 400px auto, auto;
    }

    .spa__title {
        font-size: 45px;
    }



    .spa__slider .swiper-slide:last-child .spa__card {
        width: 250px;
        /* последняя шире */
    }

    .spa__slider .spa__card {

        height: 268px;
        padding-bottom: 0;
    }

    /* .spa__card {
        height: 275px;

    } */




    .spa__card-count {
        font-size: 134px;
    }

    .spa__card-title {
        font-size: 18px;
        line-height: 1.2;

    }

    .spa__card-text {
        font-size: 12px;
        line-height: 1.2;
    }

    .swipe-spa {
        margin-bottom: 20px;
        color: #fff;
    }

    .swipe-spa .swipe__text-desc {
        color: #fff;
    }

    .child {
        background-image: none;
        margin-top: -50px;
    }

    .child>.container.no-padding {
        padding: 0;
    }

    .child__right {
        display: none;
    }

    .child__header {
        background-image:
            url(../images/kids-header-bg-2.png),
            url(../images/kids-header-bg.png);
        background-repeat: no-repeat, no-repeat;
        background-position: 6px 150px, bottom right;
        background-color: #7A1527;
        color: #fff;
        padding: 150px 20px 20px 20px;
        border-radius: 60px;
        margin-bottom: 65px;
    }

    .child__title {
        font-size: 45px;
    }

    .child__title p {
        padding-top: 45px;
    }

    .child__tab button {
        font-size: 12px;
    }

    .child__tab button:first-child {
        margin-bottom: 13px;
    }

    .child__tablinks span {
        font-size: 14px;

    }

    .child__text {
        padding-top: 18px;
        display: flex;
        flex-direction: column;

    }

    .child__text p:first-child {
        font-weight: 600;
    }

    .child__text p {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .child__tabcontent {
        padding: 17px 20px 27px;
        min-height: fit-content;
    }

    .care>.container.no-padding {
        padding: 0;
    }

    .care__card-title {
        font-size: 20px;
        max-width: 198px;
    }

    .care__card-1 .care__card-text {
        max-width: 290px;
        font-size: 12px;
    }

    .care__card-2 .care__card-text {
        max-width: 290px;
        font-size: 12px;
    }

    .footer__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 30px;
    }

    .footer__logo {
        margin: 0;
        align-self: center;
    }

    .footer__cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        gap: 15px;
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 35px;
    }

    .footer__nav {
        width: auto;
        margin-bottom: 28px;
    }



    .footer__contacts {
        margin: 0;
    }

    .footer__contacts-item:not(:first-child):not(:last-child) {
        margin-bottom: 16px;
    }

    #cta {
        scroll-margin-top: 0px;
    }
}