/***************GLOBAL***************/

html {
    scroll-behavior: smooth;
    background-color: #F3F3F3;

}


.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    position: relative;
}

.nowrap-text {
    white-space: nowrap;
}

.selected {
    color: #52a623;
}

.mob {
    display: none !important;
}

.preloader {
    display: none;
    background: white;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    z-index: 400;
    background-image: url("data:image/gif;base64,R0lGODlhEgIEAfEDACc6mUep1lin0wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgADACwAAAAAEgIEAQAC/5yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKTlJWWl5iZmpucnZ6fkJGio6SlpqeoqaqrrK2ur6ChsrO0tba3uLm6u7y9vr+wscLDxMXGx8jJysvMzc7PwMHS09TV1tfY2drb3N3e39DR4uPk5ebn6Onq6+zt7u/g4fLz9PX29/j5+vv8/f7/8PMKDAgQQLGjyIMKHChQwbOnwIMaLEiRQrWryIMaPGjf8cO3r8CDKkyJEkS5o8iTKlypUsW7p8CTOmzJk0a9q8iTOnzp08e/r8CTSo0KFEixo9ijSp0qVMmzp9CjWq1KlUq1q9ijWr1q1cu3r9Cjas2LFky5o9izat2jIA2rp9C9ftAwEB6tq9i1eAgLl4+97Vu1ZM3MGDG+j1i1jvXgaHEfdVHBgM4clyGTtOvHgB3ct+M0fmQplyA86JR5P2+9lL6MmmT/9t7dpu6i6rCcN2DZhBbLyzQdeOext3cNe9t/wGrnt3Xc8JlMsunuU43OGkmSNwXhd6dOmVFzjP7R27dizcuyvAbv0A9gDjr5RvS51zegPr21t5DyD+5fkD6tv7p4KffpgJ6Nh/AL5HYGcJomagFAEmpxx//jUIxYPhRbhgXxRGYaECm+EGnocR8rfhEQg68GF1JA6QonwrlmhEeXO16NiLjVUHY4467shjjz7+CGSQQg5JZJFGHolkkkouyWSTTj4JZZRSTklllVZeiWWWWm7JZZdefglmmGKOSWaZZp6JZppqrslmm26+CWeccs5JZ5123olnnnruyWeffv4JaKCCDkpooYYeimiiii7KaKOOPgpppJJOSmmlll6Kaaaabsppp55+Cmqooo5Kaqmmnopqqqquymqrrr4Ka6yyzkprrbbeimuuuu7Ka6++/gpssMIOS2whBQAAIfkECQoAAwAs4wB5AE4AFAAAApOcgqkrMg/jALTaW6U+q6dmcF7XONqDpen5NKNXvi/IqnbGijKzj+Z5u7EGvaLxpwnahsbmDClRqpjOKmMoXbGsXAQ0ksVQu9UvJHwZk49mFBp3Wpexb4pa3mtP6oA7XqbH17f1lxfI51cIQ1eXqHhVg0j4OMP45pjnVGKJNqRTBPIJqLfX6NlE4wI6dHbJqpr3UAAAIfkEBQoAAwAs4wB5AE4AFAAAApqcgqkrMg+jWVQ1iYHevG9zVFXjYE8jjpc5eK6bpqsZxkxpvvpmizjWG7FaO12Q8pMcGcOicYmYAaEBqcT5okaH2moT6+kmI+IvmFNmpXNnNNVKfo8hbfebq50/6rw8/s7Cp7E2BcjGl6c3kGhWR6jkFyj4GGeYMRlpQkknWBNEMuTZAyrJN3EEJyEakxohCII6BIHyKbtXN1AAADs=");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
    border-radius: 8px;
}

.form__input.valid {
    color: #10b534;
    border: 1px solid #10b534;
}

.form__input.error {
    color: #c8102e;
    border: 1px solid #c8102e;
}

label.error {
    display: flex;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 200;
    top: calc(100% + 4px);
    left: 0;
    min-width: 95%;
    border-radius: 8px;
    background: #c8102e;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.05rem */
    padding: 5px 10px;
}

label.error::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 15px;
    height: 15px;
    background: #c8102e;
    border-radius: 2px;
    transform: translateZ(-1px) rotate(45deg);
    top: -8px;
    left: 11px;
    transform-style: preserve-3d;
}

.main__wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.swiper {
    width: 100%;
    position: relative;
    overflow: visible;
}

/***************GLOBAL***************/
/***************BIG-BUTTON***************/

.big-button {
    position: relative;
    display: flex;
    padding: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: fit-content;
    z-index: 100;

    color: var(--text-card-color);
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
    outline: none;
    border: none;
    cursor: pointer;

}

