

/* Start:/local/templates/kmo/components/bitrix/catalog/main/style.css?1716804096726*/
#tags-list{
	position:relative;
	margin-bottom:45px;
	display:inline
}
#tags-list a{
    display: inline-block;
    margin-bottom: 5px;
	margin-right:10px;
	color:#424242;
	border-bottom:1px solid #424242;
	text-decoration: none;	
}
#tags-list a.dis-non{display:none}
#tags-list a:hover{
	color:#e30000;
	border-bottom:1px solid #e30000;
}
#tags-list a.item-show,
#tags-list a.item-hide{
	color:#337ab7;
	border-bottom:1px solid #337ab7;	
}
#tags-list a.item-show.dis-non{
	display:none;
}
.section-description {
	background: #fff;
	padding: 20px 30px;
	margin-top:30px;
	margin-bottom: -25px;
}
.section-description .descr-h {
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 16px;
}
/* End */


/* Start:/local/templates/kmo/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.css?16490724482068*/

.row.catalog-tile {
    margin-right: 0;
	margin-bottom: 10px;
}

.row.catalog-tile .item {
    padding-right: 0;
}

.row.catalog-tile .item>a {
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px
}

.row.catalog-tile .item>a img {
    height: 130px;
}

.row.catalog-tile .item>a .title {
    padding: 10px 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    border-top: 1px solid #dfdfdf;
    display: table;
    width: 100%;
    height: 80px
}

.row.catalog-tile .item>a .title span {
    display: table-cell;
    vertical-align: middle;
}


/*       */
.top-section-list{
	display: inline-block;
}
.top-section-list > div{
	float:left;
	width: 280px;
	/*height: 56px;*/
	background: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	margin: 0px 16px 16px 0px;
	text-align: center;
	border: 1px solid #fff;
	padding: 0px 10px 0px 10px;
	
}
.top-section-list .top-section-list-item a{
	font-weight: bold;
	font-size: 16px;
	line-height: 54px;
    display: block;
    vertical-align: middle;
	color: #454545;
	
}
.top-section-list .top-section-list-item span{
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
    display: inline-block;
    vertical-align: middle;
	color: #454545;
	
}
.top-section-list .top-section-list-item:hover{
	border: 1px solid #CB0D0D;

}
.top-section-list .top-section-list-item.hidden-item{
	display:none;

}
.top-section-list .top-section-list-item.more-item a{
	color: #337ab7;

}
.top-section-list .top-section-list-item.more-item span{
	color: #337ab7;

}
.top-section-list .top-section-list-item:hover a{
	color: #D00A0A;

}
.top-section-list .top-section-list-item:hover span{
	color: #D00A0A;

}
.top-section-list .top-section-list-item.more-item:hover{
	border: 1px solid #fff;

}
.top-section-list .top-section-list-item.more-item:hover a{
	color: #337ab7;

}
.top-section-list .top-section-list-item.more-item:hover span{
	color: #337ab7;

}
/* End */


/* Start:/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/style.css?164907244831191*/
.bx-filter {
	width: 100%;
}
.bx-filter .bx-filter-section {
	font-family: Roboto;
    background: #fff;  
    position: relative;
	border-radius: 2px;

}

.bx-filter .bx-filter-title {display: none;}
/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px 0px 20px;
	/* margin: 22px 10px 0px 10px; */
	/* border-bottom: 1px solid #d0d0d0; */
}
.bx-filter .bx-filter-parameters-box:hover{
	/* background: #f9f9f9; */
}
.bx-filter .bx-filter-parameters-box-title{
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #424242;
	margin-bottom: 0px;
	padding: 0px 0px 0px 20px;
	cursor: pointer;
	background: url(/local/templates/kmo/images/select-arrow-filter-right.svg) 0 50% no-repeat;
}


.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title {
	background: url(/local/templates/kmo/images/select-arrow-filter-up.svg) 0 50% no-repeat;
}

.bx-filter .bx-filter-block {
	display: none;


}
.bx-filter .bx-filter-block {
	padding: 10px 20px 0px 20px;
	
}
.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-block .bx-ft-sub {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	display: block;
	/* margin-top: 10px; */
    float: left;
    /* margin-right: 7px; */
}

.bx-filter-parameters-box-container {
	padding-bottom: 0px;
	
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}

.bx-filter-parameters-box-container a{
	float: none;
	opacity: 1;
	text-decoration: none;
	border-bottom: 1px solid #424242;
	font-weight: 500;
	font-size: 14px;
	line-height: inherit;
	color: #424242;
	margin: 4px 0px 4px 25px;
	display: inline-block;
	/* display: inline;  */
	/* inline-block ie7 fix */
}
.bx-filter-parameters-box-container a:hover{
	/**/
}
.bx-filter-parameters-box-container.buttons{
	margin: 0px 20px 0px 20px;
	border: none;
	
}


.bx-filter .bx_filter_param_area {height: 40px;}



.bx-filter .bx-filter-parameters-box-container-block {width: 45%;margin-bottom: 10px;font-size: 12px;}


