.tablebodytext {
	display: none !important;
}
a[disabled] {
	pointer-events: none;
}
font.errortext {
	color: red;
}
font.notetext {
	color: green;
}
.errorBtn {
	position: fixed;
	color: #fff;
	left: 10px;
	bottom: 10px;
	z-index: 1;
	background: #cf0005;
	background: -moz-linear-gradient(top, #e41500 0%, #af0004 100%);
	background: -webkit-linear-gradient(top, #e41500 0%, #af0004 100%);
	background: linear-gradient(to bottom, #e41500 0%, #af0004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41500', endColorstr='#af0004',GradientType=0 );
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.19);
	border: 0;
	outline: 0;
}
.errorBtn:hover,
.errorBtn:focus,
.errorBtn:active,
.errorBtn:hover:active,
.errorBtn:focus:active {
	background: #af0206;
	color: #fff;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}
.ultra-small {
	font-size: 10px;
}

.good {
	color: #3c763d;
}
.negative {
	color: #a94442;
}
.required {
	color: #cf0005;
}

.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	/* border-color: #fff; */
}
.nav-tabs > li > a:hover {
	border-color: transparent;
	/*border-bottom-color:#fff;*/
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background: none;
}

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
	margin-top: 4px;
}
.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
	position: relative;
}
.radio > input[type='radio'],
.radio-inline > input[type='radio'],
.checkbox > input[type='checkbox'],
.checkbox-inline > input[type='checkbox'] {
	position: absolute;
	display: none;
}
.radio > input[type='radio'] + label,
.radio-inline > input[type='radio'] + label,
.checkbox > input[type='checkbox'] + label,
.checkbox-inline > input[type='checkbox'] + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.radio > input[type='radio'] + label:before,
.radio-inline > input[type='radio'] + label:before,
.checkbox > input[type='checkbox'] + label:before,
.checkbox-inline > input[type='checkbox'] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.radio > input[type='radio'] + label:before,
.radio-inline > input[type='radio'] + label:before {
	border-radius: 100%;
}
.radio > input[type='radio']:checked + label:after,
.radio-inline > input[type='radio']:checked + label:after,
.checkbox > input[type='checkbox']:checked + label:after,
.checkbox-inline > input[type='checkbox']:checked + label:after {
	content: '\e013';
	position: absolute;
	left: 2px;
	top: 2px;
	border-radius: 2px;
	color: #ffb400;
	font-family: 'Glyphicons Halflings';
	line-height: 1;
}
.radio > input[type='radio']:checked + label:after,
.radio-inline > input[type='radio']:checked + label:after {
	content: '';
	width: 8px;
	height: 8px;
	left: 4px;
	top: 6px;
	border-radius: 100%;
	background-color: #ffb400;
}

.radio-inline:first-child,
.checkbox-inline:first-child {
	padding-left: 0px;
}

@media (min-width: 768px) {
	.modal-content {
		width: 600px;
		margin: 30px auto;
	}
	.modal-sm {
		width: 300px;
	}
	.modal-lg {
		width: 750px;
	}
}

