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