/** Стили шаблона. Например всякие бекграунды, цвета и смена компоновки и размеров в специфических секциях **/

.sections-wrapper {
    width: calc(100dvw - 48px);
    margin-inline: 24px;
    border-radius: 25px;
}

.sections-wrapper.flat {
    border-radius: 0;
    width: 100%;
    margin-inline: 0;
    padding-inline: 0;
}

.selected {
    background: var(--primary-orange_lin);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sections-wrapper.primary-light_green {
    background: var(--primary-light_green);
}

.sections-wrapper.primary-green-radial {
    background: var(--primary-green_radial);
}

.sections-wrapper.gradient-start {
    background-image: url(../images/bl1_bg1.webp);
}

.sections-wrapper.gradient-reg {
    background-image: url(../images/bl15_bg1.webp);
}

.product-image-1 {
    width: 444px;
    max-width: 444px;
    max-height: 444px;
}

h1 {
    font-size: var(--header-2-size);
}

/** START SECTION **/

#start h1 {
    font-size: var(--header-1-size);
}

#start .section__image:nth-child(2) {
    margin-top: -100px;
    max-width: 732px;
}

#start .section__inner-container.top {
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
}

#start .selected {
    -webkit-text-fill-color: var(--primary-green);
}

/** FOR SECTION **/

#for .section__card {
    min-height: 390px;
}

#for .section__card:nth-child(2) {
    max-width: 690px;
}

#for-page .section__image {
    max-height: 264px;
    object-fit: cover;
}

/** WHERE SECTION **/

#where-page .section__image {
    max-height: 436px;
    object-fit: cover;
}

#where-page .section__item p,
#where-page .section__item li {
    color: var(--texts-light);
}

/** WHY SECTION **/

#why h2 {
    line-height: 100%;
}

#why .section__card {
    padding: 48px;
    gap: 16px;
}

#why .section__image {
    object-fit: cover;
    height: unset;
}


/** EFFECTS SECTION **/

#effects .section__image {
    height: 300px;
    object-fit: cover;
}

#how .section__inner-container.large-width,
#effects .section__inner-container.large-width {
    gap: 16px;
    height: unset;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

#how .section__card:nth-child(1),
#effects .section__card:nth-child(1) {
    height: fit-content;
}

#how .section__card:nth-child(2),
#effects .section__card:nth-child(2) {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

/** COMPOSITION SECTION **/

#composition .section__image {
    height: 800px;
}

/** PREC SECTION **/

#prec .section__card {
    min-height: 390px;
}

#prec .section__card:nth-child(1) {
    max-width: 690px;
}

/** HOW SECTION **/

#how .section__image {
    height: 300px;
    object-fit: cover;
}

/** BUY SECTION **/

#buy h2 {
    line-height: 100%;
}

#buy .section__card {
    padding: 48px;
    gap: 16px;
}

#buy .section__image {
    object-fit: cover;
    height: unset;
}

/** PRICE SECTION **/

#price .section__container {
    background-image: url("../images/bl10_bg1.webp");
    background-size: cover;
    background-position: center;
    padding: 50px 24px;
}

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

#price h2 {
    line-height: 100%;
}

#price .section__inner-container {
    height: 360px;
}

#price .section__image {
    height: 524px;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#price .section__inner-container.large-width:first-child {
    justify-content: flex-start;
}

/** TIMER SECTION **/
#timer-page .section__inner-container.shadowed,
#timer-page .section__inner-container.shadowed > .section__inner-container,
#timer .section__inner-container.shadowed,
#timer .section__inner-container.shadowed > .section__inner-container {
    gap: 0;
}

#timer-page .section__image {
    height: 100%;
}

#timer .section__image {
    object-fit: cover;
    height: 100%;
}

.timer-top {
    background-color: var(--primary-green);
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.54px;
    height: fit-content;
    padding: 8px;
}

.timer-container {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 24px;
    width: 100%;
}

.timer-items-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 148px;
    color: #F42F29;
    border-radius: 8px;
    border: 3px dashed var(--standarts-red, #F42F29);
    background: var(--standarts-red-light, rgba(244, 47, 41, 0.10));
}

.timer-item p:nth-child(1) {
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 100% */
    letter-spacing: -1.6px;
}

.timer-item p:nth-child(2) {
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    margin-top: -13px;
}

#timer-page .discount-icon {
    max-width: 150px;
}

/** REVIEW SECTION **/

#review .swiper-slide p {
    color: var(--texts-light);
}

#review .swiper-slide > .section__inner-container {
    align-items: center;
    justify-content: left;
    margin-top: auto;
}

#review .navigation {
    justify-content: center;
    gap: 16px;
}

.review__right,
.review__left {
    cursor: pointer;
}


/** PATH SECTION **/

#path .section__form {
    padding: 10px;
    border-radius: 16px 16px 0 0;
    gap: 6px;
    min-height: 302px;
    justify-content: center;

}

#path .section__card-image {
    min-height: 332px;
}

