

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/enext/components/bitrix/menu/sections/style.css?1679460441675*/
.catalog-sections .catalog-section-item:hover .catalog-section-item__title {
	color: #fff !important;
}

.catalog-sections .catalog-section-item:hover {
	background-color: #3d4b52;
}

.catalog-section-item .catalog-section-item__graph {
	position: relative;
}

.catalog-section-item .catalog-section-item__graph > span {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	transition: opacity .7s ease-in-out;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.catalog-section-item:hover .catalog-section-item__graph > span {
	opacity: 1;
	transition: opacity .7s ease-in-out;
}

/* End */


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

.brands{
	padding: 20px 0 20px;
}

.brands .h1{
	padding-bottom: 20px;
	padding-top: 0;
}

/***ITEM***/
.brands-item:link,
.brands-item:visited{
	height: 166px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 32px;
	padding: 24px 12px 18px;
	position: relative;
	text-decoration: none;
	border: 1px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
	background: #fff;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .brands-item:hover,
.bx-touch .brands-item:active{
	-webkit-box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
}

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

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

/***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: 4px;
	color: #3d4b52;
	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: #8ea6ab;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

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

/***PHONES***/
@media(max-width: 991px){
	.brands{
		margin-left: -6px !important;
		margin-right: -6px !important;
		padding-top: 8px;
		padding-bottom: 20px;
	}

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

	.brands .h1{
		padding-bottom: 18px;
	}

	/***ITEM***/
	.brands-item{
		margin-bottom: 12px;
	}

	/***BUTTONS***/
	.brands-buttons{
		margin-top: 6px;
		margin-bottom: 12px;
	}
}
/* End */


/* Start:/local/templates/enext/components/bitrix/news.list/contacts/style.css?16794604415975*/
/***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: 0px;
	position: relative;
}

.slide-menu-option-1-active .contacts-item{
	width: -moz-calc(100vw - 278px);
	width: -webkit-calc(100vw - 278px);
	width: calc(100vw - 278px);	
	margin-left: -moz-calc((100vw - 278px - 100%) / -2);
	margin-left: -webkit-calc((100vw - 278px - 100%) / -2);
	margin-left: calc((100vw - 278px - 100%) / -2);
}

.slide-menu-option-2 .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);
}

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

/***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(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 24px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 24px rgba(61, 75, 82, 0.16);
	background: #fff;
	z-index: 200;
}

/***ITEM_TITLE***/
.contacts-item-title{
	padding: 24px 32px;
	font-family: "Museo Sans Cyrl 500", 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_TEXT***/
.contacts-item-text{
	width: 100%;
}

.contacts-item-link:link,
.contacts-item-link:visited{
	color: #3d4b52;
	text-decoration: none;
}

.contacts-item-phone .contacts-item-link{
	font-family: "Museo Sans Cyrl 700", sans-serif;
	font-size: 20px;
	line-height: 24px;
}

.contacts-item-descr{
	display: block;
	font-family: "Museo Sans Cyrl 300", sans-serif;
	font-size: 14px;
	color: #8ea6ab;
	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: #8ea6ab;
	line-height: 17px;
}

/***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: 991px){
	/***ITEM***/
	.contacts-item,	
	.slide-menu-option-1-active .contacts-item,
	.slide-menu-option-2 .contacts-item,
	.page-container .contacts-item,	
	.slide-menu-option-1-active .page-container .contacts-item,
	.slide-menu-option-2 .page-container .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***/
@media(min-width: 992px) and (max-width: 1271px){
	/***ITEM***/
	.page-container .contacts-item,
	.slide-menu-option-1-active .page-container .contacts-item,
	.slide-menu-option-2 .page-container .contacts-item{
		margin-left: -23px;
		margin-right: -23px;
	}
}

/***DESKTOPS***/
@media(min-width: 992px) and (max-width: 1042px){
	/***ITEM***/
	.slide-menu-option-2 .contacts-item{
		width: 100vw;	
		margin-left: -moz-calc((100vw - 100%) / -2);
		margin-left: -webkit-calc((100vw  - 100%) / -2);
		margin-left: calc((100vw - 100%) / -2);
	}
}

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

.bx-yandex-view-layout, .bx_incl_area_1, .bx-yandex-view-map{height: 100%;}
/* End */
/* /local/templates/enext/js/owlCarousel/owl.carousel.css?16794604414047 */
/* /local/templates/enext/components/bitrix/menu/sections/style.css?1679460441675 */
/* /local/templates/enext/components/bitrix/news.list/block_brands/style.css?16794604413386 */
/* /local/templates/enext/components/bitrix/news.list/contacts/style.css?16794604415975 */
