/* Общие */
#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;
    max-height: 38px;
    overflow: hidden;
}
.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;
    margin-bottom: 15px;
}
.cat__all__inner {
    transition: position .5s;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
/* Конец - Общие */


/* flvlcat */
.cat__col img {
    max-width: 70px;
    max-height: 60px;
}
.flvlcat.carousel__item .cat__link{
    gap: 18px;
}
.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__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.cat__title:hover {
    color: var(--txt-hover);
}
.cat.owl-carousel.owl-theme.category_buttons {
    gap: 10px;
}  
/* Конец 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: -2px;
    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{
    font-size: 18px;
    font-weight: 500;
}

.ef__head span {
    display: block;
    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;
}
.sorted_by span:hover {
    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;
    padding: 11px 18px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    display: block;
    top: 30px;
    box-sizing: border-box;
}
.other_sort {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding: 0 18px !important;
}
.other_sort.visible {
    max-height: 210px; 
    height: 210px; 
    padding: 0;
}
.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;
    margin-right: 7px;
}
.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;
}

.category_product {
    justify-content: space-between;
    background-color: #fff;
    padding: 18px 35px 18px 30px;
    font-weight: 300;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    border-radius: var(--br-big);
    box-sizing: border-box;
    min-height: 210px;
    position: relative;
}
.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;
}
.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: 1px;
}
.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__img {
    min-width: 200px;
}
.category__products__img img {
    width: 100%;
    display: block;
    margin-top: 30px;
}
.category__products__mid.sum_cat {
    width: 55%;
    margin: 0 20px 0 0px;
    min-height: 130px;
}
.category__products__mid .prodTitleOuter {
    padding-left: 0;
    margin-bottom: 12px;
}
.category__products__mid  {
    margin: 0 20px 0 0px;
    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: 4px;
}

.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 {
    position: unset;
    left: 10px;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
}

/* Конец compare */

/* Пагинация */
.category__filter .cat__all__inner .neww {
    margin-bottom: 35px;
    width: 100%;
    margin-left: 362px;
    margin-top: 15px;
}

.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: end;
    flex-wrap: nowrap;
}
ul.menu-h li {
    text-align: left;
    list-style-type: none;
    font-weight: 400;
    padding: 0 0 0 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);
}

.features_block_middle .owl-dots {
    margin-top: 22px;
}
/* Конец Пагинация */

/* Конец 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;
    margin-top: 5px;
}
.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;
}
.desccat__txt ul li {
    list-style-type: disc;
}
/* Finish Text  */
/* cat_block */
.banner__cat__inner .bc__col.bc__left .bc__col__inner .param__inner{
    max-width: 890px;
}
.flvlcats .owl-nav {
    top: -10px;
}

.i-cityselect__var--cat_block .bc__icn__row{
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
    max-width: 760px;
    gap: 10px;
}

.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);
}
.banner__cat__inner .param__inner .bc__txt {
    padding-left: 2px;
}
/* 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;
}
@media (max-width:1360px) {

  /*для категории*/
  .category__products__mid.sum_cat {
    margin: 0;
  }
  .category_product {
    gap: 10px;
  }

}
@media (max-width:1280px) {
     .category_product {
        padding-right: 21px;
     }
     .category__products .category_product {
        padding: 20px;
    }
}




@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: -40px;
    }
    .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;
    }
    .btn-icon {
        height: 26px;
    }
    .btn-icon img {
        width: 26px;
    }
    .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: 20px;
    }
    .range-input .podskazka {
        width: fit-content;
        top: 1% !important;
        left: 12rem !important;
    }
    #main-product-page .product__row.right {
        max-width: 100%;
    }
    #product-list-parent .product__head {
        padding: 8px 13px 8px 20px;
    }
    .price_count {
        font-size: 28px;
    }
}
@media (max-width:998px){
    .cat__title {
        text-align: center;
        font-size: 12px;
    }
    .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;
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
    }
    .flvlcats .owl-nav {
        top: 1px;
    }
    .category__filter {
        margin-top: 56px;
    } 

}
@media (max-width:990px){
    .category_product .category__products__mid {
        width: 42vw;
    }
    .category__products .category_product .price_count {
        font-size: 22px;
    }
    .category__products__button .price_count.zp_price {
        font-size: 16px;
    }
    .product__head {
        padding: 8px 14px 8px 20px;
    }
}
@media (max-width:800px){

    .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 (max-width:738px){
    .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;
        font-size: 13px;
    }
    .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;
    }
    #category-products #categoryPage .content-block-xs {
        margin-top: 0;
    }
    .category__new__head .head_all {
        margin-bottom: 15px;
        font-size: 26px;
    }
    div.center_wrapper {
        padding: 0 10px;
    }
}
@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:550px) {

    .category_product .price_count {
        font-size: 18px;
    }
    .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:420px) {
    .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%;
    }
    .bc__icn__row .bc__icn__row__inner span {
        font-size: 12px;
    }
}
@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: none;
    }
    .banner__cat__inner .param__inner .bc__txt {
        max-height: 75px;
    }
    .podskazka {
        left: 115px !important;
    }
    .bc__icn__row .bc__icn__row__inner span {
        font-size: 12px;
    }
    .category__products__buttons {
        gap: 5px;
    }
}
@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 (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;
    }
    
}