@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: 'Roboto', sans-serif;
}

/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.remodal-wrapper {
	z-index: 99999;
}

.remodal-wrapper .remodal-close:hover {
	background: transparent !important;
}

.remodal-wrapper .remodal {
	max-width: 1000px;
	box-sizing: border-box;
}

.remodal-wrapper .remodal-close {
	left: auto;
	right: 0;
}

.remodal-wrapper .remodal {
	background: url(../../img/112.jpg) center;
	background-size: cover;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);

}

.remodal-wrapper .remodalBorder {
	padding: 20px;
	padding-top: 40px;
	background: #f2f2f2;
	border-radius: 5px;

}

.remodal-wrapper .putName,
.putPhone {
	width: 100%;
	font-size: 13px;
}

.remodal-wrapper .btn-modal {
	outline: none;
	font-weight: 400;
	font-size: 13px;
	background: #4cafd0;
	margin-top: 15px;
	width: 160px;
	float: right;
	transition: all 0.2s;
}

#modal2 {
	width: 400px;
	max-width: 100%;

}

#modal2 .remodal-wrapper .remodalBorder {
	padding: 35px;
	padding-top: 35px;
	background: #333333c4;
}

.modal-phone {
	text-align: center;
}

.modal-phone p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	color: #B8FF7F;
	padding-bottom: 5px;
	margin-bottom: 0;
	line-height: 1.2;
}

.remodal-close:before {
	color: #000;
}

.modal-phone p br {
	display: none;
}

.modal-phone a {
	text-align: center;
	display: inline-block;
	padding: 11px 22px;
	font-size: 18px;
	line-height: 21px;
	background: #FFD72A;
	color: #333;
	font-weight: 600;
	border-radius: 4px;
	border: none;
	text-decoration: none;
	letter-spacing: 1px;
	transition: all 0.3s;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.modal-phone a:hover {
	background: #FFD72A;
}

/* Containers */

.container {
	margin-left: auto;
	margin-right: auto;
}

.container.\31 25\25 {
	width: 100%;
	max-width: 1750px;
	min-width: 1400px;
}

.container.\37 5\25 {
	width: 1050px;
}

.container.\35 0\25 {
	width: 700px;
}

.container.\32 5\25 {
	width: 350px;
}

.container {
	width: 1400px;
}

@media screen and (min-width: 961px) and (max-width: 1880px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 1500px;
		min-width: 1200px;
	}

	.container.\37 5\25 {
		width: 900px;
	}

	.container.\35 0\25 {
		width: 600px;
	}

	.container.\32 5\25 {
		width: 300px;
	}

	.container {
		width: 1200px;
	}

}

@media screen and (min-width: 961px) and (max-width: 1620px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}

}

@media screen and (min-width: 961px) and (max-width: 1320px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 100%;
	}

}

@media screen and (max-width: 960px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 100%;
	}

}

@media screen and (max-width: 736px) {

	.container.\31 25\25 {
		width: 100%;
		max-width: 125%;
		min-width: 100%;
	}

	.container.\37 5\25 {
		width: 75%;
	}

	.container.\35 0\25 {
		width: 50%;
	}

	.container.\32 5\25 {
		width: 25%;
	}

	.container {
		width: 100% !important;
	}

}

/* Grid */

