

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

/***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 - 278px);
	width: -webkit-calc(100vw - 278px);
	width: calc(100vw - 278px);
	margin-left: -moz-calc((100vw - 278px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 278px - 100%) / -2);
	margin-left: calc((100vw - 278px - 100%) / -2);
}

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

.page-container .product-item-detail-tabs-container,
.slide-menu-option-1-active .page-container .product-item-detail-tabs-container,
.slide-menu-option-2 .page-container .product-item-detail-tabs-container{
	width: auto;
	margin-left: -61px;
	margin-right: -61px;
}

.product-item-detail-tabs-block.fixed{		
	position: fixed;
	left: 0;
	right: 0;	
	-webkit-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 32px rgba(61, 75, 82, 0.16);
	background-color: #f1f6f7;
	z-index: 203;
}

.slide-menu-option-1-active .product-item-detail-tabs-block.fixed{
	left: 278px;
}

.slide-menu-option-2 .product-item-detail-tabs-block.fixed{
	left: 72px;
}

.product-item-detail-tabs-scroll{	
	width: 1176px;
	margin-left: auto;
	margin-right: auto;	
	position: relative;		
}

.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: #3d4b52;		
	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: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

.product-item-detail-tabs-content{
	margin-top: 40px;
}

.product-item-detail-tab-content{
	margin-top: 46px;
}

/***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-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-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

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

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

/***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{	
	display: table-row;
}

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

.product-item-detail-properties-name,
.product-item-detail-properties-val{
	display: table-cell;
	vertical-align:middle;
	padding: 8px 16px;
}

.product-item-detail-properties-name{
	padding-right: 8px;
}

.product-item-detail-properties-val{
	padding-left: 8px;
	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;
	overflow: hidden;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 9px 24px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 9px 24px rgba(61, 75, 82, 0.16);
	box-shadow: 0 9px 24px rgba(61, 75, 82, 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;
	-moz-transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
}

.product-item-detail-pay-block-fixed{
	position: fixed;
	z-index: 202;
}

.product-item-detail-pay-block-fixed.product-item-detail-pay-block-hidden{
	opacity: 0;
	z-index: 0;
}

.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: #8ea6ab;
	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-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{	
	color: #263238;
}

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

.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: #55686e;
	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: #d0e0e3;
}

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

.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: #55686e;
	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: #d0e0e3;
	background-color: #f1f6f7;
}

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

.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;
	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: #d0e0e3;
	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: #8ea6ab;
	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;
}

.product-item-detail-button-container button{
	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: #8ea6ab;
	line-height: 17px;
}

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

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

/***QUICK_ORDER***/
.product-item-detail-quick-order{
	margin: 24px -24px -24px;
	padding: 0 24px 12px;
	text-align: left;	
	background-color: #f1f6f7;
}

.product-item-detail-pay-block-fixed .product-item-detail-quick-order{
	display: none;
}

/***OBJECT***/
.product-item-detail-object-container{
	position: relative;
}

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

.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(61, 75, 82, 0.24);
    -moz-box-shadow: 0 3px 12px rgba(61, 75, 82, 0.24);
    box-shadow: 0 3px 12px rgba(61, 75, 82, 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;
}

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

/***SET_ITEMS***/
.product-item-detail-set-items{
	margin-top: 46px;
}

.product-item-detail-set-item-row + .product-item-detail-set-item-row{
	margin-top: 24px;
}

.product-item-detail-set-item:link,
.product-item-detail-set-item:visited{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 24px;
	text-decoration: none;
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-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;	
	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: 46px;
}

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

/***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: table;
	margin-bottom: 20px;
	text-decoration: none;
}

.product-item-detail-files-docs-icon,
.product-item-detail-files-docs-block{
	display: table-cell;
	vertical-align: top;	
}

.product-item-detail-files-docs-icon{
	padding-right: 18px;
}

.product-item-detail-files-docs-icon i{
	font-size: 53px;
	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-files-docs-item:hover .product-item-detail-files-docs-icon i,
.bx-touch .product-item-detail-files-docs-item:active .product-item-detail-files-docs-icon i{
	color: #6639b6;
}

.product-item-detail-files-docs-name{
	display: block;
	margin-top: 6px;	
	color: #3d4b52;	
	-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;
}

/***SECTIONS_MORE_PRODUCTS***/
.product-item-detail-more-products-sections-links{
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-bottom: 32px;	
}

