

/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/style.css?1757575580524*/
.sectionHelper {
	padding-bottom: 1.875rem;
}
.catalogSectionСarousel {
	padding-top: 2rem;
}
.catalog-detail-faq {
	padding-top: 40px;
}

@media (max-width: 1339px) {

}

@media (max-width: 1199px) {
	.sectionUtils__col._view {
		display: none;
	}
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.sectionHelper {
		padding-bottom: 1rem;
	}
	.catalog-detail-faq {
		padding-top: 30px;
	}
}

@media (max-width: 576px) {
	.paginationActions__page._next,
	.paginationActions__page._prev {
		display: none;
	}
}
/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.section.list/categories_swiper/style.css?17563687043360*/
.catalog-categories-list {
    position: relative;
    margin-bottom: 40px;
}

.catalog-category {
    position: relative;
    display: flex;
    align-items: end;
    width: 100%;
    height: 204px;
    padding: 13px 14px;
    overflow: hidden;
    border-radius: var(--radius15);
    background: #EAE8E6;
    transition: var(--transition);
}

.catalog-category:hover {
    background: var(--primary-color);
    transition: var(--transition);
}

.catalog-category__name {
    color: #707070;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    transition: var(--transition);
}

.catalog-category:hover .catalog-category__name {
    color: #fff;
    transition: var(--transition);
}

.catalog-category-wrap_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 104px;
    height: 104px;
}

.catalog-category-wrap_img:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.catalog-category__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.catalog-categories-list .swiper__control {
    top: 50% !important;
    padding: 13px;
    min-width: 2.8125rem;
    width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 50%;
    background: #b2b2b2;
    transition: var(--transition);
}

.catalog-categories-list .swiper__control:after {
    content: none !important;
}

.catalog-categories-list .swiper__control svg {
    stroke: #707070;
    transition: var(--transition);
}

.catalog-categories-list .swiper__control._prev svg {
    rotate: 180deg;
}

.catalog-categories-list .swiper__control:hover {
    background: #707070;
    transition: var(--transition);
}

.catalog-categories-list .swiper__control:hover svg {
    stroke: #fff;
    transition: var(--transition);
}

.catalog-categories-list .swiper__control._prev {
    left: -1.25rem;
}

.catalog-categories-list .swiper__control._next {
    right: -1.25rem;
}



@media (max-width: 1590px) {}
@media (max-width: 1400px) {}
@media (max-width: 1340px) {
    .catalog-category {
        height: 180px;
    }
    .catalog-category-wrap_img {
        top: 46%;
        width: 75px;
        height: 75px;
    }

}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
    .catalog-categories-list {
        margin-bottom: 15px;
    }
    .catalog-categories-list .swiper__control {
        padding: 10px;
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .catalog-categories-list .swiper__control._prev {
        left: -16px;
    }

    .catalog-categories-list .swiper__control._next {
        right: -16px;
    }
    .catalog-category__name {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .catalog-category {
        height: 162px;
    }
    .catalog-categories-list .swiper__control._prev {
        left: -5px;
    }
    .catalog-categories-list .swiper__control._next {
        right: -5px;
    }
}
@media (max-width: 360px) {}
/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/style.css?175644922928628*/

#offcanvasFilter {
	background: #F9F9F9;
	border-bottom-left-radius: 1.25rem;
	border-top-left-radius: 1.25rem;
	border-color: transparent;
	visibility: visible;
}


#offcanvasFilter:not(.show):not(.showing) {
	position: static;
	/*height: 0;*/
	transition: 0s;
}

#offcanvasFilter._hover:not(.show):not(.showing) {
	transform: none;
}

#offcanvasFilter:not(.show):not(.showing) .offcanvas-header,
#offcanvasFilter:not(.show):not(.showing) .offcanvas-footer {
	display: none;
}

#offcanvasFilter:not(.show):not(.showing) .smartFilter__itemCollapse:not(.show) {
	display: block;
}

#offcanvasFilter:not(.show):not(.showing) .smartFilter__itemTitle {
	display: none;
}
#offcanvasFilter:not(.show):not(.showing) .smartFilter__item {
	display: none;
}