.row {
	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row>* {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after,
.row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row.uniform>*> :first-child {
	margin-top: 0;
}

.row.uniform>*> :last-child {
	margin-bottom: 0;
}

.row.\30 \25>* {
	padding: 0px 0 0 0px;
}

.row.\30 \25 {
	margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25>* {
	padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
	margin: 0px 0 -1px 0px;
}



.row.uniform>* {
	padding: 40px 0 0 40px;
}

.row.uniform {
	margin: -40px 0 -1px -40px;
}

.row.\32 00\25>* {
	padding: 80px 0 0 80px;
}

.row.\32 00\25 {
	margin: -80px 0 -1px -80px;
}

.row.uniform.\32 00\25>* {
	padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
	margin: -80px 0 -1px -80px;
}

.row.\31 50\25>* {
	padding: 60px 0 0 60px;
}

.row.\31 50\25 {
	margin: -60px 0 -1px -60px;
}

.row.uniform.\31 50\25>* {
	padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
	margin: -60px 0 -1px -60px;
}

.row.\35 0\25>* {
	padding: 20px 0 0 20px;
}

.row.\35 0\25 {
	margin: -20px 0 -1px -20px;
}

.row.uniform.\35 0\25>* {
	padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
	margin: -20px 0 -1px -20px;
}

.row.\32 5\25>* {
	padding: 10px 0 0 10px;
}

.row.\32 5\25 {
	margin: -10px 0 -1px -10px;
}

.row.uniform.\32 5\25>* {
	padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
	margin: -10px 0 -1px -10px;
}

.\31 2u,
.\31 2u\24 {
	width: 100%;
	clear: none;
	margin-left: 0;
}

.\31 1u,
.\31 1u\24 {
	width: 91.6666666667%;
	clear: none;
	margin-left: 0;
}

.\31 0u,
.\31 0u\24 {
	width: 83.3333333333%;
	clear: none;
	margin-left: 0;
}

.\39 u,
.\39 u\24 {
	width: 75%;
	clear: none;
	margin-left: 0;
}

.\38 u,
.\38 u\24 {
	width: 66.6666666667%;
	clear: none;
	margin-left: 0;
}

.\37 u,
.\37 u\24 {
	width: 58.3333333333%;
	clear: none;
	margin-left: 0;
}

.\36 u,
.\36 u\24 {
	width: 50%;
	clear: none;
	margin-left: 0;
}

.\35 u,
.\35 u\24 {
	width: 41.6666666667%;
	clear: none;
	margin-left: 0;
}

.\34 u,
.\34 u\24 {
	width: 33.3333333333%;
	clear: none;
	margin-left: 0;
}

.\33 u,
.\33 u\24 {
	width: 25%;
	clear: none;
	margin-left: 0;
}

.\32 u,
.\32 u\24 {
	width: 16.6666666667%;
	clear: none;
	margin-left: 0;
}

.\31 u,
.\31 u\24 {
	width: 8.3333333333%;
	clear: none;
	margin-left: 0;
}

.\31 2u\24+*,
.\31 1u\24+*,
.\31 0u\24+*,
.\39 u\24+*,
.\38 u\24+*,
.\37 u\24+*,
.\36 u\24+*,
.\35 u\24+*,
.\34 u\24+*,
.\33 u\24+*,
.\32 u\24+*,
.\31 u\24+* {
	clear: left;
}

.\-11u {
	margin-left: 91.66667%;
}

.\-10u {
	margin-left: 83.33333%;
}

.\-9u {
	margin-left: 75%;
}

.\-8u {
	margin-left: 66.66667%;
}

.\-7u {
	margin-left: 58.33333%;
}

.\-6u {
	margin-left: 50%;
}

.\-5u {
	margin-left: 41.66667%;
}

.\-4u {
	margin-left: 33.33333%;
}

.\-3u {
	margin-left: 25%;
}

.\-2u {
	margin-left: 16.66667%;
}

.\-1u {
	margin-left: 8.33333%;
}

@media screen and (min-width: 961px) and (max-width: 1880px) {



	.row.uniform>* {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25>* {
		padding: 80px 0 0 80px;
	}

	.row.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.uniform.\32 00\25>* {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25>* {
		padding: 60px 0 0 60px;
	}

	.row.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\31 50\25>* {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25>* {
		padding: 20px 0 0 20px;
	}

	.row.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform.\35 0\25>* {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25>* {
		padding: 10px 0 0 10px;
	}

	.row.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\32 5\25>* {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u\28wide\29,
	.\31 2u\24\28wide\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28wide\29,
	.\31 1u\24\28wide\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28wide\29,
	.\31 0u\24\28wide\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28wide\29,
	.\39 u\24\28wide\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28wide\29,
	.\38 u\24\28wide\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28wide\29,
	.\37 u\24\28wide\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28wide\29,
	.\36 u\24\28wide\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28wide\29,
	.\35 u\24\28wide\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28wide\29,
	.\34 u\24\28wide\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28wide\29,
	.\33 u\24\28wide\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28wide\29,
	.\32 u\24\28wide\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28wide\29,
	.\31 u\24\28wide\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28wide\29+*,
	.\31 1u\24\28wide\29+*,
	.\31 0u\24\28wide\29+*,
	.\39 u\24\28wide\29+*,
	.\38 u\24\28wide\29+*,
	.\37 u\24\28wide\29+*,
	.\36 u\24\28wide\29+*,
	.\35 u\24\28wide\29+*,
	.\34 u\24\28wide\29+*,
	.\33 u\24\28wide\29+*,
	.\32 u\24\28wide\29+*,
	.\31 u\24\28wide\29+* {
		clear: left;
	}

	.\-11u\28wide\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28wide\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28wide\29 {
		margin-left: 75%;
	}

	.\-8u\28wide\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28wide\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28wide\29 {
		margin-left: 50%;
	}

	.\-5u\28wide\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28wide\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28wide\29 {
		margin-left: 25%;
	}

	.\-2u\28wide\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28wide\29 {
		margin-left: 8.33333%;
	}

}

@media screen and (min-width: 961px) and (max-width: 1620px) {



	.row.uniform>* {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25>* {
		padding: 80px 0 0 80px;
	}

	.row.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.uniform.\32 00\25>* {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25>* {
		padding: 60px 0 0 60px;
	}

	.row.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\31 50\25>* {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25>* {
		padding: 20px 0 0 20px;
	}

	.row.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform.\35 0\25>* {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25>* {
		padding: 10px 0 0 10px;
	}

	.row.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\32 5\25>* {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u\28normal\29,
	.\31 2u\24\28normal\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28normal\29,
	.\31 1u\24\28normal\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28normal\29,
	.\31 0u\24\28normal\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28normal\29,
	.\39 u\24\28normal\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28normal\29,
	.\38 u\24\28normal\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28normal\29,
	.\37 u\24\28normal\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28normal\29,
	.\36 u\24\28normal\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28normal\29,
	.\35 u\24\28normal\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28normal\29,
	.\34 u\24\28normal\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28normal\29,
	.\33 u\24\28normal\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28normal\29,
	.\32 u\24\28normal\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28normal\29,
	.\31 u\24\28normal\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28normal\29+*,
	.\31 1u\24\28normal\29+*,
	.\31 0u\24\28normal\29+*,
	.\39 u\24\28normal\29+*,
	.\38 u\24\28normal\29+*,
	.\37 u\24\28normal\29+*,
	.\36 u\24\28normal\29+*,
	.\35 u\24\28normal\29+*,
	.\34 u\24\28normal\29+*,
	.\33 u\24\28normal\29+*,
	.\32 u\24\28normal\29+*,
	.\31 u\24\28normal\29+* {
		clear: left;
	}

	.\-11u\28normal\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28normal\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28normal\29 {
		margin-left: 75%;
	}

	.\-8u\28normal\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28normal\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28normal\29 {
		margin-left: 50%;
	}

	.\-5u\28normal\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28normal\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28normal\29 {
		margin-left: 25%;
	}

	.\-2u\28normal\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28normal\29 {
		margin-left: 8.33333%;
	}

}

@media screen and (min-width: 961px) and (max-width: 1320px) {

	.row>* {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform>* {
		padding: 20px 0 0 20px;
	}

	.row.uniform {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.uniform.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.uniform.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.row.uniform.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.\31 2u\28narrow\29,
	.\31 2u\24\28narrow\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28narrow\29,
	.\31 1u\24\28narrow\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28narrow\29,
	.\31 0u\24\28narrow\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28narrow\29,
	.\39 u\24\28narrow\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28narrow\29,
	.\38 u\24\28narrow\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28narrow\29,
	.\37 u\24\28narrow\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28narrow\29,
	.\36 u\24\28narrow\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28narrow\29,
	.\35 u\24\28narrow\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28narrow\29,
	.\34 u\24\28narrow\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28narrow\29,
	.\33 u\24\28narrow\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28narrow\29,
	.\32 u\24\28narrow\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28narrow\29,
	.\31 u\24\28narrow\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28narrow\29+*,
	.\31 1u\24\28narrow\29+*,
	.\31 0u\24\28narrow\29+*,
	.\39 u\24\28narrow\29+*,
	.\38 u\24\28narrow\29+*,
	.\37 u\24\28narrow\29+*,
	.\36 u\24\28narrow\29+*,
	.\35 u\24\28narrow\29+*,
	.\34 u\24\28narrow\29+*,
	.\33 u\24\28narrow\29+*,
	.\32 u\24\28narrow\29+*,
	.\31 u\24\28narrow\29+* {
		clear: left;
	}

	.\-11u\28narrow\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28narrow\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28narrow\29 {
		margin-left: 75%;
	}

	.\-8u\28narrow\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28narrow\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28narrow\29 {
		margin-left: 50%;
	}

	.\-5u\28narrow\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28narrow\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28narrow\29 {
		margin-left: 25%;
	}

	.\-2u\28narrow\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28narrow\29 {
		margin-left: 8.33333%;
	}

}

@media screen and (max-width: 960px) {

	.row>* {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform>* {
		padding: 20px 0 0 20px;
	}

	.row.uniform {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.uniform.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.uniform.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.row.uniform.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.\31 2u\28narrower\29,
	.\31 2u\24\28narrower\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28narrower\29,
	.\31 1u\24\28narrower\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28narrower\29,
	.\31 0u\24\28narrower\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28narrower\29,
	.\39 u\24\28narrower\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28narrower\29,
	.\38 u\24\28narrower\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28narrower\29,
	.\37 u\24\28narrower\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28narrower\29,
	.\36 u\24\28narrower\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28narrower\29,
	.\35 u\24\28narrower\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28narrower\29,
	.\34 u\24\28narrower\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28narrower\29,
	.\33 u\24\28narrower\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28narrower\29,
	.\32 u\24\28narrower\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28narrower\29,
	.\31 u\24\28narrower\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28narrower\29+*,
	.\31 1u\24\28narrower\29+*,
	.\31 0u\24\28narrower\29+*,
	.\39 u\24\28narrower\29+*,
	.\38 u\24\28narrower\29+*,
	.\37 u\24\28narrower\29+*,
	.\36 u\24\28narrower\29+*,
	.\35 u\24\28narrower\29+*,
	.\34 u\24\28narrower\29+*,
	.\33 u\24\28narrower\29+*,
	.\32 u\24\28narrower\29+*,
	.\31 u\24\28narrower\29+* {
		clear: left;
	}

	.\-11u\28narrower\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28narrower\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28narrower\29 {
		margin-left: 75%;
	}

	.\-8u\28narrower\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28narrower\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28narrower\29 {
		margin-left: 50%;
	}

	.\-5u\28narrower\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28narrower\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28narrower\29 {
		margin-left: 25%;
	}

	.\-2u\28narrower\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28narrower\29 {
		margin-left: 8.33333%;
	}

}

@media screen and (max-width: 736px) {

	.row>* {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform>* {
		padding: 20px 0 0 20px;
	}

	.row.uniform {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.uniform.\32 00\25>* {
		padding: 40px 0 0 40px;
	}

	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.uniform.\31 50\25>* {
		padding: 30px 0 0 30px;
	}

	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\35 0\25>* {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.row.uniform.\32 5\25>* {
		padding: 5px 0 0 5px;
	}

	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.\31 2u\28mobile\29,
	.\31 2u\24\28mobile\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28mobile\29,
	.\31 1u\24\28mobile\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28mobile\29,
	.\31 0u\24\28mobile\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28mobile\29,
	.\39 u\24\28mobile\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28mobile\29,
	.\38 u\24\28mobile\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28mobile\29,
	.\37 u\24\28mobile\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28mobile\29,
	.\36 u\24\28mobile\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28mobile\29,
	.\35 u\24\28mobile\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28mobile\29,
	.\34 u\24\28mobile\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28mobile\29,
	.\33 u\24\28mobile\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28mobile\29,
	.\32 u\24\28mobile\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28mobile\29,
	.\31 u\24\28mobile\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28mobile\29+*,
	.\31 1u\24\28mobile\29+*,
	.\31 0u\24\28mobile\29+*,
	.\39 u\24\28mobile\29+*,
	.\38 u\24\28mobile\29+*,
	.\37 u\24\28mobile\29+*,
	.\36 u\24\28mobile\29+*,
	.\35 u\24\28mobile\29+*,
	.\34 u\24\28mobile\29+*,
	.\33 u\24\28mobile\29+*,
	.\32 u\24\28mobile\29+*,
	.\31 u\24\28mobile\29+* {
		clear: left;
	}

	.\-11u\28mobile\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28mobile\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28mobile\29 {
		margin-left: 75%;
	}

	.\-8u\28mobile\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28mobile\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28mobile\29 {
		margin-left: 50%;
	}

	.\-5u\28mobile\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28mobile\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28mobile\29 {
		margin-left: 25%;
	}

	.\-2u\28mobile\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28mobile\29 {
		margin-left: 8.33333%;
	}

}

/* Basic */

body {
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-size: 19pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #888;
}

body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

input,
textarea,
select {
	font-family: 'Roboto', sans-serif;
	font-size: 19pt;
	font-weight: 300;
	line-height: 1.75em;
	color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	color: #666;
	line-height: 1.5em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 a strong,
h2 a strong,
h3 a strong,
h4 a strong,
h5 a strong,
h6 a strong {
	color: #333;
}

h1 {

	padding-top: 40px;
	color: #0f0f0f;
	font-family: 'Roboto', sans-serif;
	font-size: 2.7em;
	font-weight: 600;

}

::-webkit-scrollbar {
	width: 6px;
	height: 3px;
}

::-webkit-scrollbar-button {
	background-color: #B8FF7F;
}

::-webkit-scrollbar-track {
	background-color: #B8FF7F;
}

::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #B8FF7F;
	border-radius: 1px;
}

::-webkit-scrollbar-corner {
	background-color: #B8FF7F;
}
}

::-webkit-resizer {
	background-color: #B8FF7F;
}

#main h2 strong {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #B8FF7F !important;
	text-shadow:
		-1px -1px 0 #333,
		1px -1px 0 #333,
		-1px 1px 0 #333,
		1px 1px 0 #333;

}

img.header_h1 {

	max-width: 360px;
	height: auto;
	padding-top: 35px;
	padding-bottom: 10px;
}

.sub_title {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
	float: none;
	color: #333;
	font-weight: 400;
	line-height: 30px !important;
	font-size: 23px;
}

.sub_title2 {
	margin-bottom: 20px;
	margin-top: 0px;
	text-align: center;
	float: none;
	color: #B8FF7F;
	font-weight: 400;
	line-height: 26px !important;
	font-size: 20px;
}

.sub_title2 img {
	max-width: 150px;
	height: 45px;
}

.sub_title2 img:first-child {
	margin-right: 15px;
}

.sub_title2 img:last-child {
	margin-left: 15px;
}


.first_img {
	margin: 10px auto;
	width: 255px;
	height: 255px;
	border-radius: 50%;
	border: 1px solid #B8FF7F;
	background: url(../../images/call.jpg);
	background-size: cover;
	overflow: hidden;

}

.first_img2 {
	margin: 10px auto;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 1px solid #B8FF7F;
	background: url(../../images/driver.jpg);
	background-size: cover;
	overflow: hidden;

}

.first_img3 {
	margin: 10px auto;
	width: 255px;
	height: 255px;
	border-radius: 50%;
	border: 1px solid #B8FF7F;
	background: url(../../images/oper.jpg);
	background-size: cover;
	overflow: hidden;

}

.li_fir {
	margin-top: 60px;
}

.icon2 {
	padding-right: 15px;
	color: #FFD72A;
	text-shadow:
		-0px -0px 0 #333,
		0px -0px 0 #333,
		-0px 0px 0 #333,
		0px 0px 0 #333;
	font-size: 18px;
}

.icon3 {
	padding-right: 15px;
	color: #FFD72A;

	font-size: 18px;
	font-size: 18px;
}

#vakancii .icon3 {
	color: #B8FF7F;
}

.prev_but {
	line-height: 100%;
	margin-right: 25px;
	font-size: 30px;
	color: #fff;
}

.under_li {
	margin-left: 70px;
	font-size: 20px;
}

span.fa-circle:before {
	font-size: 8px;
}

#main section.cover#top {
	padding: 0.2em;
	margin: 0px;
}

.driver {
	background-image: url(../../images/part.jpg);
	background-size: cover;
	min-height: 240px;
	width: 80%;
	margin: 15px auto;

	border: 1px solid #B8FF7F;
}

.town {
	margin-bottom: 0px;
	margin-top: 25px;
	text-align: left;
	float: right;
	color: #fff;
	font-weight: 400;
	text-shadow:
		-1px -1px 0 #333,
		1px -1px 0 #333,
		-1px 1px 0 #333,
		1px 1px 0 #333;
	font-size: 20px;
	line-height: 26px;
}

.town2 {
	margin-bottom: 0px;
	margin-top: 26px;
	text-align: left;
	float: left;
	color: #fff;
	font-weight: 400;
	text-shadow:
		-1px -1px 0 #333,
		1px -1px 0 #333,
		-1px 1px 0 #333,
		1px 1px 0 #333;
	font-size: 20px;
	line-height: 26px;
}

.town3 {
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: left;
	float: none;
	color: #333;
	font-weight: 400;

	line-height: 30px !important;
}

.town4 {
	margin-left: 40px;
}

#main>section#vakancii {
	background-color: #FFD72A;
}

.p_des {
	clear: both;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	font-size: 20px;
	text-shadow: -1px -1px 0 #f31b20, 1px -1px 0 #f31b20, -1px 1px 0 #f31b20, 1px 1px 0 #f31b20;
}

.work_img {
	margin-top: 20px;
	width: 100%;
	height: 22px;
	background: url(../../images/tax.png) repeat-x;
	clear: both;


}

.work_taxi {
	font-size: 70px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	line-height: 90px;
	margin: 0px;
	text-shadow: -0 -2px 0 #333333,
		0 -2px 0 #333333,
		-0 2px 0 #333333,
		0 2px 0 #333333,
		-2px -0 0 #333333,
		2px -0 0 #333333,
		-2px 0 0 #333333,
		2px 0 0 #333333,
		-1px -2px 0 #333333,
		1px -2px 0 #333333,
		-1px 2px 0 #333333,
		1px 2px 0 #333333,
		-2px -1px 0 #333333,
		2px -1px 0 #333333,
		-2px 1px 0 #333333,
		2px 1px 0 #333333,
		-2px -2px 0 #333333,
		2px -2px 0 #333333,
		-2px 2px 0 #333333,
		2px 2px 0 #333333,
		-2px -2px 0 #333333,
		2px -2px 0 #333333,
		-2px 2px 0 #333333,
		2px 2px 0 #333333;

}

.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #B8FF7F !important;
}

span.ui-checkboxradio-icon.ui-corner-all.ui-icon.ui-icon-background.ui-icon-blank.ui-state-hover {
	visibility: hidden !important;
}

.ui-widget-shadow {
	opacity: .9 !important;
	color: #fff !important;
}

.mobilauto-container .ui-widget {
	font-size: 16px !important;
	padding: 5px !important;
}

.town2 img {
	max-width: 150px;
}

.town4 img {
	max-width: 150px;
}

h2.alt {
	color: #888;
}

h2.alt strong {
	color: #666;
}

h3 {
	font-size: 1.5em;
}

header {
	margin: 0 0 1em 0;
}

header p {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin: 0.5em 0 0 0;
	text-shadow:
		-1px -1px 0 #333,
		2px -1px 0 #333,
		-1px 1px 0 #333,
		1px 1px 0 #333;
	font-size: 1.3em;
	color: #fff;
}

footer {
	margin: 1em 0 0 0;
}

strong,
b {
	font-weight: 300;
	color: #666;
}

em,
i {
	font-style: italic;
}

a {
	text-decoration: none;
	color: inherit;
	border-bottom: dotted 0px rgba(128, 128, 128, 0.5);
	-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
	outline: 0;
	cursor: pointer;
}

a:hover {
	color: #E27689;
	border-bottom-color: rgba(255, 255, 255, 0);
}

sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr {
	border: 0;
	border-top: solid 1px #ddd;
}

blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 2em;
}

br.clear {
	clear: both;
}

/* Sections/Article */

section,
article {
	margin-bottom: 3em;
}

section> :last-child,
section>.container,
section:last-child,
article> :last-child,
article>.container,
article:last-child {
	margin-bottom: 0;
}

.row>section,
.row>article {
	margin-bottom: 0;
}

/* Image */

.image {
	display: inline-block;
	border: 0;
}

.image img {
	display: block;
	width: 100%;
}

.image.avatar48 {
	width: 48px;
	height: 48px;
	background: #f00;
}

.image.avatar48 img {
	width: 48px;
	height: 48px;
}

.image.fit {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.left {
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered {
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img {
	margin: 0 auto;
	width: auto;
}

/* List */

ul.default {
	list-style: disc;
	padding-left: 1em;
}

ul.default li {
	padding-left: 0.5em;
}

ul.icons {
	cursor: default;
}

ul.icons li {
	display: inline-block;
}

ul.icons a {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0;
}

ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li {
	padding-left: 0.25em;
}

/* Form */

form label {
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
	position: relative;
	-webkit-appearance: none;
	display: block;
	border: 0;
	outline: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	width: 100%;
	border-radius: 0.35em;
	padding: 0.75em 1em 0.75em 1em;
	box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	box-shadow: 0 0 2px 1px #8ebebc;
	background: #fff;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 1.25em;
}

form textarea {
	min-height: 14em;
}

form .formerize-placeholder {
	color: #555 !important;
}

form ::-webkit-input-placeholder {
	color: #555 !important;
}

form :-moz-placeholder {
	color: #555 !important;
}

form ::-moz-placeholder {
	color: #555 !important;
}

form :-ms-input-placeholder {
	color: #555 !important;
}

form ::-moz-focus-inner {
	border: 0;
}

/* Table */

table {
	width: 100%;
}

table.default {
	width: 100%;
	text-align: left;
}

table.default tbody tr:nth-child(2n+2) {
	background: #f4f4f4;
}

table.default td {
	padding: 0.5em 1em 0.5em 1em;
}

table.default th {
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
	color: #fff;
	background: #222729 url("images/overlay.png");
}

table.default thead {
	background: #444;
	color: #fff;
}

table.default tfoot {
	background: #eee;
}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	position: relative;
	display: inline-block;
	border-radius: 0.35em;
	color: #fff !important;
	text-decoration: none;
	padding: 0.75em 2.5em 0.75em 2.5em;
	background-color: #B8FF7F;
	border: 0;
	cursor: pointer;
	font-weight: 300;

	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background-color: #499631;

}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
	background-color: #499631;
}

.h2_title {
	color: #499631;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding-top: 40px;

}


/* Item */

.item {
	box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.item header {
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 0;
	font-size: 0.8em;
}

.item header h3 {
	font-size: 1em;
}

/* Icons */

.icon {
	text-decoration: none;
}

.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon>.label {
	display: none;
}

/* Header */

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #F4F2F0;
	/* box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1); */
	color: #fff;
	/* height: 100%; */
	left: 0;
	overflow-y: auto;
	position: fixed;
	text-align: right;
	top: 0;
	width: 375px;
}

#header .top {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

#header .bottom {
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	padding: 0.3em 0;
}

#header .bottom> :last-child {
	margin-bottom: 0;
}

#header .icons {
	font-size: 0.8em;
	text-align: center;
}

#header .icons a {
	color: #41484c;
	-moz-transition: color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out;
}

#header .icons a:hover {
	color: #fff;
}

#logo {
	position: relative;
	padding: 1.75em 1.5em 1.5em 1.5em;
	min-height: 48px;
	cursor: default;
	background: #F4F2F0;
	height: 300px;
	/* border: 2px solid #B8FF7F; */
}

#logo h1 {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	line-height: 1em;
}

.socials {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

/* .socials a:first-child {
	margin-right: 20px;
} */

#logo p {
	position: relative;
	display: block;
	font-size: 0.6em;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.25em;
	margin: 0.5em 0 0 0;
}

#logo .image {
	position: absolute;
	left: 0;
	top: 0;
}

#nav ul {
	margin-bottom: 0;
}

#nav ul li a {
	display: block;
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #41484c;
	text-decoration: none;
	outline: 0;
	border: 0;
	-moz-transition: none;
	-webkit-transition: none;
	-ms-transition: none;
	transition: none;
}

#nav ul li a span {
	position: relative;
	display: block;
	color: #323334;
	font-weight: 800;
	text-align: center;

}

#nav ul li a span:before {
	position: absolute;
	left: 0;
	color: #41484c;
	text-align: center;
	width: 1.25em;
	line-height: 1.75em;
}

#nav ul li a.active {
	background: #2C2D2E;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
	color: #fff;
}

#nav ul li a.active span {
	color: #B8FF7F;
}