.bx-filter .bx-left{
	float: left;
	/* padding-right: 5px; */
}
.bx-filter .bx-right{
	float: right;
	/* padding-left: 5px; */
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {
	/**/
}
.bx-filter .bx-filter-input-container input {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	/* height: 30px; */
	/* margin: 0; */
	padding: 0 4px;	
	background: #EDEDED;
	box-shadow: inset 2px 2px 6px rgba(0, 0, 0, 0.25);
	border-radius: 2px;
	outline: none;
	/* width: 60px; */
	/* color: #666; */
	border: none;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/border_default.png) 2 repeat;
}
/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/active.png) 2 repeat;
			border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/active.png) 2 repeat;
}

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

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-filter-button-box {clear: both;}
.bx-filter .bx-filter-button-box .bx-filter-parameters-box-container{overflow: hidden;}
/*
*Track
*
*/

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

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 99;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    top: 50%;	
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #999999;
	height: 2px;
    margin-top: -1px;
	
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #999999;
	height: 2px;
    margin-top: -1px;
	
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #545454;
	height: 4px;
    margin-top: -2px;
	
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 0px;
    margin-right: 0px;
	width: 24px;
	height: 24px;
	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;

	background: url(/local/templates/kmo/images/filter-handle.svg) no-repeat center;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;

	background: url(/local/templates/kmo/images/filter-handle.svg) no-repeat center;
}

/*
*	Select
*
*/

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

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

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

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin-right: 5px;
}
.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}
.bx-filter .bx-filter-param-label {
	/*font-size: 13px;*/
}
.bx-filter .bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #424242;

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


.bx-filter .checkbox{
	display: inline-block;
	vertical-align: top; 
	position: relative; 
	cursor: pointer; 
	margin: 0px 0px 0px 0px; 
	width: 100%;
	}
.bx-filter .checkbox.disabled{display: none;}
.bx-filter .checkbox input { 
	width: 14px; 
	height: 14px; 
	margin-top: -7px;
	margin: 0; 
	padding: 0; 
	position: absolute; 
	left: 0; 
	top: 50%;  
	cursor: pointer; 
	z-index: 10; 
	opacity: 0;
}
.bx-filter .checkbox label {	
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #424242;
	display: block;
	padding: 0px 0px 0px 24px;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.bx-filter .checkbox label:before {
	display: block; 
	position: absolute; 
	left: 0; 
	top: 50%; 
	width: 14px; 
	height: 14px; 
	margin-top: -7px;
	background: url(/local/templates/kmo/images/checkbox-filter-unchecked.svg) no-repeat; 
	z-index: 5; 
	content: '';
}
.bx-filter .checkbox input:checked + label.other:before {
	background: url(/local/templates/kmo/images/checkbox-filter-checked.svg) no-repeat;
}
.bx-filter .checkbox input:hover + label.other:before {
	background: url(/local/templates/kmo/images/checkbox-filter-hover.svg) no-repeat;
}
.bx-filter .checkbox input:checked + label.rating:before {
	background: url(/local/templates/kmo/images/checkbox-filter-checked.svg) no-repeat;
}
.bx-filter .checkbox input:hover + label.rating:before {
	background: url(/local/templates/kmo/images/checkbox-filter-hover.svg) no-repeat;
}
.bx-filter .checkbox input:hover:checked + label.other:before {
	background: url(/local/templates/kmo/images/checkbox-filter-checked.svg) no-repeat;
}
.bx-filter .checkbox input:hover:checked + label.rating:before {
	background: url(/local/templates/kmo/images/checkbox-filter-checked.svg) no-repeat;
}
.label{margin: 0 0 5px 0;}









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

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

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

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

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

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	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;
	/*padding-left:20px;*/

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

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

.bx-filter .bx-filter-popup-result {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	position: absolute;
	z-index: 199;
	display: none;
	line-height: normal;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0 30px 0 20px;
	white-space: nowrap;
	color: #3f3f3f;
	min-height: 37px;
	line-height: 18px;
	border-style: solid;
	border: 1px solid #dfdfdf;
}
.bx-filter .bx-filter-popup-result.left {
	border-width: 2px 10px 2px 2px;
	-webkit-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_left.png) 4 20 4 4 repeat;
	-moz-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_left.png) 4 20 4 4 repeat;
	-o-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_left.png) 4 20 4 4 repeat;
	border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
	border-width: 2px 2px 2px 10px;
	-webkit-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_right.png) 4 4 4 20 repeat;
	-moz-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_right.png) 4 4 4 20 repeat;
	-o-border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_right.png) 4 4 4 20 repeat;
	border-image: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #3366BB;
}
.bx-filter .bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.bx-touch .bx-filter .bx-filter-popup-result {
		font-size: 12px;
		line-height: 14px;
		position: fixed !important;
		z-index: 1001;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		height: auto;
		padding: 10px;
		border-radius: 2px;
		border: 1px solid #c6dae7;
		background: rgba(255,255,255,.9);
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}


