

/* Start:/local/templates/mebelbor/components/bitrix/catalog/style/style.min.css?1633079656684*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 0;border-bottom:2px solid #d9dee6;border-bottom-color:var(--primary);color:#000}
/* End */


/* Start:/local/templates/mebelbor/components/sotbit/seo.meta.tags/bor_tags_select/style.css?16685093723428*/
.b-form-fselect {
    position: relative;
    z-index: 10;
    /*width: 240px;*/
    width: 200px;
}

.b-form__input,
.b-form-fselect__data {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    transition: all 0.4s ease 0s;
}

.b-form-fselect__data{
    position: relative;
    z-index: 10;
    line-height: 40px;
}

.b-form-fselect__data:after {
    background: url(/local/templates/mebelbor/components/sotbit/seo.meta.tags/bor_tags_select/./img/i-select.svg) no-repeat;
    background-size: contain;
    content: '';
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
}
.b-form-fselect--open .b-form-fselect:after {
    content: none;
}
.b-form-fselect--open .b-form-fselect__label,
.b-form-fselect--wdata .b-form-fselect__label {
    margin: -25px 0 0;
}
.b-form-fselect__dropdown {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 100%;
    padding: 8px 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
    transition: all 0.4s ease 0s;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}
.b-form-fselect__dropdown--open {
    transform: translateY(4px);
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.b-form-fselect__search {
    margin: 0 10px 10px;
    position: relative;
}
.b-form-fselect__searchinp {
    border: 1px solid #C6CAD8;
    border-radius: 4px;
    background: #fff;
    padding: 0 40px 0 15px;
    width: 100%;
    height: 36px;
    color: #8D96B2;
    font-size: 14px;
    line-height: 34px;
    transition: all 0.4s ease 0s;
}
.b-form-fselect__searchinp:focus {
    border-color: #8D96B2;
}
.b-form-fselect__searchinp:-internal-autofill-selected {
    background-color: #fff;
}
.b-form-fselect__searchsub {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/local/templates/mebelbor/components/sotbit/seo.meta.tags/bor_tags_select/../images/i/i-search-green.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    border: none;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.b-form-fselect__items {
    height: 202px;
    overflow-y: auto;
}
.b-form-fselect__items::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
.b-form-fselect__items::-webkit-scrollbar-thumb {
    background: #c8c8c7;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.b-form-fselect__item {
    display: flex;
    padding: 7px 15px;
    border: none;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.js-fselect--active {
    position: relative;
}
.js-fselect--active:before {
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00953B;
}
.b-form-fselect__item:hover {
    background: #fafafa;
}
.b-form-fselect__data {
    padding: 0 35px 0 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .b-form-fselect{
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .b-form-fselect__data{
        padding: 0 25px 0 10px;
    }
    .b-form-fselect__data:after{
        right: 8px;
    }
}

/* End */


/* Start:/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/style.css?166975792916584*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-section {
	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;
}

.filterMod__wrapper .filter__submitWrapper{
	background: #fff;
	border-bottom: none;
	border-radius: 5px;
	position: sticky;
	bottom: -40px;
	left: 0;
	right: 0;
	padding: 20px 0;
	margin-bottom: 0;
	z-index: 101;
}

.sidebar-filters{
	background: #fff;
	border-radius: 10px;
	padding: 0;
}
.sidebar-filter {
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 17px;
}
.sidebar-filter:last-child {
	margin: 0;
}

.sidebar-filter-range__row {
	margin: 0 -10px;
	display: flex;
}
.sidebar-filter-range__col {
	width: 50%;
	padding: 0 10px;
}

.sidebar-filter-range__slider {
	margin: 12px 0 0;
}

.sidebar-filter__select {
	width: 100%;
	height: 24px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	cursor: pointer;
}
.sidebar-filter-radio {
	margin: 0 0 5px;
}
.sidebar-filter-radio:last-child {
	margin: 0;
}

.sidebar-filter-radio__label {
	display: inline-block;
	padding: 0 0 0 27px;
	position: relative;
	text-align: left;
	cursor: pointer;
}
.sidebar-filter-radio__name {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	text-transform: lowercase;
}
.sidebar-filter-radio__input {
	display: none;
}
.sidebar-filter-radio__check {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	width: 18px;
	height: 18px;

	border: 1px solid #333333;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sidebar-filter-radio__check:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 8px;
	height: 8px;
	background: #e00000;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sidebar-filter-radio__input:checked ~ .sidebar-filter-radio__name {
	color: #202020;
}
.sidebar-filter-radio__input:checked ~ .sidebar-filter-radio__check {
	border-color: #e00000;
}
.sidebar-filter-radio__input:checked ~ .sidebar-filter-radio__check:before {
	opacity: 1;
	visibility: visible;
}
.sidebar-filter__submit,
.sidebar-filter__reset {
	display: block;
	width: 100%;
	height: 30px;
	border: none;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
	text-transform: lowercase;
	cursor: pointer;
}
.sidebar-filter__submit {
	margin: 0 0 8px;
	background: #e00000;
}
.sidebar-filter__submit:hover {
	background: #d7d7d7;
}
.sidebar-filter__reset {
	background: #b3b3b3;
}
.sidebar-filter__reset:hover {
	background: #e00000;
}

.filterMod__wrapper{
	padding: 40px;
}

#modef{
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	justify-content: center;
	margin: 0 0 10px;
}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	padding-bottom: 7px;

	cursor: pointer;
	color: #000;
	position: relative;

	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}
@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 {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bx-filter .bx-filter-parameters-box-title span i{
	margin-left: 5px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	transition: padding .3s ease;
	box-sizing: content-box;
	margin-bottom: 17px;
}
.bx-filter .bx-filter-block_range{
	margin-bottom: 0;
}
.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: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 18px;
	height: 38px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	outline: none
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	border-image: url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/images/border_default.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 {
	clear: both;
}
/*
*Track
*
*/

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
}
.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;
	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 .filter_slider .bx-ui-slider-part{
	display: none!important;
}

.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: 50;
}
.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;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.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: 0;
	margin-left: -21px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

/*
*	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;
	border-image: url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/images/border_default.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;
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	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;
	margin-bottom: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	opacity: 0.6;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {}
.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;
}
/*
* 	BTN 
*
*/

.bx-filter .bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 46px;
	height: 46px;
	padding: 5px;
	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;
	border-image: url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/images/border_default.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;
	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;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	width: 34px;
	height: 34px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	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;
	color: #000;
	border-color: transparent;
}
/*
*	BTN result and reset 
*
*/

.btn-themes {
	color: #FFF
}
.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover{
	color: #FFF
}

.bx-filter .bx-filter-popup-result {
	display: none;
}

.sidebar-filter__label {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 600;
}

@media only screen and (max-width: 1000px) {
	.sidebar-filters__title{
		display: block;
	}

	.sidebar-filters{
		padding: 10px 15px;
	}

	.sidebar-filter-form{
		margin-top: 25px;
	}
	.sidebar-filter-form {
		display: none;
	}
	.filterMod__wrapper .sidebar-filter-form{
		display: block;
	}
}

@media (max-width: 767px) {

	.filterMod__wrapper{
		padding: 40px 30px;
	}

	.sidebar-filter__label{
		font-size: 14px;
	}

	.bx-filter .bx-filter-parameters-box-title{
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.bx-filter{
		margin-bottom: 15px;
	}
}
/* End */


/* Start:/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/colors.min.css?16588499835152*/
.bx-filter.bx-red .bx-filter-section{background:#fcf0f0}.bx-filter.bx-red .bx-filter-input-container input:focus{border-color:#da3737}.bx-retina .bx-filter.bx-red .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat}.bx-filter.bx-red .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-red .bx-ui-slider-pricebar-vd{background:#b1b1b1}.bx-filter.bx-red .bx-ui-slider-pricebar-vn{background:#e48d8d}.bx-filter.bx-red .bx-ui-slider-pricebar-v{background:#da3737}.bx-filter.bx-red .bx-ui-slider-handle.left{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I1OUIzMzkwODQ4MTFFNTkyRTFENDc1Q0VEM0NDMjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I1OUIzM0EwODQ4MTFFNTkyRTFENDc1Q0VEM0NDMjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3QjU5QjMzNzA4NDgxMUU1OTJFMUQ0NzVDRUQzQ0MyOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3QjU5QjMzODA4NDgxMUU1OTJFMUQ0NzVDRUQzQ0MyOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjdWjeMAAABbSURBVHjapMyxDQAgCERRZQe3cFv3cSxrsTAxCgoeyRUU78dWSgAuEYJ5lRDMy4Tg8RCCvYEDewIitgZUbAlc8SvwxLeACWsBM5YCLrwH3HgNfOEZ+MbjugADAMODERZxf1hDAAAAAElFTkSuQmCC") no-repeat right top}.bx-filter.bx-red .bx-ui-slider-handle.right{background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM3OTk0MDcwODQ4MTFFNUIzRDVGMTUwNzFBRDlEQTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM3OTk0MDgwODQ4MTFFNUIzRDVGMTUwNzFBRDlEQTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzc5OTQwNTA4NDgxMUU1QjNENUYxNTA3MUFEOURBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Mzc5OTQwNjA4NDgxMUU1QjNENUYxNTA3MUFEOURBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsmVoicAAABuSURBVHjaYvw2ebIoAwPDawYyARMQ7wNiUUoM0KHEECYoTbYhTEhssgxhQuOTbAgTFjGSDGHCIU60IUx45IgyhImABQQNYSLCm3gNYSIysHEawkRClGM1hInEhIdhCBMZyR/FECYyMyHcEIAAAwC23xIBIj0oQAAAAABJRU5ErkJggg==") no-repeat left top}.bx-filter.bx-red .bx-filter-select-container.bx-active,.bx-filter.bx-red .bx-filter-select-container:focus{border-color:#da3737}.bx-retina .bx-filter.bx-red .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-red .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat}.bx-filter.bx-red .bx-filter-tag{border-top:1px solid #f8dbdb;border-bottom:1px solid #f8dbdb}.bx-filter.bx-red .bx-tag-link{color:#e48d8d}.bx-filter.bx-red .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-red .bx-filter-param-btn:hover,.bx-filter.bx-red .bx-filter-param-btn:active,.bx-filter.bx-red .bx-filter-param-btn:focus{border-color:#da3737}.bx-retina .bx-filter.bx-red .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-red .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-red .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-red .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;-o-border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat;border-image:url(/local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/images/active.png) 2 repeat}.bx-filter.bx-red .btn-themes{background-color:#da3737;border-color:#da3737;color:#FFF}.bx-filter.bx-red .btn-themes.bx-active,.bx-filter.bx-red .btn-themes.focus,.bx-filter.bx-red .btn-themes:active,.bx-filter.bx-red .btn-themes:focus,.bx-filter.bx-red .btn-themes:hover{background-color:#e48d8d;border-color:#e48d8d;color:#FFF}
/* End */


/* Start:/local/templates/mebelbor/components/bitrix/system.pagenavigation/ajax_more/style.css?1658398264418*/
.load_more {
    display: inline-block;
    background: #fff;
    border: 2px solid #e00000;
    color: #e00000;
    cursor: pointer;
    border-radius: 3px;
    padding: 13px 50px;
    font-weight: 800;
    text-align: center;
}
.load_more:hover {
    background: #e00000;
    color: #fff;
}
.load_more_Loaded{
    cursor: auto;
    opacity: 0.6;
}
.load_more_Loaded:hover{
    background: #e00000;
    color: #fff;
}
/* End */


/* Start:/local/templates/mebelbor/components/bitrix/catalog.section/brands/style.css?16609091563007*/
/* seo filter */

.link_cloud{
    font-size: 14px;
    padding: 0 12px;
    margin: 0;
}
.link_cloud__name{
    color: #999;
    display: block;
    line-height: 16px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 800;
}
.sotbit-seometa-tags-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}
.sotbit-seometa-tag{
    margin-bottom: 10px;
    margin-right: 14px;
}
.sotbit-seometa-tag-link{
    background: #fafafa;
    color: #e00000;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 14px;
    opacity: 0.8;
}

.sotbit-seometa-tag-link:hover{
    background: #ebebeb;
    text-decoration: none;
    opacity: 1;
}

.catalogHeading__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* new seo filter right animated */

.filterButtonsWrapper{
    align-items: center;
    display: flex;
}

.filterButtonsWrapper .link_cloud{
    margin-right: 5px;
}

.filterButton {
    align-items: center;
    background: #e00000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    line-height: 1;
    justify-content: space-between;
    padding: 11px 25px;
    white-space: nowrap;
}

.filterButton svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}

.filterButton span {
    font-weight: 600;
}

.haveApplyFilter::before {
    content: '\2716';
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    height: 12px;
    width: 12px;
    margin-right: 10px;
}
@media only screen and (max-width: 1600px) {
    .link_cloud, .s-sort{
        padding: 0 6px;
    }
}
@media only screen and (max-width: 1280px) {
    /* seo tags */
    .sotbit-seometa-tag{
        margin-bottom: 10px;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    /* seo filter */
    .newSortWrapper{
        flex-wrap: wrap;
    }
    .link_cloud{
        width: 100%;
    }
    .sotbit-seometa-tags-wrapper{
        margin: 8px 0 0;
    }
    /* seo tags */
    .sotbit-seometa-tag{
        margin-bottom: 5px;
        margin-right: 12px;
    }
    .sotbit-seometa-tag-link{
        font-size: 12px;
        line-height: 1.2;
    }

    .filterButtonsWrapper{
        margin: 5px 0;
    }
    .filterButton{
        padding: 11px 16px;
    }
}
@media only screen and (max-width: 480px) {
    .filterButton{
        font-size: 14px;
        padding: 13px 16px;
    }
    .filterButton svg{
        height: 14px;
        margin-right: 7px;
        width: 14px;
    }
    .haveApplyFilter::before{
        margin-right: 7px;
    }

    .link_cloud{
        padding: 0;
    }
}
@media only screen and (max-width: 400px) {
    .filterButton{
        padding: 13px 10px;
    }
}

@media only screen and (max-width: 350px) {
    .filterButtonsWrapper{
        flex-wrap: wrap;
    }
}
/* End */
/* /local/templates/mebelbor/components/bitrix/catalog/style/style.min.css?1633079656684 */
/* /local/templates/mebelbor/components/sotbit/seo.meta.tags/bor_tags_select/style.css?16685093723428 */
/* /local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/style.css?166975792916584 */
/* /local/templates/mebelbor/components/bitrix/catalog.smart.filter/left_popup/themes/red/colors.min.css?16588499835152 */
/* /local/templates/mebelbor/components/bitrix/system.pagenavigation/ajax_more/style.css?1658398264418 */
/* /local/templates/mebelbor/components/bitrix/catalog.section/brands/style.css?16609091563007 */
