/* -------- BEGIN: common -------- */
.program__title_color-green {
    color: #437635;
}

.program__btn {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), rgba(0, 242, 255, 0.77);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), rgba(0, 242, 255, 0.77);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
}

.program__btn:focus,
.program__btn:hover,
.program__btn:active {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), rgba(0, 242, 255, 0.77);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), rgba(0, 242, 255, 0.77);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #A3CA2B;
    background-image: url('/img/products/programs/restoring-respiratory-microbiome/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/restoring-respiratory-microbiome/main-bg.webp') type("image/webp"),
        url('/img/products/programs/restoring-respiratory-microbiome/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/restoring-respiratory-microbiome/main-bg.webp') type("image/webp"),
        url('/img/products/programs/restoring-respiratory-microbiome/main-bg.jpg')
    );
}

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

.main-section__subtitle {
    max-width: calc(800px * var(--adaptive-multiplier-05x));
    font-size: calc(28px * var(--adaptive-multiplier-075x));
}

.main-section__subtitle span {
    background-color: var(--woman-pink);
}

@media (min-width: 2000px) {
    .main-section {
        padding: 15vh 0;
        background-position: center right 40%;
    }
}

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

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

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

    .main-section__subtitle {
        font-size: 15px;
    }
}
/* -------- END: main-section -------- */


/* -------- BEGIN: abstract-section -------- */
.abstract__strip {
    border-left-color: var(--woman-pink);
}
/* -------- END: abstract-section -------- */


/* -------- BEGIN: umbrella-section -------- */
.umbrella {
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.umbrella__object {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.umbrella__points-wrap_top-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: calc(30px * var(--adaptive-multiplier-05x));
}

.umbrella__points-wrap_top-left img{
    top: -25px;
    right: -70px;
}

.umbrella__points-wrap_bottom-left img {
    top: unset;
    bottom: -25px;
}

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

@media (max-width: 1199px) {
    .umbrella {
        -ms-grid-columns: 1fr 1.3fr 1fr;
        grid-template-columns: 1fr 1.3fr 1fr;
    }

    .umbrella__points-wrap_bottom-left img {
        right: -70px;
        bottom: -15px;
    }

    .umbrella__points-wrap_right img {
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .umbrella__points-wrap_top-left {
        padding: 0;
    }
}
/* -------- END: umbrella-section -------- */


/* -------- BEGIN: necessity-section -------- */
.necessity-section {
    position: relative;
    z-index: 1;
    background-image: url('/img/products/programs/restoring-respiratory-microbiome/necessity-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/restoring-respiratory-microbiome/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/restoring-respiratory-microbiome/necessity-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/restoring-respiratory-microbiome/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/restoring-respiratory-microbiome/necessity-bg.jpg')
    );
    background-position: center right;
    background-size: auto 100%;
}

.necessity__points {
    list-style-image: url('/img/products/programs/restoring-respiratory-microbiome/necessity-check.svg');
}

@media (max-width: 991px) {
    .necessity-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-color: #FFF;
        opacity: .3;
    }
}

@media (max-width: 767px) {
    .necessity-section {
       background-position: center;
    }
}
/* -------- END: necessity-section -------- */


/* -------- BEGIN: program-point-section -------- */
@media (min-width: 992px) {
    .program-point__grid {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1400px) {
    .program-point__grid {
        -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
        grid-template-columns: repeat(5, 1fr);
    }

    .program-point__point-item.program__paragraph {
        font-size: calc(19px * var(--adaptive-multiplier-075x));
    }
}
/* -------- END: program-point-section -------- */


/* -------- BEGIN: benefit-section -------- */
.program-radiation__clouds {
    top: 25px;
}

@media (max-width: 1199px) {
    .program-radiation__cloud {
        margin-bottom: 10px;
        max-width: 430px;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: usage-program-section -------- */
.usage-program-section {
    background-color: #36D2A8;
}

.prevention-program__day-wrap {
    border-color: var(--woman-pink);
}

.prevention-program__day_color,
.usage-program__stage-name {
    color: var(--woman-pink);
}

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


/* -------- BEGIN: shopping-gate-section -------- */
.shopping-gate-section {
    background-color: #8EC123;
}
/* -------- END: shopping-gate-section -------- */
