.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget-content{border:1px solid #ddd;background:#eee;color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce;font-weight:bold;color:#c77405}
.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff;font-weight:bold;color:#eb8f00}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-corner-all{border-radius:4px}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}
.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}html,body{width:100%;height:100%;margin:0;padding:0;background-color:#fff;color:#2e2e2e;font-family:ROBOTO}
.clb{clear:both}p{margin:0;padding:0}#header{width:100%;height:110px;z-index:0}#headlogo{width:275px;height:122px;display:block;background:url('../images/logo.png') no-repeat;position:absolute;margin:15px 0 0 -137.5px;z-index:3}.ugolor{width:0;height:0;border-top:110px solid #ffc932;border-right:110px solid transparent;position:absolute;margin-left:-55px}.grayback{width:100%;background-color:#ebebeb;min-width:960px}.headpolosa{width:50%;min-width:480px;height:110px;display:inline-block;float:left}
.lefthead{background-color:#ffc932}.righthead{background-color:#fdb816}#callblock{z-index:3;width:280px;height:70px;display:block;margin-top:8px;margin-left:180px}.phonehead{background:url('../images/sprites.png') no-repeat -67px -43px;width:45px;height:45px;background-color:#f2ad00;border-radius:5px;margin-top:5px;float:left;display:inline-block}#callblock>p{display:inline-block;float:left;margin-left:10px;font-size:24px;margin-top:15px;margin-left:10px;font-weight:bold}#callblock>p>a{display:inline-block;margin-top:15px;color:black;text-decoration:none;border-bottom:1px dotted black;font-size:12px;font-weight:normal}
#glavnaya{width:100%;background-color:#f3f3f3;min-width:960px;min-height:100%}

#content1{width:100%;margin:auto;height: 450px;display: flex;justify-content: center;
align-items: center;flex-direction: column;overflow: hidden;}

/*#upmenu{width:790px;display:block;margin:auto;margin-top:75px;margin-bottom:40px}#upmenu>ul{padding:0;display:block;margin:auto;width:auto;text-align:center}#upmenu>ul>li{text-align:center;float:left;display:inline-block;margin:0;padding:0;padding-top:5px;list-style-type:none;margin:auto}#upmenu>ul>li>a{text-decoration:none;color:black;font-size:14px}#upmenu>ul>li>a:hover{border-bottom:2px solid #ffc730}
#upmenu>ul{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
#upmenu>ul>li>a.hovered{border-bottom:2px solid #ffc730}#parallax{width:100%;height:294px;margin-top:10px;overflow:hidden}*/
#upmenu{
	position: fixed;
	display: flex;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}
.btn-link-menu{
	display: flex;
	float: right;
	width: 175px;
	height: 60px;
	line-height: 60px;
	background: #f3ad00 url('/images/ic_menu.svg') 35px 21px no-repeat;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: 700;
	padding-left: 60px;
	margin: 25px 265px 0 0;
	border-radius: 5px;
	text-decoration: none;
}
.btn-link-menu span{
	font-size: 20px;
	padding-left: 15px;
}
.nav-menu{
	width: 400px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 40px;
	background: #e6e6e6;
	flex-shrink: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.nav-menu a{
	padding: 10px 0;
	display: flex;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2e2e2e;
}
.nav-menu a ~ a{
	border-top: 1px solid #cdcdcd;
}
.nav-menu a span{
	display: flex;
	width: 100%;
	align-items: center;
	flex-grow: 1;
	flex-shrink: 1;
	padding: 15px 0;
}
.nav-menu a.hovered span,.nav-menu a:hover span{
	padding: 15px 20px;
	background: #dedede;
}
.fon-menu{
	width: 100%;
	/*background: rgba(0,0,0,0.8);*/
}
.tit-menu{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	min-height: 40px;
	text-transform: uppercase;
}
.btn-close-menu{
	width: 18px;
	height: 18px;
	background: url('/images/ic_close.svg') center center no-repeat;
}


.box-about-index{
	width: 100%;
	height: 390px;
	background: url('/images/bg_about.png') center center no-repeat;
	background-size: cover;
	position: relative;
}
.about-index{
	width: 960px;
	height: 450px;
	background: #fff;
	text-align: center;
	padding: 40px 50px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -480px;
	top: -30px;
	z-index: 5;
	box-shadow: 0 0 20px rgba(0,0,0,0.7)
}
.about-index>p{
	line-height: 1.9em;
}
.box-tit-about{
	margin-bottom: 25px;
}
.tit-about{
	background: #fff !important;
}
.m-50-0{
	margin: 35px 0;
}
.box-link-about{
	display: flex;
	justify-content: space-between;
	padding: 0 155px;
}
.box-link-about a{
	color: #2e2e2e;
	text-transform: uppercase;
	font-size: 18px;
}


.box-fast-call{
	width: 100%;
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dfdfdf url('/images/bg_decor.png') ;
}
.fast-call{
	width: 960px;
	display: flex;
	align-items: center;
}
.fast-call-ico{
	display: block;
	width: 150px;
	height: 150px;
	background: #ebe9ea url('/images/ic_phone_alarm.svg') center center no-repeat;
	border: 2px solid #fff;
	border-radius: 50%;
}
.fast-call-text{
	display: block;
	width: 390px;
	margin: 0 70px 0 40px;
	line-height: 1.5em;
	font-size: 14px;
}
.call-text_tit{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.fast-phone{
	font-size: 48px;
	font-weight: 700;
	color: #db9801;
	text-decoration: none;
}
.fast-phone span{
	font-size: 14px;
	color: #868686;
}

#call-slider{
	height: 38px;
	border: 1px solid #858585;
	background: #ccc;
	position: relative;
	width: 230px;
	border-radius: 0;
	margin: 40px 0;
}
#call-slider:after{
	content: "БЫСТРЫЙ ВЫЗОВ";
	display: block;
	position: absolute;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #858585;
	font-weight: 700;
	right: 0;
	padding-right: 50px;
}
#call-slider .ui-slider-handle {
    /*top: -.3em;*/
    margin-left: -35px !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: -15px;
    border: 0;
    background: #75aa42 url('/images/ic_phone_white.svg') center center no-repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}