#path .section__form .section__form-row {
    gap: 6px;
}

#path .section__form h5 {
    text-align: center;
    font-size: 16.667px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.222px; /* 133.333% */
    letter-spacing: -0.333px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;

}

#path .section__form .price__values-container > div {
    padding: 7px 12px;
}

#path .section__form .price__values-container > div p:last-child {
    font-size: 17.135px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.847px; /* 133.333% */
    letter-spacing: -0.343px;
}

#path .section__form-price {
    padding: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

#path .section__form .section__form-input {
    padding: 8px 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#path .section__form .big-button {
    padding: 8px 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

/** FAQ SECTION **/

#faq .section__card {
    cursor: pointer;
}

#faq .section__card .section__card-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#faq-page .faq-item {
    gap: 8px;
}

/** REG SECTION **/

#reg .section__inner-container.rounded.shadowed {
    padding: var(--section-card-padding);
    flex-wrap: nowrap;
    background-color: var(--standarts-white);
}

#reg .section__image {
    object-fit: cover;
}

/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/
/** SECTION **/

@media (max-width: 1440px) {

}

@media (max-width: 1280px) {

    .product-image-1 {
        width: 300px;
    }

    #start .section__inner-container.nowrap {
        align-items: center;
    }

    #start .section__inner-container.top {
        flex-direction: column;
    }

    #start .section__image:nth-child(2) {
        margin-top: -50px;
        max-width: 588px;
    }

    #composition .section__image {
        max-height: 300px;
    }

    #prec .section__card,
    #for .section__card {
        max-width: 390px !important;
    }

    #how .section__inner-container > .section__inner-container.large-width,
    #effects .section__inner-container > .section__inner-container.large-width {
        max-width: var(--size-medium);
    }

    #for-page .large-width {
        max-width: 100%;
    }


}

@media (max-width: 1024px) {
    .section__inner-container.nowrap {
        flex-wrap: wrap;
    }

    .product-image-1 {
        max-height: 300px;
    }


    #start .section__image:nth-child(2) {
        margin-top: 0;
    }


    #for .section__card:nth-child(2),
    #prec .section__card:nth-child(1) {
        max-width: var(--size-medium);
    }

    #prec .section__card,
    #for .section__card {
        min-height: fit-content;
    }

    #composition .section__image {
        height: 300px;
    }

    #why .section__card,
    #buy .section__card {
        padding: var(--section-card-padding);
    }

    #price .section__container {
        padding: var(--section-card-padding);
    }

    #price .section__inner-container {
        height: fit-content;
    }

    #price .section__image {
        height: 300px;
        object-fit: contain;
        top: 0;
        transform: none;
    }

    #price .big-button {
        display: none;
    }

    #timer-page .large-width,
    #timer-page .full-width,
    #timer .large-width,
    #timer .full-width {
        max-width: var(--size-medium);
    }


    #timer-page .section__inner-container.shadowed,
    #timer .section__inner-container.shadowed {
        max-width: var(--size-medium);
        margin-inline: auto;
    }

    #review .large-width {
        max-width: 100%;
    }

    #reg .section__inner-container.rounded.shadowed {
        flex-direction: column;
        max-width: var(--size-medium);
        margin-inline: auto;
    }

    #for-page .large-width {
        max-width: var(--size-medium);
    }

    #review .full-width {
        max-width: var(--size-medium);
        margin-inline: auto;
    }


}

@media (max-width: 768px) {

    .section__inner-container.top {
        align-items: flex-start;
        max-width: var(--size-medium);
        margin-inline: auto;
    }

    .section__inner-container.top h1,
    .section__inner-container.top h2,
    .section__inner-container.top h3,
    .section__inner-container.top p {
        text-align: left;
    }

    #where-page .section__image {
        max-height: 200px;
    }

    #for-page .section__image {
        max-height: 200px;
    }


    #where .section__image,
    #why .section__image,
    #buy .section__image,
    #how .section__image,
    #path .section__image,
    #reg .section__image,
    #effects .section__image {
        max-height: 300px;
        object-fit: cover;
    }

    .sections-wrapper {
        width: 100%;
        margin-inline: 0;
    }

    .timer-item p:nth-child(1) {
        font-size: 44.638px;
        font-style: normal;
        font-weight: 600;
        line-height: 44.638px; /* 100% */
        letter-spacing: -0.893px;
    }

    .timer-item p:nth-child(2) {
        font-size: 10.043px;
        font-style: normal;
        font-weight: 600;
        line-height: 14.507px; /* 144.444% */
        margin-top: -5px;
    }

    .timer-container {
        padding: var(--section-card-padding);
        gap: var(--section-inner-container-gap);
    }

    .timer-item {
        height: 82px;
    }


}

@media (max-width: 420px) {
    #where .section__image,
    #why .section__image,
    #buy .section__image,
    #how .section__image,
    #path .section__image,
    #reg .section__image,
    #effects .section__image {
        max-height: 200px;
    }
}