.how-app {
    background-image: url(/images/catalog/icon_i.svg);
    text-decoration: none;
    background-size: auto 16px;
    background-position: left center;
}
.how-app span,
.comp-app span {
    border-bottom: 1px dashed;
}
.comp-app {
    background-image: url(/images/catalog/icon_compare.svg);
    padding-left: 22px;
    background-size: auto 16px;
    text-decoration: none;
    background-position: left center;
}
.block-filter li .found_products {
    font-size: 13px;
    color: #616161;
    border-bottom: 1.5px solid #dbdbdb;
    padding: 0 0 10px 0;
}
.block-filter li .found_products b {
    font-weight: bold;
    color: #000;
}
.block-filter li .lb-filter {
    font-size: 13px;
    color: #000;
}
.block-filter li .input-filter-inp input,
.block-filter li.shops_stock .selected_stock_shop {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.block-filter li.shops_stock .selected_stock_shop {
    background: url(/images/catalog/icon_select_arrow.svg) no-repeat center right 8px, #fff;
    background-size: 8px;
}
.block-filter li .ui-state-default {
    top: -4px !important;
    width: 10px !important;
    height: 10px !important;
}
.block-filter li .ui-slider-horizontal .ui-slider-range {
    height: 2px;
}
.block-filter li .ui-widget.ui-widget-content {
    height: 2px;
}
.block-filter .input-filter-inp-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #616161;
}
.block-filter .input-filter-inp-item label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/images/catalog/checkbox_off.svg) no-repeat center center;
    background-size: 100%;
}
.block-filter .input-filter-inp-item input:checked + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(/images/catalog/checkbox_on.svg) no-repeat center center;
    background-size: 100%;
}
.block-filter .input-filter-inp-item {
    margin-bottom: 8px;
}
.block-filter .accept-filter {
    font-family: 'Open Sans';
    border-radius: 6px;
    line-height: 35px;
    padding: 0 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    border: 1px solid #e87b00;
    background: #e87b00;
}
.block-filter .input-filter-inp-item input {
    display: none;
}
.block-filter .clear_filter {
    text-align: center;
    margin: 10px 0 0 0;
}
.block-filter .clear_filter a {
    color: #616161;
    text-decoration: underline;
    font-size: 13px;
}
.block-filter li.shops_stock .input-filter-inp-item-label {
    display: flex;
}
.link-in-razdel .lb-filter {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 8px 0;
    margin: 0 0 16px 0;
}
.link-in-razdel li.parent {
    background: url(/images/catalog/icon_arrow_left.svg) no-repeat center left;
    background-size: auto 12px;
    padding: 0 0 0 16px;
    margin: 0 0 8px 0;
}
.link-in-razdel li.parent a {
    font-weight: normal;
    color: #616161;
    font-size: 15px;
    text-transform: uppercase;
}
.link-in-razdel li a {
    color: #616161;
}
.link-in-razdel li a.current-a-rasdel {
    color: #e87b00 !important;
    font-weight: 600;
}
.new_sorter ul li span {
    font-size: 14px;
    color: #616161;
}
.new_sorter ul li.active a {
    font-weight: 600;
}
.new_sorter ul li a {
    font-size: 14px;
    color: #000;
}
.list-tovar {
    padding: 0 0 0 12px;
    gap: calc((100% - 3 * 337px) / 2);
}
.list-tovar li.product_item[id*="to-short-prod"] {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    margin: 14px 0 24px 0;
}
.list-tovar li.product_item:hover {
    box-shadow: none;
    border-radius: 6px;
}
.list-tovar li.product_item .box-img .a-t-prod {
    display: block;
    width: 100%;
    height: 100%;
}
.stiker-sale,
.stiker-new,
.stiker-mnth,
.stiker-bests {
    font-size: 11px;
    color: #e87b00;
    border: 1px solid #e87b00;
    font-weight: bold;
}
.list-tovar li.product_item .box-img {
    margin: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.list-tovar li.product_item .box-img img {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.list-tovar li.product_item .box-img img:not(.product_not_gallery) {
    top: -100%;
}
.list-tovar li.product_item .otdel-2 {
    margin: 0;
}
.list-tovar li.product_item .box-tovar-short {
    padding: 20px 20px;
}
.list-tovar li.product_item .sm-g {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #616161;
}
.list-tovar li.product_item .title-tv {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;

    height: 44px;
    min-height: 44px;
    max-height: 44px;
    margin: 0 0 12px 0;
}
.list-tovar li.product_item .title-tv span.product_name {
    display: block;

    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;

    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*display: -webkit-box !important;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*white-space: normal;*/

    /*height: 48px;*/
    /*min-height: 48px;*/
    /*max-height: 48px;*/
}
.list-tovar li.product_item .mt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px 0;
}
.list-tovar li.product_item .favorite_icon svg {
    width: 18px;
    height: 15px;
}
.list-tovar li.product_item .sa_popup_link svg {
    width: 13px;
    height: 15px;
}
.list-tovar li.product_item .sa_popup_link:hover svg rect {
    fill: #ff8112;
}
.list-tovar li.product_item .product_rating {
    display: flex;
    align-items: center;
    gap: 6px;
}
.list-tovar li.product_item .span-otzyv {
    margin-top: 1px;
    font-size: 13px;
}
.list-tovar li.product_item .span-otzyv a {
    color: #616161;
}
.list-tovar li.product_item .sbp-sale {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.list-tovar li.product_item .sbp-sale span {
    display: inline-block;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    background: rgba(77, 176, 55, 0.15);
    color: #4db037;
    font-size: 18px;
    vertical-align: top;
    margin-right: 2px;
    border: none;
    font-weight: 600;
    white-space: nowrap;
}
.list-tovar li.product_item .sbp-sale div {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    color: #616161;
}
.list-tovar li.product_item .sbp-sale div a {
    text-decoration: none;
    color: #4db037;
    font-weight: 600;
}
.list-tovar li.product_item .context_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.list-tovar li.product_item .box-cost-new {
    color: #000;
    font-size: 28px;
}
.list-tovar li.product_item .box-cost .price_description {
    display: flex;
    gap: 8px;
    font-family: 'Open SAns';
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    color: #555;
    margin: 4px 0 8px 0;
}
.list-tovar li.product_item .box-cost .price_description a {
    color: #4db037;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}
.list-tovar li.product_item .box-cost .price_description img {
    height: 16px;
    display: inline-block;
}
.list-tovar li.product_item .otdel-3-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-tovar li.product_item .otdel-3-button .in-cart.available {
/*    text-transform: capitalize;*/
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.list-tovar li.product_item .otdel-3-button .in-cart.available:before {
    content: '';
    display: inline-block;
    background: url(/images/catalog/cart_icon.svg) no-repeat center center;
    width: 17px;
    height: 17px;
}
.list-tovar li.product_item .otdel-3-button .in_stock_counter {
    margin: 0 0 0 8px;
}
.list-tovar li.product_item .otdel-3-button .in_stock_counter a {
    color: #4db037;
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}
.list-tovar li.product_item .otdel-3-button .in_stock_counter a:hover {
    color: #5a5a5a;
}


.list-tovar li.product_item .otdel-3-button .in-cart,
.list-tovar li.product_item .otdel-3-button a.buy_one_click {
    width: calc(50% - 10px/2);
}
.list-tovar li.product_item .otdel-3-button .in-cart {
    background: #e87b00;
    height: 35px;
    color: #fff;
    border: none;
    border-radius: 6px;
    line-height: 35px;
    padding: 0;
    text-align: center;
}
.list-tovar li.product_item .otdel-3-button .in-cart:hover {
    background: #cd6d00 !important;
    border: none !important;
    color: #fff !important;
}
.list-tovar li.product_item .otdel-3-button .in-cart.full_width {
    width: auto;
    padding: 0 16px;
}
.list-tovar li.product_item .otdel-3-button a.buy_one_click {
    background: #e9e9e9;
    height: 35px;
    color: #616161;
    border: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}
.list-tovar li.product_item .otdel-3-button a.buy_one_click:hover {
    color: #616161 !important;
    background: #dbdbdb !important;
}
.list-tovar li.product_item .otdel-3-button .net-v-nalichii {
    padding: 0 10px;
    border: none;
    height: 35px;
    line-height: 35px;
}
.list-tovar .in-cart.added {
    background: #5a5a5a !important;
}
.list-tovar li.product_item .otdel-3-button .in-cart.added:hover {
    background: #474747 !important;
}

.category__header {
    display: flex;
    align-items: center;
    gap: 32px;
}
.category__header .how-app,
.category__header .comp-app {
    margin: 0;
    white-space: nowrap;
}

.list-tovar li.product_item.banner_middle {
    width: 100%;
    margin: 0 0 32px 0;
}
.list-tovar li.product_item.banner_middle img {
    width: 100%;
    border-radius: 6px;
}

.oen-search {
    padding: 0 0 0 12px;
    margin: 0 0 40px 0;
}
.where-buy {
    margin: 20px 0;
    font-size: 21px;
    text-align: left;
    font-weight: 800;
    color: #000;
}
.cross_sells,
.up_sells {
    padding: 0 0 0 12px;
}

#box-adress-razdel .where-buy {
    font-size: 21px;
    font-weight: 800;
    color: #000;
}
.shop_list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.shop_list * {
    box-sizing: border-box;
}
.shop_list .list__header {
    display: flex;
    font-size: 13px;
    color: #616161;
    align-items: center;
    gap: 4px;
}
.shop_list .list__header .header__address {
    width: 50%;
    padding: 0 16px;
}
.shop_list .list__header .header__graphic {
    width: 20%;
    padding: 0 16px;
}
.shop_list .list__header .header__phone {
    width: 20%;
    padding: 0 16px;
}
.shop_list .list__item {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.shop_list .list__item .item__address {
    width: 50%;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    padding: 8px 16px;
}
.shop_list .list__item .item__address a {
    color: #000;
    text-decoration: none;
}
.shop_list .list__item .item__graphic {
    width: 20%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 8px 16px;
}
.shop_list .list__item .item__phone {
    width: 20%;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    padding: 8px 16px;
}
.shop_list .list__item .item__phone a {
    text-decoration: none;
}

#map-adress-razdel {
    margin: 10px 0 40px 0;
}

.catalog_faq h2,
.category_articles .category_articles_title {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: #000 !important;
}

.list-post li a.article_button {
    display: none !important;
}
.list-post li a.title_link {
    margin: 0 !important;
}
.list-post li .right-art {
    padding: 8px 12px 8px 12px !important;
}
.list-post li .title-fresh {
    padding: 0 4px;
    line-height: 16px;
    font-size: 11px;
    background: transparent;
    top: 134px;
    color: #fff;
    border: 1px solid #fff;
}