.big-button:hover {
    transform: scale(1.07);
}

/***************BIG-BUTTON***************/

.center .section__form-price {
    width: 100%;
}

/***************HEADER***************/

.header {
    /* padding-block: 18px; */
    background-color: #fff;
}

.header .container {
    max-width: 100%;
    padding-inline: 10px;
}

.header__top {
    background: var(--primary-color-2);
    padding: 12px 0;
    text-align: center;
    display: flex;
}

.header__top p.small {
    width: 100%;
    max-width: 100%;
}


.section__bg-image {
    opacity: 0.85;
}

.section__scroll-container {
    height: unset;
    overflow: scroll;
    max-height: 400px;
}

@media screen and (max-width: 480px) {
    .header__top {
        padding: 12px 10px;
    }

    .section__bg-image {
        right: -230px;
    }
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 18px 0;
}

.header__logo {
    height: 39px;
}

.header__links-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.header__nav-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.header__nav-link-container {
    position: relative;
}

.header__nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    text-decoration: none;
    color: #213320;
    white-space: nowrap;
    position: relative;
}

.header__nav-sub-links-container {
    position: relative;
    padding-right: 20px;
}

.header__nav-sub-links-container::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../images/icons/chevron-down.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s ease;
}

.header__nav-sub-links-container:hover::after {
    transform: translateY(-50%) rotate(180deg);
}

.header__sub-list {
    position: absolute;
    top: 25px;
    left: 0;
    display: flex;
    transform: scaleY(0);
    transform-origin: top;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: 0.3s ease;
    overflow: hidden;
}

.header__nav-sub-links-container:hover .header__sub-list {
    transform: scaleY(1);
}

.header__button {
    max-width: 270px;
}

.header__hamburger {
    cursor: pointer;
    padding: 10px;
}

.header__hamburger-container {
    position: relative;
    width: 36px;
    height: 24px;
}

.header__hamburger-item {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #213320;
    transition: 0.3s ease;
}

.header__hamburger-item:nth-child(1) {
    top: 0;
}

.header__hamburger-item:nth-child(2) {
    top: 50%;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
}

.header__hamburger-item:nth-child(3) {
    bottom: 0;
}

.header.active .header__hamburger-item:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.header.active .header__hamburger-item:nth-child(2) {
    opacity: 0;
    right: 50%;
}

.header.active .header__hamburger-item:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

.header__buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
}

.header__lang {
    font-weight: 500;
    position: relative;
    z-index: 100000;
    /*margin-left: auto;*/
    padding: 12px 24px;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #7e7c74;

    user-select: none;
}

.header__lang span {
    text-underline-offset: 3px;
    text-decoration: underline;
}

.header__current-lang {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__list-lang {
    position: absolute;
    top: 56px;
    left: -1px;
    width: calc(100% + 2px);
    display: inline-flex;
    padding: 24px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease;
    border: 1px solid #e5e5e1;
    border-radius: 4px;
}

.header__list-lang.active {
    opacity: 1;
    visibility: visible;
    transition: all 250ms ease;
    z-index: 99;
}

.header__item-lang a {
    text-decoration: none;
    color: #28261b;
}

/***************HEADER***************/
/***************START***************/

.start {
    z-index: 10 !important;
}

#start h1 {
    /*max-width: var(--content-big-container)*/
}


#start p {
    max-width: 488px;
}

#start .section__column-container {
    justify-content: flex-end;
}

#start .section__row-container,
#reg .section__row-container {
    justify-content: flex-start;
}

#start .section__column-container:nth-child(2) {
    max-width: 598px;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    background: #FFF;

    box-shadow: 0 15px 35px 0 rgba(93, 109, 134, 0.40);
    margin-inline: auto;
}

@media screen and (max-width: 1200px) {
    #start h1,
    #start p {
        max-width: none;
    }

    #start .section__row-container {
        justify-content: center;
    }

    #reg h2,
    #reg p {
        max-width: none;
    }

    #reg .section__row-container {
        justify-content: center;
    }

}

/***************START***************/
/***************CHOISE***************/


#choose .big-button {
    max-width: 260px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    #choose .big-button {
        max-width: none;
    }
}

/***************CHOISE***************/
/***************TABLE***************/


table {
    box-sizing: border-box;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: 0;
    border: 1px solid #D2D2D2;
    width: 100%;
}


