.darken-bg-animate:after
/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-2 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 0.75rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 2rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.75rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 2rem;
}

.a-img-fluid {
    width: 100%;
    height: auto;
}


.color-orange,
.color-orange-link a {
    color: #f26b39 !important;
}

.color-red,
.color-red-link a {
    color: #bd2a2a !important;
}



@media (max-width: 768px) {

    h1,
    .h1 {
        font-size: 1.6rem;
    }

    h2,
    .h2 {
        font-size: 1.4rem;
    }

    h3,
    .h3 {
        font-size: 1.3rem;
    }

    h4,
    .h4 {
        font-size: 1.2rem;
    }
}



.counter_block input[type=text] {
    width: calc(100% - 100px);
    position: relative;
}

.counter_block {
    position: relative;
}

.product-info.product-info--type2 .shadowed-block .buy_block {
    overflow: unset;
}

.quantity-input-helper {
    position: relative;
}

.quantity-input-helper .helper-wraper {
    position: absolute;
    display: none;
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0 5px 5px 0 #e6e6e6;
    z-index: 20;
    padding: 1rem;
}

.select-offers-block {
    padding: 0 30px 20px;
}

.select-offers-block .select-offers-block-title {
    margin-bottom: 0.5rem;
    font-weight: bold;

}

.select-offers-block .offers-item {
    padding: 5px 10px;
    border: 1px solid #cfa971;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 12px;
}

.select-offers-block .offers-item.active {
    background-color: #cfa971;
    color: #ffffff;
}



/* .wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) .bx_scu ul {
    flex-direction: column;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) .bx_scu ul li {
    width: 100%;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) ul li .cnt1 {
    display: none;
}
.wrapper1 .detail .bx_catalog_item_scu:not(.sku_in_section) ul li .item-note {
    display: block;
    padding: 15px;
    min-height: 3dvh;
} */


