main * :not(i), header ul * :not(i), .cart_shop span :not(i), .header-write-to-us, footer * :not(i), .header-announce p {
    font-family: "Manrope"!important;
}
main {
    min-height: calc(100vh - 356px);
}
:root {
    --main-color: #5663E4;
    --hover-color: #1B7AF6;
    --border-radius: 10px;
}
header .mobile-menu i{
    width: 32px;
    background-color: #5663E4;
    border: 1px solid #414cb9;
}
body:not(.home) header .main-topbar{
    background: #fff;
}
.header-announce{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background-color: #0659f8;
    text-align: center;
    justify-content: center;
}
.header-announce p{
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.header-announce img{
    max-width: 20px;
}
.home header{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
header .row{
    height: 80px;
}
@media screen and (max-width: 575px) {
    body .home-page-header .main-topbar, .admin-bar .header-fixed .main-topbar{
        padding: 0!important;
    }
}
@media screen and (min-width: 1001px) {
    .header-sec-top{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
body .decorated-text p{
    background: hsla(0, 0%, 100%, .11);
    border: 1px solid hsla(0, 0%, 100%, .31);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    padding: 16px 20px;
    width: fit-content;
    color: #fff !important;
}
body .decorated-text p img{
    max-width: 25px;
}
body .custom-logo{
    max-width: 150px;
    height: auto;
}
body .logo-sticky{
    display: none;
}
body .header-fixed .default-logo, body:not(.home) header .default-logo{
    display: none;
}
body .header-fixed .logo-sticky, body:not(.home) header .logo-sticky{
    display: flex;
}
body .wp-block-woocommerce-cart .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button{
    color: #fff!important;
    border-radius: var(--border-radius);
    transition: .2s!important;
}
body .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover, body .wc-block-components-checkout-place-order-button:hover{
    background-color: var(--hover-color);
}
body .wc-block-components-totals-wrapper{
    color: #000;
}
/*body div:not(.hero-buttons) .wp-block-button__link{*/
/*    border-radius: 8px!important;*/
/*}*/
.mb-80{
    margin-bottom: 80px;
}
.mb-160{
    margin-bottom: 160px;
}
.pb-100{
    padding-bottom: 100px;
}
.wave-top, .wave-blue-top{
    position: relative;
}
.bottom-arrow-link a{
    position: relative;
}
.bottom-arrow-link a:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: -35px;
    background-image: url("../../images/move-down.svg");
    background-repeat: no-repeat;
    background-size: cover;
    animation: bounceArrow 1.5s infinite;
}
@keyframes bounceArrow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}
.wave-top:before{
    content: "";
    position: absolute;
    top: -160px;
    background-image: url("../../images/new_white_wave.svg");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 4;
}
.wave-blue-top:before{
    content: "";
    position: absolute;
    top: -75px;
    background-image: url("../../images/new_blue_wave.svg");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 4;
}
.hero-block-wrap{
    position: relative;
}
.hero-block-wrap:before{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 130px;
    background-image: url("../../images/wave_white2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: 9;
    top: unset;
}
.hero-block-wrap .stk-block-hero__content{
    padding-bottom: 170px;
    padding-top: 170px;
}
.hero-block > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.hero-block .white-text p{
    color: rgba(255, 255, 255, 0.8);
}
.hero-block .hero-first-block{
    max-width: 600px;
}
.hero-block .hero-second-block > .wp-block-group__inner-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.hero-block .hero-second-block{
    width: calc(100% - 645px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
@media (max-width: 991px) {
    .hero-block .hero-second-block{
        width: 100%;
        min-height: 300px;
    }
}
.hero-block .background-image{
    position: absolute;
    z-index: 99;
}
.hero-block .background-image img{
    width: 100%;
}
.hero-block .hero-second-block .animated-image{
    z-index: 99;
}
.hero-block .hero-second-block .animated-image img{
    max-width: 185px;
    animation: bounce-1 3s infinite ease-in-out;
}
.hero-block .wp-block-button .wp-block-button__link:hover, .hero-block .wp-block-button .wp-block-button__link:focus{
    color: #fff !important;
}
#how-to-buy{
    padding-top: 120px;
}
.group-max-width-700 .wp-block-group__inner-container{
    max-width: 700px;
}
.group-max-width-800 .wp-block-group__inner-container{
    max-width: 800px;
}
.group-max-width-900 .wp-block-group__inner-container{
    max-width: 900px;
}
.centered-group .wp-block-group__inner-container{
    margin: 0 auto;
}
.new_products_group .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.new_products_group .wp-block-woocommerce-single-product.woocommerce{
    max-width: calc(34% - 30px);
}
@media (max-width: 767px) {
    .new_products_group .wp-block-woocommerce-single-product.woocommerce{
        max-width: 47%;
    }
}

/* advantages-block */

.advantages-block > .wp-block-group__inner-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
.advantages-block .wp-block-group{
    max-width: calc(33% - 25px);
}
.advantages-block .advantage-item{
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 0 2px 24px 3px rgba(0, 0, 0, .05);
    padding: 30px;
}
@media (max-width: 991px) {
    .advantages-block > .wp-block-group__inner-container{
        gap: 15px;
    }
    .advantages-block .wp-block-group{
        max-width: calc(33% - 8px);
    }
    .advantages-block .advantage-item{
        padding: 30px 14px;
    }
}
@media (max-width: 768px) {
    .advantages-block .wp-block-group{
        max-width: calc(50% - 8px);
    }
}
@media (max-width: 480px) {
    .advantages-block .wp-block-group{
        max-width: 100%;
    }
}

/* end advantages-block */



/* variable product block */
.custom-tabs-slider-wrapper{
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 2px 25px 3px rgba(0, 0, 0, .04);
    padding: 30px 40px 40px;
    position: relative;
}
@media screen and (max-width: 576px) {
    .custom-tabs-slider-wrapper{
        padding: 30px 15px 40px;
    }
}

#variation-slider {
    -webkit-appearance: none; /* убираем стандартный вид */
    width: 100%;
    height: 6px;
    background: #f7f7f7; /* серый фон */
    border-radius: 4px;
    outline: none;
    margin: 10px 0;
    cursor: pointer;
}

/* Chrome / Safari */
#variation-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 100px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .15);
    height: 30px;
    width: 30px;
    margin-top: -12px;
    transition: transform 0.2s;
}
#variation-slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 4px;
    background: linear-gradient(to right, #4f46e5 0%, #4f46e5 var(--val, 0%), #e5e7eb var(--val, 0%), #e5e7eb 100%);
}
#variation-slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}
/* Firefox */
#variation-slider::-moz-range-track {
    height: 6px;
    border-radius: 4px;
    background: #e5e7eb;
}
#variation-slider::-moz-range-progress {
    height: 6px;
    border-radius: 4px;
    background: #4f46e5; /* заливка слева */
}
#variation-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: #4f46e5;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

