/* -------- 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%), #7FC4FF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), #7FC4FF;
    -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%), #7FC4FF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 28.26%, rgba(0, 0, 0, 0.20) 71.2%), #7FC4FF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #BBBFA9;
    background-image: url('/img/products/programs/for-chronic-pancreatitis/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/for-chronic-pancreatitis/main-bg.webp') type("image/webp"),
        url('/img/products/programs/for-chronic-pancreatitis/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/for-chronic-pancreatitis/main-bg.webp') type("image/webp"),
        url('/img/products/programs/for-chronic-pancreatitis/main-bg.jpg')
    );
    background-position: center right 25%;
}

.main-section::after {
    opacity: .1;
}

.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;
    }
}

@media (min-width: 992px) and (max-width: 2000px) {
    .main-section__content {
        max-width: 80%;
    }
}

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

@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: abstract-section -------- */
.abstract__strip {
    border-left-color: #9DA958;
}
/* -------- 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: 20px;
    right: -70px;
}

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

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

@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: 45px;
        left: -70px;
        transform: rotate(40deg);
    }
}

@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/for-chronic-pancreatitis/necessity-bg.png');
    background-position: center right;
    background-size: auto 100%;
}

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

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

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


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

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

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


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

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