main.main {
    padding-bottom: 0;
}

.hero-section-slider {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 64px;
    border-radius: 30px;
    overflow: hidden;
}

.hero-section-slider.slick-initialized {
    display: block;
    margin-bottom: 64px;
}

.hero-section-slider__item {
    display: flex !important;
    flex-shrink: 0;
    width: 100%;
}

.hero-section-slider__inner {
    position: relative;
    display: block;
    width: 100%;
    min-height: 576px;
    padding: 128px 64px 258px;
    text-decoration: none;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-section-slider__inner {
        padding: 64px 32px 258px;
    }
}

.hero-section-slider__inner:hover,
.hero-section-slider__inner:focus {
    text-decoration: none;
}

.hero-section-slider__inner::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease-in-out;
    content: "";
}

.hero-section-slider__inner:hover::before,
.hero-section-slider__inner:focus::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.hero-section-slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    transition: transform 0.1s linear;
    background-color: #F7F7F7;
    filter: blur(30px);
}

.hero-section-slider__image.is-image-loaded {
    filter: blur(0);
}

.hero-section-slider__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: 100%;
    max-width: 700px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}

.hero-section-slider__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.hero-section-slider .slick-track {
    display: flex;
    min-width: 100%;
}

.hero-section-slider .slick-slide {
    display: flex;
    width: 100%;
    height: auto;
}

.hero-section-slider .slick-slide>div {
    display: flex;
    width: 100%;
}

.hero-section-slider .slick-dots {
    bottom: 64px;
}

.numbers-section {
    margin-bottom: 64px;
}

.numbers-section__container {
    display: flex;
    gap: 20px;
}

.numbers-section__media {
    position: relative;
    display: flex;
    flex-shrink: 0;
    width: 450px;
    padding-bottom: 356px;
    border-radius: 22px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .numbers-section__media {
        display: none;
    }
}

.numbers-section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    color: transparent;
    background-color: #F7F7F7;
}

.numbers-section__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.numbers-section__item {
    width: calc(50% - 10px);
    padding: 24px;
    margin: 0 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px color: #3A3F5C;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .numbers-section__item {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .numbers-section__item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 4801px) {
    .numbers-section__item {
        width: 100%;
    }
}

.numbers-section__num {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.numbers-section__text {
    display: block;
    margin-top: 16px;
}

.treatment-directions {
    position: relative;
    position: relative;
    margin-top: 128px;
    background-color: #ffffff;
}

@media (max-width: 1399px) {
    .treatment-directions {
        margin-top: 64px;
    }
}

.treatment-directions::after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    transform: translate(-36%, -36%);
    width: 440px;
    height: 440px;
    border-radius: 50%;
    border: 50px solid rgba(255, 255, 255, 1);
    background: transparent;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
        rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
    pointer-events: none;
    content: "";
}

@media (max-width: 1760px) {
    .treatment-directions::after {
        transform: translate(-50%, -36%);
    }
}

@media (max-width: 1600px) {
    .treatment-directions::after {
        width: 400px;
        height: 400px;
        transform: translate(-60%, -36%);
    }
}

@media (max-width: 1500px) {
    .treatment-directions::after {
        transform: translate(-70%, -50%);
    }
}

@media (max-width: 1399px) {
    .treatment-directions::after {
        display: none;
    }
}

.treatment-directions::before {
    position: absolute;
    z-index: 2;
    right: 4%;
    bottom: 80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 1);
    background: transparent;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
        rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
    pointer-events: none;
    content: "";
}

@media (max-width: 1760px) {
    .treatment-directions::before {
        right: 1%;
    }
}

@media (max-width: 1500px) {
    .treatment-directions:::before {
        right: -5%;
    }
}

@media (max-width: 1399px) {
    .treatment-directions::before {
        display: none;
    }
}

.treatment-directions__bg {
    background-color: #F7F7F7;
    padding: 128px 0 128px;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1399px) {
    .treatment-directions__bg {
        padding-bottom: 64px;
    }
}

.treatment-directions__title {
    margin: 0 0 64px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A3F5C;
}

