/* -------- BEGIN: common -------- */
.program__btn {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #6599FF 53.34%), #EDF0F6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #6599FF 53.34%), #EDF0F6;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.program__btn:focus,
.program__btn:hover,
.program__btn:active {
    background: -o-linear-gradient(bottom, #6599FF, #6599FF);
    background: linear-gradient(0deg, #6599FF, #6599FF);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #181B18;
    background-image: url('/img/products/programs/anemia-recovery-program/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/programs/anemia-recovery-program/main-bg.webp') type("image/webp"),
        url('/img/products/programs/anemia-recovery-program/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/programs/anemia-recovery-program/main-bg.webp') type("image/webp"),
        url('/img/products/programs/anemia-recovery-program/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));
}

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

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

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

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

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

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

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

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

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


/* -------- BEGIN: umbrella-section -------- */
.umbrella {
    -ms-grid-columns: 1fr 33px 1.3fr 33px 1fr;
    grid-template-columns: 1fr 1.3fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 33px;
}

.umbrella > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.umbrella > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.umbrella > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.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_top-left img{
    top: 0;
    right: -70px;
}

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

.umbrella__points-wrap_right img {
    top: 30px;
    left: -20px;
}

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

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

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

@media (max-width: 991px) {
    .umbrella {
        gap: 20px 0;
    }
}
/* -------- END: umbrella-section -------- */


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

.necessity__left-points {
    max-width: 900px;
}

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

@media (max-width: 1199px) {
    .necessity__left-points {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .necessity-section::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-color: #FFF;
        opacity: .7;
    }
}
/* -------- 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/anemia-recovery-program/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: 120px;
    left: 100px;
}

.program-radiation__cloud {
    max-width: 480px;
}

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

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


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

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

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

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

.usage-program__tab-btn_active,
.prevention-program__tab-btn_active,
.intensive-program__tab-btn_active {
    background: var(--anemia-recovery-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: #92AFE8;
}

.shopping-gate-section .program__btn-quadro {
    border-color: var(--anemia-recovery-pink);
    background-color: var(--anemia-recovery-pink);
}

.shopping-gate-section .program__btn-quadro:hover {
    border-color: #FFF;
    background-color: transparent;
}
/* -------- END: shopping-gate-section -------- */
