﻿/* Общие */
#categoryPage .content-block-xs {
    margin-top: 10px;
}

.for_products {
    margin-bottom: 10px;
}

.category_toggle_span {
    font-weight: 500;
    border-bottom: 1px dashed #070b10;
}

.banner__cat__inner,
.cats__inner,
.page__content .span12 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.bc__head {
    font-size: 22px;
    margin-bottom: 5px;
}

.param__inner {
    margin-bottom: 20px;
}

.bc__txt {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.button__filter__head-h2 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: inline;
    white-space: nowrap;
}

.banner__cat__inner .param__inner .bc__txt.active {
    max-height: max-content;
}

.bc__txt.active .bc__txt__inner span::after {
    content: none;
}

.bc__txt.active .rmore {
    display: none;
}

.text-justify {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
}

.text-justify::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 13px;
    background: linear-gradient(to right, transparent 0, #f5f5f5a3 20%, #f3f4f6bd 80%, #f5f5f5e3 10%);
}

.bc__txt__inner,
.rmore {
    display: inline;
    font-weight: 300;
}

.rmore {
    cursor: pointer;
    transition: color .3s;
}

.rmore:hover {
    color: var(--txt-hover);
}

.content-block-xs .category_buttons {
    flex-wrap: wrap;
    align-items: center;
}

.category_toggle {
    cursor: pointer;
    transition: .3s;
}

.category_toggle:hover {
    color: var(--txt-hover);
}

.category-name.head_all {
    margin-top: 10px;
    font-size: 32px;
    font-weight: 100;
}

.cat__all__inner {
    transition: position .5s;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

/* Конец - Общие */


/* flvlcat */
.cat__col img {
    max-width: 70px;
    max-height: 60px;
}

.cat__col.flvlcat {
    background-color: #fff;
    padding: 0 20px;
    outline: #efefef solid 1px;
    border-radius: var(--br-big);
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    min-height: 87px;
    display: flex;
}

.cat__col.flvlcat:hover .cat__title {
    color: var(--secondary-color);
}

.cat__col.flvlcat .cat__link:hover .cat__title {
    color: var(--txt-hover);
}

.cat__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.cat__img {
    min-width: 50px;
    margin-right: 20px;
}

.cat__title {
    color: #070b10;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    transition: .3s;
}

.cat__col {
    padding: 6px 15px;
    box-sizing: content-box;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 26px;
    background-color: #fff;
    border-radius: 20px;
}

.cat__title:hover {
    color: var(--txt-hover);
}


/* Конец flvlcat */

/* category sidebar */
/* Конец filters */

.category__filter {
    margin-top: 15px;
}

.category__filter__inner {
    max-width: 342px;
    margin-right: 15px;
}

.b_filtr_button {
    margin-bottom: 20px;
    display: none;
}

.filer-wrapper {
    background-color: #fff;
    border-radius: 20px;
}

.filter,
.range-field {
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
}

.filters.leadbox {
    margin-bottom: 15px;
    padding: 20px 30px;
    border-radius: var(--br-big);
    box-sizing: border-box;
}

.category__filter__inner .filters.leadbox.ajax {
    min-width: 333px;
}

.animate_mobile_filtr {
    left: 0px;
    transition: 500ms;

}

.filter__close {
    display: none;
}

.filter__close .icon_close_mobile_filter {

    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

.filter__close .icon_close_mobile_filter path {
    fill: var(--secondary-color);
}

.fltr_open .filter {
    left: 0;
}

.button__filters {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.button__filter__head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.button__filter__head img {
    max-width: 26px;
    margin-right: 10px;
    height: auto;
}

.button__filter__head span {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.button__filter__head span .qty_ff {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    top: -3px;
}

.filters-form-wrapper {
    padding-top: 2px;
}

#open_hide_filters {
    margin: 20px auto;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    width: fit-content;
    border-bottom: 2px dashed #000;
    color: #000;
    display: flex;
    justify-content: center;
}

.filter__row {
    margin-bottom: 20px;
    position: relative;
}

.filter__header {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.filter__header_click {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.filter__content {
    padding-bottom: 26px;
    border-bottom: 1px solid #e5e5e5;
}

.range-input {
    display: flex;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 25px;
}

.range-input__item {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
}

.range-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 1px solid #b5b5b9;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 9px;
    width: 100%;
    margin-right: 20px;
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
}

.range-field__txt {
    color: rgba(43, 51, 63, .3);
    margin-right: 4px;
}

.filter input,
textarea {
    box-sizing: border-box;
    outline: 0;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.range-field input {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 0px;
    -ms-flex-positive: 1px;
    flex-grow: 1px;
    min-width: 1px;
    background-color: transparent;
}

.ui-slider {
    text-align: left;
    position: relative;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    background-color: var(--secondary-color);
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    z-index: 1 !important;
}

.ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    top: -8px !important;
    outline: none;
    cursor: pointer;
    display: block;
    position: absolute;
}

.filter-list {
    padding: 4px 0;
    overflow-y: clip;
    transition: height 1s ease;
    max-height: 100%;
}

.filter-list__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    min-height: 25px;
}

.filter-list__block {
    margin-right: 20px;
    position: relative;
}

.input-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    flex-direction: row;
    align-items: center;
    transition: color .3s;
}

.filter-list__block .input-choice:hover {
    color: var(--txt-hover);
}

.filter-list__block .input-choice input {
    transform: scale(1.2);
    margin-left: 3px;
    margin-right: 8px;
}

.input-choice__symbol {
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.input-choice input[type=checkbox]+.input-choice__symbol {
    width: 17px;
    height: 17px;
    border: 1px solid #9d9d9d;
    border-radius: 4px;
}

.input-choice__symbol:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s;
}

.input-choice input[type=checkbox]+.input-choice__symbol:after {
    width: 10px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 3px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter-param .ui-widget-content {
    height: 10px;
    background-color: #e5e5e5;
    width: 93%;
    height: 0.3em;
}



.range-input .podskazka {
    top: 31% !important;
    left: 20rem !important;
}

.filter__header_click__mob {
    max-width: 170px;
}

.filter__header_click-active {
    max-width: 150px;
}

.podskazka {
    position: absolute;
    background-color: #44a326;
    display: flex;
    justify-content: space-evenly;
    color: #fff;
    min-width: 220px;
    width: fit-content;
    z-index: 100;
    height: 32px;
}

.podskazka:before {
    content: " ";
    position: absolute;
    left: -7px;
    top: 50%;
    height: 14px;
    width: 14px;
    margin-top: -7px;
    transform: rotate(45deg);
    background: var(--secondary-color);
}

.podskazka_all {
    padding: 5px 5px 5px 2px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    font-size: 12px;
    background: var(--secondary-color);
}

#podskazka_count {
    font-weight: 700;
}

.podskazka_pokazat {
    text-decoration: underline;
    cursor: pointer;
}

.podskazka_close {
    font-size: 1.5em;
    font-weight: 600;
    opacity: 0.7;
    margin-top: 0px;
    cursor: pointer;
}

.input-choice input {
    display: none;
}

.filter-list__item .podskazka {
    top: -3px !important;
    left: 5rem;
}

.arrow_link {
    display: flex;
    cursor: pointer;
    align-items: center;
    margin-top: 10px;
    font-weight: 500;
    transition: color .3s;
}

.arrow_link:after {
    content: '\e910';
    font-family: 'icomoon';
    margin-left: 10px;
    margin-top: .1em;
    font-size: .25em;
    font-weight: bold;
    transition: transform 1s ease-in-out, color 0.3s ease-in-out;
}

.arrow_link:hover {
    color: var(--txt-hover);
}

.arrow_link:hover::after {
    color: var(--txt-hover);
}

.arrow_link.up_list:after {
    transform: rotate(180deg);
}

.input-choice input[type="checkbox"]:checked+.input-choice__symbol {
    background-color: var(--checkboxes-color);
    border: 1px solid transparent;
}

.input-choice input[type=checkbox]:checked+.input-choice__symbol:after {
    opacity: 1;
}

.filter__footer {
    text-align: center;
}

.filter__count {
    text-align: center;
    font-weight: 500;
    margin-bottom: 17px;
}

.filter__block {
    margin-bottom: 10px;
}

.js-reset-filter.active {
    color: #2b333f;
    border-color: #2b333f;
}

.btn__filter_hide {
    color: rgba(43, 51, 63, .5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid #5f6c7a;
    border-radius: 10px;
    min-height: 50px;
    padding: 10px 24px;
    color: inherit;
    font-weight: 500;
    min-width: 180px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn__filter {
    width: 100%;
    font-size: 13px;
    font-family: 'Museo Sans';
    font-weight: 500;
    min-height: 50px;
    text-transform: uppercase;
}

.btn__filter:hover {
    background-color: #2B333F;
    color: white;
}

.btn__filter_show {
    font-size: 12px;
}

/* Конец filters */
.expert__filter {
    padding: 32px;
    background-color: #fff;
    height: min-content;
    min-width: 342px;
    max-width: 342px;
    box-sizing: border-box;
    border-radius: var(--br-big);
    position: sticky;
    top: 10px;
}

.ef__head h2 {
    font-size: 18px;
    font-weight: 500;
}

.ef__head h2 {
    display: block;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.ef__desc {
    margin-bottom: 30px;
}

.ef__dolzhnost,
.ef__fio {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 14px;
}

.rating {
    display: flex;
}

.rating svg {
    width: 14px;
    margin-right: 3px;
}

.ef__img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f3f4f6;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto 21px;
}

.ef__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ef__btn a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #363c43;
    min-height: 50px;
    transition: .3s;
    box-sizing: border-box;
}

/* Конец category sidebar */

/* Product-list */
#product-list-parent {
    width: calc(100% - 357px);
}

#product-list.loading {
    -webkit-filter: url(#svg-blur);
}

#product-list-parent .couponair_note {
    display: none;
}

.product__head {
    width: 100%;
    background: #fff;
    border-radius: var(--br-big);
    padding: 8px 30px;
}

.product__head {
    margin-bottom: 15px;
    box-sizing: border-box;
}

.product__head__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1px;
}

.sort__ph {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
}

.ph__col {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sorting {
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    font-size: 14px;
}

.sorted_by {
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    position: relative;
}

.sorted_by span {
    margin-right: 7px;
    font-size: 14px;
    transition: color .3s;
}

.sorting:hover .sorted_by span {
    color: var(--secondary-color);
}

p.selected {
    font-weight: 400;
    display: flex;
    align-items: baseline;
    margin-top: 0;
}

.sorted_by span {
    margin-right: 7px;
}

.sorting .other_sort {
    right: -12px;
    border-radius: 10px;
    min-width: 200px;
    position: absolute;
    top: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;

    max-height: 0;
    padding: 0 18px;
    transition:
        max-height 0.3s ease-out,
        padding 0.3s ease-out;
}

.other_sort.visible {
    max-height: 190px;
    padding: 11px 18px;
    transition:
        max-height 0.3s ease-out,
        padding 0.3s ease-out;
}

.other_sort a {
    color: #070b10;
    font-size: 14px;
    transition: color .3s;
}

.other_sort a:hover {
    color: var(--secondary-color);
}

.other_sort .desc:last-child {
    margin-bottom: 0;
}

/*
.other_sort .desc:first-child {
    margin-top: 0;
}*/
.icon-sort {
    max-width: 10px;
}

.col_vid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color .3s;
}