.btn-red{
	background: #ee1c25;
	color: #fff;
}
.btn-yel{
	color: #2e2e2e;
	border: 2px solid #ffc932;
}
.btn-yel:hover{
	background: #ebb51e;
}
.btn-fullyelf{
	color: #2e2e2e;
	background: #ffc932;
}
.btn-fullyelf:hover{
	background: #ebb51e;
}
.btn-service{
	height: 40px;
	width: 160px;
	text-align: center;
	line-height: 40px;
	display: block;
	margin: 10px auto 0;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: 700;
	opacity: 0;
	transition: .3s;
}

#columnsusl .columnusl > p{
	height: 45px;
}

.tarif-park *{
	opacity: 1 !important;
	text-align: center;
}

.zag-work{
	width: 240px !important;
}
.box-info-work{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 40px 0;
}
.box-info-work .fo-img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
	overflow: hidden;
	border: 4px solid #fff;
	background: #eee;
	border-radius: 50%;
}
.box-info-work .fo-img img{
	margin: 0 !important;
}
.box-fwork{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
}
.q-work{
	display: flex;
	flex-direction: column;
	width: 290px;
}
.q-work p ~ p{
	margin-top: 40px;
}
.q-work p{
	padding: 0 0 0 40px;
	background: url(/images/check.svg) left 4px no-repeat;
	background-size: 20px 20px;
	display: flex;
	align-items: center;
	min-height: 30px;
}
.q-work-ex{
	width: 360px;
}

.d-work{
	width: 300px !important;
	padding: 40px;
	background: #dfdfdf;
	flex-shrink: 0;
	flex-grow: 0;
}
.d-work .typic-lbl{
	width: 100%;
}
.d-work .typic-lbl .pole{
	width: 100%;
}
.d-work .btn-submit-standart{
	width: 100%;
}