/* custom btns */
.btn {
	text-transform: uppercase;
	font-size: 13px;
	border: 0px;
	border-radius: 3px;
}
.btn-big,
.btn-group-big > .btn {
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}
.btn-clear,
.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active {
	text-transform: none;
	text-decoration: underline;
	border: 0;
	background: none;
	box-shadow: none;
}
.btn-default {
	color: #324d8b;
	border-color: #f3f3f3;
	background: #f3f3f3;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.13);
	font-weight: 500; /*padding-top: 8px;padding-bottom: 12px;*/
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default.active:hover,
.btn-default.active:focus {
	background: #eeeeee;
}

/*.btn-success { border: 1px solid transparent;background: #50ed57;background: -moz-linear-gradient(top,  #50ed57 0%, #37b148 100%);background: -webkit-linear-gradient(top,  #50ed57 0%,#37b148 100%);background: linear-gradient(to bottom,  #50ed57 0%,#37b148 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ed57', endColorstr='#37b148',GradientType=0 ); box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.06), inset 0px -4px 0px 0px rgba(129, 129, 129,0.15); }
.btn-success:active:hover, .btn-success:active:focus, .btn-success.active:hover, .btn-success.active:focus { background: #37b148; background: -moz-linear-gradient(top,  #37b148 0%, #50ed57 100%); background: -webkit-linear-gradient(top,  #37b148 0%,#50ed57 100%); background: linear-gradient(to bottom,  #37b148 0%,#50ed57 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b148', endColorstr='#50ed57',GradientType=0 ); }
*/

.btn-nyt {
	background: #03179a;
	color: #fff !important;
	border-radius: 0;
}
.btn-nyt:hover,
.btn-nyt:focus,
.btn-nyt:active,
.btn-nyt:active:hover,
.btn-nyt:active:focus,
.btn-nyt.active:hover,
.btn-nyt.active:focus {
	background: #031271 !important;
}

.btn-taxity {
	text-transform: uppercase;
	color: #fff !important;
	background: #001b95 !important;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.13);
	font-weight: 700;
}
.btn-taxity:hover,
.btn-taxity:focus,
.btn-taxity:active {
	color: #000;
}
.btn-taxity:active:hover,
.btn-taxity:active:focus,
.btn-taxity.active:hover,
.btn-taxity.active:focus {
	background: #ffc600;
	/* background: -moz-linear-gradient(top, #ffc600 0%, #ffde00 100%);
	background: -webkit-linear-gradient(top, #ffc600 0%, #ffde00 100%);
	background: linear-gradient(to bottom, #ffc600 0%, #ffde00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ffde00',GradientType=0 ); */
}

.print-btn {
	margin-top: 27px !important;
	margin: 0px 5px;
}

.feedback-btn {
	padding: 10px 22px !important;
	line-height: 22px !important;
	box-shadow: none;
	position: relative;
}
.feedback-btn:before {
	content: '';
	position: absolute;
	display: block;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #fff;
	border-radius: 2px;
}
.feedback-btn span {
	position: relative;
}
.feedback-btn:hover:before,
.feedback-btn:focus:before {
	background: none;
}

/* custom form */
.form-control {
	color: #383838;
	height: 32px;
	padding: 5px 10px;
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-color: transparent;
}
.control-label {
	font-weight: normal;
}
.form-horizontal .control-label {
	text-align: left;
}
.input-group .form-control {
	border-color: #ccc;
}
.input-group .form-control:focus {
	border-color: #66afe9;
}

.switcher {
	border-radius: 8px;
	padding: 3px 10px;
	color: #000;
	line-height: 14px;
	background: #eeecea;
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 125px;
}
.switcher .current-switch {
	padding-right: 10px;
	background: url(/images/template/switcher-triangle.png) right center no-repeat;
	cursor: pointer;
}
.switcher .switcher-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 100%;
	list-style: none;
	padding: 5px 0px;
	margin: 0;
	background: #fff;
	border: 1px solid #eeecea;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.switcher .switcher-list li a {
	display: block;
	padding: 4px 10px;
	color: #000;
}
.switcher.open {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.switcher.open .switcher-list {
	display: block;
}

/*== INDEX ==*/

.main-form-index {
	width: 100%;
}
.main-form-index h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.main-form-index form {
	position: relative;
}
.main-form-index form .simple,
.main-form-index form .extra {
	position: relative;
	z-index: 2;
	padding: 20px 30px;
	background: #ffc82e;
	border-radius: 0px;
	border: 0px solid #eeecea;
}
.main-form-index form .extra {
	position: absolute;
	left: 0;
	width: 320px;
	top: 10px;
	z-index: 1;
	bottom: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: left 0.5s ease;
	background: #f3f3f3;
}
.main-form-index form .extra.opened {
	left: 100%;
}
.main-form-index form .extra .checkbox {
	padding-top: 10px;
}

.extra-desc {
	display: inline-block;
	margin: 0;
	padding-left: 3px;
}
.extra-piter {
	display: none;
}
.extra-msk {
	display: none;
}
.visible {
	display: block;
}

.main-form-index .extra-notfixed {
	padding: 5px 15px;
	padding-bottom: 10px;
}
.main-form-index .extra-notfixed-block {
	font-size: 1px;
	font-size: 0px;
	line-height: 1px;
	line-height: 0px;
	position: relative;
	height: 32px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 5px 0px;
}
.main-form-index .extra-notfixed-block:hover,
.main-form-index .extra-notfixed-block:focus,
.main-form-index .extra-notfixed-block.focus {
	border-color: #ffb400;
}
.main-form-index .has-error .extra-notfixed-block {
	border-color: #a94442;
}
.main-form-index .extra-notfixed .form-control {
	margin-right: 0px;
	border: 0;
	box-shadow: none;
	width: 50%;
	height: 20px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
}
.main-form-index .extra-notfixed .form-control:last-child {
	margin-right: 0px;
}
.main-form-index .extra-notfixed .form-control + .form-control {
	border-left: 1px solid #eeecea;
}
.main-form-index .extra-notfixed.disabled .extra-notfixed-block {
	border-color: #f2f2f2;
	background: #f2f2f2;
}
.main-form-index .extra-notfixed.disabled .extra-notfixed-block .form-control {
	background: #f2f2f2;
}

.main-form-index .form-control {
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #eeecea / 9;
	background-color: #fff;
}
.main-form-index .form-control:hover,
.main-form-index .form-control:focus {
	border-color: #ffb400;
}
.main-form-index-block-title {
	text-align: center / 9;
	vertical-align: middle;
	width: 100%;
}
.main-form-index-block-title h1 {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.main-form-index-block-title h1 .light {
	display: block;
	font-weight: 300;
}

.main-form-index .address-four-controls {
	font-size: 1px;
	font-size: 0px;
	line-height: 1px;
	line-height: 0px;
	position: relative;
	height: 32px;
	background: #fff;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 5px 0px;
}
.main-form-index .address-four-controls:hover,
.main-form-index .address-four-controls:focus,
.main-form-index .address-four-controls.focus {
	border-color: #ffb400;
}
.main-form-index .has-error .address-four-controls {
	border-color: #a94442;
}
.main-form-index .address-four-controls .form-control {
	margin-right: 0px;
	border: 0;
	box-shadow: none;
	height: 20px;
	padding: 0px 10px;
}
.main-form-index .address-four-controls .form-control:last-child {
	margin-right: 0px;
}
.main-form-index .address-four-controls .one-inline {
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	right: 178px;
}
.main-form-index .address-four-controls .one-inline .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.main-form-index .address-four-controls .three-inline {
	float: right;
}
.main-form-index .address-four-controls .three-inline .form-control {
	width: 75px;
	display: inline-block;
	vertical-align: top;
	border-radius: 0;
	border-left: 1px solid #eeecea;
}
.main-form-index .address-four-controls .three-inline :last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.main-form-index .address-four-controls .ca-block {
	display: inline-block;
	width: 28px;
	padding-left: 3px;
	border-left: 1px solid #eeecea / 9;
}
.main-form-index .add-address-row {
	text-decoration: underline;
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
	margin-left: 10px;
}
.main-form-index .address-to + .address-to {
	margin-top: 5px;
}

.search-loader {
	border-radius: 4px;
	width: 30px;
	height: 30px;
	top: 0px;
	position: absolute;
	right: 0px;
	background: #fff url('/images/ajax-loader2.gif') center no-repeat;
	background-size: 22px;
}

.address-tabs input[type='radio'] + label,
.address-tabs .address-tab {
	margin-right: 5px;
}

.address-item:hover {
	cursor: pointer;
}
.address-item:hover .address-title {
	color: #2a6496;
}
.address-title {
	font-weight: 400;
	font-size: 14px;
}
.address-sub {
	font-weight: 300;
	font-size: 12px;
	padding-top: 3px;
	color: #888;
}
.address-item + .address-item {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #eeeeea;
}

.main-form-index .address-four-controls.ca-in .one-inline {
	right: 200px;
}
.main-form-index .address-four-controls.ca-in .ca-block {
	width: 50px;
}
.main-form-index .address-four-controls .ca-btn {
	font-size: 14px;
	line-height: 15px;
	width: 22px;
	height: 20px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	opacity: 0.5;
}
.main-form-index .address-four-controls .ca-btn:hover {
	opacity: 1;
}
.main-form-index .address-four-controls .ca-btn .glyphicon {
	top: 3px;
	vertical-align: top;
	font-size: 16px;
}
.main-form-index .address-four-controls .ca-btn .glyphicon-star {
	color: #444;
}
.main-form-index .address-four-controls .ca-btn:hover .glyphicon-star {
	color: #ffb400;
}
.main-form-index .address-four-controls .ca-btn[rel='delrow'] {
	background: url(/images/cross.png) center no-repeat;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.main-form-index .address-four-controls .ca-btn[rel='delrow']:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

.main-form-index .car-selects {
	font-size: 1px;
	font-size: 0px;
	line-height: 1px;
	line-height: 0px;
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 10px;
}
.main-form-index .car-selector {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	font-weight: 400;
	width: 50%;
	padding: 0px 4px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}
.main-form-index .car-selector label {
	border-radius: 3px;
	border: 1px solid #fff;
	background: #ffffff;
	padding: 5px;
	width: 100%;
}
.main-form-index .car-selector label span {
	display: block;
	margin-bottom: 5px;
}
.main-form-index .car-selector .car-img {
	height: 70px;
}
.main-form-index .car-selector .car-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	mix-blend-mode: multiply;
}
.main-form-index .car-selector input[type='radio']:checked + label {
	font-weight: 600;
}
.main-form-index .car-selector:hover label,
.main-form-index .car-selector:focus label,
.main-form-index .car-selector input[type='radio']:checked + label {
	border-color: #001b95;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.main-form-index .date-selects {
	font-size: 1px;
	font-size: 0px;
	line-height: 1px;
	line-height: 0px;
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 10px;
}
.main-form-index .date-selector {
	font-size: 14px;
	line-height: normal;
	text-align: center;
	font-weight: 400;
	width: 66.666%;
	padding: 0px 4px;
	display: table;
	float: left;
}
.main-form-index .date-select {
	border: 1px solid #eeecea;
	background: #ffffff;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	height: 32px;
}
.main-form-index .date-select.first-child {
	width: 82px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	cursor: pointer;
}
.main-form-index .date-select.last-child {
	background: #ffffff url('/images/icons/calendar.png') no-repeat 23px 6px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	padding-bottom: 0px;
	box-shadow: none;
	color: #888;
}
.main-form-index input[type='radio']:checked + .date-select {
	font-weight: 600;
	border-color: #ffb400;
	cursor: pointer;
}
.main-form-index input[type='radio']:checked + .date-select.last-child {
	color: #000;
	font-weight: normal;
}
.main-form-index .date-select input {
	width: 100%;
	border: 0;
	outline: none;
	background: none;
	padding: 0px 23px 0px 44px;
	display: block;
}
.main-form-index .delivery-type-selector {
	width: 33.333%;
	float: left;
}
.main-form-index select {
	border: 0px solid #eeecea;
	background: #ffffff;
}
.main-form-index .name-and-phone,
.main-form-index .comment {
	padding-left: 11px;
	padding-right: 11px;
	margin-bottom: 10px;
}
.main-form-index .main-form-index-name,
.main-form-index .main-form-index-phone {
	width: 50%;
	float: left;
	padding: 0px 4px;
}
.main-form-index .main-form-index-name-full,
.main-form-index .main-form-index-phone-full,
.main-form-index .comment-block {
	width: 100%;
	float: none;
	padding: 0px 4px;
}

.main-form-index .col-sm-6.name-and-phone {
	padding-right: 0px;
}
.main-form-index .col-sm-6.comment {
	padding-left: 0px;
}
.main-form-index .main-form-index-phone-full + .main-form-index-name-full,
.main-form-index .main-form-index-name-full + .main-form-index-name-full {
	margin-top: 8px;
}
.main-form-index .main-form-index-phone .form-control,
.main-form-index .main-form-index-name .form-control {
	padding-left: 32px;
}
.main-form-index .main-form-index-phone .form-control {
	background: #fff url('/images/icons/incoming_call.png') no-repeat 12px;
}
.main-form-index .main-form-index-name .form-control {
	background: #fff url('/images/icons/face.png') no-repeat 12px;
}
.main-form-index .result-and-addit {
	padding-left: 11px;
	padding-right: 11px;
}
.main-form-index .result-and-addit .addit-btn,
.main-form-index .result-and-addit .main-form-index-result-text {
	width: 50%;
	padding: 0px 4px;
	float: left;
	font-size: 18px;
}
.main-form-index .result-and-addit .addit-btn {
	float: right;
}
.main-form-index .result-and-addit .addit-btn .btn {
	height: 38px;
	padding-top: 8px;
}
.main-form-index .result-and-addit .addit-btn label {
	font-size: 14px;
	float: left;
	padding-right: 8px;
}
.main-form-index .result-and-addit .addit-btn label + select {
	width: calc(100% - 100px);
}
.main-form-index .result-and-addit .priceline {
	display: inline-block;
}
.main-form-index .result-and-addit .main-form-index-result span {
	color: #0463e4;
	font-size: 24px;
}
.main-form-index .result-and-addit .main-form-index-result-discount {
	color: #999;
	font-size: 18px;
}
.main-form-index .result-and-addit .priceline.price-discount {
	display: inline-block;
}
.main-form-index .result-and-addit .price-discount .main-form-index-result {
	text-decoration: line-through;
	color: #999;
}
.main-form-index .result-and-addit .price-discount .main-form-index-result span {
	color: #999;
	font-size: 18px;
}
.main-form-index .result-and-addit .price-discount .main-form-index-result-discount {
	color: #333;
	text-decoration: none;
}
.main-form-index .result-and-addit .price-discount .main-form-index-result-discount span {
	color: #0463e4;
	font-size: 24px;
}

.main-form-index .addit-btn {
	padding: 6px 4px 0px;
	font-size: 18px;
}
.main-form-index .addit-btn .btn {
	height: 38px;
	padding-top: 8px;
}

.main-form-index .term-and-submit {
	padding-left: 11px;
	padding-right: 11px;
}
.main-form-index .term-and-submit .term-box,
.main-form-index .term-and-submit .submit-btn {
	width: 50%;
	padding: 0px 4px;
	float: left;
}
.main-form-index .term-and-submit .term-box {
	height: 50px;
	font-size: 1px;
	font-size: 0px;
	line-height: 1px;
	line-height: 0px;
}
.main-form-index .term-and-submit .term-box:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
	width: 0px;
}
.main-form-index .term-and-submit .term-box label {
	font-size: 14px;
	line-height: normal;
	vertical-align: top;
}
.main-form-index .term-and-submit .term-box a {
	text-decoration: underline;
}
.main-form-index .term-and-submit .submit-btn {
}
.main-form-index .term-and-submit .submit-btn .btn {
	height: 40px;
	border-radius: 8px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.main-form-index .term-and-submit .submit-btn .btn:hover {
	position: relative;
	top: -4px;
}
.main-form-index-payments-type {
	font-size: 12px;
	padding: 10px 0px;
	color: #747474;
}

.main-form-index .check-sms-form {
	position: absolute;
	top: 0px;
	padding-top: 60px;
	z-index: 10;
	left: 0;
	right: 0;
}
.main-form-index .check-sms-form-bg {
	position: absolute;
	top: 0px;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 5;
	background: #eeecea;
	opacity: 0.7;
}
.main-form-index .check-sms-form .form-control {
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.main-form-index .check-sms-form .form-control:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 180, 0, 0.6);
}
.main-form-index .check-sms-form .auth-tab-form-body {
	padding: 20px;
}
.main-form-index .check-sms-form .auth-tab-form-body a {
	font-size: 14px;
}
.main-form-index .check-sms-form .control-label {
	text-align: center;
}

/*== PAGINATION ==*/
.pager-taxity {
	margin-top: 20px;
}
.pager-taxity a,
.pager-taxity span {
	text-decoration: none;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	min-width: 30px;
	text-align: center;
}
.pager-taxity .pager-page {
	margin: 0px 4px;
	border-radius: 15px;
}
.pager-taxity .pager-page:hover {
	background-color: rgba(0, 0, 0, 0.06);
}
.pager-taxity span {
	background: #ffde00;
	background: -moz-linear-gradient(top, #ffde00 0%, #ffc600 100%);
	background: -webkit-linear-gradient(top, #ffde00 0%, #ffc600 100%);
	background: linear-gradient(to bottom, #ffde00 0%, #ffc600 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffde00', endColorstr='#ffc600',GradientType=0 );
	border-color: #edb900;
}
.pager-taxity .pager-begin {
	padding-right: 16px;
}
.pager-taxity .pager-end {
	padding-left: 16px;
}

/*== CONTENT ==*/
.main-content {
	padding: 60px 0px 55px;
	min-height: calc(100vh - 156px - 263px);
}
.main-content.white-bg {
	background: #fff;
}
.main-content h1,
.main-content h2,
.main-content h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
}
.main-content :first-child {
	margin-top: 0px;
}

.list-title {
	font-size: 14px;
	color: #0463e4;
	font-weight: 600;
	line-height: 24px;
	text-transform: none !important;
}

.banner-block {
	width: 100%;
	position: relative;
	padding: 40px 20px;
	text-align: center;
}
.banner-block + .banner-block {
	margin-top: 30px;
}
.banner-block .btn {
	position: relative;
	margin: auto;
	padding: 10px 0px;
}
.tab-pane-in {
	background: #fff;
	padding: 15px 30px;
}

.banner-1 {
	background: #3d3d3d;
}
.banner-2 {
	background: #0092ff;
}
.banner-intro {
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}
.banner-ttl {
	color: #fff;
	font-size: 28px;
	line-height: normal;
	font-weight: 600;
	padding: 20px 0px 40px;
}

/*== AUTH PAGE ==*/
.auth-page {
	padding: 80px 0px 55px;
}
.auth-page h1 {
	text-align: center;
	text-transform: none;
}
.auth-tab-form {
	max-width: 360px;
	border-radius: 4px;
	background: #fff;
	margin: auto;
}
/* .auth-tab-form.reg-form { max-width: 440px } */
.auth-tab-form .nav-tabs {
	border-bottom: none;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: inset 0px -2px 4px 0px rgba(16, 69, 121, 0.24);
}
.auth-tab-form .nav-tabs > li {
	float: left;
	width: 50%;
	margin-bottom: 0px;
}
.auth-tab-form .nav-tabs > li > a {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 28px !important;
	margin-right: 0 !important;
	border-radius: 4px 4px 0 0 !important;
	padding: 10px 15px !important;
}
.auth-tab-form .nav-tabs > li.active > a,
.auth-tab-form .nav-tabs > li.active > a:hover,
.auth-tab-form .nav-tabs > li.active > a:focus {
	border: 1px solid #ddd !important;
	border-bottom: 1px solid #fff !important;
	background-color: #fff !important;
}
.auth-tab-form .nav-tabs > li.active > a,
.auth-tab-form .nav-tabs > li.active > a:hover,
.auth-tab-form .nav-tabs > li.active > a:focus {
	color: #333;
	border-bottom-color: transparent;
	cursor: default;
}
.auth-tab-form-body {
	padding: 30px;
	border: 1px solid #ddd;
	border-top-width: 0px;
}
.auth-tab-form.reg-form .auth-tab-form-body {
	border-top-width: 1px;
}
.auth-tab-form-body .form-control {
	height: 46px /9;
	text-align: center;
}
.auth-tab-form-body .form-group a {
	color: #fff / 9;
	font-size: 12px;
	line-height: 24px;
	text-decoration: underline;
}
.auth-tab-form-body .has-feedback .form-control {
	padding: 5px 34px;
}
.auth-tab-form-body .has-feedback .form-control-feedback {
	pointer-events: auto;
	cursor: pointer;
	color: #999;
}
.auth-tab-form-body .has-feedback .form-control-feedback.glyphicon-eye-open,
.auth-tab-form-body .has-feedback .form-control-feedback:hover {
	color: #333;
}

.auth-tab-form-footer .btn-success {
	border: 1px solid transparent;
	background: #50ed57;
	background: -moz-linear-gradient(top, #50ed57 0%, #37b148 100%);
	background: -webkit-linear-gradient(top, #50ed57 0%, #37b148 100%);
	background: linear-gradient(to bottom, #50ed57 0%, #37b148 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ed57', endColorstr='#37b148',GradientType=0 );
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06), inset 0px -4px 0px 0px rgba(129, 129, 129, 0.15);
}
.auth-tab-form-footer .btn-success:active:hover,
.auth-tab-form-body .btn-success:active:focus,
.auth-tab-form-body .btn-success.active:hover,
.auth-tab-form-body .btn-success.active:focus {
	background: #37b148;
	background: -moz-linear-gradient(top, #37b148 0%, #50ed57 100%);
	background: -webkit-linear-gradient(top, #37b148 0%, #50ed57 100%);
	background: linear-gradient(to bottom, #37b148 0%, #50ed57 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b148', endColorstr='#50ed57',GradientType=0 );
}
.auth-tab-form-footer .btn-success {
	height: 60px;
	line-height: 44px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	font-weight: bold;
}

/*== PERSONAL PAGE ==*/
.po-table {
	background: #fff;
	font-size: 12px;
}
.po-table > thead > tr > th,
.po-table > tbody > tr > td {
	padding: 20px 4px;
}
.po-table > thead > tr > th:first-child,
.po-table > tbody > tr > td:first-child {
	padding-left: 30px;
}
.po-table > thead > tr > th:last-child,
.po-table > tbody > tr > td:last-child {
	padding-right: 30px;
}
.po-table > thead > tr > th {
	border-bottom: 0px;
	text-align: center;
}
.po-table > thead > tr > th > span {
	background: #f4f4f4;
	display: block;
	padding: 7px 12px;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 3px;
}

.po-table > tbody > tr.grey > td {
	background: #f4f4f4;
}
.po-table > tbody > tr > td {
	border-top: 0;
	padding-top: 5px;
}
.po-table > tbody > tr.border > td {
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
}

/*
.po-table > tbody > tr + tr > td,
.po-table > tbody > tr.grey + tr.grey > td { border-top:0; padding-top:5px; }
.po-table > tbody > tr + tr.grey > td,
.po-table > tbody > tr.grey + tr > td { border-top:1px solid #ebebeb; padding-top:20px; }
*/

.po-table .small {
	color: #0463e4;
	text-decoration: underline;
	cursor: pointer;
}

.po-date {
	font-weight: bold;
}
.po-status {
	margin-bottom: 10px;
}
.po-status.text-primary {
	color: #0463e4;
	font-weight: bold;
}
.po-action {
}
.po-action .po-btn {
	text-decoration: underline;
	margin-right: 20px;
	padding: 0;
	border: 0;
	color: inherit;
}
.po-action .po-btn:hover {
	text-decoration: none;
}

.payment-price {
	min-width: 150px;
	max-width: 210px;
}
.payment-price .one-payment + .payment-price .one-payment {
	margin-top: 10px;
}
.payment-price .one-payment .price {
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: normal !important;
	color: #000;
}
.payment-price .one-payment .price span {
	font-size: 14px !important;
	line-height: normal !important;
	font-weight: bold !important;
	color: #000;
}

.po-filter .po-filter-date {
	background: #ffffff url('/images/calendar.png') no-repeat 10px 7px;
	padding: 0px 10px 0px 33px;
}
.po-filter .btn {
	float: right;
}
.po-filter .form-group {
	margin-left: -5px;
	margin-right: -5px;
	overflow-x: hidden;
}
.po-filter .form-group > div {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

/*== NEW ORDER LIST ==*/
@media (max-width: 1250px) {
	.order-list .col-md-9 {
		width: 100%;
	}
}

.order-item {
	font-size: 12px;
	font-weight: 600;
}

.order-item-block {
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	border-collapse: collapse;
	margin-bottom: 25px;
	line-height: normal;
}

.order-item-block-row {
	display: table;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.order-item-block-td {
	display: table-cell;
	vertical-align: top;
	width: 110px;
	position: relative;
	border-right: 1px solid #e8e8e8;
}
.order-item-block-td .order-item-thead {
	text-transform: uppercase;
	text-align: center;
	height: 63px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	margin-right: -1px;
	padding: 5px 15px;
}
.order-item-block-td .order-item-thead:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.order-item-block-td .order-item-thead span {
	display: inline-block;
	vertical-align: middle;
}
.order-item-block-td.td-date {
	width: 110px;
}
.order-item-block-td.td-address {
	width: auto;
}
.order-item-block-td:last-child,
.order-item-block-td:last-child .order-item-thead {
	border-right: 0px;
}
.order-item-block-td .order-item-tbody {
	padding: 15px;
}

.order-item-block-td .order-item-tbody .small {
	color: #0463e4;
	text-decoration: underline;
	cursor: pointer;
}
.order-item-tbody {
	font-weight: 400;
}
.order-item-thead {
}
.order-item-tfoot {
	border-top: 1px solid #e8e8e8;
}
.order-item-tfoot-row {
	padding: 0px 15px;
}
.order-item-tfoot-row + .order-item-tfoot-row {
	margin-top: 10px;
}
.order-item-tfoot-row:first-child {
	padding-top: 15px;
}
.order-item-tfoot-row:last-child {
	padding-bottom: 15px;
}
.order-item-tfoot-row span {
	font-size: 14px;
}
.order-item-tfoot-row span:first-child {
	color: #a5a5a5;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	padding-right: 10px;
}

.order-item-dest + .order-item-dest {
	margin-top: 10px;
}

.company-select select {
	float: left;
	width: calc(100% - 100px);
}
.company-select .btn {
	float: right;
}

.table-print {
	/* table-layout:fixed; */
}
.table-print td {
	width: 100px;
}
.table-print .td-address {
	width: 20%;
}

.leftbar-nav-profile {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px 20px;
}
.leftbar-nav-profile + .leftbar-nav {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.leftbar-nav-profile-img {
	overflow: hidden;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}
.leftbar-nav-profile-desc {
	height: 50px;
	line-height: 20px;
	padding: 5px 0px;
}
.lnprofile-title {
	font-weight: 600;
}
.lnprofile-balance {
	font-size: 12px;
}
.lnprofile-balance span {
	font-weight: 600;
	color: #ff0600;
}

.balance-block {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 20px;
}
.balance-row {
	line-height: 30px;
}
.balance-form {
	padding-top: 20px;
}
.balance-form input {
	float: left;
}
.balance-form .form-control {
	width: 200px;
	margin-right: 10px;
	padding: 10px 16px;
	height: 42px;
}
.balance-form .btn {
	height: 42px;
}
.balance-form .control-label {
	clear: both;
	padding-top: 5px;
}

.driver-payments-block {
	margin-top: 50px;
}
.driver-payments-block table {
	text-align: center;
	width: 100%;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}
.driver-payments-block table th {
	text-align: center;
	vertical-align: middle;
	height: 50px;
	border: 1px solid #e8e8e8;
}
.driver-payments-block table td {
	width: 33.333%;
	vertical-align: middle;
	height: 40px;
	border: 1px solid #e8e8e8;
	font-size: 13px;
}
.driver-payments-block table td.balance-not-payed {
	background: #f9f0b1;
}
.driver-payments-block table td.balance-cenceled {
	background: #ffc4c4;
}
.payments-result-sum {
	font-size: 16px;
	text-align: right;
	margin-top: 10px;
}
.payments-result-sum span {
	font-size: 24px;
	color: #ff0600;
}

/* TMP */
.bx-sls.form-droplist .bx-ui-sls-pane {
	display: block;
	font-size: 14px;
	line-height: normal;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 100%;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-item,
.dropdown-no-item-text {
	border-radius: 2px;
	padding: 7px 4px 7px 7px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-item-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 7px;
	background-repeat: no-repeat;
	background-position: center;
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-0,
.bx-sls .dropdown-item-icon.dropdown-geoicon-10 {
	background-image: url(/images/placetypes/pt0.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-1 {
	background-image: url(/images/placetypes/pt1.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-2 {
	background-image: url(/images/placetypes/pt2.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-3 {
	background-image: url(/images/placetypes/pt3.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-4 {
	background-image: url(/images/placetypes/pt4.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-5 {
	background-image: url(/images/placetypes/pt5.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-6 {
	background-image: url(/images/placetypes/pt6.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-7 {
	background-image: url(/images/placetypes/pt7.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-8 {
	background-image: url(/images/placetypes/pt8.png);
}
.bx-sls .dropdown-item-icon.dropdown-geoicon-9 {
	background-image: url(/images/placetypes/pt8.png);
}
.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	width: calc(100% - 31px);
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span {
	color: #25282c;
}

.bx-sls .bx-ui-sls-pane {
	max-height: 300px;
}

.bx-sls .bx-ui-sls-pane {
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-error {
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}

.btn-menu-margin {
	margin: 15px 0px 30px;
}

@media (max-width: 767px) {
	.form-control {
		font-size: 12px;
	}
	.main-form-index-block-title {
		font-size: 18px;
		padding-top: 30px;
	}
	.main-form-index-block {
	}
	.main-form-index-block .container {
		padding: 0px;
	}
	.main-form-index-block .row {
		display: block;
		height: auto;
		margin: 0px;
	}
	.main-form-index-block .row .col-md-6 {
		display: block;
		float: left;
		padding: 0px;
	}
	.main-form-index {
		padding: 0;
		width: 100%;
	}
	.main-form-index h1 {
		font-size: 20px;
	}
	.main-form-index form .simple,
	.main-form-index form .extra {
		border-radius: 0px;
		padding: 20px 15px;
	}
	.main-form-index .address-four-controls .three-inline .form-control {
		width: 55px;
	}
	.main-form-index .address-four-controls .one-inline {
		right: 138px;
	}
	.main-form-index .address-four-controls.ca-in .one-inline {
		right: 160px;
	}
	.main-form-index .address-four-controls.ca-in .ca-block {
		/* width: 28px; */
	}
	.main-form-index .address-four-controls .ca-btn[rel='calist'] {
		/* display:none; */
	}
	.main-form-index .car-selector .car-img {
		max-height: 70px;
		height: auto;
	}
	.main-form-index .car-selector .car-img img {
		max-height: 70px;
	}
	.main-form-index .date-selector {
		width: 100%;
		float: none;
		margin-bottom: 8px;
	}
	.main-form-index .date-select.last-child {
		background: #ffffff url('/images/template/icons/calendar.png') no-repeat 10px 6px;
	}
	.main-form-index .date-select input {
		padding: 0px 13px 0px 34px;
	}
	.main-form-index .delivery-type-selector,
	.main-form-index .addit-btn {
		width: 50%;
		float: left;
		padding: 0px 4px;
	}
	.main-form-index .addit-btn .btn {
		height: 32px;
		padding: 6px 12px;
	}
	.main-form-index .col-sm-6.name-and-phone,
	.main-form-index .col-sm-6.comment {
		padding-right: 11px;
		padding-left: 11px;
	}
	.main-form-index .col-sm-6.comment {
		margin-bottom: 0px;
	}
	.main-form-index .result-and-addit .addit-btn,
	.main-form-index .result-and-addit .main-form-index-result-text {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
	.main-form-index .result-and-addit .main-form-index-result span {
		font-size: 18px;
	}
	.main-form-index .result-and-addit .addit-btn {
		margin-bottom: 10px;
	}
	.main-form-index .result-and-addit .addit-btn label {
		line-height: 32px;
	}
	.main-form-index .result-and-addit .price-discount .main-form-index-result-discount span {
		font-size: 18px;
	}
	.main-form-index .term-and-submit .term-box,
	.main-form-index .term-and-submit .submit-btn {
		width: 100%;
	}
	.main-form-index .term-and-submit .term-box {
		margin-bottom: 10px;
		height: auto;
	}
	.main-form-index .term-and-submit .term-box:before {
		content: none;
	}
	.main-form-index .term-and-submit .term-box label {
		font-size: 12px;
		line-height: 20px;
	}
	.main-form-index form .extra {
		position: fixed;
		left: 0;
		width: 100%;
		top: 47px;
		z-index: 10;
		bottom: 0;
		display: none;
		overflow-x: hidden;
	}
	.main-form-index form .extra.opened {
		left: 0;
		display: block;
		z-index: 9999;
		top: 80px;
	}
	.extra-desc {
		font-size: 12px;
	}
	.main-form-index form .simple {
		padding-right: 15px !important;
	}
	.main-form-index .address-four-controls .placemark-btn {
		display: none;
	}
	.main-form-map {
		display: none;
	}
	.main-form-index .help-block {
		margin-right: 0px;
	}

	.order-item-block-row {
		display: block;
		width: 100%;
		border: 0;
	}
	.order-item-block-td {
		display: table;
		width: 100% !important;
		border-collapse: collapse;
		border: 0px;
		border-bottom: 1px solid #e8e8e8;
	}
	.order-item-block-td .order-item-thead {
		border: 0px;
		border-right: 1px solid #e8e8e8;
		display: table-cell;
		vertical-align: top;
		width: 120px;
		padding: 10px;
		height: auto;
	}
	.order-item-block-td .order-item-thead:before {
		content: none;
	}
	.order-item-block-td .order-item-tbody {
		border-left: 1px solid #e8e8e8;
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
	.order-item-tfoot {
		border-top: 0px;
	}
	.btn-menu-margin {
		margin: 10px 0px;
	}
	.btn-menu-margin:last-child {
		margin-bottom: 30px;
	}
	.po-filter .btn {
		float: none;
		margin: 0 10px 15px 0px !important;
	}
	.po-filter .form-group {
		overflow-x: visible;
	}
}
#main-container{
	margin-top:100px ;
}
#main-container .row{
	padding: 0;
}
#main-container .carpark > .row, #main-container .drivers > .row, #main-container .thanks > .row {
	padding: 60px 10px;
}
.thanks .fancybox-button {
	background:none;
}
.deliv-to-meet__card{
	padding:10px;
	background: #121b95;
}
.head-section{
	background: url('../images/taxi/header_bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
}

.header-title-text__title{
	font-size: 56px;
    font-weight: 600;
    line-height: 66px;
    text-align: left;
    color: #fff;
}
.heading-list{
	padding-top: 85px;
	padding-left: 24px;
}
.heading-list li{
	list-style-type: disc;
	font-size: 29px;
	line-height: 61px;
}
.width-100{
	width: 100% !important;
}
.header-title-text{
	color:#fff;
	font-size: 24px;
	padding-top: 160px;
}
.deliv-to-meet{
	padding: 150px 0;
}
.heading-list__text{
	color: #fff;
}
.deliv-to-meet__card-title{
	font-size: 17pt;
	font-weight: bold;
	margin-top: -10px;
}
.deliv-to-meet__card-content{
	padding-left: 48px;
}
.deliv-to-meet__card-text{
	margin-top: 10px;
}
.deliv-to-meet__card{
	display: flex;
	color:#fff;
	padding: 45px 40px;
	border-radius: 10px;
}
.deliv-to-meet__card-icon{
	display: flex;
	align-items: center;
}
.big-air-image{
	position: relative;
    top: -9px;
}
.taxi-tpl-tab{
	padding: 0 !important;
	box-shadow: none !important;
}
.wating-tab-block{
	display: flex;
	justify-content: center;
}
.wating-tab-block__wrap{
	border-top:2px solid #e1e1e1;
	padding-top: 30px;
	margin-top: 45px;
	
}
.wating-tab-block__wrap p{
	font-size: 21pt;
}
.select-tarif .tab-content{
	padding-top: 55px !important;
}
.taxi-tpl-tab .tarifs__price-item{
	width: 20%;
}
.select-tarif{
	padding: 90px 0;
	background: #f2f2f2;
}
.select-tarif .nav-tabs__custom{
	border-bottom: 2px solid #e1e1e1;
}
.select-tarif .nav-tabs__custom li{
	margin-bottom: 35px;
}
.nav-tabs__custom-lvl-2{
	margin-top: 25px;
	padding-bottom: 70px !important;
}
.select-tarif .nav-tabs{
	margin-bottom: 0;
}
.taxi-tarif-img{
	padding-bottom: 80px;
}
.taxi-seo-section{
	padding: 90px 0;
	background: #ffc82f;
}
.seo-text-container *{
	color:#333;
}
.seo-text-container h1,
.seo-text-container h2,
.seo-text-container h3,
.seo-text-container h4,
.seo-text-container h5,
.seo-text-container h6{
	font-weight: bold;
}
.close-seo-text{
	max-height: 410px;
	overflow: hidden;
}
.open-seo-text{
	max-height: 100%;
	overflow: visible;
}
.spoiler-seo-text{
	display: flex;
    justify-content: center;
    padding-top: 12px;
}
.airport-head-call-form{
	padding-top: 35px !important;
}
.call-taxi-airport-time #datepicker{
	padding-left: 82px;
}
.placeholder-datepicker{
	position: absolute;
    z-index: 5;
    right: 175px;
    color: #ccc;
}
#more-text{
	position: relative;
	  top: 0;
	  background: #001B95;
	  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	  border-radius: 8px;
	  color: #fff !important;
	  text-align: center;
	  text-transform: uppercase;
	  padding: 11px 25px;
	  transition: top .15s ease-out .0s, box-shadow .15s ease-out .0s;
}
.traget-input{
	position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
}
.head-section .airport-head-call-form{
	padding-right: 55px;

}
.head-section .main-form__order-left{
	padding-left: 0;
}
@media (max-width: 1200px){
	#main-container {
		margin-top: 62px;
	}
	.header-title-text{
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    text-align: center;
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.head-section{
		padding-bottom: 20px;
	}
	.deliv-to-meet__card_other{
		margin-top: 20px;
	}
	.deliv-to-meet{
		padding:60px 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-form-index {
		width: 490px;
	}
	.main-form-index form .simple,
	.main-form-index form .extra {
		padding: 15px 20px;
	}
	.main-form-index form .extra {
		width: 230px;
	}
	.extra-desc {
		font-size: 12px;
		display: block;
	}
	.main-form-index-block-title {
		font-size: 18px;
		padding-top: 0px;
	}
	.main-form-map {
		left: 505px;
	}

	.order-item-block-row {
		display: block;
		width: 100%;
		border: 0;
	}
	.order-item-block-td {
		display: table;
		width: 100% !important;
		border-collapse: collapse;
		border: 0px;
		border-bottom: 1px solid #e8e8e8;
	}
	.order-item-block-td .order-item-thead {
		border: 0px;
		border-right: 1px solid #e8e8e8;
		display: table-cell;
		vertical-align: top;
		width: 120px;
		padding: 10px;
		height: auto;
	}
	.order-item-block-td .order-item-thead:before {
		content: none;
	}
	.order-item-block-td .order-item-tbody {
		border-left: 1px solid #e8e8e8;
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
	.order-item-tfoot {
		border-top: 0px;
	}
	.po-filter .btn {
		float: none;
		margin: 0 10px 15px 0px !important;
	}
	.po-filter .form-group {
		overflow-x: visible;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.main-form-index-block-title {
		font-size: 18px;
	}
}

#side-menu {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	font-size: 16px;
	color: #7b7b7b;
	padding: 15px 0px;
	margin-bottom: 30px;
}
#side-menu > li {
	padding: 10px 0px 10px 20px;
}
#side-menu > li > a {
	color: #7b7b7b;
	display: block;
	padding: 0px 30px 0px 10px;
	border-left: 2px solid #e8e8e8;
}
#side-menu > li > a:hover,
#side-menu > li > a:focus,
#side-menu > li.active > a {
	color: #0463e4;
	border-left: 2px solid #0463e4;
}

@media (max-width: 767px) {
	.header-title-text{
		line-height: 1.3;
	}
	#side-menu {
		font-size: 14px;
		padding: 10px 0px;
		margin-bottom: 15px;
	}
	#side-menu > li {
		padding: 5px 0px 5px 15px;
	}
	#side-menu > li > a {
		padding: 0px 20px 0px 10px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#side-menu {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#side-menu > li {
		padding: 5px 0px 5px 20px;
	}
	#side-menu > li > a {
		padding: 0px 30px 0px 10px;
	}
}

.header__btn_like {
	position: relative;
	top: 0;
	background: #001B95;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	padding: 11px 25px;
	transition: top .15s ease-out .0s, box-shadow .15s ease-out .0s;
}

.header-btn-yellow {
    position: relative;
    top: 0;
    background: #FFC82E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    color: #000 !important;
    text-align: center;
    text-transform: uppercase;
    transition: top .15s ease-out .0s, box-shadow .15s ease-out .0s;
    padding: 17px 28px;
	font-size: 0.8em;
	font-weight: bold;
}

.show-on-mobile {
    display: none;
}

.keep-on-mobile {
    display: block;
}

.display-none {
	display: none;
}

@media (max-width: 991px) {

    .keep-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    span.button-on-head-in-fotm.show-on-mobile {
        display: block;
        text-align: center;
    }

    .show-on-mobile.button-on-head-in-fotm .header__btn_like {
        float: none;
        margin-bottom: 17px;
    }
    
    .show-on-mobile.button-on-head-in-fotm .header__btn_like:hover {
        top: -3px;
        box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
    }

    .show-on-mobile.button-on-head-in-fotm.btn-yellow {
        width: 50%;
        margin-top: 20px;
    }

    .show-on-mobile.button-on-head-in-fotm.btn-yellow .header-btn-yellow {
        width: 100%;
    }

    .show-on-mobile.button-on-head-in-fotm.btn-yellow .header-btn-yellow:hover {
        top: -3px;
        box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.25);
    }

}

@media (max-width: 597px) { 

    .show-on-mobile.button-on-head-in-fotm.btn-yellow {
        width: 90%;
    }

}


.hd-link {
	font-size: 14px;
}

#body .content .main-form__order .main-form__order-wrap .like_h1{
	margin: 0px 0px 18px 0px;
	text-align: center;
	color: #000;
	font-size: 38px;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}