/*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;  }*/
/* Делаем текст на всех кнопках-ссылках черным */
.btn,
.btn a,
a.btn {
    color: #000000 !important;
}

/* Чтобы при наведении цвет не менялся на белый */
.btn:hover,
.btn a:hover {
    color: #000000 !important;
}


/* Делаем иконку конверта чёрной */
.icons-basket-wrapper .btn .svg svg path,
.icons-basket-wrapper .btn .svg path,
.svg.colored svg path {
    fill: #000000 !important;
}

/* Если иконка использует stroke вместо fill */
.icons-basket-wrapper .btn .svg svg path,
.icons-basket-wrapper .btn .svg path {
    stroke: #000000 !important;
    fill: #000000 !important;
}



/* Все кнопки с классом btn */
.btn,
.btn.btn-default,
.btn.btn-sm,
.btn.btn-xs {
    border-color: #000000 !important;
    border-width: 2px !important;
}

/* При наведении (hover) тоже чёрная обводка */
.btn:hover,
.btn.btn-default:hover,
.btn.btn-sm:hover {
    border-color: #000000 !important;
}

/* Для кнопок с жёлтым фоном */
.btn.btn-default {
    border-color: #000000 !important;
    border-width: 2px !important;
}

/* ===== ФУТЕР - БЕЛЫЙ ТЕКСТ, БЕЗ ЖЁЛТОГО ПРИ НАВЕДЕНИИ ===== */

/* Все ссылки в футере - белые всегда */
footer a,
footer .bottom-menu a,
footer .wrap a,
footer .bottom-menu .item .title a {
    color: #ffffff !important;
}

/* При наведении - тоже белые (НЕ жёлтые!) */
footer a:hover,
footer .bottom-menu a:hover,
footer .wrap a:hover,
footer .bottom-menu .item .title a:hover,
footer .bottom-menu .item .title a:focus,
footer .bottom-menu .item .title a:active {
    color: #ffffff !important;
}

/* Заголовки в футере */
footer .bottom-menu .item .title {
    color: #ffffff !important;
}

/* Ссылки в списках (подкатегории) */
footer .bottom-menu .item .menu a {
    color: #ffffff !important;
}

footer .bottom-menu .item .menu a:hover {
    color: #ffffff !important;
}

/* ===== КАТАЛОГ - СИНИЕ ССЫЛКИ ВМЕСТО ЖЁЛТЫХ ===== */

/* Ссылки в списке категорий каталога */
.catalog_section_list .section_item li.sect a,
.catalog_section_list .section_item li.sect a:hover,
.catalog_section_list .section_item li.sect a:focus,
.catalog_section_list .section_item li.sect a:active {
    color: #0267ad !important;
}

/* Все ссылки в каталоге */
.catalog_section_list a,
.catalog_section_list a:hover {
    color: #0267ad !important;
}

/* Если есть подкатегории */
.catalog_section_list .section_item .sect a {
    color: #0267ad !important;
}

.catalog_section_list .section_item .sect a:hover {
    color: #0267ad !important;
}


body {
    --menu-bg: #0051A1;

}

p.acenter.twoimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
p.acenter.twoimg img {
    height: 190px;
    max-width: 100%;
    margin: 0;
}
.op_c_wrapper:after,
.op_c_wrapper:before {
    clear: both;
    display: table;
    height: 0;
    content: '';
}
.op_c_head {
    font-weight: bold;
    font-size: 20px;
}
.op_c_item {
    width: 50%;
    display: inline-block;
    padding-bottom: 30px;
}
.op_c_item_name {
    font-size: 16px;
    font-weight: 700;
}
.op_c_item_phone {
    font-size: 16px;
    line-height: 25px;
}
.op_c_item_mail {
    font-size: 16px;
}
.op_c_items {
    font-size: 0;
}
.op_c_head {
    padding-bottom: 10px;
}
a.head_mail {
    color: #000;
    transition: all 0.3s ease;
}
a.head_mail:hover {
    color:var(--fill_dark_light_hover);
}
@media screen and (max-width: 500px) {
    .op_c_item {
        width: 100%;
        display: inline-block;
        padding-bottom: 15px;
    }
    .op_c_wrapper {
        margin-top: 20px;
    }
}
.callback-modal-link{
    margin: 0 15px;
    color: #000000 !important;
}
.callback-modal-link:hover{
    color: #ffffff !important;
}
.footer_callback_wrap{
    margin-left: 0px !important;
}
.footer_callback_wrap .callback-modal-link{
    margin: 15px 0;
}
header .social-block{
    margin-left: 15px;
}
header .social-icons{
    display: flex;
}
header .info .social-icons ul {
    padding: 0;
}
header .social-icons ul {
    position: relative;
    display: inline-block;
    padding: 0px;
    background: #333;
    background: var(--d1b_dark_light);
    z-index: 1;
}
header .social-icons ul li.vk a {
    background-position: -7px -194px;
}
header .social-icons li.ytb a{
    background-position: -101px -336px;
}
header .social-icons li.whats a{
    background-position: -336px -242px;
}
header .social-icons ul li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 0;
}
header .social-icons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    opacity: .5;
    border: 1px solid rgba(255, 255, 255, .2);
    /*background: url(/bitrix/templates/aspro_max/css/../images/svg/social.svg) 0 0 no-repeat;*/
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
  /*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;  }*/

body {
    --menu-bg: #0051A1;

}

