/* -------- BEGIN: common -------- */
.product__btn {
    background-color: #9CCF27;
}

.product__btn:focus,
.product__btn:hover,
.product__btn:active {
    background-color: #38B4E3;
}
/* -------- END: common -------- */


/* -------- BEGIN: main-section -------- */
.main-section {
    background-color: #BBECD7;
    background-image: url('/img/products/supplements/herbalysate-broncho/main-bg.jpg');
    background-image: -webkit-image-set(
        url('/img/products/supplements/herbalysate-broncho/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/herbalysate-broncho/main-bg.jpg')
    );
    background-image: image-set(
        url('/img/products/supplements/herbalysate-broncho/main-bg.webp') type("image/webp"),
        url('/img/products/supplements/herbalysate-broncho/main-bg.jpg')
    );
}

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

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

    .main-section::after {
        opacity: .4;
    }
}
/* -------- END: main-section -------- */


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


/* -------- BEGIN: uniqueness-section -------- */
.uniqueness-section .product-radiation__clouds>.product-radiation__cloud {
    margin-bottom: 7px;
}

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

@media (max-width: 1199px) {
    .uniqueness-section .product-radiation__clouds>.product-radiation__cloud:nth-of-type(n+5) {
        display: none;
    }
}

@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 -------- */
@media (max-width: 1199px) {
    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
        margin-bottom: 10px;
        max-width: 440px;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: shopping-gate-section -------- */
.shopping-gate-section {
    background-color: #9CCF27;
}
/* -------- END: shopping-gate-section -------- */
