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


/* LEFT MENU WITH A TABS */
.bottom_slider .article_block {
    font-size: 12px;
    color: #999999;
    width: 100%;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    overflow: auto;
    max-height: 300px;
}
.tab_slider_wrapp .tabs_slider .module-pagination {
    display: block;
}
.tab_slider_wrapp .tabs_content .tab .bottom_nav {
    padding: 15px 0;
}
.tabs_left_menu{
    border: 1px solid #f2f2f2;
}
.m-tabs{
    display: flex;
}
.m-tab{
    background: #F1F1F1;
    color: #1976d2;
    padding: 7px 0px;
    cursor: pointer;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}

.m-tab.active{
    background: #FFF;
    color: #222;
    cursor: default;
    border-top: 3px solid #F58320;
}
.m-col{
    display: none;
}
.m-col.active{
    display: block;
}
.left_menu>li>a, body .menu_top_block.catalog_block .dropdown>li.full>a, header .menu_top_block li.catalog>.dropdown>li>a {
    background: #ffffff;
}
.catalog-nav, .catalog-nav ul{
    list-style-type: none;
}
.catalog-nav li:before{
    content: unset;
}

.catalog-nav ul{
    display: none;
}
.catalog-nav>li.has_sub:before{
    content: '+';
}
.catalog-nav .active.has_sub:before{
    content: "-" !important;
}
.catalog-nav .active ul{
    display: block !important;
}
.tabs_left_menu .image{
    width: 70px;
}
.tabs_left_menu .image img{
    width: 100% !important;
}
.right_block .m-container ul li.full{
    padding: unset !important;
    margin: unset !important;
}

div[data-prop_code="naznachenie_osnovnoe"],
div[data-prop_code="naznachenie1"],
div[data-prop_code="naznachenie2"],
div[data-prop_code="naznachenie3"],
div[data-prop_code="naznachenie4"]{
    display: none;
}

/* QUESTION ABOUT AGE */
.popup__adult{
    position: fixed;
    width: 500px;
    margin-left: -205px;
    left: 50%;
    top: 30%;
    background: #fff;
    z-index: 4;
    padding: 30px;
    max-width: 100%;
}
.pa_message{
    color: #0088cc;
    font-size: 20px;
    text-align: center;
}
.pa_links{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.pa_confirm, .pa_disagree{
    padding: 6px 12px;
    color: #fff;
    background: #84bc29;
    border-radius: 2px;
    box-shadow: 0 0 3px 0 #84bc29;
}
.pa_disagree{
    background: #dc130d;
    color: white;
    box-shadow: 0 0 3px 0 #dc130d;
}
.pa_overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    z-index: 4;
    overflow: hidden;
}

/* STOCKS */
.catalog.compact div[data-prop_code="stock"]{
    background: red !important;
}
div[data-prop_code="stock"] span{
    color: white !important;
}
div[data-prop_code="stock"] .icons_fa:after{
    color: white !important;
}
div[data-prop_code="stock"] path{
    fill: white !important;
}
div[data-prop_code="stock"] .bx_filter_param_text{
    color: red !important;
}

/* PRICES */
.catalog_detail .price_matrix_block .price span{
    font-size: 18px;
    font-weight: normal;
}
.catalog_detail .price_matrix_block .min .price span{
    font-size: 28px;
    font-weight: 700;
}
.catalog_item .price_matrix_block .BASE .price span{
    font-weight: normal;
    font-size: 14px;
}

/* IMAGE HOVER CLONE */
.main_item_wrapper:hover .image_wrapper_block img.img__default{
    display: none;
}
.main_item_wrapper .image_wrapper_block img.img__hover{
    display: none;
}
.main_item_wrapper:hover .image_wrapper_block img.img__hover{
    display: block;
}
.list_item .image_wrapper_block:hover img.img__default{
    display: none;
}
.list_item .image_wrapper_block img.img__hover{
    display: none;
}
.list_item .image_wrapper_block:hover img.img__hover{
    display: block;
}