.treatment-directions__body {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

@media (max-width: 991px) {
    .treatment-directions__body {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .treatment-directions__body {
        flex-wrap: wrap;
    }
}

.treatment-directions__aside {
    width: 438px;
}

@media (max-width: 991px) {
    .treatment-directions__aside {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .treatment-directions__aside {
        position: relative;
        width: 100%;
    }
}

.treatment-directions__select {
    display: none;
}

@media (max-width: 768px) {
    .treatment-directions__select {
        position: relative;
        display: inline-block;
        vertical-align: baseline;
        padding: 13px 44px 13px 16px;
        max-width: 100%;
        font-weight: 700;
        font-size: 15px;
        line-height: 1.4;
        color: #3A3F5C;
        background-color: transparent;
        border: 1px solid #74D273;
        border-radius: 30px;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        overflow: hidden;

    }

    .treatment-directions__select::after {
        position: absolute;
        right: 16px;
        top: calc(50% - 3px);
        width: 12px;
        height: 6px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.247089 10.7527C0.572514 11.0782 1.10018 11.0782 1.4256 10.7527L5.49843 6.67592C6.14876 6.02492 6.14851 4.97009 5.49793 4.31942L1.4226 0.244171C1.09718 -0.0813288 0.569515 -0.0813288 0.244081 0.244171C-0.0813604 0.569588 -0.0813604 1.09725 0.244081 1.42267L3.7321 4.91067C4.0576 5.23609 4.05751 5.76375 3.7321 6.08917L0.247089 9.57424C-0.0783524 9.89967 -0.0783524 10.4273 0.247089 10.7527Z' fill='%2358C256' transform='rotate(90 5.5 5.5)'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        pointer-events: none;
        content: "";
    }
}

.treatment-directions__list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .treatment-directions__list {
        position: absolute;
        left: 0;
        z-index: 10;
        top: calc(100% + 5px);
        display: none;
        padding: 0;
        background-color: #ffffff;
        border-radius: 16px;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .treatment-directions__list::-webkit-scrollbar {
        display: none;
    }
}

.treatment-directions__item {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #A7DCA6;
    cursor: pointer;
    transition: background-color 0.2s;
}

.treatment-directions__item::before {
    display: none;
}

.treatment-directions__item:first-child {
    border-top: 1px solid #A7DCA6;
}

@media (max-width: 768px) {
    .treatment-directions__item:first-child {
        border-top: none;
        border-radius: 16px 16px 0 0;
    }

    .treatment-directions__item:last-child {
        border-bottom: none;
        border-radius: 0 0 16px 16px;
    }
}

.treatment-directions__link {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 50px;
    padding: 14px 76px 14px 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #3A3F5C;
    transition: color 0.2s;
}

@media (max-width: 991px) {
    .treatment-directions__link {
        padding: 12px 40px 12px 0;
        font-size: 15px;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .treatment-directions__link {
        padding: 14px 16px;
        transition: color 0.3s ease-in-out;
        border-radius: inherit;
    }

    .treatment-directions__item.active .treatment-directions__link {
        color: #74D273;
    }
}

.treatment-directions__arrow {
    position: absolute;
    right: 20px;
    top: calc(50% - 16px);
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .treatment-directions__arrow {
        right: 0;
        top: calc(50% - 12px);
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 768px) {
    .treatment-directions__arrow {
        display: none;
    }
}

.treatment-directions__arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.247089 10.7527C0.572514 11.0782 1.10018 11.0782 1.4256 10.7527L5.49843 6.67592C6.14876 6.02492 6.14851 4.97009 5.49793 4.31942L1.4226 0.244171C1.09718 -0.0813288 0.569515 -0.0813288 0.244081 0.244171C-0.0813604 0.569588 -0.0813604 1.09725 0.244081 1.42267L3.7321 4.91067C4.0576 5.23609 4.05751 5.76375 3.7321 6.08917L0.247089 9.57424C-0.0783524 9.89967 -0.0783524 10.4273 0.247089 10.7527Z' fill='%2358C256'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(1) invert(0);
    transition: filter 0.3s ease-in-out;
    content: "";
}

.treatment-directions__item.active .treatment-directions__arrow {
    background-color: #58C256;
}

.treatment-directions__item.active .treatment-directions__arrow::before {
    filter: brightness(0) invert(1);
}

.treatment-directions__card {
    position: sticky;
    top: 130px;
    flex: 1;
    display: none;
    padding: 32px;
    background-color: #ffffff;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .treatment-directions__card {
        top: 81px;
        padding: 16px;
        border-radius: 24px;
    }
}

.treatment-directions__card.active {
    display: block;
}

.treatment-directions__image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
}

.treatment-directions__image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    filter: blur(30px);
    transition: filter 0.1s ease-in-out;
}

.treatment-directions__image img.is-loaded {
    filter: blur(0);
}

.treatment-directions__features {
    list-style: none;
    margin-bottom: 32px;
}

.treatment-directions__features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3F5C;
}

.treatment-directions__features li+li {
    margin-top: 6px;
}

.treatment-directions__features li::before {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #58C256;
    content: '';
}

.treatment-directions__button {
    display: block;
    width: 100%;
    padding: 13px 26px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    border: none;
    background-color: #74D273;
    transition: background-color 0.3s;
}

.treatment-directions__button:hover,
.treatment-directions__button:focus {
    background-color: #58C256;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 128px 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .about-section {
        padding: 64px 0;
        overflow: visible;
    }
}

.about-section .container {
    position: relative;
}

