/* -------- BEGIN: common -------- */
.program__btn {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), #2FF5C4;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), #2FF5C4;
    -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%), #2FF5C4;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), #2FF5C4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #56859A;
    background-image: url('/img/products/programs/recovery-from-helicobacter-pylori/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/recovery-from-helicobacter-pylori/main-bg.webp') type("image/webp"),
        url('/img/products/programs/recovery-from-helicobacter-pylori/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/recovery-from-helicobacter-pylori/main-bg.webp') type("image/webp"),
        url('/img/products/programs/recovery-from-helicobacter-pylori/main-bg.jpg')
    );
    background-position: center right 10%;
}

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

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

.main-section__subtitle span {
    background-color: #009FFA;
}

@media (min-width: 2000px) {
    .main-section {
        background-position: center;
    }
}

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

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

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

    .main-section__subtitle {
        font-size: calc(29px * var(--adaptive-multiplier-05x));
    }
}
/* -------- END: main-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_left img {
    top: 10%;
    right: 0;
}

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

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

    .umbrella__points-wrap_left img {
        top: 0;
    }

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


/* -------- BEGIN: necessity-section -------- */
.necessity-section {
    position: relative;
    z-index: 1;
    background-image: url('/img/products/programs/recovery-from-helicobacter-pylori/necessity-bg.png');
    background-position: center right;
    background-size: auto 100%;
}

.necessity__points {
    list-style-image: url('/img/products/programs/recovery-from-helicobacter-pylori/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 right 10%;
    }
}
/* -------- END: necessity-section -------- */


/* -------- BEGIN: program-point-section -------- */
@media (min-width: 992px) {
    .program-point__grid {
        gap: 25px;
    }

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


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

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

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


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

.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: #BED6ED;
}
/* -------- END: shopping-gate-section -------- */
