*{
	box-sizing: border-box;
}
body{ 
  font-family: "Arial", serif, sans-serif;
  color: #15272e;
  height:100%;
  min-height:100%;
  position:relative;
  font-size:14px;
  background: url(../images/bg.jpg) no-repeat center top;
}
body.fixed{
	overflow: hidden;
}
div{
	position:relative
}
a{
	color:#008aef;
}
a:hover{
	color:#008aef;
	text-decoration: none;
}
.wrapper{
	width:100%;
	margin:0 auto;
	position: relative;
 	min-height: 100%;
 	min-width: 320px;
}
.wrap{
	position:relative;
	width:1400px;
	margin:0 auto;
	padding:0 20px;
}
.l_col{
	float:left
}
.r_col{
	float:right
}
/*BAR*/
.bar{
	height: 108px;
	background: url(../images/bar.png) repeat-x;
}
.bar .logo{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	margin-top: 9px;
}
.bar .logo img{
	display: block;
	float: left;
}
.bar .logo span{
	float: left;
	display: block;
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 20px;
	color:#000;
	padding-left: 40px;
	margin-left: 30px;
	border-left: 1px dotted #717272;
	margin-top: 14px;
	padding-top: 3px;
}
.bar .re{
	display: block;
	float: right;
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 22px;
	color:#fff;
	background: #fe0000;
	text-transform: uppercase;
	text-decoration: none;
	width: 220px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 30px;
}
.bar .phone{
	float: right;
	height: 43px;
	background: url(../images/phone.png) no-repeat;
	line-height: 43px;
	padding-left: 50px;
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 36px;
	color:#000;
	margin-top: 30px;
	margin-right: 70px;
}