@media (min-width: 1200px) {
    .about-section .container::before {
        position: absolute;
        z-index: 2;
        right: calc(100% + 113px);
        bottom: 150px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 20px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
            rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.about-section__title {
    margin: 0 0 64px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A3F5C;
}

@media (max-width: 1199px) {
    .about-section__title {
        margin-bottom: 32px;
    }
}

.about-section__body {
    display: flex;
    gap: 40px;
}

@media (max-width: 1199px) {
    .about-section__body {
        gap: 20px;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .about-section__body {
        flex-direction: column;
        justify-content: flex-start;
    }
}

.about-section__media {
    flex: 0 0 680px;
    min-width: 0;
}

@media (max-width: 1199px) {
    .about-section__media {
        position: sticky;
        top: 130px;
        flex: 0 0 50%;
    }
}

@media (max-width: 991px) {
    .about-section__media {
        position: sticky;
        top: 81px;
    }
}

@media (max-width: 768px) {
    .about-section__media {
        position: relative;
        top: 0;
        flex: none;
        width: 100%;
    }
}

.about-section__info {
    flex: 1;
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 32px;
}

@media (max-width: 1199px) {
    .about-section__info {
        width: 100%;
        padding: 24px 16px;
    }
}

@media (max-width: 768px) {
    .about-section__info {
        width: 100%;
    }
}

.slider-about {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 489px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F7F7F7;
    margin-bottom: 24px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .slider-about {
        max-height: calc(73vw - 20px);
        margin-bottom: 20px;
    }
}

.slider-about.slick-initialized {
    display: block;
}

.slider-about__slide {
    flex-shrink: 0;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.slider-about__slide-inner {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 72%;
    max-height: 489px;
    outline: none;
    border-radius: 20px;
}

.slider-about__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    filter: blur(30px);
    transition: filter 0.3s linear;
    background-color: #F7F7F7;
}

.slider-about__img.is-image-loaded {
    filter: blur(0);
}

.slider-about__play {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease-in-out;
    border-radius: 20px;
}

.slider-about__slide-inner:hover .slider-about__play,
.slider-about__slide-inner:focus .slider-about__play {
    background-color: rgba(0, 0, 0, 0.15);
}

.slider-about__play>svg {
    width: 64px;
    height: 64px !important;
}

.slider-about-nav {
    position: relative;
    display: flex;
    width: calc(100% + 20px);
    margin: 0 -10px;
    overflow: hidden;
}

.slider-about-nav.slick-initialized {
    display: block;
}

.slider-about-nav__slide {
    flex-shrink: 0;
    width: 20%;
    padding: 0 10px;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .slider-about-nav__slide {
        width: 25%;
    }
}

@media (max-width: 480px) {
    .slider-about-nav__slide {
        width: calc(100%/3);
    }
}

.slider-about-nav__thumb {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F7F7F7;
}

.slider-about-nav__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(30px);
    transition: filter 0.3s linear;
    overflow: hidden;
}

.slider-about-nav__thumb img.is-image-loaded {
    filter: blur(0);
}

.slider-about-nav__thumb--video::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.25) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='28' height='28'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center / 28px no-repeat;
}

.slick-current .slider-about-nav__thumb {
    border-color: #2e8b2e;
}

.about-section__desc {
    font-size: 16px;
    color: #3A3F5C;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 32px;
}

.about-section__features {
    list-style: none;
    margin-bottom: 28px;
}

.about-section__feature {
    font-size: 16px;
    color: #3A3F5C;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 6px;
}

.about-section__feature:last-child {
    margin-bottom: 0;
}

.about-section__feature .icon {
    color: #3A3F5C;
    font-weight: 700;
}

