main * :not(i), header ul * :not(i), .cart_shop span :not(i), .header-write-to-us, footer * :not(i) {
    font-family: "Inter"!important;
}
main {
    min-height: calc(100vh - 356px);
}
body:not(.woocommerce-page) #maincontent{
    padding: 0!important;
}
body h2{
    font-size: 40px!important;
}
@media screen and (max-width: 575px) {
    body h1{
        font-size: 40px!important;
        line-height: 40px!important;
    }
    body h2{
        font-size: 32px!important;
        line-height: 32px!important;
    }

}
.mt-80{
    margin-top: 80px;
}
.mb-80{
    margin-bottom: 80px;
}
:root {
    --main-color: #ECFD58;
    --hover-color: #D4FD58;
    --border-radius: 30px;
}
header{
    background-color: #0c1b32;
}
header .row{
    height: 72px;
}
@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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
body .text-white, body .text-white *{
    color: rgba(255, 255, 255, 0.85)!important;
}
body #maincontent h1, body #maincontent h2, body #maincontent h3, body #maincontent h4, body #maincontent h5{
    color: #fff!important;
}
.new-hero{
    background-position: top;
}
.support-link a{
    color: #fff;
    background-color: #ffffff22;
    padding: 11px 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
}
.support-link a:hover{
    background-color: #ffffff59;
}
@media screen and (max-width: 1000px) {
    .support-link{
        display: none;
    }
}

body .wp-block-woocommerce-cart .wc-block-cart__submit-button, body .wc-block-components-checkout-place-order-button, body .wc-block-components-order-summary-item__quantity{
    color: #000!important;
}
.wc-block-components-title.wc-block-components-title, .wc-block-components-checkout-step__description, .wc-block-components-checkout-order-summary__title-text{
    color: #fff!important;
}
body .wp-block-button__link{
    border-radius: 8px!important;
}
.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: 700px;
}
.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% - 740px);
    /*background-image: url("../../images/hero_second_bg.png");*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@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: 70%;
}
.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-800 .wp-block-group__inner-container{
    max-width: 800px;
}
.group-max-width-700 .wp-block-group__inner-container{
    max-width: 700px;
}
.group-max-width-530 .wp-block-group__inner-container{
    max-width: 530px;
}
.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%;
    }
}

@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;
    font-weight: bold;
}
.cart_shop a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1C1C22;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: var(--main-color);
}
.cart_shop a:focus, .cart_shop a:focus span{
    outline: none !important;
}
.cart_shop a:hover{
    color: #1C1C22!important;
}
.cart_shop a i{
    color: #1C1C22!important;
}
.cart-total-amount{
    position: absolute;
    color: #1C1C22;
    top: 1px;
    right: 7px;
    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;
}


/* 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;
}

.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 summary .stk-column-wrapper, .updated-faq .stk-block-accordion__content{
    background-color: rgba(255, 255, 255, 0.20) !important;
}
.updated-faq .stk-block-accordion__content{
    border-radius: 0 0 16px 16px;
}
.updated-faq .stk-block-accordion__content .stk-column-wrapper{
    padding: 16px;
    margin-top: 0 !important;
}
.updated-faq .wp-block-stackable-icon svg path{
    stroke: rgba(255, 255, 255, 0.85)!important;
}
.updated-faq summary .stk-column-wrapper{
    border-radius: 16px;
    transition: 0s!important;
}
.updated-faq .stk--is-open summary .stk-column-wrapper{
    border-radius: 16px 16px 0 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;
}

/* 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));
    border-radius: 16px;
    transition: .2s;
}
.custom-products .wc-block-product:hover{
    outline-style: solid;
    outline-offset: 4px;
    outline-width: 4px;
    outline-color: #D4FD58;
}
.custom-products .wc-block-product .wc-block-components-product-image img{
    transition: .2s;
}
.custom-products .wc-block-product:hover .wc-block-components-product-image img{
    scale: 1.04;
    border-radius: 24px 24px 0 0;
}

.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;
}
body .custom-products .product-info .wp-block-button__link span{
    color: #1C1C22!important;
    font-size: 14px!important;
    border-radius: 0;
}
.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{
    background-color: #232b45;
}
.custom-products .wc-block-product .wc-block-components-product-image{
    margin-bottom: 0;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.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: #fff;
    font-size: 19px;
}
.custom-products .wc-block-components-product-button a{
    color: #fff;
}
body .custom-products .product-info .wp-block-button .wc-block-components-product-button:hover{
    color: #000!important;
}
.fixed-columns{
    flex-wrap: wrap!important;
}
.fixed-columns .wp-block-column{
    flex-grow: unset!important;
    flex-basis: unset!important;
}
.custom-products h2{
    font-size: 24px!important;
    margin-bottom: 9px!important;
}
.custom-products .product-options p{
    background-color:
            color-mix(in oklab, #fff 15%, transparent);
    border-radius: 8px;
    padding: 3px 4px 4px 8px;
    /*max-width: fit-content;*/
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.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: #ed5d2a!important;
    font-size: 10px !important;
}
.advantage-product-icon{
    width: 16px!important;
    margin-right: 6px;
    margin-bottom: 1px;
}
.product-info{
    padding: 20px;
    background-color: #232b45;
    border-radius: 0 0 16px 16px;
    position: relative;
}
.product-info:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    top: -130px;
    left: 0;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(35, 43, 69, 0.03), #232b45);
}
@media (max-width: 600px) {
    .product-info{
        padding: 16px;
    }
}
.product-info p{
    font-size: 12px;
    margin-bottom: 0;
}