.bottom_view_element_count{
    margin: 24px 0;
}
header .menu_colored .menu_top_block>li.current>a, header .menu_dark .menu_top_block.menu>li.current>a, header .menu_dark .menu_top_block.menu>li.current:hover>a, .menu_top_block.catalog_block .dropdown>li.full:hover>a:before, .menu_top_block.catalog_block .dropdown>li.full.current>a, header .menu_top_block li.catalog>.dropdown>li.current>a, .left_menu>li.current>a, .left_menu>li:hover>a:before {
    background-image: linear-gradient(to top, #F58320 0%, #FAA614 100%);
}
.menu-row.bgcolored .mega-menu table td:hover {
    background-image: linear-gradient(to top, #F58320 0%, #FAA614 100%);
}
.menu-row.bgcolored .mega-menu table td.active {
    background-image: linear-gradient(to top, #F58320 0%, #FAA614 100%);
}
.specials_slider_wrapp ul.tabs li.cur span, .tab_slider_wrapp ul.tabs li.cur span, .popup .popup-intro {
    border-bottom-color: #F58320 ;
}
.tabs .nav-tabs li.active a:before {
    background-image: linear-gradient(to top, #F58320 0%, #FAA614 100%);
    height: 3px;
}
.fill_bg_n .menu-row.bgcolored, .fill_bg_y .menu-row.bgcolored>.maxwidth-theme {
    background-image: linear-gradient(to top, #0d50a5 0%, #1976d2 100%);
}
.news_blocks .info_block .item:before {
    background-color: #F58320;
}
a, .link, .button.transparent, .button.transparent:hover, .specials_slider_wrapp ul.tabs>li span, .tab_slider_wrapp ul.tabs>li span, .basket_wrapp .basket_block .link:hover+.wraps_icon_block+.text .title, .stores .stores_list .item a span, .phones .order_wrap_btn, .footer_bottom .all_menu_block ul li a:hover, .footer_bottom .submenu_top .menu_item a:hover, .avtorization-call.enter:hover span, .top-h-row .h-user-block a:hover, ul.menu .child li.menu_item a, #header .catalog_menu ul.menu>li.current>a, ul.menu .child .depth3 a, ul.menu .child li.menu_title a:hover, #header ul.menu li .child.submenu .child_wrapp a:not(.title), .img_block_capcha .reload, .h_color_white .center_block .menu.full>li:hover>a, .m_color_white #header .wrapper_middle_menu .menu.bottom>li:hover>a, .m_color_white #header .wrapper_middle_menu .menu.bottom>li.hover>a, body #header ul.menu li .child.line .child_wrapp>a:hover, .basket_sort ul.tabs li .wrap_li>span *, .basket_sort ul.tabs li .wrap_li>span, .bx_filter_parameters_box_title:hover, .bx_filter .bx_filter_popup_result a, .left_block .internal_sections_list .child_wrapp .child li.cur>a, .left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur, .left_block .internal_sections_list .child_wrapp a:hover, .ajax_load_btn:hover .more_text_ajax, .breadcrumbs a:hover span, .tabs-head li.current span, .item-stock .store_view, .reviews-post-reply-buttons a:hover, h4.hover, .button.transparent.white:hover, .button.white_bg, .item .child_container .child_wrapp .menu_item.current a, .item .child_container .child_wrapp .menu_item:hover a {
    color: #F58320;
}

.menu-row.bgcolored .wrap_icon:hover {
    background-image: linear-gradient(to top, #F58320 0%, #FAA614 100%);
}
.catalog_block .article_block, .catalog_block .item-stock {
    width: 100%;
}
.sale_block .text {
    background: #ffd02e59;
}

/* Change store popup */
.popup_message{
    max-width: 480px;
}
.popup_message__title{
    font-size: 26px;
    text-align: center;
    margin-top: 20px;
}
.popup_message__text{
    margin: 24px;
}
.popup_message__action_block{
    display: flex;
    justify-content: space-around;
    margin-bottom: 8px;
}
.popup_message__action_block a{
    padding: 6px 30px;
    background: #0088cc;
    color: white;
    text-decoration: none;
    display: block;
}
.popup_message__action_block a:hover{
    background: white;
    color: #0088cc;
    box-shadow: 0 0 1px 0px blue;
}


/* Hide menu link for download of catalog in mobile devices */
@media screen and (max-width: 680px){
    .mobile_hidden{
        display: none;
    }
}
/* FOOTER BACKGROUND AND COLOR*/
footer .ext_view.footer-light .maxwidth-theme, footer .ext_view.footer-light .wrapper_inner, footer .ext_view.footer-light.no_fill .bottom_wrapper {
    background-image: linear-gradient(to top, #0d50a5 0%, #1976d2 100%);
}
#footer .wrapper_inner {
    background: none;
}
.viewed_product_block.no_fill {
    background: #ffffff;
}
.footer-light .bottom-menu .items>.item-link a, .footer-light .white_middle_text {
    color: #fff;
}
.bottom-menu a {
    color: #fff;
}
.bottom-menu .item:hover .title a, .bottom-menu .item:hover .title, .bottom-menu .item.active .title a, .bottom-menu .item.active .title {
    color: #f58320 !important;
}
.footer-light .info, .footer-light .info .email a, .footer-light .info .phone a {
    color: #fff;
}
footer .info .email a:hover {
    color: #f58320;
}
footer .copy {
    color: #fff;
}
footer .bottom-middle {
    padding: 34px 0 0px;
}
footer .ext_view .bottom-under .inner-wrapper {
    border: none;
    padding-top: 0px;
    padding-bottom: 15px;
}

/* Fix catalog product view */
.catalog_block.items .item_block .item_info{
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
/*.catalog_item .cost.prices{
    margin-top: 25px;
}*/


/* отступы у разделов в каталоге */
.sections_wrapper .list .item {
    padding: 10px 10px;
}

.sale_order_full_table:last-of-type tr:last-child td:first-child{padding-bottom: 20px;}

.sale-profile-detail-form .user_registration{display:block;}
.sale-profile-detail-form .create-manager{margin: 15px 0;}

.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}

.tabs__caption li{
    display: inline-block;
    cursor: pointer;
}
.tabs__caption li:before{content:'';}

.manager-login span{
    font-weight: 600;
}
.sale-order-list-button-container .sale-order-list-button{
    max-width: 200px;
}

.personal_wrapper .row table{font-size: 12px !important;}

.personal_wrapper .orders_wrapper .sale-order-detail-about-order-inner-container-repeat > a.cust{width:100px;}

@media screen and (max-width: 767px){
    .visible_mobile_filter{
        display: none;
    }
}

.mobile_regions .current {pointer-events: none;}

#csv_export .export label{width: 95%;}
#csv_export .export input{vertical-align: top;}
#csv_export h2, .csv-h2{margin: 20px 0 20px;}
#csv-textarea{padding-bottom: 0; min-height: 50px;}

.basket-checkout-container div .form-group{margin-bottom: 25px;}

footer .ext_view.footer_inner .social-icons .small_title {
    color: #fff;
}
.styled-block {
    border: 0px;
    color: #383838;
    margin-bottom: 40px;
    clear: both;
    margin-top: 0px;
    padding: 37px 50px;
    font-size: 15px;
}
.logo_and_menu-row .personal-link .wrap{max-width: 140px;}

.detail.partners .detailimage .img-partner {
    padding: 1px 1px;
}
.detail.partners .detailimage {
    margin: 0 0 20px 10px;
}
.special_pager{
    padding-top: 35px;
}
.sale-personal-section-index-block-ico i.export_cataloga{
    background: url('/bitrix/templates/aspro_next/images/arrow_top.png') no-repeat;

}
.sale-personal-section-index-block-ico i.save_orders{
    background: url('/bitrix/templates/aspro_next/images/Save.png') no-repeat;
}
.sale-personal-section-index-block-ico i.cancel_orders{
    background: url('/bitrix/templates/aspro_next/images/cancel3.png') no-repeat;
}
.sale-personal-section-index-block-ico i.discounts{
    background: url('/bitrix/templates/aspro_next-2/images/discounts3.png') no-repeat;
}

/* активная кнопка в сортировке */
.sort_header .sort_filter a.current {
    color: #333;
    font-weight: 600;
}
.wish_item_button{display: none;}

.cost.prices .price_group:nth-child(2) .price{font-weight: normal !important; font-size: 11px;}

.notes {
    margin-top: 0px}

.item_block .to-cart{
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 11px;
}

.in-cart{margin-top: 6px; position: relative;}

.custom-delete-item:before{
    content: "";
    display: inline-block;
    height: 15px;
    width: 9px;
    background: url(/bitrix/templates/aspro_next-2/images/close_icons.png) -29px 10px no-repeat;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: -1px;
    padding: 0px 12px 36px 13px;
    background-color: #3d8600;
}

.fast_view_frame .catalog_detail .to-cart{
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 15px;
}

.fast_view_frame .catalog_detail .in-cart{margin-top: 6px; width: 93%}

.btn.in-cart i{display: none;}

.small.in-cart.btn.btn-default.transition_bg {
    padding: 7px 26px 8px 9px;
}

.display_list.information.counter_wrapp {
    max-width: 95% !important;
}

tbody > tr > td.information_wrapp.main_item_wrapper > div > div.counter_wrapp {
    max-width: 95%;
}

div > div.footer_button.inner_content > div.counter_wrapp {
    max-width: 100%;
}

@media (min-width: 992px) {
    div > div.footer_button.inner_content > div.counter_wrapp {
        white-space: normal;
        margin-left: -6px;
        margin-right: -6px;
        max-width: 100%;
        margin: 0 auto;
    }
}

body .ajax_load.table .main_item_wrapper div.counter_wrapp {
    padding-left: 8px;
}

div.right_info > div > div.middle_info.main_item_wrapper > div.buy_block > div > a > div:before {
    background: url(/bitrix/templates/aspro_next-2/images/close_icons.png) -29px 11px no-repeat;
    padding: 0px 12px 40px 13px;
    background-color: #3d8600;
}
.footer_button {
    display: block !important;
    min-height: 90px;
    opacity: 1;
    visibility: visible;
    height: auto;
}
@media (min-width: 1200px) and (max-width: 1233px){
    .footer_button {
        display: block !important;
        min-height: 134px;
    }
}
@media (min-width: 992px) and (max-width: 1027px){
    .footer_button {
        display: block !important;
        min-height: 134px;
    }
}
.item_block .to-cart {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width: 992px) {
    .ajax_load.block .counter_wrapp .button_block, .ajax_load.block .counter_wrapp .counter_block {
        margin-left: 3px;
        margin-right: 8px;
    }
}
div > div.counter_wrapp {
    min-height: 92px;
}

.counter_block input[type=text] {
    width: 40px;
}
/*.counter_block>span:before {
    background: url(/bitrix/templates/aspro_next-2/images/ai.png) -77px -191px no-repeat;
}
.counter_block>span.plus:before {
    background-position: -59px -191px;
}*/
.brands_slider_wrapp .flex-viewport {
    height: 150px;
}
.brands_slider_wrapp {
    max-height: 150px;
}
.colored_table tbody tr td {
    vertical-align: top;
}
pre {
    font: 14px/22px "PT Sans Caption",Arial,sans-serif;
}
.fast_view_block {
    margin-top: 70px;
    line-height: 16px;
    height: 16px;
}
.basket-link .count {
    font-size: 11px;
    border-radius: 20%;
    text-align: center;
    background: #000;
    color: #fff;
    width: 24px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
}
.n-tab{
    background: #F1F1F1;
    color: #1976d2;
    padding: 7px 24px;
    cursor: pointer;
    width: 49.7%;
    box-sizing: border-box;
}

.n-tab.active{
    background: #FFF;
    color: #222;
    cursor: default;
    border-top: 3px solid #F58320;
}


/*товар детально*/

.catalog_detail .item_main_info .item_slider {
    padding: 0px 56px 0px 56px;
}
.container .catalog_detail .item_slider .slides {
    margin-bottom: 5px;
}
.tabs .tab-content {
    padding: 5px 0 0;
}
.tabs .nav.nav-tabs a {
    padding: 8px 25px 8px;
}
.catalog_detail .wraps {
    padding: 0px 0 0;
}
.catalog_detail .detail_text {
    margin-bottom: 5px;
}
.catalog_detail hr {
    margin: 5px 0 5px;
}
.catalog_detail .wraps h4 {
    margin: 40px 0 0px;
}
.right_block ol, .right_block ul {
    margin: 0 0 0px;
}
.info_item .top_info {
    padding: 0px 0 0px;
}
.middle_info .top_props .props .name {
    float: left;
}
.catalog_detail .props_list .props_item span {
    color: #888;
}
.props_list td > span, .props_list td > .txt {
    color: #222;
}
.catalog_detail .item_main_info .right_info .info_item {
    padding: 0px 10px 0px 11px;
}
.catalog_detail .item_main_info .item_slider {
    padding: 0px 10px 0px 0px;
}
.catalog_detail .item_main_info .item_slider {
    width: 40%;
}
.catalog_detail .item_main_info .right_info {
    padding: 0px 0px 0px 40%;
}
div.right_info > div > div.middle_info.main_item_wrapper > div:nth-child(1) > div.buy_block > div > a > div:before {
    background: url(/bitrix/templates/aspro_next-2/images/close_icons.png) -29px 11px no-repeat;
    padding: 0px 12px 40px 13px;
    background-color: #3d8600;
}
/*#bx_117848907_70370 > div.right_info > div > div.middle_info.main_item_wrapper > div:nth-child(1) > div.buy_block > div > a > div:before {
    background: url(/bitrix/templates/aspro_next-2/images/close_icons.png) -29px 11px no-repeat;
    padding: 0px 12px 40px 13px;
    background-color: #3d8600;
}*/
.catalog_detail .props_list td.char_value span {
    padding: 0 0 0 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.props_list td {
    text-align: right;
    padding: 2px 0px 0px 0px;
    font-size: 13px;
}
div.right_info > div > div.middle_info.main_item_wrapper > div:nth-child(1) {
    padding-left: 0px;
    padding-right: 0px;
}
div.right_info > div > div.middle_info.main_item_wrapper > div:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}
.counter_block.big_basket {
    width: 90px;
}.counter_block.big_basket>span {
     width: 24px;
 }
.counter_block.big_basket input[type=text] {
    font-size: 13px;
    height: 38px;
    width: 40px;
}
.catalog_detail .tabs>.tab-content>.tab-pane {
    padding-bottom: 5px;
}
.tabs {
    margin-bottom: 5px;
}

/*товар детально*/

/*корзина*/


.basket-item-property-custom {
    padding-right: 15px;
    float: left;
}
.basket-item-block-image {
    position: relative;
    -ms-flex-order: 1;
    padding-right: 15px;
    padding-bottom: 10px;
    min-width: 48px;
//max-width: 92px;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
#basket-root .basket-items-list .basket-item-block-info {
    padding-left: 26px;
    padding-right: 10px;
}
#basket-root .basket-items-list .basket-items-list-item-container>td:first-child {
    padding-left: 10px;
}
#basket-root .basket-items-list-item-container>td {
    padding-bottom: 10px;
}
#basket-root .basket-items-list-item-descriptions {
    padding-top: 10px;
}
.basket-items-list-item-descriptions {
    -ms-flex-order: 1;
    padding-top: 20px;
    width: 75%;
    vertical-align: top;
    -webkit-box-ordinal-group: 2;
    order: 1;
}
#basket-root .basket-items-list-item-amount .basket-item-amount-filed {
    border: none;
    border-left: 1px solid #f3f3f5;
    border-right: 1px solid #f3f3f5;
    background: #f3f3f5;
    width: 45px!important;
    font-weight: 700;
    padding: 7px 0;
    font-size: 13px;
    line-height: 13px;
    height: 36px;
    color: #333;
    text-align: center;
}
.basket-item-label-ring.basket-item-label-small {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 30px;
}
td:nth-child(4) > div > div.basket-item-price-difference {
    display: none
}#basket-root .basket-item-property-custom-value, #basket-root .basket-item-property-value {
     color: #333;
     font-size: 11px;
     font-weight: 400;
     padding-top: 6px;
 }
