

/* Start:/bitrix/templates/enext/components/bitrix/catalog.element/swht/style.css?1741175435101379*/
.bx-catalog-element{
	margin-top: 40px;
}

.popup-panel .bx-catalog-element{
	margin-top: 0px;
	padding-bottom: 64px;
}

.container-ws .bx-catalog-element .row{
	margin-left: -12px;
	margin-right: -12px;
}

.container-ws .bx-catalog-element [class*="col-xs-"],
.container-ws .bx-catalog-element [class*="col-sm-"],
.container-ws .bx-catalog-element [class*="col-md-"],
.container-ws .bx-catalog-element [class*="col-lg-"]{
	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%;
}

/***TABS***/
.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, 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-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-prev,
.product-item-detail-tabs-scroll .owl-next{
	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-prev,
.product-item-detail-tabs-block.fixed .product-item-detail-tabs-scroll .owl-next{	
	z-index: 202;	
}

.product-item-detail-tabs-scroll .owl-prev.disabled,
.product-item-detail-tabs-scroll .owl-next.disabled{
	display: none;
}

.product-item-detail-tabs-scroll .owl-prev{
	left: 0;
	background: -moz-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f6f7', endColorstr='#00f1f6f7', GradientType=1);
}

.product-item-detail-tabs-scroll .owl-next{
	align-items: flex-end;
	right: 0;	
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0px, #f1f6f7 44px, #f1f6f7 44px);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#f1f6f7', GradientType=1);
}

.product-item-detail-tabs-scroll .owl-prev i,
.product-item-detail-tabs-scroll .owl-next 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 .product-item-detail-tabs-scroll .owl-prev:hover i,
.bx-touch .product-item-detail-tabs-scroll .owl-prev:active i,
.bx-no-touch .product-item-detail-tabs-scroll .owl-next:hover i,
.bx-touch .product-item-detail-tabs-scroll .owl-next: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 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-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;
}

/***SLIDER***/
.product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background: transparent;
	-webkit-transition: background 800ms ease;
	-moz-transition: background 800ms ease;
	-ms-transition: background 800ms ease;
	-o-transition: background 800ms ease;
	transition: background 800ms 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 0.3s ease 0s;
	-moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease, opacity 0.3s ease 0s;
	-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease, opacity 0.3s ease 0s;
	-o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease, opacity 0.3s ease 0s;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease, opacity 0.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;
}

/***SLIDER_CONTROLS***/
.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-touch .product-item-detail-slider-controls-image:active,
.bx-no-touch .product-item-detail-slider-controls-video:hover,
.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, 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 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.bx-no-touch .product-item-detail-slider-left:hover > i,
.bx-touch .product-item-detail-slider-left:active > i,
.bx-no-touch .product-item-detail-slider-right:hover > 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 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms 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;
}

/***MAGNIFIED***/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right,
.product-item-detail-slider-container.magnified .product-item-detail-markers,
.product-item-detail-slider-container.magnified .product-item-detail-brand{
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-detail-markers,
.product-item-detail-slider-container.magnified .product-item-detail-brand{
	opacity: 0;
}

/***POPUP***/
.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: 300ms;
}

.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-markers,
.product-item-detail-slider-container.popup .product-item-detail-icons-container,
.product-item-detail-slider-container.popup .product-item-detail-brand{
	display: none;
}

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

/***MAGNIFIER_DELAY***/
.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-magnifier,
.product-item-detail-delay,
.product-item-detail-delayed{	
	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-magnifier i,
.product-item-detail-delay i,
.product-item-detail-delayed i{
	font-size: 24px;
	color: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	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-magnifier i:hover,
.bx-touch .product-item-detail-magnifier i:active,
.bx-no-touch .product-item-detail-delay i:hover,
.bx-touch .product-item-detail-delay i:active{
	color: #b2c7cb;
}

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

/***DELAY_LOADER***/
.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(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.product-item-detail-scu-item .product-item-detail-delay-loader > div > span:after{
	clip: rect(0, 21px, 21px, 10.5px);
}

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

/***ARTICLE***/
.product-item-detail-article{	
	color: #78909c;
	-webkit-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;	
	user-select: text;
	cursor: auto;
}

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

/***PREVIEW***/
.product-item-detail-preview{
	margin-top: 18px;	
}

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

.product-item-detail-properties:nth-child(odd),
.product-item-detail-properties-group,
.bx-no-touch .product-item-detail-properties-group-property:hover,
.bx-touch .product-item-detail-properties-group-property:active{
	background-color: #f1f6f7;
}

.product-item-detail-properties-name,
.product-item-detail-properties-val,
.product-item-detail-properties-group-name,
.product-item-detail-properties-group-val,
.product-item-detail-properties-group-property-name,
.product-item-detail-properties-group-property-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-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-val,
.product-item-detail-properties-group-property-name,
.product-item-detail-properties-group-property-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-val,
.product-item-detail-properties-group-property-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;
}

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

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

/***PAY_BLOCK***/
.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, 0.16);
	-moz-box-shadow: 0 9px 24px rgba(38, 50, 56, 0.16);
	box-shadow: 0 9px 24px rgba(38, 50, 56, 0.16);
	background: #fff;
	-moz-transform: translateX(10px);
	-o-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
	-webkit-transition: opacity 0.3s ease 0s, top 0.3s ease 0s, z-index 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, top 0.3s ease 0s, z-index 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, top 0.3s ease 0s, z-index 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, top 0.3s ease 0s, z-index 0.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{
}

.product-item-detail-info-container[data-entity='price-ranges-block']{
	margin-top: 18px;
}

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

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

/***QUANTITY_LIMIT***/
.product-item-detail-quantity{
	display: table;
	margin-top: 6px;
}

.product-item-detail-scu-item-col .product-item-detail-quantity,
.product-item-detail-scu-item-object-col .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;	
}