.smartFilter__itemFooter {
	display: none;
	padding-top: 1rem;
}
#offcanvasFilter:not(.show):not(.showing) .smartFilter__itemFooter {
	display: block;
}

#offcanvasFilter:not(.show):not(.showing) .smartFilter__itemContent {
	padding: 1.25rem;
}
#offcanvasFilter:not(.show):not(.showing) .smartFilter__itemContainer {
	max-height: 220px;

}

#offcanvasFilter:not(.show):not(.showing) .smartFilter__item {
	width: 240px;
}

#offcanvasFilter .offcanvas-body {
	padding-top: 0;
	padding-bottom: 0;
}
#offcanvasFilter .offcanvas-header {
	padding-bottom: 0.375rem;
}
#offcanvasFilter .offcanvas-footer {
	padding-top: 0.5rem;
}

.nbMinCont{overflow: hidden; max-height: 13rem; position: relative; padding-bottom: 1rem;}
.nbFilter{
	background: #f6f6f6; border-top: 2px solid #fff; padding-bottom: 0;}
.nbMinCont.__active{ max-height: 1000rem;}
.nbMinCont.__active .nbShow_more{position: static;}
.nbMinCont .nbShow_more .__hide{display: none;}
.nbMinCont.__active .nbShow_more .__hide{display: block;}
.nbMinCont.__active .nbShow_more .__show{display: none;}
.nbShow_more{position: absolute; bottom:9px; width: 100%; background-color: #f6f6f6; color:#a7753b; cursor: pointer; text-align: left; padding-right: 10px; text-decoration: underline;
padding-left: 26px;
}
.nbShow_more:hover{}
.bx-filter-title{display: none;}
.nbFilter .bx-filter.bx-blue .bx-filter-section{background: #ffffff00; padding: 0;}
.nbFilter .bx-filter .bx-filter-parameters-box-title span{display: flex; font-size: 1rem; color:#000; font-family:"ArnoPro" ; font-size: 1.5rem; font-weight: 300; position: relative; align-items:center; }
.nbFilter .bx-filter .bx-filter-parameters-box-title span i:first-child{display: flex; margin-left: auto; align-items:center;}
.nbFilter .bx-filter .bx-filter-parameters-box-title .fa-question-circle{margin-right: 5px; color:#83cdd4;}
.bx-ft-sub{margin-right: 0.5rem;}

.price-parametr{display: flex;}
.bx-filter .price-parametr  .bx-filter-parameters-box-title{padding: 0; margin-right: 0.875rem;}
.bx-filter .price-parametr .bx-filter-input-container input {border: 1px solid #e6e6e6; height:1.75rem }
.price-parametr .bx-filter-block{flex:1;}
.bx-filter  .price-parametr .bx-ui-slider-track-container{padding-top: 0.9rem; padding-right: 1rem;padding-left: 1rem;}

.nbFilter .bx-filter.bx-blue .bx-ui-slider-pricebar-v{background: #b7b7b7;}
.nbFilter .bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background: #e1e1e1;}

.nbFilter .bx-filter.bx-blue .bx-ui-slider-handle.left{margin-left: -5px;}
.nbFilter .bx-filter.bx-blue .bx-ui-slider-handle.right{margin-right: -5px;}

.bx-filter {
	width: 100%;

}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}
.bx-filter .bx-filter-section>.row {
	padding: 0 5px;
}
.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bx-filter-parameters-box:after{position: absolute; content: ''; border-bottom: 2px solid #fff; left:0.75rem; bottom:0; right: 0.75rem;}
.bx-filter-parameters-box:last-child:after {
	display: none;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 1rem;
	padding-bottom: 14px;
	padding-top: 7px;
}
@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}
.bx-filter .bx-filter-parameters-box-title span {
	color: #039be5;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
	
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 1rem;
	font-style: normal;
	display: block;
	flex:none;
	display: none;
}
.bx-filter-param 	eters-box-container {
	padding-bottom: 1.5rem;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block.bx-left {
padding-right: 0.5rem;
}
.bx-filter .bx-filter-parameters-box-container-block.bx-right {
padding-left: 0.5rem;
}

.bx-filter-parameters-box-container .checkbox{margin-bottom:1rem ;}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {width: 100%}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 1rem;
	height: 1.625rem;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #007ab9;
	border-radius: 2px;
	background: #fff;
	outline: none;
	text-align: center;
	
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {
display: none;
	margin-top: 1rem;
	clear: both;
}
.bx-filter-button-box .bx-filter-parameters-box-container{display: flex;}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top:.5rem;
	padding-bottom: .875rem;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}
.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}
.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 140;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	bottom:0;
	border-bottom: none;
	z-index: 100;
	background: none !important;
	width: 2rem;
	height: 2rem;
	margin: 0 !important;
	top: -1rem;

}

.bx-filter .bx-ui-slider-handle:before {
	content: '';
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	width: 1rem;
	height: 1rem;
	background: var(--color-primary) !important;
	border-radius: 50%;
}

.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0rem;
	margin-left: -1rem!important;

	
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0rem;
	margin-right: -1rem!important;

	
}

/*
*	Select
*
*/

.bx-filter .bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
	min-height: 20px;
	font-weight: normal;
	cursor: pointer;

}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
	font-size: 1rem;
	color: #7a716d;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
	opacity: 0.5;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {display: flex; align-items:center;}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
	display: block;
	text-align: left;
}