#nav ul li a.active span:before {
	color: #FFD72A;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
	line-height: 0.85em;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 1px;
	width: 100%;

}

form textarea {
	line-height: 0.75em;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 1px;
	resize: none;
	min-height: 3em;
	width: 100%;
}

form input[type="submit"] {
	display: inline-block;
	line-height: 0.75em;
	padding: 15px;
	margin: 5px auto;
	border-radius: 1px;
	width: 40%;
	text-align: center;
}


/* Footer */

#footer {
	margin-left: 375px;
	text-align: center;
	background-color: #dce3e2;
	padding: 0.5em 0 0.5em 0;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
	font-size: 0.8em;
}

#footer .copyright {
	cursor: default;
	margin: 0;
}

#footer .copyright li {
	display: inline-block;
	line-height: 1em;

	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

/* Main */

#main {
	margin-left: 375px;
}

#main>section {
	margin: 0;
	overflow: hidden;
	margin: 1em 0;

	text-align: center;
}

#main>section.dark {
	color: #ddd;
	color: rgba(255, 255, 255, 0.75);
}

#main>section.dark h2,
#main>section.dark h3,
#main>section.dark h4,
#main>section.dark h5,
#main>section.dark h6 {
	color: inherit;
}

#main>section.dark strong {
	color: #fff;
	border-color: inherit;
}

