

/* Start:/local/templates/moder_new/components/bitrix/catalog/opt/bitrix/catalog.section.list/sidebar/style.css?164440591482*/
ul.layout__body-nav ul {
    display: none;
    margin: 0;
    padding: 0;
}

/* End */


/* Start:/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/style.css?164977798215322*/
.slider-price {
    font-size: 16px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #838383;
}

.layout__body-slider-price {
    margin: 0 0 20px
}

.slider-price__header {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-price__input {
    background: transparent;
    width: 64px;
    margin: 0 4px;
    padding: 4px 8px;
    font-size: 16px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #585858;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.slider-price__input:hover {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2)
}

.slider-price__input:focus {
    border-color: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.3)
}

.bx-filter {
	width: 100%;
	min-width: 220px;
    font-size: 16px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #838383;
}
.bx-filter .bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	/*padding-top: 26px*/
}

.bx-filter .bx-filter-title {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}







/*Sections*/

.bx-filter .bx-filter-parameters-box {
	position: relative;
}
.bx-filter .bx-filter-parameters-box-title {
	font-size: 13px;
	padding-bottom: 10px;
}

.bx-filter .bx-filter-parameters-box-title span {
    font-size: 16px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #838383;
    padding: 4px 0;
	cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
    color: #585858;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
	/*color: #95a1a8;*/
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
	/*color: #758087;*/
	border-color: transparent;
}
.bx-filter .bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-moz-transition: padding .3s ease;
	-ms-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.bx-filter .bx-filter-button-box .bx-filter-block, .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
    margin-bottom: 10px;
}
.bx-filter .bx-filter-button-box .bx-filter-block{
    margin-bottom: 16px;
}
.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;

}

.big .bx-filter-parameters-box-container {
    justify-content: space-between;
}
.big.width .bx-filter-parameters-box-container {
    justify-content: left;
}
.bx-filter-parameters-box-container.buttons {
    justify-content: space-between;
    margin-top: 10px;
}
.bx-filter-parameters-box-container .checkbox {
    height: auto;
}

.bx-filter-parameters-box-container .checkbox:first-child {
	margin-top: 0;
}
.bx-filter .bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}
/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}
.bx-filter .bx-filter-input-container input {
    background: transparent;
    width: 64px;
    margin: 0 2px;
    padding: 4px 0;
    font-size: 16px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #585858;
    text-align: center;
    border: 1px solid transparent;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.bx-filter .bx-filter-input-container input:hover {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2)
}

.bx-filter .bx-filter-input-container input:focus {
    border-color: rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.3)
}

/*.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/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

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

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

.bx-filter .bx-ui-slider-track-container {
	padding-top: 13px;
	padding-bottom: 15px;
}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 3px;
	/*background: #d8e9f0;/* COLOR */
}
.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 8px;
	background: #a9a9a9;
}
.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-pricebar {
	z-index: 100;
}
.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 60;
	/*background: #849da4;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 70;
	/*background: #a8dff3;/* COLOR */
}
.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 80;
	/*background: #499fd8;/* COLOR */
}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 22px;
	height: 22px;
	border-bottom: none;
}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}
/*
*	Checkbox / Radio 
*
*/

.bx-filter .bx-filter-input-checkbox {
    display: flex;
}
.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: inline-flex;
	text-align: left;
    font-size: 14px;
    font-family: "Noto Sans", Tahoma, sans-serif;
    color: #838383;
    position: relative;
    cursor: pointer;
    line-height: 20px;
    margin-bottom: 4px;
    margin-right: 10px;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}
.bx-filter .bx-filter-input-checkbox .bx-filter-param-count {
    font-size: 11px;
    color: #a9a9a9;
    display: inline-flex;
    margin-left: 3px;
}

.bx-filter .big .bx-filter-input-checkbox .bx-filter-param-text {
    display: inline-block;
    font-size: 16px;
    padding: 2px 10px;
    width: 30px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    border: 1px solid #838383;
}
.bx-filter .big.width .bx-filter-input-checkbox .bx-filter-param-text {
    width: auto;
    font-size: 14px;
    margin-right: 12px;
}

.bx-filter .big .bx-filter-param-text:hover {
    background: rgba(131, 131, 131, 0.5);
}

.bx-filter .bx-filter-param-text.is-active {
    border-bottom: 1px solid #838383;
    color: #585858;
}