/***SCU***/
.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-list{
}

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

/***SCU_PICT***/
.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 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-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:before,
.product-item-detail-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-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-color.selected:before,
.product-item-detail-scu-item .product-item-detail-scu-item-color: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;
}

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

/***SCU_TEXT***/
.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: none;
}

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

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

/***QUANTITY***/
.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-input,
.product-item-detail-amount-btn-plus,
.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-touch .product-item-detail-amount-btn-minus:not(.product-item-detail-amount-btn-disabled):active,
.bx-no-touch .product-item-detail-amount-btn-plus:not(.product-item-detail-amount-btn-disabled):hover,
.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: none;
}

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

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

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

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

/***DELIVERY***/
.product-item-detail-delivery{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding: 9px 16px;
	background: #f1f6f7;
}

.product-item-detail-delivery-name{
	width: 100%;
}

.product-item-detail-delivery-val{
	margin-left: 16px;
	font-family: "Museo Sans Cyrl 700", sans-serif;
	white-space: nowrap;
}

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

/***GEO_DELIVERY***/
.product-item-detail-geo-delivery{
	display: flex;
	align-items: center;
	padding: 9px 24px 11px;
	border-top: 1px solid #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;
	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;
}

/***GEO_DELIVERY_LOADER***/
.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(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_ORDER***/
.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;
}

/***OBJECT***/
.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, 0.24);
    -moz-box-shadow: 0 3px 12px rgba(38, 50, 56, 0.24);
    box-shadow: 0 3px 12px rgba(38, 50, 56, 0.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%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008d55', endColorstr='#91cd4c', GradientType=1);
}

.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 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-detail-object-btn:hover:after,
.bx-touch .product-item-detail-object-btn:active:after{
	opacity: 1;
}

.product-item-detail-object-btn:focus{
	outline: none;
}

.product-item-detail-object-btn > i{
	font-size: 24px;
	color: #fff;
	z-index: 200;
}

/***SKU_ITEMS***/
.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 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-detail-scu-items-link:hover,
.bx-touch .product-item-detail-scu-items-link:active{
	border-color: #78909c;
	background: #e3ecef;
}

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

.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-items{
	width: 100%;
	display: table;
}

.product-item-detail-scu-item,
.product-item-detail-scu-item-object{
	display: table-row;
}

.product-item-detail-scu-item-col,
.product-item-detail-scu-item-object-col{
	width: 1px;
	display: table-cell;
	vertical-align: middle;
	padding: 24px 0 24px 24px;
	border-bottom: 1px solid #e3ecef;
}

.product-item-detail-scu-item-head .product-item-detail-scu-item-col,
.product-item-detail-scu-item-object-col{
	padding-top: 18px;
	padding-bottom: 18px;
}

.product-item-detail-scu-item-object-head .product-item-detail-scu-item-object-col{
	color: #8ea6ab;
}

.product-item-detail-scu-item-col:first-child{
	padding-left: 30px;
}

.product-item-detail-scu-item-head .product-item-detail-scu-item-col:first-child,
.product-item-detail-scu-item-object-col:first-child{
	padding-left: 0;
}

.product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-object{
	min-width: 120px;
	padding-left: 12px;
}

.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info{
	width: 20%;
	padding-left: 18px;
}

.product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-info{
	width: auto;
	padding-left: 70px;
}

.product-item-detail-scu-item-col.product-item-detail-scu-item-col-price{
	width: auto;
	text-align: right;
}

.product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-price{
	text-align: right;
}

.product-item-detail-scu-item-col.product-item-detail-scu-item-col-delay{
	padding-left: 12px;
}

.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;
	max-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 > img{
	width: auto;
	height: auto;
	max-width: 76px;
	max-height: 40px;
}

.product-item-detail-scu-item-object-title:link,
.product-item-detail-scu-item-object-title:visited{
	text-decoration: none;
}

.product-item-detail-scu-item-object-title > span{
	color: #263238;
	border-bottom: 1px dashed #263238;
}

.product-item-detail-scu-item-object-rating{
	display: flex;
	align-items: center;
	margin-top: 6px;
	white-space: nowrap;
}