.add-top-menu-line {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.top-menu .drop-down-block {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    box-shadow: 0 5px 5px 0 #e6e6e6;
    padding: 2rem;
    transition: opacity .2s;
    height: 0;
    overflow: hidden;
}

.show-main-menu .top-menu .drop-down-block {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s;
    height: auto;
    overflow: unset;
}

.show-main-menu .top-menu .menu-item {
    display: block;
    /* float: left; */
}

.show-main-menu .top-menu .category-select {
    display: flex;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.show-main-menu .top-menu .category-select .menu-item {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
}

.show-main-menu .top-menu .category-select .menu-item.active {
    background-color: #cfa971;
}

.show-main-menu .top-menu .category-select .menu-item a {
    color: #000000;
}

.show-main-menu .top-menu .category-group-block {
    display: none;
    column-count: 3;
}

.show-main-menu .top-menu .category-group-block.active {
    display: block;
}

.menu-item-l1 {

    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 1.5rem;
    --icon-size: 64px;
    padding-left: calc(var(--icon-size) + 1rem);
    position: relative;
    min-height: var(--icon-size);
}

.menu-item-l1-link {
    font-weight: 600;
}

.menu-item-l1-image {
    position: absolute;
    width: var(--icon-size);
    height: var(--icon-size);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    top: 0;
    left: 0;

}

.menu-item-l2-link {}

.menu-item-l2-link:before {
    content: "-";
    margin-right: .25em;
}





.bx-basket .services-item__buy {
    display: none;
}


.item-views.float_banners2 .item .lazy,
.item-views.float_banners2 .item .lazyloaded {
    background-repeat: no-repeat;
    background-size: contain;
}

.item-views.float_banners2 .item.sm.top .inner-text {
    display: none;
}

.item-views.float_banners2 .item.sm.top .image {
    /* height: 300px; */
    aspect-ratio: 1;
}

.item-views.float_banners2 .item {
    background: unset;
    border: 1px solid #f3f4f6;
}

@media (max-width: 992px) {

    .item-views.float_banners2.top .item .lazy,
    .item-views.float_banners2.top .item .lazyloaded {
        padding-top: 100%;
    }
}



#header .phone-block {
    display: flex;
    align-items: center;
}

#header .messangers,
.mega_fixed_menu .messangers {
    display: flex;
    gap: 10px
}

.mega_fixed_menu .messangers {
    margin-top: 1rem;
}

#header .messangers a,
.mega_fixed_menu .messangers a {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.messangers a.telegram {
    background-image: url(/images/svg/telegram-icon-1.svg)
}

.messangers a.whatsapp {
    background-image: url(/images/svg/whatsapp-icon-1.svg)
}


body .top_slider_wrapp .main-slider .main-slider__item:not(.image) .img img {
    height: 100%;
    max-height: unset;
}

/* .main-slider .light, 
.main-slider .light .banner_text, 
.main-slider .light .banner_title,  */
.main-slider .light .banner_title a,
.main-slider .light .banner_title h1 {
    font-size: 6rem;
    line-height: 1.1;
}

.main-slider__item .left .banner_text,
.main-slider__item .left .banner_title {
    font-size: 2rem;
}

.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

@media (max-width: 992px) {

    .main-slider__item .text .banner_title .head-title,
    .main-slider .light .banner_title a,
    .main-slider .light .banner_title h1 {
        font-size: 3rem;
        line-height: 1.1;
    }

    .main-slider__item .left .banner_text,
    .main-slider__item .left .banner_title {
        font-size: 2rem;
    }

}

@media (max-width: 768px) {
    .top_slider_wrapp .use-mobile-image tr {
        background: none;
    }

    .top_slider_wrapp .mobile-image {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .top_slider_wrapp.view_1 .text .banner_title .head-title,
    .main-slider .light .banner_title a,
    .main-slider .light .banner_title h1 {
        font-size: 3rem;
        line-height: 1.1;
    }

    body .top_slider_wrapp .main-slider__item td.text.left .banner_text,
    .main-slider__item .left .banner_text,
    .main-slider__item .left .banner_title {
        font-size: 1.5rem;
    }
}


.delivery-page .tabs-block {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 2rem;
}

.delivery-page .tabs-block .tabs-link-item {
    display: block;
    margin: 0;
    padding: 0.5rem 1rem;
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
}

.delivery-page .tabs-block .tabs-link-item::before {
    content: "";
    display: none;
}

.delivery-page .tabs-block .tabs-link-item.active {
    background-color: #cfa971;
}

.content-block .tab-content {
    display: none;
}

.content-block .tab-content.active {
    display: block;
}


@media (max-width: 768px) {

    .delivery-page .tabs-block {
        flex-direction: column;
    }

    .tizers.left .flexbox:not(.mobile-list) .item.flexbox--row {
        flex-direction: column;
        align-items: flex-start;
    }

    .tizers .item .value {
        display: none;
    }

    .tizers .item .image {
        margin-left: auto;
        margin-right: auto;
    }

    .tizers .inner-text {
        text-align: center;
    }

    .tizers .title {
        font-size: 0.8em;
    }

    .tizers .item-wrapper {
        padding: 0 5px;
    }
}

.item-stock .value {
    color: #D7A984;
}


.stickers .sticker_sale {
    background-color: #dd0000;
}

.stickers .sticker_sale_10 {
    background-color: #f1e60e;
    color: #000000;
}

.stickers .sticker_sale_20 {
    background-color: #f7a909;
}


@media (max-width: 601px) {
    body .sections_wrapper .cat_sections--round .item:not(.section_item) .img {
        padding-top: clamp(40px, 82px, 150px);
        max-width: 82px;
    }

    .MIDDLE_ADV .swipeignore .item-width-261 {
        width: 182px;
    }
}

@media (max-width: 600px) {
    body .sections_wrapper .cat_sections--round .item:not(.section_item) .img {
        padding-top: clamp(40px, 82px, 150px);
        max-width: 82px;
    }

    .MIDDLE_ADV .swipeignore .item-width-261 {
        width: 182px;
    }

    body .item-views.float_banners2 .items>.row>div {
        width: 50%;
    }
    .side-childs .normal_block{
        display:none !important;
    }
}

.top_big_banners .item .item_inner .wrap_tizer {
    display: none !important;
}

.darken-bg-animate:after {
    display: none !important;
}

@media (max-width:979px) {
    .top_big_one_banner {
        display: none !important;
    }
}
.bx-soa-pickup-l-item-desc .prop{
    font-weight: 500;
    color: red;
}