.about-section__btn {
    display: block;
    width: 100%;
    padding: 13px 26px;
    background: #74D273;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.about-section__btn:hover,
.about-section__btn:focus {
    background: #58C256;
    color: #ffffff;
}

.slider-about .slick-prev,
.slider-about .slick-next {
    display: none !important;
}

.reviews-block {
    position: relative;
    padding-top: 128px;
    margin-top: -128px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .reviews-block::before {
        position: absolute;
        z-index: 2;
        right: -40px;
        top: 28px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        border: 30px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px, rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.reviews-block__bg {
    background-color: #F7F7F7;
    padding: 64px 0;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1399px) {
    .reviews-block__bg {
        padding-bottom: 64px;
    }
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-app-head {
    justify-content: flex-start !important;
    text-align: left !important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700 !important;
    color: #3A3F5C !important;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-reviews-btn {
    padding: 13px 26px;
    background: #74D273;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    box-shadow: none;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-reviews-btn:hover,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-reviews-btn:focus {
    background-color: #58C256;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .swiper-pagination>.swiper-pagination-bullet-active {
    background: #74D273;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-next,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-prev {
    background: #74D273;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-next:hover,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-prev:hover,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-next:focus,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-prev:focus {
    background: #74D273;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-next::after,
.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-prev::after {
    color: #ffffff;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-prev::after {
    padding-right: 3px;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-bottom .sw-swiper-button-next::after {
    padding-left: 3px;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs {
    display: flex;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs-body {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    overflow: visible;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs-body img {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs .sw-review-box-tab {
    position: relative;
    border-radius: 10px !important;
    transition: background-color 0.3s ease-in-out;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs .sw-review-box-tab.active {
    background-color: #74D273;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs .sw-review-box-tab::after {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border-radius: inherit;
    border: 2px solid #74D273;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    content: ""
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box-tabs .sw-review-box-tab.active::after {
    opacity: 1;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-arrow {
    opacity: 0;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-review-box {
    background: transparent;
}

.reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-app-body {
    position: relative;
}

@media (min-width: 1200px) {
    .reviews-block__bg #sw-app-e6ac85aac338f990f92e8e07d7828a63 .sw-app-body::before {
        position: absolute;
        z-index: 2;
        left: calc(100% + 113px);
        top: 34px;
        width: 164px;
        height: 164px;
        border-radius: 50%;
        border: 30px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
            rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.special-block {
    padding: 64px 0;
    margin-top: 64px;
}

@media (max-width: 1199px) {
    .special-block {
        margin-top: 32px;
        padding: 32px 0;
    }
}

.special-block__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A3F5C;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .special-block__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.special-block__subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .special-block__subtitle {
        margin-bottom: 32px;
    }
}

.special-block__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
}

@media (max-width: 1199px) {
    .special-block__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .special-block__list {
        grid-template-columns: 1fr;
    }
}

.special-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .special-card {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .special-card {
        position: relative;
    }
}

@media (max-width: 480px) {
    .special-card {
        flex-direction: column;
    }
}

.special-card__image-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 1199px) {
    .special-card__image-wrap {
        width: 300px;
        padding-bottom: 0;
        height: auto;
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 768px) {
    .special-card__image-wrap {
        position: absolute;
        left: 16px;
        top: 16px;
        width: 240px;
        height: calc(100% - 106px);
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .special-card__image-wrap {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        max-height: 360px;
        padding-bottom: 100%;
        border-radius: 20px 20px 0 0;
    }
}

.special-card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #F7F7F7;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199px) {
    .special-card__img {
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 768px) {
    .special-card__img {
        border-radius: 20px;
    }
}

.special-card__body {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (max-width: 1199px) {
    .special-card__body {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .special-card__body {
        position: relative;
        min-height: 342px;
        padding: 16px;
        padding-left: 272px;
        padding-bottom: 66px;
    }
}

@media (max-width: 480px) {
    .special-card__body {
        padding: 16px;
        min-height: 0;
    }
}

.special-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #3A3F5C;
    margin: 0 0 24px;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .special-card__title {
        font-size: 18px;
    }
}

.special-card__desc {
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
    margin-bottom: 14px;
}

.special-card__features {
    list-style: none;
    margin-bottom: 24px;
    flex: 1;
}

.special-card__feature {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
    margin-bottom: 6px;
}

.special-card__feature:last-child {
    margin-bottom: 0;
}

.special-card__feature::before {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #58C256;
    content: '';
}

.special-card__btn {
    display: block;
    width: 100%;
    padding: 13px 26px;
    background: #74D273;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    margin-top: auto;
}

@media (max-width: 768px) {
    .special-card__btn {
        position: absolute;
        bottom: 16px;
        left: 16px;
        width: calc(100% - 32px);
    }
}

@media (max-width: 480px) {
    .special-card__btn {
        position: static;
        width: 100%;
    }
}

.special-card__btn:hover,
.special-card__btn:focus {
    background-color: #58C256;
    color: #fff;
}

.cta-form {
    padding: 64px 0;
}

.cta-form:last-child {
    padding-bottom: 128px;
}

@media (max-width: 1199px) {
    .cta-form {
        padding: 32px 0;
    }

    .cta-form:last-child {
        padding-bottom: 64px;
    }
}

.cta-form>.container {
    position: relative;
}

@media (min-width: 1200px) {
    .cta-form>.container::before {
        position: absolute;
        z-index: 2;
        right: calc(100% + 100px);
        bottom: 0;
        transform: translateY(35%);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 35px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
            rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.cta-form__inner {
    position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    background-color: #1a1f1a;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
}

@media (max-width: 768px) {
    .cta-form__inner {
        padding: 32px 24px;
        border-radius: 20px;
    }
}

.cta-form__inner::before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(270deg, rgba(199, 179, 154, 0) 0%, #000000 100%);
    content: "";
}

.cta-form__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    display: block;
    border-radius: 40px;
}

@media (max-width: 768px) {
    .cta-form__bg {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.cta-form__content {
    position: relative;
    z-index: 1;
}

.cta-form__header {
    max-width: 528px;
    margin-bottom: 64px;
}

.cta-form__title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 768px) {
    .cta-form__title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .cta-form__title {
        font-size: 20px;
    }
}

.cta-form__desc {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 28px;
}

@media (max-width: 768px) {
    .cta-form__desc {
        margin-bottom: 20px;
    }
}

.cta-form__fields {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .cta-form__fields {
        flex-direction: column;
        gap: 10px;
    }
}

.cta-form__fields .form-group {
    flex-grow: 2;
    width: 200px;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .cta-form__fields .form-group {
        width: 100%;
    }
}

.cta-form__input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: inherit;
    color: #3A3F5C;
    background-color: #ffffff;
    border: none;
    border-radius: 30px;
    outline: none;
    transition: box-shadow 0.2s ease-in-out;
    -webkit-appearance: none;
}

.cta-form__input::placeholder {
    color: #aaaaaa;
    font-weight: 400;
}

.cta-form__input:focus {
    box-shadow: 0 0 0 2px #74D273;
}

.cta-form__btn {
    width: 430px;
    display: block;
    padding: 13px 28px;
    background: #74D273;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .cta-form__btn {
        width: 100%;
    }
}

.cta-form__btn:hover,
.cta-form__btn:focus {
    background-color: #58C256;
}

@media (max-width: 480px) {
    .cta-form__btn {
        width: 100%;
    }
}

.food-section {
    padding: 64px 0;
}

@media (max-width: 1199px) {
    .food-section {
        padding: 32px 0;
    }
}

.food-section__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A3F5C;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .food-section__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.food-section__subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #3A3F5C;
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .food-section__subtitle {
        margin-bottom: 32px;
    }
}

.food-section__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
}

@media (max-width: 1024px) {
    .food-section__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .food-section__list {
        grid-template-columns: 1fr;
    }
}

.food-card {
    background-color: #137D35;
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .food-card {
        padding: 24px 20px;
    }
}

.food-card__icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.food-card__icon svg {
    width: 32px !important;
    height: 32px !important;
    color: #ffffff;
    fill: transparent;
}

.food-card__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.food-card__title {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .food-card__title {
        font-size: 20px;
    }
}

.food-card__desc {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

.food-card__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.food-card__list-item {
    position: relative;
    padding-left: 18px;
}

.food-card__list-item::before {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
    content: '';
}

.diet-table {
    padding: 64px 0;
}

@media (max-width: 1199px) {
    .diet-table {
        padding: 64px 0 32px;
    }
}

.diet-table__wrap {
    border-radius: 20px;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.diet-table__table {
    width: 100%;
    border-collapse: collapse;
}

.diet-table__table thead tr {
    background-color: #58C256;
}

.diet-table__table thead th {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1.5;
    border-left: 2px solid #ffffff;
}

.diet-table__table thead th:first-child {
    border-left: none;
}

.diet-table__table thead tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}

.diet-table__table thead tr:first-child th:last-child {
    border-radius: 0 20px 0 0;
}

.diet-table__table thead th:not(:first-child) {
    width: 299px;
}

.diet-table__table tbody tr:nth-child(odd) {
    background-color: #CDEDCC;
}

.diet-table__table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.diet-table__table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.diet-table__table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.diet-table__table tbody td {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
    border-left: 2px solid #ffffff;
}

.diet-table__table tbody td:first-child {
    border-left: none;
}

.diet-table__table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 600px) {

    .diet-table__table thead {
        display: none;
    }

    .diet-table__table tbody tr {
        display: block;
    }

    .diet-table__table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .diet-table__table tbody tr:last-child {
        border-bottom: none;
    }

    .diet-table__table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 10px 16px;
        font-size: 14px;
        background-color: #ffffff;
        border-top: 1px solid #CDEDCC;
        border-left: 1px solid #CDEDCC;
        border-right: 1px solid #CDEDCC;
    }

    .diet-table__table tbody td:last-child {
        border-bottom: none;
    }

    .diet-table__table tbody td:first-child {
        font-weight: 700;
        font-size: 14px;
        justify-content: flex-start;
        background-color: #58C256;
        color: #ffffff;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .diet-table__table tbody tr:first-child td:first-child {
        border-radius: 20px 20px 0 0;
    }

    .diet-table__table tbody tr:last-child td:last-child {
        border-radius: 0 0 20px 20px;
        border-bottom: 1px solid #CDEDCC;
    }

    .diet-table__table tbody td:first-child+td {
        border-top: none;
    }

    .diet-table__table tbody td[data-label]::before {
        content: attr(data-label);
        flex-shrink: 0;
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
    }

    .diet-table__table tbody td:first-child::before {
        display: none;
    }

    .diet-table__table tbody tr:last-child td:first-child {
        border-radius: 0;
    }
}

.activities__bg {
    position: relative;
    padding: 128px 0 128px;
    background-color: #F7F7F7;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 1199px) {
    .activities__bg {
        padding: 128px 0 64px;
    }
}

@media (min-width: 1200px) {
    .activities__bg::before {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 150px;
        width: 590px;
        height: 590px;
        border-radius: 50%;
        border: 80px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px, rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.activities__bg>.container {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .activities__bg>.container::before {
        position: absolute;
        z-index: 2;
        right: calc(100% + 64px);
        bottom: 112px;
        width: 210px;
        height: 210px;
        border-radius: 50%;
        border: 30px solid rgba(255, 255, 255, 1);
        background: transparent;
        box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px, rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
        pointer-events: none;
        content: "";
    }
}

.activities__title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #3A3F5C;
    margin-top: 0;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .activities__title {
        font-size: 24px;
        line-height: 30px;
    }
}

.activities__desc {
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.6;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .activities__desc {
        font-size: 15px;
        margin-bottom: 24px;
    }
}

.activities__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .activities__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .activities__list {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.activity-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .activity-card {
        flex-direction: row;
    }
}

@media (max-width: 480px) {
    .activity-card {
        flex-direction: column;
    }
}

.activity-card__body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 24px;
}

@media (max-width: 1199px) {
    .activity-card__body {
        position: relative;
        padding: 20px 20px 20px 360px;
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    .activity-card__body {
        padding-left: 300px;
        gap: 16px;
        min-height: 300px;
    }
}

@media (max-width: 575px) {
    .activity-card__body {
        padding: 16px 16px 16px 232px;
        gap: 12px;
        min-height: 232px;
    }
}

@media (max-width: 480px) {
    .activity-card__body {
        padding: 24px;
        gap: 16px;
        min-height: 0;
    }
}

.activity-card__title {
    font-size: 24px;
    font-weight: 700;
    color: #3A3F5C;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 1199px) {
    .activity-card__title {
        font-size: 18px;
    }
}

.activity-card__desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .activity-card__desc {
        gap: 16px;
    }
}

.activity-card__features {
    list-style: none;
    flex: 1;
}

.activity-card__feature {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
    margin-bottom: 6px;
}

.activity-card__feature:last-child {
    margin-bottom: 0;
}

.activity-card__feature::before {
    position: absolute;
    left: 2px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #58C256;
    content: '';
}

.activity-card__image-wrap {
    position: relative;
    width: 100%;
    margin-top: auto;
    padding-bottom: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .activity-card__image-wrap {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 300px;
        height: calc(100% - 40px);
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .activity-card__image-wrap {
        width: 260px;
    }
}

@media (max-width: 575px) {
    .activity-card__image-wrap {
        top: 16px;
        left: 16px;
        width: 200px;
        height: calc(100% - 32px);
    }
}

@media (max-width: 480px) {
    .activity-card__image-wrap {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding-bottom: 100%;
        order: 0;
    }
}

.activity-card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #F7F7F7;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .activity-card__img {
        border-radius: 0 20px 20px 0;
    }
}

@media (max-width: 768px) {
    .activity-card__img {
        border-radius: 20px;
    }
}

@media (max-width: 480px) {
    .activity-card__img {
        border-radius: 0 0 20px 20px;
    }
}

.activities__footer {
    display: flex;
    justify-content: center;
}


.activities__btn {
    display: inline-block;
    padding: 13px 48px;
    background: #74D273;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.activities__btn:hover,
.activities__btn:focus {
    background-color: #58C256;
    color: #fff;
}

@media (max-width: 480px) {
    .activities__btn {
        width: 100%;
        text-align: center;
    }
}

.video-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: none;
}

.video-btn__play {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L13 8L1 14.5V1.5Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.3s, ease-in-out border-color 0.2s ease-in-out;
}

.video-btn:hover .video-btn__play {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

.video-btn__text {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 2px;
}

/*страница программы*/

.program-section {
    width: 100%;
    padding: 64px 0;
}

@media (max-width: 767px) {
    .program-section {
        padding: 32px 0;
    }
}

.program-section:first-child,
.container:first-child+.program-section {
    padding-top: 32px;
}

.program-section:last-child {
    padding-bottom: 128px;
}

@media (max-width: 767px) {
    .program-section:last-child {
        padding-bottom: 64px;
    }
}

.program-section--grey {
    padding-top: 128px;
    background-color: #F7F7F7;
    clip-path: polygon(0 64px, 100% 0, 100% 100%, 0 100%);
}

@media (max-width: 767px) {
    .program-section--grey {
        padding-top: 64px;
        padding-bottom: 64px;
        clip-path: none;
    }
}

.program-section--grey+.program-section--white {
    padding-top: 128px;
}

@media (max-width: 767px) {
    .program-section--grey+.program-section--white {
        padding-top: 64px;
    }

    .program-section--white+.program-section--grey {
        margin-top: 32px;
    }
}

.program-section__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
}

@media (max-width: 767px) {
    .program-section__container {
        gap: 32px;
    }
}

.program-section__header {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #3A3F5C;
}

@media (max-width: 575px) {
    .program-section__header {
        font-size: 15px;
    }
}

.program-section__title {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

@media (max-width: 575px) {
    .program-section__title {
        font-size: 24px;
    }
}

.program-section__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    max-width: 800px;
}

.program-advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 991px) {
    .program-advantages {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .program-advantages {
        grid-template-columns: 1fr;
    }
}

.program-advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    gap: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #3A3F5C;
    text-align: center;
    border-radius: 20px;
    background-color: #F7F7F7;
}

@media (max-width: 575px) {
    .program-advantages__item {
        font-size: 15px;
        gap: 16px;
    }
}

.program-advantages__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ffffff;
}

.program-advantages__icon>.icon-svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.program-direction {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.program-direction::before {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 80px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 1);
    background: transparent;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
        rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
    transform: translateX(-30%);
    pointer-events: none;
    content: "";
}

@media (max-width: 1400px) {
    .program-direction::before {
        transform: translateX(-50%);
    }
}

.program-direction::after {
    position: absolute;
    z-index: 2;
    right: 48px;
    top: 112px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 1);
    background: transparent;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
        rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
    transform: translateX(-30%);
    pointer-events: none;
    content: "";
}

@media (max-width: 1400px) {
    .program-direction::after {
        right: -32px;
    }
}

.program-direction .container {
    position: relative;
    z-index: 3;
}

.program-direction__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

@media (max-width: 767px) {
    .program-direction__list {
        grid-template-columns: 1fr;
    }
}

.program-direction__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .program-direction__item {
        font-size: 15px;
        gap: 16px;
        padding: 16px;
    }
}

.program-direction__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #30C6F2;
    color: #ffffff;
}

.program-direction__item:nth-child(4n + 2) .program-direction__icon,
.program-direction__item:nth-child(4n + 3) .program-direction__icon {
    background-color: #58C256;
}

.program-direction__icon>.icon-svg {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.program-include {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
}

.program-include__list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media (max-width: 991px) {
    .program-include__list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .program-include__list {
        grid-template-columns: 1fr;
    }
}

.program-include__list::before {
    position: absolute;
    z-index: 0;
    left: 108%;
    bottom: 24%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 40px solid rgba(255, 255, 255, 1);
    background: transparent;
    box-shadow: inset rgba(0, 0, 0, 0.06) 0px 10px 36px 0px,
        rgba(50, 50, 93, 0.05) 0px 50px 100px -20px, rgba(0, 0, 0, 0.15) 0px 30px 60px -30px;
    pointer-events: none;
    content: "";
}

@media (max-width: 1400px) {
    .program-include__list::before {
        left: 100%;
        transform: translateX(-70%);
    }
}

@media (max-width: 767px) {
    .program-include__list::before {
        display: none;
    }
}

.program-include__item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .program-include__item {
        padding: 24px;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .program-include__item {
        padding: 16px;
        gap: 12px;
    }
}

.program-include__item-desc {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #3A3F5C;
}

@media (max-width: 991px) {
    .program-include__item-desc {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .program-include__item-desc {
        gap: 4px;
        font-size: 15px;
    }
}

.program-include__item-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .program-include__item-title {
        font-size: 20px;
    }
}

.program-include__item-img {
    position: relative;
    display: block;
    margin-top: auto;
    padding-bottom: 56.13%;
    border-radius: 10px;
    overflow: hidden;
}

.program-include__item-img .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: none;
    object-fit: cover;
    object-position: left top;
}

.program-include__info {
    max-width: 920px;
}

@media (max-width: 575px) {
    .program-include__info {
        font-size: 15px;
    }
}

.program-include__cost {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    gap: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3F5C;
}

@media (max-width: 575px) {
    .program-include__cost {
        font-size: 15px;
    }
}

.program-include__cost-price {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 575px) {
    .program-include__cost-price {
        font-size: 24px;
    }
}

.program-include__cost-btn {
    display: inline-block;
    vertical-align: baseline;
    padding: 13px 26px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    color: #ffffff;
    background-color: #74D273;
    border-radius: 30px;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .program-include__cost-btn {
        font-size: 15px;
    }
}

.program-include__cost-btn:hover,
.program-include__cost-btn:focus {
    background-color: #58C256;
    color: #fff;
}

.table-price {
    width: 100%;
}

.table-price__wrap {
    border-radius: 20px;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.table-price__table {
    width: 100%;
    border-collapse: collapse;
}

.table-price__table thead tr {
    background-color: #58C256;
}

.table-price__table thead th {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    line-height: 1.5;
    border-left: 2px solid #ffffff;
}

@media (max-width: 1024px) {
    .table-price__table thead th {
        padding: 12px 16px;
    }
}

@media (max-width: 991px) {
    .table-price__table thead th {
        padding: 12px 6px;
        font-size: 14px;
    }
}

.table-price__table thead th:first-child {
    border-left: none;
}

.table-price__table thead tr:first-child th:first-child {
    border-radius: 20px 0 0 0;
}

.table-price__table thead tr:first-child th:last-child {
    border-radius: 0 20px 0 0;
}

.table-price__table thead th:first-child {
    width: 290px;
}

.table-price__table tbody tr:nth-child(odd) {
    background-color: #CDEDCC;
}

.table-price__table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.table-price__table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.table-price__table tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

.table-price__table tbody td {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
    border-left: 2px solid #ffffff;
}

@media (max-width: 1024px) {
    .table-price__table tbody td {
        padding: 12px 18px;
    }
}

@media (max-width: 991px) {
    .table-price__table tbody td {
        padding: 12px 6px;
        font-size: 14px;
    }


    .table-price__table tbody td:first-child {
        border-left: none;
    }

    .table-price__table tbody tr:last-child td {
        border-bottom: none;
    }
}

@media (max-width: 767px) {

    .table-price__table thead {
        display: none;
    }

    .table-price__table tbody tr {
        display: block;
    }

    .table-price__table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .table-price__table tbody tr:last-child {
        border-bottom: none;
    }

    .table-price__table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 10px 16px;
        font-size: 14px;
        background-color: #ffffff;
        border-top: 1px solid #CDEDCC;
        border-left: 1px solid #CDEDCC;
        border-right: 1px solid #CDEDCC;
    }

    .table-price__table tbody td:last-child {
        border-bottom: none;
    }

    .table-price__table tbody td:first-child {
        font-weight: 700;
        font-size: 14px;
        justify-content: flex-start;
        background-color: #58C256;
        color: #ffffff;
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .table-price__table tbody tr:first-child td:first-child {
        border-radius: 20px 20px 0 0;
    }

    .table-price__table tbody tr:last-child td:last-child {
        border-radius: 0 0 20px 20px;
        border-bottom: 1px solid #CDEDCC;
    }

    .table-price__table tbody td:first-child+td {
        border-top: none;
    }

    .table-price__table tbody td[data-label]::before {
        content: attr(data-label);
        flex-shrink: 0;
        font-weight: 700;
        font-size: 13px;
        white-space: nowrap;
    }

    .table-price__table tbody td:first-child::before {
        display: none;
    }

    .table-price__table tbody tr:last-child td:first-child {
        border-radius: 0;
    }
}

/*программы лечения*/

.programs-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    list-style: none;
}

@media (max-width: 1199px) {
    .programs-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .programs-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .programs-list {
        width: 100%;
    }
}

.programs-list__item {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .programs-list__item {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .programs-list__item {
        position: relative;
    }
}

@media (max-width: 575px) {
    .programs-list__item {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }
}

.programs-list__image-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media (max-width: 1199px) {
    .programs-list__image-wrap {
        width: 300px;
        max-width: 50%;
        padding-bottom: 0;
        height: auto;
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 575px) {
    .programs-list__image-wrap {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        max-height: 360px;
        padding-bottom: 100%;
        border-radius: 20px 20px 0 0;
    }
}

.programs-list__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #F7F7F7;
    object-fit: cover;
    object-position: right bottom;
    display: block;
    transition: opacity 0.3s ease-in-out;
}

.programs-list__image-wrap:hover .programs-list__img,
.programs-list__image-wrap:focus .programs-list__img {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .programs-list__img {
        border-radius: 20px 0 0 20px;
    }
}

@media (max-width: 575px) {
    .programs-list__img {
        border-radius: 20px 20px 0 0;
    }
}

.programs-list__duration {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3F5C;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.programs-list__body {
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
}

@media (max-width: 1199px) {
    .programs-list__body {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .programs-list__body {
        padding: 16px;
        min-height: 0;
    }
}

.programs-list__title {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    font-weight: 700;
    color: #3A3F5C;
    margin: 0;
    line-height: 1.2;
}

.programs-list__title:hover,
.programs-list__title:focus {
    opacity: 0.7;
}

@media (max-width: 1199px) {
    .programs-list__title {
        font-size: 18px;
    }
}

.programs-list__desc {
    font-size: 16px;
    font-weight: 500;
    color: #3A3F5C;
    line-height: 1.5;
}

.programs-list__price {
    margin-top: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: rgba(58, 63, 92, 0.7);
    text-align: center;
}

.programs-list__price b {
    color: #3A3F5C;
    font-weight: 700;
}

.programs-list__btn {
    display: block;
    width: 100%;
    padding: 13px 26px;
    background: #74D273;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    margin-top: auto;
}

@media (max-width: 575px) {
    .programs-list__btn {
        position: static;
        width: 100%;
    }
}

.programs-list__btn:hover,
.programs-list__btn:focus {
    background-color: #58C256;
    color: #fff;
}

.programs-list__link {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    padding: 13px 26px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: rgba(58, 63, 92, 0.7);
}

.programs-list__link:hover,
.programs-list__link:fonts {
    color: rgba(58, 63, 92, 1);
}

.form-consent {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 32px;
    min-height: 24px;
    color: #c5c5c5;
    cursor: pointer;
}

.form-consent__input {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
}

.form-consent__label {
    display: inline-block;
    vertical-align: baseline;
    color: inherit;
}

.form-consent__label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    content: "";
}

.form-consent__label::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.50002L3.66683 6L9 1' stroke='%23c5c5c5' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transform: scale(0);
    opacity: 0.4;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    content: "";
}

.form-consent:hover .form-consent__label::after,
.form-consent:focus .form-consent__label::after {
    transform: scale(1);
}

.form-consent__input:checked + .form-consent__label::after {
    transform: scale(1);
    opacity: 1;
}

.form-consent__label a {
    color: inherit;
    text-decoration: underline;
}

.form-consent__label a:hover,
.form-consent__label a:focus {
    text-decoration: underline solid transparent;
}

.acc-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
}

.acc-block__item {
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3F5C;
    font-weight: 500;
    box-shadow: 0px 2px 12px 1px rgba(0, 0, 0, 0.1);
}

.acc-block__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    padding: 14px 60px 14px 28px;
    font-size: 16px;
    line-height: 1.5;
    color: #3A3F5C;
    font-weight: 700;
    background-color: #ffffff;
    text-align: left;
    border: none;
    outline: none;
    border-radius: inherit;
    cursor: pointer;
}

.acc-block__btn::after {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 32px;
    height: 32px;
    background-color: #58C256;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.244081 0.247089C-0.0813604 0.572514 -0.0813604 1.10018 0.244081 1.4256L4.32091 5.49843C4.97191 6.14876 6.02674 6.14851 6.67741 5.49793L10.7527 1.4226C11.0782 1.09718 11.0782 0.569515 10.7527 0.244081C10.4272 -0.0813604 9.89957 -0.0813604 9.57416 0.244081L6.08616 3.7321C5.76074 4.0576 5.23307 4.05751 4.90766 3.7321L1.42259 0.247089C1.09716 -0.0783524 0.569515 -0.0783524 0.244081 0.247089Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
}