.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:hover,
.bx-touch .product-item-detail-more-products-section-link:active{
	border-color: #8ea6ab;
	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 > span{	
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	margin-top: -2px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #6e858a;
	line-height: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #d0e0e3;
}

.product-item-detail-more-products-section-link.active > span,
.bx-no-touch .product-item-detail-more-products-section-link.active:hover > span,
.bx-touch .product-item-detail-more-products-section-link.active:active > span{
	color: #fff;
	background: #8ea6ab;
}

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

/***RELATED***/
.product-item-detail-related{
	margin-top: 46px;
}

/***PHONES***/
@media(max-width: 991px){
	.bx-catalog-element{
		margin-top: -32px;
	}

	/***TABS***/
	.product-item-detail-tabs-container,	
	.slide-menu-option-1-active .product-item-detail-tabs-container,
	.slide-menu-option-2 .product-item-detail-tabs-container,
	.page-container .product-item-detail-tabs-container,	
	.slide-menu-option-1-active .page-container .product-item-detail-tabs-container,
	.slide-menu-option-2 .page-container .product-item-detail-tabs-container{
		width: unset;
		margin: 0 -18px;
	}

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

	.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: 14px;
	}
	
	/***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;
	}

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

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

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

	/***SET_ITEMS***/
	.product-item-detail-set-items{
		margin-top: 14px;
	}

	.product-item-detail-set-item-row + .product-item-detail-set-item-row{
		margin-top: 0;
	}

	.product-item-detail-set-item:link,
	.product-item-detail-set-item:visited{
		width: -moz-calc(100% + 36px);
		width: -webkit-calc(100% + 36px);
		width: calc(100% + 36px);
		display: table;
		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;
	}

	.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;
	}
	
	.product-item-detail-set-item-image{
		width: 100px;
		height: auto;
		display: table-cell;
		vertical-align: top;
		padding-right: 12px;
	}
	
	.product-item-detail-set-item-image > img{
		max-width: 100px;
		max-height: 100px;
	}

	.product-item-detail-set-item-brand{
		display: none;
	}
	
	.product-item-detail-set-item-title{
		width: 100%;
		height: auto;
		float: left;
		margin-top: 9px;
		overflow: visible;
	}
	
	.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: 14px;
	}
	
	/***DESCRIPTION***/
	.product-item-detail-description{
		padding-top: 14px;
	}

	/***RELATED***/
	.product-item-detail-related{
		margin-top: 14px;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1271px){
	/***TABS***/
	.page-container .product-item-detail-tabs-container,
	.slide-menu-option-1-active .page-container .product-item-detail-tabs-container,
	.slide-menu-option-2 .page-container .product-item-detail-tabs-container{
		margin-left: -23px;
		margin-right: -23px;
	}

	.product-item-detail-tabs-scroll{
		width: 946px;
	}

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

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1042px){
	/***TABS***/
	.slide-menu-option-2 .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-2 .product-item-detail-tabs-block.fixed{
		left: 0;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1499px){
	/***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;
	}
}
/* End */


/* Start:/local/templates/enext/js/owlCarousel/owl.carousel.css?17606866384047*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    min-width: 100%;
	position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {    
	position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/enext/js/owlCarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-scu-list{
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/local/templates/enext/components/altop/quick.order.enext/.default/style.css?1761307954510*/
.quick-order-form-title{
	display: block;
	padding: 24px 0 18px;	
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;	
	color: #3d4b52;
	line-height: 24px;
}

.quick-order-form .btn{
	height: 46px;
}

.quick-order-form .alert{
	margin-bottom: 12px;
}


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