table thead {

    border: 1px solid #D2D2D2;
    color: var(--text-card-color);
    background: linear-gradient(180deg, #2DBDFC 0%, #006AFF 100%);
}


table th {
    border-right: 1px solid #6FEC7D;
    background: linear-gradient(92deg, #87D112 0%, #27AD02 100%);
}

table th:last-child {
    border: none;
}


tbody td {
    width: 400px;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

tbody td:last-child {
    border-right: none;
}

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


tbody tr:nth-child(even) td {
    background-color: #F3F3F3;
}

@media screen and (max-width: 678px) {
    .table {
        max-width: 100%;
        overflow-x: auto;
    }

    table {
        width: 658px !important;
    }
}


/***************TABLE***************/
#happens .section__top-container,
#treatment .section__top-container {
    text-align: left;
    max-width: var(--content-sm-container);
    margin: 0;
}


#happens .section__row-container img,
#treatment .section__row-container img {
    display: block;
    max-width: 568px;
    border-radius: 8px;
    height: 400px;

}

#happens .section__item,
#treatment .section__item {
    gap: 16px;
}

#happens .section__list-container,
#treatment .section__list-container {
    max-width: 588px;
}

@media screen and (max-width: 1200px) {
    #happens .section__top-container,
    #treatment .section__top-container {
        margin: 0 auto;
    }
}

@media screen and (max-width: 588px) {
    #happens .section__row-container img,
    #treatment .section__row-container img {
        max-width: none;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}

/***************composition***************/

#composition .section__top-container h2,
#benefits .section__top-container h2 {
    max-width: 996px;
}

/***************benefits***************/


#benefits img {
    max-width: 538px;
    height: auto;
    margin: 0 auto;
}


#benefits .section__list-container {
    max-width: 486px;
    list-style: disc;
    gap: 24px;
}

#benefits .section__list-container li {
    margin-left: 20px;
}


@media screen and (max-width: 580px) {
    #benefits img {
        max-width: 100%;
    }

    #benefits .section__list-container {
        gap: 16px;
    }
}

/***************DOCTOR***************/

#works .section__card {
    background-color: #fff;
}

#works .section__image {
    max-width: 332px;
    margin-inline: auto;
}


/***************PRICE***************/

.price {
    background-color: #FFF;
}

#price .large {
    max-width: 560px;
}

#price .section__column-container {
    gap: 16px;
}

#price .section__container > .section__row-container {
    padding: 24px;
    border-radius: 16px;
    background: #F3F3F3;
}


.price__label {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 15px;
    right: 15px;
    background: url("../images/icons/price-icon.svg");
    background-size: 100% 100%;
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: -0.3px;
    z-index: 1;
}

.price__label span {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 95.238% */
    letter-spacing: -0.42px;
}

/***************PRICE***************/
/***************DOCTOR***************/

#doctor .section__row-container img {
    max-width: 384px;
    /* border-radius: 16px 16px 0 0; */
}

#doctor .section__item {
    flex-direction: row;
}


#doctor .section__item-text-container {
    /*max-width: 600px;*/
    padding: 32px;
    border-radius: 0 16px 16px 0;
    border: 1px solid var(--standart-stroke, #D2D2D2);
    gap: 16px;
    justify-content: flex-start;
}

#doctor .section__item-text-container p:last-child {
    padding-top: 16px;
}

#doctor .big-button {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {


    #doctor .section__item {
        flex-direction: column;
    }

    #doctor .section__row-container {
        margin: 0 auto;
    }

    #doctor .section__row-container img {
        border-radius: 16px 16px 0 0;
    }

    #doctor .section__item.section__image-card {
        max-width: 384px;
    }

    #doctor .section__item-text-container {
        border-radius: 0 0 16px 16px;
    }
}

@media screen and (max-width: 1200px) {
    #doctor .section__item-text-container p:last-child {
        padding-top: 0px;
    }

    #doctor .section__item-text-container {
        padding: 16px;
    }

}

/***************DOCTOR***************/
/***************REVIEW***************/

.sections__container.review {
    background-image: url('../images/bl11_bg.webp')

}

#review .section__card {
    gap: 16px;
    background: var(--card-color)
}

#review .section__card > .section__row-container {
    flex-wrap: nowrap;
}

#review .selected {
    color: #ffd700;
}

/***************REVIEW***************/
/***************FAQ***************/

#faq .section__container {
    max-width: 790px;
    margin-inline: auto;
}

#faq .section__card {
    gap: 16px;
    border-radius: 16px;
    cursor: pointer;
}

/***************FAQ***************/
/***************REG***************/

#reg h2 {
    color: var(--title-color);

    font-family: var(--ff-title);
    font-size: var(--fs-title-1);
    font-weight: var(--fw-bold);
    letter-spacing: var(--ls-tight-1);
    max-width: 690px;
}