#basket-root .basket-item-property-custom-name, #basket-root .basket-item-property-name {
    color: #888;
    font-size: 11px;
    padding-top: 6px;
}
.basket-item-property-custom {
    padding-right: 15px;
    float: left;
    width: 100%;
}
#basket-root .basket-item-block-price {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
#basket-root .basket-items-list-item-amount {
    padding-top: 10px;
}
.basket-checkout-block-btn {
    padding-top: 13px;
    padding-left: 15px;
    text-align: left;
}
/*корзина*/


/* правый сайдбар в корзине*/
.basket-sidebar {
    position: fixed;
    border: 1px solid #f3f3f5;
    padding: 10px 10px;
    max-width: 325px;
}

@media (min-width: 992px) {
    #basket-root > div:nth-child(3) {
        display: none;
    }
}
@media (max-width: 991px) {
    #basket-root > div:nth-child(3) {
        display: block;
    }
}
@media (max-width: 991px) {
    #basket-root > div:nth-child(2) > div.col-md-3 {
        display: none;
    }
}
#basket-root > div:nth-child(2) > div.col-xs-3 > div > div > div > div {
    margin: 0px
}
.basket-checkout-container div .form-group {
    margin-bottom: 5px;
}
textarea {
    resize: none;
    min-height: 60px;
}
#basket-root .basket-checkout-container {
    border-color: #f2f2f2;
    position: static;
    padding: 10px;
    opacity: 0;
}
#basket-root .basket-checkout-section .btn.btn-default:not(.basket-btn-checkout) {
    width: 100%;
}
.basket-checkout-block-total-price-inner {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    text-align: right;
}
.basket-checkout-block-total {
    padding-top: 0px;
    padding-right: 10px;
    text-align: right;
}
#basket-root .basket-coupon-block-total-price-current {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}
a.scroll-to-top {
    right: 15px;
}
.sticky111 {
    position: fixed;
    z-index: 101;
}
.stop111 {
    position: relative;
    z-index: 101;
}
.basket-checkout-block-btn {
    padding: 8px 20px 0px;
    text-align: left;
}
#basket-root > div:nth-child(2) > div.col-md-3 {
    padding: 0px 15px 0px 0px;
}


