/* -------- BEGIN: common -------- */
.program__title_color-pink {
    color: var(--woman-microbiota-pink);
}

.program__btn {
    color: var(--woman-microbiota-pink);
    background-color: var(--white-color);
}

.program__btn:focus,
.program__btn:hover,
.program__btn:active {
    color: var(--white-color);
    background-color: var(--woman-microbiota-pink);
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #D3A482;
    background-image: url('/img/products/programs/woman-microbiota/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/woman-microbiota/main-bg.webp') type("image/webp"),
        url('/img/products/programs/woman-microbiota/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/woman-microbiota/main-bg.webp') type("image/webp"),
        url('/img/products/programs/woman-microbiota/main-bg.jpg')
    );
    background-position: center right;
}

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

.main-section__subtitle {
    max-width: calc(780px * var(--adaptive-multiplier-05x));
}

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

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

@media (max-width: 767px) {
    .main-section::after {
        opacity: .25;
    }
}

@media (max-width: 575px) {
    .main-section::after {
        opacity: .4;
    }

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


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


/* -------- BEGIN: umbrella-section -------- */
.umbrella {
    -ms-grid-columns: 1fr 1.35fr 1fr;
    grid-template-columns: 1fr 1.35fr 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;
}

.umbrella__points-wrap_bottom-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.umbrella__points-wrap_top-left img {
    top: -5px;
    right: -80px;
    bottom: unset;
}

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

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

@media (max-width: 1199px) {
    .umbrella__points-wrap_top-left img {
        top: -10px;
        right: -100px;
    }

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

    .umbrella__points-wrap_right img {
        top: 10px;
        left: -35px;
    }
}
/* -------- END: umbrella-section -------- */


/* -------- BEGIN: necessity-section -------- */
.necessity-section {
    padding: calc(120px * var(--adaptive-multiplier-05x)) 0;
    background-image: url('/img/products/programs/woman-microbiota/necessity-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/woman-microbiota/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/woman-microbiota/necessity-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/woman-microbiota/necessity-bg.webp') type("image/webp"),
        url('/img/products/programs/woman-microbiota/necessity-bg.jpg')
    );
}

.necessity-section .program__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
}

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

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

@media (max-width: 991px) {
    .necessity-section .program__title {
        max-width: 80vw;
    }
}

@media (max-width: 575px) {
    .necessity-section {
        background-position: center right 18%;
    }

    .necessity-section .program__title {
        max-width: 500px;
    }
}
/* -------- END: necessity-section -------- */


/* -------- BEGIN: program-point-section -------- */
.program-point__point-item::before {
    background-image: url('/img/products/programs/woman-microbiota/program-point-check.svg');
}

@media (min-width: 1200px) {
    .program-point__point-item.program__paragraph {
        font-size: calc(18px * var(--adaptive-multiplier-075x));
    }
}

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


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

@media (max-width: 1199px) {
    .program-radiation__clouds {
        top: 50px;
        left: 70px;
    }

    .program-radiation__cloud {
        max-width: 400px;
    }
}
/* -------- END: benefit-section -------- */


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

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

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

.intensive-program__time-of-day-wrap {
    background-color: var(--woman-microbiota-pink);
}

.usage-program__tab-btn_active,
.prevention-program__tab-btn_active,
.intensive-program__tab-btn_active {
    background: var(--woman-microbiota-pink);
    -webkit-box-shadow: 2px 4px 6.2px 0px #FFF inset;
    box-shadow: 2px 4px 6.2px 0px #FFF inset;
}

.prevention-program__plate {
    background: -o-linear-gradient(left, #EB5484, #EB5484, #EDA7B8);
    background: linear-gradient(to right, #EB5484, #EB5484, #EDA7B8);
}
/* -------- END: usage-program-section -------- */


/* -------- BEGIN: shopping-gate-section -------- */
.shopping-gate-section {
    background-color: var(--woman-microbiota-pink);
}
/* -------- END: shopping-gate-section -------- */