/* Edge (старый IE стиль) */
#variation-slider::-ms-track {
    height: 6px;
    border-radius: 4px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
#variation-slider::-ms-fill-lower {
    background: #4f46e5;
    border-radius: 4px;
}
#variation-slider::-ms-fill-upper {
    background: #e5e7eb;
    border-radius: 4px;
}
#variation-slider::-ms-thumb {
    width: 30px;
    height: 30px;
    background: #4f46e5;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}





#variation-select{
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dededf;
    border-radius: 4px;
    color: #3e396b;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 160%;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    transition: .3s;
}
#variation-select:hover{
    border-color: var(--main-color);
}
.select-wrap{
    position: relative;
}
.select-wrap:after{
    content: "";
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    background-image: url("../../images/chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.custom-tabs-slider-wrapper .buy-btn{
    background: #5663E4;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    outline: 0;
    padding: 14px 25px;
    text-align: center;
    transition: all .3s linear;
    width: 100%;
    font-size: 24px;
}
.custom-tabs-slider-wrapper .short-desc{
    margin-bottom: 105px;
    min-height: 45px;
    text-align: left;
}
.variation-info-price, .variation-info-discount{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.discount-number{
    background: #f25b65;
    border-radius: 6px;
    color: #fff;
    line-height: 100%;
    padding: 9px 12px;
}
#variation-info p{
    font-size: 20px;
    margin: 0;
}
.slider-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.slider-wrapper input{
    width: 100%;
    cursor: pointer;
}
.slider-label {
    position: absolute;
    top: -92px;
    transform: translateX(-50%);
    background: #5663E4;
    color: #fff;
    padding: 9px 25px;
    border-radius: 8px;
    font-size: 36px;
    white-space: nowrap;
    pointer-events: none;
}
.slider-label::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #5663E4 transparent transparent transparent;
}