#main>section.dark a {
	color: #fff;
	border-color: inherit;
}

#main>section.dark a:hover {
	border-bottom-color: rgba(255, 255, 255, 0);
}

#main>section.cover {
	padding: 6em 0;
	background-size: cover;
	background-position: center center;
}

#main>section.one {

	background-image: url("../../images/banner.jpg");
}

#main>section.two {
	background-color: #fff;
}

#main>section.three {
	background-color: #323334;
	margin-bottom: 0;
}


section.three .h2_title {
	color: #f2f2f2;
}

#main>section.four {
	background-color: #fff;
}

/* Wide */

@media screen and (min-width: 961px) and (max-width: 1880px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 17pt;
	}

	/* Header */

	#header {
		width: 300px;
	}

	/* Footer */

	#footer {
		margin-left: 300px;
	}

	/* Main */

	#main {
		margin-left: 300px;
	}

}

/* Normal */

@media screen and (min-width: 961px) and (max-width: 1620px) {

	/* Main */

	#main>section {
		margin: 1em 0;
	}

	#main section.cover {
		margin: 1em 0;
	}




}

/* Narrow */

@media screen and (min-width: 961px) and (max-width: 1320px) {

	/* Basic */

	body,
	input,
	textarea,
	select {
		font-size: 16pt;
	}

	.container {
		padding: 0 2em 0 2em;
	}

	/* List */

	ul.icons li a {
		width: 1.75em;
	}

	/* Item */

	.item {
		margin-bottom: 20px;
	}

	/* Header */

	#header {
		width: 20%;
	}

	#logo .image {
		position: relative;
		margin: 0 0 0.5em 0;
	}

	#nav ul li a {
		font-size: 0.8em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}

	#nav ul li a span {
		padding-right: 2.25em;
	}

	#nav ul li a span:before {
		left: 100%;
		margin-left: -1.25em;
		line-height: 2.25em;
	}

	/* Footer */

	#footer {
		margin-left: 20%;
	}

	/* Main */

	#main {
		margin-left: 20%;
	}

}

