@font-face {
    font-family: 'u2000';
	src: local('u2000'), url('/css/fonts/u2000.ttf') format('ttf');
	src: local('u2000'), url('/css/fonts/u2000.svg') format('svg');
	src: local('u2000'), url('/css/fonts/u2000.woff') format('woff');
}
@font-face {
    font-family: 'Solomon Sans';
    src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Normal.otf') format('otf');
	src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Normal.ttf') format('ttf');
	src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Normal.svg') format('svg');
	src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Normal.woff') format('woff');
	src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Solomon Sans Bold';
    src: local('Solomon Sans Normal'), url('/css/fonts/Solomon-Sans-Bold.otf') format('otf');
}
@font-face {
    font-family: 'Solomon Sans SemiBold';
	font-weight: 500;
    src: local('Solomon Sans SemiBold'), url('/css/fonts/Solomon-Sans-SemiBold.otf') format('otf');
	src: local('Solomon Sans SemiBold'), url('/css/fonts/Solomon-Sans-SemiBold.ttf') format('ttf');
	src: local('Solomon Sans SemiBold'), url('/css/fonts/Solomon-Sans-SemiBold.svg') format('svg');
	src: local('Solomon Sans SemiBold'), url('/css/fonts/Solomon-Sans-SemiBold.woff') format('woff');
	src: local('Solomon Sans SemiBold'), url('/css/fonts/Solomon-Sans-SemiBold.woff2') format('woff2');
}
@font-face {font-family: "Rubl Sign"; src: url(http://www.artlebedev.ru/;-)/ruble.eot);}

span.rur { font-family: "Rubl Sign"; text-transform: uppercase; // text-transform: none;}    
span.rur span { position: absolute; overflow: hidden; width: .45em; height: 1em; margin: .1ex 0 0 -.55em; // display: none; }
span.rur span:before { content: '\2013'; }

span.dot { position:absolute; text-indent: -1000em; }
span.ruble { text-transform:uppercase; }
span.hyphen:after { content: '\2013'; }
span.hyphen { position:absolute; margin:.1ex 0 0; behavior: expression(this.innerHTML = '&ndash;'); }

.tarifblock:hover{
	background: #f9fbfa; /* Для старых браузров */
	background: linear-gradient(to top, #ececec, #fbfbfb);
	cursor:pointer;
}

.rate-descr p{color:#333333;}
#nav{
	float:left;
	width:100%;
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
	display:block;
}
#nav li a{
	display:block;
	padding:5px;
	color:black;
	text-decoration:none;
}
#nav li a:hover{
	color:black;
	text-decoration:underline;
}
/*--- ВЫПАДАЮЩИЕ ПУНКТЫ ---*/
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; /* Скрываем за экраном, когда не нужно (данный метод лучше, чем display:none;) */
	opacity:0; /* Устанавливаем начальное состояние прозрачности */
	-webkit-transition:0.25s linear opacity; /* В Webkit выпадающие пункты будут проявляться */
}
#nav ul li:hover{text-decoration: underline;}
#nav ul li{
	padding-top:1px; /* Вводим отступ между li чтобы создать иллюзию разделенных пунктов меню */
	float:none;
}
#nav ul a{
	white-space:nowrap; /* Останавливаем перенос текста и создаем многострочный выпадающий пункт */
	display:block;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 10px;
}
#nav li:hover ul{ /* Выводим выпадающий пункт при наведении курсора */
	left:0; /* Приносим его обратно на экран, когда нужно */
	opacity:1; /* Делаем непрозрачным */
}
#nav li:hover a{ /* Устанавливаем стили для верхнего уровня, когда выводится выпадающий список */
	text-decoration:underline;
}
/* Изменяем некоторые стили верхнего уровня при выводе выпадающего пункта */
#nav li:hover ul a{ 
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
/* Устанавливаем стили для выпадающих пунктов, когда курсор наводится на конкретный пункт */
#nav li:hover ul li a:hover{text-decoration:underline;}
#nav ul .selected{background: #EED230;}
#nav .tabs a:hover{text-decoration: underline;}
.dop_info_tarif p, .dop_info_tarif2 p{
text-align:left;
margin:0px;
margin-bottom:5px;
font-size:14px;
}
.dop_info_tarif, .dop_info_tarif2, .dop_info_others_tarif{
	display:none;
	position: absolute;
	z-index: 1111;
    bottom: 20px;
    right: -245px;
    text-align: right !important;
    border-right: solid 1px #e8c313;
    border-bottom: solid 1px #e8c313;
    padding-right: 10px;
	width:226px;
	background: white;
	padding-left: 10px;
}
.dop_info_tarif, .dop_info_others_tarif p{
	margin:0px;
	margin-bottom:4px;
	color: #656565;
	line-height: 22px;
}
.panel_title{
	cursor: pointer;
	padding: 2px;
	background:#fff;
	border:1px solid #ddd;
	margin: 0 auto;
	width: 600px;
}
.parent{
	width:100%;
	height:150px;
	padding:15px;
	white-space:nowrap;
}
.child{
	width:160px;
	height:160px;
	background: url("/images/podlolka.png");
	margin:20px;
	float:left;
	text-align: center;
	font-size: 12px;
	position:relative;
	box-shadow: -10px 10px 10px rgba(0,0,0,0.5);
}
.text {position:absolute; width:160px; left:0; bottom:5px;}
.child img{
	padding-top: 25%;
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: none;
}