.bar .phone a{
		color:#000;
		text-decoration:none;
}	
.bar .re img{
	display: none;
}
.bt{
	border-top: 9px solid #fff;
	height: 117px;
}
/*TOP*/
.top{
	height:440px;
	background: url(../images/top.jpg) repeat-x center top;
	border-bottom: 1px solid #e5e5e5;
}
.top  .wrap > img{
	display: block;
	float: left;
	margin-top: 42px;
}
.top .wrap form{
	display: block;
	float: right;
	width: 320px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeae8+47,d5d9d9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,232,1) 47%, rgba(213,217,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,232,1) 47%,rgba(213,217,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,232,1) 47%,rgba(213,217,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d9d9',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin-top: 20px;
	padding:20px 30px 30px;

}
.top .wrap form .title{
	color:#000;
	font-size: 30px;
	font-family: 'MyriadPro-BoldSemiCn';
	margin:0 -30px;
}
.top .wrap form p{
	margin-bottom: 18px;
}
.top .wrap form input[type=text]{
	display: block;
	width: 100%;
	border:1px solid #bcc7c7;
	padding:10px 10px;
	font-family: "ARial";
	font-size: 14px;
	color:#000000;
	font-style: italic;
	margin-bottom: 10px;
}
.top .wrap form button{
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 22px;
	color:#fff;
	background: #fe0000;
	border:none;
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
/*TEXT*/
.text{
	text-align: center;
	padding:40px 20px 60px;
}
.text h1{
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 42px;
	color:#000;
	margin-bottom: 30px;
}
.text h2{
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 22px;
	color:#000;
	margin-bottom: 20px;
}


.text h3{
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 36px;
	color:#000;
	margin-bottom: 30px;
}

.text ul{
	list-style: none;
	padding: 0;
	margin: 30px -10px 0;
}
.text ul li{
	float: left;
	width: 33.333%;
	padding:0 10px;
}
.text ul li div{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f5+0,e6eaec+100 */
	background: rgb(242,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,245,1) 0%, rgba(230,234,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,245,245,1) 0%,rgba(230,234,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,245,245,1) 0%,rgba(230,234,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f5', endColorstr='#e6eaec',GradientType=0 ); /* IE6-9 */
	padding:15px;
}
.text ul li div .title{
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 30px;
	color:#000;
}
.text ul li div sup{
	color:#ee2424;
}
.text ul li div span{
	display: block;
	height: 125px;
}
.text.wrap > p{
	margin-bottom: 20px;
}
.text.wrap > p:last-child{
	margin-bottom: 0;
}
/*ADV1*/
.adv1{
	background: url(../images/grad.jpg) no-repeat 50% 50%;
	color:#fff;
	text-align: center;
	padding:22px 0;
	background-size: cover
}
.adv1 h2{
	font-size: 42px;
	font-family: 'MyriadPro-SemiboldSemiCn';
	text-transform: uppercase;
}
.adv1 p{
	font-size: 24px
}
/*CARS*/
.cars{
	padding:60px 0 40px;
}
.cars ul{
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}
.cars ul li{
	float: left;
	width: 33.333%;
	padding:0 10px;
	margin-bottom: 20px;
}
.cars ul li > div{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f5+0,e6eaec+100 */
	background: rgb(242,245,245); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,245,1) 0%, rgba(230,234,236,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(242,245,245,1) 0%,rgba(230,234,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(242,245,245,1) 0%,rgba(230,234,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f5', endColorstr='#e6eaec',GradientType=0 ); /* IE6-9 */
	padding:0 15px 30px;
	text-align: center;
	border-radius: 5px
}
.cars ul li div .img{
	display: table;
	width: 100%;
}
.cars ul li div .img span{
	display: table-cell;
	height: 230px;
	vertical-align: bottom;
}
.cars ul li div p{
	font-size: 22px;
	color:#000;
	font-family: 'MyriadPro-SemiCn';
	line-height: 1.1
}
.cars ul li div p.price{
	color:#000;
	font-size: 30px;
	font-family: 'MyriadPro-BlackSemiCn';
	margin-top: 10px;
}
.cars ul li div a{
	display: block;
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 22px;
	color:#fff;
	background: #fe0000;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin:0 auto;
	margin-top: 15px;
}
/*WHY*/
.why{
	background: url(../images/why.jpg) no-repeat 50% top;
	background-size: cover;
	padding:40px 0;
}
.why h4{
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 48px;
	color:#000000;
	text-align: center;
	margin-bottom: 45px;
}
.why .wrap > img{
	display: block;
	float: left;
}
.why .wrap .list{
	list-style: none;
	padding: 0;
	margin: 75px 0 0 640px
}
.why .wrap .list li img{
	position: absolute;
	left: 0;
	top: 0;
}
.why .wrap .list li {
	padding-left: 85px;
	position: relative;
	margin-bottom: 30px;
}
.why .wrap .list li p{
	font-size: 13px
}
.why .wrap .list li p span{
	display: block;
	font-size: 24px;
	color:#000;
	font-family: 'MyriadPro-SemiboldSemiCn';
}
.why .wrap .num{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}
.why .wrap .num li{
	float: left;
	width: 33.3333%;
	text-align: center;
	color:#000;
	font-size: 30px;
	font-family: 'robotocondensedbold';
}
.why .wrap .num li span{
	display: block;
	border-radius: 50%;
	text-align: center;
	height: 182px;
	width: 182px;
	line-height: 182px;
	margin:0 auto;
	background: #fff;
	font-family: 'panton_blackregular';
	font-size: 100px;
	margin-bottom: 10px;
	color:#fe0000;
}
/*ORDER*/
.order{
	background: url(../images/grad.jpg) no-repeat 50% 50%;
	background-size: cover;
	color:#fff;
	text-align: center;
	padding:40px 0;
}
.order p{
	color:#fff;
	font-size: 36px;
	font-family: 'MyriadPro-BoldSemiCn';
	line-height: 1
}
.order p span{
	font-size: 72px;
	font-family: 'MyriadPro-BlackSemiCn';
	display: block;
}
.order form{
	background: rgba(0,0,0,.3);
	padding:30px 55px;
	border-radius: 5px;
	margin-top: 20px;
}
.order form > div{
	margin-right: 205px;
	margin-left: -5px;

}
.order form > div label{
	display: block;
	width: 33.333%;
	float: left;
	padding:0 5px;
}
.order form input[type=text]{
	display: block;
	width: 100%;
	border:1px solid #bcc7c7;
	padding:11px 10px;
	font-family: "ARial";
	font-size: 14px;
	color:#000000;
	font-style: italic;
}
.order form button{
	width: 200px;
	float: right;
	height: 40px;
	line-height: 40px;
	background: #fe0000;
	text-align: center;
	font-size: 22px;
	color:#fff;
	font-family: 'MyriadPro-BoldSemiCn';
	text-transform: uppercase;
	border:none;
	cursor: pointer;
}
/*REV*/
.rev{
	background: #f0eee8;
	padding:40px 0 0 0;
}
.rev h5{
	font-family: 'MyriadPro-SemiboldSemiCn';
	font-size: 42px;
	color:#000;
	text-align: center;
	margin-bottom: 50px;
}
.rev ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.rev ul li{
	width: 50%;
	float: left;
	margin-bottom: 60px;
	padding-right: 40px;
	font-size: 13px;
}
.rev ul li > img{
	display: block;
	float: left;
}
.rev ul li p{
	margin-left: 150px;
}
.rev ul li p span{
	display: block;
	color:#000;
	font-family: 'robotocondensedbold';
	font-size: 30px;
	margin-bottom: 10px;
}
/*CONTACTS*/
.contacts{
	height: 500px;
 
}
.contacts .map{
 
	height: 500px;

}
.contacts .wrap form{
	display: block;
	float: left;
	width: 320px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeae8+47,d5d9d9+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,232,1) 47%, rgba(213,217,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,232,1) 47%,rgba(213,217,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,232,1) 47%,rgba(213,217,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d9d9',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin-top: -450px;
	padding:20px 30px 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.4)

}
.contacts .wrap form .title{
	color:#000;
	font-size: 30px;
	font-family: 'MyriadPro-BoldSemiCn';
	margin:0 -30px;
}
.contacts .wrap form p{
	margin-bottom: 18px;
}
.contacts .wrap form input[type=text]{
	display: block;
	width: 100%;
	border:1px solid #bcc7c7;
	padding:10px 10px;
	font-family: "ARial";
	font-size: 14px;
	color:#000000;
	font-style: italic;
	margin-bottom: 10px;
}
.contacts .wrap form button{
	font-family: 'MyriadPro-BoldSemiCn';
	font-size: 22px;
	color:#fff;
	background: #fe0000;
	border:none;
	display: block;
	height: 48px;
	line-height: 48px;
	width: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	display: none;
}
.popup{
	position: fixed;
	top:50%;
	left:50%;
	-moz-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	-webkit-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
 	width:300px;	
 	z-index: 11;
 	background: #fff;
 	display: none;
}
.popup .title{
	color:#fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	padding:0 20px;
	background: #fe0000;
	font-family: 'MyriadPro-SemiCn';
	position: relative;
}
.popup .carname { margin:-10px 0 10px 0; text-align:center; }
.popup .title .close{
	display: block;
	position: absolute;
	top:6px;
	right: 10px;
	line-height: 1
}
.popup form{
	padding:30px 20px;
}
.popup form input[type=text]{
	width:100%;
	color:#46515a;
	font-size: 18px;
	font-family: 'MyriadPro-SemiCn';
	background: #f1f4f7;
	border:1px solid #bdc5cc;
	height: 40px;
	padding:0 20px;
	margin-bottom: 10px;
}
.popup form input[type=submit]{
	background: #fe0000;
	height: 40px;
	line-height: 40px;
	font-family: 'MyriadPro-SemiCn';
	font-size: 18px;
	text-align: center;
	color:#fff;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	width: 100%;
}
.popup form input[type=submit]:hover{
	background: #16a082;
}
.popup .mess { 
	color:#485967;
	font-size: 16px;
	font-family: 'MyriadPro-SemiCn';
	padding:10px 30px;
}
.popup form input[type=checkbox] + label{
	color:#485967;
	font-size: 16px;
	font-family: 'MyriadPro-SemiCn';
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;	
	float: left;
}
.popup form input[type=checkbox] {
	display: none;
}
.popup form input[type=checkbox] + label:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background: #f1f4f7;
	border:1px solid #bdc5cc;
	float: left;
	margin-right: 7px;
	cursor: pointer
}
.popup form input[type=checkbox]:checked + label:before{
	background: url(../images/check.png) no-repeat 50% 50%  #f1f4f7
}

.input-error { border:1px solid #f10000 !important; }
.check-error { color:#f10000 !important; }

.aform input[type=checkbox] + label{
	color:#485967;
	font-size: 16px;
	font-family: 'MyriadPro-SemiCn';
	line-height: 20px;
	margin-bottom: 10px;
	cursor: pointer;	
	float: left;
}
.aform input[type=checkbox] {
	display: none;
}
.aform input[type=checkbox] + label:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background: #f1f4f7;
	border:1px solid #bdc5cc;
	float: left;
	margin-right: 7px;
	cursor: pointer
}
.aform input[type=checkbox]:checked + label:before{
	background: url(../images/check.png) no-repeat 50% 50%  #f1f4f7
}

.order form > div.tos { margin:10px 0 0 -5px; }
.order form > div.tos label { color:#fff; width:auto; }

#popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
.order form > div.tos a { color:#fff; }

.auto-slider {
    max-width: 960px;
    margin: 30px auto 0;
}

.auto-slider img {
    max-width: 100%;
}

.auto-slider .owl-dots {
    position: relative;
    text-align: center;
    padding: 15px 0 22px;
}

.auto-slider .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #9ba5ad;
    border-radius: 100px;
    border: 5px solid transparent;
    transition: .3s border-color, .3s background;
    margin: 0 5px;
}

.auto-slider .owl-dots .owl-dot.active {
    background: transparent;
    border-color: #9ba5ad;
}

.auto-slider .owl-controls {
    position: initial;
}

.auto-slider .owl-nav {
    position: initial;
}

.auto-slider .owl-nav > div {
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    cursor: pointer;
}

.auto-slider .owl-nav .owl-prev {
    left: -40px;
}

.auto-slider .owl-nav .owl-next {
    right: -40px;
}

@media (max-width: 1199px) {
	.auto-slider .owl-nav .owl-prev {
	    left: 20px;
	}
	
	.auto-slider .owl-nav .owl-next {
	    right: 20px;
	}
}

@media (max-width: 525px) {
	.auto-slider .owl-nav > div {
	    width: 16px;
	}
	.auto-slider .owl-dots .owl-dot {
	    width: 14px;
	    height: 14px;
	    border-width: 3px;
	}
}