/* Narrower */

#headerToggle {
	display: none;
}



#form input[type="submit"]{
	margin: 0 auto;
    display: block;
}

@media screen and (max-width: 960px) {

		#form input[type="submit"]{
		margin: 0 auto;
		display: block;
	}


	.town2 img {
		max-width: 120px;
	}

	.town4 img {
		max-width: 120px;
	}

	.icon2 {
		padding-right: 5px;

	}

	.town {

		font-size: 17px;
	}

	#main h2 strong {
		font-size: 1.0em;
	}

	h1 {
		padding-top: 5px;
	}

	.town4 {
		margin-left: 0px;
	}

	.under_li {
		margin-left: 0px;
		font-size: 17px;
	}

	.driver {

		width: 100%;
	}

	html,
	body {
		overflow-x: hidden;
	}

	body,
	input,
	textarea,
	select {
		font-size: 16pt;
	}

	#nav ul li a {
		color: #888;
	}


	.container {
		padding: 0 2em 0 2em;
	}

	/* Item */

	.item {
		margin-bottom: 15px;
	}

	/* List */

	ul.icons a {
		width: 1.75em;
		font-size: 1.25em;
	}

	/* Header */

	#header {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		-webkit-overflow-scrolling: touch;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		width: 275px;
		background: #222729 url("images/overlay.png");
		box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
	}

	#header .top {
		position: relative;
	}

	#header .bottom {
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
		padding-top: 2em;
		margin-top: 2em;
		position: relative;
	}

	#logo {
		margin: 1.5em 1.25em 1.25em 1.25em;
	}

	#nav ul li a {
		padding: 0.5em 1.25em 0.5em 1.25em;
	}

	#headerToggle {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 2.25em;
		left: 0;
		position: fixed;
		top: 0;
		width: 3.25em;
		z-index: 1;
	}

	#headerToggle .toggle {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		outline: 0;
		border: 0;
	}

	#headerToggle .toggle:before {
		font-family: FontAwesome;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: '\f0c9';
		color: #fff;
		font-size: 18px;
		line-height: 2.25em;
		background: rgba(128, 136, 144, 0.5);
		border-radius: 0.35em;
		text-align: center;
		position: absolute;
		left: 0.5em;
		top: 0.5em;
		display: block;
		width: 3.25em;
		height: 2.25em;
		line-height: 2.25em;
	}

	body.header-visible #main {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.header-visible #headerToggle {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.header-visible #header {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Footer */

	#footer {
		margin-left: 0;
	}

	/* Main */

	#main {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
		margin-left: 0;
	}

	#main>section {
		margin: 1em 0;
	}

	#main section.cover {
		margin: 1em 0;
	}

}