/* правый сайдбар в корзине*/

/*доставка*/
.personal_wrapper .row>div[class*=col-md-], .personal_wrapper .row>ul[class*=col-md-] {
    font-size: 15px;
}
.sale-order-detail-payment-options-methods-shipment-list {
    padding-left: 5px!important;
    font: 15px "Helvetica Neue",Helvetica,Arial,sans-serif;
    list-style: none;
}
.sale-order-list-shipment-status-block {
    display: inline-block;
    padding: 5px;
    border: 1px solid rgba(128,134,142,0.20);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f3f4f5;
    font: bold 13px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #535c69;
    vertical-align: middle;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-title-line-item {
    color: #70bb18;
    font-size: 15px;
    font-weight: 700;
    font-family: Ubuntu,Arial,Helvetica,sans-serif;
    text-transform: none;
}
/*.sale-personal-profile-list-container>tbody>tr>td:nth-child(3) {
    color: #999;
}*/
/*БЫСТРЫЙ ПРОСМОТР*/
.like_icons {
    position: absolute;
    top: 75px;
    right: 41.8%;
    z-index: 53;
}
.bigdatarecom{
    position: absolute;
    top: 75px;
    right: 43.7%;
    z-index: 53;
}
.like_icons span {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffffad;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    margin: 0 0 5px;
    overflow: hidden;
    border-radius: 100%;
}
.like_icons span i.fast_view_block {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    position: static;
    background: 0 0;
}
.like_icons span i {
    width: 30px;
    height: 30px;
    display: block;
    background: url(/bitrix/templates/aspro_next-2/images/svg/icons_wish.svg) 0 0 no-repeat;
}
.fast_view_block {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgba(229,229,229,.9);
    text-decoration: none;
    border-radius: 2px;
    visibility: hidden;
    position: absolute;
    text-align: center;
    margin-left: -75px;
    margin-top: -20px;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    height: 36px;
    width: 150px;
    opacity: 0;
    z-index: 99;
    left: 50%;
    top: 50%;
    font-size: 13px;
}
.like_icons span i.fast_view_block:before {
    content: "";
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    background: url(/bitrix/templates/aspro_next-2/images/svg/next.svg) -284px -298px no-repeat;
    opacity: .54;
    display: block;
    width: 100%;
    height: 100%;
}
/*БЫСТРЫЙ ПРОСМОТР*/

.sort_header .sort_filter a.CATALOG_AVAILABLE .icon {
    background: url(/bitrix/templates/aspro_next-2/images/ostatki.png);
}
.sort_header .sort_filter a.CATALOG_AVAILABLE.current .icon, .sort_header .sort_filter a.CATALOG_AVAILABLE:hover .icon {
    background: url(/bitrix/templates/aspro_next-2/images/ostatki-current.png);
}
.sort_header .sort_filter a.ARTICLE .icon {
    background: url(/bitrix/templates/aspro_next-2/images/art.png);
}
.sort_header .sort_filter a.ARTICLE.current .icon, .sort_header .sort_filter a.ARTICLE:hover .icon {
    background: url(/bitrix/templates/aspro_next-2/images/art-cur.png);
}
@media (max-width: 580px) {
    .basket-item-image {
        margin: 0;
        padding-right: 0;
        max-width: 230px;
        max-height: 160px;
        width: auto;
        height: auto;
    }
}
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning:before {
    background: url(/bitrix/templates/aspro_next-2/images/not-available-red.png) #fff;
}
#basket-root .basket-items-list .basket-item-block-info .basket-items-list-item-warning-container .alert.alert-warning {
    color: #f00;
}
.bx-sbb-empty-cart-text {
    line-height: normal;
}


