/* -------- BEGIN: common -------- */
.program__btn {
    background-color: var(--arvi-orange);
}

.program__btn:focus,
.program__btn:hover,
.program__btn:active {
    background-color: var(--detox-green);
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #CCC040;
    background-image: url('/img/products/programs/restoration-after-arvi/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/restoration-after-arvi/main-bg.webp') type("image/webp"),
        url('/img/products/programs/restoration-after-arvi/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/restoration-after-arvi/main-bg.webp') type("image/webp"),
        url('/img/products/programs/restoration-after-arvi/main-bg.jpg')
    );
}

@media (max-width: 767px) {
    .main-section {
        background-position: center left 40%;
    }
}

@media (max-width: 575px) {
    .main-section {
        background-position: center left 34%;
    }

    .main-section__title {
        font-size: 28px;
    }
}
/* -------- END: main-section -------- */


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

.umbrella__points-wrap_top-left,
.umbrella__points-wrap_bottom-left,
.umbrella__points-wrap_top-right,
.umbrella__points-wrap_bottom-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.umbrella__points-wrap_left img {
    top: auto;
    bottom: 17%;
}

.umbrella__points-wrap_top-right img {
    bottom: 0;
    left: -50px;
}

.umbrella__points-wrap_bottom-right img {
    top: 55px;
    bottom: unset;
    left: -70px;
}

@media (max-width: 1199px) {
    .umbrella__points-wrap_bottom-left img {
        top: 40px;
    }

    .umbrella__points-wrap_top-right img {
        bottom: -50px;
    }

    .umbrella__points-wrap_bottom-right img {
        top: 50px;
    }
}
/* -------- END: umbrella-section -------- */


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


/* -------- BEGIN: program-point-section -------- */
.program-point__img {
    height: 145px;
}
/* -------- END: program-point-section -------- */


/* -------- BEGIN: benefit-section -------- */
.program-radiation__clouds {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .program-radiation__cloud {
        max-width: 430px;
    }
}

@media (max-width: 991px) {
    .program-radiation__clouds {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
/* -------- END: benefit-section -------- */


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

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

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

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


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