.bx-filter-param-label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.bx-filter-param-text {
	position: relative;
	padding: 0 0 0 1.9375rem;
	cursor: pointer;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
	gap: 0.375rem;
	min-height: 1.25rem;
	line-height: 1.2;
}
.bx-filter-param-text:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	transition: .2s;
	border-radius: 0.125rem;
	border: 1px solid #D2D2D2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.50033 14.3332C8.25033 14.3332 8.08366 14.2498 7.91699 14.0832L4.41699 10.5832C4.08366 10.2498 4.08366 9.74984 4.41699 9.4165C4.75033 9.08317 5.25033 9.08317 5.58366 9.4165L8.50033 12.3332L15.0003 5.9165C15.3337 5.58317 15.8337 5.58317 16.167 5.9165C16.5003 6.24984 16.5003 6.74984 16.167 7.08317L9.08366 14.1665C9.00033 14.2498 8.75033 14.3332 8.50033 14.3332Z' fill='white'/%3E%3C/svg%3E");
	transform: translateY(-50%);
}
.bx-filter-param-label input:checked + .bx-filter-param-text:before,
.bx-filter-param-label:hover .bx-filter-param-text:before {
	background-color: var(--primary-color);
	border: none;
}
.bx-filter-param-label:hover .bx-filter-param-text:before {
	opacity: 0.5;
}
.bx-filter-param-label input:checked + .bx-filter-param-text:before {
	opacity: 1;
}

.smartFilter__itemContent .checkbox {
	margin-bottom: 0.625rem;
	line-height: 0;
}
.smartFilter__itemContent .checkbox:last-child {
	margin-bottom: 0;
}


/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter .bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
/*
* 	BIZ
*
*/