/*нажатый цвет*/
.bx-filter .checkbox input:checked + label.color::before{background-position: 2px 2px!important;border: 2px solid #555;padding: 2px;opacity: 0.8}
.bx-filter .checkbox input:checked + label.color span{font-weight:bold!important}
.bx-filter .checkbox label.color::before{background-position: 4px 4px!important;padding: 2px;background-size: 70px 25px!important;width: 70px!important;height: 25px!important;margin-top: -12px;}
.bx-filter label.color .bx-filter-param-text{margin-left: 55px;display: block}
.bx-filter .checkbox label.color {padding: 10px 0 0 25px;line-height: 24px;}
/*Для фильтра по цветам*/
.bx-filter .checkbox label.abashi::before{background: url(/upload/TSVET_1/abashi.jpg) no-repeat}
.bx-filter .checkbox label.alyuminievyy::before{background: url(/upload/TSVET_1/alyuminievyy.jpg) no-repeat}
.bx-filter .checkbox label.bezhevyy::before{background: url(/upload/TSVET_1/bezhevyy.jpg) no-repeat}
.bx-filter .checkbox label.bez-pokrytiya::before{background: url(/upload/TSVET_1/bez-pokrytiya.jpg) no-repeat}
.bx-filter .checkbox label.beloe-derevo::before{background: url(/upload/TSVET_1/beloe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.belyy::before{background: url(/upload/TSVET_1/belyy.jpg) no-repeat;border: 1px solid #f0f0f0;padding: 1px!important;}
.bx-filter .checkbox label.bereza::before{background: url(/upload/TSVET_1/bereza.jpg) no-repeat}
.bx-filter .checkbox label.bestsvetnyy::before{background: url(/upload/TSVET_1/bestsvetnyy.jpg) no-repeat}
.bx-filter .checkbox label.biryuzovyy::before{background: url(/upload/TSVET_1/biryuzovyy.jpg) no-repeat}
.bx-filter .checkbox label.bronzovyy::before{background: url(/upload/TSVET_1/bronzovyy.jpg) no-repeat}
.bx-filter .checkbox label.buk::before{background: url(/upload/TSVET_1/buk.jpg) no-repeat}
.bx-filter .checkbox label.venge::before{background: url(/upload/TSVET_1/venge.jpg) no-repeat}
.bx-filter .checkbox label.vishnya::before{background: url(/upload/TSVET_1/vishnya.jpg) no-repeat}
.bx-filter .checkbox label.vyaz::before{background: url(/upload/TSVET_1/vyaz.jpg) no-repeat}
.bx-filter .checkbox label.goluboe-derevo::before{background: url(/upload/TSVET_1/goluboe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.goluboy::before{background: url(/upload/TSVET_1/goluboy.jpg) no-repeat}
.bx-filter .checkbox label.grusha::before{background: url(/upload/TSVET_1/grusha.jpg) no-repeat}
.bx-filter .checkbox label.dub::before{background: url(/upload/TSVET_1/dub.jpg) no-repeat}
.bx-filter .checkbox label.zheltyy::before{background: url(/upload/TSVET_1/zheltyy.jpg) no-repeat}
.bx-filter .checkbox label.zhemchuzhnyy::before{background: url(/upload/TSVET_1/zhemchuzhnyy.jpg) no-repeat}
.bx-filter .checkbox label.zelenoe-derevo::before{background: url(/upload/TSVET_1/zelenoe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.zelenyy::before{background: url(/upload/TSVET_1/zelenyy.jpg) no-repeat}
.bx-filter .checkbox label.zolotistyy::before{background: url(/upload/TSVET_1/zolotistyy.jpg) no-repeat}
.bx-filter .checkbox label.kaluzhnitsa::before{background: url(/upload/TSVET_1/kaluzhnitsa.jpg) no-repeat}
.bx-filter .checkbox label.kashtan::before{background: url(/upload/TSVET_1/kashtan.jpg) no-repeat}
.bx-filter .checkbox label.kedr::before{background: url(/upload/TSVET_1/kedr.jpg) no-repeat}
.bx-filter .checkbox label.klen::before{background: url(/upload/TSVET_1/klen.jpg) no-repeat}
.bx-filter .checkbox label.korichnevyy::before{background: url(/upload/TSVET_1/korichnevyy.jpg) no-repeat}
.bx-filter .checkbox label.krasno-korichnevyy::before{background: url(/upload/TSVET_1/krasno-korichnevyy.jpg) no-repeat}
.bx-filter .checkbox label.krasnoe-derevo::before{background: url(/upload/TSVET_1/krasnoe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.krasnyy::before{background: url(/upload/TSVET_1/krasnyy.jpg) no-repeat}
.bx-filter .checkbox label.latun::before{background: url(/upload/TSVET_1/latun.jpg) no-repeat}
.bx-filter .checkbox label.listvennitsa::before{background: url(/upload/TSVET_1/listvennitsa.jpg) no-repeat}
.bx-filter .checkbox label.makhagon::before{background: url(/upload/TSVET_1/makhagon.jpg) no-repeat}
.bx-filter .checkbox label.mednyy::before{background: url(/upload/TSVET_1/mednyy.jpg) no-repeat}
.bx-filter .checkbox label.mnogotsvetnyy::before{background: url(/upload/TSVET_1/mnogotsvetnyy.jpg) no-repeat}
.bx-filter .checkbox label.nikel::before{background: url(/upload/TSVET_1/nikel.jpg) no-repeat}
.bx-filter .checkbox label.oranzhevyy::before{background: url(/upload/TSVET_1/oranzhevyy.jpg) no-repeat}
.bx-filter .checkbox label.oregon::before{background: url(/upload/TSVET_1/oregon.jpg) no-repeat}
.bx-filter .checkbox label.orekh::before{background: url(/upload/TSVET_1/orekh.jpg) no-repeat}
.bx-filter .checkbox label.okhra::before{background: url(/upload/TSVET_1/okhra.jpg) no-repeat}
.bx-filter .checkbox label.palisandr::before{background: url(/upload/TSVET_1/palisandr.jpg) no-repeat}
.bx-filter .checkbox label.perlamutr::before{background: url(/upload/TSVET_1/perlamutr.jpg) no-repeat}
.bx-filter .checkbox label.pod-kolerovku-bez-tsveta::before{background: url(/upload/TSVET_1/pod-kolerovku-bez-tsveta.jpg) no-repeat}
.bx-filter .checkbox label.rozovoe-derevo::before{background: url(/upload/TSVET_1/rozovoe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.rozovyy::before{background: url(/upload/TSVET_1/rozovyy.jpg) no-repeat}
.bx-filter .checkbox label.ryabina::before{background: url(/upload/TSVET_1/ryabina.jpg) no-repeat}
.bx-filter .checkbox label.serebristyy::before{background: url(/upload/TSVET_1/serebristyy.jpg) no-repeat}
.bx-filter .checkbox label.seroe-derevo::before{background: url(/upload/TSVET_1/seroe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.seryy::before{background: url(/upload/TSVET_1/seryy.jpg) no-repeat}
.bx-filter .checkbox label.siniy::before{background: url(/upload/TSVET_1/siniy.jpg) no-repeat}
.bx-filter .checkbox label.sirenevyy::before{background: url(/upload/TSVET_1/sirenevyy.jpg) no-repeat}
.bx-filter .checkbox label.sliva::before{background: url(/upload/TSVET_1/sliva.jpg) no-repeat}
.bx-filter .checkbox label.sosna::before{background: url(/upload/TSVET_1/sosna.jpg) no-repeat}
.bx-filter .checkbox label.stal::before{background: url(/upload/TSVET_1/stal.jpg) no-repeat}
.bx-filter .checkbox label.tik::before{background: url(/upload/TSVET_1/tik.jpg) no-repeat}
.bx-filter .checkbox label.fioletovyy::before{background: url(/upload/TSVET_1/fioletovyy.jpg) no-repeat}
.bx-filter .checkbox label.khameleon::before{background: url(/upload/TSVET_1/khameleon.jpg) no-repeat}
.bx-filter .checkbox label.khrom::before{background: url(/upload/TSVET_1/khrom.jpg) no-repeat}
.bx-filter .checkbox label.chernoe-derevo::before{background: url(/upload/TSVET_1/chernoe-derevo.jpg) no-repeat}
.bx-filter .checkbox label.chernyy::before{background: url(/upload/TSVET_1/chernyy.jpg) no-repeat}
.bx-filter .checkbox label.shipovnik::before{background: url(/upload/TSVET_1/shipovnik.jpg) no-repeat}
.bx-filter .checkbox label.yasen::before{background: url(/upload/TSVET_1/yasen.jpg) no-repeat}

#set_filter{ 
	display: block;
	border: none;
    text-align: center;    
    padding: 0px 20px 0px 20px;
	height: 43px;
	background: #D3D3D3;
	border-radius: 2px;	
	font-weight: 700;
	font-size: 14px;
	line-height: 43px;
	color: #3E3E3E;
	width: 100%;
	
}
#set_filter span{ 
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #3E3E3E;
	
}
#set_filter:hover, #del_filter:hover{
	/* opacity: 0.8 */
}
#del_filter{ 
	display: block;
	border: none;
    text-align: center;    
    padding: 0px 20px 0px 20px;
	height: 43px;
	background: #fff;
	border-radius: 2px;	
	font-weight: 700;
	font-size: 14px;
	line-height: 43px;
	color: #396C9B;
	width: 100%;
	margin: 7px 0px 0px 0px
	
}
#set_filter:hover, #del_filter:hover{
	/* opacity: 0.8 */
}



/*Для рейтинга*/
.bx-filter label.rating .bx-filter-param-text{padding: 8px 0;display: block}
.bx-filter .checkbox label.rating::before{margin-top: 0px;}

.bx-filter-param-text .vote{position: relative;margin-top: -2px;}
.bx-filter-param-text .vote .stars{
	position: absolute;
	top: 3px;
	left: 0px;
	height: 13px;
	width: 70px;
	background: url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/kmostars.png) repeat scroll left;
	z-index: 2;
	background-size: 14px;
}
.bx-filter-param-text .vote .active{
	position: absolute;
	top: 3px;
	left: 0px;
	height: 13px;
	background:  url(/local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/images/stars.png) repeat scroll left;
	z-index: 3;
	background-size: 14px;
}
.bx-filter-param-text .vote .star1{width: 14px}
.bx-filter-param-text .vote .star2{width: 28px}
.bx-filter-param-text .vote .star3{width: 42px}
.bx-filter-param-text .vote .star4{width: 56px}
.bx-filter-param-text .vote .star5{width: 70px}

.bx-filter-parameters-box-title img {
	vertical-align: inherit;
	height: 16px;
    width: 16px;	
	
}
.bx-filter-parameters-box-title .popover-title {
	display: none;
	
}
.bx-filter-parameters-box-title .popover {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	
}

.bx-filter-section .filter-control-title{
    margin: 0px 14px 0px 14px;
    display: table;
    padding-top: 23px;
	
}
.bx-filter-section .filter-control-title > div{
	display: table-cell;
	
}
.bx-filter-section .filter-control-title-name{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #424242;
	width: 100%;
	
}
.bx-filter-section .filter-control-delete-all a{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid currentColor;
	color: #424242;
	text-decoration: none;
	
}
.bx-filter-section .filter-control-delete-all a:hover{
	text-decoration: none;

}
.bx-filter-section .filter-control-block{
    margin: 0px 14px 0px 14px;
    padding-top: 23px;
	
}
.bx-filter-section .filter-control-block-param{
	display: table;
	border-top: 1px solid #C4C4C4;
	width: 100%;
	
}
.bx-filter-section .filter-control-block-param > div{
	display: table-cell;
	padding: 7px 0px 7px 0px;
	vertical-align: middle;
	
}
.bx-filter-section .filter-control-block-param-name{
	word-wrap: break-word;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
	
}
.bx-filter-section .filter-control-block-param-value{
	word-wrap: break-word;
	width: 72px;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #424242;
	
}
.bx-filter-section .filter-control-block-param-delete{
	width: 18px;
	text-align: center;
	
}



/* End */


/* Start:/local/templates/kmo/components/bitrix/catalog/main/bitrix/catalog.section/vertical/style.css?175100223021057*/
.vikras-link
{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 30px;
	line-height: 150px;
}
.hover-items-block
{
	bottom: 0;
	display: flex;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hover-item
{
	flex: 1 1 auto;
	height: 100%;
}
.image-listing-carousel
{
	cursor:pointer;
	margin-top: 3px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vertical-product-item{
	height: 600px;
	width: 280px;
	padding: 12px 24px 18px 24px;
	background-color: #fff;
	margin: 9px 15px 9px 0px;
	float: left;
	border-radius: 2px;
	position:relative;
	
}
.vertical-product-item span{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #424242;
	display: inline-block;
}

.vertical-product-item-container{
	height: 100%;
	width: 100%;
	position:relative;
	
}
.vertical-product-item-container > div {
	/*border: 1px solid;*/
	
}
div.vertical-product-item-block_0_1 {
	position: absolute;
	top: 40px;
	left: 0;
	width: 130px;
	height: 48px;
	z-index: 10;
	
}
.vertical-product-item-block_0_1 > img{
	width: 130px;
	height: 48px;
	/*opacity: 0.8;*/
	
}
div.vertical-product-item-block_0_2 {
	height: 18px;
	width: 58px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	
}
.vertical-product-item-block_0_2 div.div-favorite{
	float: left;
	cursor: pointer;
	
}
.vertical-product-item-block_0_2 div.div-compare{
	float: right;
	cursor: pointer;
	
}
div.vertical-product-item-block_0_3 {
	position: absolute;
	top: 250px;
	left: 0;
	width: 130px;
	height: 22px;
	z-index: 10;
	background: #E2E2E2;
	text-align: center;
	
}
.vertical-product-item-block_0_3 a{
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	color: #424242;
	text-decoration: none;
	
}
.vertical-product-item-block_0_3 a:hover{
	border-bottom: 1px solid currentColor;
	
}
.vertical-product-item-block_1 {
	width: 100%;
	height: 16px;
	
}

.vertical-product-item-block_1 > div {
	/*border: 1px solid;*/
	
}
.vertical-product-item-block_1 > div {
	float: left;
	width: 50%;
	height: 16px;
	
}
.vertical-product-item-block_1_1 span.span-lk{
	/*font-weight: 300;*/ font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	
}
.vertical-product-item-block_1 .vertical-product-item-block_1_3 {
	float:right;
	width:auto;
	padding-top: 10px;
}
.vertical-product-item-block_1 .vertical-product-item-block_1_3 .element-bonus-review {
	font-size:12px;
	font-weight: 600;
	color:red;
	cursor: pointer;
	position: absolute;
	margin-left: -86px;
	margin-top: 10px;
}
.vertical-product-item-block_1_3 .element-bonus-review img{
	width: 20px;
}
.vertical-product-item-block_2 {
	width: 100%;
	height: 230px;
    line-height: 230px;
	text-align: center;
	margin: 13px 0px 0px 0px;
	
}
.vertical-product-item-block_2 .present,
.vertical-product-item-block_2-1 .present {
	position: absolute;
	top:0px;
	right:0px;
	margin-top: 25px;
	z-index: 10;
	/*background: #D20000;
	border: 1px solid #D00000;
	border-radius: 30px;
	box-sizing: border-box;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);*/
	width: 50px;
	height: 50px;
	cursor: pointer;
	display:flex;
}

.vertical-product-item-block_2 .present.topotz,
.vertical-product-item-block_2-1 .present.topotz  {
	margin-top: 40px;
}
/*.vertical-product-item-block_2 .present:hover{
	background: #E50000;
	border: 1px solid #E70000;
}*/
.vertical-product-item-block_2 .present img,
.vertical-product-item-block_2-1 .present img {
	width: 50px;
	height: 50px;
}
.vertical-product-item-block_2 div.popover,
.vertical-product-item-block_2-1 div.popover {
	width: 220px !important;
	max-width: 280px !important;
	top: 85px !important;
	left: -20px !important;
	padding: 0px !important;
	background: #FAFAFA;
	border: 1px solid #FDFDFD;
	box-sizing: border-box;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}
.vertical-product-item-block_2 div.popover-content,
.vertical-product-item-block_2-1 div.popover-content {
	padding: 15px !important;

}
.vertical-product-item-block_2 .present-close,
.vertical-product-item-block_2-1 .present-close {
	color:#696969;
	position: absolute;
	top:5px;
	right: 5px;
	font-size: 18px;
	cursor: pointer;
}
.vertical-product-item-block_2 .present-h,
.vertical-product-item-block_2-1 .present-h {
	color: #E50000;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod {
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	margin-top:10px;
	font-weight: normal;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod a,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod a{
	white-space: normal;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod table td,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod table td{
	vertical-align: top;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod img,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod img{
	max-width: 50px;
	max-height: 50px;
	padding-right: 15px;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod .present-price,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod .present-price{
	padding-top:10px;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod .present-price .present-price-new,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod .present-price .present-price-new{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #E23B3B;
	float:left;
}
.vertical-product-item-block_2 .present_detail .present-detail-prod .present-price .present-price-old,
.vertical-product-item-block_2-1 .present_detail .present-detail-prod .present-price .present-price-old{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: line-through;
	color: #767676;
	float:left;
	margin-left:10px;
}
.vertical-product-item-block_2 img{
	max-width: 230px;
	max-height: 230px;
}
.vertical-product-item-block_2-1 {
	margin:13px -17px 0px -17px;
	height: 230px;
    line-height: 230px;
	position:relative;
}
.vertical-product-item-block_2-1 img{
	max-width: 166px;
	max-height: 166px;
}
.vertical-product-item-block_2-1 .vikras {
	max-width: 86px;
	max-height: 86px;
}
.vertical-product-item-block_2 a{
	white-space: nowrap;
	overflow: hidden;
	
}
.vertical-product-item-block_3 {
	width: 100%;
	text-align: center;
	height: 80px;
	margin: 18px 0px 0px 0px;
	
}

.vertical-product-item-block_3 > a {
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #424242;
	/*word-break: break-all;*/
}
.vertical-product-item-block_3 > a span {
	font-weight: bold;
}
.vertical-product-item-block_4 {
	width: 100%;
	text-align: center;
	height: 20px;
	margin: 9px 0px 0px 0px;
	
}
.vertical-product-item-block_4 span.span-availability{
	/*font-weight: 300;*/ font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	
}
.vertical-product-item-block_4 span.span-availability .available{
	font-weight: 600;
	color: #006D04;
	cursor: pointer;
	
}
.vertical-product-item-block_4 span.span-availability .available:hover{
	border-bottom: 1px solid currentColor;
	
}
.vertical-product-item-block_5 {
	width: 100%;
	text-align: center;
	height: 20px;
	margin: 0px 0px 0px 0px;
	
}
.vertical-product-item-block_5 span.span-delivery{
	/*font-weight: 300;*/ font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	
}
.vertical-product-item-block_5 span.span-date-delivery{
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	cursor: pointer;
	
}
.vertical-product-item-block_5 span.span-date-delivery:hover{
	border-bottom: 1px solid currentColor;
	
}
.vertical-product-item-block_6 {
	width: 100%;
	text-align: center;
	height: 21px;
	margin: 15px 0px 0px 0px;
	
}
.vertical-product-item-block_6 .img-bonuses-popover{
    height: 16px;
    width: 16px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 6px;
	
}
.vertical-product-item-block_6 span.span-bonuses{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000;
}
.vertical-product-item-block_6 span.span-last-price{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	
}
.vertical-product-item-block_7 {
	width: 100%;
	text-align: center;
	height: 37px;
	margin: 4px 0px 0px 0px;
	
}
.vertical-product-item-block_7 span.span-price{
	color: #2D2D2D;
	
}
.vertical-product-item-block_7 span.span-price-number{
	font-size: 32px;
	line-height: 37px;
	font-weight: bold;
		
}
.vertical-product-item-block_7 span.span-price-rur{
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;

}
.vertical-product-item-block_7 span.span-price-measurement{
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}
.vertical-product-item-block_6 div.span-action-price{
	color: #424242;
	position: relative;
	
}
.vertical-product-item-block_6 div.span-action-price::before {
    content: " ";
    position: absolute;
    top: 40%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}
.vertical-product-item-block_6 span.span-action-price-number{
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
		
}
.vertical-product-item-block_6 span.span-action-price-rur{
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;

}
.vertical-product-item-block_6 span.span-action-price-measurement{
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
}
.vertical-product-item-block_6 .action-old-price-line {
	display: inline-flex;
}
.vertical-product-item-block_6 .action-percent {
	font-size:16px;
	background: #DE1B1B;
	color:#fff;
	border-radius:3px;
	padding:4px 8px;
	line-height: 17px;
	margin-left: 12px;
}
.vertical-product-item-block_8 {
	height: 39px;
	width: 100%;
	margin: 14px 0px 0px 0px;
	text-align: center;
	
}
.vertical-product-item-block_8 > div {
	float: left;
	
}
.vertical-product-item-block_8.only-pickup  div{
	height: 39px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	
}
.vertical-product-item-block_8 span.span-buy{
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	
}
.vertical-product-item-block_8 div.div-buy-none{
	height: 38px;
	width: 143px;
	background: #898989;
	text-align: center;
	line-height: 38px;
	border-radius: 2px;
}
.vertical-product-item-block_8 div.div-buy{
	height: 38px;
	width: 143px;
	background: #32883B;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 2px;
}
.vertical-product-item-block_8 div.div-buy.z-price,
.vertical-product-item-block_8 div.div-buy-none.z-price{
	width: 100%;
}
.vertical-product-item-block_8 div.div-buy:hover{
	background: #276F2E;
	
}
.vertical-product-item-block_8 div.div-buy.active,
.vertical-product-item-block_8 div.div-buy.active:hover
{
	background: #fff;
	border: 2px solid #32883B;
	
}
.vertical-product-item-block_8 div.div-buy.active span.span-buy
{
	color: #32883B;
	
}
.vertical-product-item-block_8 span.span-buy{
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	
}
.vertical-product-item-block_8 div.div-fast-buy{
	height: 38px;
	width: 89px;
	background: #D3D3D3;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	
}
.vertical-product-item-block_8 div.div-fast-buy:hover{
	background: #B7B7B7;
	
}
.vertical-product-item-block_8 span.span-fast-buy{
	font-size: 12px;
	line-height: 14px;
	color: #505050;
	margin: 5px 0px 5px 0px;
	
}
.vertical-product-item-block_8 div.div-cant-buy{
	height: 38px;
	width: 230px;
	background: #9A9A9A;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 2px;
	
}
.vertical-product-item-block_8 div.div-cant-buy:hover{
	/*background: #D3D3D3;*/
	
}
.vertical-product-item-block_8 span.span-cant-buy{
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	
}
.vertical-product-item-block_9 {
	width: 100%;
	height: 21px;
	margin: 19px 0px 0px 0px;
	text-align: right;
	
}
.vertical-product-item-block_9 span.span-specifications {
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
	color: #0773A0;
	cursor: pointer;
	
}
.vertical-product-item-block_9 span.span-specifications:hover {
	border-bottom: 1px solid currentColor;
	
}

/* popovers */

.vertical-product-item-block_6 span.span-bonuses-popover{
    height: 16px;
    width: 16px;
    background-color: #FFC700;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 6px;
    line-height: 18px;
    font-weight: bold;
	
}
.vertical-product-item-block_6 div.popover{
	border-radius: 0;
    height: 308px !important;
    width: 280px !important;
	max-width: 280px !important;
    top: 89px !important;
    left: -24px !important;
	border: 1px solid #FFFFFF;
	padding: 0px 0px 0px 0px !important;
	box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.35);
	
}
.vertical-product-item-block_6 div.popover-content{
	height: 308px !important;
	padding: 30px 29px 0px 28px !important;
	
}
.vertical-product-item-block_6 .popover-content .element-bonuses-popover-content-body{
	color: rgb(153, 153, 153);
	font-size: 12px;
	line-height: 16px;
}
.vertical-product-item-block_6 .popover-content p{
	font-size:14px;
	color: #333;
	line-height: 16px;
}
.vertical-product-item-block_6 .popover-content a, .vertical-product-item-block_1_3 .popover-content a{
	font-size:12px;
	line-height: 16px;
}
.vertical-product-item-block_6 .popover p span, .vertical-product-item-block_1_3 .popover p span{
	color:#E60000;
	font-weight: bold;
	font-size:16px;
}


/* new modal specifications */
#item-specifications .modal-content{
	padding: 0;
	position: relative;
	box-shadow: 2px 3px 22px rgba(0, 0, 0, 0.25);
	padding: 41px 51px 46px 54px;
	
}
#item-specifications .modal-dialog{
	width: 800px;
	
}
#item-specifications .modal-content .modal-close{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 40px;
	height: 40px;	
	cursor: pointer;
	
}
#item-specifications .modal-header{
	padding: 0;
	border: none;

}
#item-specifications .modal-header .modal-title{
	font-weight: bold;
	font-size: 14px;
	color: #696969;
	line-height: 21px;
	
}
#item-specifications .modal-header .modal-title.modal-item-title{
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 18px 0px 0px 0px;
	line-height: 21px;
	
}
#item-specifications .modal-body{
	margin: 23px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #1D1D1D;
	padding: 0px 0px 0px 0px;
	
}
#item-specifications .modal-footer{
	padding: 0;
	border: none;

}

#item-specifications .div-specifications{

	
}
#item-specifications .div-specifications .div-specification{
	display: table;
	width: 100%;
	
}
#item-specifications .div-specifications .div-specification > div{
	display: table-cell;
	
}
#item-specifications .div-specifications .div-specification-row{
	display: table;
	width: 100%;
	
}
#item-specifications .div-specifications .div-specification-row > div{
	display: table-cell;
	
}
#item-specifications .div-specifications .div-specification .div-specification-block-1_1{
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	
}
#item-specifications .div-specifications .div-specification .div-specification-block-1_2{
	box-shadow: inset 0 -0.5px #fff, inset 0 -0.55px #1D1D1D;
	-webkit-box-shadow: inset 0 -0.5px #fff, inset 0 -0.55px #1D1D1D;
	-moz-box-shadow: inset 0 -0.5px #fff, inset 0 -0.55px #1D1D1D;
	-ms-box-shadow: inset 0 -0.5px #fff, inset 0 -0.55px #1D1D1D;
	width: 100%;
	
}
#item-specifications .div-specifications .div-specification .div-specification-block-2{
	width: 300px;
	padding: 0px 0px 0px 10px;
	/*word-break: break-all;*/
	
}
#item-specifications .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#item-specifications .table-striped>tbody>tr>td:first-child {
    width: 60%;
}
/*availability*/