/* reviews */
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.total-reviews .big-number, .total-reviews-text span, .rating-label, .rating-percent{
    color: #fff;
}
.big-number{
    font-size: 50px;
    font-weight: bold;
}
.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 rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    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;
}
.reviews-top-info > div{
    /*max-width: 400px;*/
    background-color: rgba(255, 255, 255, 0.20);
    width: calc(50% - 8px);
    filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.2));
    border-radius: 16px;
}
.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;
    color: #fff;
}
.review-item-date, .review-item-author{
    color: #fff;
}
.review-item-author{
    font-weight: bold;
}
.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: #fff !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: #000 !important;
    font-weight: bold !important;
}
#load-more-reviews{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.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.2));
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.25);
}
/* animation */
@keyframes bounce-1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media screen and (max-width: 767px) {
    .hero-buttons{
        justify-content: center!important;
    }
}
.custom-buttons{
    gap: 5px 20px;
}
.custom-buttons a{
    font-size: 16px;
    pointer-events: none;
    border-radius: var(--border-radius) !important;
    background-color: rgba(255, 255, 255, 0.35) !important;
    font-style: italic;
    color: #fff !important;
}
.custom-buttons .primary-btn a{
    border: none;
}
.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{
    flex-direction: column;
}
footer hr{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
footer ul li:first-child, footer ul li:first-child a{
    padding-top: 0!important;
}
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;
}
footer .footer-title{
    color: #fff!important;
    font-size: 20px!important;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: bold;
    min-height: 42px;
}
footer .column-detail{
    flex-direction: column;
}
footer .column-detail *, footer .footer-menu a{
    color: #7d858a!important;
}
.advantages-block .wp-block-group__inner-container{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.advantages-block .wp-block-column > p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 20px!important;
    line-height: 24px!important;
    letter-spacing: .04em;
    color: #fff;
}
.advantages-block .wp-block-group__inner-container p.advantage-description{
    font-size: 16px!important;
    padding-left: 85px;
    line-height: 19px!important;
}
@media screen and (max-width: 991px) {
    .advantages-block .wp-block-columns{
        justify-content: space-between!important;
    }
}

@media screen and (max-width: 781px) {
    .advantages-block .wp-block-group__inner-container p.advantage-description{
        padding-left: 0;
        margin-top: 20px;
    }
}

.advantages-block p img{
    max-width: 70px;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px;
}
.alert-group{
    background-color: #0D215B;
    padding: 15px 15px 5px 15px;
    border-top: 1px solid var(--main-color);
}
.alert-text{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: var(--main-color);
}
.alert-text img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 3px;
}
.wc-block-components-validation-error>p{
    color: #fff!important;
}
body .wc-block-cart-items{
    border-collapse: unset;
}
body .wp-block-woocommerce-cart .wc-block-cart-items, body .wp-block-woocommerce-cart-order-summary-block,
body .wp-block-woocommerce-checkout-order-summary-block{
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 5px;
}
body .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
body .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
body a.wc-block-components-checkout-return-to-cart-button{
    color: #fff !important;
    background-color: #ffffff22 !important;
    font-size: 16px;
    font-weight: 500;
    border: none !important;
}
body a.wc-block-components-checkout-return-to-cart-button:hover{
    color: #fff!important;
}
body .wc-block-checkout__form input, body .wc-blocks-components-select .wc-blocks-components-select__select{
    background-color: #202d53!important;
    color: #fff!important;
}
body .wc-block-checkout__form .wc-block-components-text-input:not(.has-error) input, body .wc-blocks-components-select .wc-blocks-components-select__select{
    border-color: rgba(255, 255, 255, 0.3) !important;
}
body .wc-block-checkout__form .wc-block-components-text-input:not(.has-error) input:focus{
    border-color: var(--main-color) !important;
}
body .wc-block-checkout__form .wc-block-components-text-input:not(.has-error) label, body .wc-blocks-components-select__container label, body .wc-block-checkout__guest-checkout-notice{
    color: #fff!important;
}
.error404 p{
    color: rgba(255, 255, 255, 0.85)!important;
}
.error404 .more-btn a{
    color: #000!important;
}
.error404 #maincontent{
    display: flex;
    align-items: center;
}