.col_vid:hover {
    color: var(--txt-hover);
}

.col_vid svg {
    width: 22px;
    margin-right: 5px;
}

.category__products {
    width: 100%;
    margin-bottom: -16px;
}

.promo-code-click {
    cursor: pointer;
    transition: all .3s;
}

.couponair_stick .product__label.promo__label.product__label_v1.promo-code-click {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.couponair_stick .product__label.promo__label.product__label_v1.promo-code-click.promo__label-sellout {
    font-size: 13px;
    padding: 0 3px;
    white-space: nowrap;
    font-size: 12px;
    padding: 0 5px;
}

.category__products__button .grid__snyato .product__action-item .product-price.price {
    text-transform: uppercase;
    margin-left: 5px;
    text-align: start;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 19px;
}

.couponair_stick {
    display: flex;
}

.product__label:hover {
    background-color: var(--secondary-color);
    color: white !important;
}

.product_actions {
    width: 100%;
    justify-content: space-between;
    max-width: 200px;
    top: 19px;
    position: absolute;
    gap: 10px;
    align-items: unset;
    display: flex;
}

.product_actions__wrap {
    display: flex;
    gap: 7px;
    padding-top: 2px;
    align-items: flex-start;
}

.product_actions__favorite svg {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.compare-add.inline-link.itemInner__compare {
    font-size: 20px;
}

#category-products .itemInner__compareBlock svg,
#product-list .itemInner__compareBlock svg {
    width: 18px;
}

.product_actions__favorite {
    height: 20px;
}

.category__products__mid .prodTitleOuter {
    padding-left: 0;
    margin-bottom: 12px;
}

.category__products__mid {
    margin: 0 20px 0 0px;
    width: 100%;
    font-size: 15px;
}

.category__products__mid .prodTitle {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Museo Sans';
    transition: color .3s;
}

.category__products__mid .prodTitle:hover {
    color: var(--txt-hover);
}

.params {
    width: 98%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.params__new__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 14px;
}

.pn__name {
    z-index: 2;
    background: #fff;
    padding-right: 2px;
    color: #686868;
    font-size: 14px;
}

.pn__dots {
    border-bottom: 1px dotted #bdbdbd;
    width: 100%;
    position: absolute;
    bottom: 3px;
    z-index: 1;
}

.pn__val {
    z-index: 2;
    padding-left: 2px;
    margin-left: 4%;
}

.pn__val__inner {
    text-align: right;
}

.category__products__mid.prod_summary .pn__val__inner {
    background-color: white;
}

.category__products__button {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: right;
    min-height: 130px;
    max-width: 168px;
}

.category__products__button .product__buttons__buy form {
    margin-bottom: 10px;
}

.category_product .priceall {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.price_count {
    font-size: 26px;
    font-weight: 500;
    transition: color .3s;
    cursor: pointer;
}

.price_count:hover {
    color: var(--txt-hover);
}

.ruble {
    font-family: PTRoubleSans !important;
    margin-left: 5px;
}

.category_product .product__badge {
    padding-right: 0;
    border: none;
    padding-top: 0;
    align-self: center;
}

.category__products__button .product__badge {
    background-color: transparent;
    width: auto;
}

.product__badge {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
    position: relative;
    margin-left: 15px;
}

.category__products__button .product__badge::before {
    content: none;
}

.product__badge__img,
.product__badge__img svg {
    width: 20px;
    height: 20px;
}

.product__badge__txt {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -1px;
    transition: color .3s;
}

.product__badge__txt:hover {
    color: var(--secondary-color);
}

.category__products__buttons {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 0px;
}

.category__products__buttons .product__buttons__buy .btn__new {
    width: 100%;
    max-width: -webkit-fill-available !important;
}

.category__products__buttons .product__buttons__txt {
    font-size: 12px;
}

.category__products__button .price_count.zp_price {
    font-size: 14px;
    font-weight: 500;
    color: #070b10;
    padding-top: 8px;
    margin: 0px auto 10px auto;
    cursor: context-menu;
    text-transform: uppercase;
}

.category__products__buttons .product__buttons__form .btn__new {
    justify-content: center;
    outline: none;
    border: 1px solid #515c68;
}

.category__products__buttons .product__buttons__form .btn__new:hover {
    background-color: #e2e2e2 !important;
    color: #070b10;
}

/* compare */
.itemInner__compareBlock {
    left: 25px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
}
.couponair_stick, .couponair_note {
    position: absolute;
}
.couponair_stick {
    top: 14px;
    left: 60px;
}
/* Конец compare */

/* Пагинация */
.category__filter .cat__all__inner .neww {
    width: 100%;
    margin-top: 30px;
}

.HitloadMore {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #070b10;
    transition: all .3s;
    border-radius: 20px;
    background-color: #fff;
    height: 42px;
    font-weight: 500;
    border: 1px solid #e8e8e8;
    outline: 1px solid transparent;
}

.HitloadMore:hover {
    border: 1px solid var(--secondary-color);
    outline: 1px solid var(--secondary-color);
    color: #070b10;
}

#b_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.menu-h {
    margin-left: -5px;
    padding: 0;
    margin: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

ul.menu-h li {
    text-align: left;
    list-style-type: none;
    font-weight: 400;
    padding: 5px;
    line-height: 1em;
    margin: 0 10px 0 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: inherit;
    box-sizing: border-box;
    border: 1px solid transparent;
}

#b_pagination .selected a {
    border: 2px solid var(--secondary-color);
    background-color: transparent;
    border-radius: 10px;
    color: var(--secondary-color);
}

#b_pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-h li a {
    color: #070b10;
    width: 52px;
    height: 52px;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    box-sizing: border-box;
}

.menu-h li a:hover {
    cursor: pointer;
    border: 2px solid var(--secondary-color);
    transition: all .3s;
    border-radius: 8px;
    color: var(--secondary-color);
}

.menu-h li a:active {
    color: var(--secondary-color);
}

/* Конец Пагинация */

/* Конец Product-list */

/* Text  */
.content-block-fix {
    margin: 20px 0;
    padding: 0 0 20px;
    background: 0 0;
    font-size: 16px;
    position: relative;
}

.nonbg__products .bg__inner {
    background-color: #fff;
    padding: 30px 30px 40px;
    border-radius: 20px;
}


.show-all-container {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.nonbg__products .show-all {
    left: 10px;
    transition: .3s;
}

.nonbg__products .show-all:hover {
    color: var(--txt-hover);
}

.nonbg__products .show-all:hover::after {
    color: var(--txt-hover);
}

.content-block-text::after {
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .9) 55%, #fff 100%);
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
}

.desccat__txt .h2__desc {
    font-size: 22px;
    font-weight: 500;
}

.content-block-text-open::after {
    content: none;
}

.show-all.show-open {
    bottom: 0px;
}

.desccat__txt .p__desc {
    font-size: 15px;
    margin: 0 0 .8em;
}

.desccat__txt .h3__desc {
    font-size: 16px;
    font-weight: 500;
}

/* Finish Text  */
/* cat_block */
.banner__cat__inner .bc__col.bc__left .bc__col__inner .param__inner {
    max-width: 890px;
}

.i-cityselect__var--cat_block .bc__icn__row {
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
    max-width: 760px;
}

.i-cityselect__var--cat_block .bc__icn__row__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;

}

.i-cityselect__var--cat_block .bc__icn__row__inner img {
    max-width: 22px;
    margin-right: 7px;
}

.i-cityselect__var--cat_block .bc__icn__row__inner span {
    font-size: 14px;
    border-bottom: 1px solid rgb(47 47 47 / 28%);
    color: #070b10;
    transition: all .3s;

}

.i-cityselect__var--cat_block .bc__icn__row__inner:hover span {
    color: var(--txt-hover);
    border-bottom: 1px solid var(--txt-hover);
}

/* Finish cat_block */
.bfiltesr_contayner_absolute {
    display: flex;
    align-items: center;
    gap: 10px 15px;
    flex-wrap: wrap;
}

.carousel-brands__item.bfiltesr_item {
    box-sizing: content-box;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 12px;
}

.carousel-brands__item.bfiltesr_item a {
    padding: 7px 13px 7px 13px;
    box-sizing: content-box;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: color .3s;
    font-size: 13px;
}

.carousel-brands__item.bfiltesr_item:hover a {
    color: var(--secondary-color);
}

