

/* Start:/bitrix/templates/business/components/bitrix/catalog/production_default/style.css?17507651095526*/
.production-section__view-elem-fill{
    fill: #C5C5C5;
}
.production-section__view a{
    display: inline-block;
    margin-left: 21px;
}
.production-section__view a:first-child{
    margin-left: 0;
}
.production-section__view a:hover .production-section__view-elem-fill,
.production-section__view a.active .production-section__view-elem-fill{
    fill: var(--prv_btn_color);
}
.production-section__view a:hover,
.production-section__view a,
.production-section__view a:active,
.production-section__view a:active:hover,
.production-section__view a:active:focus{
    text-decoration: none;
}
.production-section__sort-view-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.production-section__sort{
    position: relative;
}
.production-section__sort:hover .production-section__sort-dropdown,
.production-section__sort:focus .production-section__sort-dropdown{
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: 0.2s;
}
.production-section__sort-dropdown{
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #fff;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: 8;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}
@media(min-width: 560px){
    .production-section__sort-dropdown{
        right: auto;
        left: 0;
    }
}
.production-section__sort-dropdown > a,
.production-section__sort-dropdown > a:focus{
    display: block;
    padding: 11px 15px 10px;
    color: #212121;
}
.production-section__sort-dropdown > a:hover,
.production-section__sort-dropdown > a:active:hover,
.production-section__sort-dropdown > a:active,
.production-section__sort-dropdown > a:active:focus{
    color: #212121;
    text-decoration: none;
}
.production-section__sort-dropdown > a.active{
    background-color: #F8F9FB;
}
.production-section__sort > span,
.production-section__filter-mobile > span{
    color: #757575;
    line-height: 1.5714;
    cursor:pointer;
}
.production-section__sort-view-block > div{
    margin-bottom: 15px;
    padding-bottom: 10px;
}
@media(min-width: 768px){
    .production-section__sort-view-block > div{
        margin-bottom: 0;
    }
}

.sidebar-menu__catalog-title{
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 26px 0;
    font-weight: bold;
}
.sidebar-menu__catalog-title.first{
    border-top: 1px solid #EFF1F5;
    margin: 0 0 26px;
    padding-top: 26px;
    border-top: 1px solid #EFF1F5;
}
.sidebar-menu__catalog-title > svg{
    margin-right: 16px;
    fill: white;
}

.bx-filter-parameters-box-title{
    background-color: #343a40;
}

.bx-filter-parameters-box-title > .name{
    color: white !important;
}

.bx-filter-parameters-box-title:hover{
    background-color: #6c757d !important;
}

.bx-filter-btn-del-filter:before{
    color: white !important;
}

.bx-pagination .bx-pagination-container ul li span{
    color: white !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
    background: none !important;
}


.sidebar-menu__catalog-sidebar-toggle{
    display: block;
    height: 18px;
    width: 33px;
    background: #dbe0e6;
    border-radius: 9px;
    position: relative;
    cursor: pointer;
    transition: background .1s ease-in;
    margin-right: 10px;
    flex-shrink: 0;
}

.sidebar-menu__catalog-sidebar-toggle:before{
    content: " ";
    width: 14px;
    height: 14px;
    margin: 2px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    background: #fff;
    border-radius: 20px;
    transition: right .1s ease-in;
}

.sidebar-menu__catalog-head.active .sidebar-menu__catalog-sidebar-toggle{
    background: var(--prv_btn_color);
}
.sidebar-menu__catalog-head.active .sidebar-menu__catalog-sidebar-toggle:before{
    right: 0;
}
.sidebar-menu__catalog-head{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.production-section__page{
    margin-bottom: 15px;
}

.sidebar-menu__catalog-head.active .show-sidebar-text,
.sidebar-menu__catalog-head:not(.active) .hide-sidebar-text{
    display: none;
}
.production-section__filter-section.hide-section{
    display: none!important;
    visibility: hidden;
    width: 0!important;
}
.production-section__page.full-width{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media(max-width: 991px){
    .sidebar-menu__catalog-head{
        display: none!important;
    }
}
@media(max-width: 991px){
    .production-section__filter-section .sidebar-menu,
    .production-section__filter-section .sidebar-menu__catalog-title,
    .production-section__filter-section .sidebar-footer,
    .production-section__filter-section .sidebar-commercial{
        display: none;
    }
    .production-section__filter-section .bx-filter{
        position: absolute;
        left: 0;
        right: 0;
        z-index: 8;
        background-color: #fff;
        border-bottom: 1px solid #EFF1F5;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
        max-width: 100%;
    }
    .bx-active .bx-filter-popup-result{
        display: none!important;
    }
    .bx-filter{
        display: none;
    }
    .bx-filter.active{
        display: block!important;
    }


}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/menu/page-sidebar-menu/style.min.css?17496299551055*/
.left_menu_ul{list-style:none;margin:0;padding:0;position:relative}ul.page-sidebar-left-menu{border:1px solid #eef1f4}ul.page-sidebar-left-menu>li{border-bottom:1px solid #eef1f4}ul.page-sidebar-left-menu>li:last-child{border:0}.left_menu_ul a:hover{text-decoration:none;color:#fff}.left_menu_ul.collapse a:hover{color:var(--prv_btn_color)}.left_menu_parent_link{display:flex;align-items:stretch}.left_menu_item{padding:20px 25px;display:block;color:#fff}.left_menu_dropdown_btn,.left_menu_item{transition-duration:0s}.left_menu_parent_link .left_menu_item{width:calc(100% - 50px);padding:20px 0 20px 25px}.left_menu_item_selected{font-weight:700}.left_menu_dropdown_btn{width:50px;display:flex;align-items:center;justify-content:center;text-decoration:none}.left_menu_dropdown_btn .caret{display:inline-block;width:0;height:0;vertical-align:middle;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:5px solid #707070;border-top:none}.left_menu_dropdown_btn.collapsed .caret{border-top:5px solid #707070;border-bottom:none}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/style.css?174616879220607*/
.bx-filter {
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
}
.bx-filter .bx-filter-parameters-box {
	position: relative;
}

@media (min-width: 992px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
		clear: both;
	}
}

.bx-filter-parameters-box-title{
    cursor: pointer;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 18px 20px 25px;  
}
.bx-filter-parameters-box{
    border-bottom: 1px solid #EEF1F4;
}
.bx-filter-parameters-box-title:hover{
    background-color: #F8F9FB;
}
.bx-filter-parameters-box-title > .name{
    color: #212121;
}

.bx-filter-parameters-box .caret{
    border-top: 5px solid #707070;
    border-bottom: none;
    height: 100%;
    top: 7px;
    position: relative;
}

.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title .caret{
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 5px solid #707070;
    border-top: none;
}


.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	font-size: 14px;
	font-style: normal;
	display: block;
	padding-bottom: 5px;
}
.bx-filter-parameters-box-container {
    padding: 0 25px 25px;
}
.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
     width: 50%;
}
.bx-filter-parameters-box-container-block-wrapper{
    display: flex;
    align-items: center;
}
.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
	display: block;
	width: 100%;
	font-size: 1.0714em;
        line-height: 1.466;
	height: 38px;
	margin: 0;
	padding: 14px;
	border: 1px solid #ECECEC;
	background: #F8F9FB;
	outline: none;
        color: #ACACAC;
}
.bx-filter-parameters-box-container-block.bx-left input{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.bx-filter-parameters-box-container-block.bx-right input{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.bx-filter .bx-filter-input-container input:placeholder {
    color: #ACACAC;
}
.bx-retina .bx-filter .bx-filter-input-container input {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
.bx-ios .bx-filter .bx-filter-input-container input {
	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
        margin: 0 20px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 2px;
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: 40px;
	width: 1px;
	height: 17px;
	background: transparent;
}
.bx-filter .bx-ui-slider-part.p1 {
	left: -1px;
}
.bx-filter .bx-ui-slider-part.p5 {
	right: -1px;
}
.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #ACACAC;
        font-size: 0.8571em;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-filter .bx-ui-slider-range {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 50;
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: -9px;
	width: 24px;
	height: 24px;
	border-bottom: none;
        border-radius: 100%;
        background-color: var(--prv_btn_color);
        transition: 0s!important;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}
.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(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}

.bx-filter .bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter .bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter .bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter .bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter .bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
.bx-filter .bx-filter-tag {
	padding: 18px;
}
.bx-filter .bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	text-shadow: none;
}
.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
	color: #1d3d46;
}

.bx-filter .bx-filter-param-label {
    font-weight: normal;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 17px;
}
.bx-filter-parameters-box-container .checkbox:last-child label,
.bx-filter-parameters-box-container .radio:last-child label{
    margin-bottom: 0;
}
.bx-filter-param-label.checkbox:before,
.bx-filter-param-label.radio:before{
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.bx-filter-param-label.checkbox:before{
    border-radius: 2px;
}
.bx-filter-param-label.radio:before{
    border-radius: 100%;
}

.bx-filter-param-label.checkbox input:checked + .checked:before,
.bx-filter-param-label.checkbox:focus input + .checked:before{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--prv_btn_color);
    font-size: 12px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    line-height: 15px;
}
.bx-filter-param-label.radio input:checked + .checked:before,
.bx-filter-param-label.radio:focus input  + .checked:before{
    content: "";
    font-size: 12px;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7px;
    background: var(--prv_btn_color);
    border-radius: 100%;
}

.bx-filter-param-label.checkbox input,
.bx-filter-param-label.radio input{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.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.dib {
	display: inline-block;
}
.bx-filter .bx-filter-param-text {
	font-weight: normal;
}
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
	color: #cdcdcd;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}
.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(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
.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;
}
.bx-filter .bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter .bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
.bx-filter span.bx-spm {
	font-size: 18px;
	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	width: 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;
}
.bx-filter .bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter .bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter .bx-filter-parameter-biz.bx-active {
	position: relative;
	color: #000;
	border-color: transparent;
}

.bx-filter .bx-filter-popup-result {
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	z-index: 915;
	display: none;
	margin-top: -7px;
	margin-left: 10px;
        height: auto;
        line-height: 25px;
	white-space: nowrap;
	color: #212121;
        -webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,.2);
        -moz-box-shadow: 0 10px 25px 0 rgba(0,0,0,.2);
        box-shadow: 0 10px 25px 0 rgba(0,0,0,.2);
        text-transform: uppercase;
        background-color: #fff;
        padding: 10px 20px;
        z-index: 8;
}

.bx-filter .bx-filter-popup-result.right {
	left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
	right:97%;
}
.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 .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

.bx-filter .bx-ui-slider-track{background: #EEF1F4;}
.bx-filter .bx-ui-slider-pricebar-vd{background: var(--prv_btn_color);}
.bx-filter .bx-ui-slider-pricebar-vn{background: #EEF1F4;}
.bx-filter .bx-ui-slider-pricebar-v {background: var(--prv_btn_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(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

.bx-filter .bx-filter-tag {
	border-top: 1px solid #d7eaf7;
	border-bottom: 1px solid #d7eaf7;
}
.bx-filter .bx-tag-link {
	color: #68939e;
}

.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(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

.bx-filter-inner-wrapper{
    border: 1px solid #EEF1F4;
    border-bottom: 0;
    background-color: transparent;
}
.bx-filter-btn-del-filter{
    position: relative;
    height: 40px;
    width: 45px;
    border-radius: 5px;
    border: 1px solid #EFF1F5;
    outline: none;
    background-color: transparent;
    z-index: 2;
    display: block;
    margin: 0 10px 0 0;
    padding: 0;
    cursor: pointer;
}
.bx-filter-btn-del-filter> input{
    visibility: hidden;
    opacity: 0;
    height: 0;
}
.bx-filter-btn-del-filter:before{
    content: '\f2f9';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--prv_btn_color);
    z-index: 1;
}
.bx-filter-btn-del-filter:hover:before{
    -webkit-animation: spinner2 .5s ease-out 1;
    animation: spinner2 .5s ease 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
@-webkit-keyframes spinner2{
  from{
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  to{
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Other */
@keyframes spinner2{
  from{
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to{
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.bx-filter-button-box{
    margin: 30px 0 15px;
}
.bx-filter-button-box > .bx-filter-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bx-filter-block > *{
    margin-bottom: 15px;
}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.section.list/sections_list_inner/style.min.css?17496325552367*/
@media (min-width:768px){.page-content .page-top-text p{margin-bottom:66px!important;font-size:1em;line-height:1.625em}.page-header{margin:65px 0 55px!important}.page-content .production-section__page .page-top-text p{margin-bottom:20px!important}}.production-sections{margin-bottom:60px}.production-section__page .production-sections{margin-bottom:0}.production-sections__container{display:block;min-height:393px;margin-bottom:30px;position:relative}.production-section__page .production-sections__container{min-height:291px;margin-bottom:42px}.production-sections__container:focus,.production-sections__container:hover{outline:0;text-decoration:none;color:#212121}.production-sections__block{text-align:center;border:1px solid #f3f3f3;height:100%;transition:.5s}.production-sections__img{margin-bottom:40px}.production-section__page .production-sections__img{margin-bottom:0}.production-section__page .production-sections__block{padding:33px 30px 0}.production-sections__image-block{width:100%;height:304px;position:relative;padding:15px 40px 0}.production-section__page .production-sections__image-block{height:190px;padding:0}.production-sections__img{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:190px;height:auto}.production-section__page .production-sections__img{max-width:100%}.production-sections__text-block{padding-bottom:25px}.production-sections__name{color:#fff}.production-sections__name,.production-sections__products-number{font-size:1.2857em;line-height:1.6111}.production-sections__name{margin-top:10px}.production-section__page .production-sections__name,.production-section__page .production-sections__products-number{font-size:.9285em;line-height:1.4615}.production-sections__products-number{color:#cfcfcf;margin-top:5px}.product_hr{height:1px;background:var(--prv_color);margin-bottom:27px}.production-section__page .container{padding:0}@media (min-width:768px){.production-sections__container:hover .production-sections__block{position:absolute;left:0;right:0;margin:-10px;padding:10px;height:calc(100% + 20px);box-shadow:0 0 30px 0 rgba(117,117,117,.2)}.production-section__page .production-sections__container:hover .production-sections__block{padding:43px 40px 10px}}@media (min-width:992px){.production-sections__name,.production-sections__products-number{font-size:1.4285em;line-height:1.45}}
/* End */


/* Start:/bitrix/templates/business/components/bitrix/system.pagenavigation/round/style.css?17461687932433*/
.bx-pagination {
	margin: 35px 0 70px;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #212121;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        font-weight: bold;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #212121;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	color: #C5C5C5;
        font-size: 1.2857em;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #C5C5C5;
	line-height: 28px;
        font-size: 1.2857em;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: var(--prv_btn_color);
}

.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: var(--prv_button_bg);
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/business/components/bitrix/catalog.item/production_item_grid/style.min.css?17750460866548*/
@keyframes load{to{transform:rotate(360deg)}}.products_item{background:#adadad;border-radius:20px;padding:25px 20px 37px;max-width:300px;margin:0 auto;height:100%;position:relative}.products_item:hover{transform:scale(1)!important}.production-element__col{margin:0 0 30px}@media (max-width:768px){.buy_btn_container{display:flex!important;justify-content:flex-end}.buy_btn_block .products_buy_btn svg{right:0}.products_item{padding-bottom:20px}}@media (min-width:768px){.products_item{margin:unset;max-width:unset}.products_item:hover{z-index:10}}.products_item{transition:.2s ease;border:1px solid #eef1f4}.production-element__col{height:auto!important}.products_slider_item__bg{position:absolute;left:0;right:0;bottom:0;top:0;background-color:#adadad;transition:.2s ease;border:1px solid #adadad}.products_item_container{position:relative;display:-webkit-flex;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;height:100%}.products_info_block{display:block;position:relative;color:#212121}.products_info_block:focus,.products_info_block:hover{text-decoration:none;color:#212121}.products_item .product_detail_btn{display:none;position:absolute;top:50%;left:50%;width:135px;transform:translate(-50%,-50%)}.products_item .marks_container{display:flex;width:100%;flex-wrap:wrap;position:relative;z-index:7}.products_item .marks_container .mark{font-size:.857142em;line-height:16px;margin:0 10px 10px 0;padding:7px 11px 8px;border-radius:27px;color:#fff}@media (min-width:768px){.products_item:hover{box-shadow:0 0 32px #ccc;transition:.5s;cursor:pointer}.products_item:hover .products_slider_item__bg{position:absolute;left:-10px;right:-10px;bottom:-30px;top:-10px}.products_item .products_buy_btn:hover{opacity:.7}.products_item:hover .buy_btn_container{display:block;position:relative}.products_item:hover .buy_btn_block{display:block;position:absolute;right:0}}.products_item .marks_container .mark_HIT{background-color:#f80}.products_item .marks_container .mark_NEW{background-color:#008fef}.products_item .marks_container .mark_RECOMMEND{background-color:#0a9200}.products_item .marks_container .mark_SALE{background-color:#fa0055}.products_item .products_item_name{font-size:1.142857em;font-weight:700;margin-bottom:5px;color:#fff}.products_item .products_type_list{font-size:1.142857em;margin-bottom:17px}.products_item .item_price{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.products_item .item_new_price{font-size:1.142857em;line-height:1;font-weight:700;margin-right:10px;margin-bottom:18px}.products_item .item_old_price{color:#757575;font-size:1.142857em;line-height:1;text-decoration:line-through;margin-bottom:8px}.products_item .item_in_stock,.products_item .item_no_stock{font-size:.857142em;color:#0a9200;text-transform:uppercase;margin-bottom:16px}.products_item .item_no_stock{color:#fff}.products_item .products_buy_btn{display:block;position:relative}.buy_btn_container{display:none}.products_svg_fill{fill:var(--prv_btn_color)}@media (min-width:992px){.buy_btn_block{display:none}}.products_item .buy_block.in .products_buy_btn.in_cart,.products_item:hover .buy_btn_block{display:block}.buy_btn_block--to-order{width:100%}.in_cart{font-size:14px}.in_cart,.in_cart:hover{color:#0a9200}.in_cart .fa-check-circle{display:block;position:absolute;bottom:0;left:0}.nav-tabs.products-section__tabs-list{border-bottom:1px solid #e1e1e1;margin-right:6px}.nav-tabs.products-section__tabs-list .nav-link{padding:9px 26px;font-size:1em;color:#212121;display:block;text-decoration:none;position:relative;background:0 0;border:0}.nav-tabs.products-section__tabs-list .nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;width:100%;background:0 0;z-index:2}.nav-tabs.products-section__tabs-list .nav-link.active:after,.nav-tabs.products-section__tabs-list .nav-link:hover:after{background:var(--prv_button_bg)}.nav-tabs.products-section__tabs-list .nav-link.active{color:var(--prv_btn_color);background:0 0}.nav-tabs.products-section__tabs-list .nav-link:hover{text-decoration:none;opacity:1;color:var(--prv_btn_color)}.products_item .buy_block.in .products_buy_btn.to_cart,.products_item .buy_block.loading .products_buy_btn.in_cart,.products_item .buy_block.loading .products_buy_btn.to_cart,.products_item .products_buy_btn.in_cart{display:none}.products_item .buy_block .buy_loader{font-size:24px;text-align:center;display:none;outline:0;line-height:normal;margin:0 auto;color:var(--prv_color)}.products_item .buy_block.loading .buy_loader{display:block}.products_item .buy_block .buy_loader i{width:24px;height:24px;display:inline-block;animation:load 1.5s infinite linear}.products-section__dropdown-tabs-wrapper{padding-bottom:25px}.products-section__list-group{margin-bottom:0}.products-section__list-group-item{padding:15px 25px;position:relative;display:block;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;color:#555}.products-section__list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.products-section__list-group-item.active{text-shadow:none;border:1px solid #eff1f5;border-left-color:var(--prv_color);background:#fff;color:#212121}.products-section__list-group-item.active:focus,.products-section__list-group-item.active:hover{text-shadow:none;color:#555;text-decoration:none;background-color:#f5f5f5;border-color:#eff1f5;border-left-color:var(--prv_color);background-image:none}.products-section__dropdown-tab-panel{position:relative;display:block;width:100%;padding:15px 55px 15px 25px;border:1px solid #eff1f5;margin:0 0-1px;cursor:pointer;color:#212121;background:#fff}.products-section__dropdown-tab-panel:focus,.products-section__dropdown-tab-panel:hover{text-decoration:none;color:#212121}.products-section__dropdown-tab-panel:after{content:"";position:absolute;right:25px;top:50%;width:0;height:0;margin:-2px 0 0;border-bottom:3px solid #212121;border-top:0;border-left:4px solid transparent;border-right:4px solid transparent}.products-section__dropdown-tab-panel.collapsed:after{border-bottom:0;border-top:3px solid #212121;border-left:4px solid transparent;border-right:4px solid transparent}.products-section__tab-panel-nav{margin-bottom:30px}.products_img_block{height:185px;width:100%;position:relative;margin-bottom:17px}.products_img_block>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;width:auto!important;height:auto!important;object-fit:contain!important}

/* End */
/* /bitrix/templates/business/components/bitrix/catalog/production_default/style.css?17507651095526 */
/* /bitrix/templates/business/components/bitrix/menu/page-sidebar-menu/style.min.css?17496299551055 */
/* /bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.smart.filter/.default/style.css?174616879220607 */
/* /bitrix/templates/business/components/bitrix/catalog/production_default/bitrix/catalog.section.list/sections_list_inner/style.min.css?17496325552367 */
/* /bitrix/templates/business/components/bitrix/system.pagenavigation/round/style.css?17461687932433 */
/* /bitrix/templates/business/components/bitrix/catalog.item/production_item_grid/style.min.css?17750460866548 */