.margin-content{
	margin-bottom: 18.26px;
    margin-top: 18.26px;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 280px;
}
.clientMenu a{color:#000;}
.all_content_m a{color:#000;}
.sub-menu-zakaz{left: 250px;}
body{
	/*background:url('../images/bg.gif');*/
	background-position:50% 50%;
	margin:0;padding:0;
	font-size:11pt;
	font-family:verdana, arial;
}
.btn_r{
	width:180px;height:32px;
	background:url('http://www.rezidenttaxi.ru/uploads/btn_r.gif');
	background-position:0px -32px;
	text-align:center;
	margin-bottom:3px;
	display:block;
	font-size:13pt;
	color:#222;
}
.hide{
	overflow: hidden;
	padding: 0;
	background: #f9f9f9;
}
.hide_content{
	padding: 10px;
}
.btn_r_hover{
	width:180px;height:32px;
	background:url('http://www.rezidenttaxi.ru/uploads/btn_r.gif');
	background-position:0px 0px;
	text-align:center;
	margin-bottom:3px;
	display:block;
	font-size:13pt;
	color:#fff;
}
div{padding:0;}
.jcar a{	color:#000;}
a{
	text-decoration:none;
	color:#fff;
}
a:hover{
	
}
a.b{
	text-decoration:none;
	color:#222;
}
a.b:hover{
	text-decoration:underline;
}
a.w{
	text-decoration:none;
	color:#fff;
}
a.w:hover{
	text-decoration:underline;
}

ul{
	padding:0;
	padding-left:10px;
	text-align:justify;
	color: #333333;
}

li{
	/*padding-bottom:20px;*/
}
img{
	border:0;
}
#body_div{
	background:url('../images/bg.gif');
	background-position:50% 50%;
	margin-left:auto;margin-right:auto;
	width:1050px;
	padding-top:20px;
}
#top{
	position:relative;
	height:160px;
}
	#banner_top{
		width:630px;height:128px;
		position:absolute;left:210px;top:-10px;
	}
	#clock{
		width:150px;height:150px;
		float:left;
		position:relative;left:18px;
	}
		#data{
			position:absolute;bottom:-30px;
			width:150px;
		}
		.tdata{
			width:170px;
			position:relative;left:-10px;
		}
		.tdata td{
			background:#ddd;
			font-size:8pt;
			text-align:center;
		}
	#tel{
		width:220px;height:130px;
		background:url('../images/tel.jpg');
		background-repeat:no-repeat;
		float:right;
		position:relative;left:22px;top:5px;
	}
		#skype{
			background:url('../images/skype.jpg');
			width:210px;height:120px;
			position:absolute;top:145px;left:22px;
			
		}
		#skype_act{
			width:210px;height:120px;
			position:absolute;top:0px;left:0px;
			background:url('../images/skype.jpg');
			background-position:0px -120px;
		}
.h3{
	font-size:16px;
	font-family: Solomon sans semibold;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
	/*#color:#fff;
	font-size:16pt;
	text-shadow:#000 1px 1px 0px;*/
}	
h3{
	font-size:16px;
	/*font-size:16pt;
	#color:#fe0;
	text-shadow:#000 1px 1px 0px;*/
	font-family: Solomon sans semibold;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
}
#logo_div{
	margin-left:auto;margin-right:auto;
	margin-top:10px;
	width:433px;height:110px;
	background-repeat:no-repeat;
	position:relative;
}
	#lng{
		background:#ddd;
		border:1px solid #aaa;
		padding:5px;
		position:absolute;top:20px;left:-250px;
		width:65px;
	}
