

/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_slider/style.css?17499768906715*/
.slider-wrapper{
	width: 100%;
}

.slider{
	overflow: hidden;
}

.slider .slider-item{
	width: 100%;
	height: -moz-calc(100vw / 3.32);
	height: -webkit-calc(100vw / 3.32);
	height: calc(100vw / 3.32);	
	position: relative;
	/*background: #6639b6;*/
    background-size: cover;
    background-position: center center;
}

.slide-menu-interface-2-0-1 .slider .slider-item{		
	height: -moz-calc((100vw - 276px) / 3.32);
	height: -webkit-calc((100vw - 276px) / 3.32);
	height: calc((100vw - 276px) / 3.32);
}

.slide-menu-option-1-active .slider .slider-item{		
	height: -moz-calc((100vw - 324px) / 3.32);
	height: -webkit-calc((100vw - 324px) / 3.32);
	height: calc((100vw - 324px) / 3.32);
}

.slide-menu-option-2 .slider .slider-item{		
	height: -moz-calc((100vw - 72px) / 3.32);
	height: -webkit-calc((100vw - 72px) / 3.32);
	height: calc((100vw - 72px) / 3.32);
}

.slider .slider-item + .slider-item{
	display: none;
}

.slider-item__video,
.slider-item__pic,
.slider-item__caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider-item__video{
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	right: unset;
	bottom: unset;
}

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

.slider-item__caption{	
	display: flex;
	flex-direction: column;	
	justify-content: flex-end;
	padding: 80px 0;
}

.slider-item__caption.top{
	justify-content: flex-start;
}

.slider-item__caption.middle{
	justify-content: center;
}

.slider-item__block{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 17px;
}

.slider-item__caption.left .slider-item__block{
	align-items: flex-start;
}

.slider-item__caption.right .slider-item__block{
	align-items: flex-end;
}

.slider-item__title{
	font-family: "Play", sans-serif;
    font-weight: 700;
	font-size: 36px;
	color: #fff;
	line-height: 43px;	
}

.slider-item__text{
	font-size: 24px;	
	color:#fff;
	line-height: 29px;
}

.slider-item__buttons{
	display: flex;
	margin-top: 17px;
}

.slider-item__buttons > a{
	position: relative;
	z-index: 200;
}

.slider-item__buttons > a + a{
	margin-left: 12px;
}

