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


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #ECB88B;
    background-image: url('/img/products/programs/recovery-from-hypothyroidism/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/recovery-from-hypothyroidism/main-bg.webp') type("image/webp"),
        url('/img/products/programs/recovery-from-hypothyroidism/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/recovery-from-hypothyroidism/main-bg.webp') type("image/webp"),
        url('/img/products/programs/recovery-from-hypothyroidism/main-bg.jpg')
    );
}

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

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

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

@media (min-width: 2000px) {
    .main-section {
        padding: 15vh 0;
    }
}

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

@media (max-width: 767px) {
    .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;
}

.umbrella__points-wrap_right {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    padding-top: calc(50px * var(--adaptive-multiplier-05x));
}

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

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

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

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

    .umbrella__points-wrap_right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .umbrella__points-wrap_top-left img {
        top: -10px;
        right: -50px;
    }

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

    .umbrella__points-wrap_right img {
        left: -80px;
        bottom: 10px;
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
/* -------- END: umbrella-section -------- */


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

.necessity__points {
    list-style-image: url('/img/products/programs/recovery-from-hypothyroidism/necessity-check.svg');
}
/* -------- END: necessity-section -------- */


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

.program-point__point-item::before {
    background-image: url('/img/products/programs/recovery-from-hypothyroidism/program-point-check.svg');
}

@media (max-width: 991px) {
    .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: 90px;
    left: 90px;
}

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

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


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

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