/* -------- BEGIN: common -------- */
.product__btn {
    background-color: #EDF0F6;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #DD65BF 53.34%), #EDF0F6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #EDF0F6 0.01%, #DD65BF 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);
}

.product__btn:focus,
.product__btn:hover,
.product__btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product__main-title {
        max-width: 80%;
    }
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #00A5E3;
    background-image: url('/img/products/supplements/immunobiotic-extra/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/supplements/immunobiotic-extra/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/immunobiotic-extra/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/supplements/immunobiotic-extra/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/immunobiotic-extra/main-bg.jpg')
    );
    background-position: center right 10%;
}

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

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

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

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

@media (max-width: 767px) {
    .main-section {
        background-position: center left;
    }
}
/* -------- END: main-section -------- */


/* -------- BEGIN: abstract-section -------- */
.abstract__strip {
    border-left-color: #F194BD;
}
/* -------- END: abstract-section -------- */


/* -------- BEGIN: uniqueness-section -------- */
.uniqueness-section {
    background-color: #FFEBF4;
}

.uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
    max-width: 370px;
}

@media (max-width: 1199px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
        margin-bottom: 10px;
        max-width: 310px;
    }
}

@media (max-width: 991px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n) {
        max-width: 520px;
    }
}
/* -------- END: uniqueness-section -------- */


/* -------- BEGIN: benefit-section -------- */
.benefit__cont>.product-radiation__clouds {
    top: 0;
}

.benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
        margin-bottom: 10px;
        max-width: 450px;
    }

    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud:nth-of-type(n+7) {
        display: none;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: how-to-use-section -------- */
.how-to-use-section {
    background-color: #CBF2FA;
}
/* -------- END: how-to-use-section -------- */


/* -------- BEGIN: shopping-gate-section -------- */
.reception-scheme__img {
    display: block;
    width: 100%;
    height: auto;
}
/* -------- END: benefit-section -------- */
