

/* Start:/bitrix/templates/enext_custom/components/bitrix/catalog/.default/style.css?168694068617245*/
/***SECTION_PIC***/
.catalog-section-pic{
	height: -moz-calc(100vw * 0.1374);
	height: -webkit-calc(100vw * 0.1374);
	height: calc(100vw * 0.1374);
	position: relative;
	background: #566b75;
}

.slide-menu-option-1-active .catalog-section-pic{	
	height: -moz-calc((100vw - 324px) * 0.1374);
	height: -webkit-calc((100vw - 324px) * 0.1374);
	height: calc((100vw - 324px) * 0.1374);
}

.slide-menu-interface-2-0-1-inner .catalog-section-pic,
.slide-menu-option-2 .catalog-section-pic{
	height: -moz-calc((100vw - 72px) * 0.1374);
	height: -webkit-calc((100vw - 72px) * 0.1374);
	height: calc((100vw - 72px) * 0.1374);
}

.catalog-section-pic > a{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.catalog-section-pic > a:link,
.catalog-section-pic > a:visited{
	text-decoration: none;
}

.catalog-section-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/***SECTION_LINKS***/
.catalog-section-links{
	display: flex;
	flex-wrap: nowrap;
	margin-left: -6px;
	margin-top: -6px;
	position: relative;
	overflow: hidden;
}

.catalog-section-links.active{
	max-height: unset;
	flex-wrap: wrap;
	overflow: visible;
}

.catalog-section-link{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	white-space: nowrap;	
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.catalog-section-link:link,
.catalog-section-link:visited{
	color: #263238;
	text-decoration: none;
}

.bx-no-touch .catalog-section-link:hover,
.bx-touch .catalog-section-link:active{
	border-color: #78909c;
	background: #e3ecef;
}

.catalog-section-link.active,
.bx-no-touch .catalog-section-link.active:hover,
.bx-touch .catalog-section-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.catalog-section-link-btn-container{	
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
}

.catalog-section-links.active .catalog-section-link-btn-container{
	margin-left: 6px;
	margin-top: 6px;
	position: static;
}

.catalog-section-link-btn-container:before{
	width: 74px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#ffffff', GradientType=1);
}

.catalog-section-links.active .catalog-section-link-btn-container:before{
	content: none;
}

.catalog-section-link-btn{
	display: flex;
	align-items: center;
	margin: 0;	
	border-color: #f1f6f7;
	background: #f1f6f7;
	cursor: pointer;
}

.bx-no-touch .catalog-section-link-btn:hover,
.bx-touch .catalog-section-link-btn:active{
	border-color: #f1f6f7;
	background: #f1f6f7;
}

.catalog-section-link-btn > span{
	padding-right: 12px;
	-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 .catalog-section-link-btn:hover > span,
.bx-touch .catalog-section-link-btn:active > span{
	color: #6639b6;
}

.catalog-section-link-btn > i{
	font-size: 16px;
	color: #b2c7cb;
	-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 .catalog-section-link-btn:hover > i,
.bx-touch .catalog-section-link-btn:active > i{
	color: #6639b6;
}

/***SECTION_FILTER_LINKS***/
.catalog-section-filter-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-top: -6px;
}

.catalog-section-links + .catalog-section-filter-links{
	margin-top: 6px;
}

.catalog-section-filter-link{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 6px;
	margin-top: 6px;
	padding: 8px 12px 7px;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #f1f6f7;
	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;
}

.bx-no-touch .catalog-section-filter-link:hover,
.bx-touch .catalog-section-filter-link:active{
	background: #e3ecef;
}

.catalog-section-filter-link > span{
	font-size: 14px;
	color: #263238;
	line-height: 17px;
	-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 .catalog-section-filter-link:hover > span,
.bx-touch .catalog-section-filter-link:active > span{
	text-decoration: line-through;
}

.catalog-section-filter-link > i{
	margin-left: 9px;
	font-size: 12px;
	color: #b2c7cb;
	-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 .catalog-section-filter-link:hover > i,
.bx-touch .catalog-section-filter-link:active > i{
	color: #263238;
}

/***SECTION_PREV***/
.catalog-section-prev{
	margin-top: 32px;
}

/***SECTION_COLLECTIONS***/
.catalog-section-container .catalog-section-collections{
	margin-top: 32px;	
}

/***SECTION_PANEL***/
.catalog-section-panel-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.catalog-section-panel.fixed{
	position: fixed;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 32px rgba(38, 50, 56, 0.16);
	background: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .catalog-section-panel.fixed{
	left: 324px;
}

.slide-menu-interface-2-0-1-inner .catalog-section-panel.fixed,
.slide-menu-option-2 .catalog-section-panel.fixed{
	left: 72px;
}

.catalog-section-panel-block{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog-section-panel-block-reverse{
	flex-direction: row-reverse;
}

.catalog-section-panel.fixed .catalog-section-panel-block{
	width: 1176px;
	margin: 0 auto;
}

.container-ws .catalog-section-panel.fixed .catalog-section-panel-block{
	width: 100%;
	margin: 0;
	padding: 0 32px;
}

/***SECTION_FILTER***/
.catalog-section-filter-toggle{
	display: flex;
	align-items: center;
}

.catalog-section-filter{
	padding: 16px 24px;
	cursor: pointer;
}

.catalog-section-filter-block{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-filter-block > i,
.catalog-section-filter-block > span:not(.catalog-section-filter-count){
	-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;
}

.catalog-section-filter-block > i{
	margin-right: 12px;
	font-size: 24px;
	color: #78909c;	
}

.bx-no-touch .catalog-section-filter:hover .catalog-section-filter-block > i,
.bx-touch .catalog-section-filter:active .catalog-section-filter-block > i,
.bx-no-touch .catalog-section-filter:hover .catalog-section-filter-block > span:not(.catalog-section-filter-count),
.bx-touch .catalog-section-filter:active .catalog-section-filter-block > span:not(.catalog-section-filter-count){
	color: #6639b6;
}

.catalog-section-filter-count{
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #fff;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #6639b6;
}

.catalog-section-filter-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-filter-toggle > input{
	display: none;
}

.catalog-section-filter-toggle > label{
	width: 36px;
	max-width: 36px;
	height: 18px;
	display: block;
	margin: 0;
	position: relative;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #ced9db;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-filter-toggle > input:checked + label{
	background: rgba(102, 57, 182, 0.5);
}

.catalog-section-filter-toggle > label:after{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #78909c;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-filter-toggle > input:checked + label:after{
	left: -moz-calc(100% - 18px);
	left: -webkit-calc(100% - 18px);
	left: calc(100% - 18px);
	background: #6639b6;
}

/***SECTION_TOOGLE***/
.catalog-section-filter-container + .catalog-section-toggle{
	margin-left: 24px;
}

.catalog-section-toggle{
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-toggle > input{
	display: none;
}

.catalog-section-toggle > span,
.catalog-section-toggle > input:checked + span + label + span{
	color: #78909c;
}

.catalog-section-toggle > label{
	width: 36px;
	max-width: 36px;
	height: 18px;
	display: block;
	margin: 0 12px;
	position: relative;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #ced9db;
	cursor: pointer;
}

.catalog-section-toggle > label:after{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	background: #6639b6;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.catalog-section-toggle > input:checked + span + label:after{
	right: -moz-calc(100% - 18px);
	right: -webkit-calc(100% - 18px);
	right: calc(100% - 18px);
}

.catalog-section-toggle > span + label + span,
.catalog-section-toggle > input:checked + span{
	color: #263238;
}

/***SECTION_SORT***/
.catalog-section-sort{	
	padding: 10px 0 10px 24px;
	position: relative;
	cursor: pointer;
}

.catalog-section-sort-block{
	display: table;
}

.catalog-section-sort-text,
.catalog-section-sort-arrow{	
	display: table-cell;
	vertical-align: middle;
}

.catalog-section-sort-text{	
	padding-right: 16px;
	text-align: right;
	-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 .catalog-section-sort:hover .catalog-section-sort-text,
.bx-touch .catalog-section-sort:active .catalog-section-sort-text{
	color: #6639b6;
}

.catalog-section-sort-text > span{
	display: block;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
	-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 .catalog-section-sort:hover .catalog-section-sort-text > span,
.bx-touch .catalog-section-sort:active .catalog-section-sort-text > span{
	color: #6639b6;
}

.catalog-section-sort-arrow i{
	font-size: 16px;
	color: #b2c7cb;
	-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 .catalog-section-sort:hover .catalog-section-sort-arrow i,
.bx-touch .catalog-section-sort:active .catalog-section-sort-arrow i{
	color: #6639b6;
}

/***SECTION_GIFTS***/
.catalog-section-gifts{
	margin-top: 64px;
}

/***PHONES***/
@media(max-width: 1042px){
	.catalog-section-container{
		margin-top: -32px;
	}

	/***SECTION_PIC***/
	.catalog-section-pic,
	.slide-menu-interface-2-0-1-inner .catalog-section-pic,
	.slide-menu-option-1-active .catalog-section-pic,
	.slide-menu-option-2 .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	/***SECTION_LINKS***/
	.catalog-section-links{
		max-height: 92px;
		flex-wrap: wrap;
		margin-top: 12px;
	}

	/***SECTION_FILTER_LINKS***/
	.catalog-section-filter-links{
		margin-top: 12px;
	}
	
	/***SECTION_PREV***/
	.catalog-section-links + .catalog-section-prev,
	.catalog-section-filter-links + .catalog-section-prev{
		margin-top: 18px;
	}
	
	/***SECTION_COLLECTIONS***/
	.catalog-section-container .catalog-section-collections{
		margin: 0;	
	}

	.catalog-section-links + .catalog-section-collections,
	.catalog-section-filter-links + .catalog-section-collections{
		margin-top: 18px;
	}
	
	.catalog-section-prev + .catalog-section-collections{
		margin-top: 32px;
	}
	
	/***SECTION_TOGGLE***/
	.catalog-section-toggle-wrapper{
		background: #f1f6f7;
	}
	
	/***SECTION_PANEL***/
	.catalog-section-panel{
		margin: 0 -18px;
	}

	.catalog-section-panel.fixed{
		margin: 0;
		left: 0;
	}
	
	.slide-menu-interface-2-0-1-inner .catalog-section-panel.fixed,
	.slide-menu-option-1-active .catalog-section-panel.fixed,
	.slide-menu-option-2 .catalog-section-panel.fixed{
		left: 0;
	}
	
	.catalog-section-panel-block{
		display: table;
	}
	
	.catalog-section-panel.fixed .catalog-section-panel-block{
		width: 100%;
	}

	.container-ws .catalog-section-panel.fixed .catalog-section-panel-block{
		padding: 0;
	}
	
	/***SECTION_FILTER***/
	/***SECTION_TOOGLE***/
	/***SECTION_SORT***/
	.catalog-section-filter-toggle,
	.catalog-section-sort-container{
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	
	.catalog-section-filter{
		padding: 15px 0;
	}
	
	.catalog-section-filter-block > i{
		margin-right: 8px;
	}

	.catalog-section-toggle{		
		margin: 0 18px;
	}
	
	.catalog-section-sort{
		padding: 15px 0;
	}

	.catalog-section-sort-block{
		margin: 0 auto;		
	}
	
	.catalog-section-sort-text{
		padding-right: 10px;
	}
	
	/***SECTION_GIFTS***/
	.catalog-section-gifts{
		margin-top: 32px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.catalog-section-container > div:first-child{
		margin-top: 0;	
	}

	.catalog-section-container > .catalog-section-links:first-child,
	.catalog-section-container > .catalog-section-filter-links:first-child{
		margin-top: -6px;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}
	
	/***SECTION_PANEL***/
	.slide-menu-option-1-active .catalog-section-panel.fixed{
		left: 0;
	}

	.catalog-section-panel.fixed .catalog-section-panel-block{
		width: 946px;
	}
}

@media(min-width: 1272px){
	/***SECTION_CONTAINER***/
	.smart-filter-view-left-active .catalog-section-container{
		width: -moz-calc(100% - 300px - 24px);
		width: -webkit-calc(100% - 300px - 24px);
		width: calc(100% - 300px - 24px);
		float: right;
	}
	
	/***SECTION_FILTER***/
	.catalog-section-filter-container.is-filter-left{
		display: flex;
		align-items: center;
	}

	.catalog-section-filter-container.is-filter-left .catalog-section-filter{
		padding-right: 12px;
		cursor: default;
	}

	.catalog-section-filter-container.is-filter-left .catalog-section-filter-block > i,
	.catalog-section-filter-container.is-filter-left .catalog-section-filter-block > span:not(.catalog-section-filter-count){
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.bx-no-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:hover .catalog-section-filter-block > i,
	.bx-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:active .catalog-section-filter-block > i{
		color: #78909c;
	}

	.bx-no-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:hover .catalog-section-filter-block > span:not(.catalog-section-filter-count),
	.bx-touch .catalog-section-filter-container.is-filter-left .catalog-section-filter:active .catalog-section-filter-block > span:not(.catalog-section-filter-count){
		color: #263238;
	}

	/***SECTION_GIFTS***/
	.smart-filter-view-left-active .catalog-section-gifts{
		width: -moz-calc(100% - 300px - 24px);
		width: -webkit-calc(100% - 300px - 24px);
		width: calc(100% - 300px - 24px);
		float: right;
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***SECTION_PIC***/
	.slide-menu-option-1-active .catalog-section-pic{
		height: -moz-calc(100vw * 0.1374);
		height: -webkit-calc(100vw * 0.1374);
		height: calc(100vw * 0.1374);
	}

	/***SECTION_PANEL***/
	.slide-menu-option-1-active .catalog-section-panel.fixed{
		left: 0;
	}
}

@media(min-width: 1043px) {
	.hide-on-mobile ._two_lines .col, .hide-on-mobile._two_lines .col {
    display: inline-block!important;
}
	.hide-on-mobile ._two_lines .catalog-section-list-btn,
    .hide-on-mobile._two_lines .catalog-section-list-btn {
		display: none;
	}
	.hide-on-mobile .two_in_row.catalog-section {
		display: none;
	}
	.hide-on-mobile .catalog-section-pagination {
		display: none;
}

}
/* End */


/* Start:/bitrix/templates/enext_custom/components/bitrix/catalog.element/.default/style.min.css?167836806382148*/
.bx-catalog-element{margin-top:-40px}.popup-panel .bx-catalog-element{margin-top:0;padding-bottom:64px}.container-ws .bx-catalog-element .row{margin-left:-12px;margin-right:-12px}.container-ws .bx-catalog-element [class*=col-lg-],.container-ws .bx-catalog-element [class*=col-md-],.container-ws .bx-catalog-element [class*=col-sm-],.container-ws .bx-catalog-element [class*=col-xs-]{padding-left:12px;padding-right:12px}.container-ws .bx-catalog-element .col-ws-left{width:83.33333333%}.container-ws .bx-catalog-element .col-ws-right{width:16.66666667%}.product-item-detail-tabs-container{width:100vw;margin-left:-moz-calc((100vw - 100%)/ -2);margin-left:-webkit-calc((100vw - 100%)/ -2);margin-left:calc((100vw - 100%)/ -2);background:#f1f6f7}.slide-menu-option-1-active .product-item-detail-tabs-container{width:-moz-calc(100vw - 324px);width:-webkit-calc(100vw - 324px);width:calc(100vw - 324px);margin-left:-moz-calc((100vw - 324px - 100%)/ -2);margin-left:-webkit-calc((100vw - 324px - 100%)/ -2);margin-left:calc((100vw - 324px - 100%)/ -2)}.slide-menu-interface-2-0-1-inner .product-item-detail-tabs-container,.slide-menu-option-2 .product-item-detail-tabs-container{width:-moz-calc(100vw - 72px);width:-webkit-calc(100vw - 72px);width:calc(100vw - 72px);margin-left:-moz-calc((100vw - 72px - 100%)/ -2);margin-left:-webkit-calc((100vw - 72px - 100%)/ -2);margin-left:calc((100vw - 72px - 100%)/ -2)}.container-ws .product-item-detail-tabs-container,.slide-menu-interface-2-0-1-inner .container-ws .product-item-detail-tabs-container,.slide-menu-option-1-active .container-ws .product-item-detail-tabs-container,.slide-menu-option-2 .container-ws .product-item-detail-tabs-container{width:auto;margin-left:-32px;margin-right:-32px}.popup-panel .product-item-detail-tabs-container{width:auto;margin-left:-64px;margin-right:-64px}.container-ws .product-item-detail-tabs-block{padding:0 32px}.popup-panel .product-item-detail-tabs-block{padding:0 40px}.product-item-detail-tabs-block.fixed{position:fixed;left:0;right:0;-webkit-box-shadow:0 0 32px rgba(38,50,56,.16);-moz-box-shadow:0 0 32px rgba(38,50,56,.16);box-shadow:0 0 32px rgba(38,50,56,.16);background-color:#f1f6f7;z-index:203}.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{left:324px}.slide-menu-interface-2-0-1-inner .product-item-detail-tabs-block.fixed,.slide-menu-option-2 .product-item-detail-tabs-block.fixed{left:72px}.popup-panel .product-item-detail-tabs-block.fixed{left:0}.product-item-detail-tabs-scroll{width:1176px;margin-left:auto;margin-right:auto;position:relative}.container-ws .product-item-detail-tabs-scroll,.popup-panel .product-item-detail-tabs-scroll{width:100%;margin:0}.product-item-detail-tabs-scroll .owl-next,.product-item-detail-tabs-scroll .owl-prev{width:64px;display:flex;flex-direction:column;justify-content:center;position:absolute;top:0;bottom:0;z-index:200;cursor:pointer}.product-item-detail-tabs-block.fixed .product-item-detail-tabs-scroll .owl-next,.product-item-detail-tabs-block.fixed .product-item-detail-tabs-scroll .owl-prev{z-index:202}.product-item-detail-tabs-scroll .owl-next.disabled,.product-item-detail-tabs-scroll .owl-prev.disabled{display:none}.product-item-detail-tabs-scroll .owl-prev{left:0;background:-moz-linear-gradient(right,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px);background:-webkit-linear-gradient(right,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px);background:linear-gradient(to left,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px)}.product-item-detail-tabs-scroll .owl-next{align-items:flex-end;right:0;background:-moz-linear-gradient(left,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px);background:-webkit-linear-gradient(left,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px);background:linear-gradient(to right,rgba(241,246,247,0) 0,#f1f6f7 44px,#f1f6f7 44px)}.product-item-detail-tabs-scroll .owl-next i,.product-item-detail-tabs-scroll .owl-prev i{font-size:16px;color:#b2c7cb;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-tabs-scroll .owl-next:hover i,.bx-no-touch .product-item-detail-tabs-scroll .owl-prev:hover i,.bx-touch .product-item-detail-tabs-scroll .owl-next:active i,.bx-touch .product-item-detail-tabs-scroll .owl-prev:active i{color:#6639b6}.product-item-detail-tabs-list{width:100%;margin:0;padding:0;list-style:none;overflow:hidden}.product-item-detail-tabs-list:after{display:table;clear:both;content:""}.product-item-detail-tab{height:56px;display:table-cell;vertical-align:middle;padding:0 24px;position:relative;color:#263238;white-space:nowrap;cursor:pointer;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-tab:hover,.bx-touch .product-item-detail-tab:active{color:#6639b6}.product-item-detail-tab:after{height:0;position:absolute;left:0;right:0;bottom:0;content:"";background:#6639b6}.product-item-detail-tab.active:after{height:2px}.product-item-detail-tab>span{display:inline-block;vertical-align:middle;margin-left:6px;padding:2px 5px 1px;font-size:11px;color:#566b75;line-height:13px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:#ced9db}.product-item-detail-tabs-content{margin-top:40px}.product-item-detail-tab-content{margin-top:64px}.product-item-detail-slider-container{max-width:100%;position:relative;background:0 0;-webkit-transition:background .8s ease;-moz-transition:background .8s ease;-ms-transition:background .8s ease;-o-transition:background .8s ease;transition:background .8s ease}
.product-item-detail-slider-block{height:370px;position:relative}.product-item-detail-slider-videos-images-container{position:absolute;top:0;right:0;bottom:0;left:0}.product-item-detail-slider-image,.product-item-detail-slider-video{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;-webkit-transition:opacity 250ms linear;-moz-transition:opacity 250ms linear;-ms-transition:opacity 250ms linear;-o-transition:opacity 250ms linear;transition:opacity 250ms linear}.product-item-detail-slider-image.active,.product-item-detail-slider-video.active{opacity:1;z-index:10}.product-item-detail-slider-image>img,.product-item-detail-slider-video>iframe{max-width:100%;max-height:100%}.product-item-detail-slider-image>img{width:auto;height:auto;background-position:center;background-repeat:no-repeat;-webkit-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;-moz-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;-ms-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;-o-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease;transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease}.product-item-detail-slider-image>img[data-lazyload-src]{-webkit-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease,opacity .3s ease 0s;-moz-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease,opacity .3s ease 0s;-ms-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease,opacity .3s ease 0s;-o-transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease,opacity .3s ease 0s;transition:background-size 450ms ease,width 450ms ease,height 450ms ease,outline 450ms ease,opacity .3s ease 0s}.product-item-detail-slider-video>iframe:-webkit-full-screen{-webkit-transform:none}.product-item-detail-slider-video>iframe:-moz-full-screen{-moz-transform:none}.product-item-detail-slider-video>iframe:-ms-fullscreen{-ms-transform:none}.product-item-detail-slider-video>iframe:fullscreen{transform:none}.product-item-detail-slider-progress-bar{height:3px;position:absolute;left:0;bottom:0;background-color:#6639b6;z-index:180}.product-item-detail-slider-controls-block{float:left;margin-left:-24px}.product-item-detail-slider-controls-image,.product-item-detail-slider-controls-video{width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;float:left;margin-left:24px;margin-top:24px;position:relative;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background-color:#fff;overflow:hidden;cursor:pointer}.bx-no-touch .product-item-detail-slider-controls-image:hover,.bx-no-touch .product-item-detail-slider-controls-video:hover,.bx-touch .product-item-detail-slider-controls-image:active,.bx-touch .product-item-detail-slider-controls-video:active{border:2px solid #78909c}.product-item-detail-slider-controls-image.active,.product-item-detail-slider-controls-video.active{border:2px solid #6639b6}.product-item-detail-slider-controls-image>img,.product-item-detail-slider-controls-video-image{width:auto;height:auto;max-width:80px;max-height:80px;position:absolute}.product-item-detail-slider-controls-video-image{width:80px;height:80px;background:#566b75}.product-item-detail-slider-controls-video-image>img{width:100%;height:100%;object-fit:cover;position:absolute;left:50%;top:50%;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-detail-slider-controls-video-play{width:42px;height:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background-color:rgba(0,0,0,.7)}.product-item-detail-slider-controls-video-play>i{font-size:14px;color:#fff}.product-item-detail-slider-left,.product-item-detail-slider-right{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;position:absolute;top:0;bottom:0;z-index:111;cursor:pointer}.product-item-detail-slider-left{left:0}.product-item-detail-slider-right{right:0}.product-item-detail-slider-left>i,.product-item-detail-slider-right>i{font-size:36px;color:#b2c7cb;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.bx-no-touch .product-item-detail-slider-left:hover>i,.bx-no-touch .product-item-detail-slider-right:hover>i,.bx-touch .product-item-detail-slider-left:active>i,.bx-touch .product-item-detail-slider-right:active>i{color:#6639b6}.product-item-detail-slider-close{display:none}.product-item-detail-slider-container.popup .product-item-detail-slider-close{width:50px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:0;top:0;z-index:150;cursor:pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.product-item-detail-slider-container.full.popup .product-item-detail-slider-close{right:120px}.product-item-detail-slider-container.popup .product-item-detail-slider-close>i{font-size:16px;color:#78909c}.bx-no-touch .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover>i,.bx-touch .product-item-detail-slider-container.popup .product-item-detail-slider-close:active>i{color:#6639b6}.product-item-detail-slider-container.magnified .product-item-detail-slider-image{z-index:100}.product-item-detail-slider-container.magnified .product-item-detail-brand,.product-item-detail-slider-container.magnified .product-item-detail-markers,.product-item-detail-slider-container.magnified .product-item-detail-slider-left,.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50}.product-item-detail-slider-container.magnified .product-item-detail-brand,.product-item-detail-slider-container.magnified .product-item-detail-markers{opacity:0}.product-item-detail-slider-container.popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999999;animation-name:imgPopupShow;animation-duration:.3s}.product-item-detail-slider-container.popup .product-item-detail-slider-block{height:100%}.product-item-detail-slider-container.full.popup .product-item-detail-slider-right,.product-item-detail-slider-container.full.popup .product-item-detail-slider-videos-images-container{right:120px}@keyframes imgPopupShow{from{opacity:0}to{opacity:1}}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{width:120px;margin:0;padding:20px;position:absolute;top:0;bottom:0;right:0;border-left:1px solid #d3d3d3;background-color:#fff;overflow-y:auto}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image,.product-item-detail-slider-container.popup .product-item-detail-slider-controls-video{float:none;margin-left:0;margin-top:0;margin-bottom:24px}.product-item-detail-slider-container.popup .product-item-detail-brand,.product-item-detail-slider-container.popup .product-item-detail-icons-container,.product-item-detail-slider-container.popup .product-item-detail-markers{display:none}.product-item-detail-markers{position:absolute;left:-4px;top:12px;z-index:190}.product-item-detail-marker-container{max-width:100%;float:left;clear:left}.product-item-detail-marker-container-hidden{display:none}.product-item-detail-marker-container:not(.product-item-detail-marker-container-hidden)+.product-item-detail-marker-container{margin-top:4px}.product-item-detail-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-detail-marker-discount{background:#d3115a}.product-item-detail-marker-14px{padding-top:6px;padding-bottom:5px}.product-item-detail-marker-24px{padding-top:7px;padding-bottom:6px}.product-item-detail-marker>i{margin-right:7px;font-size:18px;color:#fff}.product-item-detail-marker-14px>i{font-size:14px}.product-item-detail-marker-24px>i{font-size:24px}.product-item-detail-marker>span{overflow:hidden;color:#fff;text-overflow:ellipsis;white-space:nowrap}.product-item-detail-marker-14px>span{font-size:14px;line-height:17px}.product-item-detail-marker-24px>span{font-size:24px;line-height:29px}.product-item-detail-icons-container{display:table;padding:4px 5px;position:absolute;right:12px;top:12px;-moz-border-radius:2px;-webkit-border-radius:2px;-khtml-border-radius:2px;border-radius:2px;background-color:#fff;z-index:190}.product-item-detail-delay,.product-item-detail-delayed,.product-item-detail-magnifier{display:table-cell;vertical-align:middle;padding:0 5px}.product-item-detail-scu-item .product-item-detail-delay,.product-item-detail-scu-item .product-item-detail-delayed{padding:9px 9px 10px}.product-item-detail-delay i,.product-item-detail-delayed i,.product-item-detail-magnifier i{font-size:24px;color:#e3ecef;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.product-item-detail-scu-item .product-item-detail-delay i,.product-item-detail-scu-item .product-item-detail-delayed i{font-size:21px}.bx-no-touch .product-item-detail-delay i:hover,.bx-no-touch .product-item-detail-magnifier i:hover,.bx-touch .product-item-detail-delay i:active,.bx-touch .product-item-detail-magnifier i:active{color:#b2c7cb}.product-item-detail-delayed i{color:#ffd200}.product-item-detail-delay-loader{width:24px;height:24px;position:relative}.product-item-detail-scu-item .product-item-detail-delay-loader{width:21px;height:21px}.product-item-detail-delay-loader:after,.product-item-detail-delay-loader>div,.product-item-detail-delay-loader>div>span,.product-item-detail-delay-loader>div>span:after{position:absolute;left:0;right:0;top:0;bottom:0}.product-item-detail-delay-loader:after{content:"";border:3px solid #e3ecef;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.product-item-detail-delay-loader>div{z-index:1;-webkit-animation:loaderRotate1 4.8s linear infinite;animation:loaderRotate1 4.8s linear infinite}.product-item-detail-delay-loader>div>span{clip:rect(0,24px,24px,12px);-webkit-animation:loaderRotate2 1.2s linear infinite;animation:loaderRotate2 1.2s linear infinite}.product-item-detail-scu-item .product-item-detail-delay-loader>div>span{clip:rect(0,21px,21px,10.5px)}.product-item-detail-delay-loader>div>span:after{content:"";clip:rect(0,24px,24px,12px);border:3px solid #6639b6;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;-webkit-animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.product-item-detail-scu-item .product-item-detail-delay-loader>div>span:after{clip:rect(0,21px,21px,10.5px)}.product-item-detail-brand{width:90px;height:40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:absolute;left:-4px;bottom:0;z-index:190}.product-item-detail-brand>img{width:auto;max-width:100%;height:auto;max-height:40px}.product-item-detail-article{color:#78909c;-webkit-user-select:text;-moz-user-select:text;-o-user-select:text;user-select:text;cursor:auto}.product-item-detail-rating{display:flex;align-items:center;margin-top:6px}.product-item-detail-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-detail-rating-val[data-rate="1"]{background:#d03913}.product-item-detail-rating-val[data-rate="2"]{background:#ca6c00}.product-item-detail-rating-val[data-rate="3"]{background:#a58900}.product-item-detail-rating-val[data-rate="4"]{background:#568d00}.product-item-detail-rating-reviews-count{font-size:14px;color:#78909c;line-height:17px}.product-item-detail-preview{margin-top:18px}.product-item-detail-main-properties-container{margin-top:22px}.product-item-detail-properties-block{width:100%;display:table}.product-item-detail-properties,.product-item-detail-properties-group,.product-item-detail-properties-group-property{display:table-row}.bx-no-touch .product-item-detail-properties-group-property:hover,.bx-touch .product-item-detail-properties-group-property:active,.product-item-detail-properties-group,.product-item-detail-properties:nth-child(odd){background-color:#f1f6f7}.product-item-detail-properties-group-name,.product-item-detail-properties-group-property-name,.product-item-detail-properties-group-property-val,.product-item-detail-properties-group-val,.product-item-detail-properties-name,
.product-item-detail-properties-val{display:table-cell;vertical-align:middle}.product-item-detail-properties-name,
.product-item-detail-properties-val{padding-top:8px;padding-bottom:8px}.product-item-detail-properties-name{padding-left:16px;padding-right:8px}
.product-item-detail-properties-val{padding-left:8px;padding-right:16px;font-family:"Museo Sans Cyrl 700",sans-serif}
.product-item-detail-properties-val-300{font-family:"Museo Sans Cyrl 300",sans-serif}
.product-item-detail-properties-group-name,.product-item-detail-properties-group-val{padding-top:16px;padding-bottom:16px}.product-item-detail-properties-group-property-name,.product-item-detail-properties-group-property-val{padding-top:10px;padding-bottom:8px}.product-item-detail-properties-group-name,.product-item-detail-properties-group-property-name,.product-item-detail-properties-group-property-val,.product-item-detail-properties-group-val{border-bottom:1px solid #e3ecef}.product-item-detail-properties-group-name,.product-item-detail-properties-group-property-name{padding-left:24px;padding-right:12px}.product-item-detail-properties-group-property-val,.product-item-detail-properties-group-val{padding-left:12px;padding-right:24px}.product-item-detail-properties-group-name{font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;line-height:24px}.product-item-detail-properties-group-property-val{font-family:"Museo Sans Cyrl 700",sans-serif}.product-item-detail-advantages{display:table;margin-left:-12px;margin-top:12px}.product-item-detail-advantages-item{float:left;margin-left:12px;margin-top:12px;position:relative;cursor:pointer}.product-item-detail-advantages-item-pic{display:flex;flex-direction:column;align-items:center;justify-content:center}.product-item-detail-advantages-item-tooltip{width:162px;margin:0 0 10px -81px;padding:7px 12px 9px;position:absolute;left:-9999px;bottom:100%;font-size:14px;color:#fff;text-align:center;line-height:17px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:#000;opacity:0;-moz-transform:translate3d(0,-10px,0);-o-transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);-webkit-transition:opacity .3s ease 0s,transform .3s ease 0s;-moz-transition:opacity .3s ease 0s,transform .3s ease 0s;-o-transition:opacity .3s ease 0s,transform .3s ease 0s;transition:opacity .3s ease 0s,transform .3s ease 0s;z-index:200}.product-item-detail-advantages-item-tooltip:after{position:absolute;left:50%;top:100%;margin-left:-6px;content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000}.bx-no-touch .product-item-detail-advantages-item:hover .product-item-detail-advantages-item-tooltip,.bx-touch .product-item-detail-advantages-item:active .product-item-detail-advantages-item-tooltip{left:50%;opacity:.85;-moz-transform:translate3d(0,0,0) rotate3d(0,0,0,0);-o-transform:translate3d(0,0,0) rotate3d(0,0,0,0);-webkit-transform:translate3d(0,0,0) rotate3d(0,0,0,0);transform:translate3d(0,0,0) rotate3d(0,0,0,0)}.product-item-detail-pay-block{padding:24px;top:0;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 9px 24px rgba(38,50,56,.16);-moz-box-shadow:0 9px 24px rgba(38,50,56,.16);box-shadow:0 9px 24px rgba(38,50,56,.16);background:#fff;-moz-transform:translateX(10px);-o-transform:translateX(10px);-webkit-transform:translateX(10px);transform:translateX(10px);-webkit-transition:opacity .3s ease 0s,top .3s ease 0s,z-index .3s ease 0s;-moz-transition:opacity .3s ease 0s,top .3s ease 0s,z-index .3s ease 0s;-o-transition:opacity .3s ease 0s,top .3s ease 0s,z-index .3s ease 0s;transition:opacity .3s ease 0s,top .3s ease 0s,z-index .3s ease 0s}.product-item-detail-pay-block-fixed{position:fixed;opacity:1;z-index:202}.product-item-detail-pay-block-fixed.product-item-detail-pay-block-hidden{opacity:0;z-index:-1}.product-item-detail-info-container[data-entity=price-ranges-block]{margin-top:18px}.product-item-detail-short-card{display:none;align-items:center;margin-bottom:18px}.product-item-detail-pay-block-fixed .product-item-detail-short-card{display:flex}.product-item-detail-short-card-image{width:50px;min-width:50px;height:50px;align-self:flex-start;margin-right:12px}.product-item-detail-short-card-image>img{width:auto;max-width:50px;height:auto;max-height:50px}.product-item-detail-short-card-title{font-size:14px;color:#78909c;line-height:17px}.product-item-detail-price-current{font-family:"Museo Sans Cyrl 700",sans-serif;font-size:30px;color:#000;line-height:36px}.product-item-detail-price-not-set{color:#78909c}.product-item-detail-price-measure{color:#263238}.product-item-detail-price-old{font-size:14px;color:#78909c;text-decoration:line-through;line-height:17px}.product-item-detail-price-economy{font-size:14px;color:#6639b6;line-height:17px}.product-item-detail-quantity{display:table;margin-top:6px}.product-item-detail-scu-item .product-item-detail-quantity{margin-left:auto;white-space:nowrap}.product-item-detail-quantity-icon,.product-item-detail-quantity-val{display:table-cell;vertical-align:middle;line-height:19px}.product-item-detail-quantity-icon{font-size:16px;color:#008d55}.product-item-detail-quantity-not-avl .product-item-detail-quantity-icon{color:#b2c7cb}.product-item-detail-quantity-val{padding-left:6px;color:#78909c}.product-item-detail-scu-container [data-entity=sku-line-block]{margin-top:12px}.product-item-detail-scu-title{overflow:hidden;color:#263238;text-overflow:ellipsis;white-space:nowrap}.product-item-detail-scu-title>span{padding-left:3px;font-size:14px;color:#78909c;line-height:17px}.product-item-detail-scu-block{margin-top:2px}.product-item-detail-scu-item-list{margin:0 0 0 -6px;padding:0;overflow:hidden;list-style:none}.product-item-detail-scu-item-color,.product-item-detail-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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.product-item-detail-scu-item .product-item-detail-scu-item-color,.product-item-detail-scu-item .product-item-detail-scu-item-text{margin-left:0;margin-top:0;cursor:default}.product-item-detail-scu-item-color{width:36px;height:36px;position:relative;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}.product-item-detail-scu-item-color.notallowed{background-color:#f1f6f7!important}.product-item-detail-scu-item-color:after,.product-item-detail-scu-item-color:before{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-detail-scu-item-color:before{content:none;border:4px solid transparent}.bx-no-touch .product-item-detail-scu-item-color:hover:before,.bx-touch .product-item-detail-scu-item-color:active:before,.product-item-detail-scu-item .product-item-detail-scu-item-color:before,.product-item-detail-scu-item-color.selected:before{content:"";border-color:#fff}.product-item-detail-scu-item-color:after{content:"";border:2px solid #e3ecef}.bx-no-touch .product-item-detail-scu-item-color:hover:after,.bx-touch .product-item-detail-scu-item-color:active:after,.product-item-detail-scu-item .product-item-detail-scu-item-color:after{border-color:#78909c}.bx-no-touch .product-item-detail-scu-item-color.selected:hover:after,.bx-touch .product-item-detail-scu-item-color.selected:active:after,.product-item-detail-scu-item-color.selected:after{border-color:#6639b6}.product-item-detail-scu-item-text{padding:8px 15px 7px;color:#263238;border:2px solid #e3ecef}.product-item-detail-scu-item-text.notallowed{color:#ced9db;border-color:transparent;background:#f1f6f7}.bx-no-touch .product-item-detail-scu-item-text:hover,.bx-touch .product-item-detail-scu-item-text:active{color:#263238;border-color:#78909c;background:#e3ecef}.bx-no-touch .product-item-detail-scu-item .product-item-detail-scu-item-text:hover,.bx-touch .product-item-detail-scu-item .product-item-detail-scu-item-text:active{color:#263238;border-color:#e3ecef;background:0 0}.bx-no-touch .product-item-detail-scu-item-text.selected:hover,.bx-touch .product-item-detail-scu-item-text.selected:active,.product-item-detail-scu-item-text.selected{color:#263238;border-color:#6639b6;background:rgba(102,57,182,.16)}.product-item-detail-basket-props-container{margin-top:12px}.product-item-detail-basket-props-title{font-size:14px;color:#455a64;line-height:17px}.product-item-detail-basket-props-block{margin-top:8px}.product-item-detail-basket-props-input-radio{display:table;margin:0 auto}.product-item-detail-basket-props-input-radio label{min-height:auto;display:table;padding:0;font-weight:300;cursor:pointer}.product-item-detail-basket-props-input-radio label:last-child{margin:0}.product-item-detail-basket-props-input-radio label input[type=radio]{display:none}.product-item-detail-basket-props-input-radio label .check-container{display:table-cell;vertical-align:middle}.product-item-detail-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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;background-color:#ced9db}.bx-no-touch .product-item-detail-basket-props-input-radio label:hover .check,.bx-touch .product-item-detail-basket-props-input-radio label:active .check{background-color:#78909c}.product-item-detail-basket-props-input-radio label.disabled .check{background-color:#ced9db}.product-item-detail-basket-props-input-radio label input[type=radio]:checked+.check-container .check{background-color:#6639b6}.product-item-detail-basket-props-input-radio label .check i{display:none;font-size:12px;color:#fff}.product-item-detail-basket-props-input-radio label input[type=radio]:checked+.check-container .check i{display:inline-block}.product-item-detail-basket-props-input-radio label .text{display:table-cell;vertical-align:middle;padding-left:9px;font-size:14px;color:#455a64;line-height:17px}.product-item-detail-basket-props-input-radio label.disabled .text{color:#78909c}.product-item-detail-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-detail-basket-props-input-radio label.disabled .text>span{color:#ced9db;background-color:#f1f6f7}.product-item-detail-amount{display:table;margin-top:24px}.product-item-detail-scu-item .product-item-detail-amount{margin:0}.product-item-detail-scu-item .product-item-detail-amount+.product-item-detail-amount{margin-top:12px}.product-item-detail-amount-btn-minus,.product-item-detail-amount-btn-plus,.product-item-detail-amount-input,.product-item-detail-amount-measure{display:table-cell;vertical-align:middle}.product-item-detail-amount-btn-minus:link,.product-item-detail-amount-btn-minus:visited,.product-item-detail-amount-btn-plus:link,.product-item-detail-amount-btn-plus:visited{width:36px;min-width:36px;height:36px;color:#78909c;text-align:center;text-decoration:none;background-color:#f1f6f7}.product-item-detail-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-detail-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-detail-amount-btn-minus:not(.product-item-detail-amount-btn-disabled):hover,.bx-no-touch .product-item-detail-amount-btn-plus:not(.product-item-detail-amount-btn-disabled):hover,.bx-touch .product-item-detail-amount-btn-minus:not(.product-item-detail-amount-btn-disabled):active,.bx-touch .product-item-detail-amount-btn-plus:not(.product-item-detail-amount-btn-disabled):active{color:#6639b6;background-color:#e3ecef}.product-item-detail-amount-btn-disabled:link,.product-item-detail-amount-btn-disabled:visited{color:#ced9db;cursor:default}.product-item-detail-amount-input{width:48px;height:36px;padding:0;font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;color:#263238;text-align:center;line-height:19px;border:none;-webkit-appearance:none;background:#f1f6f7}.product-item-detail-amount-input:focus{outline:0}.product-item-detail-amount-measure{padding-left:12px;color:#263238;white-space:nowrap}.product-item-detail-total-cost{margin-top:18px;font-size:14px;color:#78909c;line-height:17px}.product-item-detail-total-cost>span{margin-left:6px;font-family:"Museo Sans Cyrl 700",sans-serif;color:#263238}.product-item-detail-button-container{margin-top:6px;position:relative}.product-item-detail-button-container .btn{width:100%;margin-top:12px}.product-item-detail-button-container .btn-buy,.product-item-detail-button-container .btn-buy-ok{height:48px;font-family:"Museo Sans Cyrl 500",sans-serif;font-size:18px;line-height:22px}.product-item-detail-info-message{margin-top:18px;font-size:14px;color:#78909c;line-height:17px}.product-item-detail-scu-item .product-item-detail-info-message{margin-top:12px}.product-item-detail-compare{margin-top:18px}.product-item-detail-scu-item .product-item-detail-compare{margin:0;position:absolute;left:-30px;top:-12px}.product-item-detail-compare label{display:flex;margin:0;font-weight:300;cursor:pointer}.product-item-detail-compare input[type=checkbox]{display:none}.product-item-detail-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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-compare label:hover .product-item-detail-compare-checkbox,.bx-touch .product-item-detail-compare label:active .product-item-detail-compare-checkbox{background:#78909c}.product-item-detail-compare input[type=checkbox]:checked~.product-item-detail-compare-checkbox{background:#6639b6}.product-item-detail-compare-checkbox>i{display:none;font-size:12px;color:#fff}.product-item-detail-compare input[type=checkbox]:checked~.product-item-detail-compare-checkbox>i{display:inline-block}.product-item-detail-compare-title{margin-left:9px;color:#78909c;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-compare label:hover .product-item-detail-compare-title,.bx-touch .product-item-detail-compare label:active .product-item-detail-compare-title,.product-item-detail-compare input[type=checkbox]:checked~.product-item-detail-compare-title{color:#263238}.product-item-detail-methods{margin:24px -24px 0}.product-item-detail-pay-block-fixed .product-item-detail-methods{display:none}.product-item-detail-method{display:flex;align-items:center;padding:9px 24px 11px;border-top:1px solid #e3ecef}.product-item-detail-method>i{padding-right:18px;font-size:24px;color:#78909c}.product-item-detail-method>span{font-size:14px;color:#263238;line-height:17px}.product-item-detail-geo-delivery{display:flex;align-items:center;padding:9px 24px 11px;border-top:1px solid #e3ecef;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.bx-no-touch .product-item-detail-geo-delivery:hover,.bx-touch .product-item-detail-geo-delivery:active{background:#f1f6f7}.product-item-detail-geo-delivery-icon{margin-right:18px}.product-item-detail-geo-delivery-icon>i{font-size:24px;color:#78909c}.product-item-detail-geo-delivery-info{width:100%;overflow:hidden;font-size:14px;line-height:17px}.product-item-detail-geo-delivery-city{padding-bottom:1px;overflow:hidden;text-overflow:ellipsis}.product-item-detail-geo-delivery-city>span{border-bottom:1px dashed #263238}.product-item-detail-geo-delivery-from{color:#78909c}.product-item-detail-geo-delivery-price{margin-left:12px;font-family:"Museo Sans Cyrl 700",sans-serif;color:#000;white-space:nowrap}.product-item-detail-geo-delivery-loader{width:24px;height:24px;position:relative}.product-item-detail-geo-delivery-loader:after,.product-item-detail-geo-delivery-loader>div,.product-item-detail-geo-delivery-loader>div>span,.product-item-detail-geo-delivery-loader>div>span:after{position:absolute;left:0;right:0;top:0;bottom:0}.product-item-detail-geo-delivery-loader:after{content:"";border:3px solid #e3ecef;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.product-item-detail-geo-delivery-loader>div{z-index:1;-webkit-animation:loaderRotate1 4.8s linear infinite;animation:loaderRotate1 4.8s linear infinite}.product-item-detail-geo-delivery-loader>div>span{clip:rect(0,24px,24px,12px);-webkit-animation:loaderRotate2 1.2s linear infinite;animation:loaderRotate2 1.2s linear infinite}.product-item-detail-geo-delivery-loader>div>span:after{content:"";clip:rect(0,24px,24px,12px);border:3px solid #6639b6;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;-webkit-animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.product-item-detail-quick-order{margin:24px -24px -24px;padding:0 24px 12px;text-align:left;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-khtml-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;background-color:#f1f6f7}.product-item-detail-quick-order-hidden{position:absolute;left:-9999px}.product-item-detail-methods+.product-item-detail-quick-order{margin-top:0}.product-item-detail-pay-block-fixed .product-item-detail-quick-order{display:none}.product-item-detail-object-container{position:relative;-moz-transform:translateX(10px);-o-transform:translateX(10px);-webkit-transform:translateX(10px);transform:translateX(10px)}.product-item-detail-object:link,.product-item-detail-object:visited{display:block;margin-top:32px;padding:24px 35px 18px;text-decoration:none;border:1px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.product-item-detail-object-image{height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-item-detail-object-image>img{width:auto;max-width:100%;height:auto;max-height:56px}.product-item-detail-object-text{display:block;margin-top:24px;font-size:14px;line-height:17px;color:#78909c;text-align:center}.product-item-detail-object-contacts{position:absolute;right:-28px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.container-ws .product-item-detail-object-contacts{right:12px;top:12px;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.product-item-detail-object-btn{width:56px;height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;position:relative;border:none;-moz-border-radius:28px;-webkit-border-radius:28px;-khtml-border-radius:28px;border-radius:28px;-webkit-box-shadow:0 3px 12px rgba(38,50,56,.24);-moz-box-shadow:0 3px 12px rgba(38,50,56,.24);box-shadow:0 3px 12px rgba(38,50,56,.24);background:#008d55;background:-moz-linear-gradient(10deg,#008d55 0,#91cd4c 100%);background:-webkit-linear-gradient(10deg,#008d55 0,#91cd4c 100%);background:linear-gradient(10deg,#008d55 0,#91cd4c 100%)}.product-item-detail-object-btn:after{position:absolute;left:0;right:0;top:0;bottom:0;-moz-border-radius:28px;-webkit-border-radius:28px;-khtml-border-radius:28px;border-radius:28px;content:"";background:#6639b6;opacity:0;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-object-btn:hover:after,.bx-touch .product-item-detail-object-btn:active:after{opacity:1}.product-item-detail-object-btn:focus{outline:0}.product-item-detail-object-btn>i{font-size:24px;color:#fff;z-index:200}.product-item-detail-scu-items-container{width:1200px!important;margin-top:64px}.container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 40px)!important;width:-webkit-calc(100vw - 40px)!important;width:calc(100vw - 40px)!important}.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 324px - 40px)!important;width:-webkit-calc(100vw - 324px - 40px)!important;width:calc(100vw - 324px - 40px)!important}.slide-menu-interface-2-0-1-inner .container-ws .product-item-detail-scu-items-container,.slide-menu-option-2 .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 72px - 40px)!important;width:-webkit-calc(100vw - 72px - 40px)!important;width:calc(100vw - 72px - 40px)!important}.product-item-detail-scu-items-links{display:flex;flex-wrap:wrap;margin-left:-6px;margin-top:-6px;margin-bottom:32px}.product-item-detail-scu-items-link{margin-left:6px;margin-top:6px;padding:9px 16px 8px;white-space:nowrap;border:2px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;cursor:pointer;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-scu-items-link:hover,.bx-touch .product-item-detail-scu-items-link:active{border-color:#78909c;background:#e3ecef}.bx-no-touch .product-item-detail-scu-items-link.active:hover,.bx-touch .product-item-detail-scu-items-link.active:active,.product-item-detail-scu-items-link.active{border-color:#6639b6;background:rgba(102,57,182,.16)}.product-item-detail-scu-items{width:100%;display:table}.product-item-detail-scu-item{display:table-row}.product-item-detail-scu-item-col{width:1px;display:table-cell;vertical-align:middle;padding:24px 0 24px 24px;border-bottom:1px solid #e3ecef}.product-item-detail-scu-item-col:first-child{padding-left:30px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-non-left-pad{padding-left:0}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-object-info{width:20%}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info{padding-left:18px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-object-info{padding-left:12px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delivery-methods,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-price{width:auto;text-align:right}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delivery-methods+.product-item-detail-scu-item-col.product-item-detail-scu-item-col-price{width:1px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delay{padding-left:12px}.product-item-detail-scu-item:first-child .product-item-detail-scu-item-col{padding-top:18px;padding-bottom:18px}.product-item-detail-scu-item-image{width:100px;min-width:100px;height:100px;display:table-cell;vertical-align:middle;position:relative;text-align:center}.product-item-detail-scu-item-image>img{width:auto;height:auto;max-width:100px;max-height:100px}.product-item-detail-scu-item-object-image{width:100px;min-width:100px;height:64px;display:table-cell;vertical-align:middle;text-align:center;border:1px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.product-item-detail-scu-item-object-image:link,.product-item-detail-scu-item-object-image:visited{text-decoration:none}.product-item-detail-scu-item-object-image>img{width:auto;height:auto;max-width:76px;max-height:40px}.product-item-detail-scu-item-title{margin-top:4px}.product-item-detail-scu-item-object-title:link,.product-item-detail-scu-item-object-title:visited{color:#263238;text-decoration:none}.bx-no-touch .product-item-detail-scu-item-object-title:hover,.bx-touch .product-item-detail-scu-item-object-title:active{color:#6639b6}.product-item-detail-scu-item-object-rating{display:flex;align-items:center;margin-top:6px}.product-item-detail-scu-item-object-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-detail-scu-item-object-rating-val[data-rate="1"]{background:#d03913}.product-item-detail-scu-item-object-rating-val[data-rate="2"]{background:#ca6c00}.product-item-detail-scu-item-object-rating-val[data-rate="3"]{background:#a58900}.product-item-detail-scu-item-object-rating-val[data-rate="4"]{background:#568d00}.product-item-detail-scu-item-object-rating-reviews-count{font-size:14px;color:#78909c;line-height:17px}.product-item-detail-scu-item-object-hours{display:flex;flex-wrap:wrap;align-items:center;margin-top:5px;font-size:14px;line-height:17px}.product-item-detail-scu-item-object-hours-hidden{display:none}.product-item-detail-scu-item-object-hours-loader{width:16px;height:16px;margin-right:7px;position:relative}.product-item-detail-scu-item-object-hours-loader:after,.product-item-detail-scu-item-object-hours-loader>div,.product-item-detail-scu-item-object-hours-loader>div>span,.product-item-detail-scu-item-object-hours-loader>div>span:after{position:absolute;left:0;right:0;top:0;bottom:0}.product-item-detail-scu-item-object-hours-loader:after{content:"";border:3px solid #e3ecef;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.product-item-detail-scu-item-object-hours-loader>div{z-index:1;-webkit-animation:loaderRotate1 4.8s linear infinite;animation:loaderRotate1 4.8s linear infinite}.product-item-detail-scu-item-object-hours-loader>div>span{clip:rect(0,16px,16px,8px);-webkit-animation:loaderRotate2 1.2s linear infinite;animation:loaderRotate2 1.2s linear infinite}.product-item-detail-scu-item-object-hours-loader>div>span:after{content:"";clip:rect(0,16px,16px,8px);border:3px solid #6639b6;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;-webkit-animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.product-item-detail-scu-item-object-hours-icon{width:5px;height:5px;margin-right:7px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.product-item-detail-scu-item-object-hours-icon-open{background:#3ac769}.product-item-detail-scu-item-object-hours-icon-closed{background:#ed4343}.product-item-detail-scu-item-object-hours-break{margin-left:12px;color:#78909c}.product-item-detail-scu-item-object-delivery-method{font-size:14px;color:#78909c;line-height:17px}.product-item-detail-scu-item-object-geo-location{color:#78909c}.product-item-detail-scu-item-object-geo-location-hidden{display:none}.product-item-detail-scu-item-object-geo-location>span{color:#263238;border-bottom:1px dashed #263238;cursor:pointer}.product-item-detail-scu-item-object-geo-delivery{display:table;float:right}.product-item-detail-scu-item-object-geo-delivery-hidden{display:none}.product-item-detail-scu-item-object-geo-delivery-loader{display:flex;align-items:center}.product-item-detail-scu-item-object-geo-delivery-loader>div{width:16px;height:16px;margin-right:7px;position:relative}.product-item-detail-scu-item-object-geo-delivery-loader>div:after,.product-item-detail-scu-item-object-geo-delivery-loader>div>span,.product-item-detail-scu-item-object-geo-delivery-loader>div>span>span,.product-item-detail-scu-item-object-geo-delivery-loader>div>span>span:after{position:absolute;left:0;right:0;top:0;bottom:0}.product-item-detail-scu-item-object-geo-delivery-loader>div:after{content:"";border:3px solid #e3ecef;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.product-item-detail-scu-item-object-geo-delivery-loader>div>span{z-index:1;-webkit-animation:loaderRotate1 4.8s linear infinite;animation:loaderRotate1 4.8s linear infinite}.product-item-detail-scu-item-object-geo-delivery-loader>div>span>span{clip:rect(0,16px,16px,8px);-webkit-animation:loaderRotate2 1.2s linear infinite;animation:loaderRotate2 1.2s linear infinite}.product-item-detail-scu-item-object-geo-delivery-loader>div>span>span:after{content:"";clip:rect(0,16px,16px,8px);border:3px solid #6639b6;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;-webkit-animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.product-item-detail-scu-item-object-geo-delivery-loader>span{font-size:14px;line-height:17px}.product-item-detail-scu-item-object-geo-delivery-name,.product-item-detail-scu-item-object-geo-delivery-period,.product-item-detail-scu-item-object-geo-delivery-price{font-size:14px;line-height:17px}.product-item-detail-scu-item-object-geo-delivery-price{margin-bottom:6px}.product-item-detail-scu-item-object-geo-delivery-name{border-bottom:1px dashed #263238;cursor:pointer}.product-item-detail-scu-item-object-geo-delivery-period{color:#78909c}.product-item-detail-scu-item-price{display:table;margin-left:auto;position:relative;white-space:nowrap}.product-item-detail-scu-item-price-current{font-family:"Museo Sans Cyrl 700",sans-serif;font-size:20px;color:#000;line-height:24px}.product-item-detail-scu-item-price-ranges-icon>i{font-size:18px;color:#ced9db;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-scu-item-price:hover .product-item-detail-scu-item-price-ranges-icon>i,.bx-touch .product-item-detail-scu-item-price:active .product-item-detail-scu-item-price-ranges-icon>i{color:#6639b6}.product-item-detail-scu-item-ranges-container{margin-right:18px;position:absolute;right:-9999px;top:0;overflow:hidden;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 24px rgba(85,104,110,.36);-moz-box-shadow:0 0 24px rgba(85,104,110,.36);box-shadow:0 0 24px rgba(85,104,110,.36);background:#f1f6f7;opacity:0;-moz-transform:translate3d(-10px,0,0);-o-transform:translate3d(-10px,0,0);-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-transition:opacity .3s ease 0s,transform .3s ease 0s;-moz-transition:opacity .3s ease 0s,transform .3s ease 0s;-o-transition:opacity .3s ease 0s,transform .3s ease 0s;transition:opacity .3s ease 0s,transform .3s ease 0s;z-index:200}.popup-panel .product-item-detail-scu-item-ranges-container{right:100%;-webkit-transition:opacity .3s ease 0s,z-index .3s ease 0s,transform .3s ease 0s;-moz-transition:opacity .3s ease 0s,z-index .3s ease 0s,transform .3s ease 0s;-o-transition:opacity .3s ease 0s,z-index .3s ease 0s,transform .3s ease 0s;transition:opacity .3s ease 0s,z-index .3s ease 0s,transform .3s ease 0s;z-index:-1}.bx-no-touch .product-item-detail-scu-item-price:hover .product-item-detail-scu-item-ranges-container,.bx-touch .product-item-detail-scu-item-price:active .product-item-detail-scu-item-ranges-container{right:100%;opacity:1;-moz-transform:translate3d(0,0,0) rotate3d(0,0,0,0);-o-transform:translate3d(0,0,0) rotate3d(0,0,0,0);-webkit-transform:translate3d(0,0,0) rotate3d(0,0,0,0);transform:translate3d(0,0,0) rotate3d(0,0,0,0)}.bx-no-touch .popup-panel .product-item-detail-scu-item-price:hover .product-item-detail-scu-item-ranges-container,.bx-touch .popup-panel .product-item-detail-scu-item-price:active .product-item-detail-scu-item-ranges-container{z-index:200}.product-item-detail-scu-item-ranges{display:table;table-layout:fixed;white-space:nowrap}.product-item-detail-scu-item-ranges .product-item-detail-properties-name,.product-item-detail-scu-item-ranges .product-item-detail-properties-val{padding-bottom:7px;font-size:14px;line-height:17px}.product-item-detail-scu-item-ranges .product-item-detail-properties-name{padding-left:12px}.product-item-detail-scu-item-ranges .product-item-detail-properties-val{padding-right:12px}.product-item-detail-scu-item-col>.btn{width:100%}.product-item-detail-scu-item-col>.btn+.btn{margin-top:12px}.product-item-detail-scu-item-object-marker{display:flex;padding:6px 8px 4px;font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;line-height:19px}.product-item-detail-scu-item-object-marker-caption{width:100%;padding-right:12px}.product-item-detail-scu-item-object-marker .product-item-detail-info-message,.product-item-detail-scu-item-object-marker .product-item-detail-price,.product-item-detail-scu-item-object-marker .product-item-detail-price-not-set{margin-top:12px}.product-item-detail-scu-item-object-marker-buttons{width:45px;min-width:45px;align-self:flex-end}.product-item-detail-scu-item-object-marker-buttons>.btn{width:100%;padding:0}.product-item-detail-scu-item-object-marker-buttons>.btn+.btn{margin-top:6px}.product-item-detail-scu-item-object-marker-buttons>.btn>i{padding-right:0}.product-item-detail-scu-item-object-marker-buttons>.btn>span:not(.btn-loader){display:none}.product-item-detail-set-constructor{margin-top:64px}.product-item-detail-set-items-container{margin-top:64px}.container-ws .product-item-detail-set-items,.popup-panel .product-item-detail-set-items{display:flex;flex-wrap:wrap;margin-left:0!important;margin-right:0!important}.container-ws .product-item-detail-set-items:after,.container-ws .product-item-detail-set-items:before,.popup-panel .product-item-detail-set-items:after,.popup-panel .product-item-detail-set-items:before{content:none}.product-item-detail-set-items [class*=col-]{margin-bottom:24px}.container-ws .product-item-detail-set-items [class*=col-]{width:20%;margin-bottom:0;padding-left:0!important;padding-right:0!important}.popup-panel .product-item-detail-set-items [class*=col-]{width:33.33333333%;margin-bottom:0;padding-left:0!important;padding-right:0!important}.product-item-detail-set-item{width:100%;display:flex;flex-direction:column;padding:24px;border:1px solid #e8edef;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px}.product-item-detail-set-item:link,.product-item-detail-set-item:visited{text-decoration:none;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.container-ws .product-item-detail-set-item,.popup-panel .product-item-detail-set-item{border-left:none;border-right:1px solid #e8edef;border-top:none;border-bottom:1px solid #e8edef;-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0}.bx-no-touch .product-item-detail-set-item:hover,.bx-touch .product-item-detail-set-item:active{-webkit-box-shadow:0 0 36px rgba(85,104,110,.18);-moz-box-shadow:0 0 36px rgba(85,104,110,.18);box-shadow:0 0 36px rgba(85,104,110,.18)}.product-item-detail-set-item-image{width:100%;height:222px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.product-item-detail-set-item-image>img{width:auto;height:auto;max-width:222px;max-height:222px}.product-item-detail-set-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-detail-set-item-brand>img{width:auto;height:auto;max-width:100%;max-height:40px}.product-item-detail-set-item-title{height:38px;margin-top:18px;color:#263238;overflow:hidden;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-set-item:hover .product-item-detail-set-item-title,.bx-touch .product-item-detail-set-item:active .product-item-detail-set-item-title{color:#6639b6}.product-item-detail-set-item-quantity{margin-top:12px;color:#263238;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-item-detail-gifts{margin-top:64px}.product-item-detail-description{padding-top:64px}.product-item-detail-files-docs{margin-top:14px}.product-item-detail-files-docs .col-md-3{float:none;display:inline-block;vertical-align:top}.product-item-detail-files-docs-item:link,.product-item-detail-files-docs-item:visited{display:flex;margin-bottom:20px;text-decoration:none}.product-item-detail-files-docs-icon{width:45px;min-width:45px;height:54px;display:flex;align-items:center;justify-content:center;margin-right:18px;position:relative;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.product-item-detail-files-docs-icon,.product-item-detail-files-docs-icon[data-type=txt]{background:#b2c7cb}.product-item-detail-files-docs-icon[data-type=doc],.product-item-detail-files-docs-icon[data-type=docx],.product-item-detail-files-docs-icon[data-type=rtf]{background:#09f}.product-item-detail-files-docs-icon[data-type=xls],.product-item-detail-files-docs-icon[data-type=xlsx]{background:#008d55}.product-item-detail-files-docs-icon[data-type=pdf]{background:#d3115a}.product-item-detail-files-docs-icon[data-type=gzip],.product-item-detail-files-docs-icon[data-type=rar],.product-item-detail-files-docs-icon[data-type=zip]{background:#6639b6}.product-item-detail-files-docs-icon[data-type=gif],.product-item-detail-files-docs-icon[data-type=jpeg],.product-item-detail-files-docs-icon[data-type=jpg],.product-item-detail-files-docs-icon[data-type=png]{background:#ffb300}.product-item-detail-files-docs-icon[data-type=ppt],.product-item-detail-files-docs-icon[data-type=pptx]{background:#ff5e00}.product-item-detail-files-docs-icon:before{width:0;height:0;position:absolute;right:0;top:0;content:"";border-width:7px;border-style:solid;border-color:#fff #fff rgba(38,50,56,.5) rgba(38,50,56,.5);-moz-border-radius:0 0 0 5px;-webkit-border-radius:0 0 0 5px;-khtml-border-radius:0 0 0 5px;border-radius:0 0 0 5px}.product-item-detail-files-docs-icon:after{content:attr(data-type);font-family:"Museo Sans Cyrl 700",sans-serif;font-size:14px;color:#fff;text-transform:uppercase;line-height:17px}.product-item-detail-files-docs-name{display:block;margin-top:6px;color:#263238;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-files-docs-item:hover .product-item-detail-files-docs-name,.bx-touch .product-item-detail-files-docs-item:active .product-item-detail-files-docs-name{color:#6639b6}.product-item-detail-files-docs-size{display:block;margin-top:3px;font-size:14px;color:#78909c;line-height:17px}.product-item-detail-articles{margin-top:14px}.product-item-detail-more-products-sections-links{max-height:92px;display:flex;flex-wrap:wrap;margin-left:-6px;margin-top:-6px;margin-bottom:32px;position:relative;overflow:hidden}.product-item-detail-more-products-sections-links.active{max-height:unset;overflow:visible}.product-item-detail-more-products-section-link{margin-left:6px;margin-top:6px;padding:9px 16px 8px;white-space:nowrap;border:2px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;cursor:pointer;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn):hover,.bx-touch .product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn):active{border-color:#78909c;background:#e3ecef}.bx-no-touch .product-item-detail-more-products-section-link.active:hover,.bx-touch .product-item-detail-more-products-section-link.active:active,.product-item-detail-more-products-section-link.active{border-color:#6639b6;background:rgba(102,57,182,.16)}.product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn)>span{display:inline-block;vertical-align:middle;margin-left:6px;margin-top:-2px;padding:2px 5px 1px;font-size:11px;color:#566b75;line-height:13px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:#ced9db}.bx-no-touch .product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn).active:hover>span,.bx-touch .product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn).active:active>span,.product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn).active>span{color:#fff;background:#78909c}.product-item-detail-more-products-section-link-btn-container{position:absolute;right:0;bottom:0;background:#fff}.product-item-detail-more-products-sections-links.active .product-item-detail-more-products-section-link-btn-container{margin-left:6px;margin-top:6px;position:static}.product-item-detail-more-products-section-link-btn-container:before{width:74px;position:absolute;right:100%;top:0;bottom:0;content:"";background:-moz-linear-gradient(left,rgba(241,246,247,0) 0,#fff 86%,#fff 100%);background:-webkit-linear-gradient(left,rgba(241,246,247,0) 0,#fff 86%,#fff 100%);background:linear-gradient(to right,rgba(241,246,247,0) 0,#fff 86%,#fff 100%)}.product-item-detail-more-products-sections-links.active .product-item-detail-more-products-section-link-btn-container:before{content:none}.product-item-detail-more-products-section-link-btn{display:flex;align-items:center;margin:0;border-color:#f1f6f7;background:#f1f6f7;cursor:pointer}.product-item-detail-more-products-section-link-btn>span{padding-right:12px;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-more-products-section-link-btn:hover>span,.bx-touch .product-item-detail-more-products-section-link-btn:active>span{color:#6639b6}.product-item-detail-more-products-section-link-btn>i{font-size:16px;color:#b2c7cb;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .product-item-detail-more-products-section-link-btn:hover>i,.bx-touch .product-item-detail-more-products-section-link-btn:active>i{color:#6639b6}.product-item-detail-reviews{margin-top:14px}.product-item-detail-bigdata,.product-item-detail-related{margin-top:64px}@media(max-width:1042px){.product-item-detail-price-current{font-size: 19px;}.bx-catalog-element{margin-top:-32px}.container-ws .bx-catalog-element .row{margin-left:-18px;margin-right:-18px}.container-ws .bx-catalog-element [class*=col-lg-],.container-ws .bx-catalog-element [class*=col-md-],.container-ws .bx-catalog-element [class*=col-sm-],.container-ws .bx-catalog-element [class*=col-xs-]{padding-left:18px;padding-right:18px}.container-ws .bx-catalog-element .col-ws-left{width:100%}.container-ws .bx-catalog-element .col-ws-right{width:100%}.container-ws .product-item-detail-tabs-container,.popup-panel .product-item-detail-tabs-container,.product-item-detail-tabs-container,.slide-menu-interface-2-0-1-inner .container-ws .product-item-detail-tabs-container,.slide-menu-interface-2-0-1-inner .product-item-detail-tabs-container,.slide-menu-option-1-active .container-ws .product-item-detail-tabs-container,.slide-menu-option-1-active .product-item-detail-tabs-container,.slide-menu-option-2 .container-ws .product-item-detail-tabs-container,.slide-menu-option-2 .product-item-detail-tabs-container{width:unset;margin:0 -18px}.container-ws .product-item-detail-tabs-block,.popup-panel .product-item-detail-tabs-block{padding:0}.slide-menu-interface-2-0-1-inner .product-item-detail-tabs-block.fixed,.slide-menu-option-1-active .product-item-detail-tabs-block.fixed,.slide-menu-option-2 .product-item-detail-tabs-block.fixed{left:0}.product-item-detail-tabs-scroll{width:unset;margin:0}.container-ws .product-item-detail-tabs-scroll,.popup-panel .product-item-detail-tabs-scroll{width:unset}.product-item-detail-tabs-scroll .owl-prev{padding-left:18px}.product-item-detail-tabs-scroll .owl-next{padding-right:18px}.product-item-detail-tabs-content{margin-top:18px}.product-item-detail-tab-content{margin-top:32px}.product-item-detail-slider-controls-block{margin-left:-18px}.product-item-detail-slider-controls-image,.product-item-detail-slider-controls-video{margin-left:18px;margin-top:18px}.product-item-detail-slider-container.full.popup .product-item-detail-slider-close{right:0}.product-item-detail-slider-container.full.popup .product-item-detail-slider-right,.product-item-detail-slider-container.full.popup .product-item-detail-slider-videos-images-container{right:0}.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image,.product-item-detail-slider-container.popup .product-item-detail-slider-controls-video{margin-bottom:18px}.product-item-detail-pay-block{margin:18px -18px 0;padding:18px;-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0;-moz-transform:unset;-o-transform:unset;-webkit-transform:unset;transform:unset;-webkit-transition:unset;-moz-transition:unset;-o-transition:unset;transition:unset}.product-item-detail-info-container{display:flex;flex-direction:column;align-items:center}.product-item-detail-scu-item .product-item-detail-quantity{margin-left:unset}.product-item-detail-scu-item .product-item-detail-scu-item-color,.product-item-detail-scu-item .product-item-detail-scu-item-text{margin-top:6px}.product-item-detail-scu-item .product-item-detail-amount{margin-top:18px}.product-item-detail-scu-item .product-item-detail-amount+.product-item-detail-amount{margin-top:18px}.product-item-detail-scu-item .product-item-detail-compare{left:130px;top:unset;bottom:18px}.product-item-detail-quick-order{margin:18px -18px -18px;padding-left:18px;padding-right:18px}.product-item-detail-object-container{-moz-transform:none;-o-transform:none;-webkit-transform:none;transform:none}.product-item-detail-object:link,.product-item-detail-object:visited{margin-top:18px}.product-item-detail-object-contacts{right:12px;top:12px;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.product-item-detail-article,.product-item-detail-main-properties-container{margin-top:18px}.product-item-detail-advantages{margin-top:6px}.product-item-detail-advantages-item{cursor:default}.container-ws .product-item-detail-scu-items-container,.product-item-detail-scu-items-container,.slide-menu-interface-2-0-1-inner .container-ws .product-item-detail-scu-items-container,.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container,.slide-menu-option-2 .container-ws .product-item-detail-scu-items-container{width:100%!important;margin-top:32px}.product-item-detail-scu-items{width:-moz-calc(100% + 36px);width:-webkit-calc(100% + 36px);width:calc(100% + 36px);margin-left:-18px;border-top:1px solid #e3ecef}.product-item-detail-scu-item{width:100%;display:table;padding:18px;border-bottom:1px solid #e3ecef}.product-item-detail-scu-item:first-child{padding:0;border-bottom:none}.product-item-detail-scu-item-width-compare{padding-bottom:54px;position:relative}.product-item-detail-scu-item-col{width:100%;float:left;padding:0;border:none}.product-item-detail-scu-item-col:first-child{width:100px;float:none;vertical-align:top;padding-left:0;padding-right:12px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-object-info{width:100%;padding-left:0}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-prop{margin-top:12px}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delivery-methods,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-price{width:100%;text-align:left}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delivery-methods{padding:18px;border-bottom:1px solid #e3ecef}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delivery-methods+.product-item-detail-scu-item-col.product-item-detail-scu-item-col-price{width:100%}.product-item-detail-scu-item-col.product-item-detail-scu-item-col-buttons{width:45px;float:none;vertical-align:bottom}.product-item-detail-scu-item-image{position:static}.product-item-detail-scu-item-object-title,.product-item-detail-scu-item-title{margin-top:9px}.product-item-detail-scu-item-object-title{display:table}.product-item-detail-scu-item-object-delivery-method{margin-top:12px}.product-item-detail-scu-item-object-geo-delivery{float:left;margin-top:12px}.product-item-detail-scu-item-price{margin-left:unset;margin-top:12px}.product-item-detail-scu-item-ranges-container{margin-right:0;margin-bottom:12px;left:-9999px;right:unset;top:unset;bottom:100%;-moz-transform:translate3d(0,-10px,0);-o-transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.popup-panel .product-item-detail-scu-item-ranges-container{left:0;right:unset}.bx-no-touch .product-item-detail-scu-item-price:hover .product-item-detail-scu-item-ranges-container,.bx-touch .product-item-detail-scu-item-price:active .product-item-detail-scu-item-ranges-container{left:0;right:unset}.product-item-detail-scu-item-col-buttons>.btn{padding:0}.product-item-detail-scu-item-col-buttons>.btn>i{padding-right:0}.product-item-detail-scu-item-col-buttons>.btn>span{display:none}.product-item-detail-set-constructor{margin-top:32px}.product-item-detail-set-items-container{margin-top:32px}.product-item-detail-set-items:before{height:1px;display:block!important;content:""!important;background:#e8edef}.container-ws .product-item-detail-set-items.two_in_row:before,.popup-panel .product-item-detail-set-items.two_in_row:before{width:100%}.container-ws .product-item-detail-set-items:not(.two_in_row):before,.popup-panel .product-item-detail-set-items:not(.two_in_row):before{margin:0 -18px}.container-ws .product-item-detail-set-items,.popup-panel .product-item-detail-set-items{margin-left:-18px!important;margin-right:-18px!important}.container-ws .product-item-detail-set-items:not(.two_in_row),.popup-panel .product-item-detail-set-items:not(.two_in_row){flex-direction:column}.product-item-detail-set-items [class*=col-]{margin-bottom:0}.container-ws .product-item-detail-set-items [class*=col-],.popup-panel .product-item-detail-set-items [class*=col-]{width:100%;padding-left:18px!important;padding-right:18px!important}.container-ws .product-item-detail-set-items.two_in_row [class*=col-],.popup-panel .product-item-detail-set-items.two_in_row [class*=col-]{width:50%}.container-ws .product-item-detail-set-item,.popup-panel .product-item-detail-set-item,.product-item-detail-set-item{width:-moz-calc(100% + 36px);width:-webkit-calc(100% + 36px);width:calc(100% + 36px);margin-left:-18px;margin-right:-18px;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}.container-ws .two_in_row .product-item-detail-set-item,.popup-panel .two_in_row .product-item-detail-set-item,.two_in_row .product-item-detail-set-item{border-right:1px solid #e8edef}.container-ws .two_in_row [class*=col-]:nth-child(2n+2) .product-item-detail-set-item,.popup-panel .two_in_row [class*=col-]:nth-child(2n+2) .product-item-detail-set-item,.two_in_row [class*=col-]:nth-child(2n+2) .product-item-detail-set-item{border-right:none}.container-ws .one_in_row_list .product-item-detail-set-item,.one_in_row_list .product-item-detail-set-item,.popup-panel .one_in_row_list .product-item-detail-set-item{display:table}.bx-no-touch .product-item-detail-set-item:hover,.bx-touch .product-item-detail-set-item:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.two_in_row .product-item-detail-set-item-image{height:144px}.one_in_row_list .product-item-detail-set-item-image{width:100px;height:auto;display:table-cell;vertical-align:top;padding-right:12px}.two_in_row .product-item-detail-set-item-image>img{max-width:144px;max-height:144px}.one_in_row_list .product-item-detail-set-item-image>img{max-width:100px;max-height:100px}.one_in_row_list .product-item-detail-set-item-brand,.two_in_row .product-item-detail-set-item-brand{display:none}.product-item-detail-set-item-title{height:auto;overflow:visible}.two_in_row .product-item-detail-set-item-title{height:55px;margin-top:12px;overflow:hidden;font-size:14px}.one_in_row_list .product-item-detail-set-item-title{width:100%;float:left;margin-top:9px}.two_in_row .product-item-detail-set-item-quantity{font-size:14px}.one_in_row_list .product-item-detail-set-item-quantity{width:100%;float:left;text-overflow:unset;white-space:normal;overflow:visible}.product-item-detail-gifts{margin-top:32px}.product-item-detail-description{padding-top:32px}.product-item-detail-bigdata,.product-item-detail-related{margin-top:32px}}@media(min-width:1043px){.container-ws .product-item-detail-set-items [class*=col-]:nth-child(1) .product-item-detail-set-item,.container-ws .product-item-detail-set-items [class*=col-]:nth-child(2) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(1) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(2) .product-item-detail-set-item{border-top:1px solid #e8edef}}@media(min-width:1043px) and (max-width:1103px){.container-ws .bx-catalog-element .col-ws-left{width:66.66666667%}.container-ws .bx-catalog-element .col-ws-right{width:33.33333333%}.slide-menu-option-1-active .product-item-detail-tabs-container{width:100vw;margin-left:-moz-calc((100vw - 100%)/ -2);margin-left:-webkit-calc((100vw - 100%)/ -2);margin-left:calc((100vw - 100%)/ -2)}.popup-panel .product-item-detail-tabs-container{margin-left:-32px;margin-right:-32px}.popup-panel .product-item-detail-tabs-block{padding-left:32px;padding-right:32px}.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{left:0}.product-item-detail-tabs-scroll{width:946px}.product-item-detail-price-current{font-size:24px;line-height:29px}.popup-panel .product-item-detail-object-contacts{right:12px;top:12px;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.product-item-detail-scu-items-container{width:970px!important}.popup-panel .product-item-detail-scu-items-container,.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 40px)!important;width:-webkit-calc(100vw - 40px)!important;width:calc(100vw - 40px)!important}.product-item-detail-scu-item-col,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info{padding-left:12px}.product-item-detail-scu-item-price{white-space:normal}.container-ws .product-item-detail-set-items [class*=col-],.popup-panel .product-item-detail-set-items [class*=col-]{width:50%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(2n+2) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(2n+2) .product-item-detail-set-item{border-right:none}}@media(min-width:1104px) and (max-width:1271px){.container-ws .bx-catalog-element .col-ws-left{width:75%}.container-ws .bx-catalog-element .col-ws-right{width:25%}.slide-menu-option-1-active .product-item-detail-tabs-container{width:100vw;margin-left:-moz-calc((100vw - 100%)/ -2);margin-left:-webkit-calc((100vw - 100%)/ -2);margin-left:calc((100vw - 100%)/ -2)}.popup-panel .product-item-detail-tabs-container{margin-left:-32px;margin-right:-32px}.popup-panel .product-item-detail-tabs-block{padding-left:32px;padding-right:32px}.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{left:0}.product-item-detail-tabs-scroll{width:946px}.product-item-detail-price-current{font-size:24px;line-height:29px}.popup-panel .product-item-detail-object-contacts{right:12px;top:12px;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.product-item-detail-scu-items-container{width:970px!important}.popup-panel .product-item-detail-scu-items-container,.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 40px)!important;width:-webkit-calc(100vw - 40px)!important;width:calc(100vw - 40px)!important}.product-item-detail-scu-item-col,.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info{padding-left:12px}.product-item-detail-scu-item-price{white-space:normal}.container-ws .product-item-detail-set-items [class*=col-]{width:33.33333333%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item{border-top:1px solid #e8edef}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item{border-right:none}}@media(min-width:1272px) and (max-width:1379px){.container-ws .bx-catalog-element .col-ws-left{width:75%}.container-ws .bx-catalog-element .col-ws-right{width:25%}.slide-menu-option-1-active .product-item-detail-tabs-container{width:100vw;margin-left:-moz-calc((100vw - 100%)/ -2);margin-left:-webkit-calc((100vw - 100%)/ -2);margin-left:calc((100vw - 100%)/ -2)}.popup-panel .product-item-detail-tabs-container{margin-left:-32px;margin-right:-32px}.popup-panel .product-item-detail-tabs-block{padding-left:32px;padding-right:32px}.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{left:0}.popup-panel .product-item-detail-object-contacts{right:12px;top:12px;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;transform:unset}.popup-panel .product-item-detail-scu-items-container,.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 40px)!important;width:-webkit-calc(100vw - 40px)!important;width:calc(100vw - 40px)!important}.container-ws .product-item-detail-set-items [class*=col-]{width:33.33333333%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item{border-top:1px solid #e8edef}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item{border-right:none}}@media(min-width:1380px) and (max-width:1545px){.container-ws .bx-catalog-element .col-ws-left{width:80%}.container-ws .bx-catalog-element .col-ws-right{width:20%}.slide-menu-option-1-active .product-item-detail-tabs-container{width:100vw;margin-left:-moz-calc((100vw - 100%)/ -2);margin-left:-webkit-calc((100vw - 100%)/ -2);margin-left:calc((100vw - 100%)/ -2)}.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{left:0}.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container{width:-moz-calc(100vw - 40px)!important;width:-webkit-calc(100vw - 40px)!important;width:calc(100vw - 40px)!important}.container-ws .product-item-detail-set-items [class*=col-]{width:25%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,.container-ws .product-item-detail-set-items [class*=col-]:nth-child(4) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item{border-top:1px solid #e8edef}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(4n+4) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item{border-right:none}}@media(min-width:1546px) and (max-width:1701px){.container-ws .bx-catalog-element .col-ws-left{width:80%}.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left{width:75%}.container-ws .bx-catalog-element .col-ws-right{width:20%}.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-right{width:25%}.container-ws .product-item-detail-set-items [class*=col-]{width:25%}.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*=col-]{width:33.33333333%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-set-items [class*=col-]:nth-child(4) .product-item-detail-set-item{border-top:1px solid #e8edef}.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item,.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-set-items [class*=col-]:nth-child(4n+4) .product-item-detail-set-item{border-right:none}}@media(min-width:1702px){.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-left{width:80%}.slide-menu-option-1-active .container-ws .bx-catalog-element .col-ws-right{width:20%}.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*=col-]{width:25%}.container-ws .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,.container-ws .product-item-detail-set-items [class*=col-]:nth-child(4) .product-item-detail-set-item,.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3) .product-item-detail-set-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-set-items [class*=col-]:nth-child(5) .product-item-detail-set-item{border-top:1px solid #e8edef}.popup-panel .product-item-detail-set-items [class*=col-]:nth-child(3n+3) .product-item-detail-set-item,.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*=col-]:nth-child(4n+4) .product-item-detail-set-item,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-set-items [class*=col-]:nth-child(5n+5) .product-item-detail-set-item{border-right:none}}

@media (min-width:1043px) {
    .product-item-detail-slider-block{height:600px;}
    .product-item-detail-preview._mobile {
        display:none
    }
}
@media (max-width:1042px) {
    .product-item-detail-preview._mobile {
        display:block;
        text-align:center;
        margin:0 0 12px
    }
    .product-item-detail-preview._desktop {
        display:none
    }
}
/* End */


/* Start:/bitrix/templates/enext_custom/js/owlCarousel/owl.carousel.min.css?16274670082895*/
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{min-width:100%;position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/enext_custom/js/owlCarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/enext_custom/components/bitrix/catalog.product.subscribe/.default/style.min.css?16274670081674*/
.bx-catalog-subscribe-popup-window{font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;font-weight:300;overflow:hidden}.popup-window.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:400;color:#263238;line-height:24px}.bx-catalog-subscribe-popup-window .popup-window-content{padding:18px 32px 0}.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:#263238;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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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:#78909c}.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:/bitrix/templates/enext_custom/components/bitrix/news.list/reviews/style.min.css?162746700840984*/
.reviews-evaluation{display:flex;align-items:center;margin-bottom:8px;padding:24px;border:2px solid #6639b6;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.reviews-evaluation-title{font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;color:#263238;line-height:24px;white-space:nowrap}.reviews-evaluation-title>span{display:block;font-family:"Museo Sans Cyrl 300",sans-serif;font-size:16px;text-align:right;line-height:19px}.reviews-evaluation-stars{display:flex;align-items:center;margin-left:48px;cursor:pointer}.reviews-evaluation-star{font-size:32px;color:#ced9db;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.reviews-evaluation-star-active{color:#008d55}.reviews-evaluation-star+.reviews-evaluation-star{padding-left:4px}.reviews-evaluation-val{margin-left:12px;color:#78909c}.reviews-item{margin-top:24px}.reviews-item-user-name{font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;color:#263238;text-align:right;line-height:24px}.reviews-item-date,.reviews-item-user-city{font-size:14px;color:#78909c;text-align:right;line-height:17px}.reviews-item-caption{padding:24px;border:1px solid #e3ecef;-moz-border-radius:0 16px 16px 16px;-webkit-border-radius:0 16px 16px 16px;-khtml-border-radius:0 16px 16px 16px;border-radius:0 16px 16px 16px}.reviews-item-rating-container{display:flex;align-items:center;justify-content:space-between}.reviews-item-rating,.reviews-item-stars{display:flex;align-items:center}.reviews-item-star{color:#008d55}.reviews-item-star-empty{color:#ced9db}.reviews-item-star+.reviews-item-star{margin-left:2px}.reviews-item-term{margin-left:12px;color:#78909c}.reviews-item-likes{color:#6639b6}.reviews-item-likes-empty{color:#ced9db}.reviews-item-user-text{margin-top:18px;color:#263238}.reviews-item-user-props{display:flex;margin-top:18px;margin-left:-26px}.reviews-item-user-prop{width:-moz-calc(50% - 26px);width:-webkit-calc(50% - 26px);width:calc(50% - 26px);margin-left:26px}.reviews-item-user-prop-title{font-family:"Museo Sans Cyrl 700",sans-serif;color:#263238}.reviews-item-user-prop-text{margin-top:8px;color:#263238}.reviews-item-photos{display:flex;flex-wrap:wrap;margin-left:-12px;margin-top:6px}.reviews-item-photo{width:80px;height:80px;margin-left:12px;margin-top:12px;position:relative;overflow:hidden;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.reviews-item-photo:after{width:100%;height:100%;position:absolute;left:0;top:0;content:"";border:2px solid transparent;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .reviews-item-photo:hover:after,.bx-touch .reviews-item-photo:active:after{border-color:#78909c}.reviews-item-photo>img{width:100%;height:100%;object-fit:cover;position:absolute;left:50%;top:50%;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.reviews-item-store{margin-top:18px;padding:24px;-moz-border-radius:0 16px 16px 16px;-webkit-border-radius:0 16px 16px 16px;-khtml-border-radius:0 16px 16px 16px;border-radius:0 16px 16px 16px;background:#f1f6f7}.reviews-item-store-title{font-family:"Museo Sans Cyrl 700",sans-serif;color:#263238}.reviews-item-store-text{margin-top:12px;color:#263238}.reviews-item-like{display:inline-flex;align-items:center;margin-top:24px;cursor:pointer}.reviews-item-like>i{font-size:25px;color:#b2c7cb;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.reviews-item-like>span{margin-left:8px;color:#78909c;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .reviews-item-like:hover>i,.bx-no-touch .reviews-item-like:hover>span,.bx-touch .reviews-item-like:active>i,.bx-touch .reviews-item-like:active>span,.reviews-item-like.reviews-item-liked>i,.reviews-item-like.reviews-item-liked>span{color:#6639b6}.reviews-general-stats{-moz-transform:translateX(10px);-o-transform:translateX(10px);-webkit-transform:translateX(10px);transform:translateX(10px)}.reviews-general-stats-rating-circle{width:170px;height:170px;margin:0 auto;position:relative;border-radius:50%;background:#ced9db}.reviews-general-stats-rating-circle:after{position:absolute;left:20px;right:20px;top:20px;bottom:20px;content:" ";border-radius:50%;background:#fff;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.reviews-general-stats-rating-circle-val{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:20px;right:20px;top:20px;bottom:20px;font-family:"Museo Sans Cyrl 700",sans-serif;font-size:36px;color:#263238;line-height:43px;white-space:nowrap;z-index:200;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.bx-no-touch .reviews-general-stats-rating-circle:hover:after,.bx-no-touch .reviews-general-stats-rating-circle:hover>.reviews-general-stats-rating-circle-val,.bx-touch .reviews-general-stats-rating-circle:active:after,.bx-touch .reviews-general-stats-rating-circle:active>.reviews-general-stats-rating-circle-val{-moz-transform:scale(1.15) rotate(.02deg);-o-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}.reviews-general-stats-rating-circle-slice{width:170px;height:170px;position:absolute;clip:rect(0,170px,170px,85px)}.p100 .reviews-general-stats-rating-circle-slice,.p51 .reviews-general-stats-rating-circle-slice,.p52 .reviews-general-stats-rating-circle-slice,.p53 .reviews-general-stats-rating-circle-slice,.p54 .reviews-general-stats-rating-circle-slice,.p55 .reviews-general-stats-rating-circle-slice,.p56 .reviews-general-stats-rating-circle-slice,.p57 .reviews-general-stats-rating-circle-slice,.p58 .reviews-general-stats-rating-circle-slice,.p59 .reviews-general-stats-rating-circle-slice,.p60 .reviews-general-stats-rating-circle-slice,.p61 .reviews-general-stats-rating-circle-slice,.p62 .reviews-general-stats-rating-circle-slice,.p63 .reviews-general-stats-rating-circle-slice,.p64 .reviews-general-stats-rating-circle-slice,.p65 .reviews-general-stats-rating-circle-slice,.p66 .reviews-general-stats-rating-circle-slice,.p67 .reviews-general-stats-rating-circle-slice,.p68 .reviews-general-stats-rating-circle-slice,.p69 .reviews-general-stats-rating-circle-slice,.p70 .reviews-general-stats-rating-circle-slice,.p71 .reviews-general-stats-rating-circle-slice,.p72 .reviews-general-stats-rating-circle-slice,.p73 .reviews-general-stats-rating-circle-slice,.p74 .reviews-general-stats-rating-circle-slice,.p75 .reviews-general-stats-rating-circle-slice,.p76 .reviews-general-stats-rating-circle-slice,.p77 .reviews-general-stats-rating-circle-slice,.p78 .reviews-general-stats-rating-circle-slice,.p79 .reviews-general-stats-rating-circle-slice,.p80 .reviews-general-stats-rating-circle-slice,.p81 .reviews-general-stats-rating-circle-slice,.p82 .reviews-general-stats-rating-circle-slice,.p83 .reviews-general-stats-rating-circle-slice,.p84 .reviews-general-stats-rating-circle-slice,.p85 .reviews-general-stats-rating-circle-slice,.p86 .reviews-general-stats-rating-circle-slice,.p87 .reviews-general-stats-rating-circle-slice,.p88 .reviews-general-stats-rating-circle-slice,.p89 .reviews-general-stats-rating-circle-slice,.p90 .reviews-general-stats-rating-circle-slice,.p91 .reviews-general-stats-rating-circle-slice,.p92 .reviews-general-stats-rating-circle-slice,.p93 .reviews-general-stats-rating-circle-slice,.p94 .reviews-general-stats-rating-circle-slice,.p95 .reviews-general-stats-rating-circle-slice,.p96 .reviews-general-stats-rating-circle-slice,.p97 .reviews-general-stats-rating-circle-slice,.p98 .reviews-general-stats-rating-circle-slice,.p99 .reviews-general-stats-rating-circle-slice{clip:rect(auto,auto,auto,auto)}.p100 .reviews-general-stats-rating-circle-fill,.p51 .reviews-general-stats-rating-circle-fill,.p52 .reviews-general-stats-rating-circle-fill,.p53 .reviews-general-stats-rating-circle-fill,.p54 .reviews-general-stats-rating-circle-fill,.p55 .reviews-general-stats-rating-circle-fill,.p56 .reviews-general-stats-rating-circle-fill,.p57 .reviews-general-stats-rating-circle-fill,.p58 .reviews-general-stats-rating-circle-fill,.p59 .reviews-general-stats-rating-circle-fill,.p60 .reviews-general-stats-rating-circle-fill,.p61 .reviews-general-stats-rating-circle-fill,.p62 .reviews-general-stats-rating-circle-fill,.p63 .reviews-general-stats-rating-circle-fill,.p64 .reviews-general-stats-rating-circle-fill,.p65 .reviews-general-stats-rating-circle-fill,.p66 .reviews-general-stats-rating-circle-fill,.p67 .reviews-general-stats-rating-circle-fill,.p68 .reviews-general-stats-rating-circle-fill,.p69 .reviews-general-stats-rating-circle-fill,.p70 .reviews-general-stats-rating-circle-fill,.p71 .reviews-general-stats-rating-circle-fill,.p72 .reviews-general-stats-rating-circle-fill,.p73 .reviews-general-stats-rating-circle-fill,.p74 .reviews-general-stats-rating-circle-fill,.p75 .reviews-general-stats-rating-circle-fill,.p76 .reviews-general-stats-rating-circle-fill,.p77 .reviews-general-stats-rating-circle-fill,.p78 .reviews-general-stats-rating-circle-fill,.p79 .reviews-general-stats-rating-circle-fill,.p80 .reviews-general-stats-rating-circle-fill,.p81 .reviews-general-stats-rating-circle-fill,.p82 .reviews-general-stats-rating-circle-fill,.p83 .reviews-general-stats-rating-circle-fill,.p84 .reviews-general-stats-rating-circle-fill,.p85 .reviews-general-stats-rating-circle-fill,.p86 .reviews-general-stats-rating-circle-fill,.p87 .reviews-general-stats-rating-circle-fill,.p88 .reviews-general-stats-rating-circle-fill,.p89 .reviews-general-stats-rating-circle-fill,.p90 .reviews-general-stats-rating-circle-fill,.p91 .reviews-general-stats-rating-circle-fill,.p92 .reviews-general-stats-rating-circle-fill,.p93 .reviews-general-stats-rating-circle-fill,.p94 .reviews-general-stats-rating-circle-fill,.p95 .reviews-general-stats-rating-circle-fill,.p96 .reviews-general-stats-rating-circle-fill,.p97 .reviews-general-stats-rating-circle-fill,.p98 .reviews-general-stats-rating-circle-fill,.p99 .reviews-general-stats-rating-circle-fill,.reviews-general-stats-rating-circle-bar{width:170px;height:170px;position:absolute;border:20px solid #008d55;border-radius:50%;clip:rect(0,85px,170px,0);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.p1 .reviews-general-stats-rating-circle-bar,.p10 .reviews-general-stats-rating-circle-bar,.p11 .reviews-general-stats-rating-circle-bar,.p12 .reviews-general-stats-rating-circle-bar,.p13 .reviews-general-stats-rating-circle-bar,.p14 .reviews-general-stats-rating-circle-bar,.p15 .reviews-general-stats-rating-circle-bar,.p16 .reviews-general-stats-rating-circle-bar,.p17 .reviews-general-stats-rating-circle-bar,.p18 .reviews-general-stats-rating-circle-bar,.p19 .reviews-general-stats-rating-circle-bar,.p2 .reviews-general-stats-rating-circle-bar,.p20 .reviews-general-stats-rating-circle-bar,.p21 .reviews-general-stats-rating-circle-bar,.p22 .reviews-general-stats-rating-circle-bar,.p23 .reviews-general-stats-rating-circle-bar,.p24 .reviews-general-stats-rating-circle-bar,.p25 .reviews-general-stats-rating-circle-bar,.p26 .reviews-general-stats-rating-circle-bar,.p27 .reviews-general-stats-rating-circle-bar,.p28 .reviews-general-stats-rating-circle-bar,.p29 .reviews-general-stats-rating-circle-bar,.p3 .reviews-general-stats-rating-circle-bar,.p30 .reviews-general-stats-rating-circle-bar,.p31 .reviews-general-stats-rating-circle-bar,.p32 .reviews-general-stats-rating-circle-bar,.p33 .reviews-general-stats-rating-circle-bar,.p34 .reviews-general-stats-rating-circle-bar,.p35 .reviews-general-stats-rating-circle-bar,.p36 .reviews-general-stats-rating-circle-bar,.p37 .reviews-general-stats-rating-circle-bar,.p38 .reviews-general-stats-rating-circle-bar,.p39 .reviews-general-stats-rating-circle-bar,.p4 .reviews-general-stats-rating-circle-bar,.p5 .reviews-general-stats-rating-circle-bar,.p6 .reviews-general-stats-rating-circle-bar,.p7 .reviews-general-stats-rating-circle-bar,.p8 .reviews-general-stats-rating-circle-bar,.p9 .reviews-general-stats-rating-circle-bar{border-color:#d03913}.p40 .reviews-general-stats-rating-circle-bar,.p41 .reviews-general-stats-rating-circle-bar,.p42 .reviews-general-stats-rating-circle-bar,.p43 .reviews-general-stats-rating-circle-bar,.p44 .reviews-general-stats-rating-circle-bar,.p45 .reviews-general-stats-rating-circle-bar,.p46 .reviews-general-stats-rating-circle-bar,.p47 .reviews-general-stats-rating-circle-bar,.p48 .reviews-general-stats-rating-circle-bar,.p49 .reviews-general-stats-rating-circle-bar,.p50 .reviews-general-stats-rating-circle-bar,.p51 .reviews-general-stats-rating-circle-bar,.p51 .reviews-general-stats-rating-circle-fill,.p52 .reviews-general-stats-rating-circle-bar,.p52 .reviews-general-stats-rating-circle-fill,.p53 .reviews-general-stats-rating-circle-bar,.p53 .reviews-general-stats-rating-circle-fill,.p54 .reviews-general-stats-rating-circle-bar,.p54 .reviews-general-stats-rating-circle-fill,.p55 .reviews-general-stats-rating-circle-bar,.p55 .reviews-general-stats-rating-circle-fill,.p56 .reviews-general-stats-rating-circle-bar,.p56 .reviews-general-stats-rating-circle-fill,.p57 .reviews-general-stats-rating-circle-bar,.p57 .reviews-general-stats-rating-circle-fill,.p58 .reviews-general-stats-rating-circle-bar,.p58 .reviews-general-stats-rating-circle-fill,.p59 .reviews-general-stats-rating-circle-bar,.p59 .reviews-general-stats-rating-circle-fill{border-color:#ca6c00}.p60 .reviews-general-stats-rating-circle-bar,.p60 .reviews-general-stats-rating-circle-fill,.p61 .reviews-general-stats-rating-circle-bar,.p61 .reviews-general-stats-rating-circle-fill,.p62 .reviews-general-stats-rating-circle-bar,.p62 .reviews-general-stats-rating-circle-fill,.p63 .reviews-general-stats-rating-circle-bar,.p63 .reviews-general-stats-rating-circle-fill,.p64 .reviews-general-stats-rating-circle-bar,.p64 .reviews-general-stats-rating-circle-fill,.p65 .reviews-general-stats-rating-circle-bar,.p65 .reviews-general-stats-rating-circle-fill,.p66 .reviews-general-stats-rating-circle-bar,.p66 .reviews-general-stats-rating-circle-fill,.p67 .reviews-general-stats-rating-circle-bar,.p67 .reviews-general-stats-rating-circle-fill,.p68 .reviews-general-stats-rating-circle-bar,.p68 .reviews-general-stats-rating-circle-fill,.p69 .reviews-general-stats-rating-circle-bar,.p69 .reviews-general-stats-rating-circle-fill,.p70 .reviews-general-stats-rating-circle-bar,.p70 .reviews-general-stats-rating-circle-fill,.p71 .reviews-general-stats-rating-circle-bar,.p71 .reviews-general-stats-rating-circle-fill,.p72 .reviews-general-stats-rating-circle-bar,.p72 .reviews-general-stats-rating-circle-fill,.p73 .reviews-general-stats-rating-circle-bar,.p73 .reviews-general-stats-rating-circle-fill,.p74 .reviews-general-stats-rating-circle-bar,.p74 .reviews-general-stats-rating-circle-fill,.p75 .reviews-general-stats-rating-circle-bar,.p75 .reviews-general-stats-rating-circle-fill,.p76 .reviews-general-stats-rating-circle-bar,.p76 .reviews-general-stats-rating-circle-fill,.p77 .reviews-general-stats-rating-circle-bar,.p77 .reviews-general-stats-rating-circle-fill,.p78 .reviews-general-stats-rating-circle-bar,.p78 .reviews-general-stats-rating-circle-fill,.p79 .reviews-general-stats-rating-circle-bar,.p79 .reviews-general-stats-rating-circle-fill{border-color:#a58900}.p80 .reviews-general-stats-rating-circle-bar,.p80 .reviews-general-stats-rating-circle-fill,.p81 .reviews-general-stats-rating-circle-bar,.p81 .reviews-general-stats-rating-circle-fill,.p82 .reviews-general-stats-rating-circle-bar,.p82 .reviews-general-stats-rating-circle-fill,.p83 .reviews-general-stats-rating-circle-bar,.p83 .reviews-general-stats-rating-circle-fill,.p84 .reviews-general-stats-rating-circle-bar,.p84 .reviews-general-stats-rating-circle-fill,.p85 .reviews-general-stats-rating-circle-bar,.p85 .reviews-general-stats-rating-circle-fill,.p86 .reviews-general-stats-rating-circle-bar,.p86 .reviews-general-stats-rating-circle-fill,.p87 .reviews-general-stats-rating-circle-bar,.p87 .reviews-general-stats-rating-circle-fill,.p88 .reviews-general-stats-rating-circle-bar,.p88 .reviews-general-stats-rating-circle-fill,.p89 .reviews-general-stats-rating-circle-bar,.p89 .reviews-general-stats-rating-circle-fill{border-color:#568d00}.p1 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(3.6deg);-moz-transform:rotate(3.6deg);-ms-transform:rotate(3.6deg);-o-transform:rotate(3.6deg);transform:rotate(3.6deg)}.p2 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(7.2deg);-moz-transform:rotate(7.2deg);-ms-transform:rotate(7.2deg);-o-transform:rotate(7.2deg);transform:rotate(7.2deg)}.p3 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(10.8deg);-moz-transform:rotate(10.8deg);-ms-transform:rotate(10.8deg);-o-transform:rotate(10.8deg);transform:rotate(10.8deg)}.p4 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(14.4deg);-moz-transform:rotate(14.4deg);-ms-transform:rotate(14.4deg);-o-transform:rotate(14.4deg);transform:rotate(14.4deg)}.p5 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(18deg);-moz-transform:rotate(18deg);-ms-transform:rotate(18deg);-o-transform:rotate(18deg);transform:rotate(18deg)}.p6 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(21.6deg);-moz-transform:rotate(21.6deg);-ms-transform:rotate(21.6deg);-o-transform:rotate(21.6deg);transform:rotate(21.6deg)}.p7 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(25.2deg);-moz-transform:rotate(25.2deg);-ms-transform:rotate(25.2deg);-o-transform:rotate(25.2deg);transform:rotate(25.2deg)}.p8 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(28.8deg);-moz-transform:rotate(28.8deg);-ms-transform:rotate(28.8deg);-o-transform:rotate(28.8deg);transform:rotate(28.8deg)}.p9 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(32.4deg);-moz-transform:rotate(32.4deg);-ms-transform:rotate(32.4deg);-o-transform:rotate(32.4deg);transform:rotate(32.4deg)}.p10 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(36deg);-moz-transform:rotate(36deg);-ms-transform:rotate(36deg);-o-transform:rotate(36deg);transform:rotate(36deg)}.p11 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(39.6deg);-moz-transform:rotate(39.6deg);-ms-transform:rotate(39.6deg);-o-transform:rotate(39.6deg);transform:rotate(39.6deg)}.p12 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(43.2deg);-moz-transform:rotate(43.2deg);-ms-transform:rotate(43.2deg);-o-transform:rotate(43.2deg);transform:rotate(43.2deg)}.p13 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(46.800000000000004deg);-moz-transform:rotate(46.800000000000004deg);-ms-transform:rotate(46.800000000000004deg);-o-transform:rotate(46.800000000000004deg);transform:rotate(46.800000000000004deg)}.p14 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(50.4deg);-moz-transform:rotate(50.4deg);-ms-transform:rotate(50.4deg);-o-transform:rotate(50.4deg);transform:rotate(50.4deg)}.p15 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(54deg);-moz-transform:rotate(54deg);-ms-transform:rotate(54deg);-o-transform:rotate(54deg);transform:rotate(54deg)}.p16 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(57.6deg);-moz-transform:rotate(57.6deg);-ms-transform:rotate(57.6deg);-o-transform:rotate(57.6deg);transform:rotate(57.6deg)}.p17 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(61.2deg);-moz-transform:rotate(61.2deg);-ms-transform:rotate(61.2deg);-o-transform:rotate(61.2deg);transform:rotate(61.2deg)}.p18 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(64.8deg);-moz-transform:rotate(64.8deg);-ms-transform:rotate(64.8deg);-o-transform:rotate(64.8deg);transform:rotate(64.8deg)}.p19 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(68.4deg);-moz-transform:rotate(68.4deg);-ms-transform:rotate(68.4deg);-o-transform:rotate(68.4deg);transform:rotate(68.4deg)}.p20 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(72deg);-moz-transform:rotate(72deg);-ms-transform:rotate(72deg);-o-transform:rotate(72deg);transform:rotate(72deg)}.p21 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(75.60000000000001deg);-moz-transform:rotate(75.60000000000001deg);-ms-transform:rotate(75.60000000000001deg);-o-transform:rotate(75.60000000000001deg);transform:rotate(75.60000000000001deg)}.p22 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(79.2deg);-moz-transform:rotate(79.2deg);-ms-transform:rotate(79.2deg);-o-transform:rotate(79.2deg);transform:rotate(79.2deg)}.p23 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(82.8deg);-moz-transform:rotate(82.8deg);-ms-transform:rotate(82.8deg);-o-transform:rotate(82.8deg);transform:rotate(82.8deg)}.p24 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(86.4deg);-moz-transform:rotate(86.4deg);-ms-transform:rotate(86.4deg);-o-transform:rotate(86.4deg);transform:rotate(86.4deg)}.p25 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.p26 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(93.60000000000001deg);-moz-transform:rotate(93.60000000000001deg);-ms-transform:rotate(93.60000000000001deg);-o-transform:rotate(93.60000000000001deg);transform:rotate(93.60000000000001deg)}.p27 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(97.2deg);-moz-transform:rotate(97.2deg);-ms-transform:rotate(97.2deg);-o-transform:rotate(97.2deg);transform:rotate(97.2deg)}.p28 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(100.8deg);-moz-transform:rotate(100.8deg);-ms-transform:rotate(100.8deg);-o-transform:rotate(100.8deg);transform:rotate(100.8deg)}.p29 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(104.4deg);-moz-transform:rotate(104.4deg);-ms-transform:rotate(104.4deg);-o-transform:rotate(104.4deg);transform:rotate(104.4deg)}.p30 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(108deg);-moz-transform:rotate(108deg);-ms-transform:rotate(108deg);-o-transform:rotate(108deg);transform:rotate(108deg)}.p31 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(111.60000000000001deg);-moz-transform:rotate(111.60000000000001deg);-ms-transform:rotate(111.60000000000001deg);-o-transform:rotate(111.60000000000001deg);transform:rotate(111.60000000000001deg)}.p32 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(115.2deg);-moz-transform:rotate(115.2deg);-ms-transform:rotate(115.2deg);-o-transform:rotate(115.2deg);transform:rotate(115.2deg)}.p33 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(118.8deg);-moz-transform:rotate(118.8deg);-ms-transform:rotate(118.8deg);-o-transform:rotate(118.8deg);transform:rotate(118.8deg)}.p34 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(122.4deg);-moz-transform:rotate(122.4deg);-ms-transform:rotate(122.4deg);-o-transform:rotate(122.4deg);transform:rotate(122.4deg)}.p35 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(126deg);-moz-transform:rotate(126deg);-ms-transform:rotate(126deg);-o-transform:rotate(126deg);transform:rotate(126deg)}.p36 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(129.6deg);-moz-transform:rotate(129.6deg);-ms-transform:rotate(129.6deg);-o-transform:rotate(129.6deg);transform:rotate(129.6deg)}.p37 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(133.20000000000002deg);-moz-transform:rotate(133.20000000000002deg);-ms-transform:rotate(133.20000000000002deg);-o-transform:rotate(133.20000000000002deg);transform:rotate(133.20000000000002deg)}.p38 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(136.8deg);-moz-transform:rotate(136.8deg);-ms-transform:rotate(136.8deg);-o-transform:rotate(136.8deg);transform:rotate(136.8deg)}.p39 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(140.4deg);-moz-transform:rotate(140.4deg);-ms-transform:rotate(140.4deg);-o-transform:rotate(140.4deg);transform:rotate(140.4deg)}.p40 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(144deg);-moz-transform:rotate(144deg);-ms-transform:rotate(144deg);-o-transform:rotate(144deg);transform:rotate(144deg)}.p41 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(147.6deg);-moz-transform:rotate(147.6deg);-ms-transform:rotate(147.6deg);-o-transform:rotate(147.6deg);transform:rotate(147.6deg)}.p42 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(151.20000000000002deg);-moz-transform:rotate(151.20000000000002deg);-ms-transform:rotate(151.20000000000002deg);-o-transform:rotate(151.20000000000002deg);transform:rotate(151.20000000000002deg)}.p43 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(154.8deg);-moz-transform:rotate(154.8deg);-ms-transform:rotate(154.8deg);-o-transform:rotate(154.8deg);transform:rotate(154.8deg)}.p44 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(158.4deg);-moz-transform:rotate(158.4deg);-ms-transform:rotate(158.4deg);-o-transform:rotate(158.4deg);transform:rotate(158.4deg)}.p45 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(162deg);-moz-transform:rotate(162deg);-ms-transform:rotate(162deg);-o-transform:rotate(162deg);transform:rotate(162deg)}.p46 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(165.6deg);-moz-transform:rotate(165.6deg);-ms-transform:rotate(165.6deg);-o-transform:rotate(165.6deg);transform:rotate(165.6deg)}.p47 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(169.20000000000002deg);-moz-transform:rotate(169.20000000000002deg);-ms-transform:rotate(169.20000000000002deg);-o-transform:rotate(169.20000000000002deg);transform:rotate(169.20000000000002deg)}.p48 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(172.8deg);-moz-transform:rotate(172.8deg);-ms-transform:rotate(172.8deg);-o-transform:rotate(172.8deg);transform:rotate(172.8deg)}.p49 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(176.4deg);-moz-transform:rotate(176.4deg);-ms-transform:rotate(176.4deg);-o-transform:rotate(176.4deg);transform:rotate(176.4deg)}.p50 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.p51 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(183.6deg);-moz-transform:rotate(183.6deg);-ms-transform:rotate(183.6deg);-o-transform:rotate(183.6deg);transform:rotate(183.6deg)}.p52 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(187.20000000000002deg);-moz-transform:rotate(187.20000000000002deg);-ms-transform:rotate(187.20000000000002deg);-o-transform:rotate(187.20000000000002deg);transform:rotate(187.20000000000002deg)}.p53 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(190.8deg);-moz-transform:rotate(190.8deg);-ms-transform:rotate(190.8deg);-o-transform:rotate(190.8deg);transform:rotate(190.8deg)}.p54 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(194.4deg);-moz-transform:rotate(194.4deg);-ms-transform:rotate(194.4deg);-o-transform:rotate(194.4deg);transform:rotate(194.4deg)}.p55 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(198deg);-moz-transform:rotate(198deg);-ms-transform:rotate(198deg);-o-transform:rotate(198deg);transform:rotate(198deg)}.p56 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(201.6deg);-moz-transform:rotate(201.6deg);-ms-transform:rotate(201.6deg);-o-transform:rotate(201.6deg);transform:rotate(201.6deg)}.p57 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(205.20000000000002deg);-moz-transform:rotate(205.20000000000002deg);-ms-transform:rotate(205.20000000000002deg);-o-transform:rotate(205.20000000000002deg);transform:rotate(205.20000000000002deg)}.p58 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(208.8deg);-moz-transform:rotate(208.8deg);-ms-transform:rotate(208.8deg);-o-transform:rotate(208.8deg);transform:rotate(208.8deg)}.p59 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(212.4deg);-moz-transform:rotate(212.4deg);-ms-transform:rotate(212.4deg);-o-transform:rotate(212.4deg);transform:rotate(212.4deg)}.p60 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(216deg);-moz-transform:rotate(216deg);-ms-transform:rotate(216deg);-o-transform:rotate(216deg);transform:rotate(216deg)}.p61 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(219.6deg);-moz-transform:rotate(219.6deg);-ms-transform:rotate(219.6deg);-o-transform:rotate(219.6deg);transform:rotate(219.6deg)}.p62 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(223.20000000000002deg);-moz-transform:rotate(223.20000000000002deg);-ms-transform:rotate(223.20000000000002deg);-o-transform:rotate(223.20000000000002deg);transform:rotate(223.20000000000002deg)}.p63 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(226.8deg);-moz-transform:rotate(226.8deg);-ms-transform:rotate(226.8deg);-o-transform:rotate(226.8deg);transform:rotate(226.8deg)}.p64 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(230.4deg);-moz-transform:rotate(230.4deg);-ms-transform:rotate(230.4deg);-o-transform:rotate(230.4deg);transform:rotate(230.4deg)}.p65 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(234deg);-moz-transform:rotate(234deg);-ms-transform:rotate(234deg);-o-transform:rotate(234deg);transform:rotate(234deg)}.p66 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(237.6deg);-moz-transform:rotate(237.6deg);-ms-transform:rotate(237.6deg);-o-transform:rotate(237.6deg);transform:rotate(237.6deg)}.p67 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(241.20000000000002deg);-moz-transform:rotate(241.20000000000002deg);-ms-transform:rotate(241.20000000000002deg);-o-transform:rotate(241.20000000000002deg);transform:rotate(241.20000000000002deg)}.p68 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(244.8deg);-moz-transform:rotate(244.8deg);-ms-transform:rotate(244.8deg);-o-transform:rotate(244.8deg);transform:rotate(244.8deg)}.p69 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(248.4deg);-moz-transform:rotate(248.4deg);-ms-transform:rotate(248.4deg);-o-transform:rotate(248.4deg);transform:rotate(248.4deg)}.p70 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(252deg);-moz-transform:rotate(252deg);-ms-transform:rotate(252deg);-o-transform:rotate(252deg);transform:rotate(252deg)}.p71 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(255.6deg);-moz-transform:rotate(255.6deg);-ms-transform:rotate(255.6deg);-o-transform:rotate(255.6deg);transform:rotate(255.6deg)}.p72 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(259.2deg);-moz-transform:rotate(259.2deg);-ms-transform:rotate(259.2deg);-o-transform:rotate(259.2deg);transform:rotate(259.2deg)}.p73 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(262.8deg);-moz-transform:rotate(262.8deg);-ms-transform:rotate(262.8deg);-o-transform:rotate(262.8deg);transform:rotate(262.8deg)}.p74 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(266.40000000000003deg);-moz-transform:rotate(266.40000000000003deg);-ms-transform:rotate(266.40000000000003deg);-o-transform:rotate(266.40000000000003deg);transform:rotate(266.40000000000003deg)}.p75 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.p76 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(273.6deg);-moz-transform:rotate(273.6deg);-ms-transform:rotate(273.6deg);-o-transform:rotate(273.6deg);transform:rotate(273.6deg)}.p77 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(277.2deg);-moz-transform:rotate(277.2deg);-ms-transform:rotate(277.2deg);-o-transform:rotate(277.2deg);transform:rotate(277.2deg)}.p78 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(280.8deg);-moz-transform:rotate(280.8deg);-ms-transform:rotate(280.8deg);-o-transform:rotate(280.8deg);transform:rotate(280.8deg)}.p79 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(284.40000000000003deg);-moz-transform:rotate(284.40000000000003deg);-ms-transform:rotate(284.40000000000003deg);-o-transform:rotate(284.40000000000003deg);transform:rotate(284.40000000000003deg)}.p80 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(288deg);-moz-transform:rotate(288deg);-ms-transform:rotate(288deg);-o-transform:rotate(288deg);transform:rotate(288deg)}.p81 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(291.6deg);-moz-transform:rotate(291.6deg);-ms-transform:rotate(291.6deg);-o-transform:rotate(291.6deg);transform:rotate(291.6deg)}.p82 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(295.2deg);-moz-transform:rotate(295.2deg);-ms-transform:rotate(295.2deg);-o-transform:rotate(295.2deg);transform:rotate(295.2deg)}.p83 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(298.8deg);-moz-transform:rotate(298.8deg);-ms-transform:rotate(298.8deg);-o-transform:rotate(298.8deg);transform:rotate(298.8deg)}.p84 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(302.40000000000003deg);-moz-transform:rotate(302.40000000000003deg);-ms-transform:rotate(302.40000000000003deg);-o-transform:rotate(302.40000000000003deg);transform:rotate(302.40000000000003deg)}.p85 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(306deg);-moz-transform:rotate(306deg);-ms-transform:rotate(306deg);-o-transform:rotate(306deg);transform:rotate(306deg)}.p86 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(309.6deg);-moz-transform:rotate(309.6deg);-ms-transform:rotate(309.6deg);-o-transform:rotate(309.6deg);transform:rotate(309.6deg)}.p87 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(313.2deg);-moz-transform:rotate(313.2deg);-ms-transform:rotate(313.2deg);-o-transform:rotate(313.2deg);transform:rotate(313.2deg)}.p88 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(316.8deg);-moz-transform:rotate(316.8deg);-ms-transform:rotate(316.8deg);-o-transform:rotate(316.8deg);transform:rotate(316.8deg)}.p89 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(320.40000000000003deg);-moz-transform:rotate(320.40000000000003deg);-ms-transform:rotate(320.40000000000003deg);-o-transform:rotate(320.40000000000003deg);transform:rotate(320.40000000000003deg)}.p90 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(324deg);-moz-transform:rotate(324deg);-ms-transform:rotate(324deg);-o-transform:rotate(324deg);transform:rotate(324deg)}.p91 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(327.6deg);-moz-transform:rotate(327.6deg);-ms-transform:rotate(327.6deg);-o-transform:rotate(327.6deg);transform:rotate(327.6deg)}.p92 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(331.2deg);-moz-transform:rotate(331.2deg);-ms-transform:rotate(331.2deg);-o-transform:rotate(331.2deg);transform:rotate(331.2deg)}.p93 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(334.8deg);-moz-transform:rotate(334.8deg);-ms-transform:rotate(334.8deg);-o-transform:rotate(334.8deg);transform:rotate(334.8deg)}.p94 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(338.40000000000003deg);-moz-transform:rotate(338.40000000000003deg);-ms-transform:rotate(338.40000000000003deg);-o-transform:rotate(338.40000000000003deg);transform:rotate(338.40000000000003deg)}.p95 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(342deg);-moz-transform:rotate(342deg);-ms-transform:rotate(342deg);-o-transform:rotate(342deg);transform:rotate(342deg)}.p96 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(345.6deg);-moz-transform:rotate(345.6deg);-ms-transform:rotate(345.6deg);-o-transform:rotate(345.6deg);transform:rotate(345.6deg)}.p97 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(349.2deg);-moz-transform:rotate(349.2deg);-ms-transform:rotate(349.2deg);-o-transform:rotate(349.2deg);transform:rotate(349.2deg)}.p98 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(352.8deg);-moz-transform:rotate(352.8deg);-ms-transform:rotate(352.8deg);-o-transform:rotate(352.8deg);transform:rotate(352.8deg)}.p99 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(356.40000000000003deg);-moz-transform:rotate(356.40000000000003deg);-ms-transform:rotate(356.40000000000003deg);-o-transform:rotate(356.40000000000003deg);transform:rotate(356.40000000000003deg)}.p100 .reviews-general-stats-rating-circle-bar{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}.reviews-general-stats-rating-title{margin-top:17px;color:#263238;text-align:center}.reviews-general-stats-users-recommend{margin-top:6px;font-family:"Museo Sans Cyrl 700",sans-serif;color:#008d55;text-align:center}.reviews-general-stats-btn{margin-top:24px}.reviews-general-stats-btn>.btn{width:100%}.reviews-general-stats-rating-list{margin-top:24px}.reviews-general-stats-rating-item-container{padding:12px 24px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .reviews-general-stats-rating-item-container:not(.disabled):hover,.bx-touch .reviews-general-stats-rating-item-container:not(.disabled):active,.reviews-general-stats-rating-item-container:not(.disabled).active{background:#f1f6f7;cursor:pointer}.reviews-general-stats-rating-item-container+.reviews-general-stats-rating-item-container{margin-top:6px}.reviews-general-stats-rating-item{display:flex;align-items:center;justify-content:space-between}.reviews-general-stats-rating-item-title{color:#263238}.reviews-general-stats-rating-block,.reviews-general-stats-rating-stars{display:flex;align-items:center}.reviews-general-stats-rating-star{color:#566b75}.reviews-general-stats-rating-item-container.disabled .reviews-general-stats-rating-star,.reviews-general-stats-rating-star-empty{color:#ced9db}.reviews-general-stats-rating-item-container.disabled .reviews-general-stats-rating-star-empty{color:#f1f6f7}.reviews-general-stats-rating-star+.reviews-general-stats-rating-star{margin-left:2px}.reviews-general-stats-rating-item-val,.reviews-general-stats-rating-percent{color:#78909c}.reviews-general-stats-rating-percent{margin-left:12px}.reviews-general-stats-rating-item-container.disabled .reviews-general-stats-rating-item-val{color:#ced9db}.reviews-general-stats-rating-progress-bar,.reviews-general-stats-rating-progress-bar-container{height:2px;-moz-border-radius:1px;-webkit-border-radius:1px;-khtml-border-radius:1px;border-radius:1px}.reviews-general-stats-rating-progress-bar-container{margin-top:8px;background:#e3ecef}.reviews-general-stats-rating-progress-bar{background:#566b75}.reviews-more{margin-top:24px}.reviews-more .btn{width:100%;height:48px}@media(max-width:1042px){.reviews{display:flex;flex-direction:column-reverse}.reviews-general-stats{-moz-transform:unset;-o-transform:unset;-webkit-transform:unset;transform:unset}.reviews-evaluation{flex-direction:column;margin-top:32px;margin-bottom:0}.reviews-evaluation-title>span{text-align:center}.reviews-evaluation-stars,.reviews-evaluation-val{margin-left:0;margin-top:18px}.reviews-item{margin-top:32px}.reviews-item-date,.reviews-item-user-city,.reviews-item-user-name{text-align:left}.reviews-item-caption{margin-top:18px}.reviews-item-rating{max-width:80%}.reviews-item-term{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reviews-item-user-props{flex-direction:column;margin:0}.reviews-item-user-prop{width:auto;margin-left:0;margin-top:18px}.reviews-more{margin:18px -18px 0}.reviews-more .btn{-moz-border-radius:0;-webkit-border-radius:0;-khtml-border-radius:0;border-radius:0}}
/* End */


/* Start:/bitrix/components/altop/add.review.enext/templates/slide_panel/style.min.css?16274661441936*/
.slide-panel__form-item{display:flex;margin-bottom:18px}.slide-panel__form-item__image{width:52px;height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:12px;border:1px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.slide-panel__form-item__image>img{width:auto;max-width:46px;height:auto;max-height:46px}.slide-panel__form-item__name{align-self:center;color:#263238}.form-group-rating-stars{display:flex;align-items:center;justify-content:center;margin-top:18px;cursor:pointer}.form-group-rating-star{font-size:48px;color:#ced9db;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.form-group-rating-star+.form-group-rating-star{padding-left:4px}.form-group-rating-star-active{color:#008d55}.form-group-rating-val{margin-top:18px;color:#78909c;text-align:center}.form-group-list-items{display:flex;flex-wrap:wrap;margin-left:-6px;margin-top:6px}.form-group-list-item{margin-left:6px;margin-top:6px;padding:9px 16px 8px;border:2px solid #e3ecef;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;cursor:pointer;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .form-group-list-item:hover,.bx-touch .form-group-list-item:active{border-color:#78909c;background:#e3ecef}.bx-no-touch .form-group-list-item-active:hover,.bx-touch .form-group-list-item-active:active,.form-group-list-item-active{border-color:#6639b6;background:rgba(102,57,182,.16)}.form-group-files-content{margin-top:12px}.form-group-files-title,.form-group-list-title,.form-group-rating-title{color:#263238}.form-group-files .form-control-feedback,.form-group-list .form-control-feedback,.form-group-rating .form-control-feedback{height:auto;line-height:1}
/* End */


/* Start:/bitrix/templates/enext_custom/js/jquery.filer/jquery.filer.min.css?16274670084080*/
.jFiler{display:flex;flex-direction:column-reverse;padding:18px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:#f1f6f7}.jFiler-items{margin-bottom:12px}.jFiler-items-list{display:flex;flex-wrap:wrap;margin-left:-12px;margin-top:-12px}.jFiler-item{width:-moz-calc(33.33333333% - 12px);width:-webkit-calc(33.33333333% - 12px);width:calc(33.33333333% - 12px);margin-left:12px;margin-top:12px;padding-top:-moz-calc(33.33333333% - 12px);padding-top:-webkit-calc(33.33333333% - 12px);padding-top:calc(33.33333333% - 12px);position:relative}.jFiler-item-thumb-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;left:0;top:0;overflow:hidden;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.jFiler-item-thumb-image.fi-loading,.jFiler-no-thumbnail .jFiler-item-thumb-image{border:1px solid #e3ecef}.jFiler-loader{width:24px;height:24px;position:relative}.jFiler-loader:after,.jFiler-loader>div,.jFiler-loader>div>div,.jFiler-loader>div>div:after{position:absolute;left:0;right:0;top:0;bottom:0}.jFiler-loader:after{content:"";border:3px solid #e3ecef;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%}.jFiler-loader>div{z-index:1;-webkit-animation:loaderRotate1 4.8s linear infinite;animation:loaderRotate1 4.8s linear infinite}.jFiler-loader>div>div{clip:rect(0,24px,24px,12px);-webkit-animation:loaderRotate2 1.2s linear infinite;animation:loaderRotate2 1.2s linear infinite}.jFiler-loader>div>div:after{content:"";clip:rect(0,24px,24px,12px);border:3px solid #6639b6;-moz-border-radius:50%;-webkit-border-radius:50%;-khtml-border-radius:50%;border-radius:50%;-webkit-animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.jFiler-item-thumb-image>img{width:100%;height:100%;object-fit:cover;position:absolute;left:50%;top:50%;-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.jFiler-icon-file{width:45px;height:54px;display:flex;align-items:center;justify-content:center;position:relative;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px}.jFiler-icon-file,.jFiler-icon-file[data-type=txt]{background:#b2c7cb}.jFiler-icon-file[data-type=doc],.jFiler-icon-file[data-type=docx],.jFiler-icon-file[data-type=rtf]{background:#09f}.jFiler-icon-file[data-type=xls],.jFiler-icon-file[data-type=xlsx]{background:#008d55}.jFiler-icon-file[data-type=pdf]{background:#d3115a}.jFiler-icon-file[data-type=gzip],.jFiler-icon-file[data-type=rar],.jFiler-icon-file[data-type=zip]{background:#6639b6}.jFiler-icon-file[data-type=gif],.jFiler-icon-file[data-type=jpeg],.jFiler-icon-file[data-type=jpg],.jFiler-icon-file[data-type=png]{background:#ffb300}.jFiler-icon-file[data-type=ppt],.jFiler-icon-file[data-type=pptx]{background:#ff5e00}.jFiler-icon-file:before{width:0;height:0;position:absolute;right:0;top:0;content:"";border-width:7px;border-style:solid;border-color:#fff #fff rgba(38,50,56,.5) rgba(38,50,56,.5);-moz-border-radius:0 0 0 5px;-webkit-border-radius:0 0 0 5px;-khtml-border-radius:0 0 0 5px;border-radius:0 0 0 5px}.jFiler-icon-file:after{content:attr(data-type);font-family:"Museo Sans Cyrl 700",sans-serif;font-size:14px;color:#fff;text-transform:uppercase;line-height:17px}.jFiler-item-trash-action{width:39px;height:39px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;right:6px;top:6px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;background:rgba(38,50,56,.8);-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s;cursor:pointer}.bx-no-touch .jFiler-item-trash-action:hover,.bx-touch .jFiler-item-trash-action:active{background:#6639b6}.jFiler-item-trash-action>i{font-size:21px;color:#fff}
/* End */


/* Start:/bitrix/templates/enext_custom/js/fancybox/jquery.fancybox.css?16274670084895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/enext_custom/js/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/enext_custom/js/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/enext_custom/js/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/enext_custom/js/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/enext_custom/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/enext_custom/js/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/enext_custom/components/bitrix/sale.prediction.product.detail/.default/style.min.css?16274670081631*/
.popup-window.simple-prediction-popup-window{width:288px;padding:12px 40px 12px 18px;left:50%!important;top:unset!important;bottom:100%;font-family:"Museo Sans Cyrl 300",sans-serif;font-size:14px;line-height:17px;background:#f6eec7;-moz-transform:translateX(-50%);-o-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:202!important}.popup-window.simple-prediction-popup-window:after{position:absolute;left:50%;top:100%;margin-left:-6px;content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #f6eec7}.simple-prediction-popup-window .popup-window-content{background:0 0}.simple-prediction-popup-window .catalog-element-popup-element{font-family:"Museo Sans Cyrl 700",sans-serif}.simple-prediction-popup-window .popup-window-close-icon{width:16px;height:16px;right:12px;top:12px;opacity:1}.simple-prediction-popup-window .popup-window-close-icon:after{content:none}.simple-prediction-popup-window .popup-window-close-icon>i{font-size:16px;color:#b2c7cb;-webkit-transition:all .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .15s ease 0s}.bx-no-touch .simple-prediction-popup-window .popup-window-close-icon:hover>i,.bx-touch .simple-prediction-popup-window .popup-window-close-icon:active>i{color:#78909c}@media(max-width:1042px){.popup-window.simple-prediction-popup-window{width:auto;left:0!important;right:0;-moz-transform:unset;-o-transform:unset;-webkit-transform:unset;transform:unset}}@media(min-width:1043px) and (max-width:1271px){.popup-window.simple-prediction-popup-window{width:231px}}
/* End */


/* Start:/bitrix/templates/enext_custom/components/bitrix/catalog.section/.default/style.css?17155862065678*/
/***SECTION***/
.catalog-section-container .catalog-section{
	margin-top: 32px;	
}

.catalog-section{	
	display: flex;	
	flex-wrap: wrap;
}

.container-ws .bx-catalog-element .catalog-section,
.popup-panel .bx-catalog-element .catalog-section{
	margin-left: 0;
	margin-right: 0;
}

.tabs__content .container-ws .catalog-section{
	margin-bottom: 24px;
}

.catalog-section:before,
.catalog-section:after{
	content: none !important;
}

.catalog-section [class*="col-"]{
	margin-bottom: 24px;
}

.container-ws .catalog-section.card [class*="col-"],
.popup-panel .catalog-section.card [class*="col-"]{
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.container-ws .catalog-section.card [class*="col-"]{
	width: 16.66666667%; /***6 columns***/	
}

.popup-panel .catalog-section.card [class*="col-"]{
	width: 25%; /***4 columns***/	
}

.catalog-section.list [class*="col-"],
.catalog-section.price [class*="col-"]{
	margin-bottom: 0;
}

/***SECTION_MORE***/
.catalog-section-more{
	padding-bottom: 22px;
}

.container-ws .catalog-section-more,
.popup-panel .catalog-section-more{
	padding: 0;
}

.catalog-section-more .btn{
	width: 100%;
	height: 48px;
}

/***SECTION_DESC***/
.catalog-section-desc{
	margin-top: 46px;
}

/***PHONES***/

.catalog-section-prev + .catalog-section-list {
        margin-top: 32px;
    }
@media(max-width: 1042px){
	/***SECTION***/
	.catalog-section:before{				
		height: 1px;
		display: block !important;		
		content: "" !important;
		background: #e8edef;
	}

	.catalog-section.card.two_in_row:before,
	.catalog-section.list:before,
	.catalog-section.price:before{
		width: 100%;
	}
	
	.catalog-section-list + .catalog-section:before{
		content: none !important;
	}
	
	.catalog-section-container .catalog-section{
		margin-top: 0;	
	}

	.catalog-section-links + .catalog-section,
	.catalog-section-filter-links + .catalog-section{
		margin-top: 18px;
	}

    .catalog-section-prev + .catalog-section-list {
        margin-top: 32px;
    }
    .catalog-section-list + .catalog-section{
		margin-top: 32px;
	}

	.catalog-section-prev + .catalog-section{
		margin-top: 32px;
	}

	.container-ws .bx-catalog-element .catalog-section,
	.popup-panel .bx-catalog-element .catalog-section{
		margin-left: -18px;
		margin-right: -18px;
	}
	
	.catalog-section.card:not(.two_in_row){
		flex-direction: column;		
	}
	
	.tabs__content .container-ws .catalog-section{
		margin-bottom: 0;
	}

	.catalog-section [class*="col-"]{
		margin-bottom: 0;
	}

	.container-ws .catalog-section.card [class*="col-"],
	.popup-panel .catalog-section.card [class*="col-"]{
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.container-ws .catalog-section.card.two_in_row [class*="col-"],
	.popup-panel .catalog-section.card.two_in_row [class*="col-"]{
		width: 50%;
	}
	
	/***SECTION_MORE***/
	.catalog-section-more{
		margin: 0 -18px;
		padding: 0;
	}

	.catalog-section-more .btn{
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

	/***SECTION_DESC***/
	.catalog-section-desc{
		margin-top: 14px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1103px){
	/***CATALOG_SECTION***/
	.container-ws .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}

	.popup-panel .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1104px) and (max-width: 1271px){
	/***SECTION***/
	.container-ws .catalog-section.card [class*="col-"]{
		width: 25%; /***4 columns***/
	}
}

@media(min-width: 1272px){
	/***SECTION***/
	.smart-filter-view-left-active .container .catalog-section-container .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1272px) and (max-width: 1379px){
	/***SECTION***/
	.container-ws .catalog-section.card [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	/***SECTION***/
	.container-ws .catalog-section.card [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	/***SECTION***/
	.container-ws .catalog-section.card [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [class*="col-"],
	.slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"],
	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1702px){
	/***SECTION***/
	.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [class*="col-"],
	.slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"],
	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 20%; /***5 columns***/
	}
}

@media(min-width: 1702px) and (max-width: 1739px){
	/***SECTION***/
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}
}

@media(min-width: 1740px){
	/***SECTION***/
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]{
		width: 25%; /***4 columns***/
	}
}
/* End */


/* Start:/bitrix/templates/enext_custom/components/bitrix/catalog.item/.default/style.css?171463202357274*/
.product-item-container{
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.list .product-item-container,
.price .product-item-container{
	height: auto;
	display: block;
}

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

.product-item{
	width:100%;	
	top: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
	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: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-moz-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-o-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
}*/
.product-item{
	width:100%;
	top: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8edef;
	background-color: #fff;
}

.list .product-item,
.price .product-item{
	flex-direction: row;	
	border-left: none;
	border-right: none;
	border-top: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.price .product-item{
	align-items: center;
	padding: 12px;
}

.list .product-item,
.price .product-item{	
	padding-left: 42px;
}

.container-ws .card .product-item,
.popup-panel .card .product-item{
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

/*.product-item-container.hover .product-item{
	min-height: -moz-calc(100% + 6px);
	min-height: -webkit-calc(100% + 6px);
	min-height: calc(100% + 6px);
	position: absolute;
	left: 0;
	top: -3px;
	-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);
}*/

.list .product-item-container.hover .product-item{
	padding-bottom: 30px;
}

.price .product-item-container.hover .product-item{
	padding-bottom: 24px;
}

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

.list .product-item-image-wrapper{		
	width: 222px;
	margin-right: 24px;
}

.price .product-item-image-wrapper{		
	width: 80px;
	height: 80px;
	margin-right: 18px;
}

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

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

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

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

.list .product-item-markers,
.price .product-item-markers{
	left: 0;
	right: 0;
	top: 0;
}

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

.price .product-item-markers-icons{
	max-width: unset;
	right: 0;
}

.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;	
}

.price .product-item-marker{
	padding-left: 8px;
	padding-right: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}

.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;
}

.price .product-item-marker,
.price .product-item-marker-14px,
.price .product-item-marker-24px{
	padding-top: 3px;
	padding-bottom: 2px;
}

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

.price .product-item-marker > i{
	margin-right: 5px;
}

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

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

.price .product-item-marker > i,
.price .product-item-marker-14px > i,
.price .product-item-marker-24px > i{
	font-size: 12px;
}

.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;
}

.price .product-item-marker > span,
.price .product-item-marker-14px > span,
.price .product-item-marker-24px > span{
	font-size: 12px;
	line-height: 16px;
}

/***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;
}

.list .product-item-icons-container{
	right: 0;
}

.price .product-item-icons-container{
	width: 39px;
	position: static;
	margin-left: 12px;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	background: none;
}

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

.price .product-item-delay,
.price .product-item-delayed{
	padding: 0;
	text-align: center;
}

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

.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;
}

/***DELAY_LOADER***/
.product-item-delay-loader{
	width: 21px;
	height: 21px;
	position: relative;
}

.product-item-delay-loader:after,
.product-item-delay-loader > div,
.product-item-delay-loader > div > span,
.product-item-delay-loader > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-item-delay-loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.product-item-delay-loader > div{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.product-item-delay-loader > div > span{
	clip: rect(0, 21px, 21px, 10.5px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.product-item-delay-loader > div > span:after{
	content: "";
	clip: rect(0, 21px, 21px, 10.5px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

/***QUICK_VIEW***/
.product-item-quick-view{
	max-width: 100%;
	display: flex;
	align-items: center;
	padding: 8px 12px 9px;
	position: absolute;
	left: -9999px;
	top: -9999px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: rgba(69, 90, 100, 0.5);
	opacity: 0;
	-webkit-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	transition: background 0.15s ease 0s, opacity 0.15s ease 0s;
	cursor: pointer;
}

/*.product-item-container.hover .product-item-quick-view{*/
.product-item-container.hover2 .product-item-quick-view{
	left: 50%;
	top: 50%;
	opacity: 1;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bx-no-touch .product-item-quick-view:hover,
.bx-touch .product-item-quick-view:active{
	background: rgba(69, 90, 100, 0.85);
}

.product-item-quick-view > i{
	padding-right: 8px;
	font-size: 24px;
	color: #fff;
}

.price .product-item-quick-view > i{
	padding-right: 0;
}

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

.price .product-item-quick-view > span{
	display: none;
}

/***ARTICLE***/
.product-item-article{
	height: 17px;
	margin-top: 16px;
	overflow: hidden;
	font-size: 14px;
	color: #78909c;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

.list .product-item-article,
.price .product-item-article{	
	height: auto;
	margin-top: 6px;
	overflow: visible;
	white-space: normal;
}

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

.list .product-item-title,
.price .product-item-title{
	height: auto;
	margin-top: 0;
	overflow: visible;	
}

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

.list .product-item-title > a{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 24px;
	line-height: 29px;
}

.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;
}

.list .product-item-rating,
.price .product-item-rating{
	height: auto;
}

.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;
}

/***PREVIEW_TEXT***/
.list .product-item-preview-text{
	margin-top: 18px;
}

/***PROPERTIES***/
.product-item-properties-block{
	width: 100%;
	display: table;
	table-layout: fixed;
	margin-top: 12px;
}

.list .product-item-properties-block{
	margin-top: 18px;
}

.product-item-properties{	
	display: table-row;
}

.product-item-properties:nth-child(odd){
	background-color: #f1f6f7;
}

.product-item-properties-name,
.product-item-properties-val{
	display: table-cell;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 7px;
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	text-overflow: ellipsis;
}

.list .product-item-properties-name,
.list .product-item-properties-val{
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 19px;
}

.product-item-properties-name{
	width: 60%;
	padding-left: 12px;
	padding-right: 8px;
}

.list .product-item-properties-name{
	width: 20%;
	padding-left: 16px;
}

.container .list .product-item-properties-name{
	width: 50%;
}

.product-item-properties-val{
	padding-left: 8px;
	padding-right: 12px;
	font-family: "Museo Sans Cyrl 700", sans-serif;
}

.list .product-item-properties-val{
	padding-right: 16px;
}

/***ADVANTAGES***/
.list .product-item-advantages{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-top: 12px;
}

.list .product-item-advantages-item{
	margin-left: 12px;
	margin-top: 12px;
	position: relative;
	cursor: pointer;
}

.list .product-item-advantages-item-pic{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.list .product-item-advantages-item-tooltip{
    width: 162px;
	margin: 0 0 10px -81px;
	padding: 7px 12px 9px;
	position: absolute;
	left: -9999px;
	bottom: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 17px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #000;
	opacity: 0;	
	-moz-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	z-index: 200;
}

.list .product-item-advantages-item-tooltip:after{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -6px;
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}

.bx-no-touch .list .product-item-advantages-item:hover .product-item-advantages-item-tooltip,
.bx-touch .list .product-item-advantages-item:active .product-item-advantages-item-tooltip{
	left: 50%;
	opacity: 0.85;
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

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

.product-item-container.hover .product-item-info-container{
	height: auto;
	min-height: 70px;
}

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

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

.list .product-item-info,
.price .product-item-info{	
	width: auto;
	display: block;
}

.list .product-item-info{
	flex-grow: 1;
}

.price .product-item-info{
	width: 20%;
}

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

.list .product-item-blocks{
	width: 240px;
	min-width: 240px;
	max-width: unset;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 32px;
}

.list .product-item-block{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.product-item-hidden{	
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.product-item-container.hover .product-item-hidden{
	position: static;
	opacity: 1;
}

/***COLS***/
.price .product-item-scu-col,
.price .product-item-basket-props-col{
	width: 240px;
	margin-left: 24px;
}

.price .product-item-sale{
	flex-grow: 1;
	display: flex;
	align-items: center;
	margin-left: 24px;
}

.price .product-item-sale-col{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

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

.list [data-entity="sku-block"]{
	margin-top: 12px;
}

.price [data-entity="sku-block"] + [data-entity="sku-block"]{
	margin-top: 12px;
}

.list [data-entity="sku-block"]:last-child,
.price [data-entity="sku-block"]:last-child{
	margin-bottom: 0;
}

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

.list .product-item-scu-container,
.price .product-item-scu-container{
	padding-bottom: 0;
}

.product-item-scu-title{
	overflow: hidden;
	color: #263238;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-item-scu-title > span{
	padding-left: 3px;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.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: #ced9db;
	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;
}

.list .product-item-basket-props-container{
	margin-top: 12px;
}

.price .product-item-basket-props-container + .product-item-basket-props-container{
	margin-top: 12px;
}

.list .product-item-basket-props-container:last-child,
.price .product-item-basket-props-container:last-child{
	margin-bottom: 0;
}

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

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

.list .product-item-basket-props-block,
.price .product-item-basket-props-block{
	max-width: 240px;
	padding-bottom: 0;
}

.product-item-scu-container .product-item-basket-props-block,
.list .product-item-scu-container .product-item-basket-props-block,
.price .product-item-scu-container .product-item-basket-props-block{
	padding-bottom: 0;
}

.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: #ced9db;
}

.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: #ced9db;
}

.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: #455a64;
	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: 12px;
	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: #ced9db;
	background-color: #f1f6f7;
}

/***PRICE***/
.product-item-price-container{
	position: relative;
}

.product-item-price{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.list .product-item-price-current{
	font-size: 24px;
	line-height: 29px;	
}

.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: #566b75;	
	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;
}

/***PRICE_RANGES***/
.product-item-price-ranges-icon > i{
	font-size: 18px;
	color: #ced9db;
	-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-price-container:hover .product-item-price-ranges-icon > i,
.bx-touch .product-item-price-container:active .product-item-price-ranges-icon > i{
	color: #6639b6;
}

.product-item-ranges-container{
	margin-bottom: 12px;
	position: absolute;
	left: -9999px;
	bottom: 100%;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-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: #f1f6f7;
	opacity: 0;
	-moz-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	z-index: 200;
}

.list .product-item-ranges-container,
.price .product-item-ranges-container{
	margin-right: 18px;
	margin-bottom: 0;
	left: unset;
	right: -9999px;
	top: 0;
	bottom: unset;
	-moz-transform: translate3d(-10px, 0px, 0px);
	-o-transform: translate3d(-10px, 0px, 0px);
	-webkit-transform: translate3d(-10px, 0px, 0px);
	transform: translate3d(-10px, 0px, 0px);
}

.bx-no-touch .product-item-price-container:hover .product-item-ranges-container,
.bx-touch .product-item-price-container:active .product-item-ranges-container{
	left: 0;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-o-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.bx-no-touch .list .product-item-price-container:hover .product-item-ranges-container,
.bx-touch .list .product-item-price-container:active .product-item-ranges-container,
.bx-no-touch .price .product-item-price-container:hover .product-item-ranges-container,
.bx-touch .price .product-item-price-container:active .product-item-ranges-container{
	left: unset;
	right: 100%;
}

.product-item-ranges{
	display: table;
	table-layout: fixed;
	white-space: nowrap;
}

.product-item-ranges .product-item-properties-name{
	width: auto;
}

.list .product-item-ranges .product-item-properties-name,
.list .product-item-ranges .product-item-properties-val{
	padding-bottom: 7px;
	font-size: 14px;
	line-height: 17px;
}

.list .product-item-ranges .product-item-properties-name{
	width: auto;
	padding-left: 12px;
}

.list .product-item-ranges .product-item-properties-val{
	padding-right: 12px;
}

/***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***/
.price [data-entity="quantity-block"]{
	width: 160px;
	margin-left: 24px;
}

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

.price .product-item-amount{
	margin-top: 0;
}

.price .product-item-amount + .product-item-amount{
	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: #ced9db;
	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: #78909c;
	line-height: 17px;
}

.price .product-item-total-cost{
	margin-top: 6px;
}

.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;
}

.list .product-item-compare,
.price .product-item-compare{
	position: absolute;
	left: 12px;
	top: 12px;
	margin-top: 0;
}

.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;
}

.list .product-item-button-container{
	width: auto;
	display: block;
	margin-top: 18px;
}

.price .product-item-button-container{
	display: block;
	margin-left: 24px;
}

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

.list .product-item-button-container .btn{
	width: auto;
	padding: 0 24px;
}

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

.list .product-item-button-container .btn > i{
	padding-right: 12px;
}

.product-item-button-container .btn > span:not(.btn-loader){
	display: none;
}

.list .product-item-button-container .btn > span:not(.btn-loader){
	display: block;
}

/***PHONES***/
@media(max-width: 1042px){
	.product-item-container{
		height: auto !important;
		display: block;
		margin-left: -18px;
		margin-right: -18px;
		position: static;
	}
	
	.product-item,
	.container-ws .card .product-item,
	.popup-panel .card .product-item,
	.list .product-item,
	.price .product-item{	
		display: block;
		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;
	}

	.card.two_in_row .product-item,
	.container-ws .card.two_in_row .product-item,
	.popup-panel .card.two_in_row .product-item,
	.list .product-item,
	.price .product-item{
		border-right: 1px solid #e8edef;
	}

	.card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.container-ws .card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.popup-panel .card.two_in_row [class*="col-"]:nth-child(2n+2) .product-item,
	.list [class*="col-"]:nth-child(2n+2) .product-item,
	.price [class*="col-"]:nth-child(2n+2) .product-item{
		border-right: 1px solid transparent;
	}

	.card.one_in_row_list .product-item,
	.container-ws .card.one_in_row_list .product-item,
	.popup-panel .card.one_in_row_list .product-item{
		display: table;
	}
	
	.product-item-container.hover .product-item{
		min-height: unset;
		position: static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.list .product-item-container.hover .product-item,
	.price .product-item-container.hover .product-item{
		padding-bottom: 18px;
	}

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

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

	.product-item-markers-icons,
	.list .product-item-markers-icons,
	.price .product-item-markers-icons{
		max-width: unset;
		right: -6px;
	}

	.card.two_in_row .product-item-marker,
	.card.one_in_row_list .product-item-marker,
	.list .product-item-marker{
		padding-left: 8px;
		padding-right: 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;	
	}
	
	.card.two_in_row .product-item-marker,
	.card.two_in_row .product-item-marker-14px,
	.card.two_in_row .product-item-marker-24px,
	.card.one_in_row_list .product-item-marker,
	.card.one_in_row_list .product-item-marker-14px,
	.card.one_in_row_list .product-item-marker-24px,
	.list .product-item-marker,
	.list .product-item-marker-14px,
	.list .product-item-marker-24px{
		padding-top: 3px;
		padding-bottom: 2px;
	}
	
	.card.two_in_row .product-item-marker > i,
	.card.one_in_row_list .product-item-marker > i,
	.list .product-item-marker > i{
		margin-right: 5px;
	}

	.card.two_in_row .product-item-marker > i,
	.card.two_in_row .product-item-marker-14px > i,
	.card.two_in_row .product-item-marker-24px > i,
	.card.one_in_row_list .product-item-marker > i,
	.card.one_in_row_list .product-item-marker-14px > i,
	.card.one_in_row_list .product-item-marker-24px > i,
	.list .product-item-marker > i,
	.list .product-item-marker-14px > i,
	.list .product-item-marker-24px > i{
		font-size: 12px;
	}
	
	.card.two_in_row .product-item-marker > span,
	.card.two_in_row .product-item-marker-14px > span,
	.card.two_in_row .product-item-marker-24px > span,
	.card.one_in_row_list .product-item-marker > span,
	.card.one_in_row_list .product-item-marker-14px > span,
	.card.one_in_row_list .product-item-marker-24px > span,
	.list .product-item-marker > span,
	.list .product-item-marker-14px > span,
	.list .product-item-marker-24px > span{
		font-size: 12px;
		line-height: 16px;
	}
	
	/***BRAND***/
	.card.two_in_row .product-item-brand,
	.card.one_in_row_list .product-item-brand{
		display: none;
	}

	/***ARTICLE***/
	.product-item-article{
		height: auto;
		overflow: visible;
		white-space: normal;
	}

	/*.card.two_in_row .product-item-article{
		display: none;
	}*/
	
	.card.one_in_row_list .product-item-article{
		margin-top: 0;
	}

	/***TITLE***/
	.product-item-title{		
		height: auto;
		overflow: visible;
	}

	.card.two_in_row .product-item-title,
	.list .product-item-title,
	.price .product-item-title{
		height: 55px;
		margin-top: 12px;
		overflow: hidden;
	}

	.card.one_in_row_list .product-item-title{
		width: 100%;
		float: left;
		margin-top: 6px;
	}

	.card.two_in_row .product-item-title > a,
	.price .product-item-title > a{
		font-size: 14px;
	}

	.list .product-item-title > a{
		font-family: "Museo Sans Cyrl 300", sans-serif;
		font-size: 14px;
		line-height: 19px;
	}

	/***RATING***/
	.product-item-rating{		
		height: auto;
	}

	.card.two_in_row .product-item-rating{
		display: none;
	}

	.card.one_in_row_list .product-item-rating{
		width: 100%;
		float: left;
	}

	/***INFO***/
	.product-item-info-container{
		height: auto;
		margin-top: unset;
	}

	.card.two_in_row .product-item-info-container{
		height: 50px;
	}

	.card.one_in_row_list .product-item-info-container{
		float: left;
	}

	.product-item-container.hover .product-item-info-container{
		min-height: unset;
	}
	
	.price .product-item-info{
		width: auto;
	}

	.list .product-item-blocks{
		width: 100%;
		height: 38px;
		min-width: unset;
		flex-direction: row;
		align-items: center;
		margin-left: 0;
		margin-top: 12px;
	}

	.list .product-item-block{
		display: block;
		text-align: left;
	}

	.list .product-item-block:first-child{
		max-width: -moz-calc(100% - 34px);
		max-width: -webkit-calc(100% - 34px);
		max-width: calc(100% - 34px);
	}

	.product-item-hidden{
		position: static;
		opacity: 1;
	}

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

	/***COLS***/
	.price .product-item-sale{
		height: 38px;
		justify-content: space-between;
		margin-left: 0;
		margin-top: 12px;
	}

	.price .product-item-sale-col{
		max-width: -moz-calc(100% - 34px);
		max-width: -webkit-calc(100% - 34px);
		max-width: calc(100% - 34px);
		display: block;
		text-align: left;
	}

	/***PRICE***/
	.card.two_in_row .product-item-price-current,
	.list .product-item-price-current,
	.price .product-item-price-current{
		font-size: 16px;
		line-height: 19px;
	}

	.card.two_in_row .product-item-price-from,
	.card.two_in_row .product-item-price-measure,
	.list .product-item-price-from,
	.list .product-item-price-measure,
	.price .product-item-price-from,
	.price .product-item-price-measure{
		font-size: 14px;
		line-height: 17px;
	}

	.card.two_in_row .product-item-price-not-set,
	.list .product-item-price-not-set,
	.price .product-item-price-not-set{
		font-size: 14px;
		line-height: 17px;
	}
	
	.card.two_in_row .product-item-price-economy{
		display: none;
	}

	/***PRICE_RANGES***/
	.list .product-item-ranges-container,
	.price .product-item-ranges-container{
		margin-right: 0;
		margin-bottom: 12px;
		left: -9999px;
		right: unset;
		top: unset;
		bottom: 100%;
		-moz-transform: translate3d(0px, -10px, 0px);
		-o-transform: translate3d(0px, -10px, 0px);
		-webkit-transform: translate3d(0px, -10px, 0px);
		transform: translate3d(0px, -10px, 0px);
	}

	.bx-no-touch .list .product-item-price-container:hover .product-item-ranges-container,
	.bx-touch .list .product-item-price-container:active .product-item-ranges-container,
	.bx-no-touch .price .product-item-price-container:hover .product-item-ranges-container,
	.bx-touch .price .product-item-price-container:active .product-item-ranges-container{
		left: 0;
		right: unset;
	}
	
	/***QUANTITY***/
	.card.one_in_row_list .product-item-amount-measure{
		padding-left: 6px;
	}

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

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

	/***BUTTON***/
	.card.two_in_row .product-item-button-container,
	.list .product-item-button-container,
	.price .product-item-button-container{
		width: 34px;
	}

	.list .product-item-button-container{
		margin-top: 0;
	}

	.price .product-item-button-container{
		margin-left: 0;
	}

	.card.two_in_row .product-item-button-container .btn,
	.list .product-item-button-container .btn,
	.price .product-item-button-container .btn{
		height: 32px;
	}

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

	.card.two_in_row .product-item-button-container .btn > i,
	.list .product-item-button-container .btn > i,
	.price .product-item-button-container .btn > i{
		font-size: 16px;
	}

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

	.list .product-item-button-container .btn > span:not(.btn-loader){
		display: none;
	}

	.card.two_in_row .product-item-button-container.product-item-sku-mode > *:not(a),
	.list .product-item-button-container.product-item-sku-mode > *:not(a),
	.price .product-item-button-container.product-item-sku-mode > *:not(a),
	.card.two_in_row .product-item-button-container.product-item-props-mode > *:not(a),
	.list .product-item-button-container.product-item-props-mode > *:not(a),
	.price .product-item-button-container.product-item-props-mode > *:not(a){
		display: none !important;
	}

	.card.two_in_row .product-item-button-container.product-item-sku-mode > a,
	.list .product-item-button-container.product-item-sku-mode > a,
	.price .product-item-button-container.product-item-sku-mode > a,
	.card.two_in_row .product-item-button-container.product-item-props-mode > a,
	.list .product-item-button-container.product-item-props-mode > a,
	.price .product-item-button-container.product-item-props-mode > a{
		display: inline-flex !important;
	}
}

/***PHONES***/
@media(max-width: 518px){
	/***IMAGE***/
	.card.two_in_row .product-item-image-wrapper,
	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		height: auto;
		display: block;
		padding-top: 100%;
	}

	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		width: 100%;		
		margin-right: 0;
	}

	.card.two_in_row .product-item-image,
	.list .product-item-image,
	.price .product-item-image{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 0;
	}

	.card.two_in_row .product-item-image > img,
	.list .product-item-image > img,
	.price .product-item-image > img{
		max-width: 100%;
		max-height: 100%;
	}
}

/***PHONES***/
@media(min-width: 519px) and (max-width: 1042px){
	/***IMAGE***/
	.list .product-item-image-wrapper,
	.price .product-item-image-wrapper{
		width: 100%;
		height: 222px;
		margin-right: 0;
	}

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

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(1) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(2) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(3) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(1) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(3) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(1) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2) .product-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2n+2) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(2n+2) .product-item{
		border-right: none;
	}

	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.list .product-item-image-wrapper{		
		width: 163px;
	}

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

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

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}

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

@media(min-width: 1104px) and (max-width: 1271px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***IMAGE***/
	.product-item-image-wrapper{
		height: 163px;
	}

	.list .product-item-image-wrapper{		
		width: 163px;
	}

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

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

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}

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

@media(min-width: 1272px) and (max-width: 1379px){
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	/***PROPERTIES***/
	.list .product-item-properties-name{
		width: 50%;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,	
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item{
		border-top: none;
	}

	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}

	.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	.slide-menu-option-1-active .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item{
		border-right: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	.container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(6) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(6) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item,
	.container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3) .product-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*="col-"]:nth-child(6n+6) .product-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(6n+6) .product-item,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.popup-panel .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.popup-panel .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
	
	.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item,
	.slide-menu-option-1-active .container-ws .product-item-detail-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5n+5) .product-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5n+5) .product-item{
		border-right: none;
	}
}

@media(min-width: 1702px) and (max-width: 1739px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(3n+3) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(3n+3) .product-item{
		border-right: none;
	}
}

@media(min-width: 1740px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(5) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(5) .product-item{
		border-top: none;
	}
	
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*="col-"]:nth-child(4n+4) .product-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*="col-"]:nth-child(4n+4) .product-item{
		border-right: none;
	}
}

.product-item-label {
    width:70px;
    height:70px;
    position:absolute;
    right:0;
    top:0;
}
.product-item-label._new {
    background:url(/images/label_new.png) 0 0 no-repeat;
}

.product-item .brand-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* End */
/* /bitrix/templates/enext_custom/components/bitrix/catalog/.default/style.css?168694068617245 */
/* /bitrix/templates/enext_custom/components/bitrix/catalog.element/.default/style.min.css?167836806382148 */
/* /bitrix/templates/enext_custom/js/owlCarousel/owl.carousel.min.css?16274670082895 */
/* /bitrix/templates/enext_custom/components/bitrix/catalog.product.subscribe/.default/style.min.css?16274670081674 */
/* /bitrix/templates/enext_custom/components/bitrix/news.list/reviews/style.min.css?162746700840984 */
/* /bitrix/components/altop/add.review.enext/templates/slide_panel/style.min.css?16274661441936 */
/* /bitrix/templates/enext_custom/js/jquery.filer/jquery.filer.min.css?16274670084080 */
/* /bitrix/templates/enext_custom/js/fancybox/jquery.fancybox.css?16274670084895 */
/* /bitrix/templates/enext_custom/components/bitrix/sale.prediction.product.detail/.default/style.min.css?16274670081631 */
/* /bitrix/templates/enext_custom/components/bitrix/catalog.section/.default/style.css?17155862065678 */
/* /bitrix/templates/enext_custom/components/bitrix/catalog.item/.default/style.css?171463202357274 */