.custom_form_head{
    border-bottom: 2px solid;
    padding: 34px 75px 35px 35px;
    border-bottom-color: #008abd;
}
.custom_form_head h2{
    margin: unset !important;
}
.fancybox-type-html .fancybox-skin{
    padding: unset !important;
    border-radius: unset !important;
    max-width: 500px;
    margin: 0 auto;
}
.fancybox-type-html .fancybox-inner{
    width: unset !important;
}
.custom_modal_text{
    padding: 30px 18px 0;
}
.cs_modal_buttons{
    padding: 20px 18px;
}
.fancybox-type-html .fancybox-close{
    top: 37px;
    right: 33px;
    background: url(/images/close_icons.png) -1px -46px no-repeat;
    width: 14px;
    height: 14px;
}
.fancybox-type-html .fancybox-inner .sale_order_full_table{
    margin-top: 20px !important;
}
.region_wrapper .js_city_chooser {
    cursor: default;
}
.tizers_block .item {
    margin: 10px 0;
}
.tizers_block {
    padding: 5px 0;
    border-top: 1px solid #f2f2f2;
}

/*Slider*/
.top_slider_wrapp {
    margin: 0 auto 10px;
}
.top_slider_wrapp .flexslider .slides>li .banner_bg {
    background-size: 100% auto;
}
@media (max-width: 991px) {
    body .top_slider_wrapp .flexslider .slides>li {
        background-size: 100% auto;
    }
}
@media (max-width: 1440px) {
    body .top_slider_wrapp .flexslider .slides>li {
        background-size: 100% auto;
    }
}
@media (max-width: 1536px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 450px;
    }
}
@media (max-width: 1440px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 440px;
    }
}
@media (max-width: 1366px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 410px;
    }
}
@media (max-width: 1280px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 385px;
    }
}
@media (max-width: 1024px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 290px;
    }
}
@media (max-width: 991px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 375px;
    }
}
@media (max-width: 768px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 270px;
    }
}
@media (max-width: 450px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td:not(.bg) {
        height: 160px;
    }
}
@media (max-width: 350px) {
    .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider .slides>li, .top_slider_wrapp .flexslider .slides>li .banner_bg, .top_slider_wrapp .flexslider .slides>li td {
        height: 120px;
    }
}
@media (max-width: 991px) {
    .wraps>.wrapper_inner.front {
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    .wraps>.wrapper_inner.front {
        padding-top: 10px;
    }
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px){
    body .top_slider_wrapp .flexslider .slides>li .banner_bg {
        background-size: contain;
    }
}
.manager {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    background: #f2f5f9;
    color: #383838;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 18px;
    /*border: 1px solid #f2f2f2;*/
    border-radius: 10px;
    text-align: center;
}
.manager_left {
    box-shadow: none;
    background: none;
    color: #383838;
    margin-bottom: 25px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    text-align: center;
}
.discountclient {
    display: inline-block;
    background: #f2f5f9;
    color: #383838;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    width: fit-content;
}
@media (max-width: 380px) {
    .catalog_detail .element_detail_text .price_txt {
        display: block;
    }
}
body .tabs_slider .catalog_item .inner_wrap {
    padding: 5px;
}
.catalog_block .catalog_item {
    padding: 5px;
}
.ajax_load.block .counter_wrapp {
    white-space: normal;
    margin-left: 0px;
    margin-right: 0px;
}
.bx_filter .bx_filter_select_block, .common_select .common_select-link {
    max-width: 323px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hidden_name {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cost.prices .price_name:first-of-type {
    display: inline-block;
}
@media (min-width: 992px) {
    .sklad-basket {
        display: none;
    }
}
@media (max-width: 460px) {
    #mobileheader .logo, #mobileheader .logo svg {
        max-width: 112px;
    }
}
@media (max-width: 400px) {
    #mobileheader .wrap_cabinet, body #header ul.menu.full.opened li:hover .child, body #header ul.menu.full.opened li:hover .space, body #header ul.menu.full>li.stretch {
        display: none;
    }
}

/*Добавление товаров в корзину в строке поиска*/

#main > div.title-search-result.title-search-input.fixed_type > div > div > div > div.bx_item_element > div.counter_wrapp {
    display: flex;
    width: fit-content;
    justify-content: space-between;
    min-height: 60px;
    align-items: flex-start;
}

#main > div.title-search-result.title-search-input.fixed_type > div > div > div > div.bx_item_element > div.counter_wrapp > div {
    display: flex;
}

#main > div.title-search-result.title-search-input.fixed_type > div > div > div > div.bx_item_element > div.counter_wrapp > a {
    margin: 0;
    width: 180px;
}

#main > div.title-search-result.title-search-input.fixed_type > div > div > div > div.bx_item_element > div.counter_wrapp > span {
    margin-right: 15px;
}

#main > div.title-search-result.title-search-input.fixed_type > div > div > div > div.bx_item_element > div.counter_wrapp > div {
    margin-right: 15px;
}

.btn.btn-default.in-cart, .btn.btn-default.in-cart:focus {
    background: #4fad00;
    border-color: #4fad00;
}

.bx_searche.scrollbar .price_group:first-child .price_name{
    display: none;
}

.bx_searche.scrollbar .bx_item_block .price_group{
    display: flex;
    align-items: baseline;
}

.bx_searche.scrollbar > div.bx_item_block > div.price_group > div.price_name{
    margin-top: 0px;
}