p.acenter.twoimg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
p.acenter.twoimg img {
    height: 190px;
    max-width: 100%;
    margin: 0;
}
.op_c_wrapper:after,
.op_c_wrapper:before {
    clear: both;
    display: table;
    height: 0;
    content: '';
}
.op_c_head {
    font-weight: bold;
    font-size: 20px;
}
.op_c_item {
    width: 50%;
    display: inline-block;
    padding-bottom: 30px;
}
.op_c_item_name {
    font-size: 16px;
    font-weight: 700;
}
.op_c_item_phone {
    font-size: 16px;
    line-height: 25px;
}
.op_c_item_mail {
    font-size: 16px;
}
.op_c_items {
    font-size: 0;
}
.op_c_head {
    padding-bottom: 10px;
}
a.head_mail {
    color: #000;
    transition: all 0.3s ease;
}
a.head_mail:hover {
    color:var(--fill_dark_light_hover);
}
@media screen and (max-width: 500px) {
    .op_c_item {
        width: 100%;
        display: inline-block;
        padding-bottom: 15px;
    }
    .op_c_wrapper {
        margin-top: 20px;
    }
}
.callback-modal-link{
    margin: 0 15px;
    color: #000000 !important;
}
.callback-modal-link:hover{
    color: #ffffff !important;
}
.footer_callback_wrap{
    margin-left: 0px !important;
}
.footer_callback_wrap .callback-modal-link{
    margin: 15px 0;
}
header .social-block{
    margin-left: 15px;
}
header .social-icons{
    display: flex;
}
header .info .social-icons ul {
    padding: 0;
}
header .social-icons ul {
    position: relative;
    display: inline-block;
    padding: 0px;
    background: #333;
    background: var(--d1b_dark_light);
    z-index: 1;
}
header .social-icons ul li.vk a {
    background-position: -7px -194px;
}
header .social-icons li.ytb a{
    background-position: -101px -336px;
}
header .social-icons li.whats a{
    background-position: -336px -242px;
}
header .social-icons ul li {
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    padding: 0;
}
header .social-icons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    opacity: .5;
    border: 1px solid rgba(255, 255, 255, .2);
    /*background: url(/bitrix/templates/aspro_max/css/../images/svg/social.svg) 0 0 no-repeat;*/
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    filter: grayscale(100%);
}
header .social-icons ul li a:hover {
    filter: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .social-block .social-icons {
        margin: 0px;
    }
}
.inline-email-block i{
    display: none;
}
@media (max-width: 1400px){
    header .social-block{
        display: none;
    }
}
.flex-footer-logo-image {width: 200px;flex: none;}
.flex-footer-logo-image img {
    max-width: 100%;
}
.flex-footer-logo {
    display: flex;
    gap: 40px;
    align-items: center;
}
.flex-footer-logo-descriptor-bold {
    font-size: 18px;
    color: #ffe51f;
}
.flex-footer-logo-descriptor-small {
    font-size: 12px;
    color: #fff;
}
.flex-footer-logo-descriptor {
    padding-right: 30px;
    max-width: 100%;
}
.d-flex {
    display: flex;
}
.yandex-in-footer-wrapper
{
    justify-content: flex-end;
}
.pt-5 {
    padding-top: 2.5em;
}
.btn {
    font-weight: bold!important;
}
ul.nav.nav-tabs li a {
    font-weight: bold;
}
.preview-text&gt;div {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
/*
.price.font-bold.font_mxs {
    font-size: 2em!important;
    color: #000;
}*/
@media (max-width: 992px){
    .flex-footer-logo 
    {
        flex-wrap: wrap;
    }
    .yandex-in-footer-wrapper
    {
        justify-content: center;
    }
    .flex-footer-logo-image {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .flex-footer-logo-image img{
        max-width: 200px;
    }
}
.catalog_item_wrapp .price.font-bold.font_mxs {
        font-size: 14px!important;
}
.quantity_block_wrapper_new {
    margin-bottom: 10px;
    margin-left: 15px;
    padding-top: 10px;
}
.bx_filter_vertical input[type="checkbox"] + label:after, .filter input[type="checkbox"] + label:after, .bg_block:after
{
    border: 1px solid black;
}
/*.bx_filter_vertical input[type="checkbox"]:checked + label:after, .filter input[type="checkbox"]:checked + label:after
{
    border: 0;
}*/
.bx_filter_vertical input[type="checkbox"]:checked + label:after, .filter input[type="checkbox"]:checked + label:after
{
        box-shadow: none;
    background: url(/bitrix/templates/aspro_max/images/svg/content_icons.svg) -87px 1px no-repeat;
    margin: 0px 0px 0px 0px;
    width: 21px;
    height: 21px;
}
@media (min-width: 992px) {
    .item-views.news2.md .item-wrapper .item .image span {
        height: 161px;
    }
}
body &gt; .wrapper1 {
    background-color: #f7f7f7;
}
.bx_filter.bx_filter_vertical {
    background: #fff;
}
.section-compact-list .col-lg-3.col-md-4.col-xs-6.col-xxs-12{
    background: #fff;
}
.tag_relink {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 50px;
}
.tag_relink&gt;div&gt;a {
border: 1px solid;
    padding: 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
    color: var(--white_text_black);
    transition: all 0.3s ease;
}
.tag_relink&gt;div&gt;a:hover
{
    background-color: #ffe100;
    box-shadow: inset 0 0 3px #000;
}
.old_site {position: absolute;top: 10px;right: 0;}
.old_site_mobile a {
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    background: var(--black_bg_black);
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 19px;
}
header .email.blocks a {
    color: #222;
}
header .social-icons ul li a {
    filter: unset;
}
.product-container .product-view--mix .product-info
{
    background: #fff;
}
td.basket-items-list-item-picture {
    background: #fff;
}
.basket-item-block-image.hidden-xs a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: none;
}
.basket-item-block-image.hidden-xs a img {
    display: block;
    margin: 0 auto;
}
.basket-item-block-image.hidden-xs {
    width: 100%;
    max-width: unset;
}
.basket-item-block-image.hidden-xs a {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}
@media screen and (min-width:992px)
{
    .basket-items-list-table
    {
        margin-left: 0;
        margin-right: 0;
    }
}/*
.sticky-sidebar__inner {
    background: #fff;
}
*/
.sticky-sidebar__inner .form-action {
    background: #fff;
}
.item-views.list-type-block .items .item_wrap:not(:hover) {
    background: #fff;
}
div#bx-soa-basket {
    background: #fff;
}
#bx-soa-order-form .btn.btn-default {
    background: #ffe100;
    border-color: #ffe100;
    color: #222;
}
#bx-soa-order #bx-soa-orderSave a
{
    color: #222;
}
#bx-soa-order #bx-soa-orderSave a
{
    color: #222;
}
.personal_wrapper .orders_wrapper .sale-order-list-inner-row&gt;div&gt;a {
    background: #ffe100;
    color: #222 !important;
}
a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
    background-position: center -70px;
}
.fancybox-is-open svg:hover use, body#main .colored_theme_hover_text:hover svg use, body#main .colored_theme_text_with_hover:not(:hover) .svg svg use
{
    fill:#222;
}
.opener &gt; div:not(:hover) svg use {
    fill: #333 !important;
}
.bx-blue .btn.btn-default {
    outline: 0;
    background-color: #1485ce;
    border-color: #1485ce;
    color: #000;
}
.btn.btn-transparent-border-color {
    border-color: hsla(initial, initial, initial,.35);
    color: #333;
}
.basket-wrapper-bd .bigdata_recommended_products_items .block-item__wrapper:hover .btn
{
    color: #222;
}
.custom-copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.spoiler_head {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 15px;
    cursor: pointer;
    text-decoration: underline;
    border: 1px solid;
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.spoiler_wrapper {
    background: #eee;
    padding-top: 10px;
}
.spoiler_body {
    display: none;
}
.spoiler_head {
    position: relative;
}
.spoiler_head:after {
    position: absolute;
    border: 7px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    content: '';
    right: 10px;
    top: 9px;
}
.spoiler_head.active:after {
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 7px solid #000000;
    display: block;
    content: '';
    right: 10px;
    top: 1px;
}
.side-news__list.box-shadow
{
    background: #fff;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost {
    display: none;
}
.header-main-icons-low-paddings .basket-link {
    padding-left: 10px;
    padding-right: 10px;
}
.pop_message-text {background: #fff;padding-left: 60px;padding-top: 10px;padding-bottom: 10px;background-repeat: no-repeat;background-position: 10px center;background-image: url(/upload/fire.svg);background-size: 40px;margin-top: 20px; border:1px solid #222;}
.pop_message-text__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}
.pop_message-text__content {
    font-size: 14px;
    line-height: 19px;
}
span.success_text {
    display: inline-block;
}
.top_yellow_line {
    text-align: center;
    background: #ffe100;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
}
.wrap_tizer.light_text .text {
    border: 1px solid;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 4px;
    background: #00000063;
}
@media screen and (max-width: 991px){
    .breadcrumbs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px)
{
    .basket-item-block-info.basket_prod_name {
        padding-left: 10px!important;
    }
    .item_quantity_basket {margin-top: 7px;}
}
.flex-advant {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 30px;
}
.advantage_item_head {
    font-size: 60px;
    font-weight: bold;
    color: #111;
    line-height: 1em;
    padding-top: 10px;
}
.advantage_item_text {
    font-size: 16px;
    margin-top: 10px;
}
.advantage_item {
    background-image: url(/images/advantages_bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    width: 330px;
    max-width: 100%;
    padding-left: 20px;
}
@media screen and (max-width: 1200px){
    .flex-advant {
        flex-wrap: wrap;
    }
}
/*
@media screen and (max-width: 767px)
{
    .my_custom_sec_block
    {
        margin-top: 10px;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
    }
}*/
ul.banner_markered li {
    font-size: 24px;
    font-weight: bold;
    list-style: disc;
}
.banner_green_markered{
    position: relative;
    display: block;
}
.banner_green_markered li{
    display: block;
    position: relative;
    list-style: none;
    font-size: 24px;
    font-weight: 700;
    z-index: 200;
    margin-left: 26px;
    padding-left: 5px;
}
.banner_green_markered li:before{
    content: '' !important;
    position: absolute;
    background: url('/images/icons/green_marker.svg') no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.banner_green_markered li.no-before:before{
    display: none !important;
}
@media screen and (min-width: 1024px)
{
    .top_slider_wrapp .main-slider .banner_title .head-title {
        font-size: 4.2666em;
        line-height: 1.15em;
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 1023px)
{
    ul.banner_markered li {
        font-size: 13px;
        font-weight: bold;
        list-style: disc;
        text-align: left !important;
        line-height: 14px;
        display: none;
    }
    .banner_green_markered{
        display: none;
    }
    body .top_slider_wrapp .main-slider__item td.text * {text-align:left}
}
/* COOKIES */
.cookie-msg {
    display: none;
    left: 10px;
    background-color: #000000bf;
    position: fixed;
    bottom: 10px;
    width: 420px;
    font-size: 14px;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    z-index: 99999;
    }
.cookie-msg a {
    text-decoration: underline;
    color: #fff;
}
    .cookie-text {
        padding: 15px 5px 10px 5px;
        font-size: 12px;
        line-height: 125%;
    }
    .cookie-msg-close-desktop {
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #333;
    background-color: #ffe100;
    height: 26px;
    line-height: 23px;
    padding: 0 10px;
    width: 103px;
    margin: 0 auto;
    color: #333;
    }
    .cookie-text a {
        color: #fff;
    }
    #acept_cookie {
        cursor: pointer;
    }
}
@media only screen and (max-width:600px) {
    .cookie-msg {
        width: 375px;
        height: 100px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
    }
    .cookie-text {
        font-size: 10px;
    }
    .cookie-msg-close-desktop {
        font-size: 12px;
        line-height: 18px;
        width: 95px;
        height: 19px;
    }
}
.main-slider__item .text {
    width: 90%;
}
.item-stock .icon{
    background: #8d8d8d;
}
.item-stock .value{
    color: #8d8d8d;
}
.img-right, .right-img{
    float: right;
    width: 350px;
    max-width: 100%;
    margin: 0 0 10px 20px;
}
@media (max-width: 480px){
    .img-right, .right-img{
        float: none;
        width: 100%;
        margin: 10px 0;
    }
}
.product-container-alter .ajax_load_btn,
.product-container-seealso .ajax_load_btn{
    display: none;
}
.product-container-alter{
    margin-bottom: 40px;
}
@media (max-width: 550px){
    .drag-block.REVIEWS .preview-text{
        min-height: 280px;
    }
    .drag-block.MAPS .wrapper_block.with_title .block_container,
    .drag-block.MAPS .map_type_2 .with_title .block_container .items {
        max-height: 100%;
    }
}
.top-content-block .search-page-wrap input[type="text"],
.top-content-block .search-page-wrap button,
.top-content-block .search-page-wrap button:hover{
    border: 1px solid #333;
}
#bx-soa-order #bx-soa-region .bx_soa_location .radio-inline{
    background: none;
}
.product-container-reviews,
.product-container-brands{
    margin-top: 40px;
}
.product-container-brands .item-views.brands .list .item{
    width: auto;
}
.header-wrapper{
    background: #fff;
}
.product-info-wrapper .product-info{
    background: #fff;
}
.form-control.captcha-row{
    display: none;
}
/* MUFTY BANNER */
#bx_2875157043_148252 .banner_title .head-title{
    text-transform: uppercase;
    font-size: 104px;
}
#bx_2875157043_148252 .rounded-yellow{
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    background: #FDE001;
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 15px;
}
#bx_2875157043_148252 .banner_green_markered li{
    font-size: 18px;
}
#bx_2875157043_148252 .banner_title .section{
    background: #F40504;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px 0px;
    opacity: 1;
    width: 140px;
    border-radius: 35px;
    text-align: center;
    margin-bottom: 0px;
}
@media (max-width: 1024px){
    #bx_2875157043_148252 .banner_title .head-title{
        font-size: 26px;
    }
    #bx_2875157043_148252 .rounded-yellow{
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .linked-banners-list .banners-slider #bx_1373509569_156408.banner.item span {
        min-height: 215px;
        background-size: contain;
    }
}
/* BLOCK PARTNERS ON MAIN */
.front-partners-wrapper{
    display: flex;
    flex-wrap: nowrap;
    background: linear-gradient(90.06deg, #5E666C 0.04%, #757C84 11.88%, #494F55 64.96%);
    margin-bottom: 50px;
}
.front-partners-inner-l{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 30%;
}
.front-partners-inner-r{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 50px 30px 30px;
    width: 70%;
}
.front-partners-hdr{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #F7F7F7;
}
.front-partners-inner-r ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    list-style: circle;
    list-style-type: circle;
}
.front-partners-inner-r ul li{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #F7F7F7;
    margin-top: 0px;
    list-style: url('/images/yellow_dot.svg');
}
.front-partners-inner-r ul li:before{
    display: none;
}
.front-partners-wrapper .btn{
    max-width: 200px;
}
@media (max-width: 1200px){
    .front-partners-inner-r{
        padding: 30px;
    }
}
@media (max-width: 991px){
    .front-partners-inner-r ul{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .front-partners-inner-l{
        width: 40%;
    }
    .front-partners-inner-r{
        width: 60%;
    }
}
@media (max-width: 767px){
    .front-partners-inner-l{
        order: 1;
    }
    .front-partners-inner-l img{
        width: 100%;
    }
}
@media (max-width: 600px){
    .front-partners-inner-l{
        display: none;
    }
    .front-partners-inner-r{
        width: 100%;
    }
}
.detail_services_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}
.detail_services_inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    width: 190px;
}
.detail_services_img{
    text-align: center;
}
.detail_services_img img{
    max-width: 100%;
    height: 50px;
}
.detail_services_text{
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    min-height: 60px;
}
@media (max-width: 1400px){
    .detail_services_wrap{
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    .detail_services_inner{
        min-width: 190px;
        margin-right: 20px;
    }
}
.boring-table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
}
.boring-table th, .boring-table td{
    padding: 10px 15px;
    border: 1px solid #ddd;
}
.boring-table th{
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #666;
}
.boring-table td{
    padding: 0px 10px;
}
.boring-table .footer_button_new{
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    visibility: visible;
}
.boring-table .counter_wrapp{
    padding: 0px;
}
.hidden-table-wrapper{
    display: none;
}
@media (max-width: 767px){
    .boring-table .button_block{
        display: block;
        margin: 0 auto;
    }
    .boring-table .footer_button_new{
        display: block;
    }
    .boring-table .button_block .btn-exlg_new.to-cart,
    .boring-table .button_block .btn-exlg_new.in-cart{
        width: 100%;
        margin-top: 3px;
        padding: 8px;
    }
    .boring-table .counter_block:not(.big),
    .boring-table .counter_block:not(.big) input[type="text"]{
        height: 30px;
    }
}
/* NEW DETAIL STYLES AND BLOCKS */
.char-side__title_detail{
    font-weight: bold;
}
.showmorelink:hover{
    color: #ffe100;
    transition: .3s;
}
.current-viewed-wrap{
    padding: 10px;
    background: #FFFBDA;
}
.current-viewed-inner{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-left: 50px;
}
.current-viewed-inner:before{
    content: '';
    position: absolute;
    background: url('/images/viewed_eye.png') no-repeat;
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}
.current-viewed-count{
    font-weight: bold;
}
/* NEW DETAIL DESIGN */
.shadowed-block-top{
    background: #ECECEC;
    padding: 10px 30px;
    margin: -20px;
    margin-bottom: 0px;
}
.top-quantity-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.top-quantity-hdr{
    font-weight: bold;
    color: #49c056;
}
.top-quantity-box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
}                                       
.top-quantity-box .item-stock &gt; span{
    line-height: 20px;
}
.top-quantity-box svg rect{
    fill: #49c056;
}
.top-quantity-box.gray svg rect{
    fill: #8d8d8d;
}
.top-quantity-box .store_view{
    border-bottom: 0px !important;
    color: #333;
}
.top-quantity-box .icon{
    display: none;
}
.percent-discount-wrap .props_list td.char_name{
    width: 80%;
}
.percent-discount-wrap .props_list td.char_value{
    width: 20%;
}
.get-opt-wrap a{
    display: block;
    border: 1px solid #FFE100;
    background: #FFE10066;
    padding: 12px 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    margin: 0px;
}
.get-opt-wrap a:hover{
    background: #ffe100;
    transition: .4s;
}
.dashed-wrap {
    margin-top: 20px;
}
.dashed-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.dashed-inner &gt; div {
  padding: 6px;
  overflow: hidden;
}
.dashed-inner &gt; div:nth-child(odd) {
  position: relative;
  flex: 1;
}
.dashed-inner &gt; div:nth-child(odd)::after {
  content: '\00a0';
  position: absolute;
  top: 50%;
  transform: translatey(-73%);
  width: 100%;
  margin-left: 6px;
  font: inherit;
  border-bottom: 1px dotted #999999;
}
.dashed-inner span.green{
    color: #24A236;
    font-size: 14px;
}
.percent-discount-wrap.shadowed-block{
    border-top: 0px;
}
.product-info.product-info--type2 .shadowed-block .prices_block{
    padding: 10px;
    color: #000;
}
.product-view--type2 .product-action .middle-info-wrapper{
    margin-bottom: 0px;
    padding-bottom: 15px;
}
body .product-container.catalog_detail .calculate-delivery{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
body .product-container.catalog_detail .product-action .shadowed-block{
    padding: 10px 20px 0;
    box-shadow: unset;
}
body .product-container.catalog_detail .info_item{
    box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.12);
}
body .product-container.catalog_detail .wrapp-one-click{
    margin-top: 10px;
}
body .product-container.catalog_detail .prices_block .item-stock{
    display: none;
}
body .product-container.catalog_detail .price_txt{
    margin-top: 20px !important;
}
.current-make-wrap{
    background: #cd2229;
    margin-bottom: 12px;
    color: #ffffff;
    padding: 4px 12px;
    font-weight: bold;
    display: inline-block;
}
.current-make-wrap.section-make{
    display: block;
    padding: 2px 6px 0;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 12px;
}
@media (max-width: 480px){
    .current-make-wrap.section-make{
        font-size: 10px;
    }
}
.top-make-wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.top-make-hdr{
    font-weight: bold;
    color: #cd2229;
}
.top-make-box{
    position: relative;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    color: #333333;
}
.top-make-box svg rect{
    fill: #cd2229;
}
/* /NEW DETAIL DESIGN */