.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	/*background-color: #1485CE;/* COLOR */
	/*border-color: #1485CE;/* COLOR */
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	/*background-color: #53A4D8;/* COLOR */
	/*border-color: #53A4D8;/* COLOR */
	color: #FFF
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 0.5rem;
	padding: 0 10px;
	white-space: nowrap;
	color: var(--color-primary);
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid var(--color-primary);
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_right.svg) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_right.svg) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_right.svg) 4 4 4 20 repeat;
	border-image: url(/local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/images/result_popup_right.svg) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 100%;
}
.bx-filter .bx-filter-popup-result.left {
	left:100%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {

	line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
.nbFilter_title{text-align: center; margin-bottom: 1rem; text-transform: uppercase; color:#007ab9; font-weight: 600; }

.bx-filter-container-modef {display: none !important;}


.smartFilter__item {
	background: #fff;
	border-radius: 0.625rem;
	margin-bottom: 0.63rem;
}



#offcanvasFilter:not(.show):not(.showing) .smartFilter__item:hover:before,
#offcanvasFilter:not(.show):not(.showing) .smartFilter__item._hover:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1rem;
	height: 1rem;
	right: 0;
}

#offcanvasFilter:not(.show):not(.showing) .smartFilter__item:hover,
#offcanvasFilter:not(.show):not(.showing) .smartFilter__item._hover {
	display: block;
	position: absolute;
	z-index: 100;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
#offcanvasFilter:not(.show):not(.showing) .smartFilter__item._complete:hover {
	display: none;
}

.smartFilter__itemTitle {
	padding: 1.1875rem 2.5rem 1.1875rem 1.25rem;
	border: none;
	background: none;
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
}
.smartFilter__itemTitle:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'%3E%3Cpath d='M11.25 5.99598C11.1515 5.99612 11.054 5.9765 10.9631 5.93826C10.8721 5.90002 10.7896 5.84392 10.7202 5.77319L6.88521 1.88853C6.76918 1.77095 6.63142 1.67768 6.4798 1.61405C6.32818 1.55041 6.16568 1.51766 6.00156 1.51766C5.83745 1.51766 5.67494 1.55041 5.52332 1.61405C5.37171 1.67768 5.23395 1.77095 5.11792 1.88853L1.28895 5.76813C1.21979 5.84067 1.13707 5.89853 1.0456 5.93834C0.954136 5.97814 0.855761 5.9991 0.756216 5.99997C0.656671 6.00085 0.55795 5.98163 0.465816 5.94344C0.37368 5.90525 0.289975 5.84886 0.219583 5.77754C0.149192 5.70623 0.0935239 5.62143 0.055829 5.52809C0.0181331 5.43475 -0.000835477 5.33474 2.94969e-05 5.23389C0.000894471 5.13304 0.0215758 5.03338 0.0608672 4.94071C0.100158 4.84805 0.157271 4.76424 0.228875 4.69418L4.05784 0.814582C4.57368 0.292962 5.27273 1.11279e-07 6.00156 4.75629e-08C6.73039 -1.61534e-08 7.42944 0.292962 7.94528 0.814582L11.7802 4.69924C11.8852 4.80546 11.9566 4.94083 11.9856 5.0882C12.0145 5.23558 11.9997 5.38834 11.9429 5.52717C11.8861 5.666 11.79 5.78464 11.6666 5.86809C11.5433 5.95154 11.3983 5.99605 11.25 5.99598Z' fill='%23707070'/%3E%3C/svg%3E");
	content: '';
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%) rotate(0deg);
	width: 0.75rem;
	height: 0.375rem;
	background-size: contain;
	transition: .5s;
}
.smartFilter__itemTitle.collapsed:after {
	transform: translateY(-50%) rotate(180deg);
}
.smartFilter__itemContent {
	padding: 0 1.25rem 1.1875rem 1.25rem;
}

.bx-filter-btn-color-icon {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	display: inline-block;
}
.bx-filter-btn-color-icon._belyy {
	box-shadow: inset 0 0 0 1px #D2D2D2;
}

.smartFilter__numsLegend {
	font-size: 0.875rem;
	padding-bottom: 0.625rem;
	color: #B5B5B5;
}

.smartFilter__numsInput {
	border-radius: 0.4375rem;
	background: #F5F3F1;
	padding: 0.5rem 0.5625rem;
	font-size: 0.875rem;
	border: none;
	width: 100%;
	color: #484848;
}

.bx-filter-param-label.disabled {
	opacity: 0.3;
}

.smartFilter__itemCheck {
	padding: 0.625rem 4rem 0.625rem 1.25rem;
	position: relative;
	display: block;
	color: #9C9998;
	border: 1px solid #8A8A8A;
	border-radius: 0.625rem;
	font-size: 1.125rem;
	display: block;
	transition: .5s;
}
.smartFilter__itemCheck:before,
.smartFilter__itemCheck:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	transition: .5s;
}

.smartFilter__itemCheck:before {
	width: 2.4375rem;
	height: 1.25rem;
	border: 1px solid #D9D9D9;
	border-radius: .625rem;
}
.smartFilter__itemCheck:after {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #D9D9D9;
	transform: translate(-1.3125rem, -50%);
}