.product__head__inner .ph__row.sf__ph {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.filters_toggle {
    cursor: pointer;
    transition: color .3s;
}

.filters_toggle:hover {
    color: var(--secondary-color);
}

.filters_toggle:hover .arr-bot svg path {
    fill: var(--secondary-color);
}

.filters_toggle_span {
    position: relative;
    display: flex;
    font-size: 14px;
}

.filters_toggle_span .arr-bot svg {
    width: 10px;
    margin-left: 7px;
    transform: rotate(182deg);
    transition: all .3s;
}


/* === extracted from main.css by selector list 20260305-101737 === */
.serv__row .ruble {
    font-family: 'PTRoubleSans' !important;
    text-indent: -9999px;
    display: inline-flex;
    text-align: left;
}

.serv__row .ruble:after {
    content: "у";
    text-indent: 0;
}

.icon-sort:before {
    content: "\e91f";
}

.ruble {
    font-family: 'PTRoubleSans' !important;
    margin-left: 5px;
}

.btn__new {
    font-family: 'Museo Sans' !important;
    font-weight: 300;
}

.red_color {
    color: #ec0a18;
}

.product_page .for_products {
    /* background-color: #fff;*/
    background-image: none;
}

.for_products {
    margin-bottom: 10px;
    box-sizing: border-box;
}

.for_products.home__col {
    margin-bottom: 60px;
    box-sizing: border-box;
}

.for_products.desc__products {
    margin-bottom: 40px;
    margin-top: 0;
}

.bg__products.center_wrapper {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.head_all {
    color: #070b10;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Museo Sans';
    /*margin-bottom: 30px;*/
}

.popup__header-title.head_all {
    font-size: 28px;
    font-weight: 300;
}

.prodTitle {
    font-weight: 500;

    font-family: 'Museo Sans';
    color: #000;
}

.prodTitle:hover {
    color: #ec0a18;

}

.category_product .product__badge:hover {
    cursor: pointer;
    color: #ec0a18;
    transition: all .3s;
}

.category_product:last-child {
    padding-bottom: 30px;
}

.sec_bottom_title .head_all {
    border-bottom: none;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 60px;
}

.sec_bottom_title .head_all span {
    color: #ec0a18;
}

#slider_paging div.selected span {
    border-bottom: none;
    color: #ec0a18;
}

.pages_menu_lab li.selected a {
    color: #070b10;
}

.dotted_block.desc {
    font-size: 14px;
    margin-top: 12px;
}


.prod_summary .acc-brief {
    margin-top: 5px;
}

.active .container__hamburger svg {
    transform: rotate(90deg);
}

.active .container__hamburger path:nth-child(1) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active .container__hamburger path:nth-child(2) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active .container__hamburger path:nth-child(3) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active .container__hamburger path:nth-child(4) {
    stroke-dasharray: 225 299;
    stroke-dashoffset: -72px;
}

.active .container__hamburger path:nth-child(5) {
    transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active .container__hamburger path:nth-child(6) {
    transform: translateX(9px) translateY(1px) rotate(45deg);
}

.minicart .button__menu.active .menu__new {
    background: rgba(102, 102, 102, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.cat {
    border-color: #f4f4f4;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #ededed;
}

.cat__link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cat__link:hover .cat__title {
    color: #ec0a18;
}

.cat__title {
    color: #070b10;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s;
}

.cat__img {
    margin-right: 20px;
    min-width: 50px;
}

.cat:last-child {
    border-bottom: none;
}

.cat>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    height: 55px;
    color: #2b3640;
    font-size: 14px;
    font-weight: 700;
    width: 100% !important;
}

.cat li.has-submenu {
    width: 100% !important;
}

.cat li.has-submenu:hover .submenu {

    display: block !important;
}

.group .owl-item:hover {
    transition: all .3s;
    opacity: .7;
}

.product__carto .row-fluid:before,
.product__carto .row-fluid:after {
    display: none !important
}

.first__row__price:hover>.product__badge {
    border-color: #ec0a18;

}

.first__row__price:hover>.product__badge:before {
    border-color: #ec0a18;
    transition: all .3s;

}

.row-fluid1 .product__badge {
    background-color: transparent;
}

.price_count {
    font-size: 26px;
    font-weight: 500;
    transition: color .3s;
}

.head_all.head_prduct {
    text-transform: none !important;
    font-size: 26px;
    font-weight: 500;
}

.popup__header-title.div_h2.head_all {
    text-transform: none;
}

.wa-product-body span.ruble {
    color: #070b10;
}

.range.slider .podskazka {
    width: 95%;
}
#searchMain .category__filter {
    margin-top: 0!important;
    width: 100%;
}

@media (max-width: 365px) {
    .slide_new .center_wrapper .slide_left .slide__left_inner .slide_txt .slide_txt_inner {
        line-height: 24px;
        font-size: 20px !important;
    }

    .category_product .prodTitleOuter.mr-bottom-10 {
        margin-top: 10px;
    }

    .category__filter .category_product .category__products__mid .prodTitle {
        font-size: 15px;
    }

    .category__filter .category__products .category_product {
        padding: 20px 10px;
    }

    .category__filter #product-list .category_product .product__buttons__form {
        margin-right: 5px;
    }

    .swiper .prodTitle {
        font-size: 16px !important;
    }
}

@media (max-width: 449px) {
    .pn__name__inner {
        display: inline !important;
        background-color: #fff;
    }

    .pn__val,
    .pn__name {
        white-space: normal !important;
        display: inline !important;
        background-color: transparent !important;
    }

    .carousel__item .txt__icons {
        align-items: center;
    }

    .slide_new .center_wrapper .slide_left .slide__left_inner .slide_txt .slide_txt_inner {
        line-height: 26px;
        font-size: 21px;
    }

    .home__zayavka .center_wrapper {
        padding: 20px;

    }
}

@media (max-width: 549px) {
    .bg__products.center_wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .car44__mob.flvlcats .cat__col {
        height: 28px;
        background-color: #fff;
        color: #070b10;
    }

    .car44__mob .cat__col {
        height: 40px;
        background-color: #e2e2e2;
        color: #fff;
    }

    .content-block-xs .cat .cat__col {
        margin-right: 10px;
        white-space: nowrap;
    }

    .content-block-xs .cat {
        flex-wrap: nowrap !important;
        width: auto;
        height: 50px;
    }

    .content-block-xs .cat.flvlcats {
        margin-right: 0;
        flex-wrap: nowrap;
        overflow: visible;
        height: auto;
    }

    .content-block-xs .cat.flvlcats .cat__col {
        margin-right: 0;
        white-space: wrap !important;
    }

    .for_products .center_wrapper .content-block-xs {
        margin-bottom: 0;
    }

    .bc__col__inner .param__inner {
        margin-bottom: 22px;
    }

    .category__new__head .head_all {
        font-weight: 500;
    }
}

@media (max-width: 549px) {
    .b_filtr_button {
        top: -36px !important;
        left: 0;
    }

    .center_wrapper .head__cat {
        align-items: center;
        margin-bottom: 20px;
    }

    .head_all {
        font-size: 22px !important;
        font-weight: 500 !important;
    }

    .head_all .head_more {
        font-size: 22px !important
    }

    .home__objects .obj__inner .owl-dots {
        left: 39vw;
    }

    .slide_btns .slide_btn.btn__new.grey_button {
        margin-right: 0;
        width: 50%;
        box-sizing: border-box;
    }

    .slide_btns .slide_btn.btn__new.red_button {
        width: 50%;
        box-sizing: border-box;
    }

    html body .slide_new .center_wrapper {
        align-items: flex-start;
    }

    .center_wrapper .slide_left {
        width: 100%;
    }
}

@media (max-width: 738px) {
    .category__products__button .price_count {
        margin-bottom: 17px !important;
    }

    .bc__icn__row .bc__icn__row__inner span {
        border-bottom: 1px solid transparent;
    }
    .couponair_stick {
        right: 25px;
        left: auto;
    }
    .bc__icn__row .bc__icn__row__inner {
        display: flex;
        /*flex-direction: column;
        text-align: center;
        white-space: normal;*/
    }

    div.center_wrapper {
        padding: 0 10px;
    }

    .cat__col.flvlcat {
        padding: 10px;
        height: fit-content;
        min-height: 120px;
        margin: 0;
    }

    .category_product .prodTitleOuter {
        width: 100%;
        max-width: 100%;
    }

    #product-list .category__products__buttons {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }

    #product-list .category__products__button__inner {
        margin-bottom: 10px;
    }

    #product-list .category_product .category__products__mid {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 10px;
        flex-direction: column;
        padding: 0;
        margin-right: 0;
    }

    .row-fluid .span3 {
        white-space: nowrap;
        font-size: 14px;
        font-weight: 700;
    }

    .category_product .prodTitleOuter.mr-bottom-10 {
        text-align: center;
    }

    .category_product .category__products__button button {
        margin-top: 0;
    }

    .category_product .category__products__button {
        width: 100%;
    }

    .product__buttons__form .btn__new.red_button {
        justify-content: center;
    }

    .category_product {

        flex-direction: column;
    }

    .prodTitleOuter.mr-bottom-10 {
        text-align: center;
    }

    .category__products#product-list {
        display: grid;
        grid-template-columns: repeat(1, 4fr) !important;
    }

    .volcano_steps .row-fluid .span7 {
        width: 45% !important
    }

    h1.head_all {
        font-size: 26px
    }

    .cat>li>a {
        height: 40px;
    }

    .for_products .head_all {
        /*max-width: 45%;*/
        margin-bottom: 0;

    }

    h2.head_all {
        text-transform: initial !important;
    }
}

@media (min-width: 991px) {
    .category_product .product__badge:before {
        display: none;
    }
}

@media (max-width: 719px) {
    .product__badge {
        padding: 5px 5px !Important;
    }

    .wa-product-body .wa-product-fractional-prices span.ruble,
    .wa-product-fractional-prices {
        color: #070b10;
    }
}

@media (max-width: 990px) {
    .center_wrapper .slide_img {
        display: none;
    }

    .center_wrapper .slide_left {
        width: 100%;
    }

    .slide__left_inner .slide_img .carousel__item::before {
        width: 220px;
        height: 220px;
    }

    .owl-carousel555 .owl-stage-outer {
        width: 100%;
    }

    .half .owl-theme {
        width: 100%;
    }

    .center_wrapper .allcats {
        flex-direction: column;
    }

    #product-list-parent .HitloadMore {
        margin-top: 10px;
        width: auto;
    }

    .category__filter .expert__filter {
        max-width: none;
    }

    .sorting {
        align-items: flex-end;
        justify-content: flex-end;
        width: 100%;
    }

    .category_product .category__products__mid {
        width: 40vw;
    }

    .slide_new .center_wrapper .slide_left .slide__left_inner .slide_txt .slide_txt_inner {
        text-align: center;
    }

    .slide_new .center_wrapper .slide_img {
        justify-content: center;
        width: 100%;
    }

    body .slide_new .center_wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 30px;

    }

    .fancybox-stage .head_all {
        font-size: 22px;
    }

    .params .params_name {
        font-size: 14px;
        margin-bottom: 9px;
    }

    .for_products .head__cat .head_more {
        font-size: 20px;
    }

    .category__filter .for_products .head_all {
        font-size: 16px
    }

    .category__filter .head__cat a {
        font-size: 14px;
        /* max-width: 30%; */
        text-align: right;
        max-width: 50%;
    }

    .category__products__button__inner {
        /*display: flex;*/
        align-items: center;
    }


    .category__products .category_product {
        padding: 20px;
        width: 100%;
    }

    .filtr_button {
        padding-left: 0;
        background: none;
    }

    .category__new__head .head_all {
        max-width: none;
        margin-bottom: 5px;
    }

    .category__filter .category__products#product-list {
        display: flex;
        flex-wrap: wrap;
    }

    .product__btnwi {
        justify-content: center;
    }

    .buttons__card a.btn__new,
    .buttons__card button.btn__new {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
    }

    .product__badge__txt {
        white-space: nowrap;
    }

    .head_all.head_product {
        max-width: 100%;
        margin-bottom: 20px !important;
    }
    .desccat__txt .h2__desc {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1051px) {

    .category__products__mid.sum_cat {
        width: 58%;
        min-height: 130px;

    }

    .category__products__button {
        min-height: 130px;
    }
}

