

/* Start:/local/templates/enext/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?176068663817334*/
.bx-filter{		
	width: 400px;
	height: 100%;
	padding-bottom: 68px;
	position: fixed;
	right: -400px;
	top: 0;	
	background-color: #fff;
	z-index: 1100;
	-webkit-transition: right 0.3s ease 0s;
	-moz-transition: right 0.3s ease 0s;
	-o-transition: right 0.3s ease 0s;
	transition: right 0.3s ease 0s;
}

.bx-filter.active{
	right: 0;
}

.bx-filter .bx-filter-title-container{
	height: 65px;
	display: flex;
	align-items: center;
	padding: 0 32px;
	position: relative;
	background-color: #f1f6f7;
}

.bx-filter .bx-filter-title-container > i{
	padding-right: 18px;
	font-size: 30px;
	color: #d0e0e3;
}

.bx-filter .bx-filter-title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;	
	color: #3d4b52;
	line-height: 24px;
}

.bx-filter .bx-filter-close{
	width: 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-filter .bx-filter-close > i{
	font-size: 16px;
	color: #8ea6ab;
}

.bx-no-touch .bx-filter .bx-filter-close:hover > i,
.bx-touch .bx-filter .bx-filter-close:active > i{
	color: #6639b6;
}

.bx-filter .bx-filter-inner{
	height: -moz-calc(100% - 68px);
	height: -webkit-calc(100% - 68px);
	height: calc(100% - 68px);
}

.bx-filter .bx-filter-parameters-box{
	padding: 15px 23px 13px;
	position: relative;
	border-top: 1px solid #e3ecef;
}

.bx-filter .bx-filter-parameters-box:first-child{
	border: none;
}

.bx-filter .bx-filter-button-box{		
	width: 400px;
	padding: 13px 23px;
	position: fixed;
	right: -400px;
	bottom: 0;	
	-webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	-moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	background-color: #f1f6f7;
	z-index: 1100;
	-webkit-transition: right 0.3s ease 0s;
	-moz-transition: right 0.3s ease 0s;
	-o-transition: right 0.3s ease 0s;
	transition: right 0.3s ease 0s;
}

.bx-filter.active .bx-filter-button-box{
	right: 0;
}

.bx-filter .bx-filter-button-box button{
	float: left;
}

.bx-filter .bx-filter-button-box button + button{
	margin-left: 6px;
}

.bx-filter-count{
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	position: relative;
	top: -2px;
	font-size: 11px;
	color: #8ea6ab;	
	line-height: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .bx-filter .bx-filter-button-box button:hover .bx-filter-count,
.bx-touch .bx-filter .bx-filter-button-box button:active .bx-filter-count{
	color: #fff;
	background-color: #6e858a;
}

.bx-filter .bx-filter-parameters-box-title{
	position: relative;
	cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title i,
.bx-filter .bx-filter-parameters-box-title span{	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-filter .bx-filter-parameters-box-title i{	
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 22px;
	color: #8ea6ab;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bx-filter .bx-filter-parameters-box:not(.bx-active) .bx-filter-parameters-box-title i{	
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.bx-filter .bx-filter-parameters-box-title span{
	display: inline-block;
	padding-left: 20px;
	font-size: 16px;
	color: #55686e;	
	line-height: 17px;
}

.bx-no-touch .bx-filter .bx-filter-parameters-box-title:hover i,
.bx-touch .bx-filter .bx-filter-parameters-box-title:active i,
.bx-no-touch .bx-filter .bx-filter-parameters-box-title:hover span,
.bx-touch .bx-filter .bx-filter-parameters-box-title:active span{
	color: #6639b6;
}

.bx-filter .bx-filter-parameters-box-hint{
	position: absolute;
	right: 23px;
	top: 14px;
	font-size: 19px;
	color: #d0e0e3;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-no-touch .bx-filter .bx-filter-parameters-box-hint:hover,
.bx-no-touch .bx-filter .bx-filter-parameters-box-hint:active{
	color: #a3bc6d;
}

.bx-filter .bx-filter-block{	
	display: none;
	margin-top: 16px;	
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{	
	display: block;	
}

.bx-filter .bx-filter-button-box .bx-filter-block{
	display: table;
	margin: 0;
}

/***NUMBERS***/
.bx-filter .bx-filter-parameters-box-block-container{
	width: 100%;
	display: table;
}

.bx-filter .bx-filter-parameters-box-block{
	display: table-cell;
	vertical-align: middle;
}

.bx-filter .bx-filter-separate{
	width: 1px;
	padding: 0 14px;
	font-size: 14px;
	color: #3d4b52;
	line-height: 32px;
}

/***INPUTS***/
.bx-filter .bx-filter-input-container input {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0 13px;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 14px;
	color: #3d4b52;
	border: 1px solid #d0e0e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	background-color: #fff;
	outline: none;
}

/***TRACK***/
.bx-filter .bx-ui-slider-track-container{
	padding: 23px 12px 21px;
}

.bx-filter .bx-ui-slider-track{	
	height: 3px;
	position: relative;
	background: #d0e0e3;
}

.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v,
.bx-filter .bx-ui-slider-range{
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-pricebar-vd{
	z-index: 60;
	background: #8ea6ab;
}

.bx-filter .bx-ui-slider-pricebar-vn{
	z-index: 70;
	background: #3d8196;
}

.bx-filter .bx-ui-slider-pricebar-v{
	z-index: 80;
	background: #00c0ff;
}

.bx-filter .bx-ui-slider-range{
	z-index: 90;
}

.bx-filter .bx-ui-slider-handle{
	width: 24px;
	height: 24px;
	position: absolute;
	top: -11px;
	border: 3px solid #00c0ff;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 2px 2px 6px rgba(85, 104, 110, 0.32);
	-moz-box-shadow: 2px 2px 6px rgba(85, 104, 110, 0.32);
	box-shadow: 2px 2px 6px rgba(85, 104, 110, 0.32);
	background-color: #fff;
}

.bx-filter .bx-ui-slider-handle.left{
	left: 0;
	margin-left: -12px;
}

.bx-filter .bx-ui-slider-handle.right{
	right: 0;
	margin-right: -12px;
}

.bx-no-touch .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;
}

/***LABEL***/
.bx-filter .bx-filter-param-label {
	min-height: auto;
	display: table;
	padding: 0;
	font-weight: 300;
	cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{
	float: left;
	margin-left: 5px;	
}

.bx-filter .bx-filter-param-label.disabled{
	cursor: default;
}

/***CHECKBOX***/
/***RADIO***/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-check-container,
.bx-filter .bx-filter-input-radio .bx-filter-param-check-container,
.bx-filter .bx-filter-param-text{
	display: table-cell;
	vertical-align: middle;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-check,
.bx-filter .bx-filter-input-radio .bx-filter-param-check{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	background-color: #d0e0e3;
}

.bx-filter .bx-filter-input-radio .bx-filter-param-check{
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
}

.bx-no-touch .bx-filter .bx-filter-input-checkbox .bx-filter-param-label:hover .bx-filter-param-check,
.bx-touch .bx-filter .bx-filter-input-checkbox .bx-filter-param-label:active .bx-filter-param-check,
.bx-no-touch .bx-filter .bx-filter-input-radio .bx-filter-param-label:hover .bx-filter-param-check,
.bx-touch .bx-filter .bx-filter-input-radio .bx-filter-param-label:active .bx-filter-param-check{
	background-color: #8ea6ab;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-label.disabled .bx-filter-param-check,
.bx-filter .bx-filter-input-radio .bx-filter-param-label.disabled .bx-filter-param-check{
	background-color: #d0e0e3;
}

.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-check-container .bx-filter-param-check,
.bx-filter .bx-filter-input-radio input[type=radio]:checked + .bx-filter-param-check-container .bx-filter-param-check{
	background-color: #6639b6;
}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-check i,
.bx-filter .bx-filter-input-radio .bx-filter-param-check i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-check-container .bx-filter-param-check i,
.bx-filter .bx-filter-input-radio input[type=radio]:checked + .bx-filter-param-check-container .bx-filter-param-check i{
	display: inline-block;
}

.bx-filter .bx-filter-param-text{	
	padding-left: 9px;
	font-size: 14px;
	color: #55686e;
	line-height: 17px;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{
	color: #8ea6ab;
}

.bx-filter .bx-filter-param-text > span{
	margin-left: 3px;
	padding: 0 5px;
	font-size: 11px;
	color: #8ea6ab;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #e3ecef;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text > span{
	color: #d0e0e3;
	background-color: #f1f6f7;
}

/***SELECT***/
.bx-filter .bx-filter-select-container{	
	border: 1px solid #d0e0e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.bx-filter .bx-filter-select-block{	
	padding: 3px 33px 3px 12px;
	position: relative;	
	cursor: pointer;
}

.bx-filter .bx-filter-select-text{		
	overflow: hidden;	
	font-size: 14px;
	color: #3d4b52;	
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;	
}

.bx-filter .bx-filter-select-text.fix .bx-filter-btn-color-icon-container{
	display: inline-block;
	vertical-align: middle;
	margin-right: -3px;
	padding: 2px 0;
}

.bx-filter .bx-filter-select-text.fix .bx-filter-param-text{
	display: inline;
}

.bx-filter .bx-filter-select-arrow{
	width: 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}

.bx-filter .bx-filter-select-arrow i{	
	font-size: 16px;
	color: #8ea6ab;	
}

/***SELECT_POPUP***/
.bx-filter-popup-window{	
	padding: 0;
	left: -1px !important;
	right: -1px;
	top: 36px !important;
	border: 1px solid #d0e0e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	-moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	z-index: 202 !important;
}

.bx-filter-popup-window .popup-window-content{
	background: none;
}

.bx-filter-select-popup ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bx-filter-select-popup ul li + li{
	border-top: 1px solid #e3ecef;
}

.bx-filter-select-popup ul li .bx-filter-param-label{		
	display: block;
	margin: 0;
	padding: 6px 12px;	
	font-size: 14px;
	color: #3d4b52;
	line-height: 17px;	
}

.bx-filter-select-popup.fix ul li .bx-filter-param-label{
	width: 100%;
	display: table;
}

.bx-filter-select-popup ul li:first-child .bx-filter-param-label{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.bx-filter-select-popup ul li:last-child .bx-filter-param-label{
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.bx-no-touch .bx-filter-select-popup ul li .bx-filter-param-label:hover,
.bx-touch .bx-filter-select-popup ul li .bx-filter-param-label:active{	
	background-color: #f1f6f7;
}

.bx-filter-select-popup ul li .bx-filter-param-label.disabled{
	color: #8ea6ab;
	background: none;
}

.bx-filter-select-popup.fix ul li .bx-filter-btn-color-icon-container{
	width: 33px;
	display: table-cell;
	vertical-align: middle;
}

/***COLORS***/
.bx-filter .bx-filter-param-btn-inline{
	float: left;
	margin-left: -5px;
}

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

.bx-filter .bx-filter-param-btn-block .bx-filter-param-btn{
	display: table-cell;
	vertical-align: middle;
}

.bx-filter .bx-filter-btn-color-icon-container{
	display: block;	
	position: relative;
}

.bx-filter .bx-filter-btn-color-icon-container:before,
.bx-filter .bx-filter-btn-color-icon-container:after{
	width: 1px;
	height: 15px;
	position: absolute;
	left: 16px;
	top: 9px;
	content: none;
	background-color: #8ea6ab;
}

.bx-filter .bx-filter-btn-color-icon-container:before{
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bx-filter .bx-filter-btn-color-icon-container:after{
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon-container:before,
.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon-container:after{
	content: "";
}

.bx-filter .bx-filter-btn-color-icon{
	width: 33px;
	height: 33px;
	display: block;	
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-filter .bx-filter-select-text.fix .bx-filter-btn-color-icon{
	width: 30px;
	height: 30px;
	float: left;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{
	opacity: 0.2;
}

.bx-filter .bx-filter-btn-color-icon:before,
.bx-filter .bx-filter-btn-color-icon:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.bx-filter .bx-filter-btn-color-icon:before{	
	content: none;
	border: 4px solid transparent;	
}

.bx-no-touch .bx-filter .bx-filter-param-label:hover .bx-filter-btn-color-icon:before,
.bx-touch .bx-filter .bx-filter-param-label:active .bx-filter-btn-color-icon:before{
	content: "";
	border-color: #fff;
}

.bx-filter .bx-filter-param-label.bx-active .bx-filter-btn-color-icon:before{
	content: "";
	border-color: #fff;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon:before{
	content: none;
}

.bx-filter .bx-filter-btn-color-icon:after{	
	content: "";
	border: 1px solid #d0e0e3;	
}

.bx-no-touch .bx-filter .bx-filter-param-label:hover .bx-filter-btn-color-icon:after,
.bx-touch .bx-filter .bx-filter-param-label:active .bx-filter-btn-color-icon:after{	
	border-width: 2px;
	border-color: #8ea6ab;
}

.bx-filter .bx-filter-param-label.bx-active .bx-filter-btn-color-icon:after{	
	border-width: 2px;
	border-color: #6639b6;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon:after{
	border-width: 1px;
	border-color: #d0e0e3;
}

/***CALENDAR***/
.bx-filter .bx-filter-calendar-container{
	margin-bottom: 5px;
	position: relative;
}

.bx-filter .bx-filter-calendar-container input{
	padding-right: 45px;
}

.bx-filter .bx-filter-calendar-container .calendar-icon{
	margin: 0;
	position: absolute;
	right: 13px;
	top: 6px;
}

/***TOOLTIP***/
.bx-panel-tooltip{
	width: 354px !important;
	left: unset !important;
	right: 23px;
}

/***PHONES***/
@media(max-width: 991px){
	.bx-filter{		
		-webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		-moz-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		-o-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		transition: width 0.3s ease 0s, right 0.3s ease 0s;
	}

	.bx-filter.active{
		width: 100%;
	}
	
	.bx-filter .bx-filter-button-box{
		-webkit-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		-moz-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		-o-transition: width 0.3s ease 0s, right 0.3s ease 0s;
		transition: width 0.3s ease 0s, right 0.3s ease 0s;
	}

	.bx-filter.active .bx-filter-button-box{
		width: 100%;
	}

	/***TOOLTIP***/
	.bx-panel-tooltip{
		width: auto !important;
		left: 23px !important;		
	}
}
/* End */


/* Start:/local/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.css?17606866381933*/
.bx-catalog-subscribe-popup-window{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}

.bx-catalog-subscribe-popup-window.popup-window-with-titlebar{
	padding: 0;
}

.bx-catalog-subscribe-popup-window .popup-window-titlebar{
	width: 100%;
	height: 65px;
	display: table;
	padding: 0 50px 0 32px;
	background-color: #f1f6f7;
}

.bx-catalog-subscribe-popup-window .popup-window-titlebar-text{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #3d4b52;
	line-height: 24px;
}

.bx-catalog-subscribe-popup-window .popup-window-content{
	padding: 18px 32px 0;
}

.bx-catalog-subscribe-form-notify .alert{
	margin-bottom: 12px;
}

.bx-catalog-subscribe-alert{
	padding-bottom: 32px;
}

.bx-catalog-subscribe-alert .alert{
	margin: 0;
}

.bx-catalog-subscribe-form-caption{
	margin: -3px 0 9px;
	font-size: 16px;
	color: #3d4b52;
	line-height: 19px;
}

.bx-catalog-subscribe-popup-window .popup-window-close-icon{
	width: 50px;
	height: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-catalog-subscribe-popup-window .popup-window-close-icon:after{
	content: none;
}

.bx-catalog-subscribe-popup-window .popup-window-close-icon > i{
	font-size: 16px;
	color: #8ea6ab;
}

.bx-no-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:hover > i,
.bx-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:active > i{
	color: #6639b6;
}

.bx-catalog-subscribe-popup-window .popup-window-buttons{
	padding: 0 32px 32px;
}

.bx-catalog-subscribe-popup-window .popup-window-buttons button{
	width: 100%;
}
/* End */


/* Start:/local/templates/enext/components/bitrix/catalog.item/.default/style.css?176068663817029*/
.product-item-row{
	margin-bottom: 24px;
}

.product-item-container{
	position: relative;
}

.product-item-container.hover{
	z-index: 202;
}

.product-item{
	width:100%;
	padding: 24px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.product-item-container.hover .product-item{		
	position: absolute;
	left: 0;
	top: 0;	
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

/***IMAGE***/
.product-item-image-wrapper{
	width: 100%;
	height: 222px;
	display: table;
	position: relative;
}

.product-item-image:link,
.product-item-image:visited{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

.product-item-image.empty{
	width: 100%;
	background-color: #d0e0e3;
}

.product-item-image > img{
	width: auto;
	height: auto;
	max-width: 222px;
	max-height: 222px;
}

/***MARKERS***/
.product-item-markers{
	position: absolute;
	left: -13px;
	right: -13px;
	top: -13px;
}

.product-item-markers-icons{
	max-width: 203px;
	right: unset;
}

.product-item-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.product-item-marker-container-hidden{
	display: none;
}

.product-item-marker-container:not(.product-item-marker-container-hidden) + .product-item-marker-container{
	margin-top: 4px;
}

.product-item-marker{	
	display: flex;
	align-items: center;	
	padding: 9px 12px 8px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.product-item-marker-discount{
	background: #d3115a;	
}

.product-item-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.product-item-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.product-item-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.product-item-marker-14px > i{
	font-size: 14px;
}

.product-item-marker-24px > i{
	font-size: 24px;
}

.product-item-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.product-item-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***BRAND***/
.product-item-brand{
	width: 90px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product-item-brand > img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 40px;
}

/***DELAY***/
.product-item-icons-container{
	display: table;
	padding: 2px 5px;
	position: absolute;
	right: -10px;
	top: -6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	background-color: #fff;
}

.product-item-delay,
.product-item-delayed{	
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}

.product-item-delay i{
	color: #d0e0e3;
}

.product-item-delay i,
.product-item-delayed i{
	font-size: 21px;
	cursor: pointer;
}

.bx-no-touch .product-item-delay i:hover,
.bx-touch .product-item-delay i:active{
	color: #b2c7cb;
}

.product-item-delayed i{
	color: #ffd200;
}

/***TITLE***/
.product-item-title{
	height: 38px;
	margin-top: 18px;
	overflow: hidden;
}

.product-item-title > a:link,
.product-item-title > a:visited{
	display: block;	
	color: #3d4b52;
	text-decoration: none;	
}

.bx-no-touch .product-item-title > a:hover,
.bx-touch .product-item-title > a:active{
	color: #6639b6;
}

/***RATING***/
.product-item-rating{
	height: 24px;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.product-item-rating-val{
	margin-right: 6px;
	padding: 4px 8px 3px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #008d55;
}

.product-item-rating-val[data-rate="1"]{
	background: #d03913;
}

.product-item-rating-val[data-rate="2"]{
	background: #ca6c00;
}

.product-item-rating-val[data-rate="3"]{
	background: #a58900;
}

.product-item-rating-val[data-rate="4"]{
	background: #568d00;
}

.product-item-rating-reviews-count{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***INFO***/
.product-item-info-container{
	width: 100%;
	display: table;
	height: 58px;
	margin-top: 12px;
}

.product-item-info-block{
	max-width: 0;
	display: table-cell;
	vertical-align: bottom;
}

.product-item-info{
	width: 100%;
	display: table;
}

.product-item-blocks{
	max-width: 0;
	display: table-cell;
	vertical-align: middle;
}

.product-item-hidden{
	display: none;
}

.product-item-container.hover .product-item-hidden{
	display: block;
}

/***SCU***/
[data-entity="sku-block"]:last-child{
	margin-bottom: 18px;
}

.product-item-scu-container{
	padding-bottom: 12px;
}

.product-item-scu-title{
	color: #263238;
}

.product-item-scu-block{
	margin-top: 2px;
}

.product-item-scu-list{
}

.product-item-scu-item-list{	
	margin: 0 0 0 -6px;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

/***SCU_PICT***/
.product-item-scu-item-color,
.product-item-scu-item-text{
	float: left;
	margin-left: 6px;
	margin-top: 6px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.product-item-scu-item-color{
	width: 36px;
	height: 36px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-item-scu-item-color.notallowed{
	background-color: #f1f6f7 !important;
}

.product-item-scu-item-color:before,
.product-item-scu-item-color:after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.product-item-scu-item-color:before{	
	content: none;
	border: 4px solid transparent;	
}

.bx-no-touch .product-item-scu-item-color:hover:before,
.bx-touch .product-item-scu-item-color:active:before,
.product-item-scu-item-color.selected:before{
	content: "";
	border-color: #fff;
}

.product-item-scu-item-color:after{	
	content: "";
	border: 2px solid #e3ecef;	
}

.bx-no-touch .product-item-scu-item-color:hover:after,
.bx-touch .product-item-scu-item-color:active:after{	
	border-color: #78909c;
}

.product-item-scu-item-color.selected:after,
.bx-no-touch .product-item-scu-item-color.selected:hover:after,
.bx-touch .product-item-scu-item-color.selected:active:after{
	border-color: #6639b6;
}

/***SCU_TEXT***/
.product-item-scu-item-text{
	padding: 8px 15px 7px;
	color: #263238;	
	border: 2px solid #e3ecef;
}

.product-item-scu-item-text.notallowed{	
    color: #d0e0e3;
	border-color: transparent;
	background: #f1f6f7;
}

.bx-no-touch .product-item-scu-item-text:hover,
.bx-touch .product-item-scu-item-text:active{
	color: #263238;
	border-color: #78909c;
	background: #e3ecef;
}

.product-item-scu-item-text.selected,
.bx-no-touch .product-item-scu-item-text.selected:hover,
.bx-touch .product-item-scu-item-text.selected:active{
	color: #263238;
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

/***BASKET_PROPS***/
.product-item-basket-props-container:last-child{
	margin-bottom: 8px;
}

.product-item-basket-props-title{
	font-size: 14px;
	color: #55686e;
	line-height: 17px;
}

.product-item-basket-props-block{
	margin-top: 9px;
	padding-bottom: 7px;
}

.product-item-basket-props-input-radio{	
}

.product-item-basket-props-input-radio label {
	min-height: auto;
	display: table;
	padding: 0;
	font-weight: 300;
	cursor: pointer;
}

.product-item-basket-props-input-radio label:last-child {
	margin: 0;
}

.product-item-basket-props-input-radio label input[type="radio"]{
	display: none;
}

.product-item-basket-props-input-radio label .check-container{
	display: table-cell;
	vertical-align: middle;
}

.product-item-basket-props-input-radio label .check{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	background-color: #d0e0e3;
}

.bx-no-touch .product-item-basket-props-input-radio label:hover .check,
.bx-touch .product-item-basket-props-input-radio label:active .check{
	background-color: #78909c;
}

.product-item-basket-props-input-radio label.disabled .check{
	background-color: #d0e0e3;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check{
	background-color: #6639b6;
}

.product-item-basket-props-input-radio label .check i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.product-item-basket-props-input-radio label input[type=radio]:checked + .check-container .check i{
	display: inline-block;
}

.product-item-basket-props-input-radio label .text{	
	display: table-cell;
	vertical-align: middle;
	padding-left: 9px;
	font-size: 14px;
	color: #55686e;
	line-height: 17px;
}

.product-item-basket-props-input-radio label.disabled .text{
	color: #78909c;
}

.product-item-basket-props-input-radio label .text > span{
	margin-left: 3px;
	padding: 0 5px;
	font-size: 11px;
	color: #78909c;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #e3ecef;
}

.product-item-basket-props-input-radio label.disabled .text > span{
	color: #d0e0e3;
	background-color: #f1f6f7;
}

/***PRICE***/
.product-item-price-current{		
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-size: 20px;	
	color: #000;
	line-height: 24px;
	white-space: nowrap;
}

.product-item-price-from,
.product-item-price-measure{
	color: #263238;
}

.product-item-price-not-set{
	color: #78909c;
}

.product-item-price-old{		
	overflow: hidden;
	font-size: 14px;
	color: #6e858a;	
	text-decoration: line-through;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

.product-item-price-economy{
	overflow: hidden;
	font-size: 14px;
	color: #6639b6;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

/***QUANTITY_LIMIT***/
.product-item-quantity{
	display: flex;
	align-items: center;
	margin-top: 6px;
}

.product-item-quantity-icon{
	font-size: 16px;
	color: #008d55;
}

.product-item-quantity-not-avl .product-item-quantity-icon{
	color: #b2c7cb;
}

.product-item-quantity-val{
	padding-left: 6px;
	overflow: hidden;
	color: #78909c;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/***QUANTITY***/
.product-item-amount{	
	display: table;
	margin-top: 18px;
}

.product-item-amount-btn-minus,
.product-item-amount-input,
.product-item-amount-btn-plus,
.product-item-amount-measure{
	display: table-cell;
	vertical-align: middle;
}

.product-item-amount-btn-minus:link,
.product-item-amount-btn-minus:visited,
.product-item-amount-btn-plus:link,
.product-item-amount-btn-plus:visited{
	width: 36px;
	height: 36px;
	color: #78909c;
	text-align: center;
	text-decoration: none;	
	background: #f1f6f7;
}

.product-item-amount-btn-minus{
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.product-item-amount-btn-plus{
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.bx-no-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,
.bx-no-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,
.bx-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):active{
	color: #6639b6;
	background: #e3ecef;
}

.product-item-amount-btn-disabled:link,
.product-item-amount-btn-disabled:visited{	
	color: #d0e0e3;
	cursor: default;
}

.product-item-amount-input{	
	width: 48px;	
	height: 36px;	
	padding: 0;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;	
	color: #263238;
	text-align: center;	
	border: none;
	-webkit-appearance: none;
	background: #f1f6f7;
}

.product-item-amount-input:focus{
	outline: none;
}

.product-item-amount-measure{		
	padding-left: 12px;	
	color: #263238;	
	white-space: nowrap;
}

/***TOTAL_COST***/
.product-item-total-cost{
	margin-top: 18px;
	font-size: 14px;
	color: #8ea6ab;
	line-height: 17px;
}

.product-item-total-cost > span{
	margin-left: 6px;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	color: #263238;
}

/***COMPARE***/
.product-item-compare{
	margin-top: 18px;
}

.product-item-compare label{
	display: flex;
	margin: 0;
	font-weight: 300;
	cursor: pointer;
}

.product-item-compare input[type="checkbox"]{
	display: none;
}

.product-item-compare-checkbox{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-checkbox,
.bx-touch .product-item-compare label:active .product-item-compare-checkbox{
	background: #78909c;
}

.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-checkbox{
	background: #6639b6;
}

.product-item-compare-checkbox > i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-checkbox > i{
	display: inline-block;
}

.product-item-compare-title{
	margin-left: 9px;
	color: #78909C;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-compare label:hover .product-item-compare-title,
.bx-touch .product-item-compare label:active .product-item-compare-title,
.product-item-compare input[type="checkbox"]:checked ~ .product-item-compare-title{
	color: #263238;
}

/***BUTTON***/
.product-item-button-container{
	width: 45px;
	display: table-cell;
	vertical-align: bottom;
}

.product-item-button-container .btn{
	width: 100%;	
	padding: 0;
}

.product-item-button-container .btn > i{
	padding-right: 0;	
}

.product-item-button-container .btn > span{
	display: none;
}

/***PHONES***/
@media(max-width: 991px){
	.product-item-row{
		margin-bottom: 0;
	}
	
	.product-item-container{
		height: auto !important;
		margin-left: -18px;
		margin-right: -18px;
		position: static;
	}

	.product-item{
		display: table;
		padding: 18px;
		border-left: none;
		border-right: none;
		border-top: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	.product-item-container.hover .product-item{				
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	/***IMAGE***/	
	.product-item-image-wrapper{		
		width: 100px;
		height: auto;
		float: none;
		display: table-cell;
		vertical-align: top;
		padding-right: 12px;
		position: static;
	}

	.product-item-image{		
		width: 100px;
		height: 100px;
		position: relative;
	}
	
	.product-item-image > img{
		max-width: 100px;
		max-height: 100px;
	}

	/***MARKERS***/
	.product-item-markers{
		left: -6px;
		right: -6px;
		top: -6px;
	}

	.product-item-markers-icons{
	}
	
	/***BRAND***/
	.product-item-brand{
		display: none;
	}

	/***TITLE***/
	.product-item-title{
		width: 100%;
		height: auto;
		float: left;
		margin-top: 9px;
		overflow: visible;
	}

	/***RATING***/
	.product-item-rating{
		width: 100%;
		height: auto;
		float: left;
	}

	/***INFO***/
	.product-item-info-container{
		float: left;
	}
	
	/***QUANTITY***/
	.product-item-amount-measure{
		padding-left: 6px;
	}

	/***TOTAL_COST***/
	.product-item-total-cost{
		width: 100%;
		float: left;
	}

	/***COMPARE***/
	.product-item-compare{
		width: 100%;
		float: left;
	}

	.product-item-hidden{
		display: block;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1271px){
	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.product-item-image > img{
		max-width: 163px;
		max-height: 163px;
	}

	/***MARKERS***/
	.product-item-markers-icons{
		max-width: 145px;
	}

	/***QUANTITY***/
	.product-item-amount-measure{
		padding-left: 6px;
	}
}
/* End */
/* /local/templates/enext/components/bitrix/catalog/.default/bitrix/catalog.smart.filter/.default/style.css?176068663817334 */
/* /local/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.css?17606866381933 */
/* /local/templates/enext/components/bitrix/catalog.item/.default/style.css?176068663817029 */