#item-availability .modal-content{
	padding: 0;
	position: relative;
	box-shadow: 2px 3px 22px rgba(0, 0, 0, 0.25);
	padding: 20px 20px 20px 20px;
	
}
#item-availability .modal-dialog{
	width: 800px;
	
}
#item-availability .modal-content .modal-close{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 40px;
	height: 40px;	
	cursor: pointer;
	
}
#item-availability .modal-header{
	padding: 0;
	border: none;

}
#item-availability .modal-header .modal-title{
	font-weight: bold;
	font-size: 14px;
	color: #696969;
	line-height: 21px;
	
}
#item-availability .modal-header .modal-title.modal-item-title{
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 18px 0px 0px 0px;
	line-height: 21px;
	
}
#item-availability .modal-body{
	margin: 23px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #1D1D1D;
	padding: 0px 0px 0px 0px;
	
}
#item-availability .modal-footer{
	padding: 0;
	border: none;

}
/*delivery*/

#item-delivery .modal-content{
	padding: 0;
	position: relative;
	box-shadow: 2px 3px 22px rgba(0, 0, 0, 0.25);
	padding: 20px 20px 20px 20px;
	
}
#item-delivery .modal-dialog{
	width: 800px;
	
}
#item-delivery .modal-content .modal-close{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 40px;
	height: 40px;	
	cursor: pointer;
	
}
#item-delivery .modal-header{
	padding: 0;
	border: none;

}
#item-delivery .modal-header .modal-title{
	font-weight: bold;
	font-size: 14px;
	color: #696969;
	line-height: 21px;
	
}
#item-delivery .modal-header .modal-title.modal-item-title{
	font-weight: normal;
	font-size: 18px;
	color: #000;
	margin: 18px 0px 0px 0px;
	line-height: 21px;
	
}
#item-delivery .modal-body{
	margin: 23px 0px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #1D1D1D;
	padding: 0px 0px 0px 0px;
	
}
#item-delivery .modal-footer{
	padding: 0;
	border: none;

}
#item-delivery .receiving-delivery-time {
    margin-bottom: 10px
}
#item-delivery .receiving-delivery-info-district {
    margin-top: 10px;
	text-decoration: underline;
	font-size: 16px;
}
#item-delivery .receiving-delivery-info .delivery-info-header {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 15px
}