input:checked + .smartFilter__itemCheck {
	border-color: var(--primary-color);
	color: var(--primary-color);
}
input:checked + .smartFilter__itemCheck:before {
	background: #FFE6DD;
	border-color: #FFE6DD;
}
input:checked + .smartFilter__itemCheck:after {
	background: var(--primary-color);
	transform: translate(-0.1875rem, -50%);
}

.smartFilter__itemContainer {
	max-height: 260px;
	overflow: auto;
}

.smartFilter__total {
	border-bottom: 1px solid #D2D2D2;
	margin: 0 calc(-1 * var(--bs-offcanvas-padding-x)) var(--bs-offcanvas-padding-y);
	padding-bottom: calc(var(--bs-offcanvas-padding-y) / 2);
	text-align: center;
	color: #B5B5B5;
}

.smartFilter__col._clear {display: none;}
._hasValue .smartFilter__col._clear {
	display: block;
}
.smartFilter__fastItems {
	gap: 0.625rem;
	display: flex; flex-wrap: wrap;
}
.smartFilter__fastItem {
	display: inline-block;
}
.smartFilter__fastItem._prop {
	display: none;
}
.smartFilter__fastItem._prop._price,
.smartFilter__fastItem._prop._fast,
.smartFilter__fastItem._prop._hasValue {
	display: inline-block;
}

.smartFilter__fastItem._hasValue {

}
.smartFilter__fastItem._hasValue .btn {
	--bs-btn-color: var(--bs-btn-active-color) !important;
	--bs-btn-bg: var(--bs-btn-active-bg) !important;
	--bs-btn-border-color: var(--bs-btn-active-border-color) !important;
}

.smartFilter__fastItem .icon._clear {
	display: none;
}

.smartFilter__fastItem .separator {
	width: 1px;
	height: 1rem;
	background: var(--bs-btn-active-color);
	display: none;
}
.smartFilter__fastItem._hasValue .separator {
	display: block;
}

.smartFilter__fastItem._hasValue .icon._arrow {
	display: none;
}
.smartFilter__fastItem._hasValue .icon._clear {
	display: block;
}

.smartFilter__fastItem._hasValue .btn-helper {
	--bs-btn-hover-color: var(--bs-btn-active-color) ;
}

.smartFilter__fastItem._hover .icon._arrow._bot {
	transform: rotate(-90deg);
}



/*desktops*/
@media (max-width: 1200px) { 
	.nbShow_more {bottom: 0;}
}

/*tablets*/
@media (max-width: 991px) {
	.smartFilter__fastItem._prop {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}

	.nbMinCont {
		max-height: 14rem;
	}

	.smartFilter {
		width: 157px;
	}
}
/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/section.utils/.default/style.css?17722010902320*/
.sectionUtils {

}

.sectionUtils__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.sectionUtils .dropdown:hover>.dropdown-menu {
    display: block;
}
.sectionUtils .dropdown:hover .icon._arrow._bot {
    transform: rotate(-90deg);
}

.sectionUtils .dropdown-menu {
    padding: 1.25rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 0.9375rem;
    border: none;
    width: 240px;
    transform: none !important;
    top: calc(100% + 0.625rem);
}

.sectionUtils .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1rem;
    height: 1rem;
    right: 0;
}

.sectionUtils__dropdownBtn {
    pointer-events: none;
}

.sectionUtils__sort {
    position: relative;
    padding: 0 0 0 1.9375rem;
    cursor: pointer;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    min-height: 1.25rem;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 0.625rem;
    color: #000 !important;
}
.sectionUtils__sort:last-child {margin-bottom: 0;}
.sectionUtils__sort:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    transition: .2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.5' cy='10' r='9.5' fill='%23F5F3F1' stroke='%23B5B5B5'/%3E%3C/svg%3E");
    transform: translateY(-50%);
}
.sectionUtils__sort:hover:before {
    opacity: 0.5;
}
.sectionUtils__sort:hover:before,
.sectionUtils__sort._active:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Ccircle cx='10.5' cy='10' r='9.5' fill='%23FFE6DD' stroke='%23EB5E4C'/%3E%3Ccircle cx='10.501' cy='10' r='6' fill='%23EB5E4C'/%3E%3C/svg%3E");
}