.bread{
	display: flex;
	width: 960px;
	margin: 0 auto 60px;
	padding: 0 20px;
	color: #2e2e2e;
	flex-wrap: wrap;
	flex-shrink: 0;
}
.bread a{
	color: #2e2e2e;
}
.bread a:hover{
	text-decoration: none;
}
.bread i{
	display: block;
	margin: 0 5px;
}
#parallax>.city{width:200%;left:-50%;height:294px;background:url(../images/parallax/city.png);position:relative;z-index:0}#parallax>.auto{width:960px;height:294px;margin:auto;display:block;background:url(../images/parallax/auto.png);position:relative;z-index:1;margin-top:-294px;transform:perspective(500px) rotateY(0)}#parallax>.leafs{width:960px;height:294px;margin:auto;display:block;background:url(../images/parallax/leafs.png);position:relative;z-index:2;margin-top:-294px}
#whiteabout{width:760px;background-color:#fff;margin:auto;margin-top:30px;padding:30px 0;z-index:1;position:relative}#whiteabout>h2{width:100%;text-align:center;z-index:1}#whiteabout>p{padding:0 20px;z-index:1}.shashe_full{height:14px;width:100%;background:url('../images/sprites.png') 0 -2px;z-index:0;display:block;position:absolute;left:0;min-width:960px}.arrow{width:34px;height:20px;display:block;margin:auto;transition:all .1s ease-out}
.arrow:hover{transform:scaleX(1.3) scaleY(1.3)}.arrowd{background:url('../images/sprites.png') no-repeat -5px -19px}.arrowup{background:url('../images/sprites.png') no-repeat -49px -19px}#avtopark{min-height:100%;background:#ebebeb;width:100%;overflow:hidden;min-width:960px}#content2{width:960px;margin:auto;padding-top:30px;padding-bottom:20px}span.auto1{width:27px;height:22px;margin:auto;background:url('../images/sprites.png') no-repeat -5px -49px;display:block;margin-bottom:15px}
p.zagolovok{text-align:center;margin-top:15px;background-color:#ebebeb;font-weight:bold;font-size:18px;z-index:1;position:relative;width:165px;margin:auto}.liniya{border-top:1px solid #bababa;width:470px;margin:auto;position:relative;margin-top:-11px;z-index:0;margin-bottom:11px}.gallery{width:865px;padding:0 65px 15px 30px;margin-top:30px}.gallery>.oneauto{width:180px;height:125px;float:left;padding-left:35px;margin-bottom:35px;position:relative;opacity:0}.gallery>.oneauto>a{display:block;width:180px;height:125px;-webkit-box-shadow:7px 7px 0 0 rgba(254,199,68,1);-moz-box-shadow:7px 7px 0 0 rgba(254,199,68,1);box-shadow:7px 7px 0 0 rgba(254,199,68,1);position:relative;z-index:1}
.gallery>.oneauto>a:hover .zoom{display:block}.zoom{width:180px;height:125px;display:none;opacity:.5;position:absolute;z-index:2;background-color:gray}.zoom span{background:url('../images/sprites.png') no-repeat -104px -85px;width:31px;height:31px;display:block;position:absolute;margin:47px 0 0 75px}#uslugi{background:#f3f3f3;width:100%;min-width:960px}#content3{width:960px;margin:auto;padding-top:30px;padding-bottom:25px;overflow:hidden}
span.shashe1{width:35px;height:14px;margin:auto;background:url('../images/sprites.png') no-repeat -93px -19px;display:block;margin-bottom:15px}#uslugi>#content3>p.zagolovok{background-color:#f3f3f3}#columnsusl{width:960px;margin:40px 0 50px 0;text-align: center;}.columnusl{float:left;width:211.5px;margin-left:38px}.columnusl.colnomrg{margin-left:0}.columnusl>span{display:block;width:160px;height:160px;margin:auto;opacity:0;position:relative}.columnusl>p{font-size:12px;opacity:0}.columnusl>span.first{background:url('../images/circuits.png') no-repeat -5px -5px}
.columnusl>span.second{background:url('../images/circuits.png') no-repeat -175px -5px}.columnusl>span.third{background:url('../images/circuits.png') no-repeat -5px -175px}.columnusl>span.fourth{background:#ebeaea url('../images/service-4.png') no-repeat center center;border: 2px solid #fff;border-radius: 50%;}.columnusl>.polosa{border-bottom:1px solid #bababa;width:100%;margin:5px 0;opacity:0}.columnusl>b{height:36px;display:block;margin-top:20px;opacity:0}

/*.loadcar{width:1171px;height:103px;position:relative;background:url('../images/loadcar_new.png') no-repeat;z-index:1;left:-960px;top:129px}*/

.loadroad{width:960px;height:87px;position:relative;background:url('../images/sprites.png') 0 -120px;z-index:0;top:35px}#obratnaya_svyaz{background:#fec744;width:100%;min-width:960px}#content4{width:960px;margin:auto;padding-top:60px}span.konvert{width:28px;height:20px;margin:auto;background:url('../images/sprites.png') no-repeat -5px -91px;display:block;margin-bottom:15px}#content4>p.zagolovok{background-color:#fec744}#content4>.liniya{border-color:#e4a52a}.callmemaybe{width:780px;display:block;padding:20px 90px 30px 90px}
.callmemaybe>.oneformelem{width:370px;display:block;float:left;margin-top:20px}.callmemaybe>.oneformelem>span.stat{width:18px;height:13px;display:block;position:absolute;margin-left:330px;margin-top:19px}.callmemaybe>.oneformelem>span.stat.rightspan{background:url('../images/sprites.png') no-repeat -141px -26px;display:none}.callmemaybe>.oneformelem>span.stat.notrightspan{background:url('../images/sprites.png') no-repeat -143px -54px;display:none}.callmemaybe label{display:block;margin-bottom:5px;font-size:12px}
.callmemaybe>.oneformelem>input[type=text]{width:350px;height:50px;font-size:12px;padding:0 10px;border:2px solid #fec744;float:left}.callmemaybe>.oneformelem>input[type=text]:focus{outline:0}.callmemaybe>input[type=submit]{-webkit-appearance:none;font-size:18px;font-weight:bold;width:210px;height:50px;margin:30px auto;display:block;background-color:#e4a52a;color:#fff;border:0}.callmemaybe>input[type=submit]:hover{background-color:#efa52a}.callmemaybe>.oneformelem.mrgrgt40{margin-right:40px}.callmemaybe>.onetextarea{margin-top:20px}
.callmemaybe>.onetextarea>textarea{max-width:756px;width:756px;height:76px;max-height:76px;padding:10px;border:2px solid #fec744;font-size:12px}.callmemaybe>.onetextarea>textarea:focus{outline:0}#captchaslider1{width:200px;display:block;margin:auto;margin-top:10px}#captchaslider2{width:100px;display:block;margin:auto;margin-top:10px}.greensq{background:#4fcf49 !important}input.captcha{width:190px !important;display:block;float:left;margin-left:16px}img.captcha{display:block;float:left}label.captcha{font-size:10px}
#footer{width:100%;background:#434443;height:40px;min-width:960px; position: relative;}span.redcolor{color:red}.slidepage{background:#ebebeb;width:100%;min-width:960px}

.contentpage{width:960px;margin:auto;padding-bottom:30px;padding-top: 60px;}


.achievments{width:960px;color:#fec744;margin-top:50px;margin-bottom:30px;padding:0}.achievments>li{width:33.3%;text-align:center;float:left;display:inline-block;margin:0;padding:0;list-style-type:none;margin:auto;font-size:18px;font-weight:bold}
.achievments>li>span{font-size:48px}.bigwhiteabout{width:900px;display:block;padding:30px;background:#fff;font-size:14px;margin-bottom:30px}.bigwhiteabout>p{margin-bottom:25px}.bigwhiteabout>ul>li{color:#fec744}.bigwhiteabout>ul>li>span{color:#2e2e2e}span.grayphone{width:25px;height:32px;margin:auto;background:url('../images/sprites.png') no-repeat -42px -49px;display:block;margin-bottom:15px}#contactblock{width:960px;margin:auto;margin-top:50px;font-size:12px}#contactblock>span{font-weight:bold;font-size:18px}
#contactblock>.mobilefield{width:960px;margin-top:50px}#contactblock>.mobilefield>.leftblock{width:220px;float:left;margin-top:25px}#contactblock>.mobilefield>.leftblock>p{padding-left:108px;font-weight:bold;font-size:18px}#contactblock>.mobilefield>.leftblock>p.first{padding-left:50px}#contactblock>.mobilefield>.rightblock{width:240px;padding-left:50px;margin-top:25px;float:left;border-left:1px solid #bababa}#contactblock>.mobilefield>.rightblock>span{width:67px;height:33px;display:block;margin-bottom:10px;float:left}
#contactblock>.mobilefield>.rightblock>span.opsos1{background:url('../images/sprites.png') no-repeat -83px -256px}#contactblock>.mobilefield>.rightblock>span.opsos2{background:url('../images/sprites.png') no-repeat -83px -213px}#contactblock>.mobilefield>.rightblock>span.opsos3{background:url('../images/sprites.png') no-repeat -6px -256px}#contactblock>.mobilefield>.rightblock>span.opsos4{background:url('../images/sprites.png') no-repeat -6px -213px}
.contactMail{
	display: block;
	color: #2e2e2e;
	text-decoration: none;
	font-weight: bold;
   font-size: 18px;
}
.contactMail:hover{
	text-decoration: underline;
}
span.yellowphone{width:21px;height:29px;background:url('../images/sprites.png') no-repeat -112px -43px;display:block;float:left}#contactblock>.mobilefield>.rightblock>p{display:block;font-size:18px;font-weight:bold;float:left;padding-top:7px;padding-left:30px}span.oblako{width:29px;height:26px;margin:auto;background:url('../images/sprites.png') no-repeat -43px -91px;display:block;margin-bottom:15px}#gosteblock{width:960px;margin:auto;margin-top:35px;padding-bottom:50px}
#gosteblock>.left{width:614px;float:left}#gosteblock>.left>a.tellmemore{width:255px;height:30px;text-align:center;text-decoration:none;display:block;margin:auto;color:white;background-color:#fdb816;padding-top:10px;font-size:18px;font-weight:bold}#gosteblock>.left>a.tellmemore:hover{background-color:#efa52a}#gosteblock>.right{width:256px;float:left;margin-left:30px;padding:30px;background:#fff}#gosteblock>.right>label{display:block;margin-top:20px}#gosteblock input:focus{outline:0}#gosteblock textarea:focus{outline:0}
#gosteblock>.right>input[type=text]{border:2px solid #bebebe;width:236px;height:40px;margin-top:10px;font-size:12px;padding:0 10px}#gosteblock>.right>textarea{width:236px;height:70px;max-width:236px;max-height:70px;margin-top:10px;font-size:12px;padding:10px;border:2px solid #bebebe;font-size:12px}#gosteblock>.right>input[type=submit]{-webkit-appearance:none;display:block;width:256px;height:40px;font-size:18px;font-weight:bold;background-color:#fdb816;color:#fff;border:0;margin-top:10px}#gosteblock>.right>input[type=submit]:hover{background-color:#efa52a}
#gosteblock>.right>.captchagol{margin-top:20px}#gosteblock>.right>.captchagol>img{float:left}#gosteblock>.right>.captchagol>input{width:88px;height:40px;float:left;margin-left:4px;padding:0 10px}#gosteblock>.left>.comment:nth-child(2n+1){float:left;background:#fff}#gosteblock>.left>.comment:nth-child(2n+1)>.triangle{width:0;height:0;border-top:12px solid white;border-right:25px solid transparent;margin-top:10px;position:absolute;left:20px}#gosteblock>.left>.comment:nth-child(2n+1)>.author{position:absolute;margin-top:30px;left:10px;font-style:italic}
#gosteblock>.left>.comment:nth-child(2n){float:right;background:#e2e2e2}#gosteblock>.left>.comment:nth-child(2n)>.triangle{width:0;height:0;border-top:12px solid #e2e2e2;border-left:25px solid transparent;margin-top:10px;position:absolute;right:20px}#gosteblock>.left>.comment:nth-child(2n)>.author{position:absolute;margin-top:30px;margin-left:-10px;font-style:italic;right:10px}#gosteblock>.left>.comment{padding:10px;width:430px;margin-bottom:40px;position:relative}.graymodal{width:100%;height:100%;display:none;z-index:9001;position:fixed;top:0;left:0;opacity:.5;background:gray}
.rightinfo{border:2px solid #4fcf49 !important}.notrightinfo{border:2px solid #ff5958 !important}span.captcha{display:block;text-align:center}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103,U+1EA0-1EF1,U+20AB}
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+1F00-1FFF}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0370-03FF}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0102-0103,U+1EA0-1EF1,U+20AB}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+1F00-1FFF}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0370-03FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0102-0103,U+1EA0-1EF1,U+20AB}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000}
/*! 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:0;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:4px;-moz-border-radius:4px;border-radius:4px}.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-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('fancybox_sprite.png')}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url('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('blank.gif');-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}.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('fancybox_overlay.png')}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.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;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-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@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('fancybox_sprite@2x.png');background-size:44px 152px}
#fancybox-loading div{background-image:url('fancybox_loading@2x.gif');background-size:24px 24px}}

.footer_ {
    width: 780px;
    height: 100%;
    margin: auto;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.footer_ > a {
	color: #fff;
	text-decoration: none;
}
#copyright {
    display: block;
    font-weight: bold;
}
#copyright > a {
    color: #4499f0
}

.sico{
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	flex-shrink: 0;
	display: inline-block;
}

.sico--pdf{
	background-image: url('/images/interface/svg/pdf.svg');
}

/*Переверстка главной*/
.box_s{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box}
.ico{background: transparent url('../images/sprites.png') no-repeat 0 0;}
/*причины выбора*/
.cause{padding: 30px 0 30px 0;background: #ebebeb }
.ico_cause{width: 24px;height: 22px;margin: 0 auto 15px;display: block;background-position: -44px -294px;}
.color_zagolovok1{background: #ebebeb !important;width: 316px !important;}
.box_cause{width: 700px;margin: 25px auto 50px;}
.box_cause:after {
  content: "";
  display: table;
  clear: both;
}
.item_cause{width: 700px;height: 200px;background-color: #fff;margin-bottom: 10px;opacity: 0;position: relative;}
.item_cause:first-child{opacity: 1;}
.item_cause img{display: block;float: right;}
.box_text_cause{display: block;float: left;height: 200px;position: relative;width: 340px;padding: 35px 45px;font-size: 14px;line-height: 1.5em;}
.num_cause{display: block;width: 52px;height: 52px;border-radius: 50%;background-color: #fbcb6b;line-height: 52px;text-align: center;font-size: 20px;font-weight: 700;border:6px solid #f7f7f7;position: absolute;top: 10px;left: -32px;}
.tit_cause{font-weight: 700;text-transform: uppercase;margin-bottom: 10px;}


/*Тарифы*/
#tarif{padding: 60px 0 60px 0;background: #ebebeb;text-align: center;}
#tarif .zagolovok{background: #ebebeb;}
.ico_tarif{width: 28px;height: 24px;margin: 0 auto 15px;display: block;background-position: -6px -293px;}
#content5{width: 960px;margin: 0 auto; overflow: hidden;}
#columnstar{margin: 40px 0;}
.columnusl2 {display: block;float: left;width: 211.5px; margin-left: 38px;}
.columnusl2.colnomrg{margin-left: 0}
.columnusl2 a {display: block;float: left;opacity:0;position:relative;width: 211.5px;color: #2e2e2e;text-decoration: none;}
.columnusl2 a b{margin:10px 0 20px 0;display: block;}
.columnusl2 a:hover>b{text-decoration: underline;}
.columnusl2 span{display:block;width:160px;height:160px;margin:auto;opacity:0;position:relative}
.columnusl2 p{font-size:12px;opacity:0;margin-top: 10px;line-height: 1.5em}
.columnusl2 p>i{font-weight: 700;font-style: normal;}

.columnusl2 span.first1{background:url('../images/car_class.png') no-repeat 0px 0px}
.columnusl2 span.second2{background:url('../images/car_class.png') no-repeat -160px 0px}
.columnusl2 span.third3{background:url('../images/car_class.png') no-repeat -320px 0px}
.columnusl2 span.fourth4{background:url('../images/car_class.png') no-repeat -480px 0px}
.columnusl2 .polosa{border-bottom:1px solid #bababa;width:100%;margin:5px 0;opacity:0}.columnusl>b{min-height:28px;display:block;margin-top:20px;opacity:0}

.loadcar{width:1171px;height:103px;position:relative;background:url('../images/loadcar_new.png') no-repeat;z-index:1;right:-750px;top:129px}

.loadroad2{width:960px;height:87px;position:relative;background:url('../images/sprites.png') 0 -120px;z-index:0;top:35px}
.loadcar2{width:1171px;height:103px;position:relative;background:url('../images/loadcar.png') no-repeat;z-index:1;left:-960px;top:129px}
#obratnaya_svyaz{background:#fec744;width:100%;min-width:960px}#content4{width:960px;margin:auto;padding-top:60px}span.konvert{width:28px;height:20px;margin:auto;background:url('../images/sprites.png') no-repeat -5px -91px;display:block;margin-bottom:15px}#content4>p.zagolovok{background-color:#fec744}#content4>.liniya{border-color:#e4a52a}.callmemaybe{width:780px;display:block;padding:20px 90px 30px 90px}

.long_z{width: 316px !important;}

/*Слайдер*/
.box_cars_type{margin: 40px 0;}

.cars_type{display: block;float: left;width: 320px;text-align: justify;font-size: 16px;line-height: 1.5em;}
.cars_type p{margin-top: 1em}
.text_car{font-size: 14px}
.ico_type_car{background: transparent url('../images/car_class_x2.png') 0 0 no-repeat; display: block;width: 320px;height: 320px;}
.ico_type_1{background-position: 0 0}
.ico_type_2{background-position: -320px 0}
.ico_type_3{background-position: -640px 0}
.ico_type_4{background-position: -960px 0}

.cb{clear: both;}

.slide_car{width: 620px;height: 320px;overflow: hidden;float: right;}
.cascade-slider_container {
	overflow: hidden;
  position: relative;
  width: 520px;
  height: 326px;
  margin: 0 auto;
}
.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.3);
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
}
.cascade-slider_item img{width: 320px !important; height: 200px; border:5px solid #bababa;}
/*.cascade-slider_item.next img, .cascade-slider_item.prev img{-webkit-filter: blur(2px);-moz-filter: blur(2px);-ms-filter: blur(2px);-o-filter: blur(2px);filter: blur(2px);transition:1s;width: 200px;height: 150px;}*/
/*.cascade-slider_item.next img, .cascade-slider_item.prev img{width: 200px;height: 150px;}*/
.cascade-slider_item.next {
	top:10%;
  left: 53%;
  transform: translateY(0) translateX(-100%) scale(0.6);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.prev {
	top:10%;
  left: 47%;
  transform: translateY(0) translateX(0) scale(0.6);
  opacity: 1;
  z-index: 1;
}
.cascade-slider_item.now h3{opacity: 1;transition:1s;}
.cascade-slider_item.now {
  top: 140px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
width: 20px;height: 34px;
  display:block;
  position: absolute;
  bottom: 10px;
  cursor: pointer;
  z-index: 5;
}
.cascade-slider_arrow-left { right: 275px; background-position: -48px -380px;}
.cascade-slider_arrow-left:hover {background-position: -12px -336px;}
.cascade-slider_arrow-right { right: 235px; background-position: -12px -380px;}
.cascade-slider_arrow-right:hover {background-position: -48px -336px;}
.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer;
}
.cascade-slider_dot:hover { background: #555; }
.cascade-slider_dot.cur { background: #555; }

/*меню линковки классов авто*/
.slide_box{width: 620px;float: right;}
.menu_type_car{display: block;text-align: center;height: 40px;margin-top: 15px}
.menu_type_car a{width: 78px;text-align: center;line-height: 40px;display: inline-block;color: #2e2e2e;text-decoration: none;font-size: 14px}
.menu_type_car a.activ,.menu_type_car a:hover{font-weight: 700}

/*Страница попутного такси*/
.ico_pTaxi{display: block;width: 28px;height: 24px;margin: 0 auto 15px;background-position: -6px -293px;}
.pTaxi_tarif{}
.box_tarif{display: block;float: left;width: 550px;padding: 0 20px}
.name_tarif{font-size: 18px;font-weight: 700;margin: 20px 0 0 0;text-transform: uppercase;padding: 20px;}
.tel_pTaxi{width: 365px;float: left;}
.num_pTaxi{display: block;font-weight: 700;font-size: 24px;height: 32px;line-height: 32px;margin-top: 8px}
.ico_phone{width: 25px;height: 32px;background-position: -77px -49px;display: block;float: left;margin-right: 15px;}

/*Фильтр*/
*{outline: none;}
.box_filtr{display: block;width: 100%;padding: 30px 90px;margin: 40px 0;background-color: #ffc932;position: relative;overflow: hidden;}
.box_filtr a.resetSelect{color:maroon;position: absolute;right:-45px;top:15px;font-size:65px;text-decoration: none;transition: .3s;}
.box_filtr a.resetSelect.show{right:25px;}
.taxi_from, .taxi_where{display: none;}
.box_filtr .dop_sel{width: 370px;height: 50px;}
.left_sel{float: left;}
.right_sel{float: right;}
.select2-container--type{width: 370px !important;height: 50px !important;background-color: #fff;line-height: 50px;float: left;}
/*.select2-container--type.select2-container--open{border: 3px solid red;}*/
.select2-container--type:nth-of-type(1){margin-right: 40px;}
/*.select2-container--type .selection{width: 370px;height: 50px;}
.select2-container--type .select2-selection{width: 370px;height: 50px;}*/
.select2-container--type .select2-selection__rendered{padding:0 64px 0 20px !important;border:3px solid #fff;height: 44px}
.select2-container--type.select2-container--open .select2-selection__rendered{border:3px solid #f3ab00;height: 50px}
.select2-container--type .select2-selection__arrow{display: block !important;background: url('../images/sprites.png') no-repeat -10px -420px !important;width: 24px !important;height: 50px !important;position: absolute;top: 0;right: 0;margin: 0 20px;}

.select2-container--type .select2-results__option{display: block;height: 50px;line-height: 50px;padding: 0 20px;border-left: 3px solid #f3ab00;border-right: 3px solid #f3ab00;}
.select2-container--type .select2-results__option:last-child{border-bottom: 3px solid #f3ab00;}
.select2-container--type .select2-results__option--highlighted{border-left: 3px solid #ffc932;border-right: 3px solid #ffc932;background-color: #ffc932}
.select2-dropdown{border:0;}

input:disabled,
select:disabled+.select2{
	background-color:rgb(235,235,228);
}

/*маршрут*/
.car_route{display: block;padding:25px 20px;width: 100%;background-color: #fff;font-size: 12px;line-height: 2em;margin-bottom: 20px;position: relative;}
.route{width: 215px;float: left;}
.route p{padding-left: 24px}
.point_route, .time_route{font-size: 20px;color: #2e2e2e;font-weight: 700;}
.where_route{margin-top: 25px}
.decor_route{display: block;float: left;margin: 20px 20px 20px 0;width: 4px;background-color: #d6d6d6;height: 56px;position: relative;}
.decor_route:before{display: block;width: 14px;height: 14px;border-radius: 50%;background-color: #39b54a;content: "";position: absolute;top: -16px;left: -5px}
.decor_route:after{display: block;width: 8px;height: 8px;border-radius: 50%;border: 3px solid #f24242;background-color: #fff;content: "";position: absolute;bottom: -16px;left: -5px}
.cba:after {
  content: "";
  display: table;
  clear: both;
}

.info_route{float: left;line-height: 1.5em;border-left: 1px solid #c8c8c8;padding-left: 20px;margin-left: 20px;width: 460px;padding-right: 10px;}
	.time_route{margin-bottom: 10px;}
	.option_rout{display: block;float: left;width: 150px;padding-right: 10px;margin-top: 15px;}
	.option_rout span{display: block;font-size: 20px;font-weight: 700;}
.type_car{width: 190px;float: right;}

/*Форма заказа попутного такси*/
.fomr_pTaxi{display: block;width: 960px;margin-top: 40px;}
.fomr_pTaxi fieldset{border: 20px solid #d4d4d4; padding: 50px 70px;margin: 0}
.fomr_pTaxi fieldset legend{display: block;width: 420px;margin: 0 auto;text-align: center;font-size: 20px;font-weight: 700;text-transform: uppercase;}
.warning{font-size: 12px;font-weight: 700;margin: 30px 0 35px 0}
.fomr_pTaxi fieldset label{display: block;width: 370px;float: left;font-size: 12px;}
.fomr_pTaxi fieldset label .pole{display: block;width: 370px;height: 50px;line-height: 50px;margin: 5px 0 20px 0;border: 2px solid #fff;padding: 0 10px}
.fomr_pTaxi fieldset label:nth-of-type(2n+1){margin-right: 40px;}
.fomr_pTaxi fieldset textarea{width: 370px;height: 140px;background-color: #fff;resize: none;float: right;margin: 5px 0 20px 0;border: 0;padding: 10px;}
.las_label{margin-top: -90px}

/*Время и дата*/
.l_data{float: left;display: block;width: 206px !important;margin-right: 0 !important;}
.inp_data{width: 162px;height: 50px;display: block;float: left;padding: 0 10px;margin-right: 1px;border: 2px solid #fff;padding: 0 10px;margin-top: 5px;}
.ico_data{display: block;float: left;width: 43px;height: 50px;background-color: #fff;background-position: -35px -420px;margin-top: 5px;}
#ui-datepicker-div{padding: 1px !important; font-size: 12px;border:0; background-color: #fff;}

.l_time{width: 150px !important;float: left;margin-left: 13px;margin-right: 40px;}
.inp_time{width: 106px;padding: 0 10px;margin-right: 1px;display: block;float: left;height: 50px;border:2px solid #fff;margin-top: 5px}
.btn_time{display: block;float: left;height: 50px;margin-top: 5px;width: 43px;background-color: #fff}
.ico_top, .ico_down{display: block;height: 25px;width: 43px;cursor: pointer;}
.ico_top{background-position: -77px -430px;}
.ico_down{background-position: -116px -430px;}

.btn_pTaxi{display: block;float: left;height: 50px;line-height: 50px;padding: 0 35px;border: 0;background-color: #ffc932;transition: .3s;cursor: pointer;margin-top: 20px;color: #fff;font-size: 20px;font-weight: 700;}
.btn_pTaxi:hover{background-color: #f3ab00;}

.pTextarea{
	min-height: 45px;
}

#login{
	display: block;
	width:300px;
	margin:10px auto;
}
#login label{
	display: block;
	margin:5px 0;
}
#login input[type="text"],#login input[type="password"]{
	height:50px;
	padding:0 10px;
	box-sizing: border-box;
	width:100%;

}
#login input[type="submit"]{
	display: block;
	margin-top:10px;
	width:100%;
	height:50px;
	background: #fec744;
	border:0;
	font-weight: bold;
	cursor: pointer;
	transition: .2s;
}
#login input[type="submit"]:hover{
	color:#fff;
}
.noPTaxi{
	border:10px solid #ffc932;
	text-align: center;
	font-weight: bold;
	padding:25px;
}

.rel{
	position:relative;
}
.ipole{
	display:block;
    width:348px;
    height:50px;
    line-height:50px;
    margin:10px 0 25px 0;
    border:1px solid #bababa;
    padding:0 10px;
}
#otFrom,
#otTo{
	padding-left:50px;
	width:308px;
}
#otFrom+s,
#otTo+s{
	position:absolute;
	display:block;
	width:50px;
	height:50px;
	bottom:0;
	background:transparent url(../images/sprites2.png) 30px 0 no-repeat;
}
#otFrom+s{
	background-position:-5px -8px;
}
#otTo+s{
	background-position:-44px -5px;
}
.otOrder:before{
	content:' ';
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	bottom:0;
	left:20px;
	background:transparent url(../images/sprites2.png) -183px -14px no-repeat;
}

#tariffDesc{
	position:relative;
}
#tariffDesc .wallOfText {
	height: 100%;
	padding-right: 20px;
}
#tariffDesc p {
	text-align: justify;
	font-size: 14px;
	color: #222;
	margin-bottom: 30px;
}
#tariffDesc p:last-of-type {
	margin: 0;
	margin-bottom: 10px;
}
#tariffDesc p b {
	font-size: 18px;
	display: block;
}
#tariffDesc .dlgClose{
	position:absolute;
	top:10px;
	right:10px;
	text-decoration:none;
}
#tariffDesc .dlgClose:hover{
	text-decoration:underline;
}
#otTowns{
	display:none;
	padding:2px 7px;
}
.pointF label{
	display:inline-block;
	width:90px;
	text-align:right;
	padding-right:10px;
}
.sPole{
	display:inline-block;
    width:243px;
    height:40px;
    line-height:40px;
    border:1px solid #bababa;
    padding:0 10px;
    margin:5px 0;
}
.sPoleHalf{
	display:inline-block;
    width:56px;
    height:40px;
    line-height:40px;
    border:1px solid #bababa;
    padding:0 10px;
    margin:5px 0;
}
.itime{
	width:70px;
}
.h-order-a-taxi{
	color:#fff!important;
	font-size:12px;
	font-weight:700!important;
	background-color:#ee1c25;
	border-bottom:0!important;
	padding:8px 14px;
	border-radius:4px;
}
.ordWL,
.ordWR{
	float:left;
	margin:30px 0 50px 0;
	position:relative;
}
.ordWL{
	width:370px;
}
.ordWL form>div{
	position:relative;
}
.ordWL .select2{
	display:block;
    width:348px;
    height:50px;
    line-height:50px;
    margin:10px 0;
    border:1px solid #bababa;
}
.ordWL .rel{
	padding-bottom:20px;
	line-height:1.7em;
}
.ordWL .rel label{
	cursor:pointer;
}
.ordWL .inp_time{
	float:right;
}
.ordWL .select2{
	width:240px;
}
.ordWL .itime{
	position:absolute;
	right:0;
	bottom:0;
}
.selectOrg{
	width: 265px;
}
.ordWL .select2-container--selectOrg{
	position:relative;
	display:inline-block;
	background-color:#fff;
}
.ordWL .select2-container--selectOrg::after{
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:7px;
	width:32px;
	height:32px;
	background:url('../images/sprites.png') -72px -289px no-repeat;
}
.select2-container--selectOrg .select2-selection--single{
	height:48px;
}
.select2-container--selectOrg .select2-results{
}
.select2-container--selectOrg .select2-dropdown--below{
	border:1px solid #bababa;
	border-top:none;
}
.select2-container--selectOrg .select2-results__option--highlighted{border-left: 3px solid #ffc932;border-right: 3px solid #ffc932;background-color: #ffc932}
.ofp,
.otTarMore{
	font-size:10px;
}
.otOrder{
	width:180px;
	height:40px;
	font-size:14px;
	color:#fff;
	background-color:#6bba3b;
	padding-left:50px;
	border:0;
	float:right;
	position:relative;
	cursor:pointer;
}
.otOrderCancel{
	width:180px;
	height:40px;
	font-size:14px;
	color:#000;
	background-color:#e1e1e1;
	border:0;
	margin-right:10px;
	float:right;
	position:relative;
	cursor:pointer;
}
.ordWR{
	margin-left:40px;
	width:550px;
}
.ordWR .otLegend{
	margin-top:20px;
	padding:10px;
	min-height:20px;
	border:5px solid #d4d4d4;
}
.ordWR .othd{
	font-size:18px;
	color:#66c42d;
	font-weight:700;
	text-align:center;
}
.ordWR .otFoA{
	text-align:center;
	padding:10px 0;
}
.ordWR .otAuto{
	font-size:14px;
	color:#fbb731;
}
.ordWR .otLeg{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.ordWR .otPnt{
	font-size:18px;
	font-weight:700;
	text-align:center;
}
.icS2{
	display:inline-block;
	width:32px;
	height:34px;
	background:transparent url(../images/sprites2.png) 50px 0 no-repeat;
	vertical-align:-12px;
	margin:0 4px;
}
.icS2.from{
	background-position:-234px -17px;
}
.icS2.to{
	background-position:-14px -60px;
}
.icS2.taxi{
	background: url(../images/interface/icons/locationTaxi.png) center center no-repeat;
	/*background-position:-61px -65px;*/
}
.otMsg{
	text-align:center;
}
.otOrder.lock{
	background:#777;
	cursor:default;
}
.txtC{
	text-align:center;
}
.otOrdCncl,
.otCalc,.otAprox,.otOrderQ,
.otOrderT,.otFromWr,.otToWr{
	display:none;
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:1px solid #777;
}
.otGPSPoint{
	font-size:10px;
}
.otFromWr.selected,.otToWr.selected{
	display:block;
}
.otSelectPoint.selected,
.otSelectPoint+.otDeselectPoint{
	display:none;
	font-size:10px;
}
.otSelectPoint.selected+.otDeselectPoint{
	display:inline;
}
.otOrderQ .otMsgSub{
	font-size:0.8em;
	line-height:1.5em;
}
.otPathWr{
	display:none;
}
.ordWR .otPnt .icS2{
	margin:0 15px;
}

#ymap{
	height:570px;
	background-color:#ddd;
}

.addrList .ui-menu-item{
	padding:8px 15px;
	font-size:20px;
}


/* + Аренда автомобилей*/

.btn-link-prokat{
	display: block;
	float: right;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #f3ad00 url('../images/prokat/car-prokat-2.svg') 20px 12px no-repeat;
	font-size: 12px;
	color: #2e2e2e;
	font-weight: 700;
	padding-left: 60px;
	margin: 25px 265px 0 0;
	border-radius: 5px;
	text-decoration: none;
}
.btn-link-prokat>span{
	border-bottom: 1px dashed #2e2e2e;
}
.btn-link-prokat:hover>span{
	border-bottom: 0;
}
.ico_prokat{
	display: block;
	margin: 0 auto 10px;
	width: 26px;
	height: 31px;
	background: url('../images/prokat/car-prokat.svg') center center no-repeat;
}
.tel-prokat{
	width: 400px;
}
.box-link-prokat{
	font-size: 14px;
	font-weight: 400;
}
.link-form{
	color: #2e2e2e;
	text-decoration: none;
}
.link-form>span{
	border-bottom: 1px dashed #2e2e2e;
}
.link-form:hover>span{
	border-bottom: 0;
}

.fomr-prokat {
	margin: 40px 0;
}
.fomr-prokat fieldset {
    border: 20px solid #d4d4d4;
    padding: 50px 70px;
    margin: 0;
}
.fomr-prokat fieldset legend {
    display: block;
    width: 420px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.fomr-prokat--bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fomr-prokat--bottom a{
	display: inline-flex;
	align-items: center;
}
.fomr-prokat--bottom .sico--pdf{
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.typic-lbl {
    display: block;
    width: 370px;
    float: left;
    font-size: 12px;
    margin-bottom: 35px;
}
.typic-lbl .pole {
    display: block;
    width: 370px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #fff;
    padding: 0 10px;
}
.typic-lbl-ser,
.typic-lbl-ser .pole{
	width:100px;
}
.typic-lbl-num,
.typic-lbl-num .pole{
	width:230px;
}

.typic-lbl-mr{
	margin-right: 40px;
}
.typic-lbl>span{
	 margin: 0 0 5px 0;
	 display: block;
}
.time-ot, .time-do{
	display: block;
	float: left;
	margin: 0;
}
.time-ot>input, .time-do>input{
	width: 120px;
	margin-right: 1px !important;
}
.time-ot>*, .time-do>*,.date-ot>*, .date-do>*{
	margin: 0;
}
.date-ot>input, .date-do>input{
	width: 326px;
	margin-right: 1px !important;
}
.decem{
	display: block;
	float: left;
	margin: 20px 12px !important;
}

.typic-lbl.box-area{
	width: 100%;
}
.box-area>label{
	display: block;
	margin-bottom: 5px;
}
.box-area textarea{
	width: 100%;
	height: 110px;
	resize: none;
	border: 0;
	padding: 10px;
}

.fomr-prokat .warning{
	margin: 0 0 35px 0;
}

.typic-lbl.box-check{
	width: 100%;
}
.lbl-check{

}
.lbl-check{
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 10px 15px 0 0;
}
.lbl-check:hover{
	cursor: pointer;
}
.lbl-check>i{
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: #fff;
	margin: 0 5px 0 0;
}
.dis-nono{
	display: none;
}
.lbl-check .dis-nono:checked+i{
	background: #fff url('../images/prokat/check_orange.svg') center center no-repeat;
}
.btn-submit-standart{
	display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border: 0;
    background-color: #ffc932;
    transition: .3s;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.btn-prokat{
	float: right;
}
.zagolovok.zag-prokat{
	width: 380px;
}
.box-info-prokat{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 40px 0;
}
.info-prokat{
	width: 210px;
	flex-shrink: 0;
	min-height: 230px;
	font-size: 12px;
}
.info-img{
	display: block;
	margin: 0 auto 20px;
}
.info-tit{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	height: 42px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	line-height: 1.5em;
}

.box-prokat{
	margin: 50px 0;
	min-height: 315px;
}
.car-prokat{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 315px;
	margin-bottom: 20px;
	background: #fff;
}
.car-prokat>div{
	flex-shrink: 0
}
.car-img{
	width: 260px;
	padding: 20px;
}
.car-b-img{
	display: block;
	width: 220px;
	height: 140px;
	margin-bottom: 5px;
	overflow: hidden;
}
.car-s-img{
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}
.car-s-img:last-of-type{
	margin-right: 0;
}


.car-info{
	width: 380px;
	padding: 20px 20px 20px 10px;
}
.car-name{
	font-size: 11px;
}
.car-name>span{
	font-size: 18px;
	font-weight: 700;
}

.tbl-car-info{
	width: 100%;
	border-collapse: collapse;
}
.tbl-car-info td{
	border-bottom: 1px dotted #8f8f8f;
	height: 30px;
	vertical-align: bottom;
	font-size: 14px;
	padding-right: 10px;
}
.tbl-car-info tr td:nth-child(1){
	width: 210px;
}
.tbl-car-info tr td:nth-child(2){
	font-weight: 700;
}


.car-price{
	width: 320px;
	background: #d6d6d6;
}
.car-btn-rent{
	display: block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #ee1c25;
	transition: 0.3s;
}
.car-btn-rent:hover{
	background: #da0811;
}

.price-one{
	height: 60px;
	background: linear-gradient(-65deg,#fbb731 60%,
#ffc932 60%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.price-one>span{
	flex-shrink: 0;
	font-size: 22px;
	font-weight: 700;
}
.price-one>span:nth-of-type(1){
	display: block;
	width: 40%;
	text-align: center;

}
.price-one>span:nth-of-type(2){
	display: block;
	width: 60%;
	padding-left: 15px;
}
.car-price-all{
	font-size: 14px;
	padding: 25px 20px 20px 20px;
	height: 195px;
}
.car-tit-price-all{
	font-weight: 700;
}

.car-price-line{
	display: flex;
	height: 40px;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}
.car-price-line>span{
	flex-shrink: 0;
	width: 50%;
	padding-left: 25px;
	height: 40px;
	line-height: 40px;
}
.car-price-line>span:nth-of-type(1){
	background: #c8c8c8;
}
.car-price-line>span:nth-of-type(2){
	background: #b8b6b7;
	font-weight: 700;
}
.car-price-line>span>b{
	font-weight: 400;
	font-size: 11px;
}
.car-zalog{
	margin-top: 20px;
}
/* - Аренда автомобилей*/