.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(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) 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-col .product-item-detail-article{
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-scu-item-title{
	margin-top: 4px;
}

.product-item-detail-scu-item-object-delivery-method{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.product-item-detail-scu-item-object-geo-delivery{
	display: flex;
	flex-wrap: wrap;
}

.product-item-detail-article + .product-item-detail-scu-item-object-delivery-method,
.product-item-detail-article + .product-item-detail-scu-item-object-geo-delivery{
	margin-top: 6px;
}

.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(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) 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-name{
	border-bottom: 1px dashed #263238;
	cursor: pointer;
}

.product-item-detail-scu-item-object-geo-delivery-period{
	margin-left: 4px;
	color: #78909c;
}

.product-item-detail-scu-item-object-geo-delivery-price{
	margin-left: 4px;
}

.product-item-detail-scu-item-object-note{
	margin-top: 6px;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.product-item-detail-scu-item-price{
	display: table;
	margin-left: auto;
	position: relative;
	white-space: nowrap;
}

.product-item-detail-scu-item-price-block{
	display: flex;
	align-items: center;
}

.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 .product-item-detail-price-measure,
.product-item-detail-scu-item-price-ranges-icon{
	margin-left: 4px;
}

.product-item-detail-scu-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-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, 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(-10px, 0px, 0px);
	-o-transform: translate3d(-10px, 0px, 0px);
	-webkit-transform: translate3d(-10px, 0px, 0px);
	transform: translate3d(-10px, 0px, 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;
}

.popup-panel .product-item-detail-scu-item-ranges-container{
	right: 100%;
	-webkit-transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, z-index 0.3s ease 0s, transform 0.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-price-update-icon,
.product-item-detail-scu-item-price-update-icon-ok,
.product-item-detail-scu-item-price-update-icon-close{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
}

.product-item-detail-scu-item-price-update-icon{
	cursor: pointer;
}

.product-item-detail-scu-item-price-update-icon > i,
.product-item-detail-scu-item-price-update-icon-ok > i,
.product-item-detail-scu-item-price-update-icon-close > i{
	font-size: 18px;
}

.product-item-detail-scu-item-price-update-icon > i{	
	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-detail-scu-item-price-update-icon:hover > i,
.bx-touch .product-item-detail-scu-item-price-update-icon:active > i{
	color: #6639b6;
}

.product-item-detail-scu-item-price-update-icon-ok > i{
	color: #3c763d;
}

.product-item-detail-scu-item-price-update-icon-close > i{
	color: #a94442;
}

.product-item-detail-scu-item-price-update-loader{
	width: 18px;
	height: 18px;
	margin-left: 4px;
	position: relative;
}

.product-item-detail-scu-item-price-update-loader:after,
.product-item-detail-scu-item-price-update-loader > span,
.product-item-detail-scu-item-price-update-loader > span > span,
.product-item-detail-scu-item-price-update-loader > span > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.product-item-detail-scu-item-price-update-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-price-update-loader > span{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.product-item-detail-scu-item-price-update-loader > span > span{
	clip: rect(0, 18px, 18px, 9px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.product-item-detail-scu-item-price-update-loader > span > span:after{
	content: "";
	clip: rect(0, 18px, 18px, 9px);
	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;
}

.product-item-detail-scu-item-object-updated{
	margin-top: 6px;
	font-size: 12px;
	color: #b2c7cb;
	line-height: 14px;
	white-space: nowrap;
}

.product-item-detail-scu-item-col > .btn,
.product-item-detail-scu-item-object-col > .btn{
	width: 100%;
}

.popup-panel .product-item-detail-scu-item-col > .btn,
.popup-panel .product-item-detail-scu-item-object-col > .btn{	
	width: 45px;
	padding: 0;
}

.product-item-detail-scu-item-col > .btn + .btn,
.product-item-detail-scu-item-object-col > .btn + .btn{
	margin-top: 12px;
}

.popup-panel .product-item-detail-scu-item-col-buttons > .btn > i,
.popup-panel .product-item-detail-scu-item-object-col-buttons > .btn > i{
	padding-right: 0;
}

.popup-panel .product-item-detail-scu-item-col-buttons > .btn > span,
.popup-panel .product-item-detail-scu-item-object-col-buttons > .btn > span{
	display: none;
}

.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-title:link,
.product-item-detail-scu-item-object-marker-title:visited{
	color: #263238;
	text-decoration: none;
}

.bx-no-touch .product-item-detail-scu-item-object-marker-title:hover,
.bx-touch .product-item-detail-scu-item-object-marker-title:active{
	color: #6639b6;
}

.product-item-detail-scu-item-object-marker-hours{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-scu-item-object-marker-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-marker-hours-icon-open{	
	background: #3ac769;
}

.product-item-detail-scu-item-object-marker-hours-icon-closed{
	background: #ed4343;
}

.product-item-detail-scu-item-object-marker-hours-break{
	margin-left: 12px;
	color: #78909c;
}

.product-item-detail-scu-item-object-marker .product-item-detail-price,
.product-item-detail-scu-item-object-marker .product-item-detail-price-not-set,
.product-item-detail-scu-item-object-marker .product-item-detail-info-message{
	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;
}

/***SET_CONSTRUCTOR***/
.product-item-detail-set-constructor{
	margin-top: 64px;
}

/***SET_ITEMS***/
.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:before,
.container-ws .product-item-detail-set-items:after,
.popup-panel .product-item-detail-set-items:before,
.popup-panel .product-item-detail-set-items:after{
	content: none;
}

.product-item-detail-set-items [class*="col-"]{
	margin-bottom: 24px;
}

.container-ws .product-item-detail-set-items [class*="col-"]{
	width: 20%; /***5 columns***/
	margin-bottom: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.popup-panel .product-item-detail-set-items [class*="col-"]{
	width: 33.33333333%; /***3 columns***/
	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 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.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, 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);
}

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

/***GIFTS***/
.product-item-detail-gifts{
	margin-top: 64px;
}

/***DESCRIPTION***/
.product-item-detail-description{
	padding-top: 64px;
}

/***FILES_DOCS***/
.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: #0099ff;
}

.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="rar"],
.product-item-detail-files-docs-icon[data-type="zip"],
.product-item-detail-files-docs-icon[data-type="gzip"]{
	background: #6639b6;
}

.product-item-detail-files-docs-icon[data-type="jpg"],
.product-item-detail-files-docs-icon[data-type="jpeg"],
.product-item-detail-files-docs-icon[data-type="png"],
.product-item-detail-files-docs-icon[data-type="gif"]{
	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, 0.5) rgba(38, 50, 56, 0.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 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-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;
}

/***ARTICLES***/
.product-item-detail-articles{
	margin-top: 14px;
}

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

.product-item-detail-more-products-section-link.active,
.bx-no-touch .product-item-detail-more-products-section-link.active:hover,
.bx-touch .product-item-detail-more-products-section-link.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.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;
}

.product-item-detail-more-products-section-link:not(.product-item-detail-more-products-section-link-btn).active > span,
.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{
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#ffffff', GradientType=1);
}

.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 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-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 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-detail-more-products-section-link-btn:hover > i,
.bx-touch .product-item-detail-more-products-section-link-btn:active > i{
	color: #6639b6;
}

/***REVIEWS***/
.product-item-detail-reviews{
	margin-top: 14px;
}

/***BIGDATA***/
/***RELATED***/
.product-item-detail-bigdata,
.product-item-detail-related{
	margin-top: 64px;
}

/***PHONES***/
@media(max-width: 1042px){
	.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-xs-"],
	.container-ws .bx-catalog-element [class*="col-sm-"],
	.container-ws .bx-catalog-element [class*="col-md-"],
	.container-ws .bx-catalog-element [class*="col-lg-"]{
		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%;
	}

	/***TABS***/
	.product-item-detail-tabs-container,
	.slide-menu-interface-2-0-1-inner .product-item-detail-tabs-container,
	.slide-menu-option-1-active .product-item-detail-tabs-container,
	.slide-menu-option-2 .product-item-detail-tabs-container,
	.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,
	.popup-panel .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-2 .product-item-detail-tabs-block.fixed,
	.slide-menu-option-1-active .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;
	}
	
	/***SLIDER_CONTROLS***/
	.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;
	}

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

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

	/***QUANTITY_LIMIT***/
	.product-item-detail-scu-item-col .product-item-detail-quantity,
	.product-item-detail-scu-item-object-col .product-item-detail-quantity{
		margin-left: unset;
	}

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

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

	/***COMPARE***/
	.product-item-detail-scu-item .product-item-detail-compare{
		left: 130px;
		top: unset;
		bottom: 18px;
	}

	/***QUICK_ORDER***/
	.product-item-detail-quick-order{
		margin: 18px -18px -18px;
		padding-left: 18px;
		padding-right: 18px;
	}

	/***OBJECT***/
	.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;
	}
	
	/***ARTICLE***/
	/***PROPERTIES***/
	.product-item-detail-article,
	.product-item-detail-main-properties-container{	
		margin-top: 18px;
	}
	
	/***ADVANTAGES***/
	.product-item-detail-advantages{
		margin-top: 6px;
	}

	.product-item-detail-advantages-item{
		cursor: default;
	}

	/***SKU_ITEMS***/
	.product-item-detail-scu-items-container,
	.container-ws .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,
	.product-item-detail-scu-item-object{
		width: 100%;
		display: table;
		padding: 18px;
		border-bottom: 1px solid #e3ecef;
	}

	.product-item-detail-scu-item-object{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.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-object-col{
		width: auto;
		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-object-col.product-item-detail-scu-item-object-col-object{
		order: 1;
		width: 100%;
		min-width: unset;
		display: flex;
		align-items: center;
		margin-top: 18px;
		padding-left: 0;
	}

	.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info{
		width: 100%;
		padding-left: 0;
	}
	
	.product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-info{
		order: 2;
		width: 100%;
		padding-left: 0;
	}

	.product-item-detail-scu-item-object-head .product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-info{
		order: unset;
	}
	
	.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-price{
		width: 100%;
		text-align: left;
	}

	.product-item-detail-scu-item-object-col.product-item-detail-scu-item-object-col-price{
		width: -moz-calc(100% - 96px - 45px);
		width: -webkit-calc(100% - 96px - 45px);
		width: calc(100% - 96px - 45px);
		padding: 0 18px;
		text-align: left;
	}
	
	.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-object-col.product-item-detail-scu-item-object-col-buttons{
		width: 45px;
	}
	
	.product-item-detail-scu-item-image{
		position: static;
	}

	.product-item-detail-scu-item-object-image{
		width: 96px;
		min-width: 96px;
		max-width: 96px;
		height: 96px;
	}

	.product-item-detail-scu-item-object-rating{
		margin-left: 9px;
		margin-top: 0;
	}

	.product-item-detail-scu-item-object-col .product-item-detail-article{
		margin-top: 6px;
	}
	
	.product-item-detail-scu-item-title{
		margin-top: 9px;
	}

	.product-item-detail-scu-item-object-delivery-method,
	.product-item-detail-scu-item-object-geo-delivery{
		margin-top: 6px;
	}
	
	.product-item-detail-scu-item-price{
		margin-left: unset;		
	}

	.product-item-detail-scu-item-col .product-item-detail-scu-item-price{
		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(0px, -10px, 0px);
		-o-transform: translate3d(0px, -10px, 0px);
		-webkit-transform: translate3d(0px, -10px, 0px);
		transform: translate3d(0px, -10px, 0px);
	}

	.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,
	.product-item-detail-scu-item-object-col-buttons > .btn{
		padding: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > i,
	.product-item-detail-scu-item-object-col-buttons > .btn > i{
		padding-right: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > span,
	.product-item-detail-scu-item-object-col-buttons > .btn > span{
		display: none;
	}
	
	/***SET_CONSTRUCTOR***/
	.product-item-detail-set-constructor{
		margin-top: 32px;
	}

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

	.product-item-detail-set-item,
	.container-ws .product-item-detail-set-item,
	.popup-panel .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;
	}

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

	.two_in_row [class*="col-"]:nth-child(2n+2) .product-item-detail-set-item,
	.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{
		border-right: none;
	}
	
	.one_in_row_list .product-item-detail-set-item,
	.container-ws .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;
	}

	.two_in_row .product-item-detail-set-item-brand,
	.one_in_row_list .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;
	}

	/***GIFTS***/
	.product-item-detail-gifts{
		margin-top: 32px;
	}
	
	/***DESCRIPTION***/
	.product-item-detail-description{
		padding-top: 32px;
	}

	/***BIGDATA***/
	/***RELATED***/
	.product-item-detail-bigdata,
	.product-item-detail-related{
		margin-top: 32px;
	}
}

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

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

	/***PRICE***/
	.product-item-detail-price-current{
		font-size: 24px;
		line-height: 29px;
	}

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

	/***SKU_ITEMS***/
	.product-item-detail-scu-items-container{
		width: 970px !important;
	}

	.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container,
	.popup-panel .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-items-geo-location-container{
		margin-left: 112px;
	}
	
	.product-item-detail-scu-item-col,
	.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info,
	.product-item-detail-scu-item-object-col{
		padding-left: 12px;
	}
	
	.product-item-detail-scu-item-col-buttons > .btn,
	.product-item-detail-scu-item-object-col-buttons > .btn{
		width: 45px;
		padding: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > i,
	.product-item-detail-scu-item-object-col-buttons > .btn > i{
		padding-right: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > span,
	.product-item-detail-scu-item-object-col-buttons > .btn > span{
		display: none;
	}

	/***SET_ITEMS***/
	.container-ws .product-item-detail-set-items [class*="col-"],
	.popup-panel .product-item-detail-set-items [class*="col-"]{
		width: 50%; /***2 columns***/
	}

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

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

	/***PRICE***/
	.product-item-detail-price-current{
		font-size: 24px;
		line-height: 29px;
	}

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

	/***SKU_ITEMS***/
	.product-item-detail-scu-items-container{
		width: 970px !important;
	}

	.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container,
	.popup-panel .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-items-geo-location-container{
		margin-left: 112px;
	}
	
	.product-item-detail-scu-item-col,
	.product-item-detail-scu-item-col.product-item-detail-scu-item-col-info,
	.product-item-detail-scu-item-object-col{
		padding-left: 12px;
	}
	
	.product-item-detail-scu-item-col-buttons > .btn,
	.product-item-detail-scu-item-object-col-buttons > .btn{
		width: 45px;
		padding: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > i,
	.product-item-detail-scu-item-object-col-buttons > .btn > i{
		padding-right: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > span,
	.product-item-detail-scu-item-object-col-buttons > .btn > span{
		display: none;
	}
	
	/***SET_ITEMS***/
	.container-ws .product-item-detail-set-items [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}

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

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

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

	/***SKU_ITEMS***/
	.slide-menu-option-1-active .container-ws .product-item-detail-scu-items-container,
	.popup-panel .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-buttons > .btn,
	.product-item-detail-scu-item-object-col-buttons > .btn{
		width: 45px;
		padding: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > i,
	.product-item-detail-scu-item-object-col-buttons > .btn > i{
		padding-right: 0;
	}

	.product-item-detail-scu-item-col-buttons > .btn > span,
	.product-item-detail-scu-item-object-col-buttons > .btn > span{
		display: none;
	}
	
	/***SET_ITEMS***/
	.container-ws .product-item-detail-set-items [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}

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

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

	/***SKU_ITEMS***/
	.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;
	}
	
	/***SET_ITEMS***/
	.container-ws .product-item-detail-set-items [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.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%;
	}
	
	/***SET_ITEMS***/
	.container-ws .product-item-detail-set-items [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*="col-"]{
		width: 33.33333333%; /***3 columns***/
	}

	.container-ws .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,
	.popup-panel .product-item-detail-set-items [class*="col-"]:nth-child(3) .product-item-detail-set-item{
		border-top: 1px solid #e8edef;
	}
	
	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,
	.slide-menu-option-1-active .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: 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%;
	}
	
	/***SET_ITEMS***/
	.slide-menu-option-1-active .container-ws .product-item-detail-set-items [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.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,
	body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-set-items [class*="col-"]:nth-child(5) .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;
	}

	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,
	.slide-menu-option-1-active .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;
	}
}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/sale.products.gift/.default/style.min.css?17400338511980*/
.sale-products-gift{display:flex;flex-wrap:wrap}.container-ws .sale-products-gift,.popup-panel .sale-products-gift{margin-left:0!important;margin-right:0!important}.sale-products-gift:after,.sale-products-gift:before{content:none!important}.sale-products-gift [class*=col-]{margin-bottom:24px}.container-ws .sale-products-gift [class*=col-],.popup-panel .sale-products-gift [class*=col-]{margin-bottom:0;padding-left:0!important;padding-right:0!important}.container-ws .sale-products-gift [class*=col-]{width:20%}.popup-panel .sale-products-gift [class*=col-]{width:33.33333333%}@media(max-width:1042px){.sale-products-gift:before{height:1px;display:block!important;content:""!important;background:#e8edef}.sale-products-gift.two_in_row:before{width:100%}.container-ws .sale-products-gift,.popup-panel .sale-products-gift{margin-left:-18px!important;margin-right:-18px!important}.sale-products-gift:not(.two_in_row){flex-direction:column}.sale-products-gift [class*=col-]{margin-bottom:0}.container-ws .sale-products-gift [class*=col-],.popup-panel .sale-products-gift [class*=col-]{width:100%;padding-left:18px!important;padding-right:18px!important}.container-ws .sale-products-gift.two_in_row [class*=col-],.popup-panel .sale-products-gift.two_in_row [class*=col-]{width:50%}}@media(min-width:1043px) and (max-width:1103px){.container-ws .sale-products-gift [class*=col-]{width:50%}.popup-panel .sale-products-gift [class*=col-]{width:50%}}@media(min-width:1104px) and (max-width:1379px){.container-ws .sale-products-gift [class*=col-]{width:33.33333333%}}@media(min-width:1380px) and (max-width:1545px){.container-ws .sale-products-gift [class*=col-]{width:25%}}@media(min-width:1546px) and (max-width:1701px){.container-ws .sale-products-gift [class*=col-]{width:25%}.slide-menu-option-1-active .container-ws .sale-products-gift [class*=col-]{width:33.33333333%}}@media(min-width:1702px){.slide-menu-option-1-active .container-ws .sale-products-gift [class*=col-]{width:25%}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?17400338521674*/
.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/components/bitrix/catalog.item/.default/style.min.css?174003385149979*/
.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 .15s ease 0s,top .15s ease 0s,box-shadow .15s ease 0s;-moz-transition:height .15s ease 0s,top .15s ease 0s,box-shadow .15s ease 0s;-o-transition:height .15s ease 0s,top .15s ease 0s,box-shadow .15s ease 0s;transition:height .15s ease 0s,top .15s ease 0s,box-shadow .15s ease 0s}.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,.18);-moz-box-shadow:0 0 36px rgba(85,104,110,.18);box-shadow:0 0 36px rgba(85,104,110,.18)}.list .product-item-container.hover .product-item{padding-bottom:30px}.price .product-item-container.hover .product-item{padding-bottom:24px}.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}.product-item-markers{position:absolute;left:-13px;right:-13px;top:-13px}.list .product-item-markers,.price .product-item-markers{left:0;right:0;top:0}.list .product-item-markers-icons,.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-14px>i,.price .product-item-marker-24px>i,.price .product-item-marker>i{font-size:11px}.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-14px>span,.price .product-item-marker-24px>span,.price .product-item-marker>span{font-size:11px;line-height:16px}.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}.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:0 0}.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}.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(.77,0,.175,1) infinite;animation:loaderRotate3 1.2s cubic-bezier(.77,0,.175,1) infinite}.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,.5);opacity:0;-webkit-transition:background .15s ease 0s,opacity .15s ease 0s;-moz-transition:background .15s ease 0s,opacity .15s ease 0s;-o-transition:background .15s ease 0s,opacity .15s ease 0s;transition:background .15s ease 0s,opacity .15s ease 0s;cursor:pointer}.product-item-container.hover .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,.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}.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}.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}.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}.list .product-item-preview-text{margin-top:18px}.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}.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(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}.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:.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-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 .15s ease 0s;-moz-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.product-item-container.hover .product-item-hidden{position:static;opacity:1}.price .product-item-basket-props-col,.price .product-item-scu-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}[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-item-list{margin:0 0 0 -6px;padding:0;overflow:hidden;list-style:none}.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 .15s ease 0s;-moz-transition:all .15s ease 0s;-o-transition:all .15s ease 0s;transition:all .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:after,.product-item-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-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}.bx-no-touch .product-item-scu-item-color.selected:hover:after,.bx-touch .product-item-scu-item-color.selected:active:after,.product-item-scu-item-color.selected:after{border-color:#6639b6}.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}.bx-no-touch .product-item-scu-item-text.selected:hover,.bx-touch .product-item-scu-item-text.selected:active,.product-item-scu-item-text.selected{color:#263238;border-color:#6639b6;background:rgba(102,57,182,.16)}.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}.list .product-item-scu-container .product-item-basket-props-block,.price .product-item-scu-container .product-item-basket-props-block,.product-item-scu-container .product-item-basket-props-block{padding-bottom:0}.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 .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-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:11px;color:#78909c;-moz-border-radius:4px;-webkit-border-radius:4px;-khtml-border-radius:4px;border-radius:4px;background-color:#e3ecef}.product-item-basket-props-input-radio label.disabled .text>span{color:#ced9db;background-color:#f1f6f7}.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}.product-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-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,.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(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}.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,0,0);-o-transform:translate3d(-10px,0,0);-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.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-no-touch .price .product-item-price-container:hover .product-item-ranges-container,.bx-touch .list .product-item-price-container:active .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}.product-item-offers-count{margin-top:6px;font-size:14px;color:#78909c;line-height:17px}.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}.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-btn-plus,.product-item-amount-input,.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-no-touch .product-item-amount-btn-plus:not(.product-item-amount-btn-disabled):hover,.bx-touch .product-item-amount-btn-minus:not(.product-item-amount-btn-disabled):active,.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:0}.product-item-amount-measure{padding-left:12px;color:#263238;white-space:nowrap}.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}.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 .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-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 .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-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}.product-item-button-container{width:45px;display:table-cell;vertical-align:bottom}.list .product-item-button-container{width:auto;max-width:100%;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;max-width:100%;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}@media(max-width:1042px){.product-item-container{height:auto!important;display:block;margin-left:-18px;margin-right:-18px;position:static}.container-ws .card .product-item,.list .product-item,.popup-panel .card .product-item,.price .product-item,.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,.list .product-item,.popup-panel .card.two_in_row .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,.list [class*=col-]:nth-child(2n+2) .product-item,.popup-panel .card.two_in_row [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}.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}.list .product-item-markers,.price .product-item-markers,.product-item-markers{left:-6px;right:-6px;top:-6px}.list .product-item-markers-icons,.price .product-item-markers-icons,.product-item-markers-icons{max-width:unset;right:-6px}.card.one_in_row_list .product-item-marker,.card.two_in_row .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.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,.card.two_in_row .product-item-marker,.card.two_in_row .product-item-marker-14px,.card.two_in_row .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.one_in_row_list .product-item-marker>i,.card.two_in_row .product-item-marker>i,.list .product-item-marker>i{margin-right:5px}.card.one_in_row_list .product-item-marker-14px>i,.card.one_in_row_list .product-item-marker-24px>i,.card.one_in_row_list .product-item-marker>i,.card.two_in_row .product-item-marker-14px>i,.card.two_in_row .product-item-marker-24px>i,.card.two_in_row .product-item-marker>i,.list .product-item-marker-14px>i,.list .product-item-marker-24px>i,.list .product-item-marker>i{font-size:11px}.card.one_in_row_list .product-item-marker-14px>span,.card.one_in_row_list .product-item-marker-24px>span,.card.one_in_row_list .product-item-marker>span,.card.two_in_row .product-item-marker-14px>span,.card.two_in_row .product-item-marker-24px>span,.card.two_in_row .product-item-marker>span,.list .product-item-marker-14px>span,.list .product-item-marker-24px>span,.list .product-item-marker>span{font-size:11px;line-height:16px}.card.one_in_row_list .product-item-brand,.card.two_in_row .product-item-brand{display:none}.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}.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}.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}.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}.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}.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}.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(0,-10px,0);-o-transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.bx-no-touch .list .product-item-price-container:hover .product-item-ranges-container,.bx-no-touch .price .product-item-price-container:hover .product-item-ranges-container,.bx-touch .list .product-item-price-container:active .product-item-ranges-container,.bx-touch .price .product-item-price-container:active .product-item-ranges-container{left:0;right:unset}.card.one_in_row_list .product-item-amount-measure{padding-left:6px}.card.one_in_row_list .product-item-total-cost{width:100%;float:left}.card.one_in_row_list .product-item-compare{width:100%;float:left}.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{max-width:unset;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%;max-width:unset;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-props-mode>:not(a),.card.two_in_row .product-item-button-container.product-item-sku-mode>:not(a),.list .product-item-button-container.product-item-props-mode>:not(a),.list .product-item-button-container.product-item-sku-mode>:not(a),.price .product-item-button-container.product-item-props-mode>:not(a),.price .product-item-button-container.product-item-sku-mode>:not(a){display:none!important}.card.two_in_row .product-item-button-container.product-item-props-mode>a,.card.two_in_row .product-item-button-container.product-item-sku-mode>a,.list .product-item-button-container.product-item-props-mode>a,.list .product-item-button-container.product-item-sku-mode>a,.price .product-item-button-container.product-item-props-mode>a,.price .product-item-button-container.product-item-sku-mode>a{display:inline-flex!important}}@media(max-width:518px){.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%}}@media(min-width:519px) and (max-width:1042px){.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}}@media(min-width:1043px){.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 .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 .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-gifts .sale-products-gift [class*=col-]:nth-child(3n+3) .product-item,.container-ws .catalog-section.card [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}.product-item-image-wrapper{height:163px}.list .product-item-image-wrapper{width:163px}.product-item-image>img{max-width:163px;max-height:163px}.product-item-markers-icons{max-width:145px}.list .product-item-properties-name{width:50%}.product-item-amount-measure{padding-left:6px}}@media(min-width:1104px) and (max-width:1271px){.container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(4) .product-item,.container-ws .catalog-section.card [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-gifts .sale-products-gift [class*=col-]:nth-child(4n+4) .product-item,.container-ws .catalog-section.card [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}.product-item-image-wrapper{height:163px}.list .product-item-image-wrapper{width:163px}.product-item-image>img{max-width:163px;max-height:163px}.product-item-markers-icons{max-width:145px}.list .product-item-properties-name{width:50%}.product-item-amount-measure{padding-left:6px}}@media(min-width:1272px) and (max-width:1379px){.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,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.card [class*=col-]:nth-child(4) .product-item{border-top:1px solid #e8edef}.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,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(4n+4) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*=col-]:nth-child(4n+4) .product-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(3n+3) .product-item,.smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-]:nth-child(3n+3) .product-item{border-right:none}.list .product-item-properties-name{width:50%}}@media(min-width:1380px) and (max-width:1545px){.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,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,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{border-top:1px solid #e8edef}.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,body:not(.smart-filter-view-left-active) .container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(5n+5) .product-item,body:not(.smart-filter-view-left-active) .container-ws .catalog-section.card [class*=col-]:nth-child(5n+5) .product-item{border-right:none}.smart-filter-view-left-active .container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(3n+3) .product-item,.smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-]:nth-child(3n+3) .product-item{border-right:none}.list .product-item-properties-name{width:50%}}@media(min-width:1546px) and (max-width:1701px){.container-ws .catalog-section-gifts .sale-products-gift [class*=col-]:nth-child(4) .product-item,.container-ws .catalog-section.card [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,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,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-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{border-top:1px solid #e8edef}.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.card [class*=col-]:nth-child(4) .product-item{border-top:none}.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,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) .container-ws .product-item-detail-gifts .sale-products-gift [class*=col-]:nth-child(4n+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(5n+5) .product-item{border-right:none}.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [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-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(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,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{border-right:none}.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,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-]:nth-child(3n+3) .product-item{border-right:none}}@media(min-width:1702px){.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,.container-ws .catalog-section.card [class*=col-]:nth-child(4) .product-item,.container-ws .catalog-section.card [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,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,body:not(.slide-menu-option-1-active) .container-ws .product-item-detail-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{border-top:1px solid #e8edef}.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,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) .container-ws .product-item-detail-gifts .sale-products-gift [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(6n+6) .product-item{border-right:none}.slide-menu-interface-2-0-1 .container-ws .catalog-section.card [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-gifts .sale-products-gift [class*=col-]:nth-child(5n+5) .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(.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,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{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-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,.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{border-top:none}.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,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [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-gifts .sale-products-gift [class*=col-]:nth-child(5) .product-item,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-]:nth-child(5) .product-item{border-top:none}.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,.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-section.card [class*=col-]:nth-child(4n+4) .product-item{border-right:none}}
/* End */


/* Start:/bitrix/components/altop/quick.order.enext/templates/.default/style.min.css?1740033759364*/
.quick-order-form-title{padding:24px 0 18px;font-family:"Museo Sans Cyrl 500",sans-serif;font-size:20px;color:#263238;line-height:24px}.quick-order-form .btn{height:46px}@media(min-width:1043px) and (max-width:1271px){.quick-order-form .form-group.captcha{display:flex;flex-direction:column}.quick-order-form .form-group.captcha .pic{margin-bottom:10px;padding:0}}
/* End */


/* Start:/bitrix/templates/enext/components/bitrix/sale.prediction.product.detail/.default/style.min.css?17400338521631*/
.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 */
/* /bitrix/templates/enext/components/bitrix/catalog.element/swht/style.css?1741175435101379 */
/* /bitrix/templates/enext/components/bitrix/sale.products.gift/.default/style.min.css?17400338511980 */
/* /bitrix/templates/enext/components/bitrix/catalog.product.subscribe/.default/style.min.css?17400338521674 */
/* /bitrix/templates/enext/components/bitrix/catalog.item/.default/style.min.css?174003385149979 */
/* /bitrix/components/altop/quick.order.enext/templates/.default/style.min.css?1740033759364 */
/* /bitrix/templates/enext/components/bitrix/sale.prediction.product.detail/.default/style.min.css?17400338521631 */