.product-container .detail-gallery-big__picture{
  position: relative;
}

/* бейдж */
.product-container .detail-top-brand-badge{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  max-width: 70%;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-container .detail-top-brand-badge a{
  color:#fff;
  text-decoration:none;
}

.detail-brand-above-viewed{
  display:flex;
  align-items:center;
  gap:8px;
  margin: 10px 0 10px;
}
.detail-brand-above-viewed__img{
  display:block;
  max-height: 24px;
  width:auto;
}
.detail-brand-above-viewed__value{
  color: var(--fill_dark_light_hover, #333);
  text-decoration:none;
}



.top-block .menu>li>a{
    color: #000;
}
.logo_and_menu-row .search .search-input{
    border: 1px solid #666;
}
.logo_and_menu-row .search .search-input:focus{
    border: 1px solid #333;
}
.logo_and_menu-row .phone-block.blocks .callback-block{
    font-size: 12px;
    color: #23ab49;
    font-weight: bold;
    padding: 0px;
    text-transform: unset;
}


.left_menu > li > a:hover,
.sticky-sidebar__inner .form-action__inner:hover,
.sticky-sidebar__inner .side-news__item:hover,
.menu_top_block.catalog_block .menu.dropdown > li:hover,
/*.menu_top_block.catalog_block .left-menu-wrapper>li:hover,*/
.menu_top_block.catalog_block .left-menu-wrapper>li ul li:hover,
.menu_top_block.catalog_block .menu.dropdown > li.current{
    color: #000000;
    /*background: #ebebeb;*/
    background: #ececec;
    transition: .3s;
}

.sticky-sidebar__inner .side-news__item a:hover,
.menu_top_block.catalog_block .menu.dropdown > li a:hover,
.menu_top_block.catalog_block .menu.dropdown > li:hover .name,
.menu_top_block.catalog_block .left-menu-wrapper>li:hover a,
.menu_top_block.catalog_block .left-menu-wrapper>li:hover a span,
.menu_top_block.catalog_block .menu.dropdown > li.current a,
.menu_top_block.catalog_block .menu.dropdown > li.current a span{
    color: #000 !important;
}

.header__top-item-email a {
    color: var(--white_text_black2);
}

#headerfixed .logo-row.v3 .callback-block {
    color: #23ab49;
}

.top-block .menu.topest li.current>a,
.top-block .menu>li>a:hover,
a.dark_link:hover,
.dark_link:hover span,
.item .title a:hover,
.item:hover .title a,
a.muted:hover,
.tag_relink a,
.dark-color:hover,
.breadcrumbs a:hover,
.breadcrumbs a:hover span,
.cookie-text a {
    color: var(--menu-bg) !important;
} 


.btn.btn-transparent-border-color {
    border-color: var(--light);
    color: var(--light);
}

footer .bottom-menu .item .title a  {
    color: var(--fill_dark_light_white_hover);
}

footer .bottom-menu .wrap .item .title a:hover,
footer .bottom-menu .wrap .item .title:hover a {
    color: var(--fill_dark_light_white_hover) !important;
}

.wraps_icon_block.form.callback .svg svg use {
    fill: #000 !important;
}
.property.email .value a {
    color: #0000ff !important;
}
.item-stock.notavailable  .icon + .value {
    color: rgb(141, 141, 141);
}
.item-stock.notavailable .icon {
        background: rgb(141, 141, 141);
}
.item-stock.few .icon + .value {
    color: rgb(225, 0, 0);
}
.item-stock.few .icon {
background: rgb(225, 0, 0);
}
.social-icons li.mess_max a {
    background: url(../images/svg/MAX.svg) 0 0 no-repeat !important;
    border-radius: 0 !important;
    border: 0px none !important;
}
.header__top-inner .social-icons li.mess_max a {
opacity: 1;
}
.header__top-inner .social-icons {
	margin-right: 5px;
}
a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
    background-position: center -68px;
}
.tag_relink {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
}

body .basket-link .js-basket-block .count, .top_slider_wrapp .slides .wraps_buttons .wrap.added {
    color: #111;
}
button.button, input.button, .button, #header ul.menu.full.opened li:not(.search_row):hover, #header ul.menu.full > li.search_row #search-submit-button:hover, table.title-search-result td.title-search-all a .icon, .flex-direction-nav li:hover, .flex-control-nav li .flex-active:before, .flex-control-nav li a:hover:before, .top_slider_wrapp .flex-direction-nav li:hover, .like_icons .wish_item.added, .like_icons .compare_item.added, .light .stores .all_map, .block_wr.dark, .header_wrap #header .middle-h-row .logo_wrapp .logo a, .h_color_colored .header_wrap #header, .registraion-page .top p:after, .has_menu.m_color_colored #header .catalog_menu, .module-cart .remove-cell a:hover, .cart_shell .remove-cell a:hover, .bx_item_set_hor .bx_item_set_hor_item a.remove, .bx_filter .bx_filter_parameters_box_title:before, .bx_filter_vertical input[type="checkbox"] + label:before, .filter input[type="checkbox"] + label:before, .filter input[type="radio"] + label:before, .bx_filter label.pal:hover .bx_filter_param_btn, .bx_filter .bx_filter_param_label.active .bx_filter_param_btn, .bx_filter_vertical input[type="checkbox"]:checked + label.sku, .left_block .internal_sections_list li.cur, .left_block .internal_sections_list li:hover, .left_block .internal_sections_list .title .inner_block:hover:before, .left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item.cur:before, .left_block .internal_sections_list .child_wrapp .child li.depth3 a.menu_item:hover:before, .left_block .internal_sections_list .child_wrapp ul.child li.cur:after, .left_block .internal_sections_list .child_wrapp ul.child li:hover:after, body #content .props_list tr td > span:before, body #content .props_list tr td > .txt:before, .module-pagination .nums .cur, .more_text_ajax:before, .captcha_reload:before, .sku_props .bx_item_detail_size ul li.active, .bx_size_scroller_container .bx_size ul li.bx_active, .bx_catalog_item_scu .bx_item_detail_scu ul li.active span:not(.cnt_item), .ik_select_list .ik_select_list_inner ul li.ik_select_active, .bx_filter_select_popup ul li label.selected, .filter_opener.opened, .wr_scrollbar .scrollbar .handle, a i.arrow, .popup-window-close-icon.popup-window-titlebar-close-icon:hover, .bx_kit_item .bx_kit_item_add, .catalog_detail .offers_table td.opener:hover .opener_icon, .opener_icon:hover, .char_name .hint .icon:hover, .char_name .hint.active .icon, .location-block-wrapper .bx-sls .bx-ui-sls-clear:before, h4:hover .opener_icon, .bg_block:before, #order_form_div input[type="submit"], .module-order-history .item_name:hover .icon, .module-order-history .item_name:hover .icon, .faq.list .item .q:hover .opener_icon, .jobs_wrapp .item .name tr:hover .opener_icon, .owl-carousel.owl-theme.owl-bg-nav .owl-nav button:hover:not(.disabled) {
    color: #111;
    background: #fadd00;
}
.dark-color:hover, a.colored, .colored, body#main .colored_theme_text, body#main .colored_theme_text_with_hover:not(:hover), body#main .colored_theme_hover_text:hover, .top-block .menu > li > a:hover {
	color: #0051A1;
}