.sectionUtils__item._view {
    display: flex;
    gap: 0.625rem;
}
.sectionUtils__view {
    width: 2.8125rem;
    height: 2.8125rem;
    color: #D2D2D2;
}
.sectionUtils__view:hover,
.sectionUtils__view._active {
    color: var(--secondary-color);
}
.sectionUtils__view svg {
    height: 100%;
}

@media (max-width: 991px) {
    .sectionUtils .dropdown-menu {
        right: 0;
    }
}

/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/system.pagenavigation/news/style.css?17536916783846*/
.paginationActions {
    padding-top: 3.25rem;
}

.paginationActions__container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.paginationActions__page {
    display: inline-block;
}

.paginationActions__page:not(:first-child) {
    margin-left: 8px;
}

.paginationActions__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    width: 35px;
    height: 35px;
    padding: 4px;
    border-radius: 50%;
    transition: var(--transition);
}

.paginationActions__item {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 18px;
}

.paginationActions__item:hover {
    background: #00B5D2;
    color: #fff;
    transition: var(--transition);
}

.paginationActions__page._active .paginationActions__item {
    background: #00B5D2;
    color: #fff;
}

.paginationActions__page._dots:hover .paginationActions__item {
    background: none;
    color: #000;
}

.paginationActions__page._disabled .paginationActions__item  {
    pointer-events: none !important;
}

.paginationActions__item._link {}

.paginationActions__page._next {
    margin-left: 18px;
}

.paginationActions__page._prev .paginationActions__item,
.paginationActions__page._next .paginationActions__item {
    flex-direction: row;
    min-width: auto;
    width: auto;
    height: auto;
    padding: 0;
    font-size: 16.5px;
}