#item-delivery .receiving-delivery-info .delivery-info-value {
    margin-bottom: 5px
}

/*top control*/


.top-control{
	height: 36px;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin: 0px 0px 14px 0px;
}
.top-control > div{
	float: left;
}
.top-control-block_1{
	height: 36px;
	width: 106px;
	margin: 0px 0px 0px 8px;
	
}
.top-control-block_1 .span-sorting{
	line-height: 36px;
	
}
.top-control-block_2{
	height: 36px;
	width: 172px;
	margin: 0px 0px 0px 8px;
	
}
.top-control-block_2 .select-sorting{
	height: 30px;
	width: 172px;
	background: #fff;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
	border-radius: 2px;
	margin: 3px 0px 3px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	cursor: pointer;
	
	border: none;
    padding: 0px 0px 0px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(/local/templates/kmo/images/select-arrow-down.svg);
    background-position: right 11px center;
    background-repeat: no-repeat;
    outline: none;
	
}
.top-control-block_2 .select-sorting > option{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	
}
.top-control-block_3{
	height: 36px;
	width: 102px;
	margin: 0px 0px 0px 8px;
	
}
.top-control-block_3 .span-counting{
	line-height: 36px;
	
}
.top-control-block_4{
	height: 36px;
	width: 66px;
	margin: 0px 0px 0px 8px;
	
}
.top-control-block_4 .select-counting{
	height: 30px;
	width: 66px;
	background: #fff;
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
	border-radius: 2px;
	margin: 3px 0px 3px 0px;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	cursor: pointer;
	
	border: none;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .5);
    padding: 0px 0px 0px 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(/local/templates/kmo/images/select-arrow-down.svg);
    background-position: right 11px center;
    background-repeat: no-repeat;
    outline: none;
	
}
.top-control-block_4 .select-counting > option{
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	
}
.top-control-block_5{
	height: 36px;
	width: 36px;
	margin: 0px 0px 0px 14px;
	padding: 8px 7px 8px 7px;
	
}
.top-control-block_5:hover{
	   background-color: #fff;
	
}
.top-control-block_6{
	height: 36px;
	width: 36px;
	margin: 0px 0px 0px 10px;
	padding: 8px 8px 8px 8px;
	
}
.top-control-block_6:hover{
	   background-color: #fff;
	
}
.top-control-block_7{
	height: 36px;
	width: 288px;
	margin: 0px 0px 0px 8px;
    text-align: center;
	
}

