

/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog/tkani/style.css?16765393411784*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	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 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.main-catalog-wrapper .main-catalog-wrap {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 915px;
}

@media screen and (max-width: 1200px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 672px;
	}
}

@media screen and (max-width: 991px) {
	.main-catalog-wrapper .main-catalog-wrap {
		width: 469px;
	}
}

.main-catalog-wrapper {
	width: 1170px;
}

#breadcrumb .breadcrumb_items,
#breadcrumb #h1-pages {
	width: 918px;
	margin: 0 0 0 auto;
}

.breadcrumb_items {
	font-size: 13px;
}

.main-catalog-wrapper .wrap-catalog-items .catalog-section {
	margin: 0;
}

#breadcrumb .breadcrumb_items, #breadcrumb #h1-pages {
	width: 903px;
}

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/style.css?171255601534165*/
.bx-sidebar-block {
	width: 223px;
	float: left;
	margin-right: 15px;
	margin-top: -83px;
}

.bx_filter .bx_filter_section {
	position: relative;
	padding: 0px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx_filter .bx_filter_title{
	font-size:21px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 10px;
	color:#000;
	text-shadow:0 1px 0 #fff;
	/*text-align: left;*/
}
/*bx_filter_container => bx_filter_parameters_box*/
.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box{
	margin-bottom: 0px;
	padding: 9px 12px 10px 15px;
	border-bottom: 1px solid #e2e2e2;
}
.bx_filter .bx_filter_button_box{clear: both;}
.bx_filter.bx_horizontal .bx_filter_parameters_box{
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	padding:0 15px;
}
.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:both;}
@media (max-width:860px){
	.bx_filter.bx_horizontal .bx_filter_parameters_box{width:33.333%;}
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:both;}
}
@media (max-width:640px){
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{width:50%;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:both;}
}
@media (max-width:450px){
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box{float:none;width:100%;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2){clear:none;}
	.bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2){clear:none;}
}

.bx_filter .bx_filter_parameters_box_title{
	font-size: 14px;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	color: #905793;
	border-bottom: transparent;
	position: relative;
	font-weight: bold;
}

.fixed-filter-short-popup {
	position: fixed;
	bottom: 5px;
	width: 238px;
	height: 74px;
	padding-top: 4px;
	line-height: 30px;
	color: #7e7e7e;
	border: 3px solid #ab76ad;
	text-align: center;
	background-color: #fff;
	z-index: 111;
}



.bx_filter .bx_filter_parameters_box_title:after {
	position: absolute;
	content: '+';
	width: 7px;
	height: 4px;
	top: 50%;
	/* left: -13px; */
	right: 5px;
	margin-top: -14px;
	opacity: 1;
	font-size: 20px;
	font-weight: 100;
}
.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
	content: '-';
	right: 3px;
	font-size: 25px;
	margin-top: -18px;
}
.bx_filter .bx_filter_block{
	display:none;
	padding:0;
}
.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block{
	display:block;
	margin-top: 8px;
}

.bx_filter .bx_filter_parameters_box.selected .bx_filter_block {
	display:block;
	margin-top: 8px;
}

.bx_filter .bx_filter_parameters_box.selected:not(.active) .bx_filter_param_label:not(.selected_value) {
	display: none;
}