/* Mobile */
#online-order {
	display: block;
}

#online-order-mobile {
	display: none;
}

@media screen and (max-width: 736px) {
	#slider {
		width: 340px;
		height: 120px;
	}

	img.header_h1 {

		max-width: 280px;

	}

	body,
	input,
	textarea,
	select {
		font-size: 14pt;
	}

	h2 {
		font-size: 1.5em;
		letter-spacing: 0;
		font-weight: 300;
	}

	.container {
		padding: 0 15px 0 15px;
	}

	/* List */

	ul.icons a {
		width: 2em;
		font-size: 1.25em;
	}

	/* Main */

	#main>section {
		margin: 1em 0;
	}

	#main section.cover {
		margin: 1em 0em;
	}

	#main section.cover header {
		padding: 0 1em;
	}

	/* Footer */

	#footer .copyright li {
		display: block;
		line-height: 1.25em;
		border: 0;
		padding: 0;
		margin: 1em 0 0 0;
	}

	#footer .copyright li:first-child {
		margin-top: 0;
	}

	.row>.sec2 {
		padding: 0px 0 0 20px;
	}

	.town3 {
		margin-bottom: 0px;
	}

	.li_fir {
		margin-top: 0px;
	}

}


.lang {
	background: #2C2D2E;

	width: 59px;
	height: 59px;
	line-height: 3;
}

.lang a {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #fff !important;

}

#header .lang a.curr {
	color: #b8ff7f !important;
	/* border: 1px solid #fff; */
	padding: 1px 4px;
	background: transparent;
	border-radius: 2px;

}

#slider-wrap {
	width: 420px;
	margin: 0 auto;
}

#slider {
	width: 420px;
	height: 170px;
	overflow: hidden;
	position: relative;
}

.slide {
	width: 100%;
	height: 100%;
}

.sli-links {
	margin-top: 10px;
	text-align: center;
	display: none;
}

.sli-links .control-slide {
	margin: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../../images/radioBg.png) center bottom no-repeat;
}

.sli-links .control-slide:hover {
	cursor: pointer;
	background-position: center center;
}

.sli-links .control-slide.active {
	background-position: center top;
}

#prewbutton,
#nextbutton {
	display: block;
	width: 15px;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -999px;
	background: url('../../images/arrowBg.png') left center no-repeat;
	opacity: 0.8;
	z-index: 3;
	outline: none !important;
}

#prewbutton {
	left: 10px;
}

#nextbutton {
	right: 10px;
	background: url('../../images/arrowBg.png') right center no-repeat;
}

#prewbutton:hover,
#nextbutton:hover {
	opacity: 1;
}

.copyright {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

#footer .copyright li:first-child {
	line-height: 43px;
}

@media screen and (max-width: 736px) {
	.copyright {
		display: block;
	}

	#slider {
		width: 340px;
		height: 120px;
	}

	#slider-wrap {
		width: 340px;
		margin: 0 auto;
	}

	.p_des {

		font-size: 17px;
		line-height: 23px;
	}

	#main section.cover header {
		padding: 0 0em;
	}

	/* #online-order {
		display: none;
	} */

	#online-order-mobile {
		display: block;
	}
}

@media screen and (max-width: 390px) {
	#slider {
		width: 280px;
		height: 135px;
	}

	#slider-wrap {
		width: 280px;
		margin: 0 auto;
	}

}

.viber {
	width: 23px;
	margin: 0 5px;
}





/* new style */



.grey_bg {
	background: #323334;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.info {
	text-align: center;
}


.install {
	padding: 35px;
}

.text {
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	color: #FCFCFC;
	font-weight: 700;
	margin-bottom: 20px;
}

.map {
	max-height: 374px;
}

.contacts {
	padding-bottom: 40px;
}

.h2_title {
	font-size: 42px;
	line-height: 49px;
}

.contacts .h2_title {
	color: #fff;
}



.contact_section {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.right .btn {
	background: #B8FF7F;
	padding: 17px 26px;
	color: #2C2D2E;
	font-weight: 600;
	font-size: 21px;
	border-radius: 8px;
}

.left .icon:before {
	margin-right: 24px;
}

.left ul {
	text-align: left;
	margin-bottom: 0;
}

.left li {
	color: #fff;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
}



.partners_box__text {
	flex: 1;
	justify-content: inherit;
	text-align: le;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: start;
	text-align: left;
}

.box_taxi {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.box_taxi p {
	margin-bottom: 0;
}

.partners_box__img,
.partners_box__text {
	width: 50%;
}


.partners .h2_title {
	color: #323334;
}


.partners_box {
	display: flex;
	justify-content: space-between;
}


.icons a {
	margin-right: 20px;
}


.zapros {
	padding: 20px;
}

.zaporos__items {
	display: flex;
	justify-content: center;
}

.zaporos__item:first-child {
	margin-right: 100px;
}


.zaporos__item {
	max-width: 200px;
}


.zaporos__name {
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}


.phone_contact {

	color: #fff;
}

.title_box {
	margin-bottom: 0px;
}


.phone_contact {
	display: flex;
}



.icons li {
	background: #2C2D2E;
	width: 59px;
	height: 59px;
	line-height: 59px;

}

.icons li a {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #fff !important;
}


.info_phone {
	display: flex;
	align-items: center;
}


.contact_form .h2_title,
.zapros .h2_title {
	font-weight: bold;
	font-size: 42px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
}


.contact_form {
	padding-top: 20px;
	margin-bottom: 0;
}



.advantages_items {
	display: flex;
	justify-content: space-around;
}

.advantages .h2_title {
	font-weight: bold;
	font-size: 42px;
	line-height: 49px;
	text-align: center;
	color: #2C2D2E;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
}


.advantages__name {
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #2C2D2E;
}

.advantages__desc {

	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #2C2D2E;
	opacity: 0.8;
	margin-top: 20px;
	max-width: 210px;
}


#form {
	width: 70%;
	margin: 0 auto;
}

#form input {
	background: #FCFCFC;
	box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.04);
	border-radius: 8px;
	margin-bottom: 15px;
	text-transform: none;
	padding-left: 20px;
	font-weight: 400;
}


#form input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #323334;
	opacity: 1;
	/* Firefox */
}


#form input[type="submit"] {
	background: #B8FF7F;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	color: #323334 !important;
	max-width: 380px;
	margin-bottom: 40px;
	margin-top: 20px;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
}


.text_form {
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	color: #FCFCFC;
	text-align: left;
	margin-bottom: 25px;
}

.icon_box {
	margin-top: 30px;
}


.icon_box .h2_title {
	font-weight: bold;
	font-size: 42px;
	line-height: 49px;
	text-align: center;
	color: #2C2D2E;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 0;
}