#left{
	clear:both;
	float:left;
}
#right{
	float:right;
	position:relative;top:-14px;
}
#center{
	margin-left:auto;margin-right:auto;
	margin-top:30px;
	background:url('../images/block_m.gif');
	width:644px;
	position:relative;
}
	#center_t{
		position:absolute;top:-9px;
		background:url('../images/block_tb.png');
		background-position:0px 0px;
		width:644px;height:9px;
	}
	#center_b{
		position:absolute;bottom:-9px;
		background:url('../images/block_tb.png');
		background-position:0px -9px;
		width:644px;height:9px;
	}
	#tooltip_left_fixed{
		position:fixed;z-index:100;
		height:203px;
		background:url('../images/anons.png');
		background-position:100% 0%;
		cursor:pointer;
	}
	#tooltip_content{
		padding:15px;
		padding-right:40px;
		padding-left:10px;
		color:#222;
		font-size:12pt;
	}
	#cl{
		float:left;
		margin-left:50px;
        padding-top:15px;
		width:280px;
		line-height:15pt;
		/*color:#fff;*/
		padding-bottom:20px;
	}
    #cl a{
    	text-decoration:none !important;
        /*color:#000;*/
    }
    #cl a:hover{
        text-decoration:underline !important;
		
    }
	#cl img{
		margin-top: 10px;
	}
	#cr{
		padding-top:15px;
		padding-bottom:20px;
		width:280px;
		margin-right:50px;
		float:right;
		line-height:15pt;
		color:#222;
	}
    #cr a{
    	text-decoration:none !important;
        color:#222 !important;
    }
    #cr a:hover{
        text-decoration:underline !important;
    }
	#cr img{
		margin-top: 10px;
	}
.menu{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
	.menu li{
		padding:2px;
	}
	.menu a{
		color:#ddd;
		font-size:14pt;
		text-shadow:#000 1px 1px 1px;
	}
	.menu a:hover{
		color:#fe0;
		font-size:14pt;
		text-shadow:#000 2px 1px 4px;
	}
.bn{
	width:192px;height:54px;
	margin:15px;
}
#moscow-caption-text{
	color: white;
}
#moscow-caption-header{
	color: white;
}
#foot{
	margin-left:auto;margin-right:auto;
	margin-top:15px;
}
	.bnb{
		width:202px;height:102px;
	}
#copy{
	margin-top:10px;
	margin-left:auto;margin-right:auto;
	background:url('../images/copy.gif');
	width:123px;height:67px;
}
#count{
	margin-top:10px;
	width:180px;
	margin-left:auto;margin-right:auto;
}

/* */
#menu{
	width:190px;
}
#menu a{
		font-size:13pt;
		color:#fff;
		text-shadow:#000 1px 1px 2px;
}
#menu a:hover{
		font-size:13pt;
		color:#000;
}
.btn_act, .btn:hover{
	width:190px;height:33px;
	background:url('../images/btn.gif');
	background-position:0px -132px;
	text-align:center;
}
	.btn_act span, .btn span{
		position:relative;top:3px;
	}
	.btn_act .bl, .btn:hover .bl{
		width:12px;height:33px;
		float:left;
		background:url('../images/btn.gif');
		background-position:0px -99px;
	}
	.btn_act .br, .btn:hover .br{
		width:12px;height:33px;
		float:right;
		background:url('../images/btn.gif');
		background-position:0px -165px;
	}
.btn{
	width:190px;height:33px;
	background:url('../images/btn.gif');
	background-position:0px -33px;
	text-align:center;
	color:#222 !important;
	text-shadow:none;
}
	.btn .bl{
		width:12px;height:33px;
		float:left;
		background:url('../images/btn.gif');
		background-position:0px 0px;
	}
	.btn .br{
		width:12px;height:33px;
		float:right;
		background:url('../images/btn.gif');
		background-position:0px -66px;
	}
.dpl{
	width:400px;
	float:left;
	text-align:right;
	color:#ddd;
	font-size:10pt;
}
.dpl a{
	font-size:10pt;color:#fff;
	text-shadow:#000 1px 1px 3px;
}
.dpl a:hover, .dpr a:hover{
	color:#ffaa00;
	text-shadow:#000 0px 0px 0px;
	text-decoration:underline;
}
.dpr{
	width:400px;
	float:right;
	text-align:left;
	font-size:10pt;
}
.dpr a{
	font-size:10pt;color:#222;
	text-shadow:#000 1px 1px 3px;
}