.paginationActions__page._prev .paginationActions__item:hover,
.paginationActions__page._next .paginationActions__item:hover {
    background: none;
    color: var(--primary-color);
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item svg,
.paginationActions__page._next .paginationActions__item svg {
    margin-top: 4px;
    width: 16px;
    height: 10px;
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item:hover svg,
.paginationActions__page._next .paginationActions__item:hover svg {
    fill: var(--primary-color);
    transition: var(--transition);
}

.paginationActions__page._prev .paginationActions__item svg {
    transform: rotate(180deg);
}

.paginationActions__page._prev .paginationActions__item svg {
    margin-right: 8px;
}

.paginationActions__page._next .paginationActions__item svg {
    margin-left: 8px;
}


@media (max-width: 1620px) {}
@media (max-width: 1340px) {}
@media (max-width: 1200px) {}
@media (max-width: 991px) {
    .paginationActions__page._prev {
        display: none;
    }
    .paginationActions__page:not(:first-child) {
        margin-left: 0;
    }
    .paginationActions__page:nth-child(n + 2) {
        margin-left: 5px;
    }
    .paginationActions__page._prev .paginationActions__item,
    .paginationActions__page._next .paginationActions__item {
        font-size: 16px;
    }
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
    .paginationActions__item._bg {
        min-width: 30px;
        width: 30px;
        height: 30px;
    }
    .paginationActions__page .paginationActions__item._bg,
    .paginationActions__page._prev .paginationActions__item,
    .paginationActions__page._next .paginationActions__item {
        font-size: 16px;
    }
    .paginationActions__page._prev .paginationActions__item._bg,
    .paginationActions__page._next .paginationActions__item._bg {
        font-size: 12px;
    }
    .paginationActions__page._next .paginationActions__item._bg svg {
        margin-left: 4px;
    }
    .paginationActions__page._prev .paginationActions__item._bg svg,
    .paginationActions__page._next .paginationActions__item._bg svg {
        width: 12px;
        height: 8px;
    }

}
/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog.section/fabrics/style.css?17647592421360*/
.catalogSectionCols {
    padding-bottom: 1.5rem;
}
.catalogSectionCols .row-custom {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.catalogSectionCols .col-custom {
    flex: 0 0 auto;
    width: 20%;
}

.catalogSectionCols._sm .col-custom {
    width: 16.66666666%;
}

.catalogSectionCols._sm .row-custom {
    --bs-gutter-x: 0.375rem;
    --bs-gutter-y: 0.375rem;
}

.catalogSectionCols__desc {
    padding-top: 1.5rem;
}

@media (max-width: 1589px) {
    .catalogSectionCols .col-custom {
        width: 25%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 20%;
    }
}

@media (max-width: 1339px) {

}

@media (max-width: 1199px) {
    .catalogSectionCols .col-custom {
        width: 33.33%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 25%;
    }
}

@media (max-width: 991px) {
    .catalogSectionCols .row-custom {
        --bs-gutter-x: 0.375rem;
        --bs-gutter-y: 0.375rem;
    }
    .catalogSectionCols .col-custom {
        width: 33.33%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 33.33%;
    }
    .items-in-section,
    .min-price-in-section {
        font-size: 0.75rem;
        padding-bottom: 0.375rem;
    }
}

@media (max-width: 767px) {
    .catalogSectionCols .col-custom {
        width: 50%;
    }
    .catalogSectionCols._sm .col-custom {
        width: 50%;
    }
}

/* End */


/* Start:/local/templates/mebelnavsesto/components/bitrix/catalog.item/fabrics/style.css?175757281625701*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;

	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}
.hover .product-item {
	background: #fff;
}
.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: 0;
	left: 0;
	padding: 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}



@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left: 0;
		padding-right: 0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 1.25rem;
	padding-top: 75%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
	border-radius: 0.625rem;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}



.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: cover !important;
	background-repeat: no-repeat;
	transition: .0s ease-in-out left;
	border-radius: 0.625rem;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .0s ease-in-out, -webkit-transform .0s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	z-index: 15;
	display: flex;
	text-align: center;
	transition: opacity 300ms ease;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control {
	flex: 1 0 0%;
	position: relative;
}


.product-item-image-slider-control,
.product-item-image-slider-control.active {
	height: 100%;
}
.product-item-image-slider-control:before {
	content: '';
	position: absolute;
	background-color: #707070;
	border-radius: 1px;
	cursor: pointer;
	transition: all 300ms ease;
	left: 4px;
	right: 4px;
	height: 2px;
	bottom: 6px;
}

.product-item-image-slider-control.active:before,
.product-item-image-slider-control:hover:before { background-color: var(--primary-color); }

.product-item-labels {
	position: absolute;
	z-index: 15;
	top: 0.875rem;
}

/*Label*/
.product-item-label-text {

}

.product-item-label-text span {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
	font-size: 14px;
	padding: 1px 12px;
	border-radius: 0px 7px 7px 0px;
}


.catalogSectionCols .row-custom {
	--bs-gutter-y: 0 !important;
}


/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 1rem;
	text-align: center;
	flex-wrap: nowrap;
	gap: 0.25rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.75rem 4px !important;
}

.product-item-title a {
	color: #000;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	transition: 250ms linear all;
	white-space: normal !important;
}

.product-item-rating {
	padding-left: 1.25rem;
	color: #707070;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M14.9609 5.43226C14.9129 5.28361 14.8223 5.15237 14.7002 5.0549C14.5782 4.95742 14.4302 4.89802 14.2746 4.8841L9.94516 4.49095L8.23321 0.483919C8.10694 0.190269 7.81947 0.000244141 7.50007 0.000244141C7.18066 0.000244141 6.89317 0.190298 6.76695 0.484651L5.05497 4.49098L0.724875 4.8841C0.569485 4.89833 0.421689 4.95786 0.299813 5.0553C0.177936 5.15274 0.0873384 5.28381 0.039252 5.43226C-0.0595102 5.73601 0.0316932 6.06916 0.272373 6.27916L3.54492 9.14916L2.57991 13.4C2.5093 13.7125 2.6306 14.0356 2.88994 14.223C3.02931 14.3238 3.19241 14.375 3.35686 14.375C3.49866 14.375 3.63928 14.3368 3.76556 14.2613L7.50007 12.0293L11.2332 14.2613C11.5064 14.4256 11.8508 14.4106 12.1095 14.223C12.2362 14.1313 12.3331 14.0044 12.3882 13.8581C12.4434 13.7118 12.4543 13.5524 12.4195 13.4L11.4546 9.14916L14.7271 6.27975C14.8448 6.17693 14.9297 6.04179 14.9713 5.89112C15.0129 5.74045 15.0092 5.58089 14.9609 5.43226Z' fill='%23F2B827'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 center;
	display: inline-block;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
	display: flex;
	gap: 0.75rem;
	align-items: center;
	justify-content: center;
	padding-bottom: 1rem !important;
	margin-bottom: 0 !important;
	padding: 0.25rem 0 0.825rem;
}

.product-item-price-current {
	color: #000;
	white-space: nowrap;
	font-size: 1.125rem;
}

.product-item-price-old {
	color: rgba(244, 80, 87, 0.60);
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 1rem;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
	text-align: center;
	padding: 0 0.75rem;
}

.product-item-info-container.sku {
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 0 !important;
}


.product-item-info-container-title { font-size: 12px; }



 .product-item-container .product-item-scu-block-cont.product-item-hidden,
.product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}


.product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-container.hover .product-item-scu-block-cont.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-scu-block-cont.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}