.bottom-navigation{
    height: 36px;
    width: 100%;
    margin: 30px 0px 0px 0px;
    text-align: center;
    display: inline-block;
	
}


/* End */


/* Start:/local/templates/kmo/components/bitrix/system.pagenavigation/section_top_tag/style.css?16686948421183*/
.top-control-block_7 .ul-pagination {
    padding-left: 0;
    margin: 0px 0px 0px 0px;
	font-size: 16px;
    display: inline-block;
}

.top-control-block_7 .ul-pagination li a {
    color: #000;
    border: none;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	cursor: pointer;
	
}

.top-control-block_7 .ul-pagination li a:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.top-control-block_7 .ul-pagination li .disable {
    color: #cecece;
}

.top-control-block_7 .ul-pagination li .disable:hover {
    color: #cecece;
    background-color: #fff;
    border: none;
    cursor: not-allowed;
}

.top-control-block_7 .ul-pagination .active a {
    color: #000;
    background-color: #C4C4C4;
    border: none;
	font-size: 16px;
	cursor: pointer;
}

.top-control-block_7 .ul-pagination > li {
    display: inline;
}

.top-control-block_7 .ul-pagination>li>a,
.top-control-block_7 .ul-pagination>li>span {
    position: relative;
    float: left;
    /*padding: 6px 12px;*/
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: none;
    width: 36px;
	
}