/* tabs block */
.custom-tabs-slider-wrapper .tabs{
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    top: -42px;
    width: 100%;
    left: 0;
    border-radius: 12px 12px 0 0;
}
.custom-tabs-pill {
     display: flex;
     background: #fff; /* серый фон контейнера */
     border-radius: 12px;
     margin-bottom: 20px;
 }

.custom-tabs-pill .tab-btn {
    flex: 1;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #98a5b0;
    text-align: center;
    transition: 0s;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #d9e7f2;
}
@media screen and (max-width: 576px) {
    .custom-tabs-pill .tab-btn {
        font-size: 14px;
        padding: 10px;
    }
}



.custom-tabs-pill .tab-btn:first-child{
    border-radius: 12px 0 0 0;
}
.custom-tabs-pill .tab-btn:last-child{
    border-radius: 0 12px 0 0;
}

/*.custom-tabs-pill .tab-btn:hover {*/
/*    background: rgba(0,0,0,0.05);*/
/*}*/

.custom-tabs-pill .tab-btn.active {
    color: #4262ff;
    font-weight: 600;
    border-bottom: 3px solid #4262ff;
}
/* end tabs block */





/* end variable product block */


/* results block */
.results-block{
    padding-top: 100px;
}
.results-block > .wp-block-group__inner-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}
.results-block > .wp-block-group__inner-container .wp-block-group:first-child{
    max-width: 100%;
}
@media screen and (min-width: 992px) {
    .results-block > .wp-block-group__inner-container .wp-block-group:first-child{
        max-width: calc(100% - 400px);
    }
}
@media screen and (min-width: 1401px) {
    .results-block > .wp-block-group__inner-container .wp-block-group:nth-child(2) > .wp-block-group__inner-container{
        width: 550px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .rotator-target{
        width: 100%;
    }
}

.results-block #live-counter{
    font-size: 30px;
    font-weight: bold;
    border: 5px dashed var(--main-color);
    border-radius: 12px;
    color: var(--main-color);
    padding: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 360px;
}
@media screen and (max-width: 991px) {
    .results-block > .wp-block-group__inner-container .wp-block-group:last-child{
        width: 100%;
    }
    .results-block #live-counter{
        margin: 0 auto;
    }
}
.results-block .counter-label{
    font-size: 18px;
}
.results-block .live-counter-number{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 50px;
    margin-bottom: 0;
}
.results-block .live-counter-number img{
    max-width: 45px;
}
.results-block #live-counter p{
    color: var(--main-color);
}
/* end results block */


/* rotator text */
.rotator-target {
    position: relative;
    overflow: hidden;
}
.rotator-target .wp-block-group__inner-container{
    height: 65px;
    width: 100%;
}
.rotator-target .wp-block-stackable-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0; /* убираем отступы параграфа внутри */
    transform: translateX(100%);
    opacity: 0;
    transition: transform 3.5s ease, opacity 2.5s ease!important;
}
/*.rotator-target .rotator-item.wp-block-stackable-text:not(.exit):not(.active){*/
/*    transition: 0s!important;*/
/*}*/
/* Видимый элемент в центре */
.rotator-target .wp-block-stackable-text.active {
    transform: translateX(0);
    opacity: 1!important;
    z-index: 2;
}

/* Уходящий влево */
.rotator-target .wp-block-stackable-text.exit {
    transform: translateX(-100%);
    opacity: 0!important;
    z-index: 1;
}

/* Подготовка: сразу справа без transition (pre-enter) */
.rotator-target .wp-block-stackable-text.pre-enter {
    transition: none !important;
    transform: translateX(100%);
    opacity: 0;
    z-index: 0;
}

/* Без анимации для первого видимого состояния */
.rotator-target .wp-block-stackable-text.no-anim {
    transition: none !important;
    transform: translateX(0) !important;
    opacity: 1 !important;
}
.rotator-target .wp-block-stackable-text p {
    font-weight: bold;
    margin: 0;
    background: #fff;
    border: 1px solid #dfdfe1;
    border-radius: 40px;
    box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, .11);
    color: var(--main-color);
    left: 50%;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s ease-out!important;
    transition-property: left, top, opacity;
    white-space: nowrap;
}
/* end rotator text */