.phone_place a {
	font-weight: 400;
}

.advantages .text {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #323334;
	text-align: left;
	margin-top: 20px;
	margin-left: 90px;
}


.inform_box {
	border: 6px solid #B8FF7F;
	padding: 30px;
	width: 95%;
	margin: 0 auto;
}

.inform_box .title {
	font-style: normal;
	font-weight: 500;
	font-size: 31px;
	line-height: 33px;
	color: #2C2D2E;
	margin-bottom: 20px;
}


.place {
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	color: #323334;
}

.phone_place {
	color: #2C2D2E;
}

.partners_box__img img {
	width: 100%;
}

.partners_box__text {
	margin-left: 30px;
}


.inform_box .sub_title {
	font-style: normal;
	font-weight: normal;
	font-size: 23px;
	color: #2C2D2E;
}


.inform_box .phone {
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	color: #2C2D2E;
	margin-left: 25px;
}

.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.inform_box {
	width: 95%;
	margin: 0 auto !important;
}

.main_wrap {
	display: flex;
	justify-content: space-between;
}


.new_left {
	text-align: left;
}


.main_box .icon2,
.main_box .h2_title {
	color: #323334;
}


.main_box .h2_title {
	font-size: 64px;
	line-height: 75px;
}


.main_box li {
	color: #2C2D2E;
	font-weight: 500;
}

.new_right img {
	width: 75%;
}


.bottom .icons a {
	margin-right: unset;
}


.main_wrap .new_right {
	display: flex;
	align-items: flex-end;
	justify-items: center;
}


.color_btn {
	width: 280px;
	background: #B8FF7F;
	box-shadow: 1px 1px 7px rgb(0 0 0 / 12%);
	border-radius: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	color: #2C2D2E;
	display: block;
	height: 60px;
	padding: 5px;
}



.grey_btn {
	background: #323334;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	margin: 0px 30px;
	font-size: 21px;
	line-height: 25px;
	color: #FCFCFC;
	width: 280px;
	display: block;
	height: 60px;
	padding: 5px;
}




.btn_row {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

@media(max-width:1500px) {
	.new_right img {
		width: 88%;
	}

	.new_left{
		width: 70%;
	}



}

.mob {

	display: none;
}

@media screen and (max-width: 960px) {
	#header {
		background: #F4F2F0;
	}

	.mob {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.lang {
		height: 45px;
	}

	.main_box .h2_title {
		font-size: 30px;
		line-height: 1.2;
	}

	.new_right img {
		width: 100%;
	}

	.color_btn,
	.grey_btn {
		font-size: 14px;
		line-height: 19px;
		height: 50px;
		font-weight: 600;
	}

	.info img {
		width: 60px;
	}

	.install .text {
		font-size: 18px;
		line-height: 21px;
	}

	.install .icons {
		display: flex;
	}

	.install .icons a:first {
		margin-right: 20px;
		width: 50%;
	}

	.install .icons a img {
		width: 100%;
	}

	.install .container {
		padding: 0;
	}

	.info {
		padding-top: 20px;
	}

	.advantages__name {
		font-size: 16px;
	}

	.advantages__desc {
		font-size: 14px;
		line-height: 17px;
	}


	.icons a:last-child {
		margin-right: unset;
	}

	.advantages_items {
		display: grid;
		justify-content: space-around;
		grid-template-columns: 50% 2fr;
		grid-template-rows: 200px 2fr;
	}

	.advantages .text {
		margin-left: 25px;
	}

	.inform_box .title {
		font-size: 17px;
		line-height: 19px;
		font-weight: 500;
		margin-bottom: 0;
	}

	.inform_box .sub_title {
		font-size: 14px;
		margin-bottom: 0;
	}

	.inform_box {
		padding-bottom: 0;
	}


	.icon_box img {
		width: 80px;
	}

	.icon_box .h2_title {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.icon_box {
		padding-top: 40px;
	}



	.contact_form .h2_title {
		width: 357px;
		font-size: 21px;
		line-height: 25px;
	}

	#form {
		width: 100%;
	}

	.icon_box {
		margin-top: 0px;
	}


	.main_box .mob {
		width: unset;
	}

	.advantages .h2_title {
		font-size: 21px;
		line-height: 25px;
		width: 300px;
	}

	.zapros .h2_title {
		font-size: 21px;
		line-height: 25px;
	}

	.info_phone img {
		display: none;
	}

	.advantages,
	.icon_box,
	.partners {
		background: linear-gradient(90deg, #ECE9E6 -60.59%, #FFFFFF 112.67%);

	}

	.advantages {
		margin-top: 0 !important;
		margin-bottom: 0px;
		padding-bottom: 30px;
	}


	.icon_box .h2_title {
		margin-bottom: 0;
		padding-bottom: 50px;
	}

	.partners_box {
		flex-direction: row-reverse;
	}

	.zaporos__item:first-child {
		margin-right: 50px;
	}

	.zaporos__items {
		margin-bottom: 30px;
		gap: 20px;
	}


	.partners_box__img {
		width: 61%;
	}

	.partners_box__img img {
		object-fit: cover;
		height: 200px;
	}

	.place {
		font-size: 16px;
		line-height: 17px;
	}

	.partners {
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

	.box_taxi p {
		margin-bottom: 0;
		font-size: 14px;
	}

	.box_taxi {
		line-height: 1.9;
	}

	.contacts .h2_title {
		font-size: 21px;
		line-height: 24px;
	}

	.contacts {
		padding: 15px;
	}

	.contacts .container {
		padding: 0px;
	}

	.contact_form {
		margin-bottom: 0px;
		padding-bottom: 50px;
	}

	.left li {
		font-size: 16px;
	}

	.right .btn {
		padding: 10px 18px;
	}


	.main_box li {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
	}

	.install {
		padding: 7px;
	}


	#form input[type="submit"] {
		max-width: 300px;
		width: 220px;
	}

	.with_mods .advantages__desc {
		margin-top: 10px;
	}

	.with_mods .advantages__name {
		font-style: normal;
		font-weight: 400;
	}

	.left li {
		font-size: 16px;
	}

	.left .icon:before {
		margin-right: 14px;
	}



	.zaporos__item:first-child {
		margin-right: 0px;
	}


	.zaporos__name {
		font-weight: 400;
		font-size: 16px;
	}

	.partners_box__text {
		margin-left: 15px;
	}

	.partners .h2_title {
		font-size: 21px;
	}

	.left li {
		font-size: 16px;
		font-weight: 300;
	}

	.h2_title {
		padding-top: 20px;
	}

	.inform_box .phone {
		font-weight: 500;
		font-size: 15px;
	}


}

/* 

.ui-widget-content{
	background : unset !important;
	border: unset !important;
}



.mobilauto-block-content > .mobilauto-block-content-block span{
	color:#fff;
} */


.three {
	/* padding-top: 50px !important; */
	padding-bottom: 50px !important;
}


.btn_row {
	margin-bottom: 20px;
}





@media (max-width:400px) {
	.right .btn {
		font-size: 15px;
	}
}



.white-popup {
	position: relative;
	background: #FFF;
	/* padding: 20px; */
	width: auto;
	max-width: 780px;
	margin: 20px auto;
}


div#test-popup::before {
	content: url(/wp-content/themes/taxi/images/top_bg.png);
	z-index: 1;
	position: absolute;
}


.width_bg {
	background: #2C2D2E;
	color: #FCFCFC;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	padding: 250px 95px 93px;
}


button.mfp-close,
button.mfp-arrow {
	opacity: 1;
	color: #2C2D2E !important;
}

button.mfp-close {
	background: unset;
	font-size: 1px;
	position: absolute;
	right: 50px;
	top: 50px !important;
}

.popup_text {
	left: 0;
	right: 0;
	position: absolute;
	z-index: 5;
	top: 45px;
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	color: #2C2D2E;
}


.coub {
	display: none;
}


button.mfp-close::before {
	content: url(/wp-content/themes/taxi/images/close.svg);
}



@media(max-width:768px) {


	.coub {}

	/* div#test-popup::before {
	content: '';
	z-index: 1;
	position: absolute;
	background: #B8FF7F;

} */
	div#test-popup::before {
		content: unset;
	}

	.popup_text {
		background: #B8FF7F;
		width: 100%;
		color: #2C2D2E;
		position: absolute;
		height: 65px;
		line-height: 4.2rem;
		font-size: 21px;
		top: 0px;
	}

	.width_bg {
		font-size: 30px;
		line-height: 56px;
		padding: 140px 0px 100px 5px;
	}

	button.mfp-close {
		background: unset;
		font-size: 1px;
		position: absolute;
		right: 15px;
		top: 15px !important;
	}


	.popup_text::after {
		content: url('/images/coub.png')
	}


	.coub {
		width: 55px;
		height: 55px;
		background: #B8FF7F;
		z-index: 2;
		display: block;
		position: absolute;
		z-index: 1;
		top: 30px;
		transform: rotate(-45deg);
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}


	.advantages__name {
		line-height: 16px;
		min-height: 10px;
	}

	.advantages_items {
		gap: 20px;
	}


}


