.spa-2025 {
    display: flex;
    flex-direction: column;
    position: relative;
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    overflow: hidden;
}

.spa-2025 * {
    box-sizing: border-box;
}

/********************************************/
/********************************************/
/********************************************/
.spa-2025-treatments {
    padding: 70px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.spa-2025-treatments__title {
    margin: 0;
    margin-bottom: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 44px;
    line-height: 1.35em;
    letter-spacing: 0;
    text-align: center;
    color: #B40024;
}

.spa-2025-treatments__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    max-width: 920px;
}

.spa-2025-treatments__list {
    display: flex;
    padding: 70px 0;
    width: 100%;
    max-width: calc(4*400px + 3*32px);
}

.spa-2025-treatments__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 22px;
    line-height: 1.35em;
    letter-spacing: 0;
    text-align: left;
    color: #B40024;
}

.spa-2025-treatments__item {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
}

.spa-2025-treatments__item:hover .spa-2025-treatments__image {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.spa-2025-treatments__item:focus-visible {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #6893d2 !important;
}

.spa-2025-treatments__image {
    max-width: 400px;
    width: 100%;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.spa-2025-treatments__image>img {
    width: 100%;
    height: auto;
    display: block;
}

@media(max-width:761px) {
    .spa-2025-treatments {
        padding: 32px 16px;
    }

    .spa-2025-treatments__title {
        font-size: 40px;
    }

    .spa-2025-treatments__list {
        padding: 32px 0;
    }
}

/********************************************/
/********************************************/
/********************************************/
.spa-2025-results {
    padding: 70px 32px;
    background-color: #FDFAF8;
    overflow: hidden;
}

.spa-2025-results__wrapper {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 70px;
    max-width: 1264px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.spa-2025-results__title {
    margin: 0;
    margin-bottom: 24px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 36px;
    line-height: 1.35em;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}

.spa-2025-results__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}

.spa-2025-results__subtitle {
    margin: 0;
    margin-top: 24px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    color: #B40024;
}

.spa-2025-results__list {
    width: 100%;
    max-width: 832px;
    margin-top: 24px;

}

.spa-2025-results__item {
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.spa-2025-results__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
    gap: 24px;
    flex: 1;
}

.spa-2025-results__name {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    color: #B40024;
}

.spa-2025-results__description {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}

.spa-2025-results__keyvalue {
    font-size: 40px;
    line-height: 1.4em;
    display: block;
}

.spa-2025-results__keyvalue sub {
    bottom: unset;
}

.spa-2025-results__image {
    width: 400px;
}

.spa-2025-results__image>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spa-2025 .swiper-pagination {
    text-align: left !important;
    bottom: 0 !important;
    height: 24px;
    display: flex;
    align-items: center;
}

.spa-2025 .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background-color: #333333 !important;
    opacity: 1 !important;
    border-radius: 50px !important;
}

.spa-2025 .swiper-pagination-bullet-active {
    width: 32px !important;
}

.spa-2025 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.spa-2025 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px !important;
}

.spa-2025 .swiper-buttons-navigation {
    position: absolute !important;
    z-index: 11 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 90px !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 10px !important;
}

.spa-2025 .swiper-button-next,
.spa-2025 .swiper-button-prev {
    position: relative !important;
    color: #333 !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spa-2025 .swiper-button-next:after,
.spa-2025 .swiper-button-prev:after {
    content: " ";
    width: 9px !important;
    height: 16px !important;
    background-image: url(../img/arrow.svg);
}

.spa-2025 .swiper-button-next:after {
    transform: scaleX(-1);
}

@media(max-width:761px) {
    .spa-2025-results {
        padding: 32px 16px;
    }

    .spa-2025-results__title {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .spa-2025-results__wrapper {
        padding-bottom: 56px;
    }

    .spa-2025-results__item {
        flex-direction: column;
    }

    .spa-2025-results__image {
        width: 100%;
    }



    .spa-2025-results__content {
        padding: 16px;
        gap: 16px;
        padding-bottom: 32px;
    }

    .spa-2025-results__name {
        font-size: 16px;
    }

    .spa-2025-results__keyvalue {
        font-size: 24px;
    }

}

/********************************************/
/********************************************/
/********************************************/

.spa-2025-experts {
    margin: 0 auto;
    padding: 0 32px;
    padding-top: 70px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 32px;
    max-width: 1328px;
}

.spa-2025-experts__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 36px;
    line-height: 1.35em;
    letter-spacing: 0;
    text-align: left;
    color: #B40024;
}

.spa-2025-experts__image {
    max-width: 50%;
    display: block;
}

.spa-2025-experts__image>img {
    display: block;
    width: 100%;
    height: auto;
}

.spa-2025-experts__content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spa-2025-experts__text {
    margin: 0;
    margin-top: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}

.spa-2025-experts__block {
    margin: 0;
    margin-top: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: left;
    color: #333;
}

.spa-2025-experts__keyvalue {
    font-size: 72px;
    line-height: 1.4em;
    display: block;
    color: #B40024;
    margin-bottom: -0.2em;
}

@media(max-width:761px) {
    .spa-2025-experts {
        flex-direction: column-reverse;
        padding: 0 16px;
        padding-top: 32px;
    }

    .spa-2025-experts__image {
        max-width: 100%;
    }

    .spa-2025-experts__content {
        max-width: 100%;
    }

    .spa-2025-experts__title {
        font-size: 32px;
    }

    .spa-2025-experts__block {
        flex-basis: 50%;
        font-size: 14px;
    }

    .spa-2025-experts__keyvalue {
        font-size: 48px;
    }

    .spa-2025-experts__row {
        display: flex;
        gap: 16px;
    }

}

/********************************************/
/********************************************/
/********************************************/
.spa-2025-services {
    padding: 70px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.spa-2025-services__row {
    display: flex;
    gap: 32px;
    padding: 32px;
}

.spa-2025-services__col {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 616px;
    width: 100%;
}

.spa-2025-services__image {
    display: block;
    width: 100%;
    max-width: 616px;
    border-radius: 5px;
    overflow: hidden;
    grid-row: span 2 / span 2;
}

.spa-2025-services__image>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.spa-2025-services__title {
    margin: 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 44px;
    line-height: 1.35em;
    letter-spacing: 0;
    text-align: center;
    color: #B40024;
}

.spa-2025-services__bold-text {
    margin: 0;
    margin-top: 16px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}

.spa-2025-services__bold-text {
    margin: 16px 0;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}

.spa-2025-services__text {
    margin: 0;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    max-width: 690px;
}

.spa-2025-services__block {
    padding: 32px;
    background-color: #FBF6F3;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spa-2025-services__block .spa-2025-cta {
    margin-top: 24px;
}

.spa-2025-services__block+.spa-2025-services__block {
    flex: 1;
}

.spa-2025-services__subtitle {
    margin: 0;
    margin-bottom: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}

.spa-2025-services__package {
    margin: 0;
    margin-top: 14px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}

.spa-2025-services__package strong {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
}

.spa-2025-services__package small {
    font-size: 12px;
}

.spa-2025-services__price {
    color: #B40024;
    display: inline-block;
}

@media(max-width:761px) {
    .spa-2025-services {
        padding: 0 16px;
        padding-top: 32px;
    }

    .spa-2025-services__title {
        font-size: 32px;
    }

    .spa-2025-services__row {
        flex-direction: column;
        gap: 16px;
        padding: 32px 0;
    }

    .spa-2025-services__col {
        gap: 16px;
    }

}