.sale-personal-section-index-block-ico i.load_orders{
    background: url(/bitrix/templates/aspro_next-2/images/Icon_smal_05.png) no-repeat;
}
.sale-personal-section-index-block {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 2px solid;
}
.sale-personal-section-index-block:hover {
    /*-webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);*/
    border-color: #08c;
}
.personal_wrapper .orders_wrapper .sale-order-list-container {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 10px;
}
.sale-personal-profile-list-container>tbody>tr>td, .sale-personal-profile-list-container>tbody>tr>th, .sale-personal-profile-list-container>tfoot>tr>th, .sale-personal-profile-list-container>thead>tr>td {
    color: #383838;
}

.mobile_regions .arrow{
    display: none !important;
}
.mobile_regions .dropdown{
    display: none !important;
}
.confirm_region.popup.show,
.top_mobile_region{
    display: none !important;
}


/*mobile*/
@media (max-width: 650px) {
    body .sort_header .sort_filter a span {
        display: block;
    }
    .sort_header .sort_filter a .icon, .sort_header.view_table .sort_filter a .icon {
        display: none;
    }
    .info_item .middle_info .buy_block .counter_wrapp {
        display: grid;
    }
    .info_item .middle_info .buy_block .counter_wrapp>div:not(.wrapp_one_click) {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .section_block .sections_wrapper .list .row>div {
        width: 50%;
    }
}
@media (max-width: 550px) {
    .rows_block:not(.slides) .item_block, .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block>div.item {
        width: 50%!important;
    }
    /*body .catalog_block.block_list .item_block {
        width: 50%;
    }*/
}

@media (max-width: 447px) {
    /*.bottom_slider .counter_block {
        height: 27px;
        width: 100%;
    }*/
    .bottom_slider .counter_wrapp {
        white-space: normal;
        margin-left: 0px;
        margin-right: 0px;
    }
    .bottom_slider .to-cart {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 11px;
    }
    .footer_button {
        min-height: 60px;
    }
    div > div.counter_wrapp {
        min-height: 60px;
    }
    .catalog_item .cost.prices {
        min-height: 47px;
        margin-top: 1px;
    }
    .sku_props {
        margin: 0 0 0px;
    }
    .ajax_load.block .counter_wrapp .button_block, .ajax_load.block .counter_wrapp .counter_block {
        margin: 0px 8px 0 0;
    }
    .catalog_block .article_block {
        font-size: 13px;
        max-height: 15px;
    }
    body .prices .price_matrix_block .price_group:first-of-type {
        margin-bottom: 1px;
    }
    body .prices .price_group {
        margin-top: 1px;
    }
    .stickers [class*=sticker_] {
        margin: 0 3px 6px;
        font-size: 8px;
        line-height: 10px;
        padding: 2px 2px 2px;
    }
    .catalog_item .item-title a, .catalog_item .item-title a span, .view-item .item-title a span {
        font-size: 13px;
    }
    /*.counter_block .minus, .counter_block .plus {
        line-height: 35px;
        height: 27px;
    }
    .counter_block {
        height: 27px;
        width: 55px;
    }
    .counter_block input[type=text] {
        height: 26px;
        padding: 2px 2px;
    }
    .item_block .to-cart {
        margin-top: 0px;
    }
     div > div.footer_button.inner_content > div.counter_wrapp > span {
        padding: 7px 2px 7px;
        font-size: 13px;
        line-height: 11px;
    }
    .small.in-cart.btn.btn-default.transition_bg {
        padding: 3px 26px 3px 2px;
    }
    .custom-delete-item:before {
        padding: 0px 12px 30px 13px;
    }
    .mobile .catalog_item .item_info {
        padding-bottom: 1px;
    }
    .counter_block input[type=text] {
        width: 22px;
    }
    .counter_block>span:before {
        background: url(/bitrix/templates/aspro_next-2/images/ai.png) -86px -191px no-repeat;
    }
    .counter_block .minus, .counter_block .plus {
        width: 17px;
    }
    .counter_block>span.plus:before {
        background-position: -57px -191px;
    }*/


    div.item-title a, div.item-title a span {
        line-height: 12px;
    }
    div.item-title {
        overflow: visible;
    }
}


.flexslider .counter_block input[type=text] {
    width: 22px;
}

/*end  mobile*/
section.toggle.active>label {
    background-color: #f4f4f4;
    border-color: #f68c1d;
}
section.toggle.active>label {
    color: #08c;
}
.label {
    font-size: 12px;
}
.banners-small .item .image {
    max-height: 290px;
}
/*
Смена картинки при наведении на товар
 */
.cs_mi_wrap{
    height: 100%;
}
.cs_mi_mask{
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.cs_mi_mask div{
    /*width: 24%;*/
    position: relative;
}
.cs_mi_mask div:after{
    content: "";
    display: block;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 95%;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.cs_mi_mask div.active:after{
    background: #0088cc;
}

@media screen and (max-width: 500px){
    .sale-personal-section-index-block-name {
        font-size: 14px;
    }
}
.catalog_detail .item_main_info .price {
    float: none;
}
.catalog_detail .price_matrix_block .price span {
    font-size: 15px;
}
.social-icons li a{
    background: url(/images/social.svg) -1px -190px no-repeat;
}
.soc-avt a i.telegram, .social-icons li.telegram a {
    background-position: -331px -331px;
}
.item-views .item .bottom-props>a:before {
    background: url(/images/social.svg)  no-repeat;
}
.item-views .item .bottom-props>a.social_skype:before{
    background-position: -331px -285px;
}
.item-views .item .bottom-props>a.social_whatsapp:before {
    background-position: -331px -238px;
}
.item-views .item .bottom-props>a.social_telegram:before {
    background-position: -331px -331px;
}
.personal-manager {
    color: #0088cc;
    text-decoration: underline;
    line-height: initial;
}
.personal-manager:hover {
    color: #0088cc;
}
.item-views .item {
    box-shadow: none;
}
.properties .inner-wrapper {
    padding: 0 16px 0px;
}
.properties {
    margin: 0 -15px 0px;
}
.registraion-page .main_info {
    width: 100%;
    padding: 38px 61px 25px 0;
    border-right: 0px solid #f2f2f2;
}
.blog.list-type-block.item-views .item>.image {
    width: 300px;
    height: 300px;
}
@media (max-width: 767px){
    .item-views.list.image_left .item .image, .item-views.list.image_left .item .text, .item-views.list.image_right .item .image, .item-views.list.image_right .item .text {
        padding: 0px 15px 0px 0;
    }
    .list-type-block.item-views.wide_img hr {
        margin: 15px 0;
    }
}

header#header .confirm_region{
    display: none !important;
}

.cs_blur_image{
    position: relative;
}
.cs_blur_image img{
    filter: blur(15px) !important;
}
.cs_blur_image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9090904d;
    left: 0;
    top: 0;
    z-index: 200;
}
.cs_blur_image:after{
    content: "";
    background: url(/images/18-plus.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 201;
}
.cs_blur_icon{
    position: relative;
}
.cs_blur_icon img{
    filter: blur(5px) !important;
}
.cs_blur_icon:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(144 144 144 / 0%);
    left: 0;
    top: 0;
    z-index: 200;
}
.cs_blur_icon:after{
    content: "";
    background: url(/images/18-plus.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 201;
}

.confirm_region.popup{
    display: none !important;
}
.image_wrapper_block, .image_wrapper_block a {
    height: 200px;
}
.access-closed{
    background: #d9534f;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: .25em;
}
.cs_blur_video{
    position: relative;
}
.cs_blur_video iframe{
    filter: blur(5px) !important;
}
.cs_blur_video:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(144 144 144 / 0%);
    left: 0;
    top: 0;
    z-index: 200;
}
.cs_blur_video:after{
    content: "";
    background: url(/images/18-plus.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 201;
}
.sale-info{
    background: #1976d2;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: .25em;
}
.sticker_8_marta{
    background-color: #f51071!important;
}
.auto-order-wrapp {
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 10px 0 #adadad80;
}
.auto-order-section {
    padding: 0 15px 30px 15px;
}
.auto-order-row {
    padding: 15px;
}
.auto-order-desc {
    background: #f3f3f3;
    height: 210px;
}
.auto-order-desc h2{
    margin: 0 0 10px 0;
    text-align: center;
}
.auto-order-button {
    text-align: center;
}
.auto-order-item-tr {
    display: table;
    min-width: 100%;
}
.auto-order-item-td {
    padding: 10px 0 10px 0;
    display: table-cell;
    border-top: 1px solid #e5e5e5;
}
.auto-order-item-table {
    min-width: 100%;
    margin-top: 15px;
}
.auto-order-item-table b {
    font-size: 18px;
}
.auto-order-item-text {
    padding: 0 10px;
}
.auto-order-total{
    font-size: 18px;
    margin-bottom: 20px;
}
.right_info .middle_info .choise {
    border-bottom: 1px dotted;
    cursor: pointer;
    position: relative;
}
.right_info .middle_info .choise:before {
    content: "\f107";
    position: absolute;
    right: -14px;
    top: 2px;
    font: 14px/1 FontAwesome;
}
.product-item-detail-tabs-container-fixed {
    display: none;
}
div.item-title {
    overflow: visible;
}
.viewed_product_block div.item-title{
    overflow: hidden;
}
#copy:hover {
    cursor: pointer;
    color: #000;
}
.personal_wrapper .orders_wrapper .sale-order-list-accomplished-title-container{
    background: #f2f5f9;
}
.stickers .sticker_chernaya_pyatnitsa{
    background-color: #000000;
    color: #ffc904;
}
.stickers .sticker_new_year{
    background-color: red;
    color: #fff;
}
.stickers .sticker_14_fevralya{
    background-color: #ed0dd9;
    color: #fff;
}
#basket-root .basket-checkout-container{
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    padding: 15px;
}
.sale-order-detail-about-order-inner-container-repeat-button{
    width: 100%;
}
.popup {
    max-width: 830px;
}
.bx_searche .bx_item_block {
    line-height: 20px;
}
.cost.prices .price {
    display: inline-block;
}
.bx_searche .product-name{
    display: block;
    margin-bottom: 10px;
}
.bx_searche .all_result .bx_item_element{
    margin-top: 20px;
}
.dop_stikers{
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 3;
}
.catalog_detail .item_main_info .dop_stikers {
    position: absolute;
    top: 1px;
    z-index: 3;
    top: 40px;
    left: 370px;
}
.catalog_detail .item_main_info .dop_stikers .stiker_video,
.catalog_detail .item_main_info .dop_stikers .stiker_no_sale,
.catalog_detail .item_main_info .dop_stikers .stiker_chestnyi_znak{
    display: inline-block;
}
.dop_stikers .stiker_video span,
.dop_stikers .stiker_no_sale span,
.dop_stikers .stiker_chestnyi_znak span{
    display: block;
    background: #fff;
    border-radius: 20px;
}
.dop_stikers .stiker_video i{
    width: 25px;
    height: 25px;
    display: block;
    background: url(/images/video-play25.svg) 0 0 no-repeat;
}
.dop_stikers .stiker_no_sale i{
    width: 30px;
    height: 30px;
    display: block;
    background: url(/images/no_sale25х25.svg) 0 0 no-repeat;
}
.dop_stikers .stiker_chestnyi_znak i{
    width: 45px;
    height: 45px;
    display: block;
    background: url(/images/43_logoblock_inv_vert.svg) 0 0 no-repeat;
}

