.content {
    color: var(--theme-color);
}
p {
    margin: 0;
}
@media (min-width: 1400px) {
    ._hide-xxl {
        display: none!important;
    }
}
@media (max-width: 1399px) {
    ._hide-xl {
        display: none!important;
    }
}
@media (min-width: 768px){
    ._hide-md {
        display: none!important;
    }
}
@media (max-width: 767px) {
    ._hide-sm {
        display: none!important;
    }
}

.main-text {
    font-family: 'Medium22';
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1279px){
    .main-text {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .main-text {
        font-size: 12px;
    }
}
.intro {
    margin-top: 70px;
    margin-bottom: 44px;
}
.intro .intro__title {
    font-family: 'Medium22';
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 70px;
    line-height: 80px;
}
.intro .intro__title, .intro .intro__text {
    text-align: center;
}
.intro .intro__text {
    font-family: 'Book20';
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 50px;
}

.intro .intro__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.intro .intro__tags .intro__tags-item {
    font-family: 'Book20';
    padding-left: 24px;
    padding-right: 24px;
    background-color: #E7F2F1;
    font-size: 18px;
    line-height: 43px;
    text-align: center;
    border-radius: 32px;
}

@media (max-width: 1279px) {
    .intro {
        margin-top: 40px;
        margin-bottom: 36px;
    }
    .intro .intro__title {
        margin-bottom: 4px;
        font-size: 48px;
        line-height: 80px;
    }
    .intro .intro__text {
        margin-bottom: 24px;
    }
    .intro .intro__tags .intro__tags-item {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .intro {
        margin-top: 16px;
        margin-bottom: 26px;
    }
    .intro .intro__title {
        font-size: 26px;
        margin-bottom: 0;
        line-height: 40px;
    }
    .intro .intro__text {
        font-size: 12px;
        margin-bottom: 14px;
    }
    .intro .intro__tags {
        gap: 4px;
    }
    .intro .intro__tags .intro__tags-item {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
    }
}

.slider-full-screen {
    margin-bottom: 140px;
}
.slider-full-screen video {
    width: 100%;
}
.slider-full-screen .swiper img {
    border-radius: 4px;
}
.slider-full-screen .swiper-button-prev {
    left: 2%;
}
.slider-full-screen .swiper-button-next {
    right: 2%;
}
.slider-full-screen .swiper-button-prev, .slider-full-screen .swiper-button-next {
    width: calc(48 * var(--width-multiplier));
    height: calc(48 * var(--width-multiplier));
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.65;
}
.swiper-pagination-bullet {
    width: calc(8 * var(--width-multiplier));
    height: calc(8 * var(--width-multiplier));
}
.slider-full-screen .swiper-pagination-bullets {
    bottom: calc(26 * var(--width-multiplier));
}

.card-item.slider-content .swiper,
.card-item.slider-content .swiper picture {
    height: 100%;
}

@media (max-width: 1279px) {
    .slider-full-screen {
        margin-bottom: 80px;
    }
    .slider-full-screen .swiper-button-prev, .slider-full-screen .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .service-variants .swiper-button-prev, .service-variants .swiper-button-next {
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 767px) {
    .slider-full-screen {
        margin-bottom: 40px;
    }
    .slider-full-screen .swiper-button-prev, .slider-full-screen .swiper-button-next {
        width: 32px;
        height: 32px;
    }
    .slider-full-screen .swiper-pagination-bullets {
        bottom: calc(14 * var(--width-multiplier));
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}

.service__description {
    margin-bottom: 20px;
}
.description-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.description-wrapper .description-item {
    border-radius: 4px;
    padding: 36px;
    position: relative;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.description-wrapper .upper-title {
    text-transform: uppercase;
    line-height: 22px;
}
.description-wrapper .description-title {
    font-family: 'Medium22';
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
}
.description-wrapper .description-text {
    max-width: 85%;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.description-wrapper .description-text p:not(:last-child) {
    margin-bottom: 8px;
}
.description-wrapper .light-green-card {
    background-color: var(--active-color);
    color: #fff;
}
.description-wrapper .light-green-card .upper-title {
    font-family: 'Medium22';
    font-size: 20px;
    line-height: 22px;
}
.description-wrapper .dark-green-card {
    background-color: var(--theme-color);
}
.description-wrapper .description-tel {
    text-decoration: none;
    color: inherit;
    font-family: 'Inter';
}

.description-wrapper .dark-green-card .description-title {
    color: var(--active-color);
}
.description-wrapper .arrow-item__link {
    position: absolute;
    top: 20px;
    right: 20px;
}
.description-wrapper .box {
    font-family: 'Book20';
    font-size: 14px;
    color: var(--darked-color);
    border-radius: 19px;
    line-height: 22px;
    padding: 0 8px;
    text-align: center;
    width: fit-content;
}
.description-wrapper .box.green-box {
    background-color: var(--active-color);
}
.description-wrapper .box.light-box {
    background-color: #fff;
}
@media (max-width: 1279px) {
    .service__description .description-wrapper .description-item {
        padding: 20px;
        width: 50%;
        min-height: 440px;
    }
    .description-wrapper .box,
    .description-wrapper .light-green-card .upper-title {
        font-size: 12px;
    }
    .description-wrapper .description-title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
    }
    .description-wrapper .description-text {
        max-width: 100%;
        line-height: 20px;
        font-size: 14px;
    }
    .description-wrapper .arrow-item__link svg{
        width: 32px;
        height: 32px;
    }
}
@media (max-width: 767px) {
    .service__description .description-wrapper .description-item,
    .description-wrapper .description-item {
        padding: 12px;
        width: 100%;
        min-height: 336px;
    }
    .description-wrapper {
        gap: 12px;
        flex-direction: column;
    }
    .description-wrapper .light-green-card .upper-title {
        font-size: 10px;
    }
    .description-wrapper .description-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
        max-width: 95%;
    }
    .description-wrapper .description-text {
        line-height: 16px;
        font-size: 12px;
    }
    .description-wrapper .arrow-item__link {
        top: 12px;
        right: 12px;
    }
}


.service-variants {
    margin-bottom: 20px;
}
.service-variants .cards-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-variants .cards-wrapper .card-item {
    border-radius: 4px;
    width: calc(50% - 10px);
    overflow: hidden;
}
.service-variants .booking-content .card-item .swiper img {
    border-radius: 4px;
}
.service-variants .cards-wrapper .text-content {
    padding: 36px;
    border: 2px solid #E1EEEE;
}
.service-variants .cards-wrapper .text-content._added-content {
    height: 277px;
    border-top: none;
}
.service-variants .card-item .card-item__title {
    font-family: 'Medium22';
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0;
}
.service-variants .card-item .card-item__preview-text,
.service-variants .info-wrapper .title {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
}
.service-variants .card-item .card-item__preview-text {
    line-height: 24px;
}
.service-variants .card-item .card-item__preview-text p:first-child {
    margin-bottom: 8px;
}
.service-variants .card-item .card-item__preview-text,
.service-variants .info-wrapper {
    max-width: 90%;
}
.service-variants .info-wrapper .title {
    line-height: 28px;
    margin-bottom: 4px;
}
.service-variants .info-wrapper {
    display: flex;
}
.service-variants .card-item__preview-text + .info-wrapper {
    margin-top: 16px;
    justify-content: space-between;
}
.service-variants .card-item__preview-text + .info-wrapper .info-wrapper__content {
    width: calc(50% - 10px);
}
.service-variants .info-wrapper .tags-wrapper .tag-item {
    display: inline-block;
    width: fit-content;
    font-weight: 400;
    line-height: 22px;
    padding: 0 8px;
    font-size: 14px;
    font-family: 'Book20';
    background-color: #ECF5F4;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 19px;
}
.service-variants .info-wrapper .tags-wrapper .tag-item:last-child {
    margin-right: 0;
}
.service-variants .under-wrapper {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.service-variants .under-wrapper .info-value {
    font-family: 'Medium22';
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}
.arrow-right-link__light {
    display: block;
    text-align: center;
    position: relative;
    padding: 15px 20px;
    background-color: var(--active-color);
    color: #fff;
    font-family: 'Medium22';
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
}
.arrow-right-link__light .text {
    margin-right: 8px;
}
.arrow-right-link__light .arrow {
    position: relative;
    top: 2px;
}
.service-variants .under-wrapper .under-item {
    width: fit-content;
}
.service-variants .under-wrapper .under-item.info-wrapper {
    flex: 1;
    gap: 30px;
}
.service-variants .under-wrapper .under-item .info-wrapper__content {
    width: fit-content;
}
@media (max-width: 1900px) {
    .service-variants .card-item ._added-content .card-item__preview-text {
        max-width: 100%;
    }
    .service-variants .cards-wrapper .text-content {
        padding: 16px 12px;
    }
}
@media (max-width: 1399px) {
    .service-variants .booking-content.cards-wrapper .under-wrapper {
        margin-bottom: 20px;
    }
    .service-variants .booking-content.cards-wrapper .card-item {
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .service-variants .booking-content.cards-wrapper .text-content {
        padding: 20px;
    }
    .service-variants .card-item .card-item__title {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .service-variants .card-item .card-item__preview-text {
        line-height: 20px;
    }
    .service-variants .card-item .card-item__preview-text, .service-variants .info-wrapper .title {
        font-size: 14px;
    }
    .arrow-right-link__light,
    .service-variants .info-wrapper .tags-wrapper .tag-item {
        font-size: 12px;
    }
    .arrow-right-link__light {
        padding: 10px 20px;
    }
    .service-variants .under-wrapper .info-value {
        font-size: 18px;
    }
    .service-variants .cards-wrapper .text-content._added-content {
        height: 264px;
        position: relative;
    }

    .service-variants .cards-wrapper:not(.booking-content) .card-item__preview-text + .info-wrapper{
        position: absolute;
        bottom: 16px;
    }
}
@media (max-width: 767px) {
    .service-variants .booking-content.cards-wrapper .text-content {
        padding: 16px 12px;
    }
    .service-variants .card-item .card-item__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .service-variants .cards-wrapper {
        gap: 12px;
    }
    .service-variants .info-wrapper .title,
    .service-variants .card-item .card-item__preview-text {
        line-height: 16px;
        font-size: 12px;
    }
    .service-variants .info-wrapper .title {
        margin-bottom: 0;
    }
    .service-variants .card-item__preview-text + .info-wrapper {
        margin-top: 9px;
        flex-direction: column;
        gap: 12px;
    }
    .service-variants .card-item__preview-text + .info-wrapper .info-wrapper__content {
        width: 100%;
    }
    .service-variants .info-wrapper .tags-wrapper .tag-item {
        font-size: 8px;
        padding: 0 6px;
    }
    .service-variants .under-wrapper {
        margin-top: 12px;
    }
    .service-variants .booking-content.cards-wrapper .under-wrapper {
        margin-bottom: 17px;
    }
    .service-variants .under-wrapper .info-value {
        font-size: 14px;
    }
    .arrow-right-link__light._hide-md {
        margin-top: 12px;
    }
    .service-variants .cards-wrapper .card-item {
        width: 100%;
    }
    .service-variants .cards-wrapper .text-content._added-content {
        height: 276px;
    }
}



.additional-description {
    margin-bottom: 20px;
}
.additional-description .description-wrapper .description-item {
    min-height: 262px;
}
.additional-description .description-wrapper .description-item:not(.one-card) {
    width: 50%;
}
.additional-description .description-wrapper .description-title {
    margin-top: 0;
}
.additional-description .description-wrapper .one-card .service__description__info{
    max-width: 57%;
}
@media (max-width: 1279px) {
    .additional-description .description-wrapper {
        flex-direction: column;
    }
    .additional-description .description-wrapper .description-item:not(.one-card) {
        width: 100%;
    }
    .additional-description .description-wrapper .one-card .service__description__info {
        max-width: 90%;
    }
}
@media (max-width: 767px) {
    .additional-description {
        margin-bottom: 12px;
    }
    .additional-description .description-wrapper .description-item {
        min-height: 232px;
    }
}


.linked-service {
    margin-bottom: 20px;
}
.linked-service img {
    border-radius: 4px;
}
.linked-service .linked-service__wrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 392px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.linked-service .linked-service__block-text {
    color: #fff;
    padding: 93px 0;
    max-width: 1041px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.linked-service .linked-service__block-text__title {
    font-family: 'Medium22';
    font-size: 32px;
    line-height: 62px;
    font-weight: 500;
    margin-bottom: 8px;
}
.linked-service .linked-service__block-text__description {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.linked-service .linked-service__block-text__btn-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 15px 20px;
    max-width: fit-content;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: 'Medium22';
    background-color: var(--active-color);
    border-radius: 4px;
}
@media (max-width: 1279px) {
    .linked-service .linked-service__wrapper {
        min-height: 333px;
    }
    .linked-service .linked-service__block-text__title  {
        font-size: 18px;
        line-height: 32px;
    }
    .linked-service .linked-service__block-text__description {
        font-size: 14px;
        line-height: 18px;
    }
    .linked-service .linked-service__block-text__btn-more {
        font-size: 12px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px) {
    .linked-service {
        margin-bottom: 48px;
    }
    .linked-service .linked-service__block-text {
        padding: 89px 12px 16px;
        text-align: left;
    }
    .linked-service .linked-service__block-text__title  {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 9px;
    }
    .linked-service .linked-service__block-text__description {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 13px;
    }
    .linked-service .linked-service__block-text__btn-more {
        text-align: center;
        max-width: 100%;
    }
}



@media (max-width: 1279px) {
    .section--reserve {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .section--reserve {
        display: none;
    }
}