@keyframes pulsePop {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

.cart-animate-pulse-pop {
    animation: pulsePop 0.4s ease-out;
}

.cart_shop{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #020202;
    width: 125px;
    font-weight: bold;
}
.cart_shop a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 8px;
    background: linear-gradient(98.25deg, #31AAEC 0%, #2E92EB 100%);
    width: 100%;
}
.cart_shop a img{
    max-width: 20px;
}
.cart_shop a:focus, .cart_shop a:focus span{
    outline: none !important;
}
.cart_shop a:hover{
    color: #fff!important;
}
.cart_shop a i{
    color: #fff!important;
}
.cart-total-amount{
    position: absolute;
    color: #fff;
    top: 1px;
    right: 11px;
    font-size: 12px;
    font-weight: bold;
    z-index: 99;
    min-width: 15px;
    text-align: center;
}
.flex-group .wp-block-group__inner-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.link-text-decoration-none, .link-text-decoration-none a{
    text-decoration: none!important;
}
#cart-total-wrapper{
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
.divider-opacity-100 hr{
    opacity: 100;
}
/* running text */
.promo-text {
    /*   font-size: 16px; */
    /*   font-weight: bold; */
    overflow: hidden;
    /*   white-space: nowrap; */
}

/* default text */
.normal-text {
    display: block;
}
.marquee-text {
    display: none;
}
.cell-background{
    background-image: url('../../images/section_back.jpg');
    background-position: center;
}

/* advantages */

.advantages-group{
    padding: 40px 0;
}
.advantages-group > .wp-block-group__inner-container{
    display: flex;
    justify-content: center;
    gap: 90px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .advantages-group > .wp-block-group__inner-container{
        gap: 40px;
    }
}
@media screen and (max-width: 767px) {
    .advantages-group > .wp-block-group__inner-container{
       flex-wrap: wrap;
       gap: 30px;
    }
    .advantages-group .advantage-item{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 400px) {
    .advantages-group .advantage-item{
        width: 100%;
    }
}

.advantages-group .advantage-item > .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* animation */
.marquee {
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: scroll-left 12s linear infinite;
    animation: scroll-left 12s linear infinite;
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


@media screen and (max-width: 500px) {
    .normal-text {
        display: none;
    }
    .marquee-text {
        display: block;
    }
}

.updated-faq summary .stk-column-wrapper{
    margin: 0!important;
    box-shadow: none;
}

.updated-faq .wp-block-stackable-accordion{
    margin-bottom: 20px!important;
}
.updated-faq summary{
    /*box-shadow: 0 4px 22px rgba(0, 0, 0, 0.15);*/
    position: relative;
    z-index: 2;
}
.updated-faq  .stk-block-accordion__content .stk-column-wrapper{
    margin: 0!important;
    padding-top: 0;
}

.faq-block{
    border-radius: 32px;
    max-width: 860px;
    margin: 0 auto;
    padding: 90px;
    background-color: #f4f4f7;
}
@media (max-width: 767px) {
    .faq-block{
        padding: 20px;
    }
}
.faq-block details{
    margin-bottom: 24px!important;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0px 12px 16px -12px rgba(70, 70, 82, .12);
    box-shadow: 0px 12px 16px -12px rgba(70, 70, 82, .12);
    /* 	box-shadow: 3px 3px 8px #33415f; */
    /*     box-shadow: 0 4px 24px #111620;  */
}
.faq-block .stk-block-accordion__content{
    border-radius: 8px;
}
.faq-block details .stk-block-heading__text{
    font-size: 18px;
}
@media (max-width: 1047px) {
    .faq-block details .stk-block-heading__text{
        font-size: 15px;
    }
    .faq-block details .stk-block-accordion__content p{
        font-size: 14px;
    }
}
.faq-block details .stk-block-accordion__content .stk-column-wrapper{
    padding-top: 0!important;
}
.faq-block .stk-column-wrapper{
    margin: 0!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    background-color: transparent!important;
}

/*.new-faq .rank-math-list{*/
/*    background: #fff;*/
/*    border: 1px solid #dededf;*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 2px 27px 3px rgba(0, 0, 0, .06);*/
/*    margin-bottom: 20px;*/
/*    text-align: left;*/
/*    padding: 30px 35px;*/
/*}*/

    /* steps block */

.steps-item .wp-block-group__inner-container{
    height: 50px;
    position: relative;
    overflow: hidden;
}
.steps-item .wp-block-group__inner-container:before, .steps-item .wp-block-group__inner-container:after{
    content: "";
    position: absolute;
}

@media (max-width: 767px) {
    .steps-item .wp-block-group__inner-container:before{
        left: 0;
        right: 0;
        margin: auto;
    }
}
.steps-item .wp-block-group__inner-container:before{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: calc(50% - 15px);
    background-image: url('../../images/basic_step.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.steps-item .wp-block-group__inner-container:after{
    left: 40px;
    height: 2px;
    width: 100%;
    background-color: #C7CFD9;
    top: calc(50% - 1px);
}
.steps-item.first-item .wp-block-group__inner-container:before{
    background-image: url('../../images/first_step.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.steps-item.first-item .wp-block-group__inner-container:after{
    background-color: var(--main-color);
}
@media (max-width: 767px) {
    .steps-item .wp-block-group__inner-container:after{
        display: none;
    }
}

/* products block */

@media (max-width: 991px) {
    .custom-products .wc-block-product-template__responsive.columns-4{
        grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(33% - .9375em)), 1fr));
    }
}
@media (max-width: 767px) {
    .custom-products .wc-block-product-template__responsive.columns-4{
        grid-template-columns: repeat(auto-fill, minmax(max(150px, calc(50% - .9375em)), 1fr));
    }
}

.custom-products .wc-block-product{
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
}
.custom-products .wc-block-product.outofstock{
    opacity: 1;
    pointer-events: none;
    position: relative;
}
.custom-products .wc-block-product.outofstock .wc-block-components-product-image, .custom-products .wc-block-product.outofstock .product-info{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.custom-products .wc-block-product.outofstock:before{
    content: "Нет в наличии";
    background-color: #939292 !important;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 10px !important;
    z-index: 999;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    padding: .25em .75em;
}
.custom-products .wc-block-product.outofstock .wp-block-button{
    display: none;
}
.custom-products .wp-block-button__link{
    color: #fff!important;
    border-radius: var(--border-radius);
    transition: .2s;
}
.custom-products .wp-block-button__link:hover{
    background-color: var(--hover-color) !important;
}
.custom-products .product-info ul{
    list-style: unset;
}
.custom-products .product-info ul li{
    position: relative;
    font-size: 14px;
}
.custom-products .product-info ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: -36px;
    background-image: url("../../images/checkmark.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.custom-products .wc-block-product{
    border-radius: 16px;
}
.custom-products .wc-block-product .wc-block-components-product-image{
    border-radius: 16px 16px 0 0;
}
.custom-products .wc-block-components-product-price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.custom-products ins{
    text-decoration: none;
}
.custom-products .woocommerce-Price-amount {
    color: var(--main-color);
    font-size: 20px;
}
.custom-products .wc-block-components-product-price del{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.custom-products .wc-block-components-product-price del .woocommerce-Price-amount{
    color: #bbb;
    font-size: 16px;
}
.custom-products .wc-block-components-product-sale-badge{
    background-color: var(--main-color)!important;
    color: #fff;
    font-size: 10px !important;
    border: none;
    top: 9px !important;
    right: 9px !important;
}
.advantage-product-icon{
    width: 16px!important;
    margin-right: 6px;
    margin-bottom: 1px;
}
.product-info{
    padding: 30px;
}
@media (max-width: 600px) {
    .product-info{
        padding: 16px;
    }
}
.product-info p{
    font-size: 12px;
    margin-bottom: 0;
}

.centered-products.custom-products .wc-block-product-template__responsive{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.centered-products.custom-products .products-block > li{
    width: calc(25% - 16px);
}
@media (max-width: 991px) {
    .centered-products.custom-products .products-block > li{
        width: calc(33% - 10px);
    }
}
@media (max-width: 767px) {
    .centered-products.custom-products .products-block > li{
        width: calc(50% - 10px);
    }
}

/* reviews */

.reviews-statistic-block{
    display: flex;
    flex-direction: column;
    padding: 18px 32px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
    max-width: 600px;
}
.reviews-statistic-block .total-reviews{
    justify-content: start;
    gap: 35px;
}
.reviews-statistic-block .total-reviews > div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: #D8D8D8;
}
@media (max-width: 600px) {
    .reviews-statistic-block{
        padding: 18px 22px 10px;
    }
    .reviews-statistic-block .total-reviews{
        justify-content: start;
        gap: 25px;
    }
    .reviews-statistic-block .total-reviews .big-number{
        font-size: 30px;
    }
    .reviews-statistic-block .total-reviews > div:not(:last-child)::after {
        right: -13px;
    }
}
.reviews-statistic-block .total-reviews > div{
    position: relative;
}
.reviews-statistic-top{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviews-statistic-top span{
    display: flex;
    align-items: center;
    gap: 10px;
}
.reviews-statistic-top span img{
    max-width: 30px;
}
.reviews-statistic-top a{
    position: relative;
    color: #1B5CF6;
    padding-right: 25px;
}
.reviews-statistic-top a:before{
    content: "";
    position: absolute;
    background-image: url(../../images/btn-blue-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: -1px;
    right: 0;
}

.rating-bar-container {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rating-label {
    font-weight: bold;
}
.rating-bar {
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
}
.rating-fill {
    background-color: var(--main-color);
    height: 100%;
    width: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.rating-percent {
    /*right: 10px;*/
    /*top: 0;*/
    height: 100%;
    line-height: 20px;
    font-size: 13px;
    color: #333;
    min-width: 35px;
}

.cta-font{
    color: var(--main-color);
}
.total-sales{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.total-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.big-number{
    font-size: 50px;
    font-weight: bold;
    color: #000;
}
.total-sales-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.reviews-block .reviews-block-wrap, .reviews-top-info{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}
.review-item{
    /*border: 1px solid #d3dce3;*/
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 24px;
    padding: 16px 16px 16px 16px;
    /*max-width: 422px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}
.review-item-author{
    font-weight: bold;
}
.reviews-top-info > div{
    /*max-width: 400px;*/
    background-color: #fff;
    width: calc(50% - 8px);
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.05));
    border-radius: 24px;
}
.reviews-top-info{
    display: flex;
    flex-wrap: wrap;
}
.reviews-top-info .statistic-reviews{
    padding: 20px 20px 10px 20px;
}
@media (max-width: 767px) {
    .review-item, .reviews-top-info > div{
        max-width: 100%;
        width: 100%;
    }
}
.review-item-top, .review-item-rating-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.review-item-avatar{
    max-width: 40px;
    font-size: 14px;
}
.review-item-title{
    font-size: 18px;
    font-weight: bold;
}
.review-item-stars{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--main-color);
    gap: 3px;
}
.review-item-stars .full-star .rating-full{
    fill: var(--main-color);
}
.review-item-stars .half-star .rating-half{
    fill: var(--main-color);
}
.review-item-stars svg{
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}
.review-item-text{
    font-size: 14px;
}
.review-item-avatar img{
    border-radius: 50%;
}
.review-item-verified{
    font-size: 12px;
    color: #069567;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.load-more{
    background-color: var(--main-color) !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none!important;
    position: relative;
    -ms-grid-column-align: center;
    justify-self: center;
    color: #fff !important;
    font-weight: bold !important;
}
#load-more-reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: var(--border-radius);
}
.load-more.loading{
    padding-left: 35px!important;
}
.load-more.loading:before{
    position: absolute;
    content: "";
    background-image: url("../../images/loader.gif");
    width: 20px;
    background-size: contain;
    height: 20px;
    z-index: 99999;
    left: 7px;
    top: calc(50% - 10px);
}
.bordered-block{
    border: 1px solid #d3dce3;
    border-radius: 8px;
}
/* checkout */
.wc-block-components-address-form__country{
    display: none;
}
.wc-block-checkout__contact-fields .wc-block-components-checkout-step__content>*{
    margin-bottom: 0;
}
.contact-top-icon img{
    border-radius: 50%;
    background-color: #e9eeff;
    padding: 13px;
}
.contact-item a{
    display: flex;
    gap: 7px;
    align-items: center;
}
.contact-item a img{
    max-width: 20px;
}
.contact-block .wp-block-stackable-column{
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.05));
    border-radius: 24px;
}
/* animation */
@keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -o-transform: translateY(-25px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media screen and (max-width: 767px) {
    .hero-buttons{
        justify-content: center!important;
    }
}
.custom-buttons a{
    height: 64px;
    font-size: 16px;
    padding: 12px 40px;
}
body .custom-buttons .primary-btn a{
    transition: .2s;
    color: #fff !important;
}
body .custom-buttons .primary-btn a:hover{
    background-color: rgb(10, 88, 202)!important;
}
.custom-buttons .secondary-btn a{
    border: 1px solid var(--main-color);
}
.btn-arrow a{
    border: none;
    padding-right: 60px;
    position: relative;
}
.btn-arrow a:before{
    content: "";
    position: absolute;
    background-image: url("../../images/btn-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    right: 15px;
    top: calc(50% - 13px);
}
.colored-block{
    border: 1px solid #dce0fd;
    border-radius: 20px;
    padding: 50px;
}
body .wp-block-button .wp-block-button__link:hover, body  .wp-block-button .wp-block-button__link:focus{
    color: #fff!important;
}
@media screen and (max-width: 1000px) {
    .navigation_header .toggle-nav.mobile-menu{
        text-align: left;
    }
    .main-topbar .logo{
        text-align: center;
    }

    .mobile-order-1{
        order: 1;
    }
    .mobile-order-2{
        order: 2;
    }
    .mobile-order-3{
        order: 3;
    }
}

/* footer */
footer .footer-hidden{
    display: none!important;
}
.footer-bar ul{
    gap: 40px;
    /*flex-direction: column;*/
}
footer .footer-column:not(:last-child){
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
footer .footer-column img{
    max-width: 235px;
}
footer .footer-logo{
    margin-bottom: 25px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    footer .footer-logo{
        text-align: left;
    }
}
footer .footer-title{
    color: #fff!important;
    font-size: 20px!important;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: bold;
    min-height: 42px;
}
footer .column-detail{
    flex-direction: column;
}
footer .column-detail *, footer .footer-menu a{
    color: #7d858a!important;
}
.woocommerce-cart .wc-block-components-product-name{
    pointer-events: none;
}

/* custom table */
.custom-table{
    box-shadow: 0 2px 23px 3px #0000000f;
}
.custom-table thead, .custom-table tbody, .custom-table tfoot, .custom-table tr, .custom-table td, .custom-table th{
    border: none;
}
.custom-table.wp-block-table th, .custom-table.wp-block-table td{
    font-size: 16px;
}
.custom-table thead{
    background-color: #6159E6;
    color: #fff;
}
.custom-table thead th{
    border: none!important;
}
.custom-table thead th:first-child{
    border-radius: 10px 0 0 0;
}
.custom-table thead th:last-child{
    border-radius: 0 10px 0 0;
}
.custom-table.wp-block-table tr{
    border: none!important;
}
.custom-table.wp-block-table tbody tr, .custom-table.wp-block-table thead tr{
    height: 90px;
}
.custom-table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
.custom-table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}
.custom-table tbody tr:nth-child(even){
    background: #fff;
}
.custom-table tbody tr:nth-child(odd){
    background: #f8f7ff;
}


@media (max-width: 768px) {
    .custom-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .custom-table table {
        width: 100%;
        min-width: 600px;
    }
    .custom-table.wp-block-table th, .custom-table.wp-block-table td {

    }
}

.checkout-variation-switcher{
    width: 100%;
}

body .wc-block-components-sidebar{
    display: none;
}
body .wc-block-components-sidebar-layout .wc-block-components-main{
    margin: 0 auto;
}


/* RANK MATH ACCORDION */
.rank-math-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease!important;
}
.rank-math-answer p{
    margin-bottom: 0;
}

.rank-math-answer.open {
    opacity: 1;
}

.rank-math-question {
    position: relative;
    padding-right: 20px;
    font-size: 18px;
}

.rank-math-question::after {
    content: "+";
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}

.rank-math-answer.open + .rank-math-question::after {
    content: "–";
}
.rank-math-list-item{
    cursor: pointer;
    border: 1px solid #707a9705;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: -3px 9px 25px -10px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 12px;
    margin-bottom: 15px;
}