

/* Start:/local/templates/two_col/components/bitrix/news.list/slider_main/style.css?176210243023341*/
.da-slider{
	width: 100%;
	/*min-width: 520px;*/
	height: 702px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(/local/include/file_template/img/slider_fone.png) repeat 0% 0%;
	background-size: cover;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current{
	z-index: 2;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide h3,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slide.da-slide-current h2,
.da-slide.da-slide-current h3,
.da-slide.da-slide-current p,
.da-slide.da-slide-current .da-link,
.da-slide.da-slide-fromright h2,
.da-slide.da-slide-fromright h3,
.da-slide.da-slide-fromright p,
.da-slide.da-slide-fromright .da-link,
.da-slide.da-slide-toleft h2,
.da-slide.da-slide-toleft h3,
.da-slide.da-slide-toleft p,
.da-slide.da-slide-toleft .da-link
{
	position: relative;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide h3,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 6%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
/*.da-slide div.h2{
	width: 50%;
}*/

.da-slide .sale{
	color: #fff;
	background: #e00012;
	line-height: 50px;
	padding: 0 10px 0 17px;
	left: 0%;
	width: auto;
	/*right: 10%;*/
	top: 5px;
	font-size: 18px;
	/*z-index: 4;*/
	overflow: visible;
}
.da-slide .sale:after{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 20px 0 0;
	border-color: #e00013 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -20px;
}
.da-slide > a{
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	text-decoration: none;
}
.da-slide h2{
	color: #000;
	font-style: italic;
	font-weight: 900;
	font-size: 70px;
	line-height: 123%;
	z-index: 10;
	text-transform: uppercase;
	/*top: 12%;*/
}
.da-slide p{
	margin-top: 10px;
	/*width: 45%;*/
	/*top: 40%;*/
	font-weight: 400;
	font-size: 32px;
	line-height: 46px;
	color: #A6A6A6;
	overflow: hidden;
}
.da-slide .da-img{
	text-align: center;
	/*width: 30%;*/
	/*top: 70px;*/
	/*height: 256px;
	line-height: 320px;*/
	left: 110%; /*60%*/
	bottom: -4px;
	right: 0px;
}

.da-slide .da-link{
	/*top: 60%; /*depends on p height*/
	width: 243px;
	height: 61px;
	text-align: center;
	border: none;
	margin-top: 40px;
	background: #F7E22D;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
		letter-spacing: 0.17em;
	text-transform: uppercase;

	color: #3E3E3E;
	
}
.da-slide .da-link:hover{
	/*background: rgba(255,255,255,0.3);*/
}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 65px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #303030;
	margin: 7px;
	cursor: pointer;
}
.da-dots span.da-dots-current{
	background: #D9D9D9;
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	/*position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;*/
	
	position: absolute;
top: 50%;
margin-top: -13px;
left: 0;
	z-index: 2000;
width: 30px;
height: 30px;
border: 2px solid #fff;
cursor: pointer;
display: block;
background: rgba(255, 255, 255, 0.4) url(/local/templates/two_col/components/bitrix/news.list/slider_main/../img/direction.png) center center no-repeat;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
}
.da-slider .da-arrows span:hover {
	/*opacity: 1;*/
	background: #fff url(/local/templates/two_col/components/bitrix/news.list/slider_main/../img/direction.png) center center no-repeat;
}

.da-arrows span:after{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	cursor: pointer;
	display: block;
	background: rgba(255, 255, 255, 0.4) url(/local/templates/two_col/components/bitrix/news.list/slider_main/../img/direction.png) center center no-repeat;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.da-arrows span.da-arrows-next{
	left: auto;
	right: 0;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 0%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide .da-img picture.da-img-mobile {
	display: none;
}
.da-slide-current .da-img.CENTER {
	left: 35%;
}
.da-slide-current .da-img.RIGHT {
	
}
.da-slide-current .da-img.RIGHT picture{
	float: right;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2,.da-slide-fromright h3{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-img.CENTER{
	-webkit-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-moz-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-o-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-ms-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 40%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2,.da-slide-fromleft h3{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-img.CENTER{
	-webkit-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-o-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2,.da-slide-toright h3{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2,.da-slide-toleft h3{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

/* Adjust animations for different behavior of each element: */
@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
@keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 35%; opacity: 1; }
}

@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 992px) {
	.da-slider{
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
	}
	.da-slide h2{
		font-size: 40px;
		margin-bottom: 0px;
	}
	.da-slide p{
		font-size: 22px;
		line-height: 32px;
	}
	.da-slide .da-link{
		margin-top: 25px;
		font-size: 18px;
		line-height: 26px;
	}
}
@media screen and (max-width: 768px) {
	.da-slide{
		padding: 0 15px;
	}
	.da-slide > a{
		justify-content: initial;
	}
	.da-slide p br{
		display: none;
	}
	.da-slide .da-img{
		top: 0px;
		left: 0px!important;
		position: relative;
		order: -1;
		/*animation: none!important;*/
	}
	.da-slide .da-img picture,
	.da-slide .da-img img{
		max-width: 500px;
		width: 100%;
	}
	.da-slide .da-img picture {
		display: none;
	}
	.da-slide .da-img picture.da-img-mobile {
		display: inline-block;
	}
	.da-slide-current .da-img.RIGHT picture {
		float: none;
	}
}

@media screen and (max-width: 500px) {
	.da-slide > a{
		padding-top: 50px;
	}
	.da-slide .da-link{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/two_col/components/bitrix/highloadblock.list/search.by.model.test/style.css?17379767763880*/
.model-select-index{
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.08);
	border-radius: 13px;
	/*height: 124px;*/
	align-items: center;
	margin-top: 55px;
}
.model-select-index.title{
	border-radius: 0px;
	margin-top: -50px;
}
.model-select-index form .search-field:focus {
	/*color: #000;*/
}
.model-select-index form .s-button {
	/*position: absolute;
	padding-left: 15px;
	top: -5px;
	right: -5px;*/
}
.model-select-index form .search-field{
	background: #fff;
	border: 1px solid #D9D9D9;
	height: 50px;
	padding: 0 20px;
	width: 317px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 9px 11px;
	color: #616161;
}
.model-select-index form .search-field::-webkit-input-placeholder,
.model-select-index form .search-field:-moz-placeholder,
.model-select-index form .search-field::-moz-placeholder,
.model-select-index form .search-field:-ms-input-placeholder,
.model-select-index form .search-field::-ms-input-placeholder,
.model-select-index form .search-field::placeholder {
  color: #616161;
}
.model-select-index form .s-button .search-button{
	background: #F7E22D 25px center no-repeat;
	border: none;
	height: 50px;
	padding: 0 25px 0 25px;
	text-align: center;
	cursor: pointer;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #3E3E3E;
}
.model-select-index .model-select-index-title{
	padding: 48px 0px 0px;
	font-style: italic;
	font-weight: 900;
	font-size: 32px;
	line-height: 123%;
	text-align: center;
	text-transform: uppercase;
	color: #171717;
	margin-bottom: 6px;
}
.model-select-index form{
	display: flex;
	flex-wrap: wrap;
	/*flex-basis:50%;
	flex-shrink:0;*/
	flex-direction: row;
	margin: 40px auto 35px;
	/*flex-grow:1;*/
}
.model-select-index form > div:not(.chosen-select-2),
.model-select-index .chosen-select-2 > div{
	margin: 0 9px 11px;	
	position: relative;
	/*display: grid;*/
}

.model-select-index #model_brands_select_chosen,
.model-select-index #model_models_select_chosen{
	width: 247px!important;
}
.model-select-index #model_volumes_select_chosen{
	width: 139px!important;
}
.model-select-index #model_years_select_chosen{
	width: 115px!important;
}
.model-select-index .chosen-container.chosen-with-drop .chosen-drop{
	
}
.model-select-index .chosen-container-single .chosen-default,
.model-select-index .chosen-container-single .chosen-single{
	border: 1px solid #D9D9D9;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
	text-transform: uppercase;
	color: #616161;
}
@media screen and (max-width: 768px) {
	.model-select-index.title{
		margin-top: 0px;
	}
	.model-select-index:not(.title){
		display: none;
	}
	.model-select-index .model-select-index-title{
		padding: 36px 0px 0px;
		font-style: italic;
		font-weight: 900;
		font-size: 22px;
		line-height: 123%;
		text-align: center;
		text-transform: uppercase;
		color: #171717;
	}
	.model-select-index .model-select-index-title br{
		display: none;
	}
	.model-select-index form{
		margin: 36px auto 14px;
	}

	.model-select-index #model_brands_select_chosen,
	.model-select-index #model_models_select_chosen,
	.model-select-index .chosen-select-2,
	.model-select-index #model_volumes_select_chosen,
	.model-select-index #model_years_select_chosen,
	.model-select-index form .search-field,
	.model-select-index form .s-button,
	.model-select-index form .s-button .search-button{
		width: 100% !important;
	}
	.model-select-index .chosen-select-2{
		display: flex;
	}
	.model-select-index #model_volumes_select_chosen{
		
	}
	.model-select-index #model_years_select_chosen{
		
	}
}

/* End */


/* Start:/local/templates/two_col/components/bitrix/catalog.section.list/slider-products/style.css?17379767763291*/
section.slider-products{
	margin-top: 50px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
}
section.slider-products .swiper-buttons{
	position: absolute;
	top: 0;
	right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
section.slider-products .bx-prev,
section.slider-products .bx-next {
	border-radius: 50%;
	border: 1px solid #EEEEEE;
	justify-content: center;
	align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    background: #fff;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
section.slider-products .bx-next {
	margin-left: 24px;
}
section.slider-products .bx-prev {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
section.slider-products svg{
	width: 12px;
}
section.slider-products .swiper-wrapper{
	padding-top: 50px;	
}
section.slider-products .swiper-slide{
	border: 1px solid #D9D9D9;
	padding: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: auto;
	display: flex;
	/*align-items: center;*/
	position: relative;
}
section.slider-products .swiper-slide > a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
section.slider-products .racingline_{
	font-family: "a_CampusGrav";
	position: absolute;
	color: #f4e957;
	font-size: 27px;
	background: #1d1d1b;
	bottom: 0px;
	left: 0;
	/*right: 0;*/
	padding: 0 10px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
section.slider-products .swiper-slide h2 {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	color: #171717;	
	padding: 30px 30px 0;
}
section.slider-products .swiper-slide .img-wrap {
	/*width: 90px;*/
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.slider-products .swiper-slide .img-wrap img,
section.slider-products .swiper-slide .img-wrap picture{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
section.slider-products .swiper-slide .button{
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	section.slider-products{
		margin-top: 56px;
	}
	
	section.slider-products .swiper-wrapper{
		padding-top: 0px;
	}
	section.slider-products .swiper-buttons{
		bottom: 35px;
		left: 0px;
		top: auto;
	}
	section.slider-products .bx-prev, 
	section.slider-products .bx-next{
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 600px) {
	section.slider-products{
		padding-bottom: 56px;
	}
	section.slider-products .swiper-wrapper{
		flex-direction: column;
	}
}
/* End */
/* /local/templates/two_col/components/bitrix/news.list/slider_main/style.css?176210243023341 */
/* /local/templates/two_col/components/bitrix/highloadblock.list/search.by.model.test/style.css?17379767763880 */
/* /local/templates/two_col/components/bitrix/catalog.section.list/slider-products/style.css?17379767763291 */