@media screen and (max-width: 1279px) {
    .buttons__card .btn__new {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .sorted_by span:first-child {
        display: none;
    }

    .category__products .category_product .btn__new {
        width: 130px;
    }

    .bc__icn .bc__icn__row__inner span {
        font-size: 12px;
    }

    span.head_all {
        font-size: 20px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 998px) {

    .serv__row .head_all,
    .serv__row .serv__city {
        display: inline !important;
    }

    .owl-carousel.owl-theme .owl-prev,
    .owl-carousel.owl-theme .owl-next {
        width: 30px;
        height: 30px;
    }
    .content-block-xs .owl-carousel.owl-theme .owl-prev,
    .content-block-xs .owl-carousel.owl-theme .owl-next {
        width: 30px!important;
    }

    .owl-carousel3.owl-theme .owl-prev,
    .owl-carousel3.owl-theme .owl-next {
        top: 19%;
    }
}

@media screen and (max-width: 1150px) {

    .cat__all__inner .expert__filter {
        display: none !important;
    }

    .range-input .podskazka {
        width: fit-content !important;
    }

    .category__filter__inner .filters.leadbox.ajax {
        padding: 15px 20px;
    }
    .filter.animate_mobile_filtr, .fltr_open .filter {
        border-radius: 0 20px 20px 0;
    }
    .filter__close .icon_close_mobile_filter {
        color: var(--secondary-color);
    }
}

@media screen and (max-width: 1050px) {
    .category__filter__inner {
        flex-direction: column;
    }

    .for_products h1 {
        font-size: 22px;
    }

    .for_products {
        display: block !important
    }

    .fancybox-wrap .head_all {
        font-size: 17px;
        font-weight: 700;
    }

    .swiper .prodTitle {
        font-size: 15px;
        text-align: center;

    }

    .swiper .prodTitleOuter.mr-bottom-10 {
        text-align: center;
    }

    .category_product .category__products__mid .prodTitle {
        font-size: 16px;
    }

    .category_product {
        position: relative;
    }

    .itemInner .product__buttons__form {
        width: 50%;
    }

    .itemInner .grey_button {
        width: 100%;
    }

    .itemInner .red_button {
        /*width: 100%;*/
        text-align: center;
        justify-content: center;
    }

    .itemInner .product__buttons__buy {
        width: 50%;
    }

    .bottom_part .head_all,
    .content_block.hide .head_all {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .product_page .for_products {
        background-color: transparent;
    }

    .center_wrapper .product__row.left,
    .center_wrapper .product__mid__row {
        margin-right: 18px;
    }

    .center_wrapper #product_slider_wrapper {
        align-items: center;
        margin-bottom: 20px;
    }

    .params .params_name span {
        /*min-width: 60px !important;*/
        text-align: right;
    }

    .center_wrapper #products_thumbs img {
        cursor: pointer;
        max-height: 43px;
    }

    .category_product .category__products__mid {
        padding-top: 0;
        margin: 0;
    }


    .category_product .btn_big {
        margin-top: 0;
        width: 100%;
    }

    .category__filter .category__products {
        max-width: none;
    }

    .filters.leadbox::-webkit-scrollbar {
        width: 0;
    }
}

@media (max-width: 1450px) {
    .category__filter .filter {
        max-width: 342px;

    }

    .center_wrapper.bg__products.content-tab-pr {
        padding: 15px !important;
    }
}

@media (max-width: 1360px) {
    .bg__products.center_wrapper.content-tab-pr {
        margin-left: 10px;
        margin-right: 10px;
    }

    .features_block1.center_wrapper {
        margin-bottom: 30px;
    }

    .category__products__mid {
        width: 400px;
    }

    .category__filter .category__products {
        width: 100%;
        max-width: 100%;
    }

    .row-fluid .cat__all__inner {
        justify-content: flex-start;
    }

    .prodTitleOuter {
        padding: 0;
        min-width: 100%;
    }
}

@media (min-width: 739px) {
    .category_product .product__badge:before {
        display: none;
    }

    .category_product .product__badge {
        padding-right: 0;
        border: none;
        /*margin-bottom: 10px;*/
        padding-top: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1299px) {
    .multiform-gap-name .parent_sl .btn__new {
        font-size: 13px;
    }

    .swiper .red_button {
        justify-content: center;
    }

    .swiper .product__buttons__form {
        width: 50%;
    }

    .swiper .product__buttons__buy {
        width: 49%;
    }

    .swiper .grey_button {
        width: 100%;
    }

    .swiper .product__btnwi {
        justify-content: center;
    }
}

@media (min-width: 1201px) {

    .obj__inner .owl-dots,
    .obj__inner .custom-nav {
        display: none;
    }
}

@media (min-width: 739px) and (max-width:1170px) {
    .row-fluid .product__row.left {
        min-width: 60%;
    }
}

@media (min-width: 1179px) and (max-width:1365px) {
    .row-fluid .product__row.left {
        margin-right: 20px;
    }

    .row-fluid .product__mid__row.firstprod {
        margin-right: 30px;
        max-width: 370px;
        min-width: 370px;
    }
}

@media (max-width: 1200px) {
    .center_wrapper .slide_img img {
        max-width: 400px;
    }

    .slide_new.desktop .center_wrapper {
        align-items: center;
        padding: 0 20px;
    }

    .content-brands .owl-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }

    .obj__inner .owl-dots {
        position: absolute;
        left: 45.5vw;
        bottom: -30px;
    }

    .owl-carousel.slide-one .owl-item img {
        width: 100%;
        min-height: auto;
    }
}

@media (max-width: 1409px) {
    .banner__cat__inner .bc__col.bc__left {
        max-width: 85%;
    }

    .breadcrumbs:after {
        content: '';
        position: absolute;
        right: 0;
        height: 14px;
        width: 100px;
        background: linear-gradient(to right, transparent 0%, #f5f5f5 90%, #f5f5f5 10%);
    }
}

@media (max-width: 738px) {
    .center_wrapper.pd0 {
        padding: 0 !important;
    }

    .tab__inner.active {
        width: fit-content;
    }

    #product-list-parent .product__head {
        padding: 8px 20px;
    }
}

@media (max-width: 1410px) {
    .center_wrapper {
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (min-width: 1411px) {
    .center_wrapper {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .category__filter .filter {
        width: 350px;
    }
}

@media (min-width: 1451px) {
    .bg__products.center_wrapper.content-tab-pr {
        margin-top: 40px;
    }

    .center_wrapper {
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 1410px;
        width: 100%;

    }
}

@media only screen and (min-width: 10px) and (max-width: 738px) {
    .category_product .category__products__button {
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .category_product .category__products__button .product__buttons__buy .addtocart {
        margin-bottom: 0;
    }
    .category__products__buttons .product__buttons__buy .btn__new {
        margin-bottom: 0!important;
    }
}

@media only screen and (min-width: 10px) and (max-width: 767px) {
    .prodTitleOuter.mr-bottom-10 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .category_product .btn__new {
        width: 100%;
        justify-content: center;
    }

    .category__products__button button {
        width: 150px;

    }
}

@media only screen and (min-width: 450px) and (max-width: 1051px) {
    .product__buttons .grey_button {
        background-color: transparent;
        color: #070b10;
        border: 1px solid #5f6c7a;
        padding: 0px 10px;
    }

    .product__buttons .btn__new {
        font-size: 12px;
    }

    .prodTitleOuter {
        /* max-width: 30vw;*/
        min-width: 10px !important;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1151px) {
    .cat__all__inner {
        flex-direction: column;
    }
}

@media (max-width: 1150px) {
    .banner__cat {
        padding-right: 15px !important;
    }

    .center_wrapper .banner__cat__inner .bc__col.bc__left {
        max-width: 100%;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1149px) {
    .category_product .category__products__mid.sum_cat {
        width: 65%;
        margin-left: 20px !important;
    }

    .category_product .sum_cat .params_name span:first-of-type {
        max-width: 40vw;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1180px) {
    .center_wrapper .slide_left {
        width: 60%;
    }

    .center_wrapper .slide_img {
        width: 40%;
    }

    .params .params_name {
        font-size: 14px;
    }

    .product__badge {
        margin-top: 5px;
        margin-bottom: 4px;
    }
}

@media only screen and (min-width: 1051px) and (max-width: 1450px) {
    .bottom__part__head .head_all {
        max-width: 100%;
    }
}

@media only screen and (min-width: 739px) and (max-width: 998px) {
    .row-fluid .product__row.left {
        max-width: 50%;
        min-width: auto;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1170px) {
    .row-fluid .product__row.left {
        max-width: 50%;
        min-width: auto;
    }

    .row-fluid .product__row.right {
        width: calc(45% - 30px);
    }
}

@media only screen and (min-width: 739px) and (max-width: 998px) {

    .bg__products .row-fluid .product__row.left,
    .row-fluid .product__mid__row.firstprod {
        min-width: auto;
        margin-right: 0;
        width: 50%;
    }

    .row-fluid .product__row.right,
    .product__row.last4mob {
        width: calc(50% - 30px);
    }
}

@media only screen and (min-width: 990px) and (max-width: 1281px) {
    .cat .cat__col:last-child {
        margin-right: 0;
    }

    .category_product .category__products__img {
        width: auto;
    }

    .prodTitleOuter {
        min-width: 90%;
    }

    .category__products .params_name {
        font-size: 14px !Important;
    }

    .category__products .category_product {
        padding: 20px;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1360px) {
    .category__products__mid {
        max-width: none !important;
    }
}

.acccc .center_wrapper {
    padding: 0 15px !important;
}

@media (max-width: 750px) {
    .body_if_filtr.fltr_open .filter {
        top: 0;
        height: 100%;
        overflow: auto;
    }
}

.popup__header-title.head_all {
    margin-top: 20px;
    margin-bottom: 20px
}

.range-field__txt {
    color: rgba(43, 51, 63, 0.3);
    margin-right: 4px;
}

.range-input {
    display: flex;
    justify-content: flex-start;
}

.range-field input {
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 1px;
    -ms-flex-positive: 1px;
    flex-grow: 1px;
    min-width: 1px;
    background-color: transparent;
}

.range-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 25px;
}

.filter input,
textarea {
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.range-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 1px solid #b5b5b9;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0 9px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
}

.range-field {
    margin-right: 20px;
}

.filter {
    font-weight: 300;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 0;

}

.filter__block:last-child {
    margin-bottom: 0;
}

.filter__row:last-child {
    margin-bottom: 0;
}

.filter__header_click.is-close:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.filter__count:last-child {
    margin-bottom: 0;
}

.filter-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    min-height: 25px;
}

.filter-list__item:last-child {
    margin-bottom: 0;
}

.filter .btn-fill,
.filter .btn-outline {}

.js-reset-filter {}

.js-reset-filter.active:hover {
    background-color: #2b333f;
    color: #fff !important;
}

@media (max-width: 1197px) {
    .filter-mobile .filter {
        height: calc(100% - 50px);
        overflow-y: auto;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        scrollbar-color: #86e782 rgba(0, 0, 0, 0.2);
        scrollbar-width: thin;
    }

    .filter-mobile .filter::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .filter-mobile .filter::-webkit-scrollbar-thumb {
        background-color: #ec0a18;
    }
}

@media (max-width: 600px) {
    .for_products.product_page .center_wrapper:first-child {
        padding: 0 !important;
    }
}

@media (max-width: 470px) {
    .center_wrapper.product_wr {
        padding: 0;
    }

    .center_wrapper.product_wr .center_wrapper {
        padding: 0 15px !important;
    }

    .filter {
        padding: 15px;
    }

    .category__filter .filters.leadbox {
        padding: 0px !important;
    }

    .range-input .podskazka {
        font-size: 12px;
        left: 9rem !important;
    }
}

.body_if_filtr .cat__all__inner {
    position: inherit !important;
    transition: position .5s;

}

.body_if_filtr .category__filter .b_filtr_button {
    z-index: -1;
    display: none;
}

.b_filtr_button__txt {
    transition: color .3s;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    transition: all .3s;
}

.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #c8000c !important;
}

.owl-carousel .owl-nav .owl-next .arr-right svg path,
.owl-carousel .owl-nav .owl-prev .arr-left svg path {
    transition: fill .3s;
}

.owl-carousel .owl-nav .owl-next:hover .arr-right svg path,
.owl-carousel .owl-nav .owl-prev:hover .arr-left svg path {
    fill: white !important;
}

.category_product {
    justify-content: space-between;
    background-color: #fff;
    padding: 20px 35px 20px 30px;
    position: relative;
    display: -webkit-box;
    font-weight: 300;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    border-radius: 20px;
    box-sizing: border-box;
    min-height: 210px;
}

.category__products__button {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    text-align: right;
}

.category__products__button__inner .category__products__img {
    width: 25%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 6.4%;
}

.category__products__mid {
    margin: 0 20px;
    font-size: 15px;
    -ms-flex-negative: 0;
    /*flex-shrink: 0;*/

}

.prodTitleOuter.mr-bottom-10 {
    /*margin-bottom: 15px;
    height: 26px;
    padding: 0 20px;*/
    text-align: left;

}

.btn__filter {
    width: 100%;
    font-size: 13px;
    font-family: 'Museo Sans';
    text-transform: uppercase;
    font-weight: 700;
    min-height: 50px;
}

.btn__filter_hide:hover {
    background-color: #e2e2e2;
    color: #070b10;
    border: 1px solid #d9d9d9;
    transition: all .3s;
}

.btn__filter_hide {
    color: rgba(43, 51, 63, 0.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border: 1px solid #5f6c7a;
    border-radius: 10px;
    min-height: 50px;
    padding: 10px 24px;
    color: inherit;
    font-weight: 500;
    min-width: 180px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product__badge {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    background-color: #fff;
    transition: .3s;
    position: relative;
    margin-left: 15px;
    box-sizing: border-box;
}

.product__badge:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    left: -5px;
    transform: rotate(-225deg);
}

.product__badge__img svg,
.product__badge__img {
    width: 20px;
    height: 20px;
}

.product__badge__img svg path,
.product__badge__img svg circle {
    stroke: #ec0a18;
}

.product__badge__txt {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: -1px;
}

.product__badge__txt span {
    transition: color .3s;
}

.product__badge__txt span:hover {
    color: #ec0a18;
}

.category_product .btn__new {
    font-size: 12px;
}

.btn__new {
    font-size: 13px;
    border: none;
    border-radius: 10px;
    height: 42px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}

.social .btn__new {
    text-transform: none
}

.btn__new:hover {
    cursor: pointer;
    transition: all .3s;
}

.red_button,
.grey_button {
    font-family: 'Museo Sans';
}

.red_button {
    background-color: #ec0a18;
    color: #fff;
    padding: 0px 24px;


}

.product__buttons .product__buttons__form {
    width: 50%;
}

.product__buttons .product__buttons__buy {
    width: 100%;
}

.product__buttons .red_button {
    width: 100%;
    height: 48px;
    transition: all .3s;
}

.red_button:hover {
    background-color: #c8000c;
    color: #fff !important
}

.grey_button {
    background-color: transparent;
    color: #070b10;
    border: 1px solid #5f6c7a;
    padding: 0px 7px;
    box-sizing: border-box;
    transition: all .3s;
}

.grey_button:hover {
    border: 1px solid #5f6c7a;
    outline: 1px solid #5f6c7a;
    transition: all .3s;
    color: #4b4b4b;
}

.grey_button:hover .product__buttons__txt {
    font-weight: 700;
    transition: all .3s;
}

.product__buttons__buy svg {
    width: 20px;
    fill: #515c68;

}

.product__btnwi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__btnwi svg {
    width: 20px
}

.product__btnwi__i {
    height: 20px;
}

h1.head_all {
    font-size: 36px;
    text-transform: none;
    font-weight: 300;
}

.button__filters svg {
    fill: #fff;
    width: 23px;

}

.category__products__button .product__buttons__form {
    margin: 0;
}

.category__products__button button {
    width: 100%;
    margin-top: 5px;
    transition: all .3s;
}

.category__products__button .product__badge {
    background-color: transparent;
}

.category__products__button .grey_button {
    padding: 0 30px;
}

.category__products__button .product__buttons__txt {
    font-weight: 500;
}

.category__products__mid .prodTitle {
    font-size: 16px;
    transition: color .3s;
}

.price_count {
    position: relative;
}

.arrow_link {
    transition: color .3s;
}

.arrow_link:hover {
    color: #ec0a18;
}

.arrow_link:after {
    transition: color .3s !important;
}

.arrow_link:hover:after {
    color: #ec0a18;
}

.product__btnwi__i {
    width: 20px;
    fill: #515c68;
}

.snd__row__price .red_button {
    display: flex;
    align-items: center;
    align-content: center;
    /*width: 49%;
    margin-right: 14px;*/
    justify-content: center;
    padding: 0;
}

.snd__row__price .grey_button {
    /*width: 49%;*/
    padding: 0px 22px;
}

.first__row__price a:hover .product__badge {
    color: #070b10 !important;
}

.swiper-slide .product__badge {
    padding: 5px 14px;
}

.b_filtr_button button:hover {
    cursor: pointer
}

.b_filtr_button:hover .b_filtr_button__txt {
    color: #ec0a18;
}

#cityselect__change .b-cityselect__change_info .head_all {
    text-transform: none;
    margin-bottom: 12px;
}

.acccc .center_wrapper {
    padding: 0
}

.filters.leadbox {
    margin-bottom: 15px;
    padding: 20px 30px;
    /*width: 342px;
    max-width: 342px;
    background-color: #fff;*/

    border-radius: 20px;
    box-sizing: border-box;
}

.filter .btn__grey2 {
    width: 100%;
    margin-top: 10px;
    min-height: 50px;
    max-width: none;
}

.login_up2,
.product__badge:hover {
    cursor: pointer;
}

.product__badge a {
    color: #070b10;
    transition: color .3s;
}

.slide_new .center_wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 70px;
}

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

.slide_img .carousel__item::before {
    content: "";
    z-index: 1;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    display: block;
    top: 0;

}

.slide_img .carousel__item.cass_car::before {
    left: 20px !important
}

.slide_btns .btn__new,
.slide_btns .btn__new.red_button {
    height: 50px;
    padding: 0;
    flex-basis: 250px;
    transition: all .3s;
}

.slide_btn.red_button {
    height: 44px;
}

.list_price:hover,
.category__products__button__inner .price_count:hover {
    transition: all .3s;
    color: #ec0a18;
    cursor: pointer
}

.product__page .expert__filter {
    border-radius: 0 !important;
}

.content-brands .owl-carousel.owl-drag .owl-item {
    background: #fff;
    padding: 30px 0;
    min-height: 175px;
    outline: 1px solid #ededed;
}

.owl-prev i,
.owl-next i {}

.owl-prev,
.owl-next {
    position: absolute;
    margin-top: -10px;
    z-index: 2;
    bottom: 60%;
}

.content-brands .owl-prev,
.content-brands .owl-next,
.obj__inner .owl-prev,
.obj__inner .owl-next {
    bottom: 0;
    cursor: pointer
}

.owl-prev {
    left: 5px;
}

.owl-next {
    right: 5px;
}

* .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e15241 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px !important;
    height: 7px !important;
}

.slide-one-nav .owl-prev {
    left: 5px;
}

.slide-one-nav .owl-next {
    right: 5px;
}

.hc__calc__row .btn__new {
    height: 48px;
    width: 48%;
}

.hc__calc__row .btn__new.red_button:first-child {
    background-color: grey;
    color: #fff;
}

.expert__filter {
    padding: 0px 32px;
    background-color: #fff;
    height: min-content;
    min-width: 342px;
    max-width: 342px;
    box-sizing: border-box;
}

.category__filter__inner .expert__filter {
    border-radius: 20px;
    padding: 32px 32px;
}

.ef__head {
    font-size: 18px;
    font-weight: 500;
}

.ef__head span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.ef__btn a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #363c43;
    min-height: 50px;
    transition: all .3s;
    box-sizing: border-box;
}

.ef__btn a:hover {
    transition: all .3s;
    background-color: #191c1f;
}

.rating svg:last-child {
    margin-right: 0;
}

.slide-one-nav2.disabled,
.slide-one-nav3.disabled,
.owl-carousel555 .owl-dots,
.owl-carousel555 .owl-nav {
    display: none !important;
}

.home__objects__brands .owl-stage {
    display: flex;
    align-items: center;
}

.icon_close_mobile_filter {
    cursor: pointer;
}

.hp__lf__btn.btn__new.red_button {
    font-size: 14px;
    border: none;
    border-radius: 10px;
    height: 50px;
    white-space: nowrap;
    background-color: #000;
    opacity: .9;
    color: #fff;
    padding: 0px 44px;
    width: 300px;
    border: 1px solid rgb(255 255 255 / 10%);
}

.product__btnwi .product__btnwi__i {
    margin-right: 10px;
}

.icon-sort {
    max-width: 12px;
}

.sorted_by span {
    margin-right: 5px;
    font-size: 14px;
}

p.selected {
    font-weight: 500;
    display: flex;
    align-items: baseline;
}

.sorted_by {
    justify-content: center;
    align-items: center;
}

.sorting {
    display: flex;
    justify-content: flex-end;
    font-size: 14px !important;
}

.category__products__mid .prodTitleOuter {
    padding-left: 0 !important;
    margin-bottom: 12px;
}

.icon-sort {
    max-width: 10px;
}

@media (max-width: 720px) {
    .category__filter .filter {
        max-width: 380px;
    }
}

@media (max-width: 990px) {
    .bc__icn .bc__icn__row {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .podskazka .podskazka_all,
    .product__btnwi {
        justify-content: center;
    }
}

@media (max-width: 456px) {
    .range-input .podskazka {
        top: 4% !important;
        left: 11.5rem !important;
        min-width: max-content;
    }
}

.content-block-xs .cat {
    display: flex;
    align-items: center;
    justify-content: flex-start;

    flex-wrap: wrap;
    /* margin-right: -20px;
    margin-bottom: -15px;*/
}

.cat__title {
    color: #070b10;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.cat__img {
    min-width: 50px;
}

.content-block-xs .cat.flvlcats {
    display: flex;
}

.cat__col {
    background-color: #fff;
    padding: 20px;
    box-sizing: content-box;
    border-radius: 20px;
    padding: 9px 18px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 26px;
    padding: 6px 15px;
}

@media (min-width: 549px) and (max-width: 738px) {
    .category_product .priceall {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 14px;
    }
}

@media (max-width: 549px) {
    .product__carto .ef__head span {
        border: none;
    }

    .product__carto .product__page .tabs__expert .expert__filter {
        min-width: 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 10px;
    }

    .product__carto .breadcrumbs-wrap,
    .product__carto .head__product {
        padding: 0 15px
    }

    .center_wrapper .slide_left .slide__left_inner .slide_facts {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1281px) {}

@media only screen and (min-width: 550px) and (max-width: 990px) {
    .cat .cat__title {
        text-align: center;
        font-size: 13px;
    }

    .cat .cat__col:last-child {
        margin-right: 0;
    }

    .cat .cat__link {
        flex-direction: column;
    }
}

.product-price .ruble {
    font-weight: 700;
    font-size: 28px;
}

@media (max-width: 430px) {
    .carousel__item li {
        justify-content: center;
    }

    .owl-carousel.owl-carousel3.owl-theme .owl-prev,
    .owl-carousel.owl-carousel3.owl-theme .owl-next {
        top: 25%;
    }
}

.dp-product .ruble {
    font-family: "ALSRubl-Arial", Arial, sans-serif;
}

.home__objects__inner.owl-carousel .owl-item img {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.product__btnwi__i {
    display: none;
}

.params .params_name {
    font-size: 14px;
    margin-bottom: 9px;
}

.product__carto .params .params_name {
    margin-bottom: 16px;
    font-size: 14px;
}

.cat__col.flvlcat {
    /*margin-right: 15px;*/
    background-color: #fff;
    padding: 10px 20px;
    outline: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 0;
    min-height: 87px;
}

.content-block-xs .flvlcats {
    flex-wrap: nowrap;
}

.content-block-xs .cat.flvlcats {
    padding-bottom: 0;
}

.flvlcat .cat__title {
    margin-left: 20px;
}


.button__filter__head img {
    max-width: 26px;
    margin-right: 10px;
}

.button__filters {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}

.filter__header_click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}


.input-choice {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.input-choice input {
    margin-right: 5px;
}

.category__products__img {
    max-width: 200px;
}

.half .carousel__item {
    width: calc(50% - 1px);
    height: 200px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.half .owl-theme {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.half .owl-theme .carousel__item:nth-child(1) {
    border-right: 2px solid #f3f4f6;
    border-bottom: 2px solid #f3f4f6;
}

.half .owl-theme .carousel__item:nth-child(2) {
    border-bottom: 2px solid #f3f4f6;
}

.half .owl-theme .carousel__item:nth-child(3) {
    border-right: 2px solid #f3f4f6;
}

@media (max-width: 850px) {
    .category_product .category__products__mid {
        width: auto;
    }

    .category__products__img {
        width: min-content;
        margin-right: 10px;
    }
}

@media (max-width: 395px) {
    #product-list-parent .product__head {
        padding: 8px 10px !important;
    }

    .block .menu-h {
        justify-content: center;
        width: 100%;
    }

    .block ul.menu-h li {
        margin-right: 0;
    }

    .block .menu-h li a {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    .flvlcat .cat__title {
        padding: 10px 10px 0 10px;
        display: block;
        white-space: normal !important;
    }
}

.serv__row .head_all {
    font-size: 24px;
    font-weight: 300;
}

@media (max-width:575px) {
    .head_all#price {
        font-size: 18px !important;
    }
}

@media (max-width: 998px) {
    .product__carto .ef__head span {
        border: none;
    }

    .product__page .expert__filter {
        min-width: auto;
        max-width: none;
    }
}

.catalog-target_click:hover .menu-bot,
.catalog-target_click:hover .head_mhide,
.catalog-target_click.active .menu-bot,
.catalog-target_click.active .head_mhide,
.nav__has-submenu:hover .has_chiild,
.nav__has-submenu.-active .has_chiild,
.nav__list a:hover {
    transition: all .3s;
    color: #ec0a18;
}

.catalog-target_click:hover path,
.catalog-target_click.active path,
.nav__has-submenu:hover .has_chiild,
.nav__has-submenu.-active .has_chiild {
    stroke: #ec0a18;
    transition: all .3s;
}

.col_vid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product__head .ph__col__inner.col_vid span {
    transition: color .3s;
}

.product__head .ph__col__inner.col_vid:hover span {
    color: #ec0a18;
}

.col_vid svg {
    width: 22px;
}

.product__head .cls-1 {
    fill: #070707 !important;
}

.product__head {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
    /*min-height: 110px;*/
    padding: 8px 30px;
    box-sizing: border-box;


}

.col_vid svg {
    margin-right: 5px;
}

.col_vid {
    cursor: pointer;
}

.col_vid #list {
    width: 23px;
    overflow: visible;
}

.col_vid #grid {
    width: 20px;
}

.polmont_col.btn__new {
    padding: 10px 20px;
}

.polmont_col.btn__new:hover {
    background-color: #c8000c;
    transition: all .3s;
}

.polmont_col.btn__new {
    font-size: 12px;
    font-weight: 700;
    transition: all .3s;
}

.for_products .content-block-xs {
    margin-bottom: 15px;
}

.banner__cat {
    border-radius: 20px;
    padding: 28px 34px 0 34px;
    padding-left: 0;
    box-sizing: border-box;
    /*margin-top: 15px;*/

}

.banner__cat__inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.bc__col.bc__left {
    max-width: 66%;
    z-index: 5;
    /*color: #fff;
    margin-top: 18px;*/
}

.bc__col.bc__right img {
    max-height: 200px;
}

.banner__cat {
    position: relative;
}

.category-name.head_all {
    padding-top: 0 !important;
    margin-top: 10px;
    /*color:#fff;*/
    font-size: 32px;
}

.breadcrumbs {
    margin-top: 0 !important;
}

.bc__txt {
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.rmore {
    font-weight: 300;
    /*margin-left: 10px;*/
    white-space: nowrap;
}

.bc__txt__inner,
.rmore {
    display: inline;
}

.bc__icn__row {
    display: flex;
    margin-top: 22px;
}

.bc__icn__row svg {
    max-width: 40px;
    margin-right: 12px;
    width: 20px;
}

.bc__icn__row__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 3em;
    white-space: nowrap;
}

.bc__icn__row__inner span {
    font-size: 14px;
    border-bottom: 1px solid rgb(47 47 47 / 28%);
    transition: all .3s;
}

.rating path {
    fill: #363c43;
}

.bc__icn__row__inner span svg {
    margin: 0;
    display: inline;
}

.bc__icn__row__inner span path {
    fill: #494c51;

}

.category__products__buttons {
    display: flex;
    flex-direction: column-reverse;
}

.bc__icn__row__inner g {
    stroke: #494c51;
}

.category__new__head .category-name.head_all {
    display: inline-block;
}

.qty_ff {
    position: relative;
    top: -3px;
}

.button__filter__head span .qty_ff {
    font-size: 12px;
    font-weight: 300;
}

.category__products__button .product__buttons__buy .addtocart {
    margin-bottom: 10px;
}

.text-justify::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 13px;
    background: linear-gradient(to right, transparent 0%, #f5f5f5a3 20%, #f3f4f6bd 80%, #f5f5f5e3 10%);
}

.text-justify {
    position: relative;
}

.rmore,
.cat__title,
.sorted_by .selected,
.input-choice,
.input-choice input {
    transition: all .3s !important;
}

.rmore:hover,
.cat__title:hover,
.sorted_by:hover .selected,
.range-slider:hover .ui-slider-handle,
.input-choice:hover,
.input-choice:hover input {
    cursor: pointer;
    color: #ec0a18;
    transition: all .3s;
}

.bc__icn__row__inner:hover span {
    cursor: pointer;
    color: #ec0a18;
    border-color: #ec0a18;
    transition: all .3s
}

.text-justify.act2::after {
    display: none;
}

.expert__filter.sticky {
    position: sticky;
    top: 0;
}

.param__inner {
    margin-bottom: 40px
}

.product__carto .head_all {
    font-size: 28px;
}

.breadcrumbs li span:hover,
.skidka:hover .itm__txt,
.tabs__head:hover {
    color: #ec0a18;
    transition: all .3s;
    cursor: pointer;
}

.breadcrumbs li:last-child span:hover {
    color: #25282c;
}

.info__page .breadcrumbs-wrap {
    margin-top: 28px;
}

.info__page .head_all {
    margin-block-start: 15px;
    margin-top: 10px;
}

.search .btn__new.red_button {
    height: 100%;
    border-radius: 15px;
}

.search__form .popup__header-title.head_all {
    margin-bottom: 30px;
}

.grey_button:hover {
    text-shadow: 0 0 0.01px black;
}

.breadcrumbs {
    white-space: nowrap;
}

.parent_sl .prodTitle {
    font-weight: 300;
}

@media (max-width:1360px) {
    .btn__new {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1060px) {
    .up_cats.red_color.menu__bottom {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 999px) and (max-width: 1023px) {
    .up_cats.red_color.menu__bottom {
        margin-right: 10px;
    }
}

.menu-h li {
    border: 1px solid transparent;
}

.inline-link {
    font-size: 20px;
}


.bc__row__bread {
    width: 100%
}

.buttons__card .btn__new {
    flex-basis: 48%;
    padding: 0;
}

.b-cityselect__wrapper:hover span,
.top__line__inner .i-cityselect__var--phone:hover,
.category-list__item:hover .category-list__txt,
.product__badge:hover a,
.icons__home__inner:hover .icons__about__txt__head {
    color: #ec0a18;
    text-decoration: none !important;
    transition: all .3s;
}

.hp__col.lf .hp_row:last-child:hover .red_button {
    opacity: .85;
    transition: all .3s;
}



.header__mob__inner .center_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


}

.bc__icn__row__inner img {
    max-width: 22px;
    margin-right: 7px;
}

.params__new__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-end;
    margin-bottom: 12px;
}

.pn__val,
.pn__name {
    font-size: 14px;
}

.pn__name {
    z-index: 2;
    background: #fff;
    padding-right: 2px;
    white-space: nowrap;
    color: #686868;

}

.pn__val__inner span {
    background-color: #fff;
}

.pn__val__inner {
    text-wrap: balance;
    text-align: right;
}

.footer__new__inner.center_wrapper {
    padding: 0 15px;
}

.ifs__lr .grey_button {
    color: #fff;
    padding: 0 24px;
    height: 44px;
    background-color: #151515;
    border: none;
}
.info__page .ph__row img {
    max-width: 150px;
}

.st21 {
    fill: #070b10;
}


.info__page div.head_allб .sel__doc {
    margin-bottom: 30px;
}

.war__p .bc__icn__row {
    margin-top: 0;
}

.war__p h1.head_all {
    margin-bottom: 10px;
}

.polmont_col.red_button {
    margin-left: 15px;
}

.mob_product_tabs .expert__filter {
    min-width: auto !important;
    max-width: none !important;
}

.product__page.mob_product_tabs .ef__head span {
    border: none;
}

.product_page .head_all {
    font-weight: 300 !important;
}

.owl-next svg:hover {
    cursor: pointer;
}

.input-choice i.icon16 {
    border-radius: 50%;
    outline: 1px solid #ebebeb;
    margin: 0;
    width: 10px;
    margin-right: 5px;
    display: inline-block;
    height: 10px;
}

.input-choice__symbol:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.input-choice input[type="checkbox"]+.input-choice__symbol:after {
    width: 8px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 3px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.input-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

.input-choice input[type="checkbox"]+.input-choice__symbol {
    width: 17px;
    height: 17px;
    border: 1px solid #9d9d9d;
    border-radius: 4px;
}

.input-choice__symbol {
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 9px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.input-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.input-choice input[type="checkbox"]:checked+.input-choice__symbol {
    border-color: #ec0a18;
    background-color: #ec0a18;
}

.input-choice input[type="checkbox"]:checked+.input-choice__symbol:after {
    opacity: 1;
}

.serv__row .head_all {
    margin-top: 0;
}

.serv__row .ruble {
    margin-left: 0;
}

.request .head_all {
    margin-top: 0 !important;
}

.request .slide_btn.red_button {
    height: 50px;
    max-width: 200px;
    float: right;
    margin-right: 0;
}

.a2c__wrapper .btn__new {
    align-items: center;
    display: flex;
}

.a2c__btns .red_button a {
    color: #fff !important;
}

.category_product .product-price-old.compare-at-price:after {
    height: 2px;
    right: 0;
    left: auto;
}

.category_product .product-price-old {
    position: relative;
    width: min-content;
    white-space: nowrap;
}

.range-input .podskazka {
    top: 4% !important;
    left: 10rem !important;
}

.range-input .podskazka {
    min-width: 150px !important;
}

.ui-slider-handle {
    transition: none !important;
}

.slider:hover .ui-slider-handle {
    transition: none !important;
}

.filter__close .icon_close_mobile_filter {
    transition: opacity .3s;
}

.filter__close .icon_close_mobile_filter:hover {
    opacity: .6;
}

.itemInner__compare svg path {
    fill: rgb(38, 38, 38);
}

.itemInner__compareBlock.itemInner__compareBlock_active svg path {
    fill: #c8000c;
}

.cat.owl-carousel5.flvlcats {
    flex-wrap: nowrap !important;
}

.price_q {
    font-size: 28px;
    font-weight: 700;
    color: rgb(59, 55, 55);
}

.price_rub {
    font-size: 14px;
}

.product__information {
    background: url('/wa-content/img/product_info_bkg.jpg') repeat-x;
    display: flex;
    justify-content: space-between;

}

.product__information-item {
    display: inline-block;
    position: relative;
    padding: 36px 0 0 5.5em;
    color: #070b10;
    font-size: 13px;
    line-height: 13px;
    height: 40px;
    width: 9%;

}

.product__information-guarantee {
    background: url('/wa-content/img/icons_pr/6.png') no-repeat 1px 14px/32%;
}

.product__information-support {
    background: url('/wa-content/img/icons_pr/5.png') no-repeat 1px 16px/30%;
    margin-right: 10px;
}

.product__information-delivery {
    background: url('/wa-content/img/icons_pr/3.png') no-repeat 1px 13px/33%;
    margin-right: 10px;
}

.product__information-item_pickup {
    background: url('/wa-content/img/icons_pr/4.png') no-repeat 1px 16px/30%;
    margin-right: 10px;
}

.product__information-item_sale {
    background: url('/wa-content/img/icons_pr/2.png') no-repeat 1px 12px/32%;

}

.product__information-certif {
    background: url('/wa-content/img/icons_pr/1.png') no-repeat 1px 14px/28%;
    margin-right: 10px;
}

.product__mid__firstrow__head {
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 20px;
    margin-bottom: 20px;
}

.product__delivery_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}



.product__delivery__ico img {
    max-width: 22px;
}

.product__delivery__ico {
    margin-right: 12px;
    width: 40px;
}

.product__delivery__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.product__delivery__txt {
    font-size: 14px;
    max-width: 72%;

}

.del__del .product__delivery__ico img {
    width: 33px;
    max-width: none;
}

.del__pay .product__delivery__ico img {
    width: 25px;
    max-width: none;
    padding-left: 5px;
}

.product__delivery__row svg {
    width: 19px;
    margin-top: 1px;
    position: absolute;
    right: 0;
}

.product__delivery__row.open svg {
    transform: rotate(90deg);
    transition: .5s;
}

.product__delivery__txt2,
.product__delivery__txt3 {
    display: none;
    font-size: 14px;
    margin-bottom: 14px;
}

.product__delivery__txt2 a,
.product__delivery__txt3 a {
    color: #ec0a18;
}

.product__delivery__row:hover {
    cursor: pointer;
    transition: all .3s;
}

.product__delivery__row:hover svg {
    stroke: #ec0a18;
    transition: all .3s;
}

.product__delivery__row:hover .product__delivery__txt {
    color: #ec0a18;
    transition: all .3s;
}

.product__delivery .location__top {
    display: block;
}

.serv__row .price-type-text {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    white-space: nowrap;
}

.price-type {
    font-size: 20px;
    margin: 0 0 18px;
}

.price-type-text {
    display: inline-block;
    max-width: 70%;
    font-size: 21px;
    vertical-align: center;
}

.price-type-img {
    display: inline-block;
    max-width: 30%;
}

.price-box-wrap,
.work-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}

.price-box-col {
    box-sizing: border-box;
    padding: 0 10px;
    width: 20%;
    margin-bottom: 20px;
}

.price-box {
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding: 26px 10px 29px;
    background-color: #f3f4f6;
    border-radius: 20px
}

.price-box__title {
    margin-bottom: 7px;
}

.price-box__title,
.price-box__price {
    font-weight: 500;
}

.price-box__price {
    font-size: 26px;
    margin-bottom: 4px;
}

.product__head__seo {
    height: 56px;
}

.sf__open .product__head__seo {
    height: 160px;
    transition: ease-in-out;
}

.price__dost {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.price__dost .wa-price {
    margin-right: 3px;
    color: #555;
    font-size: 13px;
}

.price__dost .wa-date {
    color: #555;
    font-size: 13px;
}

.price-type-img img {
    max-width: 60px;
    height: 40px;
}



.params_name span,
.button__filters__txt {
    white-space: nowrap;
}

.filter-list__count {
    margin-left: auto;
    color: rgba(43, 51, 63, 0.3);
}

.filter-mobile-header {
    display: none;
}

.params_name.p_acc:after {
    display: none !important;
}

.nonbg__products .bottom__part__inner {
    padding-bottom: 3vw;
}

.nonbg__products .features_block1 {
    margin: 0;
    padding-bottom: 60px;
    padding-top: 30px;
}

.nonbg__products {
    margin-bottom: 40px;
}

.cat__itm {
    margin-right: 20px;
    background-color: #fff;
    transition: all .3s;
    width: 25%;
    padding: 20px;
    border-radius: 20px;
}

.cat__itm:hover {
    background-color: grey;
    transition: all .3s;
}

.cat__itm__inner {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    padding-left: 14px;
}

.cat__itm img {
    max-width: 210px;
    max-height: 100px;
}

.cat__itm__img {
    margin-right: 16px;
}

.cat__itm__txt {
    color: #070b10;
    padding-top: 20px;
    font-size: 18px;
}

.cat__itm:last-child {
    margin-right: 0;
}

.categoryin_modal_toggle {
    color: #0285c9;
    cursor: pointer;
    padding: 0;
    margin-top: 8px;
}

.owl-next {
    right: -12px;
}

.owl-prev {
    left: -12px;
}

.filters_toggle {
    color: #0285c9;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}

.filters_toggle_span {
    margin-right: 0;
    font-weight: 400;
    font-size: 15px;
    transition: all .3s;
    border-radius: 5px;
    color: #070b10;
}

.closed .filters_toggle_span {
    position: absolute;
    right: 0;
}

.filters_toggle_span:hover {
    color: #ec0a18;


}

.banner__cat__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: linear-gradient(90deg, #313131 25.42%, rgba(0, 0, 0, 0) 95%);
    border-radius: 20px;
}


.head_all__fsc {
    display: block !important;
}

.cat__doc {
    padding-right: 20px;
}

@media (max-width: 1440px) {
    .flvlcats .flvlcat {
        width: auto !important;
    }
}
@media (max-width: 1360px) {
    .params__namepr {
        order: 3;
        white-space: nowrap;
    }
    .category__products__mid.sum_cat {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1359px) {
    .ph__row img {
        margin: 0 !important;
    }

    .center_wrapper.bg__products {
        padding: 10px !important;
    }
}
@media (max-width:1280px) {
    .category_product {
        padding-right: 21px;
    }

    .category__products .category_product {
        padding: 20px;
    }
}

@media (max-width: 1279px) {
    #product-list-parent .product__head {
        padding: 8px 20px;

    }

    .product__page .expert__filter {
        padding: 0px 0px 0px 32px;
    }

    .category__products__img img {
        min-width: 160px;
    }

    .sum_cat .params_name span:first-of-type {
        max-width: 22vw;
    }

    .product__row .btn__new {
        font-size: 12px;
        min-height: 48px;
    }
}
@media (max-width: 1197px) {
    .filter-mobile {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 400px;
        height: 100%;
        margin-bottom: 0;
        -webkit-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }

    .filter-mobile.is-show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .filter-mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        font-weight: 500;
        height: 60px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .filter-mobile-header__title {
        text-transform: uppercase;
        font-size: 19px;
    }
}
@media (max-width:1150px) {
    .category__filter__inner {
        order: 2;
    }

    .cat__all__inner .expert__filter {
        display: none;
    }

    .category-lasser {
        margin-bottom: 50px;
    }

    .cat__all__inner {
        flex-direction: column;
    }

    #product-list-parent {
        width: 100%;
    }

    .category__filter .cat__all__inner .neww {
        margin-left: 0;
    }

    .b_filtr_button {
        display: block;
        position: absolute;
        top: -29px;
    }

    .category__filter {
        margin-top: 65px;
    }

    .filter-param .ui-widget-content {
        width: 96%;
    }

    .filtr_button {
        border: 0px;
        background: transparent;
        display: flex;
        align-items: center;
        gap: 3px;
    }



    .filter {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 272px;
        left: -1000px;
        z-index: 1111111;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background: #fff;
        border: 1px solid #e2e2e2;
        overflow: auto;
        transition: left 500ms;
        top: 0;
        max-width: 500px;
    }

    .animate_mobile_filtr {
        left: 0px;
        transition: left 500ms;
    }

    .filter__close {
        display: flex;
        justify-content: end;
        padding: 0px 0px 10px 0px;
        position: absolute;
        right: 15px;
    }

    .range-input .podskazka {
        width: fit-content;
        top: 1% !important;
        left: 12rem !important;
    }

    #main-product-page .product__row.right {
        max-width: 100%;
    }
    .price_count {
        font-size: 28px;
    }
    .podskazka {
        left: 120px !important;
        max-width: 159px!important;
        min-width: auto;
    }
    .category__filter__inner .filters.leadbox.ajax {
        min-width: 320px;
    }
}
@media (max-width: 1100px) {
    .price-box-col {
        width: 33.333%;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1180px) {
    .product__delivery__txt {
        font-size: 13px;
    }

    .product__mid__firstrow__head {
        font-size: 14px
    }
}
@media(max-width:998px) {
    .cat__link {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .cat__title {
        text-align: center;
        font-size: 12px;
    }

    .cat__col.flvlcat {
        padding: 10px;
        padding-top: 0;
        height: fit-content;
        min-height: 110px;
    }

    .bc__icn__row__inner {
        margin-right: 0;
        margin-bottom: 7px;
    }

    #page__inner_garantia .bc__icn__row__inner {
        margin-right: 35px;
    }

    .bc__icn__row {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .bc__col.bc__left {
        max-width: 100%;
    }

    .bc__row__bread {
        top: -15px;
        left: -5px;
    }

    .bg__products.center_wrapper.content-tab-pr {
        height: fit-content;
        padding-bottom: 40px !important;
        padding-top: 10px !important;
    }

    .product__carto .head_all {
        font-size: 24px;
        line-height: 26px;
    }

    .category__filter .expert__filter {
        display: none;
    }
    .cat__title {
        text-align: center;
        font-size: 12px;
    }

    .category_toggle_span {
        font-size: 14px;
    }

    .cat__col.flvlcat {
        padding: 0 10px;
        padding-top: 0;
        height: fit-content;
        min-height: 110px;
    }

    .flvlcat.carousel__item .cat__link {
        gap: 0;
    }

    .cat .cat__link {
        flex-direction: column;
    }

    .cat__img {
        margin-right: 0;
    }

    .flvlcat .cat__title {
        margin-left: 0!important;
        padding-top: 5px;
        text-align: center;
        font-size: 13px;

    }

    .category__filter {
        margin-top: 56px;
    }
    
}

@media (max-width: 991px) {
    .price-box {
        text-align: center;
        height: 100%;
        box-sizing: border-box;
        padding: 26px 10px 29px;
        background-color: #e3f4fb;
        border-radius: 20px;
    }

    .price-box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px 20px;
    }

    .price-box-col {
        box-sizing: border-box;
        padding: 0 10px;
        width: 20%;
        margin-bottom: 20px;
    }

    .price-box-col:nth-child(even) .price-box {
        background-color: #f7f7f7;
    }

    .price-box__title,
    .price-box__price {
        font-weight: bold;
    }

    .price-box__title {
        margin-bottom: 7px;
    }

    .price-box__price {
        font-size: 26px;
        margin-bottom: 4px;
    }
}
@media (max-width:990px) {

    .category_product .price_count {
        font-size: 22px;
    }
    .product__head {
        padding: 8px 14px 8px 20px;
    }
}
@media (max-width: 989px) {
    .prod_summary.sum_cat .params_name span:first-of-type {
        max-width: 32vw;
    }

    .cat__img {
        margin-right: 0 !important;
    }

    .flvlcat .cat__title {
        margin-left: 0 !important;
        padding-top: 5px;
    }

    .cat__col.flvlcat {
        justify-content: center !important;
    }
}

@media (max-width: 955px) {
    #page__inner_sotrudnichestvo .page__content__inner.center_wrapper .slide__new__in .slide_img {
        display: none;
    }
}
@media (max-width: 850px) {
    .category__products__mid.sum_cat {
        margin: 0 20px 0 0px;
    }
}
@media (max-width: 800px) {
    .bc__icn .bc__icn__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 0;
        max-width: 380px;
    }
    .category__filter .filtr_button {
        padding: 0;
    }

    .category__products__mid {
        margin: 0 4px 0 0px;
    }

    #product-list .category__products__img {
        width: 100%;
        max-width: 160px;
        margin-right: 10px;
    }
}

@media (min-width: 738px) and (max-width:998px) {
    .category__products__button__inner .product__badge {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (min-width: 739px) {
    .category_product .priceall {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .cat__col.flvlcat {
        margin-right: 0;
    }

    .for_products .content-block-xs {
        margin-bottom: 0;
    }

    .cat__col {
        margin-right: 7px;
        margin-bottom: 15px;
    }
}
@media (max-width: 738px) {
    .product__badge {
        min-height: 26px;
    }

    .category__products__button__inner {
        justify-content: flex-end;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: self-end;
        width: 100%;
    }

    .product__buttons__form,
    .product__buttons__buy {
        width: calc(50% - 5px);
    }

    .pn__val,
    .pn__name {
        font-size: 13px !important;
    }

    .product__carto .breadcrumbs-wrap,
    .product__carto .head__product {
        padding: 0 15px
    }

    .category__products__button .price_count {
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .text-justify.act2 {
        position: relative;
    }

    .rmore {
        /* position: absolute;
        right: 0;
         margin-right: 5px;
         padding-left: 20px;
    */
        background: #f3f4f6;
        background: linear-gradient(to right, #f3f4f6a8 0%, #f3f4f6 15%, #f3f4f6 100%);
        overflow: hidden;
    }

    .pn__val,
    .pn__name {
        font-size: 13px;
    }

    .for_products.populardesk {
        display: none !important;
    }

    .filters.leadbox {
        padding: 0 !important;
    }

    .category_product .category__products__button__inner {
        align-items: center;
    }

    .category_product .category__products__button__inner {
        flex-direction: row;
    }

    .category__products .category_product .category__products__button {
        flex-direction: column;
    }

    .category__filter .filters.leadbox {
        padding: 15px !important;
    }
    .params_name {
        overflow: visible !important;
    }
    .category__products__mid .prodTitleOuter {
        padding-left: 0;
        margin-bottom: 22px;
    }

    .product_actions {
        left: 20px;
        max-width: calc(100% - 40px);
        box-sizing: border-box;
    }

    .cat__col {
        padding: 6px 13px;
    }

    .cat.owl-carousel.owl-theme.category_buttons {
        gap: 5px;
    }

    .category_product {
        flex-direction: column;
    }

    .category__products__mid.sum_cat {
        width: 100%;
        margin-top: 15px;
    }

    .category__products__button {
        width: 100%;
        max-width: 100%;
    }

    .category__products__button__inner {
        display: flex;
        margin: 5px 0;
    }

    .category__products__buttons {
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }

    .category__products__buttons .product__buttons__form,
    .category__products__buttons .product__buttons__buy {
        flex-basis: 50%;
    }

    .category__products__button .product__badge {
        border: 1px solid #dcdce3;
        padding: 5px;
        position: relative;
    }

    .category__products__button .product__badge:before {
        content: "";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        background: #fff;
        border-right: 1px solid #dcdce3;
        border-bottom: 1px solid #dcdce3;
        left: -5px;
        transform: rotate(-225deg);
    }

    #product-list .category__products__button {
        gap: 10px;
    }

    .category__filter .filtr_button {
        padding: 0;
    }

    #product-list .category__products__button {
        min-height: auto;
    }

    #category-products .params .pn__name__inner {
        font-size: 13px;
    }

    .category__products__buttons {
        flex-direction: row-reverse;
    }

    .category__filter .category__products .category_product {
        padding: 20px;
        gap: 0;
    }

    .category__products__mid .prodTitleOuter {
        text-align: center;
    }

    #product-list .category__products__img {
        margin-right: 0;
    }

    .params {
        width: 100%;
    }

    .category__products__button .product__buttons__buy form {
        margin-bottom: 0;
    }

    .i-cityselect__var--cat_block .bc__icn__row {
        max-width: 650px;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner {
        flex-basis: 45%;
        margin-bottom: 5px;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner span {
        text-wrap: nowrap;
    }

    .block ul.menu-h li {
        margin-right: 0;
    }

    .flvlcat .cat__title {
        font-size: 12px;
    }

    .category__filter {
        margin-top: 55px;
    }

    div.nonbg__products .bg__inner {
        padding: 20px 20px 50px 20px;
    }

    #category-products #categoryPage .content-block-xs {
        margin-top: 0;
    }

    div.center_wrapper {
        padding: 0 10px;
    }
    .txt__icons span:last-child {
        font-size: 12px !important;
    }
}
@media (max-width: 700px) {
    .i-cityselect__var--cat_block .bc__icn__row {
        max-width: 610px;
    }
}
@media (max-width: 678px) {
    .i-cityselect__var--cat_block .bc__icn__row {
        flex-wrap: wrap;
        row-gap: 10px;
        max-width: 380px;
        justify-content: flex-start;
        gap: 10px 3px;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner {
        margin-bottom: 0;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner span {
        font-size: 14px;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner img {
        margin-right: 7px;
    }
}
@media (max-width: 600px) {
    .filter-mobile {
        width: 100%;
    }
    .price-box-col {
        width: 50%;
    }
    #page__inner_garantia .bc__icn__row .bc__icn__row__inner span {
        font-size: 13px;
    }
}
@media (max-width:575px) {
    .price-type {
        display: flex;
        margin-right: 20px;
        align-items: center;
    }
}
@media (max-width:550px) {
    .category_product .product__badge {
        margin-left: 11px;
        padding: 3px 5px;
    }

    .category__products__buttons {
        gap: 10px;
    }

    .podskazka_all__desc {
        display: none;
    }

    .podskazka {
        min-width: unset;
        left: 135px !important;
    }

    .range-input .podskazka {
        max-width: 175px;
    }

    .cat__col.flvlcat {
        text-align: center;
        min-height: 120px;
    }

    .cat__col.flvlcat .cat__link {
        flex-direction: column;
    }

    .cat__col.flvlcat .cat__img {
        margin: 0;
    }

    .menu-h li a {
        width: 39px;
        height: 39px;
    }

    .flvlcat.carousel__item .cat__link {
        gap: 0;
    }

    .banner__cat__inner .param__inner .bc__txt {
        max-height: 100px;
    }

    .category-name.head_all {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    #product-list .category__products__button {
        gap: 5px;
    }
  
   
}
@media (max-width: 500px) {
    #page__inner_garantia .bc__icn__row .bc__icn__row__inner span {
        font-size: 14px;
    }

    #page__inner_garantia .bc__icn .bc__icn__row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 420px) {
    .price-box-wrap {
        margin: 0 -5px 10px;
    }

    .price-box-col {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .price-box__price {
        font-size: 22px;
    }
        .param__inner .bc__icn .bc__icn__row {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }
    
        .a2c__wrapper.above-overlay .btn__new {
            width: 100%;
            margin: 0;
            justify-content: center;
            box-sizing: border-box;
        }
    
        .half .carousel__item {
            padding: 0;
        }
    
        .hp__lf__btn.btn__new.red_button {
            height: 44px;
            padding: 0px 25px;
            font-size: 13px;
        }
    
        .a2c__btns .red_button a {
            justify-content: center;
        }
    
        .a2c__btns .btn__new {
            width: 100%;
            box-sizing: border-box;
        }
        .sorted_by {
            flex-direction: column;
            align-items: end;
        }
    
        .sorted_by .selected {
            gap: 5px;
        }
    
        .sorted_by span {
            margin-right: 0px;
        }
    
        .range-input .podskazka {
            left: 8rem !important;
        }
    
        .filter__header_click__mob {
            max-width: 115px;
        }
    
        .podskazka {
            left: 142px !important;
            max-width: 150px;
        }
    
        .category__filter__inner .filters.leadbox.ajax {
            min-width: 100%;
        }
    
}
@media (max-width:380px) {
    .product__head {
        padding: 8px 15px;
    }

    .category__filter .category__products .category_product {
        padding: 20px 12px;
    }

    .block .menu-h li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .features_block li {
        min-height: 175px;
    }

    .range-input .podskazka {
        left: 6rem !important;
    }

    .filter__header_click__mob {
        max-width: 91px;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner {
        flex-basis: 47%;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner span {
        border-bottom: 1px solid transparent;
    }

    .banner__cat__inner .param__inner .bc__txt {
        max-height: 75px;
    }

    .podskazka {
        left: 115px !important;
    }

    .category__products__buttons {
        gap: 5px;
    }
}
@media (max-width: 375px) {
    .serv__row .head_all {
        font-size: 18px !important;
    }

    .for_products .features_block_middle .features_block span {
        font-size: 11px !important;
    }

    .selected span {
        display: flex !important;
    }
}
@media (max-width: 365px) {
    .category .header__mob__botline .logo__mob__top>.logo {
        width: auto !Important;
    }
    .range-input .podskazka {
        font-size: 12px;
    }

    .category__filter__inner .filter.animate_mobile_filtr {
        padding: 8px;
    }
}
@media (max-width:360px) {
    .i-cityselect__var--cat_block .bc__icn__row__inner {
        flex-basis: 100%;
    }

    .i-cityselect__var--cat_block .bc__icn__row__inner span {
        font-size: 13px;
    }
}
@media only screen and (min-width: 10px) and (max-width: 738px) {
    .price-type .price-type-text {
        max-width: 100%;
    }

    .grid-sector__item .price-type {
        margin-right: 0;
    }

    .serv__row.page__content__inner .price-type-text {
        font-size: 16px;
        white-space: normal;
    }
}
@media (max-width:320px) {
    .category__products__button__inner {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        align-items: center;
        gap: 2px;
    }

    .category_product .priceall {
        margin-left: 17px;
    }

    .ph__col__inner.col_vid span {
        font-size: 12px !important;
    }

    .sorted_by span {
        font-size: 12px;
    }

    .group .feature-li-wrap {
        height: 155px;
    }

}