.logo_and_menu-row .wrap_icon > *:hover .title, .logo_and_menu-row .wrap_icon > *:hover .name, .logo_and_menu-row .sites > *:hover .sites__current, .logo_and_menu-row .sites:hover .sites__current {
	color: #0051A1;
}
.logo_and_menu-row .wrap_icon > *:hover svg:not(.not_fill) path, .logo_and_menu-row .wrap_icon > *:hover svg:not(.not_fill) use {
    fill: #0051A1;
}
.color-theme-hover:hover, .color-theme-hover:hover * {
    color: #0051A1 !important;
}


/*redesign*/
@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
		url("../fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
		url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
		url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
		url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
		url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 800;
	font-style: normal;
	src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
		url("../fonts/Montserrat-ExtraBold.woff") format("woff");
}
@font-face {
	font-family: "Montserrat";
	font-weight: 900;
	font-style: normal;
	src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
		url("../fonts/Montserrat-Black.woff") format("woff");
}
  @font-face {
	font-family: 'SourceSans3';
	src: local('SourceSans3Semi Bold'), local('SourceSans3-Semi-Bold'),
		url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'),
		url('../fonts/SourceSans3-SemiBold.woff') format('woff'),
		url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .popup-window, body div.bx-yandex-map, .fancybox-title {
    font-family: "Montserrat" !important;
}
.top_yellow_line {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #2d2d2d;
padding: 9px;
text-align: center;
background: #ffe100;
}
.sticky_menu.wrapper1 .sidebar_menu_inner .logo-block,
.search .dropdown-select .dropdown-select__title {
	display: none;
}
    .sticky_menu.wrapper1, .sticky_menu.wrapper1 + footer, .sticky_menu.wrapper1 + .js_seo_title + footer, .sticky_menu #panel {
        padding-left: 0;
    }
#content {
    display: flex;
    z-index: 10;
    padding-left: 30px;
}
.right_block:not(.catalog_page_detail_with_left) .product-view--side-left, .right_block:not(.catalog_page_detail_with_left) .product-view--side-right {
        width: 100%;
    }
.middle:not(.menu) {
    position: relative;
    float: none;
    width: 100%;
}
.content-site {
	min-width: 1px;
}
    .sticky_menu header.fixed, .sticky_menu #headerfixed, .sticky_menu #headerfixed.fixed, .sticky_menu ~ .basket_bottom_block, .wrapper1.sticky_menu .product-item-detail-tabs-container-fixed {
        width: auto;
        left: 0;
        right: 0;
    }