/* End */


/* Start:/local/templates/kmo/components/bitrix/system.pagenavigation/section_bottom_tag/style.css?16686948421165*/
.bottom-navigation .ul-pagination {
    padding-left: 0;
    margin: 0px 0px 0px 0px;
	font-size: 16px;
    display: inline-block;
}

.bottom-navigation .ul-pagination li a {
    color: #000;
    border: none;
	font-size: 16px;
	line-height: 19px;
	font-weight: 600;
	cursor: pointer;
	
}

.bottom-navigation .ul-pagination li a:hover {
    color: #000;
    background-color: #fff;
    border: none;
}

.bottom-navigation .ul-pagination li .disable {
    color: #cecece;
}

.bottom-navigation .ul-pagination li .disable:hover {
    color: #cecece;
    background-color: #fff;
    border: none;
    cursor: not-allowed;
}

.bottom-navigation .ul-pagination .active a {
    color: #000;
    background-color: #C4C4C4;
    border: none;
	font-size: 16px;
	cursor: pointer;
}

.bottom-navigation .ul-pagination > li {
    display: inline;
}

.bottom-navigation .ul-pagination>li>a,
.bottom-navigation .ul-pagination>li>span {
    position: relative;
    float: left;
    /*padding: 6px 12px;*/
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: none;
    width: 36px;
	
}

/* End */
/* /local/templates/kmo/components/bitrix/catalog/main/style.css?1716804096726 */
/* /local/templates/kmo/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.css?16490724482068 */
/* /local/templates/kmo/components/bitrix/catalog.smart.filter/sectionTag/style.css?164907244831191 */
/* /local/templates/kmo/components/bitrix/catalog/main/bitrix/catalog.section/vertical/style.css?175100223021057 */
/* /local/templates/kmo/components/bitrix/system.pagenavigation/section_top_tag/style.css?16686948421183 */
/* /local/templates/kmo/components/bitrix/system.pagenavigation/section_bottom_tag/style.css?16686948421165 */
