@font-face
{
font-family: HelveticaNeueCyr;
src: url(/local/fonts/HelveticaNeueCyr/helveticaneuecyr_roman.otf);
}
.desk_h1{
    display:block;
}
.alt_text_price{
    display:none;
}
.mobile_name{
    display:none;
}
.mobile_comment{
    display:none;
}
.desck_comment{
    display:block;
}
.scroll_product_mobile_block{
    display: inline;
    /*height: unset;*/
}
.body_scroll_lock{
    overflow: hidden !important;
    overflow-y: hidden !important;
}
.mobile_offers_button{
    display:none;
}
.mobile_price_separator{
    display:none;
}
.mobile_counter_txt{
    display:none;
}
.resize_icon_mobile_view_two{
    display:none;
}
.modal_big_photo .close {
    display:none;
}

.productOptionValue_desc{
    display: flex !important;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;

}
.itemDetailLotsPrice {
    border-radius: 5px !important;
    padding: 22px;
}
.productNameTranslate{
    width:200px;
}
.productOptionOrder {
    width: 98px;
}
.newMemberInfo_block{
    display: flex;
    width: 100%;
    height: 87px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 22px;
    gap:15px;
}
.miniCheckerBlock {
    margin-top: -18px !important;
}
.member_icon{
    background-image: url(/local/images/catalog/member_icon.svg);
    width: 40px;
    height: 31px;
}
.member_class{
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 258px;
}
.member_name{
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.member_stars{
    display: flex;
    gap:5px;
    align-items: center;
}
.open_member_info{
    background-image: url(/local/images/catalog/member_arrow.svg);
    width: 13px;
    height: 12px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.open_member_info:hover{
    background-image: url(/local/images/catalog/member_arrow_green.svg);
}
.all_info{
    background-color: #fff;
    top: 82px;
    width: 100%;
    height: fit-content;
    position: absolute;
    z-index: 999999;
    border-radius: 0px 0px 5px 5px;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    padding: 20px;
}
.open{
    rotate: 180deg;
}
.show_show{
    display:block;
}
.hidden_info{
    display:none;
}
.all_info_block{
    display: flex;
    flex-direction: column;
    gap: 15.67px;
    font-family: HelveticaNeueCyr;
    font-weight: 550;
    font-size: 14px;
    line-height: 13.83px;
    letter-spacing: 0%;
}
.all_info_item{
    display: flex;
    justify-content: space-between;
}
.all_info_item_link{
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
    color: #8bb3e0;
}
.all_info_item_right{
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*font-family: HelveticaNeueCyr !important;*/
    padding-bottom: 16px;
    font-size: 13px;
    color: #696969;
    font-weight: 450 !important;
    line-height: 12.84px;
    letter-spacing: 0%;


}
.all_info_item_value_right{
    color: #2C2C2C;
    font-weight: 590;


}
.all_info_item_hr{
    display: flex;
    flex-direction: row;
    gap:7px;
    align-content: center;
    align-items: center;
}
.all_info_item_icon_1{
    width: 15.44px;
    height: 14.17px;
    background-image: url(/local/images/catalog/delivery_car.png);
}
.all_info_item_icon_2{
    width: 13.62px;
    height: 16.34px;
    background-image: url(/local/images/catalog/delivery_txt.png);
}
.all_info_item_icon_3{
    width: 17.07px;
    height: 17.07px;
    background-image: url(/local/images/catalog/delivery_box.png);
}
.all_info_item_icon_4{
    width: 18.53px;
    height: 20.53px;
    background-image: url(/local/images/catalog/vozvrat.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.hidden_member_info{
    display:none;
}
.itemDetailOrder_ext{
    width: 100% !important;
}
.itemDetailActions {
    padding: 0px 0 0 !important;
}
.productsSummary_ext{
    width: calc(100% - 274px) !important;
    min-height: 114px;
}
.itemDetailActions_ext{
    float: right !important;
    width: 515px !important;
    margin-top: -114px !important;
}
.itemDetailButtons_ext{
    display: flex   !important;
    flex-direction: column  !important;
    align-content: flex-end !important;
    gap: 12px   !important;
}
.saller_hr{
    border-bottom: 1px solid #E3E3E3;
    padding-top: 11px;
    margin-bottom: 15px;
}
.salerName_new{
    font-weight: 550;
    font-size: 13px;
    line-height: 12.84px;
    padding-bottom: 10px;
}
.all_info_item_link_2{
    padding-bottom: 13.3px;
    text-decoration: underline;
    color: #8bb3e0;
}
.add_pad{
    padding-bottom: 5px !important;
}
.desc_no_ai h1{
    padding-top: 1px !important;
    margin: 0px 0 0 !important;
    font-weight: 505 !important;
}

.desc_no_ai ol{
    display: block !important;
    list-style-type: decimal !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 3ch !important;
    unicode-bidi: isolate !important;
    line-height: 18px;
}
.desc_no_ai ul{
    display: block !important;
    list-style-type: decimal !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 1ch !important;
    unicode-bidi: isolate !important;
    line-height: 18px;
}
ul li {
    list-style-type: none;
    line-height: 20px;
}

.desc_no_ai h2 {
        padding-top: 1px !important;
        margin: 10px 0 7px !important;
        font-size: 17px !important;
    }

.desc_no_ai p {
        line-height: 20px;
        margin: 3px 0 8px 0 !important;
        text-indent: 3ch;
        /* display: inline; */
        text-indent: 0;
}

.desc_no_ai h3 {
        padding-top: 1px !important;
        margin: 10px 0 7px 0 !important;
        font-size: 17px !important;
        font-weight: 450 !important;
}

.desc_no_ai ul {
        display: block !important;
        list-style-type: decimal !important;
        /* margin-block-start: 1em !important; */
        margin-block-end: 1em !important;
        margin-inline-start: 0px !important;
        margin-inline-end: 0px !important;
        /* padding-inline-start: 1ch !important; */
        unicode-bidi: isolate !important;
        line-height: 18px;
}

.product_description {
    text-align: left;
    margin-bottom: 58px !important;
    background-color: #fff !important;
    border-radius: 50px;
    padding: 50px;
    border: 1px solid #D9D9D9;
}
.product_description_txt{
    font-size: 18px;
    line-height: 160%;

}
.product_description_txt ul li{
        line-height: 160%;
        margin-left: 20px;
        list-style-type: circle;
}
.product_description_txt h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 120%;
    padding-bottom: 10px;
    padding-top: 13px;
}
.product_description_txt h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 146%;
    padding-bottom: 3px;
    padding-top: 13px;
}


.sold_count{
    display: flex;
    flex-direction: row;
    width: fit-content;
    border-radius: 4.63px;
    border: 1px solid #E9E9E9;
    padding: 7px;
    margin-top: 12px;
}
.trade_count{
    display: flex;
    flex-direction: row;
    gap: 9px;
}
.trade_count_txt{
    font-family: Roboto;
    font-weight: 500;
    font-size: 14.81px;
    line-height: 17.35px;
    letter-spacing: 0%;
    color: #6d6d6d;
}
.trade_count_value{
    font-family: Roboto;
    font-weight: 500;
    font-size: 14.81px;
    line-height: 17.35px;
    letter-spacing: 0%;
    color: #2C2C2C;

}
.trade_count_separator{
    border-left: 1px solid #E9E9E9;
    margin-left: 11px;
    margin-right: 11px;
}

.product_hidden{
    display: none;
    overflow: hidden;
}

.pr_show{
    display: block;
}
.open_list{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 46px;
    align-items: center;
}
.open_pr_list{
    display: flex;
    width: 29px;
    min-width: 29px;
    height: 29px;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.open_pr_list_img{
    background-repeat: no-repeat;
    width: 11px;
    height: 6.5px;
}
.img_close{
    background-image: url(/local/images/catalog/open_product_list.svg);
}
.img_open{
    background-image: url(/local/images/catalog/open_product_list.svg);
    rotate: 180deg;
}
.open_pr_list:hover{
    background-color: #f57c20;
    .img_close{
        background-image: url(/local/images/catalog/open_product_list_white.svg);
    }
    .img_open{
        background-image: url(/local/images/catalog/open_product_list_white.svg);
        rotate: 180deg;
    }
}
.w_swparator{
    border-bottom: 1px solid #E9E9E9;
    height: 1px;
    width: 46%;
}
.height_crunch{
    display:block;
}
.height_crunch.px8{
    height: 8px;
}
.height_crunch.px72{
    height: 72px;
}
.height_crunch.px28{
    height: 28px;
}
.height_crunch.px168{
    height: 168px;
}
.description_h2{
    font-family: Roboto;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 20px;
}

.sticky_photo {
	position: fixed;
	top: 41px;
	z-index: 999;
	background-color:#fff !important;
}
.sticky_menu_photo{
	position: fixed !important;
    top: 425px;
    z-index: 999;
    background-color: #fff !important;
}
.sticky_photo_fix{
    position: absolute;
}
.sticky_menu_photo_fix{
    position: absolute !important;
}
.img_search_tab{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
    justify-items: center;
    /*
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;*/
}
.img_search_base{
    padding: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4,0,.2,1);
}

.member_item_is{
    width: 270px;
    height: 360px;
}
.b_h1{
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 32.81px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: auto;
    padding-bottom: 30px;
}
.b_h1 a{
    color: #2C2C2C !important;
}
.member_item-info{
    background-color: #ffffff;
}
.member_item-image_is {
    width: 270px;
    height: 270px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: 50%;
    border-radius: 3.56px;
}
.member_good_price{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.close_variant{
    display:none;
}

.priceMobileDubble{
    display: none;
    margin-top: 6px;
    padding-top: 18px;
    border-radius: 3px !important;
}
.rowPriceNewDubble{
    margin-top: 5px;
}



.video-loading-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    color: #666;
}

.loading-spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

.loading-text {
    font-size: 14px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.video-js {
    display: none;
}






@media only screen and (max-width: 1170px) {
    .product_description {
        padding: 50px !important;
    }

}
@media only screen and (max-width: 1140px) {
    .img_search_tab {
        grid-template-columns: repeat(3, 1fr);
    }

}
.goods_this {
    display:none;
}


@media only screen and (max-width: 1070px) {
    .sticky_photo {
		display:block !important;
        position: static !important;
	}
    .sticky_menu_photo {
		display:block !important;
        position: static !important;
	}
    .height_crunch{
        display:none;
    }
    .newMemberInfo_block {
        display: none;
    }
    .hidden_member_info{
        display:block;
    }
    .itemDetailOrder_ext{
        width: calc(100% - 238px) !important;
    }
    .itemDetailSaler {
        width: 227px !important;
    }
    .sold_count{
        display: none;
    }
    .productOptionValue_desc{
        display: block !important;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;

    }
    .miniCheckerBlock {
        margin-top: unset !important;
    }
    .productNameTranslate{
        width:100%;
    }
}
@media only screen and (max-width: 990px) {

    .itemDetailActions_ext {
        float: unset !important;
        width: unset !important;
        margin-top: 15px !important;
    }
    .productsSummary_ext {
        width: unset !important;
    }
    .itemDetailButtons_ext {
        flex-direction: unset !important;
        align-content: unset !important;
        gap: unset !important;
    }
    .productsSummary_ext{
        width: unset !important;
    }

}
@media only screen and (max-width: 900px) {
    .product_description_txt h2{
        font-size: 22px;
        /*padding-bottom: 10px;
        padding-top: 13px;*/
    }
    .product_description_txt h3{
        font-size: 18px;
        /*padding-bottom: 3px;
        padding-top: 13px;*/
    }
    .img_search_tab {
        display: flex;
        grid-gap: 10px;
        margin-top: 20px;
        justify-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}


@media only screen and (max-width: 840px) {
    .itemDetailOrder_ext{
        width: 100% !important;
    }
    .itemDetailSaler {
        width: 100% !important;
    }
}

@media only screen and (max-width: 655px) {
    .product_description {
        padding: 30px !important;
        width: calc(100% - 20px) !important;
        margin-bottom: 50px
    }
    .product_description_txt{
        font-size: 16px;
        line-height: 160%;
    }
    .colTitle{
        display: block !important;
    }
    .colPrice{
        display: flex;
        flex-direction: column;
    }
    .rubNew_pr {
        width: fit-content;
        display: block !important;
        margin-left: -7px !important;
        margin-top: 5px;
    }
    .itemDetailLotsPrice_col{
        float: left !important;
        width: calc(33.33333% - 30px);
    }
}

@media only screen and (max-width: 577px) {
    .member_item_is {
        width: 230px;
        height: 270px;
    }
    .member_item-image_is {
        width: 230px;
        height: 230px;
        display: block;
        background-repeat: no-repeat;
        position: relative;
        background-size: cover;
        background-position: 50%;
        border-radius: 3.56px;
    }
}

@media only screen and (max-width: 565px) {
    .rubNew_pr {
        display: block !important;
    }
}



@media only screen and (max-width: 500px) {
    .loader {
        background-color: unset !important;
    }
}
@media only screen and (max-width: 455px) {
    .mobile_comment{
        display: block;
        margin-right: 7px;
    }
    .desck_comment{
        display: none;
    }
    .desk_h1{
        display:none;
    }
    .mobile_name{
        display:block;
        padding-top: 8px;
    }
    .open_list{
        display:none;
    }
    .ProductChecker_hidden{
       /* display: none;*/
    }
    .mobile_view_product{
        display:block !important;
    }
    .mobile_name_txt{
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 3%;
        white-space: wrap;
        height: 3em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .artID{
        text-align: start !important;
    }
    .itemDetail-titleDescription::after{
        display:none;
    }
    .itemDetail-titleDescription{
        text-align: end;
        border-bottom: unset !important;
        margin-bottom: unset !important;
    }
    .img_I {
        background-image: url(/local/images/svg/new/itemdetail-titleinfo.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-bottom: -2px;
        margin-right: 4px;
    }
    .ProductChecker_hidden {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 99999;
        margin-left: -10px;
        padding-left: 5px;
        padding-right: 5px;
        top: 35px;
        height: 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .ste_wraper {
        position: fixed;
        top: -131px;
        left: 0;
        display: none;
        width: 100%;
        height: 140%;
        justify-content: center;
        align-items: center;
        background: rgba(217, 217, 217, 0.9);
        z-index: 99998;
        overflow: hidden;
    }
    .close_variant {
                display: block;
        position: absolute;
        top: -12px;
        left: auto;
        right: -11px;
        color: black;
        cursor: pointer;
        background-image: url(/local/images/new/x.svg);
        background-repeat: no-repeat;
        width: 35px;
        height: 35px;
        background-position-x: 50%;
        background-position-y: 50%;
        background-size: 34%;
        opacity: 0.6;
        margin: 15px;
    }
    .productsSummary_ext{
        position: unset;
        bottom: 78px;
        z-index: 999888;
        width: unset;
    }
    .itemDetailActions_ext {
        position: unset;
        bottom: 16px;
        z-index: 999888;
        width: unset;
    }
    .itemDetailProductChecker{
        margin-top: 0px;
    }
    .img{
        height: 75px !important;
        width: 75px !important;
    }
    .scroll_product_mobile_block{
        display: block;
    }

    .itemDetailActions_ext-wide {
        width: 95% !important;
        position: fixed;
    }
    .itemDetailButtons-wideAndStyleBasket{
        width: calc(50% - 10px) !important;
        margin-bottom: unset !important;
        order: 2;
        color: black !important;
        background-color: white !important;
        border: 1px solid rgba(245, 124, 0, 1) !important;

        border-radius: 5px !important;
        -webkit-box-shadow: unset !important;
        box-shadow:  unset !important;
        -webkit-transition:  unset !important;
    }
    .itemDetailButtons-wideAndStyleFav{
        width: calc(50% - 10px) !important;
        margin-bottom: unset !important;

        border: 1px solid rgba(233, 233, 233, 1) !important;

        border-radius: 5px !important;
        -webkit-box-shadow: unset !important;
        box-shadow:  unset !important;
        -webkit-transition:  unset !important;
    }

    .orangeBasket{
        background-image: url(/local/images/new/icon-park-solid_shopping.svg) !important;
        background-size: 17px !important;
    }
    .custom_full_selector{
        overflow: scroll !important;
        height: 191px;
    }
    .owl-prev_hiden{
        display:none !important;
    }
    .itemDetailControlImages_ext{
        width: 108% !important;
        margin: 10px -29px !important;
    }

    .goods_this {
        display:none;
        position: absolute;
        top: 319px;
        right: -2px;
        z-index: 995;
    }

    .bubble6 {
        position: relative;
        width: 280px;
        height: 80px;
        background: #ffffff;
        border: 1px solid #fe621e;
        border-radius: 6px 6px 0px 6px;
       /* box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);*/
        padding: 15px;
      }

      .bubble6-arrow {
        position: absolute;
        right: 15px;
        bottom: -25px;
        border-left: 21px solid transparent;
        /*border-top: 20px solid rgba(0, 0, 0, .2);*/
      }

      .bubble6-arrow::before {
        content: '';
        position: absolute;
        right: -16px;
        bottom: 2px;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 23px solid #fe621e;
      }

      .bubble6-arrow::after {
        content: '';
        position: absolute;
        right: -15px;
        bottom: 4px;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 21px solid #fff;
      }
      .goods_this_txt {
        display: block;
        position: absolute;
        right: 22px;
        top: 15px;
        line-height: 23px;
        font-weight: 500;
        font-size: 16px;
        width: 233px;
      }
      .close_goods_this{
        position: absolute;
        top: 8px;
        right: 7px;
        color: black;
        cursor: pointer;
        background-image: url(/local/images/new/x.svg);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
      }
      .mobile_offers_button{
        cursor: pointer;
        display: flex;
        padding: 12px;
        font-size: 14px;
        /* border: 1px solid #f57c1f; */
        border-radius: 3px;
        text-align: center;
        margin-top: 18px;
        height: 50px;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .08);
        -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
        -o-transition: all .2s cubic-bezier(.4,0,.2,1);
        transition: all .2s cubic-bezier(.4,0,.2,1);
      }
      .offers_button_icon {
        background-image: url(/local/images/new/variables.png);
        width: 22px;
        height: 22px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 28px;
        margin-right: 5px;
        margin-top: -3px;
      }
      .mobile_offers_button:active {
        border: 1px solid #f57c1f;
        color:#f57c1f;
      }
        .mSelector{
            position: relative;
            z-index: 0;
            -webkit-overflow-scrolling: touch;
            isolation: isolate; /* Создает новый stacking context */
        }
        /*
        .mSelector::-webkit-scrollbar-thumb {
            border: 2px solid white !important;
            background-color: #ccc !important;
        }
        .mSelector::-webkit-scrollbar {
            -webkit-appearance: none;
        }

        .mSelector::-webkit-scrollbar:vertical {
            height: 3px;
        }

        .mSelector::-webkit-scrollbar-thumb {
            border-radius: 6px !important;
            border: 2px solid white !important;
            background-color: rgba(0, 0, 0, .5) !important;
        }*/


    .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li.active .img, .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li.active .text {
        border: 2px solid #f57c1f !important;
    }
    .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li .img:hover {

        border: 2px solid #f57c1f !important;
    }
    .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li [data-tooltip]:hover:after, .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li [data-tooltip]:active:before {
        z-index:  2147483647 !important; /* Максимальный */
        transform: translateZ(0); /* Для мобильных */
        will-change: transform; /* Оптимизация */
    }
    .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li [data-tooltip]:hover:after, .productDetail .itemDetail .itemDetailInfo .itemDetailData .itemDetailOrderBlock .itemDetailOrder .itemDetailProductChecker .checkerBlock .blockSelector ul.miniSelector li [data-tooltip]:hover:before {
        z-index:  2147483647 !important; /* Максимальный */
        transform: translateZ(0); /* Для мобильных */
        will-change: transform; /* Оптимизация */
    }

    .miniSelector {
        -webkit-overflow-scrolling: touch;
        overflow: hidden;
        display: grid;
        grid-template-rows: repeat(2, 83px);
        grid-auto-flow: column;
        grid-auto-columns: minmax(86px, auto);
        overflow-x: auto;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 220px;
        max-width: 100%;
    }

    .miniSelector li {
        width: 85px;
        height: 85px;
    }

    .miniSelector .img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .miniSelector .text {
        line-height: unset !important;
        word-break: break-word;
        white-space: normal;
        height: calc(100% - 10px);
        box-sizing: border-box;
        display: flex;
        align-items: center;
        background: #f5f5f5;
        border-radius: 4px;
        margin-top: 9px;
        margin-bottom: -25px;
        padding: 5px !important;
    }
    .miniSelector li:has(.text) {
        display: flex !important;
        grid-column-end: span 4;
        min-width: 180px;
        width: auto;
        max-width: 450px;
    }
    .miniSelector li:not(:has(.text)) {
        width: 86px;
    }

    .miniSelector::-webkit-scrollbar {
        display: none; /* Скрываем скроллбар в WebKit */
    }

    .scroll-indicator {
        position: absolute;
        top: 180px;
        left: 5px;
        right: 5px;
        height: 4px;
        background-color: #eee;
        border-radius: 2px;
        z-index: 1 !important; /* Ниже чем tooltip */
        pointer-events: none;
        }

    .scroll-thumb {
        position: absolute;
        height: 4px;
        background-color: #f57c1f;
        border-radius: 2px;
        width: 0;
        left: 0;
        z-index: 2 !important; /* Выше чем track, но ниже чем tooltip */
        pointer-events: none;
    }



        .modal_big_photo {
            display: none;
            position: fixed;
            z-index: 99999999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            overflow: auto;
        }

        .modal_big_photo-content {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .modal-image {
            max-width: 90%;
            max-height: 90%;
            object-fit: contain;
        }

        .modal_big_photo .close {
            position: absolute;
            top: 20px;
            right: 30px;
            color: white;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
        }
        .resize_icon_mobile_view {
            display: none;
            position: absolute;
            background-repeat: no-repeat;
            right: 4px;
            bottom: 4px;
            width: 21px;
            height: 21px;
            background-size: 100%;
            background-image: url(/local/images/new/resize_button_mobile_view.svg);
        }
        .productSelect{
            margin-right:7px ;
        }

        .mobile_price_txt{
            font-family: Roboto, sans-serif;
            font-weight: 400;
            font-size: 14px !important;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(44, 44, 44, 1) !important;
            margin-top:10px;
        }
        .mobile_range_txt{
            font-family: Roboto, sans-serif;
            font-weight: 400;
            font-size: 14px !important;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(44, 44, 44, 1) !important;
        }
        .colLot{
            font-family: Roboto, sans-serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(86, 86, 86, 1);


        }
        .productsSummary_ext .text{
            display: none;
        }
        .alt_text_price{
            margin-left: 10px;
            display:block;
            font-family: HelveticaNeueCyr;
            font-weight: 550;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(44, 44, 44, 1);


        }
        .productsSummary_ext .price{
            /*margin-top: 41px;*/
        }
        .productOptionValue {
            position: relative;
        }
        .resize_icon_mobile_view_two{
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            right: 12px;
            bottom: 16px;
            width: 21px;
            height: 21px;
            background-size: 100%;
            background-image: url(/local/images/new/resize_button_mobile_view.svg);
        }
        .mobile_price_separator{
            margin-left: 10px;
            margin-right: 10px;
            display: block;
            margin-top: 45px;
            height: 15px;
            border-top: 0.92px solid rgba(222, 222, 222, 1);
        }
        .mobile_counter_txt{
            display: inline;
            margin-left: 10px;
            font-family: HelveticaNeueCyr;
            font-weight: 550;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0%;
            color: rgba(163, 163, 163, 1);


        }
        .productsSummary_ext .count{
            display: inline;
            border-right: unset !important;
        }
        .buttonBasket .loader {
            filter: brightness(0);
        }

}
@media only screen and (max-width: 435px) {
    .product_description_txt {
        font-size: 14px;
        line-height: 160%;
    }

}
@media only screen and (max-width: 350px) {
    .ud_desck{
        display:none;
    }
}
@media only screen and (max-width: 345px) {
    .element_mobile{
        display: block;
        margin-top: 19px;
    }
    .itemDetail-titleDescription{
        text-align: start;
        padding-left: unset !important;
    }
    .goods_this {
        top: 260px;
        right: 0px;
    }
}