.slider-item__link{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.slider .owl-prev,
.slider .owl-next{
	width: 60px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	z-index: 1;
	text-align: center;	
	background-color: #000;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-moz-transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
	transition: background-color 0.15s ease 0s, opacity 0.15s ease 0s;
}

.slider .owl-prev{
	left: -60px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	-khtml-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
}

.bx-no-touch .slider:hover .owl-prev{
	left: 0px;
	opacity: 0.33;
}

.slider .owl-next{
	right: -60px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.bx-no-touch .slider:hover .owl-next{
	right: 0px;
	opacity: 0.33;
}

.slider .owl-prev.disabled,
.slider .owl-next.disabled{
	display: none;
}

.bx-no-touch .slider .owl-prev:hover,
.bx-touch .slider .owl-prev:active,
.bx-no-touch .slider .owl-next:hover,
.bx-touch .slider .owl-next:active{
	background-color: #6639b6;
	opacity: 1;
}

.slider .owl-prev i,
.slider .owl-next i{
	font-size: 48px;
	color: #fff;	
}

.slider .owl-controls{
	width:100%;
	position:absolute;
	left:0;
	bottom:32px;	
}

.slider .owl-dots{
	display:table;
	margin:-16px auto 0px;
	position:relative;
	top:-32px;
}

.slider .owl-dot{
	float:left;
	margin-right:10px;
}

.slider .owl-dot:last-child{
	margin:0px;
}

.slider .owl-dot span{
	width:16px;
	height:16px;
	display:block;
	border: 1px solid #fff;	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

.slider .owl-dot.active span{
	background-color: #fff;
}

/***PHONES***/
@media(max-width: 1042px){
	.slider .slider-item{		
		min-height: 157px;
	}

	.slide-menu-interface-2-0-1 .slider .slider-item,
	.slide-menu-option-1-active .slider .slider-item,
	.slide-menu-option-2 .slider .slider-item{
		height: -moz-calc(100vw / 3.32);
		height: -webkit-calc(100vw / 3.32);
		height: calc(100vw / 3.32);
	}
	
	.slider .slider-item:before{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		content: "";
		background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
		background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
		background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #263238 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#263238", GradientType=0);
	}

	.slider-item__caption{		
		justify-content: center !important;
		padding: 18px 0;
	}
	
	.slider-item__block{
		align-items: center !important;
		padding: 0;
	}

	.slider-item__title,
	.slider-item__text{
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		text-shadow: none;
		white-space: nowrap;
	}

	.slider-item__title{
		font-family: "Play", sans-serif;
		font-size: 24px;
		line-height: 29px;
	}
	
	.slider-item__text{
		margin-top: 7px;
		font-size: 16px;
		line-height: 19px;
	}

	.slider-item__buttons{
		margin-top: 12px;
	}

	.slider-item__buttons > a + a{
		display: none;
	}
	
	.slider .owl-prev,
	.slider .owl-next,
	.slider .owl-dots{
		display: none;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1271px){
	.slide-menu-interface-2-0-1 .slider .slider-item{		
		height: -moz-calc((100vw - 72px) / 3.32);
		height: -webkit-calc((100vw - 72px) / 3.32);
		height: calc((100vw - 72px) / 3.32);
	}

	.slide-menu-option-1-active .slider .slider-item{
		height: -moz-calc(100vw / 3.32);
		height: -webkit-calc(100vw / 3.32);
		height: calc(100vw / 3.32);
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	.slide-menu-interface-2-0-1 .slider .slider-item{		
		height: -moz-calc((100vw - 72px) / 3.32);
		height: -webkit-calc((100vw - 72px) / 3.32);
		height: calc((100vw - 72px) / 3.32);
	}

	.slide-menu-option-1-active .slider .slider-item{
		height: -moz-calc(100vw / 3.32);
		height: -webkit-calc(100vw / 3.32);
		height: calc(100vw / 3.32);
	}
}
/* End */


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


/* Start:/bitrix/templates/new_mecelectrica/js/owlCarousel/animate.min.css?174997689052536*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_banners/style.css?17499768903906*/
.banners-wrapper{
	width: 100%;
}

.banners-items{
	width: 100%;
	display: table;
}

.banners-item-container{
	display: table-cell;
}

.banners-item-container:link,
.banners-item-container:visited{
	text-decoration: none;		
}

.banners-item{	
	height: 350px;
	display: block;
	position: relative;
	overflow: hidden;
}

.banners-item-pic,
.banners-item-block-container,
.banners-item-block-container:before,
.banners-item-block-container:after,
.banners-item-block{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.banners-item-pic{
	/*background-color: #566b75;*/
	z-index: 197;
}

.banners-item-pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;	
	z-index: 198;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.banners-item-pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .banners-item-container:hover .banners-item-pic > img,
.bx-touch .banners-item-container:active .banners-item-pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.1) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.banners-item-block-container{	
	z-index: 199;
}

.banners-item-block-container:before{
	content: "";
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #263238 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#263238", GradientType=0);
}

.banners-item-block-container:after{
	opacity: 0;
	content: "";
	/*background: -moz-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #6639b6 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #6639b6 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0.5) 50%, #6639b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80263238", endColorstr="#6639b6", GradientType=0);*/
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.bx-no-touch .banners-item-container:hover .banners-item-block-container:after,
.bx-touch .banners-item-container:active .banners-item-block-container:after{
	opacity: 1;
}

.banners-item-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px;
	z-index: 200;
}

.banners-item-icon{
	margin-bottom: 32px;
}

.banners-item-icon > i{
	font-size: 150px;
	color: #fff;
}

.banners-item-title,
.banners-item-text{
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.banners-item-title{
	font-family: "Play", sans-serif;
	font-size: 30px;	
	color: #fff;
	line-height: 36px;
}

.banners-item-text{	
	color: #fff;	
}

/***PHONES***/
@media(max-width: 1042px){
	.banners-item-container{
		display: table-row;
	}

	.banners-item{	
		height: 178px;
	}

	.banners-item-block{
		padding: 18px;
	}
	
	.banners-item-icon{
		margin-bottom: 18px;
	}

	.banners-item-icon > i{
		font-size: 75px;
	}

	.banners-item-title{
		font-size: 20px;
		line-height: 24px;
	}

	.banners-item-text{
		margin-top: 6px;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_promotions/style.css?17499768909478*/
.promotions-wrapper,
.promotions-items-container,
.promotions-items{
	width: 100%;
}

.promotions-items-container{
	position: relative;
}

.promotions-items{	
	display: flex;
}

/***ITEM***/
.promotions-item{	
	width: -moz-calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px);	
	height: 320px;
	display: block;
	margin-left: -1px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
}

.promotions-item-pic,
.promotions-item-block-container,
.promotions-item-block-container:before,
.promotions-item-block-container:after,
.promotions-item-block{
	position: absolute;
	left: 0;
	right: 1px;
	top: 0;
	bottom: 0;
}

/***ITEM_PIC***/
.promotions-item-pic{
	background-color: #566b75;
	z-index: 197;
}

.promotions-item-pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;	
	z-index: 198;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.promotions-item-pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .promotions-item:hover .promotions-item-pic > img,
.bx-touch .promotions-item:active .promotions-item-pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.1) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/***ITEM_BLOCK***/
.promotions-item-block-container{	
	z-index: 199;
}

.promotions-item-block-container:before,
.promotions-item-block-container:after{
	right: 0;
}

.promotions-item-block-container:before{
	content: "";
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #263238 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#263238", endColorstr="#263238", GradientType=0);
}

.promotions-item-block-container:after{
	opacity: 0;
	content: "";
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #6639b6 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0.5) 0%, #6639b6 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0.5) 50%, #6639b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80263238", endColorstr="#6639b6", GradientType=0);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.bx-no-touch .promotions-item:hover .promotions-item-block-container:after,
.bx-touch .promotions-item:active .promotions-item-block-container:after{
	opacity: 1;
}

.promotions-item-block{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 24px;
	z-index: 200;
}

.promotions-item-title{
	font-family: "Play", sans-serif;
	font-size: 24px;	
	color: #fff;
	text-align: center;
	line-height: 29px;
}

.promotions-item-date{	
	margin-top: 12px;
	color: #fff;
	text-align: center;
}

/***ITEM_ICONS***/
.promotions-item-icons{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 12px;
	right: 13px;
	top: 12px;
	z-index: 200;
}

.promotions-item-icon{
	overflow: hidden;
}

.promotions-item-icon + .promotions-item-icon{
	margin-left: 12px;
	overflow: visible;
}

/***ITEM_MARKER***/
.promotions-item-marker-container{
	max-width: 100%;
	float: left;
	clear: left;
}

.promotions-item-marker-container + .promotions-item-marker-container{
	margin-top: 4px;
}

.promotions-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;	
}

.promotions-item-marker-14px{
	padding-top: 6px;
	padding-bottom: 5px;
}

.promotions-item-marker-24px{
	padding-top: 7px;
	padding-bottom: 6px;
}

.promotions-item-marker > i{
	margin-right: 7px;
	font-size: 18px;
	color: #fff;
}

.promotions-item-marker-14px > i{
	font-size: 14px;
}

.promotions-item-marker-24px > i{
	font-size: 24px;
}

.promotions-item-marker > span{
	overflow: hidden;	
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.promotions-item-marker-14px > span{
	font-size: 14px;
	line-height: 17px;
}

.promotions-item-marker-24px > span{
	font-size: 24px;
	line-height: 29px;
}

/***ITEM_TIMER***/
.promotions-item-timer{	
	display: flex;
	align-items: center;
	padding: 12px 12px 11px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #6639b6;	
}

.promotions-item-timer > i{	
	margin-right: 7px;
	font-size: 16px;
	color: #fff;
}

.promotions-item-timer > span{		
	color: #fff;
	white-space: nowrap;
}

.promotions-item-timer .countdown-amount:after{	
	content: ":";
}

.promotions-item-timer .countdown-section:last-child .countdown-amount:after{
	content: none;
}

.promotions-item-timer .countdown-period{
	display: none;
}

/***PREV_NEXT***/
.promotions-items-container .owl-prev,
.promotions-items-container .owl-next{
	width: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 200;
}

.promotions-items-container .owl-prev{
	left: 0;
	background: -moz-linear-gradient(left, rgba(38, 50, 56, 1) 0%, rgba(38, 50, 56, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(38, 50, 56, 1) 0%, rgba(38, 50, 56, 0) 100%);
	background: linear-gradient(to right, rgba(38, 50, 56, 1) 0%, rgba(38, 50, 56, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263238', endColorstr='#263238', GradientType=1);
}

.promotions-items-container .owl-next{
	right: 0;
	background: -moz-linear-gradient(left, rgba(38, 50, 56, 0) 0%, rgba(38, 50, 56, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(38, 50, 56, 0) 0%, rgba(38, 50, 56, 1) 100%);
	background: linear-gradient(to right, rgba(38, 50, 56, 0) 0%, rgba(38, 50, 56, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263238', endColorstr='#263238', GradientType=1);
}

.promotions-items-container .owl-prev-icon,
.promotions-items-container .owl-next-icon{
	width: 81px;
	height: 96px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -48px;
	position: absolute;
	top: 50%;
	background: rgba(38, 50, 56, 0.3);	
	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;
}

.promotions-items-container .owl-prev-icon{
	left: 0;
	-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;
}

.promotions-items-container .owl-next-icon{
	right: 0;
	-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;
}

.bx-no-touch .promotions-items-container .owl-prev-icon:hover,
.bx-touch .promotions-items-container .owl-prev-icon:active,
.bx-no-touch .promotions-items-container .owl-next-icon:hover,
.bx-touch .promotions-items-container .owl-next-icon:active{
	background: #6639b6;	
}

.promotions-items-container .owl-prev-icon > i,
.promotions-items-container .owl-next-icon > i{
	font-size: 48px;
	color: #fff;	
}

.promotions-items-container .owl-prev.disabled,
.promotions-items-container .owl-next.disabled{
	display: none;
}

/***PHONES***/
@media(max-width: 1042px){
	/***ITEM***/
	.promotions-item{
		width: 100%;
		height: 185px;
		margin: 0;
	}

	.promotions-item:nth-child(n+2){
		display: none;
	}

	.promotions-item-pic,
	.promotions-item-block-container,
	.promotions-item-block-container:before,
	.promotions-item-block-container:after,
	.promotions-item-block{		
		right: 0;
	}

	/***ITEM_BLOCK***/
	.promotions-item-block{
		padding: 18px;
	}

	.promotions-item-title{
		font-size: 20px;
		line-height: 24px;
	}

	.promotions-item-date{	
		margin-top: 6px;
	}

	/***ITEM_ICONS***/
	.promotions-item-icons{		
		right: 12px;
	}

	/***PREV_NEXT***/
	.promotions-items-container .owl-prev,
	.promotions-items-container .owl-next{
		width: 100px;
	}
	
	.promotions-items-container .owl-prev-icon,
	.promotions-items-container .owl-next-icon{
		width: 40px;
		height: 48px;		
		margin-top: -24px;
	}
	
	.promotions-items-container .owl-prev-icon > i,
	.promotions-items-container .owl-next-icon > i{
		font-size: 24px;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	/***ITEM***/
	.promotions-item:nth-child(n+4){
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_advantages/style.css?1749976890465*/
.advantages-wrapper{
	background-color: #fff;
}

.advantages{
	padding-top: 32px;
	padding-bottom: 12px;
	padding-left: 24px;
}

.advantages .col-xs-12.col-md-3{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.adv-item__caption{
	display: table;
	margin-bottom: 20px;
}

.adv-item__icon,
.adv-item__text{
	display: table-cell;
	vertical-align: middle;
}

.adv-item__icon{
	padding-right: 22px;
}

.adv-item__icon i{
	font-size: 28px;
	color: #000;
}
/* End */


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/catalog.product.subscribe/.default/style.css?17499768901935*/
.bx-catalog-subscribe-popup-window{
	font-family: "Play", sans-serif;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
}

.popup-window.bx-catalog-subscribe-popup-window.popup-window-with-titlebar{
	padding: 0;
}

.bx-catalog-subscribe-popup-window .popup-window-titlebar{
	width: 100%;
	height: 65px;
	display: table;
	padding: 0 50px 0 32px;
	background-color: #f1f6f7;
}

.bx-catalog-subscribe-popup-window .popup-window-titlebar-text{
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	font-family: "Play", sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #263238;
	line-height: 24px;
}

.bx-catalog-subscribe-popup-window .popup-window-content{
	padding: 18px 32px 0;
}

.bx-catalog-subscribe-alert{
	padding-bottom: 32px;
}

.bx-catalog-subscribe-alert .alert{
	margin: 0;
}

.bx-catalog-subscribe-form-caption{
	margin: -3px 0 9px;
	font-size: 16px;
	color: #263238;
	line-height: 19px;
}

.bx-catalog-subscribe-popup-window .popup-window-close-icon{
	width: 50px;
	height: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 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: #78909c;
}

.bx-no-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:hover > i,
.bx-touch .bx-catalog-subscribe-popup-window .popup-window-close-icon:active > i{
	color: #6639b6;
}

.bx-catalog-subscribe-popup-window .popup-window-buttons{
	padding: 0 32px 32px;
}

.bx-catalog-subscribe-popup-window .popup-window-buttons button{
	width: 100%;
}
/* End */


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

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

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

.product-item{
	width:100%;	
	top: 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;	
	padding: 24px;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;	
	-webkit-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-moz-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	-o-transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
	transition: height 0.15s ease 0s, top 0.15s ease 0s, box-shadow 0.15s ease 0s;
}

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

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

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

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

.product-item-container.hover .product-item{
	min-height: -moz-calc(100% + 6px);
	min-height: -webkit-calc(100% + 6px);
	min-height: calc(100% + 6px);
	position: absolute;
	left: 0;
	top: -3px;	
	-webkit-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	-moz-box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
	box-shadow: 0 0 36px rgba(85, 104, 110, 0.18);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-properties-val{
	padding-left: 8px;
	padding-right: 12px;
	font-family: "Play", sans-serif;
    font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-scu-list{
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-price-current{		
	font-family: "Play", sans-serif;
    font-weight: bold;
	font-size: 20px;	
	color: #000;
	line-height: 24px;	
}

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

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

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

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

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

/***PRICE_RANGES***/
.product-item-price-ranges-icon > i{
	font-size: 18px;
	color: #ced9db;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .product-item-price-container:hover .product-item-price-ranges-icon > i,
.bx-touch .product-item-price-container:active .product-item-price-ranges-icon > i{
	color: #6639b6;
}

.product-item-ranges-container{
	margin-bottom: 12px;
	position: absolute;
	left: -9999px;
	bottom: 100%;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	-moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	background: #f1f6f7;
	opacity: 0;
	-moz-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	-webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	z-index: 200;
}

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

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

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

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

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

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

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

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

/***OFFERS_COUNT***/
.product-item-offers-count{
	margin-top: 6px;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

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

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

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

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

/***QUANTITY***/
.price [data-entity="quantity-block"]{
	width: 160px;
	margin-left: 24px;
}

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

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

.price .product-item-amount + .product-item-amount{
	margin-top: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.product-item-total-cost > span{
	margin-left: 6px;
	font-family: "Play", sans-serif;
    font-weight: bold;
	color: #263238;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/***PHONES***/
@media(max-width: 1042px){
	.product-item-container{
		height: auto !important;
		display: block;
		margin-left: -18px;
		margin-right: -18px;
		position: static;
	}
	
	.product-item,
	.container-ws .card .product-item,
	.popup-panel .card .product-item,
	.list .product-item,
	.price .product-item{	
		display: block;
		padding: 18px;
		border-left: none;
		border-right: none;
		border-top: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/menu/sections/style.css?17499768908935*/
.catalog-sections-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.catalog-sections-wrapper .h1{
	padding: 64px 0 32px;
}

.block-catalog-sections{	
	padding-bottom: 40px;
}

.container-ws .block-catalog-sections{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 64px;
}

.container-ws .block-catalog-sections:before,
.container-ws .block-catalog-sections:after{
	content: none;
}

.container-ws .block-catalog-sections [class*="col-"]{
	width: 12.5%; /***8 columns***/
}

.catalog-section-item{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	padding: 18px 18px 13px;
	position: relative;	
	border: 1px solid #e8edef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
}

.catalog-section-item:link,
.catalog-section-item:visited{
	text-decoration: none;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.container-ws .catalog-section-item{
	margin: 0;
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.bx-no-touch .catalog-section-item:hover,
.bx-touch .catalog-section-item:active{
	-webkit-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	z-index: 202;
}

.catalog-section-item__count{
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 1px 5px;
	font-size: 11px;	
	color: #78909c;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	z-index: 200;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__count,
.bx-touch .catalog-section-item:active .catalog-section-item__count{
	color: #fff;
	background: #566b75;
}

.catalog-section-item__graph{
	width: 100%;
	height: 134px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.catalog-section-item__graph > i{
	font-size: 90px;
	color: #455a64;
}

.catalog-section-item__graph > img{
	width: auto;
	height: auto;
	max-width: 134px;
	max-height: 134px;
}

.catalog-section-item__title{
	height: 55px;
	margin: 8px -8px 0px;	
	overflow: hidden;
	color: #263238;
	text-align: center;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__title,
.bx-touch .catalog-section-item:active .catalog-section-item__title{
	color: #6639b6;
}

/***PHONES***/
@media(max-width: 1042px){
	.catalog-sections-wrapper .h1{
		padding: 19px 0px 18px;
		font-family: "Play", sans-serif;
		font-size: 16px;		
		line-height: 19px;
	}

	.block-catalog-sections{
		padding-bottom: 0;
	}

	.container-ws .block-catalog-sections{
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.block-catalog-sections [class*="col-"]{
		padding-left: 0;
		padding-right: 0;
	}

	.container-ws .block-catalog-sections [class*="col-"]{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.catalog-section-item,
	.container-ws .catalog-section-item{
		flex-direction: row;
		margin: 0;
		padding: 12px 18px;
		border: none;
		border-bottom: 1px solid #e8edef;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;		
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.bx-no-touch .catalog-section-item:hover,
	.bx-touch .catalog-section-item:active{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.catalog-section-item__count{
		right: 12px;
	}
	
	.catalog-section-item__graph{
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin-right: 12px;
	}

	.catalog-section-item__graph > i{
		font-size: 36px;
	}

	.catalog-section-item__graph > img{
		max-width: 36px;
		max-height: 36px;
	}

	.catalog-section-item__title{		
		width: 100%;
		height: auto;
		align-self: center;
		margin: 0;
		overflow: visible;
		text-align: left;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(1) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(2) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(3) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(4) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 1043px) and (max-width: 1271px){
	.catalog-section-item__graph{
		height: 94px;
	}

	.catalog-section-item__graph > i{
		font-size: 72px;
	}

	.catalog-section-item__graph > img{		
		max-width: 94px;
		max-height: 94px;
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	.container-ws .block-catalog-sections [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.container-ws .block-catalog-sections [class*="col-"]:nth-child(5n+5) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1104px) and (max-width: 1379px){
	.container-ws .block-catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.container-ws .block-catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .block-catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	.container-ws .block-catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .block-catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.slide-menu-interface-2-0-1 .container-ws .block-catalog-sections [class*="col-"],
	.slide-menu-option-1-active .container-ws .block-catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}
	
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}
	
	.slide-menu-interface-2-0-1 .container-ws .block-catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item,
	.slide-menu-option-1-active .container-ws .block-catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	.slide-menu-interface-2-0-1 .container-ws .block-catalog-sections [class*="col-"],
	.slide-menu-option-1-active .container-ws .block-catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.container-ws .block-catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item,
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-catalog-sections [class*="col-"]:nth-child(8) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-catalog-sections [class*="col-"]:nth-child(8n+8) .catalog-section-item{
		border-right: none;
	}
	
	.slide-menu-interface-2-0-1 .container-ws .block-catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item,
	.slide-menu-option-1-active .container-ws .block-catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_brands/style.css?17499768908327*/
.brands-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.brands-wrapper .h1{
	padding: 64px 0 32px;
}

.block-brands{
	padding-bottom: 32px;
}

.container-ws .block-brands{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 64px;
}

.container-ws .block-brands:before,
.container-ws .block-brands:after{
	content: none;
}

.container-ws .block-brands [class*="col-"]{
	width: 12.5%; /***8 columns***/
}

/***ITEM***/
.brands-item{
	height: 166px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
	padding: 24px 12px 18px;
	position: relative;	
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	background: #fff;
}

.brands-item:link,
.brands-item:visited{
	text-decoration: none;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.container-ws .brands-item{
	margin: 0;
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.bx-no-touch .brands-item:hover,
.bx-touch .brands-item:active{
	-webkit-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 36px rgba(38, 50, 56, 0.16);
	z-index: 202;
}

/***ITEM_IMAGE***/
.brands-item-image{
	width: 112px;
	height: 56px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}

.brands-item-image > img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 56px;
}

/***ITEM_MARKERS***/
.brands-item-markers{	
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 200;
}

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

.brands-item-marker-container + .brands-item-marker-container{
	margin-top: 4px;
}

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

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

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

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

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

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

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

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

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

/***ITEM_TITLE***/
.brands-item-title{
	width: 100%;
	margin-top: 24px;
	color: #263238;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	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 .brands-item:hover .brands-item-title,
.bx-touch .brands-item:active .brands-item-title{
	color: #6639b6;
}

/***ITEM_TEXT***/
.brands-item-text{
	width: 100%;
	margin-top: 6px;
	font-size: 14px;
	line-height: 17px;
	color: #78909c;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/***BUTTONS***/
.brands-buttons{
	display: flex;
	justify-content: center;
	margin-top: -32px;
	padding-bottom: 64px;
}

/***PHONES***/
@media(max-width: 1042px){
	.brands-wrapper .h1{
		padding: 32px 0 18px;
	}

	.container-ws .block-brands:before{		
		width: 100%;
		height: 1px;
		display: block !important;		
		content: "" !important;
		background: #e8edef;
	}

	.block-brands{
		margin-left: -6px !important;
		margin-right: -6px !important;
		padding-bottom: 20px;
	}

	.container-ws .block-brands{
		margin-left: -18px !important;
		margin-right: -18px !important;
		padding-bottom: 32px;
	}

	.block-brands [class*="col-"]{
		padding-left: 6px;
		padding-right: 6px;
	}

	.container-ws .block-brands [class*="col-"]{
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}
	
	/***ITEM***/
	.brands-item{
		margin-bottom: 12px;
	}

	.container-ws .block-brands [class*="col-"]:nth-child(2n+2) .brands-item{
		border-right: none;
	}

	/***ITEM_MARKERS***/
	.brands-item-marker{	
		padding-left: 8px;
		padding-right: 8px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;	
	}

	.brands-item-marker,
	.brands-item-marker-14px,
	.brands-item-marker-24px{
		padding-top: 3px;
		padding-bottom: 2px;
	}
	
	.brands-item-marker > i{
		margin-right: 5px;
	}

	.brands-item-marker > i,
	.brands-item-marker-14px > i,
	.brands-item-marker-24px > i{		
		font-size: 11px;
	}
	
	.brands-item-marker > span,
	.brands-item-marker-14px > span,
	.brands-item-marker-24px > span{
		font-size: 11px;
		line-height: 16px;
	}

	/***BUTTONS***/
	.brands-buttons{
		margin-top: -14px;
		padding-bottom: 32px;
	}

	.brands-buttons > .btn{
		width: 100%;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px){
	.container-ws .block-brands [class*="col-"]:nth-child(1) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(2) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(3) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(4) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(5) .brands-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 1043px) and (max-width: 1103px){
	.container-ws .block-brands [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.container-ws .block-brands [class*="col-"]:nth-child(5n+5) .brands-item{
		border-right: none;
	}
}

@media(min-width: 1104px) and (max-width: 1379px){
	.container-ws .block-brands [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.container-ws .block-brands [class*="col-"]:nth-child(6) .brands-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .block-brands [class*="col-"]:nth-child(6n+6) .brands-item{
		border-right: none;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	.container-ws .block-brands [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .block-brands [class*="col-"]:nth-child(6) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(7) .brands-item{
		border-top: 1px solid #e8edef;
	}
	
	.container-ws .block-brands [class*="col-"]:nth-child(7n+7) .brands-item{
		border-right: none;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .block-brands [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.slide-menu-interface-2-0-1 .container-ws .block-brands [class*="col-"],
	.slide-menu-option-1-active .container-ws .block-brands [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}
	
	.container-ws .block-brands [class*="col-"]:nth-child(6) .brands-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-brands [class*="col-"]:nth-child(7) .brands-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-interface-2-0-1):not(.slide-menu-option-1-active) .container-ws .block-brands [class*="col-"]:nth-child(7n+7) .brands-item{
		border-right: none;
	}
	
	.slide-menu-interface-2-0-1 .container-ws .block-brands [class*="col-"]:nth-child(6n+6) .brands-item,
	.slide-menu-option-1-active .container-ws .block-brands [class*="col-"]:nth-child(6n+6) .brands-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	.slide-menu-option-1-active .container-ws .block-brands [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .block-brands [class*="col-"]:nth-child(6) .brands-item,
	.container-ws .block-brands [class*="col-"]:nth-child(7) .brands-item,
	body:not(.slide-menu-option-1-active) .container-ws .block-brands [class*="col-"]:nth-child(8) .brands-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-option-1-active) .container-ws .block-brands [class*="col-"]:nth-child(8n+8) .brands-item{
		border-right: none;
	}
	
	.slide-menu-option-1-active .container-ws .block-brands [class*="col-"]:nth-child(7n+7) .brands-item{
		border-right: none;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_services/style.css?17499768905985*/
.services-wrapper{
	width: 100%;
	background: #e3ecef;
}

.services{
	padding-top: 40px;
	padding-bottom: 35px;
}

.services .h1{
	padding-bottom: 32px;
	text-align: center;
}

.services .col-xs-12.col-md-3{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.services .services-item{	
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 29px;
	text-decoration: none;
}

.services-item__pic{
	width: 100%;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
	background: #ced9db;
}

.services-item__pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.services-item__pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .services .services-item:hover .services-item__pic > img,
.bx-touch .services .services-item:active .services-item__pic > img{	
	-moz-transform: translate(-50%, -50%) scale(1.25) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.25);
	-webkit-transform: translate(-50%, -50%) scale(1.25);
	transform: translate(-50%, -50%) scale(1.25);	
}

.services-item__icon{
	width: 180px;
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	border-radius: 90px;
	background: #f1f6f7;	
	-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 .services .services-item:hover .services-item__icon,
.bx-touch .services .services-item:active .services-item__icon,
.bx-no-touch .sections .section-item:hover .section-item__icon,
.bx-touch .sections .section-item:active .section-item__icon{	
	background: transparent;
}

.services-item__icon > i,
.section-item__icon > i{
	font-size: 70px;
	color: #455a64;	
	-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 .services .services-item:hover .services-item__icon > i,
.bx-touch .services .services-item:active .services-item__icon > i,
.bx-no-touch .sections .section-item:hover .section-item__icon > i,
.bx-touch .sections .section-item:active .section-item__icon > i{	
	color: #6639b6;	
	-moz-transform: scale(1.25) rotate(0.02deg);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.services-item__caption{
	width: 100%;
	text-align: center;
}

.services-item__title{	
	margin-top: 18px;
	font-family: "Play", sans-serif;
	color: #000;
	-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 .services .services-item:hover .services-item__title,
.bx-touch .services .services-item:active .services-item__title{
	color: #6639b6;
}

.services-item__text{
	margin-top: 12px;
	color: #455a64;
}

/***PHONES***/
@media(max-width: 1042px){
	.services{
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.services .h1{		
		padding-bottom: 24px;
	}	

	.services .col-xs-12.col-md-3{
		float: left;
		display: block;
	}

	.services .services-item{
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	
	.services-item__pic{
		width: 86px;
		min-width: 86px;
		margin-right: 12px;
	}

	.services-item__pic > img{
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.services-item__pic > img[data-lazyload-src]{
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
	}

	.bx-no-touch .services .services-item:hover .services-item__pic > img,
	.bx-touch .services .services-item:active .services-item__pic > img{	
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);	
	}

	.services-item__icon{
		width: 80px;
		min-width: 80px;
		height: 80px;
		margin-right: 12px;
		-webkit-transition: all 0.15s ease 0s;
		-moz-transition: all 0.15s ease 0s;
		-o-transition: all 0.15s ease 0s;
		transition: all 0.15s ease 0s;
	}

	.bx-no-touch .services .services-item:hover .services-item__icon,
	.bx-touch .services .services-item:active .services-item__icon{
		background: #fff;
	}

	.services-item__icon > i{
		font-size: 32px;
	}

	.bx-no-touch .services .services-item:hover .services-item__icon > i,
	.bx-touch .services .services-item:active .services-item__icon > i{
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.services-item__caption{
		text-align: left;
	}

	.services-item__title{
		margin-top: 3px;
		-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;
	}

	.services-item__text{
		margin-top: 6px;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_gallery/style.css?17499768903581*/
.gallery-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.gallery{
	padding-top: 40px;
	padding-bottom: 34px;
}

.gallery.no_h1{
	padding-top: 64px;	
}

.gallery .h1{
	padding-bottom: 32px;
	text-align: center;
}

.gallery-wrapper.detail .gallery .h1{
	text-align: left;
}

.gallery .gallery-item{	
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.gallery-item__image{	
	display: block;
	background: #ced9db;
}

.gallery-item__image > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.gallery-item__image > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .gallery .gallery-item:hover .gallery-item__image > img,
.bx-touch .gallery .gallery-item:active .gallery-item__image > img{
	-moz-transform: translate(-50%, -50%) scale(1.25) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.25);
	-webkit-transform: translate(-50%, -50%) scale(1.25);
	transform: translate(-50%, -50%) scale(1.25);
}

.gallery-item__image:after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	content: "";
	background-color: rgba(38, 50, 56, 0.7);
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.bx-no-touch .gallery .gallery-item:hover .gallery-item__image:after,
.bx-touch .gallery .gallery-item:active .gallery-item__image:after{
	opacity: 1;
}

.gallery-item__caption-wrap{
	width: 100%;
	display: table;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transition: top 0.5s ease 0s;
	-moz-transition: top 0.5s ease 0s;
	-o-transition: top 0.5s ease 0s;
	transition: top 0.5s ease 0s;
}

.bx-no-touch .gallery .gallery-item:hover .gallery-item__caption-wrap,
.bx-touch .gallery .gallery-item:active .gallery-item__caption-wrap{
	top: 0;
}

.gallery-item__caption{
	display: table-cell;
	vertical-align: middle;
	padding-top: 6px;
	text-align: center;
}

.gallery-item__title,
.gallery-item__text{
	display: block;
}

.gallery-item__title{
	font-family: "Play", sans-serif;
	color: #fff;	
}

.gallery-item__text{
	margin-top: 6px;
	color: #fff;
}

.gallery-item__bg{
	background-color: #ced9db;	
}

/***PHONES***/
@media(max-width: 1042px){
	.gallery{
		padding: 8px 15px 26px;		
	}
	
	.gallery.no_h1{
		padding-top: 32px;
	}
	
	.gallery .col-xs-12,
	.gallery .col-xs-6.col-md-3{
		padding-left: 3px;
		padding-right: 3px;
	}

	.gallery .gallery-item{
		margin-bottom: 6px;
	}

	.gallery-item__text{
		font-size: 14px;
		line-height: 17px;
	}
	
	.gallery-item__bg{
		margin-bottom: 6px;
	}
}
/* End */


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

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

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

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

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

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

.fancybox-outer{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.fancybox-inner{
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.fancybox-prev{
	left: 0;
}

.fancybox-next{
	right: 0;
}

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

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

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

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

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

/* Overlay helper */
.fancybox-lock{
    overflow: hidden !important;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-title-inside-wrap{
	padding: 12px 0;
}

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span{
		background-image: url('/bitrix/templates/new_mecelectrica/js/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

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

/***PHONES***/
@media(max-width: 1042px){
	.fancybox-nav span{
		visibility: visible;
	}

	.fancybox-title-inside-wrap{
		padding: 6px 0;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_news/style.css?17499768903154*/
.news-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.news{
	padding-top: 40px;
	padding-bottom: 64px;
}

.news .h1{	
	padding-bottom: 32px;
	text-align: center;
}

.news .col-xs-12.col-md-4{
	float: none;
	display: inline-block;
	vertical-align: top;
}

.news .news-item{
	width: 100%;
	display: flex;
	margin-bottom: 32px;
	text-decoration: none;
}

.news-item__pic-wrapper{
	width: 100px;
	min-width: 100px;
	margin-right: 18px;
}

.news-item__pic{
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	background-color: #ced9db;
	-webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.news-item__pic > img{
	width: auto;
	max-width: 100px;
	height: auto;
	max-height: 100px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}

.news-item__pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .news .news-item:hover .news-item__pic > img,
.bx-touch .news .news-item:active .news-item__pic > img{
	-moz-transform: scale(1.25) rotate(0.02deg);
	-o-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.news-item__caption{
	width: 100%;
}

.news-item__date{	
	display: table;
	margin-top: 6px;
	color: #78909c;	
}

.news-item__title{
	margin-top: 6px;
	color: #263238;	
	-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 .news .news-item:hover .news-item__title,
.bx-touch .news .news-item:active .news-item__title{
	color: #6639b6;	
}

.news .all-news{
	display: flex;
	justify-content: center;
}

/***PHONES***/
@media(max-width: 1042px){
	.news{
		padding-top: 8px;
		padding-bottom: 32px;
	}
	
	.news .col-xs-12.col-md-4{
		float: left;
		display: block;
	}

	.news .news-item{
		margin-bottom: 12px;
	}

	.news-item__pic-wrapper{
		width: 80px;
		min-width: 80px;
		margin-right: 12px;
	}

	.news-item__pic{
		width: 80px;
		height: 80px;
	}
	
	.news-item__pic > img{
		max-width: 80px;
		max-height: 80px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}

	.news-item__pic > img[data-lazyload-src]{
		-webkit-transition: opacity 0.3s ease 0s;
		-moz-transition: opacity 0.3s ease 0s;
		-o-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
	}

	.bx-no-touch .news .news-item:hover .news-item__pic > img,
	.bx-touch .news .news-item:active .news-item__pic  > img{
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	
	.news .all-news{
		margin-top: 6px;
	}

	.news .all-news .btn{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_articles/style.css?17499768904853*/
.articles-wrapper{
	width: 100%;
	background: #f1f6f7;
}

.articles{
	padding: 40px 0 32px;
}

.articles .h1{
	padding-bottom: 32px;
	text-align: center;
}

/***ITEM***/
.articles-item{
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 32px;
	padding: 24px;
	position: relative;
	overflow: hidden;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #263238;
}

.articles-item:link,
.articles-item:visited{
	text-decoration: none;
}

/***ITEM_PIC***/
.articles-item-pic-container{
	height: 78.75%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 197;
}

.articles-item-pic{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #566b75;
}

.articles-item-pic > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	-webkit-transition: -webkit-transform 0.45s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s;
	transition: transform 0.45s ease 0s;
}

.articles-item-pic > img[data-lazyload-src]{
	-webkit-transition: -webkit-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-moz-transition: -moz-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	-o-transition: -o-transform 0.45s ease 0s, opacity 0.3s ease 0s;
	transition: transform 0.45s ease 0s, opacity 0.3s ease 0s;
}

.bx-no-touch .articles-item:hover .articles-item-pic > img,
.bx-touch .articles-item:active .articles-item-pic > img{
	-moz-transform: translate(-50%, -50%) scale(1.1) rotate(0.02deg);
	-o-transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

/***ITEM_BACKGROUND***/
.articles-item-background{
	height: 67.8125%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 198;
}

.articles-item-background:before,
.articles-item-background:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}

.articles-item-background:before{
	background: -moz-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 69%, #263238 100%);
	background: -webkit-linear-gradient(top, rgba(38, 50, 56, 0) 0%, #263238 69%, #263238 100%);
	background: linear-gradient(to bottom, rgba(38, 50, 56, 0) 0%, #263238 69%, #263238 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263238', endColorstr='#263238', GradientType=0);
}

.articles-item-background:after{
	/*opacity: 0;
	background: -moz-linear-gradient(top, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	background: -webkit-linear-gradient(top, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	background: linear-gradient(to bottom, rgba(102, 57, 182, 0) 0%, #6639b6 69%, #6639b6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006639b6', endColorstr='#6639b6', GradientType=0);*/
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.bx-no-touch .articles-item:hover .articles-item-background:after,
.bx-touch .articles-item:active .articles-item-background:after{
	opacity: 1;
}

/***ITEM_BLOCK***/
.articles-item-block{
	display: flex;
	flex-direction: column;
	z-index: 199;
}

/***ITEM_TITLE***/
.articles-item-title{
	font-family: "Play", sans-serif;
    font-weight: 700;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}

/***ITEM_TEXT***/
.articles-item-text{
	margin-top: 12px;
	color: #fff;
}

/***ITEM_MARKER***/
.articles-item-marker-container{	
	position: absolute;
	left: 12px;
	right: 12px;
	top: 12px;
	z-index: 200;
}

.articles-item-marker{	
	max-width: 100%;
	display: inline-flex;
	align-items: center;	
	padding: 6px 12px 5px;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #6639b6;
}

.articles-item-marker > span{
	overflow: hidden;	
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	line-height: 17px;
	white-space: nowrap;
}

/***BUTTONS***/
.articles-buttons{
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

/***PHONES***/
@media(max-width: 1042px){
	.articles{
		padding-top: 8px;
		padding-bottom: 20px;
	}

	.articles .h1{
		padding-bottom: 18px;
		text-align: left;
	}

	/***ITEM***/
	.articles-item{
		height: -moz-calc((100vw - 36px) * 0.85);
		height: -webkit-calc((100vw - 36px) * 0.85);
		height: calc((100vw - 36px) * 0.85);
		margin-bottom: 18px;
		padding: 18px;
	}

	/***BUTTONS***/
	.articles-buttons{
		margin-bottom: 12px;
	}

	.articles-buttons > .btn{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/new_mecelectrica/components/bitrix/news.list/contacts/style.css?17499768909243*/
/***ITEM***/
.contacts-item{
	width: 100vw;	
	margin-left: -moz-calc((100vw - 100%) / -2);
	margin-left: -webkit-calc((100vw  - 100%) / -2);
	margin-left: calc((100vw - 100%) / -2);
	margin-top: -40px;
	position: relative;
}

.slide-menu-interface-2-0-1 .contacts-item{
	width: -moz-calc(100vw - 276px);
	width: -webkit-calc(100vw - 276px);
	width: calc(100vw - 276px);	
	margin-left: -moz-calc((100vw - 276px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 276px - 100%) / -2);
	margin-left: calc((100vw - 276px - 100%) / -2);
}

.slide-menu-option-1-active .contacts-item{
	width: -moz-calc(100vw - 324px);
	width: -webkit-calc(100vw - 324px);
	width: calc(100vw - 324px);	
	margin-left: -moz-calc((100vw - 324px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 324px - 100%) / -2);
	margin-left: calc((100vw - 324px - 100%) / -2);
}

.slide-menu-interface-2-0-1-inner .contacts-item,
.slide-menu-option-2 .contacts-item{
	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);
}

/***ITEM_CAPTION***/
.contacts-item-caption{	
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 32px;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
	-moz-box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
	box-shadow: 0 0 24px rgba(38, 50, 56, 0.16);
	background: #fff;
	z-index: 200;
}

/***ITEM_TITLE***/
.contacts-item-title{
	padding: 24px 32px;
	font-family: "Play", sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	background: #f1f6f7;
}

/***ITEM_ROW***/
.contacts-item-row{
	display: flex;
	align-items: center;
	padding: 16px 32px 15px;
	border-bottom: 1px solid #e3ecef;
}

/***ITEM_ICON***/
.contacts-item-icon{
	width: 24px;
	min-width: 24px;
	margin-right: 16px;
}

.contacts-item-address .contacts-item-icon{
	align-self: flex-start;
}

.contacts-item-icon > i{
	font-size: 24px;
	color: #b2c7cb;
}

/***ITEM_LOADER***/
.contacts-item-loader{
	width: 24px;
	height: 24px;
	position: relative;
}

.contacts-item-loader:after,
.contacts-item-loader > div,
.contacts-item-loader > div > span,
.contacts-item-loader > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.contacts-item-loader:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.contacts-item-loader > div{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.contacts-item-loader > div > span{
	clip: rect(0, 24px, 24px, 12px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.contacts-item-loader > div > span:after{
	content: "";
	clip: rect(0, 24px, 24px, 12px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

/***ITEM_TEXT***/
.contacts-item-text{
	width: 100%;
}

.contacts-item-link:link,
.contacts-item-link:visited{
	color: #263238;
	text-decoration: none;
}

.contacts-item-phone .contacts-item-link,
.contacts-item-whatsapp .contacts-item-link,
.contacts-item-viber .contacts-item-link{
	font-family: "Play", sans-serif;
    font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.bx-no-touch .contacts-item-viber .contacts-item-link + .contacts-item-link,
.bx-touch .contacts-item-viber .contacts-item-link{
	display: none;
}

.bx-touch .contacts-item-viber .contacts-item-link + .contacts-item-link{
	display: block;
}

.contacts-item-descr{
	display: block;
	font-family: "Play", sans-serif;
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***ITEM_WORKING_HOURS***/
.contacts-item-working-hours-hidden{
	display: none;
}

.contacts-item-working-hours-all,
.contacts-item-working-hours-today{
	width: 100%;
}

.contacts-item-working-hours-today{
	display: flex;
}

.contacts-item-working-hours-today + .contacts-item-working-hours-today{
	margin-top: 11px;
}

.contacts-item-today-container{
	width: 102px;
	min-width: 102px;
}

.contacts-item-today{
	display: flex;
	align-items: center;
	position: relative;
}

.contacts-item-today-title{
	width: 100%;
	text-align: right;
}

.contacts-item-today-status{
	width: 5px;
	height: 5px;
	position: absolute;
	right: -12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.contacts-item-today-status-open{
	background: #3ac769;
}

.contacts-item-today-status-closed{
	background: #ed4343;
}

.contacts-item-hours-break{
	width: 100%;
	margin-left: 19px;
}

.contacts-item-hours{
	display: flex;
	align-items: center;	
}

.contacts-item-hours-first{
	margin-top: 4px;
}

.contacts-item-hours-title{
	width: 100%;
}

.contacts-item-hours-icon{
	width: 16px;
	min-width: 16px;
	margin-left: 16px;
}

.contacts-item-hours-icon > 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;
	cursor: pointer;
}

.bx-no-touch .contacts-item-hours-icon > i:hover,
.bx-touch .contacts-item-hours-icon > i:active{
	color: #6639b6;
}

.contacts-item-break{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

/***ITEM_RATING_REVIEWS_COUNT***/
.contacts-item-rating-link{
	width: 100%;
	display: flex;	
	align-items: center;
	justify-content: space-between;
}

.contacts-item-rating-link:link,
.contacts-item-rating-link:visited{
	text-decoration: none;
}

.contacts-item-rating{
	display: flex;
	align-items: center;
}

.contacts-item-rating-val{
	margin-right: 6px;
	padding: 4px 8px 3px;
	font-family: "Play", 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;
}

.contacts-item-rating-val[data-rate="1"]{
	background: #d03913;
}

.contacts-item-rating-val[data-rate="2"]{
	background: #ca6c00;
}

.contacts-item-rating-val[data-rate="3"]{
	background: #a58900;
}

.contacts-item-rating-val[data-rate="4"]{
	background: #568d00;
}

.contacts-item-rating-reviews-count{
	color: #263238;
}

.contacts-item-rating-text{
	color: #78909c;
}

/***ITEM_BTN***/
.contacts-item-btn{
	padding: 18px 32px 0;
}

.contacts-item-btn > .btn{
	width: 100%;
}

/***ITEM_MAP***/
.contacts-item-map{	
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/***PHONES***/
@media(max-width: 1042px){
	/***ITEM***/
	.contacts-item,
	.slide-menu-interface-2-0-1 .contacts-item,
	.slide-menu-interface-2-0-1-inner .contacts-item,
	.slide-menu-option-1-active .contacts-item,
	.slide-menu-option-2 .contacts-item{
		width: unset;
		margin: 0 -18px;
		position: unset;
	}

	/***ITEM_CAPTION***/
	.contacts-item-caption{	
		margin: 0 -18px;
		position: unset;
		overflow: visible;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: none;
		z-index: unset;
	}

	/***ITEM_MAP***/
	.contacts-item-map{	
		height: 320px;
		position: unset;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1271px){
	/***ITEM***/
	.slide-menu-interface-2-0-1 .contacts-item{
		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);
	}

	.slide-menu-option-1-active .contacts-item{
		width: 100vw;	
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}
}

@media(min-width: 1272px) and (max-width: 1545px){
	/***ITEM***/
	.slide-menu-interface-2-0-1 .contacts-item{
		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);
	}

	.slide-menu-option-1-active .contacts-item{
		width: 100vw;	
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}
}
/* End */


/* Start:/bitrix/components/altop/map.yandex.view.enext/templates/.default/style.css?17499769061546*/
.bx-yandex-map > ymaps,
.bx-yandex-map > ymaps > ymaps{
	width: 100% !important;
	height: 100% !important;
}

.object-item-marker{	
	display: flex;
	padding: 6px 8px 6px 4px;
}

.object-item-marker-image{	
	width: 92px;
	min-width: 92px;	
	height: 49px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.object-item-marker-image > img{
	width: auto;
	max-width: 92px !important;
	height: auto;
	max-height: 49px;
}

.object-item-marker-caption{
	width: 100%;
}

.object-item-marker-title{
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;
	color: #263238;	
	line-height: 24px;
}

.object-item-marker-address{
	display: flex;	
	margin-top: 6px;
}

.object-item-marker-address > i{
	margin-right: 6px;
	margin-top: 2px;
	font-size: 16px;
	color: #b2c7cb;
}

.object-item-marker-address > span{
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	color: #78909c;
	line-height: 19px;
}

.object-item-marker-link:link,
.object-item-marker-link:visited{
	display: inline-flex;
	align-items: center;
	margin-top: 10px;
	padding: 9px 16px 8px;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 16px;
	color: #263238;
	text-decoration: none;
	line-height: 19px;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}

.bx-no-touch .object-item-marker-link:hover,
.bx-touch .object-item-marker-link:active{
	color: #fff;
	border-color: #6639b6;
	background: #6639b6;
}
/* End */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_slider/style.css?17499768906715 */
/* /bitrix/templates/new_mecelectrica/js/owlCarousel/owl.carousel.min.css?17499768902895 */
/* /bitrix/templates/new_mecelectrica/js/owlCarousel/animate.min.css?174997689052536 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_banners/style.css?17499768903906 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_promotions/style.css?17499768909478 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_advantages/style.css?1749976890465 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/catalog.section/.default/style.css?17499768905443 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/catalog.product.subscribe/.default/style.css?17499768901935 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/catalog.item/.default/style.css?174997689056808 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/menu/sections/style.css?17499768908935 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_brands/style.css?17499768908327 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_services/style.css?17499768905985 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_gallery/style.css?17499768903581 */
/* /bitrix/templates/new_mecelectrica/js/fancybox/jquery.fancybox.css?17499768905097 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_news/style.css?17499768903154 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/block_articles/style.css?17499768904853 */
/* /bitrix/templates/new_mecelectrica/components/bitrix/news.list/contacts/style.css?17499768909243 */
/* /bitrix/components/altop/map.yandex.view.enext/templates/.default/style.css?17499769061546 */