.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container { text-align: left; }

.product-item-scu-container {
	padding-bottom: 0.5rem;
}

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-block-title { font-size: 12px; }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.25rem;
	align-items: center;
}


.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 0;
	max-width: 100%;
}

.product-item-scu-item-text-container {
	min-width: 50px;
	font-size: 14px;
	border-radius: 7px;
	border: 1px solid #B5B5B5;
}

.hidden-items-counter,
.product-item-scu-item-color-container {
	max-width: 23px;
	width: 25%;
	flex: 0 0 auto;
}
.hidden-items-counter {
	font-size: 12px;

}
.hidden-items-counter._active {
	order: 5;
}



.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected {
	border: 1px solid #00B5D2;
	background: #FFF;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	line-height: 18px;
}
.product-item-scu-item-color-container.notallowed {
	display: none;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}


.product-item-scu-item-text-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {}

.product-item-scu-item-color-container:hover,
.product-item-scu-item-color-container.selected {
	box-shadow: 0 0 0 1px #D2D2D2;
	border-radius: 50%;
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center;
	padding: 0 1rem 0.875rem !important;
}
.product-item-button-container .btn {
	width: 100%;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}


.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }


.catalogSectionCols._sm .product-item-title {
	font-size: 0.875rem;
}

.product-item-scu-rating__col._rating {
	display: none;
}


@media (max-width: 1339px) {
	.product-item-button-container {
		padding: 0 0.5rem 0.5rem;
	}
	.product-item-title {
		padding: 0 0.5rem 0.75rem;
	}
	.product-item-info-container {
		padding: 0 0.5rem;
	}
}


@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	.hidden-items-counter,
	.product-item-scu-item-color-container {
		width: 14px;
		height: 14px;
	}
	.product-item-rating {
		font-size: 14px;
		padding-right: 1rem;
	}
	.product-item-scu-rating {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.product-item-scu-rating__col._rating {
		flex: 0 0 auto;
		width: 50px;
		display: block;
	}
	.product-item-scu-rating__col._sku {
		flex: 0 0 auto;
		width: calc(100% - 50px);
	}
	.product-item-image-wrapper {
		margin-bottom: 0.5rem;
	}

	.product-item-title {
		padding-right: 0;
		padding-left: 0;
		font-size: 12px;
		padding-bottom: 0.5rem;
	}
	.product-item-price-old,
	.product-item-price-current {
		font-size: 15px;
	}
	.product-item-title a {
		font-size: 12px;
	}
}

/* End */
/* /local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/style.css?1757575580524 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.section.list/categories_swiper/style.css?17563687043360 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog/fabrics/bitrix/catalog.smart.filter/.default/style.css?175644922928628 */
/* /local/templates/mebelnavsesto/components/bitrix/section.utils/.default/style.css?17722010902320 */
/* /local/templates/mebelnavsesto/components/bitrix/system.pagenavigation/news/style.css?17536916783846 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog.section/fabrics/style.css?17647592421360 */
/* /local/templates/mebelnavsesto/components/bitrix/catalog.item/fabrics/style.css?175757281625701 */