@media screen and (max-width: 480px) {
    #reg h2 {
        font-size: var(--fs-title-3);
        letter-spacing: var(--ls-tight-3);
    }
}

#reg .section__item-text-container {
    gap: 12px;
}

#reg .section__image {
    max-width: 682px;
}

/***************REG***************/
/***************START***************/

#price .section__item-text-container {
    border: none;
}

#price h3 {
    color: var(--title-color);
    text-align: center;
}

#price h3 + p.blue {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

#price .section__item {
    border-radius: 16px;
    border: 1.5px dashed var(--primary-primary---1, #007BFF);
    background: rgba(0, 136, 255, 0.10);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

#price .section__image-card .section__item-text-container {
    padding: 0;
    text-align: center;
}

#price img {
    max-width: 360px;
    margin: 0 auto;
    object-fit: contain;
}

#price .section__bottom-container h4.red {
    border-radius: 4px;
    border: 2px dashed var(--standart-red, #F00);
    background: var(--standart-red-10, rgba(255, 0, 0, 0.10));
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

@media screen and (max-width: 480px) {
    #price .section__item {
        padding: 16px;
    }

    #price .section__bottom-container h4.red {
        padding: 16px;
    }
}

/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************START***************/
/***************FOOTER***************/

.footer {
    background: #000;
    text-align: center;
    padding-block: 18px;
}

.footer__logo {
    filter: brightness(0) invert(1);
}

.copyright {
    color: var(--standart-white, #FFF);
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.16px;
}

.footer__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

/***************FOOTER***************/

/***************MEDIA(1200px)***************/

@media (max-width: 1200px) {
    .container {
        padding-inline: 10px;
    }

    .mob {
        display: block !important;
    }

    .desk {
        display: none !important;
    }


    /***************(1200px)TEXT***************/
    /***************(1200px)HEADER***************/
    .header {
    }

    .header__container {
        justify-content: space-between;
    }

    .header__links-container {
        position: absolute;
        top: 57px;
        width: 0px;
        left: -200%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 32px;
        background: #fff;
        border-bottom: 1px solid #a8c8c9;
        box-shadow: 0 24px 34px 0 rgba(0, 0, 0, 0.25);
        padding: 32px 10px;
        transition: 0.3s ease;
        z-index: 120;
    }

    .header__nav-container {
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        text-align: left;
        gap: 32px;
    }

    .header__nav-sub-links-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 32px;
        padding-right: 0;
    }

    .header__nav-sub-links-container::after {
        display: none;
    }

    .header__sub-list {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        padding: 0;
        background: none;
        gap: 32px;
        top: auto;
    }

    .header__sub-list > * {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    /*.header__sub-list > *::before {*/
    /*  content: "•";*/
    /*  text-align: center;*/
    /*  width: 10px;*/
    /*  height: 100%;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*}*/
    .active .header__links-container {
        left: 0px;
        width: 100dvw;
    }

    /***************(1200px)HEADER***************/
    #works .section__item:nth-child(2) {
        order: -1;
        max-width: 100%;
    }

    #price .section__item {
        max-width: 100%;
    }

    /***************(1200px)START***************/
    #start .large {
        max-width: 100%;
    }

    #start .section__image {
        object-fit: contain;
    }


    /***************(1200px)START***************/
    /***************(1200px)NATURE***************/
    #nature .section__column-container:nth-child(2) {
        order: -1;
    }

    #nature .section__row-container {
        flex-direction: column;
        align-items: center;
    }

    /***************(1200px)NATURE***************/
    /***************(1200px)REVIEW***************/
    .swiper .section__card {
        padding: 16px;
    }

    /***************(1200px)REVIEW***************/
    /***************(1200px)PRICE***************/
    /***************(1200px)PRICE***************/
    /***************(1200px)FOOTER***************/
    .footer__container {
        flex-direction: column;
        gap: 12px;
    }

    /***************(1200px)FOOTER***************/
}

/***************MEDIA(1200px)***************/

/***************MEDIA(700px)***************/

@media (max-width: 700px) {
    .big-button {
        width: 100%;
        text-align: center;
    }


    /***************(700px)HEADER***************/
    .header__nav-container {
        width: 100%;
    }

    .active .header__links-container {
        align-items: flex-start;
    }

    .header__button {
        width: 100%;
        max-width: none;
    }

    .header__logo {
        max-height: 24px;
    }

    /***************(700px)HEADER***************/
    /***************(700px)REG***************/
    /***************(700px)REG***************/
}

/***************MEDIA(700px)***************/
/***************ANIMATIONS***************/
/***************ANIMATIONS***************/