.contact_section .socials {
	margin-top: 20px;
	justify-content: flex-end;
}

.top_sec {
	margin: 0 !important;
	display: flex;
	justify-content: space-evenly;
	height: 150px;
	align-items: center;
}

.center {
	margin-top: 20px;
}

.top_sec .color_btn {
	line-height: 53px;
	width: auto;
}

.right span {
	color: #FCFCFC;
	font-size: 24px;
	line-height: 135.69%;
}


.home {
	width: unset;
	padding: unset;

}

@media (max-width:1440px) {

	#logo img,
	#logo {
		height: 200px;
	}

	#logo {
		padding-top: 10px;
	}

}

.top_sec {
	display: flex;
}

.main_box .top_sec {
	display: none;
}

@media (max-width:768px) {
	.top_sec .left img {
		width: 100px;
	}

	.top_sec .center img {
		width: 160px;
	}

	.top_sec {
		height: 89px;
	}

	.top_sec {
		display: none;
	}

	.main_box .top_sec {
		display: flex;
	}

	.right span {
		font-size: 18px;
	}

	.top_sec .color_btn {
		line-height: 30px;
		width: 140px;
		font-size: 23px;
		height: 40px;
	}
}

@media (max-width:500px) {
	.top_sec .center img {
		width: 127px;
		margin-top: 17px;
	}
}


/* uslugi */


.main_box p:first-child {
	margin-bottom: 0px;
}

.wrap_new {
	display: flex;
	align-items: center;
	margin-top: -250px;
}

.title {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 82px;
	line-height: 96px;
	text-align: left;
	margin-top: 10%;
	text-transform: uppercase;
	color: #000000;
}

.text li {
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
}

.text ul {
	list-style-image: url(/wp-content/themes/taxi/images/icons.png);
	padding-left: 0px;
	list-style-position: inside;
	margin-top: 20px;
	margin-bottom: 10px;
}

.text strong {
	font-weight: 700;
	color: #000000;
}

.left_side {
	margin-top: 220px;
}

.left_side li p {
	margin-bottom: 10px;
}

.title span {
	display: block;
	text-align: left;
	background: #B8FF7F;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 68px;
	line-height: 80px;
	color: #000000;
	text-transform: none;
}

.text ol {
	list-style: decimal;
	padding-left: 33px;
	margin-bottom: 0;
}


.left_side .text {
	color: #252525;
	text-align: left;
}

.more {
	float: left;
	color: #D87731;
	font-weight: 500;
}

@media (max-width:1500px) {
	.title {
		margin-top: 0;
	}
}

@media(max-width:768px) {
	.wrap_new {
		margin-top: 0px;
		flex-direction: column-reverse;
	}

	.right_side img {
		max-width: 100%;
	}

	.left_side {
		margin-top: 0px;
	}

	.title {
		font-weight: 900;
		font-size: 42px;
		line-height: 49px;
		text-align: center;
		margin-top: 20px;
	}

	.text * {
		line-height: 149.19%;
	}

	.title span {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		width: 195px;
		margin: 0 auto;
	}
}




.icons li.current-lang a {
	color: #b8ff7f !important;
}



.inform_box .title {
	margin-top: unset;
	text-align: center;
}


.seo_text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: left;
}

.seo_text ul {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-left: 20px;
}

.seo_text {
	text-align: left;
	padding: 40px;
	padding-top: 0px;
}


.new_left ul {
	column-count: 2;
}


.mobil-v {
	display: none;
}


.lang-item-ru {
	display: none !important;
}


#contact .left ul {
	column-count: 2;
}

#contact .left a {
	text-decoration: underline;
	color: #baff83;
}

#contact .left li {
	margin-right: 100px;
}

@media screen and (max-width:1200px){
	.main_box li{
		font-size: 14px;
	}
}


@media (max-width:768px) {
	.main_box li {
    font-size: 10px;
}
	#contact .left li {
		margin-right: 0;
	}

	#contact .left ul {
		column-count: unset;
	}

	.main_wrap .new_right {
		width: 40%;
	}

	.new_left {
		width: 70%;
	}

	.mobil-h {
		display: none !important;
	}

	.mobil-v img {
		max-width: 100%;
	}

	.mobil-v {
		display: flex;
		margin-top: 20px;
	}



}




.text span{
	font-weight: 100;
}

@media screen and (max-width:768px){

.seo_text h1{
	font-size: 26px;
}
}


@media screen and (min-width:1200px){
	.btn_row{
		justify-content: start;
	}
}




.socials a:first-child{

}


.advantages_item img{
	max-width: 107px;
	height: 95px;
}


.phone_contact {
justify-content: center;
    margin-top: 20px;
}

.info_phone{
	justify-content: center;
}


#main  .main_box  .btn_row.mobil-v{
	display: block !important;
}
@media(max-width:768px){
	.install .color_btn{
		display: none;
	}
	#main  .main_box  .btn_row.mobil-v .color_btn{
	margin: 0 auto;
}
}


