/* -------- BEGIN: common -------- */
.product__btn {
    background-color: #00A3FF;
    -webkit-box-shadow: 2.248px 10.791px 6.879px 0px rgba(59, 120, 84, 0.62), -3.147px 13.933px 21.806px 0px #006CE5 inset;
    box-shadow: 2.248px 10.791px 6.879px 0px rgba(59, 120, 84, 0.62), -3.147px 13.933px 21.806px 0px #006CE5 inset;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.product__btn:focus,
.product__btn:hover,
.product__btn:active {
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
/* -------- END: common -------- */


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

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

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

@media (max-width: 1799px) {
    .main-section {
        background-image: url('/img/products/supplements/herbalysate-anti-age/main-bg-without-drug.jpg');
        background-image: -webkit-image-set(
            url('/img/products/supplements/herbalysate-anti-age/main-bg-without-drug.webp') type("image/webp"),
            url('/img/products/supplements/herbalysate-anti-age/main-bg-without-drug.jpg')
        );
        background-image: image-set(
            url('/img/products/supplements/herbalysate-anti-age/main-bg-without-drug.webp') type("image/webp"),
            url('/img/products/supplements/herbalysate-anti-age/main-bg-without-drug.jpg')
        );
    }
}

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

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

@media (max-width: 991px) {
    .product__main-title {
        max-width: 80%;
    }
}

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

    .product__main-title {
        max-width: 100%;
    }
}
/* -------- END: main-section -------- */


/* -------- BEGIN: umbrella-section -------- */
.umbrella__points-wrap_top-left img {
    right: 0;
    bottom: 45px;
}

.umbrella__points-wrap_bottom-left img {
    right: -20px;
    bottom: 130px;
}

.umbrella__points-wrap_top-right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
}

.umbrella__points-wrap_top-right img {
    bottom: 35%;
    left: -35px;
}

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

    .umbrella__points-wrap_top-left img {
        bottom: -20px;
    }

    .umbrella__points-wrap_bottom-left img {
        bottom: 45px;
    }

    .umbrella__points-wrap_top-right img {
        bottom: 10%;
    }
}

@media (max-width: 991px) {
    .umbrella {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        gap: 20px 0;
    }

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

    .umbrella__points-wrap_top-right {
        grid-row: auto;
        grid-column: auto;
    }
}
/* -------- END: umbrella-section -------- */


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

.uniqueness-section .product-radiation__cloud {
    padding-bottom: 17px;
}

.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(4) {
    max-width: 425px;
}

.product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(5) {
    max-width: 435px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(1) {
    max-width: 430px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(2) {
    max-width: 380px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(3) {
    max-width: 370px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(4) {
    max-width: 400px;
}

.product-radiation__clouds-right>.product-radiation__cloud:nth-of-type(6) {
    max-width: 390px;
}

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

    .product-radiation__clouds-left>.product-radiation__cloud:nth-of-type(n){
        max-width: 350px;
    }

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


/* -------- BEGIN: product-point-section -------- */
.product-point__img {
    height: 145px;
}
/* -------- END: product-point-section -------- */


/* -------- BEGIN: benefit-section -------- */
.benefit__cont>.product-radiation__clouds {
    top: 20%;
    left: 10%;
}

.benefit-section .product-radiation__clouds p {
    text-align: center;
}

@media (max-width: 1199px) {
    .benefit__cont>.product-radiation__clouds {
        top: 12%;
    }

    .benefit-section .benefit__cont>.product-radiation__clouds>.product-radiation__cloud {
        max-width: 400px;
    }
}
/* -------- END: benefit-section -------- */


/* -------- BEGIN: how-to-use-section -------- */
@media (min-width: 992px) {
    .how-to-use__board_regular {
        margin: 0 auto;
        max-width: 60%;
    }
}
/* -------- END: how-to-use-section -------- */


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