/* -------- BEGIN: common -------- */
.program__btn {
    background-color: #FF8E26;
}

.program__btn:focus,
.program__btn:hover,
.program__btn:active {
    background-color: #9CCF27;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #E8E7EA;
    background-image: url('/img/products/programs/liver-cleanse-program/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/liver-cleanse-program/main-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/liver-cleanse-program/main-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/main-bg.jpg')
    );
}

.main-section__title {
    font-size: calc(77px * var(--adaptive-multiplier-05x));
}

@media (max-width: 991px) {
    .main-section__title {
        font-size: calc(70px * var(--adaptive-multiplier-05x));
    }
}

@media (max-width: 575px) {
    .main-section__title {
        font-size: 28px;
    }
}
/* -------- END: main-section -------- */


/* -------- BEGIN: umbrella-section -------- */
.umbrella-section {
    padding-bottom: 0;
}

.umbrella__points-wrap_left img {
    top: 20%;
    right: -13%;
}

.umbrella__points-wrap_right img {
    bottom: 115px;
    left: -70px;
}

@media (max-width: 1199px) {
    .umbrella__points-wrap_left img {
        top: 15%;
    }

    .umbrella__points-wrap_right img {
        bottom: 60px;
    }
}
/* -------- END: umbrella-section -------- */


/* -------- BEGIN: necessity-section -------- */
.necessity-section {
    background-image: url('/img/products/programs/liver-cleanse-program/necessity-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/liver-cleanse-program/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/necessity-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/liver-cleanse-program/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/necessity-bg.jpg')
    );
}
/* -------- END: necessity-section -------- */


/* -------- BEGIN: benefit-section -------- */
@media (max-width: 1199px) {
    .program-radiation__cloud {
        max-width: 410px;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: usage-program-section -------- */
.usage-program-section {
    background-image: url('/img/products/programs/liver-cleanse-program/usage-program-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/liver-cleanse-program/usage-program-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/usage-program-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/liver-cleanse-program/usage-program-bg.webp') type("image/webp"),
        url('/img/products/programs/liver-cleanse-program/usage-program-bg.jpg')
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.prevention-program__day-wrap {
    border-color: var(--liver-cleanse-orange);
}

.prevention-program__day_color,
.usage-program__stage-name,
.usage-program__text_symbol-plus {
    color: var(--liver-cleanse-orange);
}

.intensive-program__time-of-day-wrap {
    background-color: var(--liver-cleanse-orange);
}
/* -------- END: usage-program-section -------- */


/* -------- BEGIN: shopping-gate-section -------- */
.shopping-gate-section {
    background-color: var(--liver-cleanse-orange);
}
/* -------- END: shopping-gate-section -------- */