.bx-filter .big .bx-filter-param-text.is-active {
    color: #ffffff;
    background-color: #838383;
}
/*
*	BTN result and reset 
*
*/

.btn.btn-themes {
    background: transparent;
    color: #838383;
    border: 1px solid #838383;
    border-radius: 0;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn.btn-themes.bx-active,
.btn.btn-themes.focus,
.btn.btn-themes:active,
.btn.btn-themes:focus,
.btn.btn-themes:hover{
    background: #838383;
    color: #fff;
    border-color: #838383;
}
/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    position: absolute;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0;
    white-space: nowrap;
    font-family: "CoFo Sans", Tahoma, sans-serif;
    background-color: #838383;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    outline: none;
    right: -120px;
    text-align: center;
    width: 110px;
    height: 36px;
    line-height: 36px;
    z-index: 915;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bx-filter .bx-filter-popup-result:hover {
    background: #000;
    text-decoration: none;
    border-color: #000;
}

#modef_num {
    font-family: "Noto Sans", Tahoma, sans-serif;
}
.bx-filter .bx-filter-popup-result.right:before {
    /*background-image: linear-gradient(45deg,#a9a9a9,#838383);*/
    background-color: #838383;
    border-radius: 0;
    content: "";
    display: block;
    height: 16px;
    left: -3px;
    position: absolute;
    top: 10px;
    transform: rotate(135deg);
    width: 16px;
    z-index: -1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bx-filter .bx-filter-popup-result.right:hover:before {
    background: #000;
    text-decoration: none;
    border-color: #000;
}
.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 {
	color: #ffffff;
	display: block;
    font-size: 16px;
}
.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 {
		display: none!important;
	}
	.bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
	.bx-filter .bx-filter-popup-result .arrow {
		display: none;
	}
}

/*--------------------------------------*/
/*
* INPUTS
*
*/

/*
*Track
*
*/

.bx-filter .bx-ui-slider-pricebar-vd{
    background: #686868;
}
.bx-filter .bx-ui-slider-pricebar-vn{
    background: #a9a9a9;
    height: 1px;
    margin-top: 1px;
}
.bx-filter .bx-ui-slider-pricebar-v {
    background: #a9a9a9;
}

.bx-filter .bx-ui-slider-handle.left {
    background: #686868;
    width: 4px;
    height: 10px;
    margin: -5px 0 0 -3px !important;
    top: 50% !important;
    left: 0;
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
    -webkit-transition-property: background, -webkit-box-shadow;
    transition-property: background, -webkit-box-shadow;
    -o-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
    transition-property: background, box-shadow, -webkit-box-shadow;
    z-index: 500;
}
.bx-filter .bx-ui-slider-handle.right {
    background: #686868;
    width: 4px;
    height: 10px;
    margin: -5px -3px 0 0 !important;
    top: 50% !important;
    right: 0;
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    transition: all 0.32s;
    -webkit-transition-property: background, -webkit-box-shadow;
    transition-property: background, -webkit-box-shadow;
    -o-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
    transition-property: background, box-shadow, -webkit-box-shadow;
    z-index: 500;
}
/*
*	Select
*
*/
.bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-filter.bx-blue .bx-filter-select-container:focus {
    border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
    -webkit-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    -moz-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    -o-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-blue .bx-filter-tag {
    border-top: 1px solid #d7eaf7;
    border-bottom: 1px solid #d7eaf7;
}
.bx-filter.bx-blue .bx-tag-link {
    color: #68939e;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio
*
*/
/*
* 	BTN
*
*/
.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-filter.bx-blue .bx-filter-param-btn:focus {
    border-color: #499fd8;
}
.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus {
    -webkit-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    -moz-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    -o-border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
    border-image: url(/local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset
*
*/

.bx-filter.bx-blue .btn-themes {
    background-color: #1485CE;
    border-color: #1485CE;
    color: #FFF
}
.bx-filter.bx-blue .btn-themes.bx-active,
.bx-filter.bx-blue .btn-themes.focus,
.bx-filter.bx-blue .btn-themes:active,
.bx-filter.bx-blue .btn-themes:focus,
.bx-filter.bx-blue .btn-themes:hover{
    background-color: #53A4D8;
    border-color: #53A4D8;
    color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */
/* /local/templates/moder_new/components/bitrix/catalog/opt/bitrix/catalog.section.list/sidebar/style.css?164440591482 */
/* /local/templates/moder_new/components/bitrix/catalog.smart.filter/.default/style.css?164977798215322 */