.bx_filter .bx_filter_parameters_box.active .bx_filter_block

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i{
	font-size: 15px;
	font-style: normal;
	color: #596b70;
	display: block;
	padding-bottom: 3px;
}
/*bx_filter_param_area => bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container{/*margin-bottom:20px;*/ text-align: center;}
/*bx_filter_param_area_block => bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block{
	font-size:11px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:50%;
	color:#3f3f3f;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	text-align: right;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_message_container{
	text-align: center;
}


/*bx_input_container => bx_filter_input_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	/*max-width:105px;*/
	max-width:66%;
	min-width: 80px;
	width: 100%;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1){
	padding-right: 5px;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2){
	padding-left: 5px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	font-size: 18px;
	/*max-width:33%;*/
	/*min-width: 105px;*/
	height:33px;
	margin: 0;
	padding:0 4px;
	border:none;
	border-radius:2px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container{
	max-width:100%;
	position:relative;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar{
	padding:0 23px 0 4px;
	font-size:15px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon{
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	font-size:18px;
	top:7px;
	right:3px;
}

/*Track*/
.bx_filter .bx_ui_slider_track{
	position:relative;
	height:7px;
	display: none;
	margin:25px 10px;
	border:1px solid #8da3ad;
	background:#a1c0c8;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ExYzBjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiM2Q1ZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1c0c8), color-stop(100%,#b3d5df));
	background:-webkit-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:   -moz-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:    -ms-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:     -o-linear-gradient(top, #a1c0c8 0%,#b3d5df 100%);
	background:        linear-gradient(top bottom, #a1c0c8 0%,#b3d5df 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.35);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c0c8', endColorstr='#b3d5df',GradientType=0 );
}
.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:-1px;
	bottom:-1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.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;
	border-top:   1px solid #74868e;
	border-bottom:1px solid #74868e;
	background:#849da4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0OWRhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5M2FmYjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#849da4), color-stop(100%,#93afb7));
	background:-webkit-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:   -moz-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:    -ms-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:     -o-linear-gradient(top, #849da4 0%,#93afb7 100%);
	background:        linear-gradient(top bottom, #849da4 0%,#93afb7 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#849da4', endColorstr='#93afb7',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:70;
	border:1px solid #8da3ad;
	background:#a8dff3;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGZmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMGVhZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6eccea), color-stop(100%,#73d6f6));
	background:-webkit-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:   -moz-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:    -ms-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:     -o-linear-gradient(top, #6eccea 0%,#73d6f6 100%);
	background:        linear-gradient(top bottom, #6eccea 0%,#73d6f6 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eccea', endColorstr='#73d6f6',GradientType=0 );
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	top:-1px;
	bottom:-1px;
	/*	border-right:1px solid #1888cc;
		border-left: 1px solid #1888cc;*/
	background:
			url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y left,
			url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAANQTFRFGIjM1MdTygAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CIIA=') repeat-y right,
			url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAMAAAAxZj1mAAAABGdBTUEAALGPC/xhBQAAAL1QTFRFANz2ALTqAKrmALbrAN33AKzmANf0ALPqAKfkAKrlAKbkHpThALXqALHqAI/dAKDkAJviAJ/lAJrhAKnnAKTnAJTgAJ/kAKTmAJXfAJnhAKbjAJriAJ3iAKfoAKPnAJHeAKHjAKfmAKznAKvoAKvpAKHkAKzqALTrALTpANb0ALXrALPrALjtAJ7kAKfnAKPlAKTlAKLnAKbnAK/pHpTiALDqANz3AHi6AKzpAKjoANv2AHm6AKzoAHm7H5XiGxHqSgAAAG9JREFUCNcVxEUCwkAQBMDG3V2Dxz3rO/n/s4A6FOqq/vk3qsC7XGsfuu1rjk7gtZoNLxqMgwg9xvqh6w7ZJDyitDcpbVbax9titVT35yFRr7P8YJ5k6T7dFadLoTBbxNN1vN3k19yBEIYEkTGG6AvhQBEyBjCadgAAAABJRU5ErkJggg==') repeat-x;
}



.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top:100%;
	width:22px;
	height:22px;
}
.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;
	background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/handle_left.png) no-repeat right top;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right:-21px;
	background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/handle_right.png) no-repeat left top;
}

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.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;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}
.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{padding:0;}
.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: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags{
	width: 100%;
	clear: both
}
.bx_filter .bx_filter_tag{
	padding:18px;
	border:1px solid #aed5e0;
	border-radius:5px;
	background:rgba(151,214,233,.33);
}
.bx_filter .bx_tag_link{
	font-size:12px;
	text-decoration:none;
	color:#68939e;
	border-bottom:1px solid;
	text-shadow:none;
}
.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover{
	color:#1d3d46;
	border-bottom:none;
}

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label{
	font-size:13px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom: 0;
	margin-right: 0;
}

.bx_filter_input_checkbox input + .bx_filter_param_text:after {
	content: '';
	width: 16px;
	height: 16px;
	margin: 0;
	display: block;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	background-color: #f4f4f4;
	/* position: relative; */
	position: absolute;
	top: 17px;
	min-height: 16px;
	margin-top: -18px;
	margin-left: -25px;
	cursor: pointer;
}
.bx_filter_input_checkbox input[type="checkbox"]:checked ~ .bx_filter_param_text:after {
	border: 1px solid #905793;
	background: transparent;
}

.bx_filter_input_checkbox input[type="checkbox"]:checked ~ .bx_filter_param_text:before {
	content: '';
	width: 11px;
	height: 8px;
	margin: 0;
	border: 2px solid transparent;
	border-left-color: #905793;
	border-bottom-color: #905793;
	transform: rotate(-47deg);
	left: -22px;
	top: 1px;
	position: absolute;
}

.bx_filter_button_box {
	background: #eee;
}


.bx_filter .bx_filter_param_label.dib{display: inline-block;}
.bx_filter .bx_filter_param_text{
	line-height:34px;
	position:relative;
	display:inline-block;
	margin:0 5px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text{
	color:#777;
	/*text-decoration: line-through;*/
}
.bx_filter_select_popup .bx_filter_param_label.active{
	background: #f3f8fa;
}
/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox{
	position:relative;
	display:block;
	clear:both;
	overflow:hidden;
	min-height:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox]{
	position: relative;
	top: -3px;
	float:left;
	display: none;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
	display: block;
	line-height: 17px;
	margin-left: 25px;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}
/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn{
	display:inline-block;
	width:34px;
	height:34px;
	text-align:center;
	text-decoration:none;
	color:#000;
	vertical-align: middle;
	border:1px solid #9dbcc3;
	border-radius:3px;
	background:#fbfdfd;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfdfd), color-stop(100%,#cfe1e7));
	background:-webkit-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:   -moz-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:    -ms-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:     -o-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:        linear-gradient(top bottom, #fbfdfd 0%,#cfe1e7 100%);
	background-clip:padding-box;
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.22);
	text-shadow:0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfd', endColorstr='#cfe1e7',GradientType=0 );
	-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_filter .bx_filter_param_btn:hover{border-color:#b4d5de}
.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn{
	border-color:#b4d5de;
	background:#fcfefe;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#cfe2e7));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#cfe2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#feffff',GradientType=0 );
	box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12);
}
/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl{
	/*width:24px;*/
	/*padding:0 1px;*/
}
.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: ' ';
	/*width: 19px;*/
	/*height:19px;*/
	display: block;
	z-index:100;
	background: url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/missing_v2.png) no-repeat center;
	opacity: .7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm{
	width:23px;
	min-width:23px;
	height:23px;
	padding:0;
	vertical-align: middle;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_minus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 10px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_plus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 6px,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:24px;
	height:24px;
	margin-top:-2px;
	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;
	position:relative;
	top:5px;
	border-radius: 2px;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-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:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

/*
*	BTN result and reset
*
*/
.bx_filter .bx_filter_search_button{
	cursor: pointer;
	outline: none;
	font-size:14px;
	font-weight:bold;
	line-height:35px;
	display:inline-block;
	height:35px;
	margin-right:7px;
	margin-bottom:10px;
	padding:0 10px;
	text-decoration:none;
	color:#1075a2;
	border-top:   1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom:1px solid rgba(0,0,0,.4);
	border-left:  1px solid rgba(0,0,0,.2);
	border-radius:3px;
	background:#f9fafa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfefe), color-stop(100%,#c6e8f2));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#c6e8f2 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#e4f1f5 100%);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	text-shadow:0 1px 0 0 rgba(255,255,255,.75);
	display: none;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#c6e8f2',GradientType=0 );
}
.bx_filter .bx_filter_search_button:hover{
	background:#f0f9fb;
}
.bx_filter .bx_filter_search_button:active{
	position:relative;
	bottom:-1px;
	background:#e4f1f5;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZjFmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f5), color-stop(100%,#f9fafa));
	background:-webkit-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:   -moz-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:    -ms-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:     -o-linear-gradient(top, #e4f1f5 0%,#f9fafa 100%);
	background:        linear-gradient(top bottom, #e4f1f5 0%,#f9fafa 100%);
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.08) ;

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f5', endColorstr='#f9fafa',GradientType=0 );
}
.bx_filter .bx_filter_search_reset{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1px;
	color: #ab76ae;
	text-transform: uppercase;
	border: 1px solid #ab76ae;
	padding: 10px 46px;
	border-radius: 5px;
	text-decoration: none;
	background: #eee;
}
.bx_filter .bx_filter_search_reset:hover{
	background: #ab76ae;
	color: #fff;
	text-decoration: none;
}
.bx_filter .bx_filter_search_reset:active{
	position:relative;
	bottom:-1px;
	/*box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.08) ;*/
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result {
	font-size: 13px;
	background: #a25695;
	font-weight: normal;
	line-height: 33px;
	position: absolute;
	z-index: 930;
	display: none;
	height: 37px;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 10px;
	font-size: 13px;
	color: #fff;
	/* width: 222px; */
	width: 240px;
	border: 2px solid #ffffff;
}

.bx_filter .bx_filter_popup_result:before {
	background: url(/bitrix/templates/mosoboi_ad/components/uniofweb/bitrix.catalog.smart.filter/freski_new/images/filter-short-popup-before.png) no-repeat 50% 50%;
	content: '';
	display: block;
	left: 0;
	margin-left: -15px;
	margin-top: -2px;
	position: absolute;
	top: 0;
	height: 37px;
	width: 15px;
}

.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/arr_left.png) no-repeat center;
	display: none;
}
.bx_filter.bx_horizontal .bx_filter_popup_result{
	position: static !important;
	display: inline-block
}
.bx_filter.bx_horizontal .bx_filter_popup_result .arrow{
	display: none;
}
.bx_filter .bx_filter_popup_result.right{left:102%;}
.bx_filter .bx_filter_popup_result.left{right:102%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#fff;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

@media (max-width:530px){
	.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:0;
		box-shadow:0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx_filter .bx_filter_popup_result .arrow{
		display: none;
	}
	.bx-touch .bx_filter .bx_filter_popup_result_close{
		position:absolute;
		top:50%;
		right:10px;
		display:block;
		width:22px;
		height:22px;
		margin-top:-11px;
		background:url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/images/x.png) no-repeat center;
		background-size:16px;
	}
}

@media (max-width:767px){
	.bx-sidebar-block{
		display: none!important;
	}
}
/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/themes/black/colors.css?1676539338463*/
.bx_filter_vertical.bx_black .bx_filter_section{
	background: #c3e9f4;
	border: 7px solid #e1f5fb;
}
.bx_filter_vertical.bx_black .bx_ui_slider_range{
	background: url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/themes/black/images/range_bg.png);
}
.bx_filter_vertical.bx_black .bx_filter_control_section{text-align: center}
.bx_filter_vertical.bx_black .bx_filter_search_button{
	height: 33px;
	line-height:33px;
}
.bx_filter_vertical.bx_black span.icon_lupe{
	background: url(/bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/themes/black/images/searchicon.png) no-repeat center;
}
/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy_with_showmore/style.css?17116954712961*/
div.modern-page-current{background:#ab75ab;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);width:42px;height:38px;display:block;padding:8px 0px;color:#000000 !important;margin-right:4px;float:left;font-size:14px;text-align:center}a.pagenav:hover{background:#ab75ab;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);color:#000000}a.modern-page-all{color:#000000 !important;font-size:12px !important;padding-right:10px !important;text-decoration:none !important;text-transform:uppercase !important}a.pagenav{background:#c2d670;border:1px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,0.3);width:42px;height:38px;display:block;margin-right:4px;padding:8px 0px;color:#000000;float:left;font-size:14px;text-align:center;text-decoration:none;box-sizing:border-box}a.modern-page-previous.pagenav,a.modern-page-next.pagenav{width:auto;border-color:transparent;box-shadow:none}.m10{margin-bottom:10px}div.modern-page-navigation{margin:18px 0px}div.modern-page-navigation a.modern-page-previous{color:#000000;font-size:12px;text-transform:uppercase;text-decoration:none;background:url("/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy_with_showmore/images/prev_page.gif") no-repeat 0 46%;padding-left:10px}div.modern-page-navigation a.modern-page-next{color:#000000;font-size:12px;text-transform:uppercase;text-decoration:none;background:url("/bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy_with_showmore/images/next_page.gif") no-repeat 100% 46%;padding-right:10px}.goToPage{float:right;padding-top:3px}
.catalog-show-more {
    display: block;
    width: 200px;
    height: 30px;
    border-radius: 15px;
    border: none;
    background: #905792;
    color: #fff;
    margin: 0 auto 25px;
}


.catalog-preloader {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    left: calc(50% - 15px);
    display: none;
    background: none!important;
}

.preloader__row {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #905792;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .catalog-preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.catalog-preloader.show {
    display: block;
    background: none;
    margin: 0;
}

.show-more__container {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.pagination-container {
    margin-top: 40px;
}

.pagination-container .modern-page-navigation {
    height: auto;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/oboi_v2/style.min.css?170972950912696*/
@media (min-width: 1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media (min-width: 992px) and (max-width: 1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media (min-width: 768px) and (max-width: 991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media (max-width: 767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.text_inside_wide{font-size:13px}.main-catalog-wrapper .catalog-section{margin:0 0 0 0}.bx-section-desc,.catalog-section{display:inline-block;width:915px}.product-item .product-item__fabric-name{display:table}.product-item .product-item__fabric-name div{text-transform:none;display:table-cell;vertical-align:middle;font-size:15px;line-height:1.3;padding:0 2px 0 1px}.js-catalog .modern-page-navigation{margin:18px 0 18px auto}.main-catalog-wrapper{position:relative;width:1170px}.main-catalog-wrapper .product-item-small-card .col-xs-6.col-md-3{padding-left:0}.js-catalog .wrap-products-item{padding:0;width:213px;margin:0 20px 0 0}.js-catalog .product-item-list-col-4{width:100%;margin:0;padding:0}.js-catalog .product-item-list-col-4 .product-item-small-card{padding:0;margin:5px 0 0 0}.js-catalog .catalog-section .row{margin:0 0 0 0;width:100%}.js-catalog .wrap-products-item:last-child{margin:0 0 0 0}.show_products_or_brands{text-align:right;font-size:15px;margin:2px 0 12px 0}.breadcrumb_items,#h1-pages{width:902px;margin:0 0 0 auto}.wrap-catalog-items{display:inline-block;margin:0 0 30px 2px;max-width:915px}@media screen and (max-width: 1200px){.main-catalog-wrapper{width:100%}.main-catalog-wrapper .catalog-section{width:72%}}@media screen and (max-width: 991px){.main-catalog-wrapper{width:815px;width:100%}.main-catalog-wrapper .catalog-section{width:59%}.breadcrumb_items,#h1-pages{width:100%}}@media screen and (max-width: 767px){.main-catalog-wrapper .bx-sidebar-block{display:none}.main-catalog-wrapper .catalog-section{width:100%}}@media screen and (max-width: 730px){.main-catalog-wrapper .catalog-section{width:89%}}@media screen and (max-width: 665px){.main-catalog-wrapper .catalog-section{width:92%}.show_products_or_brands{text-align:left}}.product-item{position:relative;padding:0;margin:0;cursor:pointer;border:none}.product-item>a{display:table;width:100%;height:241px;max-height:241px;overflow:hidden}.product-item:hover .product-item__hover{transition:0.3s;opacity:1}.product-item:hover .product-item__description{display:block}.product-item-container{position:relative;width:213px;border-radius:3px;background-color:white;box-shadow:0 0 10px 1px rgba(0,0,0,0.2);min-height:310px}.product-item__image{display:table-cell;height:241px;max-height:241px;text-align:center;vertical-align:middle;overflow:hidden}.product-item .dis.product_image{position:absolute;left:0;top:0;background:rgba(255,255,255,0.5);border-radius:0}.product-item__image img{height:auto;max-height:241px;border-top-right-radius:3px;border-top-left-radius:3px;width:100%}.product-item__fabric-name{position:absolute;top:0;margin-top:10px;width:100%;text-align:center;background:white;height:45px;z-index:2;color:#ab76ae}.product-item__fabric-name div{margin-top:15px;text-transform:uppercase}.product-item__description{position:absolute;top:60px;color:white;z-index:2;display:none;width:100%}.product-item__description ul{min-height:54px;color:white;font-size:13px;margin-bottom:5px}.product-item__hover{background-image:-webkit-linear-gradient(top, rgba(163,115,166,0.75), rgba(90,43,93,0.75));background-image:linear-gradient(to bottom, rgba(163,115,166,0.75), rgba(90,43,93,0.75));position:absolute;height:100%;width:100%;top:0;opacity:0;z-index:1}.fast-button-list{text-align:center;padding:0 0 0 0;margin:0}.fast-button-list a{display:inline-block;margin:0 3px 6px 3px}.fast-button-list .get-fast-order{text-decoration:underline;cursor:pointer}.fast-button-list .get-fast-order:hover{text-decoration:none}.preview-product,.add-favorites{display:inline-block}.price{font-size:15px;color:#9d75a9;font-weight:bold;margin-top:-5px;margin-left:-4px;white-space:nowrap;padding-top:6px;min-height:44px}.product-item-wrap .price .new_price,.product-item-wrap .price_span .new_price{color:#fff;font-size:17px;background:url(/bitrix/templates/mosoboi_ad/images/price_icon.png) no-repeat;text-align:right;padding:4px 34px 3px 0;margin-left:9px;margin-top:12px;margin-bottom:9px;display:inline-block;width:120px}.product-item-wrap .old-price{position:absolute;top:-2px;background:#fff;left:5px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);padding:2px 8px 0}.product-item-wrap .old-price>span{position:relative}.product-item-wrap .old-price>span:before{left:-3px;right:-3px;height:1px;background:#ab76ae;transform:rotate(-11deg);content:'';position:absolute;top:7px}.product-item-wrap .old-price-diff{position:absolute;top:50px;left:2px;padding:2px 8px 0;font-size:12px}.product-item-wrap .price span{font-size:17px}.price_span .btn__cart{border:1px solid #ab76ae;font-size:15px;color:#ab76ae;text-decoration:none;border-radius:2px;padding:4px 10px 4px 11px;margin-right:10px;float:right;margin-top:12px;font-weight:100}.quick2order.fast__order{color:white}.product-item-wrap .new_price span{font-size:17px;font-weight:bold;font-family:'PT Sans', serif}.bx-filter .BASE:first-child .bx-filter-parameters-box-title span{color:#905793}.text_before_products{margin:0 5px 20px 4.5px}.text_before_products>p{margin:0 0 20px 0}.text_after_products{display:inline-block;max-width:915px;width:100%;margin:20px 0 0 0}.text_after_products p{padding:0 5px 10px 5px}.text_after_products .preview-text{margin:10px 0 0 5px}.catalog-section .subsections{width:100%;padding:18px 22px;background-color:#fefefe;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:20px}.catalog-section .subsections .subsection{font-size:14px;line-height:14px;color:#905792;display:inline-block;vertical-align:top;margin:0 20px 15px 0;width:155px}.catalog-section .subsections .subsection.one-row{margin-bottom:0}.catalog-section .subsections .subsection:nth-child(5n+5){margin-right:0}.catalog-section .subsections .subsections-wrap{height:58px;overflow:hidden}.catalog-section .subsections .subsections-wrap.one-row{height:auto}.catalog-section .subsections .show-more{height:30px;line-height:30px;width:113px;cursor:pointer;text-align:center;color:white;background-color:#905792;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-decoration:none;margin:5px auto 0 auto;transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.catalog-section .subsections .show-more:hover{-webkit-box-shadow:0 2px 8px rgba(144,87,147,0.7);-moz-box-shadow:0 2px 8px rgba(144,87,147,0.7);box-shadow:0 2px 8px rgba(144,87,147,0.7)}.shop-window{width:100%;padding:18px 22px;background-color:#fefefe;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin-bottom:20px}.shop-window .shop-window-wrap{height:100px;overflow:hidden}.shop-window .show-more{height:30px;line-height:30px;width:113px;cursor:pointer;text-align:center;color:white;background-color:#905792;font-size:14px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-decoration:none;margin:5px auto 0 auto;transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;-webkit-transition:all .2s ease}.shop-window .show-more:hover{-webkit-box-shadow:0 2px 8px rgba(144,87,147,0.7);-moz-box-shadow:0 2px 8px rgba(144,87,147,0.7);box-shadow:0 2px 8px rgba(144,87,147,0.7)}.bg-img .scroll_detail,.bg-img .scroll_detail_v2{display:inline-block;width:147px;height:247px;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:center;border-radius:10px}.fancybox-title .scroll_detail_v2_title{color:white;display:block;text-align:center}.bg-img .frame li:has(.scroll_detail_v2){width:147px !important}.interior-block{padding-left:30px}p+p.read-more-wrap{margin-top:-10px}.catalog_section_v2{z-index:2}.catalog_section_v2 .view-setings{background-color:white;border-bottom:1px solid #dbd6d6;margin-bottom:40px}@media (max-width: 767px){.catalog_section_v2 .view-setings{display:flex;padding:0 8px}}.catalog_section_v2 .view-setings>ul{display:flex;justify-content:space-between;height:40px;padding:0 0 0 20px}@media (max-width: 1023px) and (min-width: 768px){.catalog_section_v2 .view-setings>ul{flex-direction:column;height:auto}}@media (max-width: 767px){.catalog_section_v2 .view-setings>ul{flex-grow:1;padding-left:0;padding-right:10px}}@media (max-width: 767px){.catalog_section_v2 .view-setings>ul li{height:auto;width:auto}.catalog_section_v2 .view-setings>ul li:after{right:14px}}@media (max-width: 767px){.catalog_section_v2 .view-setings>ul li b{display:none}}.catalog_section_v2 .view-setings>ul li:last-child{float:unset}.catalog_section_v2 .view-setings>ul .sort-items-ctrl{display:flex;justify-content:space-between;flex-wrap:nowrap}@media (max-width: 1023px){.catalog_section_v2 .view-setings>ul .sort-items-ctrl{justify-content:unset}}.catalog_section_v2 .view-setings>ul .sort-items-ctrl a{display:block;border-radius:20px;border:none;margin:0;padding:0 25px 0 15px}.catalog_section_v2 .view-setings>ul .sort-items-ctrl a.active{background-color:#eeeeee}.catalog_section_v2 .view-setings>ul .sort-items-ctrl a.desc:after,.catalog_section_v2 .view-setings>ul .sort-items-ctrl a.asc:after{left:unset;right:10px}@media (max-width: 1023px) and (min-width: 768px){.catalog_section_v2 .view-setings>ul .select_count{margin-top:15px}}.catalog_section_v2 .view-setings>ul .select_count a{width:40px;height:40px;border:1px solid #eeeeee;border-radius:50%;text-align:center}.catalog_section_v2 .view-setings>ul select{background:#eeeeee;appearance:none;border-radius:20px;border:none;color:#ab76ae;padding:0 25px 0 15px;height:100%;outline:none}
/*# sourceMappingURL=style.min.css.map */

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog.item/oboi_v2/style.css?17556837235337*/
.view-setings {
  margin-bottom: 15px; }

.main-catalog-wrapper .catalog-section .product-item-small-card {
  padding-left: 0;
  max-width: 213px;
  margin: 0 17px 20px 0;
  display: inline-block;
  float: none;
  vertical-align: top; }

.catalog-section .product-item-small-card-4-elem {
  padding: 0 0 0 0;
  margin: 0 0 20px 0 !important; }

@media screen and (max-width: 1200px) {
  .wrap-catalog-items {
    max-width: 671px; }

  .main-catalog-wrapper .catalog-section {
    width: 100%; }
    .main-catalog-wrapper .catalog-section .product-item-small-card {
      width: 33%;
      margin: 0 8px 20px 0 !important; }
      .main-catalog-wrapper .catalog-section .product-item-small-card:nth-child(3n+2) {
        margin-right: 0 !important; }

  #breadcrumb .breadcrumb_items, #breadcrumb #h1-pages {
    width: 673px; } }
@media screen and (max-width: 991px) {
  .wrap-catalog-items {
    max-width: 469px; }

  .main-catalog-wrapper .catalog-section .product-item-small-card {
    width: 49%; }
    .main-catalog-wrapper .catalog-section .product-item-small-card:nth-child(3n+2) {
      /*margin: 0 8px 20px 0 !important; */
    }

  #breadcrumb .breadcrumb_items, #breadcrumb #h1-pages {
    width: auto; } }
@media screen and (max-width: 665px) {
  #h1-pages {
    margin-bottom: 46px !important; } }
@media screen and (max-width: 520px) {
  .main-catalog-wrapper .catalog-section .product-item-small-card {
    width: 100%;
    padding: 0;
    margin: 0 0 0 40px; } }
.product-item a {
  text-decoration: none; }

.quick2order.fast__order {
  text-decoration: underline; }

.product-item-container .availability {
  padding: 0 10px;
  text-align: right;
  height: 20px; }
  .product-item-container .availability .in-stock {
    font-size: 13px;
    color: #91c74c;
    font-weight: bold;
    line-height: 13px;
    padding-left: 14px;
    background: url("/bitrix/templates/mosoboi_ad/components/bitrix/catalog/new_2/bitrix/catalog.element/light_new/images/in-stock-icon.png") 0 50% no-repeat;
    display: inline-block;
    vertical-align: top; }


.interior-image-colorbox {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden; }


  .i_images > a {
    display: block;
    height: 100%;
    position: relative;
}

.card-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.card-slider__item {
    flex: 1;
}

.card-slider__dots {
    position: absolute;
    display: flex;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    overflow: hidden;
}

.card-slider__dot {
    width: 7px;
    height: 7px;
    border: 1px solid #905792;
    margin: 2px;
    border-radius: 50%;
    box-sizing: border-box;
}

.card-slider__dot.active {
    background: #905792;
}

.card-images {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.card-images img {
  object-fit: cover;
}

.card-images .card-images__container {
  height: calc(100% - 20px);
  padding-bottom: 15px;
}

.card-images__pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border: 1px solid #905792;
  background: none;
  margin: 2px!important;
}

.card-images__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #905792;
}

img.hidden {
  display: none;
}

.product-item__discount {
    display: flex;
    font-size: 13px;
    padding: 5px 20px;
}

.product-item__old-price span {
    text-decoration: line-through;
    color: #9b9b9b;
}

.product-item__old-price {
    margin-right: 10px;
}

.props_b_into a {
    text-decoration: none;
}

/*.card_item_v2 .prod_instock {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.available-hint {*/
/*    position: relative;*/
/*    margin-left: 5px;*/
/*    flex-shrink: 0;*/
/*}*/

/*.available-hint__btn {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    border-radius: 50%;*/
/*    background: #905792;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    font-size: 11px;*/
/*    flex-shrink: 0;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    padding-right: 1px;*/
/*}*/

/*.available-hint__message {*/
/*    position: absolute;*/
/*    display: none;*/
/*    background: #905792;*/
/*    color: #fff;*/
/*    width: 150px;*/
/*    text-align: center;*/
/*    padding: 5px;*/
/*    border-radius: 3px;*/
/*    bottom: calc(100% + 10px);*/
/*    z-index: 1;*/
/*    left: -10px;*/
/*}*/

/*.available-hint:hover .available-hint__message {*/
/*    display: block;*/
/*}*/

/*.available-hint:hover .available-hint__btn::before {*/
/*    content: '';*/
/*    display: block;*/
/*    border-top: 8px solid #905792;*/
/*    position: absolute;*/
/*    width: 10px;*/
/*    bottom: calc(100% + 2px);*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*}*/

/*.card_item_v2 .item_into .prod_instock {*/
/*    width: auto;*/
/*}*/

/*@media (max-width: 500px) {*/
/*    .available-hint__message {*/
/*        left: -100px;*/
/*    }*/
/*}*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/oboi_v2/themes/blue/style.min.css?1676539342706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog/tkani/style.css?16765393411784 */
/* /bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/style.css?171255601534165 */
/* /bitrix/templates/mosoboi_ad/components/uniofweb/catalog_root.smart.filter/tkani_new/themes/black/colors.css?1676539338463 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/system.pagenavigation/modernmy_with_showmore/style.css?17116954712961 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/oboi_v2/style.min.css?170972950912696 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog.item/oboi_v2/style.css?17556837235337 */
/* /bitrix/templates/mosoboi_ad/components/bitrix/catalog.section/oboi_v2/themes/blue/style.min.css?1676539342706 */