.amenu{
	color:#fff;
}
.amenu:hover{
	color:#fff;
}
.yellow{
	background:#fe0;
	border:2px groove #222;
	padding:20px;
}
.yellow_block{
	padding:50px;
	position:relative;
}

.yellow a{
    color:#009;
    text-decoration: underline;
}

.yellow a:hover{
    text-decoration: none;
}
#ClientRequest-form select{
    width: 150px;
    
}
/*****************/
.fs_medium{
    font-size: medium;
}
.refreshCaptcha{
display: block;
cursor: pointer;
width: 350px;
height: 50px;
}
.clientMenu ul {
margin-top: 0px;
}
.pager ul li{
    list-style: none;
    display: inline-block
}
.fancybox-custom .fancybox-skin {box-shadow: 0 0 50px #222;}
.payinf li{padding-bottom: 3px;}
.tarif-table{
	float: right;
	background: #f9fafa;
	width: 390px; 
	border-collapse: collapse; 
	border: 2px solid #f9fafa;
	font-family: Solomon Sans Normal;
}
.rate-table{
	float: right;
	background: #f9fafa;
	width: 390px; 
	border-collapse: collapse; 
	border: 2px solid #EDEDED;
	font-family: Solomon Sans;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.rate-table tr{height: 44px;}
.tarif-table .first-row{
	font-size: 21px;
	text-align: left; 
}
.tarif-table td, th {
	font-size: 17px;
	padding: 1px; 
	border: 1px solid #e3e4e3; 
	text-align: center; 
}
.rate-table td, th {
	font-size: 14px;
	padding: 1px; 
	border: 1px solid #e3e4e3; 
	text-align: center; 
}
.radius{
	background: #f9fafa;
	width: 390px; 
	float: right;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 20px;
}
.inline{
	position: relative;
	white-space:nowrap;
}
.inline span{display:inline-block;}
.table-title{
   position: absolute;
   margin-top: 15px;
   padding: 3px;
}
.day img, .night img{margin-top: 15px;}
.rate-table tbody td:nth-of-type(odd),
.rate-table thead th:nth-of-type(odd){
	background-color:#EDEDED; 
}
.like-a-h3{font-size: 16pt; text-shadow: #000 1px 1px 0px;}
.text-pod-table-rate{
	width: 430px;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-top: -25px;
    float: right;
    display: block;
    margin-left: 20px;
    font-size: 10pt;
    line-height: 10pt;
}
.rates-h1{
	font-family: Solomon sans semibold;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.rates-block{
	padding:10px 5px 0px 5px;
	background:white;
	border-radius:5px;
	border:solid 1px #c4a101;width: 910px;position: relative; right: 35px;
}
.news{
	min-height: 295px;
}
.first-nav-li{
	font-family: Solomon sans semibold;
	text-transform: uppercase;
	color:#333333;
	text-decoration:underline;
}
.tab-content{
	min-height: 285px;
}
.tab-content-main{
	min-height: 285px;
}
p, span, div {
	text-align: justify;
	color: #333333;
    line-height: 20px;
}

h2 {
	
	font-family: Solomon sans semibold;
	text-transform: uppercase;
	font-size: 18px;
	color: #333333;
	/*font-weight: normal;*/
}

h1 {
	
	font-family: Solomon sans semibold;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.vao_tarif p{
line-height:17px;
}
.vao_button{
    color: black !important;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(to top, #e7c313, #f8e758);
    z-index: 333333;
    text-decoration: none !important;
    font-size: 20px;
    cursor: pointer;
    margin: 20px;
    border-radius: 5px;
}
.vao_tarif td{
padding: 5px;
}
.vao_descr{
    float: left;
    width: 53%;
    position: relative;
    left: 51px;
    top: 66px;
    text-align: justify;
}
.vao_h1{
font-family: Solomon sans semibold;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
}
.vao_descr p{
color:#333333;
line-height: 20px;
}
.vao_descr2{
background:#f8e859;
padding:25px;
padding-left: 50px;
color: #333333;
}
.vao_nametarif{
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 60px;
    font-family: Solomon sans;
    color: #333333;
padding-left: 40px;
}
.vao_tarif p{
line-height:17px;
}
.vao_button{
    color: black !important;
    padding: 10px 30px 10px 30px;
    background: linear-gradient(to top, #e7c313, #f8e758);
    z-index: 333333;
    text-decoration: none !important;
    font-size: 20px;
    cursor: pointer;
    margin: 20px;
    border-radius: 5px;
}
.divicon{
display: inline-block;
width: 35%;
margin-bottom:30px;
}
.divicon .icon{
font-family: Solomon sans semibold;
text-transform: uppercase
}
.tarifblock p{
	text-align: center;
}

.cb1{
    background: url(/images/main_img/cb1.png) no-repeat right top;
    min-height: 309px;
    padding: 10px 390px 0 53px;
    box-sizing: border-box;
}
.cb1 p{
    text-align: left;
    padding-bottom: 15px;
    margin: 0;
}
.cb1 h1{
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
    font-family: Arial;
    padding-bottom: 10px;
}
.cb2{
	font-size: 0;
    position: relative;
}
.cb2__col{
	width: 50%;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.cb2 h3{
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 35px;
    text-align: right;
    text-transform: uppercase;
    font-weight: normal;
    font-family: Arial;
}
.cb2__item p{
	text-align: right;
}
.cb2__item{
	margin-top: 45px;
	padding: 0 80px 0 50px;
	width: 440px;
	box-sizing: border-box;
	background: no-repeat right top;
    position: relative;
}
.cb2__item:before{
    display: block;
    z-index: 1;
    position: absolute;
    background: url(/images/main_img/cb2__item.png) no-repeat left top;
    border: 1px;
    top: 15px;
    content: '';
    width: 21px;
    height: 21px;
}
.cb2__col_left .cb2__item:before{
    right: -41px;
}
.cb2__col_right .cb2__item:before{
    left: -40px;
}
.cb2__col_right .cb2__item{
    padding: 0 50px 0 80px;
    background: no-repeat left top;
    margin-left: 30px;
}
.cb2__item.cb2__item_1{
	background-image: url(/images/main_img/cb2__item_1.png);
}
.cb2__item.cb2__item_2{
    margin-top: 160px;
	background-image: url(/images/main_img/cb2__item_2.png);
}
.cb2__item.cb2__item_3{
    margin-top: 90px;
	background-image: url(/images/main_img/cb2__item_3.png);
}
.cb2__item.cb2__item_4{
    margin-top: 75px;
	background-image: url(/images/main_img/cb2__item_4.png);
}
.cb2__col_right p{
    text-align: left;
}
.cb2__col_right h3{
    text-align: left;
}
.cb2:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    left: 50%;
    background: #333;
    position: absolute;
    top: 0;
}
.cb3{
    background: -webkit-linear-gradient(90deg, #e8c414 0%, #f8e656 100%);
    background: -moz-linear-gradient(90deg, #e8c414 0%, #f8e656 100%);
    background: -o-linear-gradient(90deg, #e8c414 0%, #f8e656 100%);
    background: -ms-linear-gradient(90deg, #e8c414 0%, #f8e656 100%);
    background: linear-gradient(0deg, #e8c414 0%, #f8e656 100%);
    padding: 40px 75px;
}
.cb3 ul {
	padding-left: 230px;
}
.cb3 h2,
.cb3 h3{
    font-family: Arial;
    color:  #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin: 0;
}
.cb3 p{
    text-align: center;
}
.cb3__item_2{
    padding-top: 20px;
}
.cb3__steps{
    padding-top: 20px;
    white-space: nowrap;
    text-align: center;
}
.cb3__step{
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align: top;
    position: relative;
    white-space: normal;
}
.cb3__step_1,
.cb3__step_2{
    padding-right: 130px;
}
.cb3__step_1:after,
.cb3__step_2:after{
    background: url(/images/main_img/cb3__step.png) no-repeat top left;
    width: 58px;
    height: 19px;
    content: '';
    display: block;
    position: absolute;
    right: 35px;
    top: 10px;
}
.cb3__step_3{
    width: 230px;
}
.cb4{
    background: url(/images/main_img/cb4.png) no-repeat top left;
    padding: 40px 0;
}
.cb4 h2{
    font-family: Arial;
    color:  #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin: 0;
    padding: 0 75px;
}
.cb4 p{
    text-align: center;
    padding: 0 85px;
}
.cb4__ways{
    list-style: none;
    text-align: center;
    white-space: nowrap;
    padding-top: 20px;
}
.cb4__way{
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 0 50px;
    white-space: normal;
    width: 190px;
}
.cb4__txt{
    padding-top: 30px;
    text-align: center;
}
.cb5{
    padding: 40px;
    white-space: nowrap;
}
.cb5__img{
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
    width: 409px;
    white-space: normal;
}
.cb5__txt{
    display: inline-block;
    vertical-align: top;
    width: 370px;
    white-space: normal;
    margin-top: 10px;
}
.cb5 p{
    text-align: left;
}
.cb5 h2 {
    font-family: Arial;
    color:  #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.cb6{
    background: url(/images/main_img/cb6.png) no-repeat top left;
    padding: 40px 40px 0;
    position: relative;
    min-height: 379px;
    box-sizing: border-box;
}
.cb6__img{
    width: 462px;
    position: absolute;
    right: 20px;
    top: -35px;
}
.cb6__txt{
    width: 380px;
    margin-top: 10px;
    text-align: left;
}
.cb6__txt p{
    text-align: left;
    margin: 0;
    padding-top: 15px;
}
.cb6 h2{
    font-family: Arial;
    color:  #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.cb6__apps{
    list-style: none;
    padding-top: 20px;
    margin: 0;
}
.cb6__app{
    display: inline-block;
    text-align: center;
}
.cb6__app a{
    font-family: Arial;
    color:  #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding-top: 50px;
    width: 122px;
}
.cb6__app_ios a{
    margin-right: 23px;
    background: url(/images/main_img/cb6__app_ios.png) no-repeat top left;
}
.cb6__app_android a{
    background: url(/images/main_img/cb6__app_android.png) no-repeat top left;
}
.cb6__app a:hover{
    text-decoration: underline;
}
.cb7{
    min-height: 518px;
    background: url(/images/main_img/cb7.png) no-repeat top left;
    box-sizing: border-box;
}
.cb7__txt{
    background-color:  rgba(255, 255, 255, 0.83);
    padding: 40px 130px;
}
.cb7 h3{
    font-family: Arial;
    color:  #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin: 0;
    padding: 0;
    text-align: center;
}
.cb7 p{
    text-align: center;
    margin: 0;
    padding-top: 15px;
}
.cb7__phone{
    border-radius: 5px;
    border-width: 0.7px;
    border-color: #c4a101;
    border-style: solid;
    background: -webkit-linear-gradient(90deg, #e7c312 0%, #f8e758 100%);
    background: -moz-linear-gradient(90deg, #e7c312 0%, #f8e758 100%);
    background: -o-linear-gradient(90deg, #e7c312 0%, #f8e758 100%);
    background: -ms-linear-gradient(90deg, #e7c312 0%, #f8e758 100%);
    background: linear-gradient(0deg, #e7c312 0%, #f8e758 100%);
    line-height: 44px;
    font-family: Arial;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
}
.cb7__buttons{
    text-align: center;
    padding-top: 30px;
}
.anons {text-align: left;}

.error{
    margin: -1px 1px -1px 26px !important;
    /*border: 1px solid #000 !important;*/
    box-sizing: border-box !important;
}
.errorMessage {
    font-size: 10px !important;
    /*margin-left: 30px !important;*/
    line-height: 17px !important;
    margin-top: 3px !important;
    margin-bottom: -7px;
    color: red;
    height: 15px;
}
.inp {
    width: 240px;
    margin: 8px 20px 8px 25px;
    height: 25px;
    padding: 2px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
}
.ibutton {
    width: 240px;
    margin: 30px 0px 2px 25px;
    height: 40px;
    border: 2px solid #f8e656;
    background-color: #f8e656;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}
#TaxiOrders_address_home_from, #TaxiOrders_address_home_to {
    width:70px !important;
    margin-left:0px !important;
}
#TaxiOrders_order_date {
    width:90px !important;
}
#TaxiOrders_order_time{
    width:60px !important;
}
#TaxiOrders_address_street_to {
    margin-top: 10px !important;
}
#taxi-orders-grid {
    overflow-x: auto;
    margin-top: 60px;
}
.flash-error {
    padding: 10px 20px;
    background: #E35C36;
    margin-top: 40px 10px 10px 10px;
    border-radius: 5px;
}
.flash-success {
    padding: 10px 20px;
    background: #05A2D3;
    margin: 40px 10px 10px 10px;
    border-radius: 5px;
}
#taxi-orders-form .error {
    margin: 0 !important;
    box-sizing: content-box !important;
}