.sidebar_menu {
    margin-top: 35px;
    position: relative;
    z-index: 100;
    width: 320px;
    flex: none;
    background: transparent;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li.v_hover > .dropdown-block {
    left: 350px;
}
.sticky_menu.wrapper1 .sidebar_menu_inner, .sticky_menu.wrapper1 .menu-wrapper {
    height: 100vh;
}
.sticky_menu.wrapper1 .sidebar_menu_inner {
  height: auto; 
    position: sticky;
    top: 0;
}
.logo_and_menu-row .search .search-input {
    border-color: #FEE100;
    background: #fff;
    border-radius: 10px;
    height: 50px;
font-weight: 400;
font-size: 15px;
line-height: 160%;
}

.header-contacts__line {
    gap: 13px;
    display: flex;
    align-items: center;
}
.header-contacts__phones {
    font-size: 18px;
line-height: 150%;
color: #000;
}
.header-contacts__phones a {
    color: inherit;
    font-weight: 600;
}
.header-contacts__links {
    gap: 45px;
    font-size: 15px;
line-height: 160%;
font-weight: 500;
    display: flex;
    align-items: center;
}
.header-contacts__link {
    gap: 7px;
color: #4476db;
   cursor: pointer;
display: inline-flex;
align-items: center;
}
.header-contacts__link--callback {
    color: #35A745;
}


.btn-catalog {
    height: 50px;
    gap: 15px;
    padding: 0 25px;
    font-size: 15px;
line-height: 160%;
text-transform: uppercase;
text-align: center;
color: #000;
font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FEE100;
}
.btn-catalog:hover {
    background: #FEE100;
}
.sticky_menu .content-block.no-area .subcontent {
    padding-left: 0;
}
.logo + .header__top-item {
	margin-right: auto;
}
.top-block .menu.topest {
    font-weight: 500;
    text-transform: uppercase;
}
.header__top-inner {
    margin: 0;
    width: 100%;
}

.menu-bottom {
    padding: 15px 0;
    font-size: 14px;
line-height: 171%;
text-transform: uppercase;
font-weight: 600;
    background: #333;
}
.menu-bottom__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-bottom__list a {
    color: #fff;
}
.menu-bottom__list a:hover {
    color: #FEE100;
}
.menu-bottom__list,
.menu-bottom__list li {
    margin: 0;
    padding: 0;
}
body .top-block .person i.downs,
.menu-bottom__list li:before {
    display: none;
}
.logo_and_menu-row .wrap_icon .name {
font-weight: 500;
font-size: 15px;
line-height: 160%;
    text-transform: none;
    letter-spacing: normal;
color: #000;
}
.line-block--40>.line-block__item {
    padding-left: 0;
    padding-right: 0;
}
.header__top-item {
    margin: 0;
}
.sticky_menu .logo_and_menu-row .wides .content-block .subcontent .basket-link.compare {
    padding-left: 0;
}
.sticky_menu .logo_and_menu-row .line-block--40 {
    margin-left: 0;
    margin-right: 0;
}
.sticky_menu .logo_and_menu-row .wides .content-block .subcontent .basket-link {
    padding-left: 0;
}
.logo_and_menu-row .wrap_icon .personal-link.logined .name {
    margin-left: 0;
    padding: 0;
}
.logo_and_menu-row .personal-link {
    display: flex;
    margin-top: 0;
    align-items: center;
    gap: 7px;
}
#header .subcontent .top-block .logo_and_menu-row .wrap_icon {
    height: auto;
}
body .basket-link.compare .js-basket-block {
    padding-right: 0;
}
.logo_and_menu-row .basket-link {
    padding-left: 0;
    padding-right: 0;
}
body .top-block .header__top-item i.svg.inline,
.person .svg-inline-cabinet {
background-color: #FEE100;
width: 25px;
height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.line-block__item  .person .svg-inline-cabinet {
 background-image: url(../images/ic_cabinet.svg);
}
.line-block__item  .compare .svg-inline-compare {
 background-image: url(../images/ic_menu.svg);
}
.line-block__item  .basket-link i.wish  {
 background-image: url(../images/ic_heart.svg);
}
.line-block__item  .basket-link i.basket  {
 background-image: url(../images/ic_cart.svg);
}`
body .basket-link .js-basket-block {
    margin: 0;
    padding: 0;
}
body .top-block .header__top-item i.svg.inline svg,
.person .svg-inline-cabinet svg {
	display: none;
}
.logo_and_menu-row .wrap_icon .personal-link .name {
    margin: 0;
}
body .basket-link .js-basket-block .count, .top_slider_wrapp .slides .wraps_buttons .wrap.added {
    display: none;
}
body .wrapper1.basket_normal .logo_and_menu-row:not(.showed):not(.icons_top) .wrap_icon .title {
    display: block;
font-weight: 500;
font-size: 15px;
line-height: 160%;
text-transform: none;
    letter-spacing: normal;
color: #000;
}
body .basket-link .js-basket-block {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
}
.person .with_dropdown {
    position: relative;
    padding-right: 0px !important;
}
    .top-block .showed .auth_wr_inner .name {
        display: block;
    }
.wrapper1.sticky_menu #header .logo_and_menu-row .top-block .wrap_icon.person,
.logo_and_menu-row .wrap_icon {
    display: flex;
    margin-right: 16px;
}
.logo_and_menu-row .content-block .subcontent .top-block .menu.topest > li {
    margin-left: 25px;
}
.logo + .header__top-item {
    margin-left: 10px;
}
.logo_and_menu-row .search .svg use {
    opacity: 1;
    fill: #000;
}
@media only screen and (max-width : 992px) {
	.sidebar_menu {
    display: none;
}
.top_yellow_line {
    font-size: 13px;
}
#content {
    padding-left: 0;
}
body .basket-link .js-basket-block {
    position: relative;
    display: block;
}
.line-block__item .basket-link i.basket {
    background-image: url(../images/ic_cart.svg);
    background: transparent;
}
}
.current-viewed-wrap {
	display: none;
}
body .product-container.catalog_detail .info_item {
    padding: 19px;
background: #f5f5f5;
border-radius: 15px;
box-shadow: none;
}
.shadowed-block-top {
    background: transparent;
    padding: 0;
    margin: 0;
}
body .product-container.catalog_detail .product-action .shadowed-block {
    padding: 0;
    box-shadow: unset;
    background: transparent;
}
.top-quantity-wrapper {
    gap: 9px;
    background: #35A745;
    border-radius: 7px;
    display: inline-flex;
    color: #fff;
    padding: 4px 9px;
}
.top-quantity-hdr {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 115%;
    color: #fff;
}
.top-quantity-box svg rect {
    fill: #fff;
}
.product-container .cost.prices.detail .price.font_mxs {
font-weight: 600;
font-size: 22px;
line-height: 127%;
color: #000;
}
.quantity_block_wrapper > div {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #666;
}
.properties__item .properties__hr,
.quantity_block_wrapper .cheaper_form .svg {
 display: none;
}

.quantity_block_wrapper > div .dotted {
	border: none;
}
.char-side .properties__item.properties__item--compact {
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
	border-bottom: 1px dashed #c8c8c8;
    color: #373737;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.more-char-link .font_sm {
font-weight: 600;
font-size: 15px;
line-height: 187%;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #35A745;
border: none;
}
.properties__item .properties__value {
font-weight: 500;
text-align: right;
color: #000;
}
.properties__item .properties__title {
color: #373737
}
@media (min-width: 768px) {
  .product-info--type2 .product-chars {
    padding-right: 30px;
  }
.ordered-block .arrows_wrapper {
	display: none;
}
}
.product-info.product-info--type2 .shadowed-block .prices_block {
padding: 12px 0;
    padding-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quantity_block_wrapper {
    padding: 0;
    margin: 0;
}
.basket-item-amount {
padding: 0;
}
.basket-item-amount-filed-block {
    flex: 1;
}
.basket-item-amount {
border: none;
background: transparent;
}
.table.boring-table .counter_block {
	margin-bottom: 10px;
}
.table.boring-table .counter_block .minus,
.table.boring-table .counter_block .plus,
.basket-item-btn-plus, .basket-item-btn-minus,
.footer_button  .counter_block.big .plus, 
.footer_button  .counter_block.big .minus,
.counter_block.md .plus, .counter_block.md .minus {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e2e2;
    border-radius: 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #000;
}
.counter_block {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.basket-items-list-item-amount-outer .basket-item-amount-filed,
.counter_block input[type="text"] {
    width: 40px !important;
    padding: 0 !important;
    flex: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000;
}
.product-container .counter_block .minus {
    left: 0;
}
.product-container .counter_block .plus {
    right: 0;
}
.catalog_block .counter_wrapp > div {
    float: none;
    width: 100%;
}
.catalog_block .counter_wrapp > div .btn {
    border-radius: 10px !important;
    border: none !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #000 !important;
    letter-spacing: normal;
    text-transform: none;
}
.product-info.product-info--type2 .shadowed-block .buy_block .btn.one_click {
background: #000 !important;
    border-radius: 10px !important;
font-weight: 500;
font-size: 15px;
line-height: 160%;
text-align: center;
    color: #fff !important;
    letter-spacing: normal;
    text-transform: none;
}
.get-opt-wrap a {
font-weight: 500;
font-size: 15px;
line-height: 160%;
text-align: center;
color: #000;
background: #fff !important;
border: 1px solid #000;
    letter-spacing: normal;
    text-transform: none;
    border-radius: 10px !important;
}
.get-opt-wrap {
    padding-top: 10px;
}
.dashed-wrap .dashed-inner {
font-weight: 500;
padding: 5px 0;
font-size: 13px;
line-height: 185%;
color: #000;
border-bottom: 1px dashed #c8c8c8;
}
.dashed-wrap {
    margin-top: 10px;
}
    .product-info.product-info--type2 .info_item > div:not(.main_item_wrapper) {
        padding: 0;
    }
.calculate-delivery:not(.with_preview) .animate-load {
    font-weight: 500;
gap: 8px;
    font-size: 14px;
    line-height: 171%;
    text-align: center;
    color: #000;
    border: 1px #FEE100 solid;
    background: #fffbd9;
    border-radius: 250px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculate-delivery:not(.with_preview) .animate-load::before {
    position: relative;
    content: "";
    display: block;
    background-image: url(../images/ic_truck.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    flex: none;
}
.calculate-delivery.text-form.muted .svg {
    display: none;
}
#main .catalog_detail .price_txt {
font-weight: 400;
font-size: 10px;
line-height: 150%;
color: #515151;
}
body .product-container.catalog_detail .price_txt {
    margin-top: 10px !important;
}
.properties__item .properties__value a {
    color: #4476db;
}
.breadcrumbs__item {
    padding-right: 0;
    margin-right: 0;
}
.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down {
    display: none;
}
.breadcrumbs__separator {
font-size: 0 !important;
    margin: 0 9px !important;
}
.breadcrumbs__separator::before {
	content: "/";
font-size: 14px;
}
.breadcrumbs * {
font-weight: 400;
font-size: 14px;
line-height: 171%;
color: #4d4d4d;
}
.product-view--type2 .product-info-wrapper {
	border: none;
}
.product-info-headnote .flexbox.flexbox--row {
flex-direction: row-reverse;
}
.product-info-headnote__inner {
    margin: 0;
gap: 25px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.product-info-headnote__inner .rating {
    height: auto;
    margin: 0;
}
.product-info-headnote__inner .rating .svg svg {
    width: 17px;
    height: 17px;
}
.product-info-headnote__inner > div {
    padding: 0;
    display: block;
}
.product-info-headnote__article * {
font-weight: 500;
font-size: 15px;
line-height: 160%;
color: #000;
}
.detail-brand-logo {
	display: none;
}
.char-side__title_detail {
font-weight: 600;
font-size: 17px;
line-height: 165%;
color: #000;
}
.product-info-headnote__toolbar .like_icons.list.sm .btn-xs {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 160%;
    color: #000 !important;
    gap: 5px;
    border: none;
    letter-spacing: normal;
    text-transform: none;
    display: flex;
    padding: 0;
    height: auto;
    background: transparent !important;
}
#main .like_icons.list > div span {
    font-size: inherit;
}
.product-info-headnote__toolbar .like_icons .compare_item i {
    background-image: url(../images/icon_compare.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
     background-position: center !important;
    flex: none;
}
.product-info-headnote__toolbar .like_icons .wish_item i {
    background-image: url(../images/icon_heart.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center !important;
    flex: none;
}
.share.hover-block.top .shares-block > .svg,
.product-info-headnote__toolbar .like_icons .compare_item i svg,
.product-info-headnote__toolbar .like_icons .wish_item i svg {
	display: none;
}
.product-info-headnote__toolbar .like_icons.list {
    margin-right: 0;
    gap: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.share.hover-block.top .shares-block {
    background-image: url(../images/icon_share.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    flex: none;
}
.detail_services_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.detail_services_inner {
    background: #f5f5f5;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 12px;
    display: block;
    margin: 0;
    padding-left: 65px;
    position: relative;
    width: initial;
}
.detail_services_img {
    text-align: center;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail_services_inner .btn {
font-weight: 500;
font-size: 15px;
line-height: 140%;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #4476db;
}
.detail_services_inner .btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4476db !important;
    background: transparent !important;
    padding: 0;
    border: none;
    text-transform: none;
    letter-spacing: normal;
}
.detail_services_inner .btn::before,
.detail_services_inner .btn::after {
	display: none @important;
}
.detail_services_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #373737;
    text-align: left;
    min-height: inherit;
    margin-bottom: 5px;
}
#headerfixed {
	display: none;
}
.ordered-block .tabs {
    border-bottom: 1px solid #dbdbdb;
}
.ordered-block .nav.nav-tabs {
    justify-content: space-between;
    display: flex;
    gap: 15px;
    margin: 0;
}
.ordered-block .nav.nav-tabs::before,
.ordered-block .nav.nav-tabs::after {
	display: none;
}
.ordered-block .nav.nav-tabs li {
    display: inline-block;
    background: transparent;
    float: none;
    margin: 0;
    border: none;
}
.ordered-block .nav.nav-tabs li a {
font-weight: 500;
font-size: 14px;
line-height: 171%;
    padding: 10px 0;
    letter-spacing: normal;
text-transform: uppercase;
text-align: center;
color: #999;
}
.tabs .nav-tabs li.active:after {
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}
.product-item-detail-tabs-container-fixed,
#headerfixed {
display: none !important;
}
.catalog_detail .char_block {
    padding: 0;
    background: transparent;
    border: none;
}
.ordered-block__title {
font-weight: 600;
font-size: 28px;
padding-bottom: 22px;
line-height: 100%;
color: #000;
}
.catalog_detail .props_list td {
	background: transparent;
}
.catalog_detail .props_list tr:nth-child(odd) td {
background: #f5f5f5;
}
.catalog_detail .props_list .props_item span {
    font-weight: 400;
    font-size: 15px !important;
    line-height: 187% !important;
    color: #373737;
    background: transparent;
    padding: 0;
}
.catalog_detail .props_list td.char_value span {
font-weight: 500;
    font-size: 15px !important;
    line-height: 187% !important;
text-align: right;
color: #000;
    background: transparent;
    padding: 0;
}
.props_list tr td {
	padding: 6px 12px;
}
.catalog_detail .props_list td:first-child {
border-radius: 7px 0 0 7px;
}
.catalog_detail .props_list td:last-child {
border-radius: 0 7px  7px  0;
text-align: right;
}
.props_list a {
    color: #4476db !important;
}
.product-view--type2 .product-chars .char-side {
    margin: 0;
}
.topic .topic__inner .share {
    margin: 0;
}
.topic .topic__inner .share {
	display: none;
}
.product-info-headnote__toolbar .share {
	display: block;
}
.product-info-headnote__toolbar {
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 992px) {
.wrapper_inner.wide_page .product-view--type2 .product-info {
    padding: 0 15px;
}
.product-info-headnote .flexbox.flexbox--row {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 20px;
}
.product-action.flex-50 {
    padding-top: 20px;
}
ordered-block .nav.nav-tabs {
    justify-content: flex-start;
    gap: 20px;
}

}
@media (max-width: 500px) {
.catalog_detail .props_list td:last-child {
    border-radius: 0;
    text-align: left;
}
.catalog_detail .props_list td:first-child {
    border-radius: 0;
}
.catalog_detail .props_list tr:nth-child(odd) {
    background: #f5f5f5;
}
.catalog_detail .props_list tr:nth-child(odd) td {
    background: transparent;
}
.catalog_detail .props_list tr {
        border-radius: 7px;
        display: block;
        padding: 5px;
}
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > .dropdown-block .dropdown .left-menu-wrapper > li:not(.menu_item) {
    width: 340px;
}
a.btn-doc {
    background: #fff;
    border: 1px #F40504 solid;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #F40504 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    gap: 5px;
    margin-top: 15px;
}
a.btn-doc:hover {
    color: #F40504 !important;
    background: #fffafa;
}
.btn-doc::before {
    position: relative;
    display: block;
content: "";
    background-image: url(../images/bxs_file-pdf.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center !important;
    flex: none;
}
section.page-top.maxwidth-theme {
    display: flex;
    flex-direction: column;
padding-bottom: 20px;
}
section.page-top.maxwidth-theme #navigation {
	padding-top: 30px;
    order: -1;
	padding-bottom: 17px;
}
.wrapper_inner.wide_page .product-view--type2 .product-info.product-info--type2 {
    padding-top: 0;
}
.product-info-headnote--bordered {
    border-bottom: none;
    margin: 0;
}
section.page-top.maxwidth-theme .topic {
	padding-top: 0;
    z-index: initial;

}
.topic__heading #pagetitle {
font-size: 36px;
font-weight: 600;
font-family: 'SourceSans3';
line-height: 117%;
color: #000;
}
.ordered-block.link_docs {
 display: none;
}	
@media (max-width: 1400px) {
.topic__heading #pagetitle {
font-size: 32px;
}
}
@media (max-width: 1200px) {
.topic__heading #pagetitle {
font-size: 28px;
}
.ordered-block__title {
    font-size: 22px;
}
}
@media (max-width: 992px) {
.topic__heading #pagetitle {
font-size: 26px;
}
}
.counter_block > span:not(:hover) .svg {
    opacity: 1;
}
.counter_block > span .svg * {
    fill: #000 @!important;
}
body .catalog_icons_Y .menu_top_block.catalog_block .dropdown > li.full > a {
border: 1px solid #efefef;
border-radius: 10px;
font-weight: 500;
font-size: 15px;
line-height: 127%;
color: #373737;
}
header .menu_top_block li .dropdown > li, .menu_top_block.catalog_block .menu.dropdown > li {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}
body .sidebar_menu .mCSB_scrollTools {
    opacity: 0 !important;
}
.menu_top_block.catalog_block .dropdown > li > a .image img {
    width: 35px;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > a > .svg {
	    background-image: url(../images/arrow_menu.svg);
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 11px;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > a > .svg svg {
	display: none;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li.v_hover > .dropdown-block {
    width: calc(100vw - 410px);
	padding: 30px;
    border: 1px solid #efefef;
    border-radius: 10px;
    box-shadow: none;
background: #fff;
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image + a + .dropdown, body .wrapper1 .menu-wrapper .menu_top_block .dropdown > li.full > .dropdown-block li > .image + a + .dropdown {
width: 100%;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li.v_hover > .dropdown-block .dropdown .left-menu-wrapper > li:not(.menu_item) > a {
font-weight: 600;
font-size: 17px;
line-height: 112%;
color: #373737;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > .dropdown-block .dropdown {
    padding: 0;
    border-radius: 0;
}
.left_menu > li > a:hover, .sticky-sidebar__inner .form-action__inner:hover, .sticky-sidebar__inner .side-news__item:hover, .menu_top_block.catalog_block .menu.dropdown > li:hover, .menu_top_block.catalog_block .left-menu-wrapper>li ul li:hover, .menu_top_block.catalog_block .menu.dropdown > li.current {
    background: transparent;
}
.menu_top_block.catalog_block .dropdown > li.full > .dropdown > li > .image, header .menu_top_block.catalogfirst li.full > .dropdown > li > .image, body .wrapper1 .menu-wrapper .menu_top_block .dropdown > li.full > .dropdown-block li > .image {
    position: relative;
    top: -15px;
}
body .menu_top_block li.full .dropdown > li > a {
    font-size: 14px;
    line-height: 136%;
color: #373737;
}
body .menu_top_block li.full .dropdown > li > a:hover {
font-weight: 600;
}
body .catalog_icons_Y .menu_top_block.catalog_block .dropdown > li.full > a:hover {
	border-color: #35A745;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > a:hover > .svg {
    transform: rotate(-180deg);
}
body .catalog_item_wrapp.catalog_item.item_wrap {
border: 1px solid #dedede;
border-radius: 15px;
height: initial;
min-height: initial;
width: 100%;
}
body .catalog_block.items .item_block.item {
    display: flex;
}
.catalog_block .owl-item {
	padding: 2px 7px;
}
.catalog_block .catalog_item > div {
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 15px !important;
}
body .catalog_item_wrapp.catalog_item.item_wrap  .footer_button {
    display: block !important;
    visibility: visible;
    opacity: 1;
    position: relative !important;
    height: auto;
    margin: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
}
body .catalog_item_wrapp.catalog_item.item_wrap  .footer_button .counter_wrapp  {
display: flex;
    gap: 5px;
}
body .catalog_item_wrapp.catalog_item.item_wrap  .footer_button .counter_wrapp::before,
body .catalog_item_wrapp.catalog_item.item_wrap  .footer_button .counter_wrapp::after {
	display: none;
}
body .catalog_item_wrapp.catalog_item.item_wrap  .counter_block input[type="text"] {
    width: 22px !important;
}
body .catalog_item_wrapp.catalog_item.item_wrap .icons-basket-wrapper {
display: none;
}
.catalog_block .counter_wrapp > div .btn {
font-weight: 500;
font-size: 14px;
line-height: 171%;
text-align: center;
display: flex;
color: #000;
    border-radius: 8px !important;
    height: auto;
    padding: 5px !important;
}
 .product-main .catalog_block .counter_wrapp > div .btn {
    border-radius: 10px !important;
    height: auto;
    padding: 10px !important;
    font-size: 15px;
}
body .catalog_item_wrapp.catalog_item.item_wrap .cost.prices .price {
font-weight: 500;
font-size: 16px;
line-height: 138%;
color: #F40504;
}
body .catalog_item_wrapp.catalog_item.item_wrap .cost.prices .price * {
font-weight: 700;
font-size: 19px;
line-height: 116%;
color: #373737;
}
.catalog_block .counter_wrapp {
    display: flex;
}
body .catalog_item_wrapp.catalog_item.item_wrap .blog-info__rating--top-info {
    position: absolute;
    top: 13px;
    left: 12px;
    z-index: 4;
}
.owl-carousel .owl-nav .svg {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
    border-radius: 50%;
}
.owl-carousel .owl-nav .svg svg {
	opacity: 0.5;
}
.catalog_item .item-title a {
font-weight: 600;
font-size: 15px;
line-height: 140%;
color: #373737;
    margin-bottom: 6px;
    display: block;
}
.catalog_block .catalog_item > div .item_info {
    padding-bottom: 5px;
}
#main .item-stock > span {
font-weight: 600;
font-size: 15px !important;
line-height: 147%;
}
.item-stock.many .icon.stock {
	width: 15px;
height: 15px;
	    background-image: url(../images/icon_chart.svg);
   border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}
.catalog_block .item-stock, .catalog_block .article_block {
    margin: 2px 0;
}
.catalog_block .article_block  .font_sxs {
font-weight: 400;
font-size: 13px;
line-height: 169%;
color: #676767;
}
.catalog_block .TYPE_2 .cost.prices {
    margin-top: 0;
    padding-top: 2px;
    min-height: initial;
}
body .catalog_block.items .item_block.item {
    padding: 7px;
}
.catalog_item:hover .inner_wrap {
    border-color: initial;
    box-shadow: none !important;
    background: transparent;
}
.catalog_item .image_wrapper_block .like_icons span, 
.catalog_item .image_wrapper_block .like_icons span, 
.hot-wrapper-items .like_icons span {
    opacity: 1;
    visibility: visible;
}
.catalog_item .like_icons.block .wish_item_button .svg {
 background-image: url(../images/btn_card1.svg);
}
.catalog_item .like_icons.block .compare_item_button .svg {
 background-image: url(../images/btn_card2.svg);
}
.catalog_item .like_icons.block .fast_view_button .svg {
 background-image: url(../images/btn_card3.svg);
}
.catalog_item .like_icons.block .fast_view_button .svg svg,
.catalog_item .like_icons.block .compare_item_button .svg svg,
.catalog_item .like_icons.block .wish_item_button .svg svg {
display: none;
}
.catalog_item .like_icons.block span .svg {
    width: 21px;
    height: 21px;
    display: block;
    line-height: normal;
    background-position: center !important;
    background-repeat: no-repeat;
}
.catalog_item .like_icons.block span {
	 background: transparent !important;
}
.catalog_block .sa_block {
    margin: 0;
}
.rating {
    height: auto;
    margin: 0;
}
.footer_button  .wrapp_one_click {
	margin-top: 8px;
}
.footer_button  .wrapp_one_click::before,
.footer_button  .wrapp_one_click .one_click::before {
	content: "Купить в 1 клик";
background: #000;
border-radius: 7px;
font-weight: 500;
font-size: 14px;
line-height: 171%;
text-align: center;
    color: #fff;
    padding: 5px;
    display: block;
}
.footer_button  .wrapp_one_click::before {
background: #e2e2e2;
}
.footer_button  .wrapp_one_click {
position:relative;
}
.footer_button  .wrapp_one_click .one_click::before {
position:absolute;
top: 0;
left: 0;
    width: 100%;
cursor: pointer;
}
.footer_button .wrapp_one_click > span {
	height: 0;
    display: block;
}
.item .stickers,
.blog-info__rating--top-info > span {
display: none;
}
@media (max-width: 600px) {
    .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {
        width: 235px;
    }
    .compact-catalog .ajax_load .like_icons {
        left: auto;
        bottom: auto;
        top: 0;
        text-align: left;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 8px;
    }
.bx-touch .like_icons .compare_item.js-item-action:not(.added), .bx-touch .like_icons .wish_item.js-item-action:not(.added) {
    border-color: transparent;
    box-shadow: none;
}
}
.footer_button .counter_block.big .plus, .footer_button .counter_block.big .minus {
    width: 26px;
    height: 27px;
}

.catalog_block .counter_wrapp > div.button_block {
    flex: 1;
}
.catalog_block .counter_wrapp > div {
    width: initial;
}
footer .footer_top {
padding: 42px 0;
background: #f4f5f6;
color: #373737;
}
footer .info .address {
color: #373737;
}
footer .info .svg {
display: none;
}
footer a, footer .bottom-menu a, footer .wrap a, footer .bottom-menu .item .title a {
    color: #373737 !important;
}
footer .bottom-menu .items > .item  > .title a {
font-size: 19px;
line-height: 111%;
letter-spacing: normal;
    text-transform: none;
font-weight: 600;
}
footer a, footer .bottom-menu a, footer .wrap a {
font-size: 15px;
letter-spacing: normal;
}
footer .bottom-menu .wrap .item {
    margin: 12px 0 0;
}
.row-footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
footer .second_bottom_menu {
    margin: 0;
}
footer .third_bottom_menu {
    margin: 0;
}
footer .wide-subscribe .footer-inner {
	padding: 0;
}
footer .logo img {
    width: 189px;
    height: auto;
    margin: 0;
    mix-blend-mode: multiply;
}
.footer-phones {
	font-size: 18px;
	margin-bottom: 14px;
	line-height: 167%;
	color: #000;
}
.footer-phones a {
	font-size: inherit;
	color: #000;
	font-weight: 600;
}
.footer-buttons {
	gap: 8px;
	margin-bottom: 22px;
max-width: 210px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-buttons .btn {
	width: 100%;
	padding: 0 10px;
}
.footer-contact {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 147%;
	color: #373737;
}
.footer-contact__title {
	font-size: 17px;
	line-height: 206%;
	color: #373737;
	font-weight: 600;
}
.footer-contact a {
	font-size: inherit;
	color: #4476db !important;
}

.footer-buttons .btn {
	height: 45px;
	font-weight: 500;
	font-size: 15px;
	line-height: 160%;
	text-align: center;
	color: #000;
padding: 0;
	border-radius: 10px;
	text-transform: none;
	letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-buttons .btn.btn-default {
	border: none !important;
	background: #FEE100;
}
footer a:hover {
    color: inherit !important;
}
.social-main li.mess_max a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    font-size: 0;
    line-height: 0;
    background: url(../images/svg/MAX.svg) 0 0 no-repeat !important;
    border-radius: 0 !important;
    border: 0px none !important;
}
.social-main li,
.social-main ul {
	margin: 0 !important;
padding: 0 !important;
}
.social-main li::before {
display: none;
}
footer .wide-subscribe .footer_middle {
    margin-bottom: 0;
}
.footer-bottom__items-wrapper {
    margin: 0;
}
footer .copy,
.footer_bottom {
	color: #fff;
}
.footer_bottom a {
    color: #fff !important;
    font-size: inherit;
    text-decoration: underline;
}
.subscribe-block-wrapper {
    background: #000;
}
.btn.btn-dark {
 background: #000;
 border-color: #000;
 color: #fff !important;
}
.wide-subscribe:not(.light) .subscribe_icon svg path {
    fill: #FEE100;
}
.subscribe-block-wrapper .inner-wrapper {
    max-width: 100%;
}
.EXTENDED.tab-pane.reviews #reviews_content .right_reviews_info .show-comment,
.basket_hover_block .tabs_content .buttons a,
#bx-soa-order-form .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn .btn.btn-transparent-border-color,
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn,
#bx-soa-order-form .btn.btn-default,
.block-items.flexbox .block-item__wrapper .more-btn .btn-xs,
.basket-checkout-block.basket-checkout-btn.ocb .btn.btn-transparent-border-color,
#basket-root .basket-checkout-section .btn-default.basket-btn-checkout,
.wide-subscribe .subscribe-block-wrapper .footer-subscribe-wrap .form-control.subscribe-input ~ .subscribe-btn {
	height: 45px !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 160% !important;
	text-align: center !important;
	color: #000 !important;
    padding: 0 38px !important;
	border-radius: 10px !important;
	text-transform: none !important;
	letter-spacing: normal !important;
    display: flex !important;
	border: none !important;
	background: #FEE100 !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.basket_hover_block .tabs_content .buttons a.btn-transparent-border-color,
#bx-soa-order-form .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn .btn.btn-transparent-border-color,
.basket-checkout-block.basket-checkout-btn.ocb .btn.btn-transparent-border-color {
	background: #000 !important;
color: #fff !important;
}
.basket_hover_block .wrap .body-info .description .product_name a {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #373737; 
    display: block;
}
.subscribe-block-wrapper .inner-wrapper .row > div .subscribe-edit {
    padding-left: 0;
    padding-right: 0;
}
.footer-subscribe-wrap {
    display: flex;
    gap: 13px;
    align-items: center;
}
.subscribe-block-wrapper .form-control.subscribe-input {
    padding: 0 18px;
    border: 1px solid #FEE100;
    border-radius: 10px;
    background: #fff !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 160%;
    color: #838383 !important;
}
.row-subscribe {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
}
body .subscribe-block-wrapper .text {
font-weight: 500;
font-size: 24px;
    max-width: 422px;
line-height: 125%;
color: #fff;
margin: 0;
padding: 0;
}
.subscribe-block-wrapper .outer-wrapper {
    padding: 20px 0;
}
.row-subscribe__column:first-child {
    display: flex;
    gap: 22px;
    align-items: center;
}
.subscribe-block-wrapper .subscribe_icon {
    margin-top: 0;
}
.footer-contact p {
    margin: 0;
}

@media (max-width: 992px) {
.row-subscribe {
    display: block;
}
.row-footer {
    display: block;
}
.row-subscribe__column:first-child {
    margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.footer-buttons {
    margin: 0 auto;
    margin-bottom: 20px;
}
.social-main ul {
    display: flex;
    justify-content: center;
}
.col-footer:first-child {
  padding-bottom: 25px;
}
}
.wrapper1 .header_wrap {
    z-index: 100;
}
footer .bottom-menu .wrap .item .title a:hover, footer .bottom-menu .wrap .item .title:hover a {
    color: #000 !important;
}
.top-quantity-box.gray svg rect {
    fill: #fff;
}
.content-site {
    padding-top: 30px;
}
.topic__inner > div.btn_basket_heading--with_title .title {
    display: inline-block;
    font-size: 14px;
    text-transform: none;
    line-height: 140%;
    letter-spacing: normal;
    margin: 0 15px 0 10px;
    vertical-align: middle;
    height: auto;
    font-weight: 400;
    color: #000;
}
.topic .colored_theme_hover_bg-block:not(:hover) .svg path {
    fill: #333;
}
.basket-back {
    margin: 14px 0px 10px;
}
.basket-back a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
#basket-root .basket-checkout-container {
    padding: 19px;
    background: rgb(245, 245, 245);
    border-radius: 15px;
    box-shadow: none;
	border: none;
}
#basket-root .basket-coupon-block-field .form .form-control {
    padding: 9px 12px;
    height: auto;
    background: #fff;
    border: none;
    border-radius: 8px;
}
body .basket-coupon-block-field-description, body .basket-item-info-name, body .basket-item-info-name-link, body .basket-coupon-block-total-price-current, body #basket-root *, #content #bx-soa-order-form *, .sale_order_full_table .sale-paysystem-wrapper * {
    font-family: "Montserrat" !important;
}
    .basket-items-list-wrapper, .basket-items-list-wrapper-compact {
        border-radius: 15px;
    }
.basket-items-list-wrapper .basket-items-list-header {
    background: transparent !important;
}
.basket-checkout-total-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
#basket-root .basket-checkout-block-total-inner .basket-coupon-block-total-price-current {
    font-size: 18px;
}
.basket-items-list-item-wrapper td.basket-items-list-item-price {
    width: auto;
    padding-left: 25px;
}
.block-item__title a,
#basket-root .basket-item-info-name, #basket-root .basket-item-info-name-link {
font-weight: 600;
font-size: 15px;
line-height: 140%;
color: #373737;
}
.block-item__title a {
font-size: 13px;
}
#basket-root .basket-item-actions-remove:after, #basket-root .basket-item-actions-remove:before, #basket-root .basket-items-list-item-clear-btn:after, #basket-root .basket-items-list-item-clear-btn:before {
    background: #373737;
    width: 1px;
    height: 20px;
}
.basket-items-list-item-price-for-one .basket-item-price-current-text,
.basket-item-price-current {
font-weight: 700;
font-size: 16px;
line-height: 116%;
color: #373737;
}
#basket-root .basket-item-property-value, #basket-root .basket-item-property-custom-value {
font-weight: 500;
font-size: 14px;
color: #000;
}
.basket-items-list-item-wrapper > td {
    padding: 20px 0;
}
.basket-items-list-item-removes {
    top: 17px;
    right: 0;
}
.block-items.flexbox .block-item__wrapper .more-btn .btn-xs {
height: 34px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    border-radius: 8px !important;
}
.basket-wrapper-bd .bigdata_recommended_products_items .subtitle {
font-weight: 600;
font-size: 30px;
line-height: 130%;
color: #000;
}
#basket-root .basket-items-list-header-filter .basket-items-list-header-filter-item {
font-weight: 600;
font-size: 18px;
line-height: 130%;
color: #000;
}
#basket-root .basket-items-list-outer .basket-items-list-header-filter-item.active:before {
display: none;
}
#main .basket_hover_block .tabs_content .foot > .pull-left .remove_all_basket .svg-inline-closes *,
.basket_action .remove_all_basket.cur svg path,
.basket_action .remove_all_basket svg path {
    fill: #F40504 !important;
}
.basket_action .remove_all_basket.cur,
#basket-root .top_control.basket_action .delete_all {
     color: #F40504;
    text-transform: none;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: 500;
}
    #basket-root .basket-items-list .basket-item-block-info {
        padding-right: 20px;
    }
#basket-root .basket-items-list .basket-item-block-info {
    padding-left: 10px;
}
.basket-items-list-table {
    margin: 0px 20px;
}
.basket-total-block {
    padding-left: 20px;
}
@media (max-width: 1200px) {
#basket-root .basket-items-list {
    display: block !important;
}
.sidebar_menu {
    width: 270px;
}
}
@media (max-width: 767px) {
    .basket-items-list-table .basket-items-list-item-wrapper > td {
        margin: 0 auto;
    }
.basket-total-block {
    padding-right: 15px;
    padding-left: 15px;
}
.basket-wrapper-bd .bigdata_recommended_products_items .subtitle {
    font-size: 22px;
}
}
.basket-wrapper-bd {
overflow: hidden;
}
@media (min-width: 768px) {
    .col-sm-3.bx-soa-sidebar {
        width: 25%;
      height: initial; 
}
}
#bx-soa-order .bx-soa-cart-total {
padding: 19px;
    background: rgb(245, 245, 245);
    border-radius: 15px;
    box-shadow: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border: initial;
    width: 100% !important;
    position: sticky;
    top: 20px;
    opacity: 1;
}
.bx-soa-cart-total-ghost {
	padding: 0 !important;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line > span {
    background: transparent;
}
#bx-soa-order #bx-soa-region .bx_soa_location .form-group:not(.bx-soa-location-input-container):first-of-type:after {
display: none;
}
#bx-soa-order .bx-soa-section .bx-soa-section-content {
    padding: 15px;
}
#bx-soa-order.orderform--v1 .bx-soa-section:not(#bx-soa-basket) .bx-soa-section-title-container,
#bx-soa-order .bx-soa-section .bx-soa-section-title-container {
    padding: 15px;
}
#bx-soa-order .bx-soa-cart-total-button-container {
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
#bx-soa-order .bx-soa-cart-total .change_basket {
border: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.bx-soa-cart-total-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:not(.bx-soa-cart-total-line-total):before {
display: none;
}
#content #bx-soa-order-form #bx-soa-order.row {
    margin-top: 0px;
    display: flex;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total {
    margin: 0;
    border-top: none;
    padding: 17px 0;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-content {
    padding: 0;
}
#bx-soa-order #bx-soa-orderSave a {
    display: inline-flex !important;
}
body #bx-soa-order .bx-soa-section.bx-step-completed {
    border-radius: 14px !important;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line {
    border-bottom: 1px dashed #c8c8c8;
    font-size: 13px;
    line-height: 140%;
    padding-bottom: 7px;
}
.EXTENDED.tab-pane.reviews #reviews_content .right_reviews_info .show-comment {
    margin-top: 0;
    padding: 0 14px;
}
.bx-sls .dropdown-block,
#bx-soa-order #bx-soa-properties .form-group textarea,
#bx-soa-order input[type="text"], #bx-soa-order input[type="password"], #bx-soa-order input[type="tel"], #bx-soa-order input[type="email"], #bx-soa-order select, #bx-soa-order-main select, #bx-soa-order textarea {
    border-color: #b9b9b9;
    border-radius: 8px;
    background: #fff;
}
#bx-soa-order .bx-soa-cart-total .change_basket .change_link {
    position: relative;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #4476DB;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: underline;
    font-weight: 500;
}
.basket-back a,
.license_order_wrap  a {
    color: #4476DB;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: underline;
    font-weight: 500;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-d {
    text-align: right;
    font-weight: 500;
white-space: nowrap;
    color: #000;
}
.bx-soa-cart-total-line.bx-soa-cart-total-line-total {
border: none !important;
}
#bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-d {
	font-weight: 600;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title a {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #373737;
}
.alert.alert-success {
	background: #35A745;
color: #fff;
border-radius: 7px;
}
#bx-soa-order .alert .row div {
    font-size: 14px;
padding: 0 !important;
    line-height: 140%;
}
#bx-soa-order .alert .row {
margin: 0;
}
.col-sm-9.bx-soa {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.bx-soa-section {
	width: 100%;
}
#bx-soa-properties {
    order: -1;
}
#bx-soa-region {
order: -2;
}
#bx-soa-main-notifications {
order: -5;
}
#bx-soa-region .bx-soa-reference,
#bx-soa-region .required-fields-note__container,
#bx-soa-region .form-group.bx-soa-location-input-container {
display: none;
}
#bx-soa-order .bx-soa-section .bx-soa-section-title:before {
display: none;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr:first-child .bx-soa-item-td .bx-soa-item-td-title {
    padding: 0;
    font-size: 14px;
    line-height: 130%;
    color: #333;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    padding: 15px 10px !important;
}
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-title {
    margin: 0;
}
#bx-soa-order .bx-soa-pp-item-container .bx-soa-pp-company:hover .bx-soa-pp-company-smalltitle, #bx-soa-order .bx-soa-more .bx-soa-more-btn .pull-left {
    color: initial;
}
#bx-soa-order-form .bx-soa-pickup-list-item .bx-soa-pickup-l-item-btn .btn.btn-transparent-border-color,
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn {
    height: 40px !important;
    font-size: 13px !important;
    padding: 0 21px !important;
    border-radius: 8px !important;
}
#bx-soa-order.orderform--v1 .bx-soa-pickup-list-item.bx-selected .bx-soa-pickup-l-item-btn .btn:before {
display: none;
}
#bx-soa-order #bx-soa-pickup .bx-soa-pickup-list .bx-soa-pickup-l-item-adress {
    font-weight: 600;
}
.bx-soa-pp-company-description {
width: auto;
margin: 0;
}
.bx-soa-pp-company-description br {
display: none;
}
#bx-soa-order.orderform--v1 .bx-soa-pp-item-container .bx-soa-pp-delivery-cost .bx-soa-pp-list-description {
    padding: 0;
}
.bx-soa-pp-company-smalltitle {
font-weight: 500;
}
@media (max-width: 992px) {
#bx-soa-order #bx-soa-total-mobile {
    width: 100%;
   order: 4;
}
.content-site {
    padding-top: 0;
}
}

@media (max-width: 767px) {
#bx-soa-order #bx-soa-basket .bx-soa-item-table .bx-soa-item-tr .bx-soa-item-td {
    padding: 0px !important;
}
#bx-soa-order #bx-soa-orderSave {
    width: 100%;
}
#bx-soa-order #bx-soa-orderSave a {
    width: 100%;
}
#bx-soa-order.orderform--v1 #bx-soa-paysystem .bx-soa-pp-company-description {
    margin: 0;
}
}
.colored_theme_hover_bg-block:hover .colored_theme_hover_bg-el-svg svg path {
    fill: #4476DB;
}
.basket_hover_block .tabs_content .buttons {
    gap: 10px;
}
.basket_hover_block .tabs_content .buttons::before,
.basket_hover_block .tabs_content .buttons::after {
display: none;
}
.content-site section.page-top.maxwidth-theme #navigation {
	padding-top: 0;
}
.basket_hover_block .tabs_content .item .description .prices {
    font-size: 14px;
}
.basket_hover_block .tabs_content .item .cost.prices .price {
    font-size: 15px;
    color: #000;
}
.basket_hover_block .tabs_content .item .cost.prices .price_name {
    font-size: 14px;
    color: #6e6e6e;
    letter-spacing: normal;
    line-height: 1;
}
.basket_hover_block .tabs_content .item .wrap::before,
.basket_hover_block .tabs_content .item .wrap::after {
display: none;
}
.product-container .counter_wrapp .button_block .in-cart span {
    padding-left: 0;
}
.product-container .counter_wrapp .button_block .in-cart i:not(.svg-inline-prediction) {
display: none;
}
.product-container-brands,
.product-container-reviews {
display: none;
}
footer a:hover, footer .bottom-menu a:hover, footer .wrap a:hover, footer .bottom-menu .item .title a:hover, footer .bottom-menu .item .title a:focus, footer .bottom-menu .item .title a:active {
    color: #000 !important;
}
.product-main .catalog_block .counter_wrapp > div .btn {
    text-align: center;
    justify-content: center;
}
.get-opt-wrap a.callback-modal-link:hover {
    color: #000 !important;
}
.stickers-basket.stickers {
	display: none;
}
.sticky_menu.wrapper1 .sidebar_menu_inner, .sticky_menu.wrapper1 .menu-wrapper {
      height: 100vh;
    overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #f3f3f3;
}
.sidebar_menu_inner .mCSB_container {
    top: 0 !important;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li.v_hover > .dropdown-block {
    margin: 0 !important;
    height: 100vh;
    bottom: 0;
}

.sidebar_menu_inner  .mCustomScrollBox {
    height: initial;
    max-height: initial !important;
}
.owl-carousel.owl-theme.owl-bg-nav .owl-nav button:hover:not(.disabled) {
background: transparent !important;
}
#main .owl-carousel.owl-theme.owl-bg-nav .owl-nav button:hover svg path {
    fill: #111;
}
.sticky_menu.wrapper1 .menu-wrapper .dropdown-block .mCSB_scrollTools {
    display: none !important;
}
.sidebar_menu .mCSB_container {
    overflow: initial;
    width: initial;
    height: initial;
}
body .wrapper1 .menu-wrapper .menu_top_block.catalog_block .menu > li > .dropdown-block .dropdown {
    display: block;
}
.form-group.bx-soa-customer-field.has-error .bx-soa-tooltip-danger {
    display: block !important;
	opacity: 1 !important;
}


/* Контейнер плашки */
.cookie-msg {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: auto;
  width: calc(100% - 40px);
  max-width: 960px;
  padding: 16px 24px;
  
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px); /* Легкий размытый фон */
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  
  font-family: system-ui, -apple-system, sans-serif;
  box-sizing: border-box;
  
  /* Плавный вывод при добавлении класса (если используешь JS) */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Скрытие плашки, если повесишь класс cookie-msg-hide */
.cookie-msg.cookie-msg-hide,
.cookie-msg-hide {
  display: none;
}

/* Текст */
.cookie-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
.cookie-msg-close-desktop {
height: auto;
}
/* Ссылка на политику */
.cookie-text a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.cookie-text a:hover {
  color: #004080;
}

/* Обертка кнопки */
.cookie-msg-close-desktop {
  flex-shrink: 0;
}

/* Кнопка «Принять» */
#acept_cookie {
  display: inline-block;
  padding: 10px 20px;
  
  background-color: #ffe100;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

#acept_cookie:hover {
  background-color: #cfb700;
}

#acept_cookie:active {
  transform: scale(0.98);
}

/* Адаптив для мобильных устройств */
@media (max-width: 640px) {
  .cookie-msg {
    bottom: 12px;
    width: calc(100% - 24px);
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    gap: 12px;
  }

  .cookie-msg-close-desktop {
    width: 100%;
  }

  #acept_cookie {
    display: block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
}
body .basket-link .js-basket-block .count {
display: block;
    position: absolute;
    left: 14px;
    top: 7px;
width: 16px;
    height: 16px;
    background: #111;
    color: #fff;
}
.bx_searche .bx_img_element + .bx_item_element {
    padding-left: 15px;
    display: flex;
    flex: 1;
    align-items: center;
    gap: 5px;
}
 .bx_item_element .cost.prices {
    order: 2;
    font-size: 18px;
    min-width: 170px;
    font-weight: 700;
    text-align: right;
}
 .bx_item_element .cost.prices * {
  font-weight: 700;
}
.bx_item_element .search-product-quantity {
    margin-left: auto;
    position: relative;
    padding-top: 14px;
    width: 160px;
}
.bx_item_element .search-product-quantity::after,
.bx_item_element .search-product-quantity::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 3px;
    width: 65px;
    background: #ccc;
    border-radius: 2px;
}
.bx_item_element .search-product-quantity.low::after {
	width: 20px;
	background: orange;
}
.bx_item_element .search-product-quantity.high::after {
	width: 55px;
	background: green;
}
.bx_item_element .search-product-quantity.out-of-stock::after {
	width: 65px;
	background: #cd2229;
}
.search-product-quantity__value {
    font-weight: 600;
}
.bx_item_element .search-product-quantity.out-of-stock .search-product-quantity__value {
color: #cd2229;
}
@media (max-width: 767px) {
.bx_item_element .cost.prices {
    font-size: 15px;
    min-width: initial;
 white-space: nowrap;
}
.search-product-quantity__value {
    display: block;
}
.bx_searche .bx_item_element {
    white-space: normal;

}
.bx_searche .bx_img_element + .bx_item_element {
        display: block;
}
.bx_item_element .search-product-quantity {
    width: auto;
}
.bx_item_element .cost.prices {
    text-align: left;
}
}
.viewed_product_block .bordered {
border: none;
}
.viewed_product_block .viewed-wrapper .block-item .item.has-item {
    border: 1px solid #dedede;
    border-radius: 15px;
}
.swiper-button-next, .swiper-button-prev {
border-radius: 50%;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14);
}
.viewed_product_block .viewed-wrapper .block-item__title > a {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #373737;
    margin-bottom: 6px;
    display: block;
}
.viewed_product_block .block-item__cost.cost.prices {
    font-weight: 700;
    font-size: 16px;
    line-height: 116%;
    color: #373737;
}
.viewed_product_block .block-item__cost.cost.prices .price.only_price * {
    font-size: 19px;
}
.viewed_product_block .viewed-wrapper .viewed-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    color: #000;
}
.title-search-result .bx_item_element .all_result_title {
    display: block;
    padding: 13px 20px;
    background-color: #ffe100;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, transform 0.1s ease;
    text-transform: none;
    letter-spacing: normal;
    border: none;
}