.item_slider .like_icons .stiker_video span i:before{
    background: url(/images/video-play25.svg) 2px 2px no-repeat;
}
.item_slider .like_icons .stiker_no_sale span i:before{
    background: url(/images/no_sale25х25.svg) 2px 2px no-repeat;
}
.item_slider .like_icons .stiker_chestnyi_znak span i:before{
    background: url(/images/43_logoblock_inv_vert.svg) 6px 0px no-repeat;
}
.catalog_detail .item_slider .like_icons {
    top: 10px;
    right: 0px;
}
.js_add_all_products_btn{
    margin-bottom: 20px;
}
.landings_list {
    margin: 0 0 15px 0;
}
.landings_list3 a {
    background-color: #f5f5f5;
    color: #666;
    border-radius: 4px;
    font-size: .9286em;
    float: left;
    padding: 3px 11px 4px;
    margin-bottom: 7px;
    margin-right: 7px;
}
.landings_list3 a:hover {
    color: #fff;
}
.landings_list3 a:hover, .landings_list3 a.active {
    background-color: #0088cc;
}
.use-bior__main-block {
    margin-bottom: 24px;
}
.use-bior__main-block .grid-list {
    display: grid;
    gap: 24px;
    /* grid-template-columns: repeat(auto-fill,minmax(350px,1fr)); */
}
@media (min-width: 601px){
    .use-bior__main-block .grid-list--items-3-601 {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (min-width: 769px){
    .use-bior__main-block .grid-list--items-4-768 {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (min-width: 991px){
    .use-bior__main-block .grid-list--items-4-992 {
        grid-template-columns: repeat(4,1fr);
    }
}
@media (min-width: 1201px){
    .use-bior__main-block .grid-list--items-5-1200 {
        grid-template-columns: repeat(5,1fr);
    }
}

.use-bior__main-block .grid-list__item {
    min-width: 0;
}
.use-bior__main-block .shadow-no-border-hovered {
    transition: box-shadow ease .3s,border ease .3s,background ease .3s;
}
.use-bior__main-block .bordered {
    border: 1px solid #ededed;
}
.use-bior__main-block .shadow-no-border-hovered {
    transition: box-shadow ease .3s,border ease .3s,background ease .3s;
}
.use-bior__main-block .shadow-hovered {
    transition: box-shadow ease .3s,background ease .3s;
}
.use-bior__main-block .use-bior__main-link {
    position: relative;
    overflow: hidden;
    padding: 27px;
    height: 100%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.use-bior__main-block .item-link-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.use-bior__main-block .use-bior__main-link__image {
    margin: 0 0 20px 0;
    height: clamp(24px,2vw,32px);
    width: clamp(24px,2vw,32px);
}
.use-bior__main-block .shadow-no-border-hovered:hover {
    border-color: #fff;
    background-color: #fff;
}

.use-bior__main-block .shadow-hovered:hover {
    box-shadow: 0 5px 30px rgba(34,34,34,.1);
    z-index: 1;
}
.use-bior__main-block .shadow-no-border-hovered:hover {
    border-color: #fff;
    background-color: #fff;
}
#header .phone-block .dropdown,
footer .phone .dropdown {
    display: none;
}
.cabinet-dropdown{
    font-size: inherit;
}
.logo_and_menu-row .personal-link.with_dropdown .name {
    max-width: inherit;
}
.wrapper1.without-delay ~ .basket_wrapp .basket_fly .wish_count {display:none;}
.wrapper1.without-delay header .basket_wrap .basket-link.delay{display:none;}
.wrapper1.without-delay #headerfixed .basket-link.delay{display:none;}
.wrapper1.without-delay ~ .basket_bottom_block .basket-link.delay{display:none;}
body .wrapper1.without-delay header .baskets .basket-link.delay{display:none;}
.wrapper1.without-delay header .wrap_basket .basket-link.delay{display:none;}
.wrapper1.without-delay header .wrap_icon .basket-link.delay{display:none;}
.wrapper1.without-delay #mobileheader .basket-link.delay{display:none;}
.wrapper1.without-delay ~ .basket_wrapp .basket_fly .module-cart table td.delay-cell{display:none;}

#header .wrapp-cabinet-menu:hover .cabinet-dropdown, #headerfixed .inner-table-block:hover .cabinet-dropdown {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-in,visibility .2s ease-in;
}

@media screen and (min-width: 600px) {
    body .ajax_load.block .counter_wrapp {
        padding: 0 0 0 0;
    }
}
html:not(.mobile) .catalog_block .catalog_item_wrapp .footer_button,
html:not(.mobile) .catalog_block_slider .catalog_item .footer_button,
html:not(.mobile) .viewed_slider .tabs_slider .catalog_item .footer_button,
html:not(.mobile) .bottom_slider.specials .tabs_slider .catalog_item .footer_button{
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    position: inherit;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
.info_item .middle_info .buy_block .counter_wrapp>div:not(.wrapp_one_click) {
    margin-bottom: 4px!important;
}
html:not(.mobile) .bottom_slider.specials .tabs_slider .catalog_item .footer_button,
html:not(.mobile) .viewed_slider .tabs_slider .catalog_item .footer_button {
    padding-bottom: 8px;
}
.catalog_block .counter_wrapp {
    padding-top: 15px;
}
.fast_view_frame.popup .catalog_detail .counter_wrapp {
    display: inherit;
}
.fast_view_frame .catalog_detail .in-cart {
    width: 100%;
}
body .ajax_load.table .btn.btn-default,
body .ajax_load.list .counter_wrapp.more .btn.btn-default {
    width: unset;
}
@media (min-width: 768px) {
    .bx_filter.compact .bx_filter_parameters_box.prop_type_L .bx_filter_parameters_box_container {
        max-height: 239px;
        overflow-y: auto;
    }
}
.item-views.table-elements .item .image img {
    height: unset;
}
@media screen and (max-width: 991px), projection and (max-width: 991px), tv and (max-width: 991px), handheld and (max-width: 991px) {
    #polygraphy .adaptive_filter {
        display: contents;
    }
}
.news_akc_block_bufwar .slides .item .img {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
footer .footer-light .phone:before {
    background-position: -185px -58px;
}
footer .footer-light .info .email:before{
    background-position: -221px -35px;
}
footer .footer-light .info .address:before{
    background-position: -203px -57px;
}
body .tabs_slider .catalog_item{
    padding: 5px;
}


/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */
.news_akc_block_bufwar .item_block .img img{
    max-width: 100%;
}
.ajax_load .js_add_all_products_btn .cnt_add_all {
    display: inline;
}
.catalog_detail .item_main_info .stickers {
    top: 0px;
    left: 0px;
}
.sale-order-detail-payment-options-shipment-button-container{
    margin-top: 10px;
    text-align: left;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    width: max-content;
    margin-top: 5px;
}

.dropdown-item {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}
.stickers .sticker_chestnyy_znak {
    background-color: #ffc438;
    color: #1d2029;
}
.search-page-wrap .form-control {
    width: 100%;
    margin: 0px 10px 20px 0px;
}
.search-page-wrap .btn {
    /* text-transform: uppercase; */
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-page-wrap {
    padding-bottom: 30px;
}
body .logo_and_menu-row .wrap_icon.baskets:first-of-type {
    display: none;
}
.js-show-info-block {
    cursor: default;
}
.item-stock.js-show-stores .value {
    border-bottom: none;
}