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, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}




h1, h2, h3, h4, h5, h6, strong, b {
	font-weight: 700;
}
i, em {
	font-style: italic;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
input[type=text],
input[type=submit],
input[type=image],
input[type=password],
input[type=email],
textarea {
    -webkit-appearance: none;
}

textarea,
input[type=password],
input[type=email],
input[type=submit],
input[type=text] {
	font-family: "Fira Sans", sans-serif;
}

textarea:focus,
button:focus,
a:focus,
input:focus {
	outline: none;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: "Fira Sans", sans-serif;
}
body * {
	box-sizing: border-box;
}


.cont {
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
.cont:after {
	content: "";
	display: block;
	clear: both;
}




.topmenu {
	box-shadow: 0 1px 10px 0px rgba(0,0,0,0.1);
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}
.topmenu nav {
	position: relative;
}
.topmenu nav:after {
	content: "";
	display: block;
	clear: both;
}
.topmenu nav ul {
	
}
.topmenu nav ul:after {
	content: "";
	display: block;
	clear: both;
}
.topmenu nav ul li {
	float: left;
	font-size: 14px;
	padding: 19px 38px 18px 0;
}
.topmenu nav ul li:nth-child(4) {
	font-weight: 700;
	position: relative;
}
.topmenu nav ul li:nth-child(4) a {
	position: relative;
	z-index: 2;
	color: #fff;
}
.topmenu nav ul li:nth-child(4):after {
	z-index: 1;
	background: url(../img/discount.png) no-repeat left top;
	content: "";
	width: 104px;
	height: 72px;
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
}
.topmenu nav ul li:last-child {
	padding-right: 0;
}
.topmenu nav ul li a {
	transition: all 0.2s;
	position: relative;
	z-index: 2;
}
.topmenu nav ul li a:hover {
	color: red;
}
.topmenu nav ul li:nth-child(4) a:hover {
	color: #68B0FF;
}





.top-wrap {
	background: url(../img/top1.jpg) no-repeat center top;
	background-size: auto 100%;
	position: relative;
	overflow: hidden;
	margin-top: 51px;
}
.top-wrap:after {
	content: "";
	display: block;
	position: absolute;
	top: 356px;
	left: 50%;
	width: 844px;
	height: 393px;
	margin: 0 0 0 -622px;
	background: url(../img/ttl.png) no-repeat left top;
	z-index: 1;
	opacity: 0.5;
}
.top-wrap:before {
	content: "";
	display: block;
	position: absolute;
    top: 139px;
    left: 50%;
    width: 613px;
    height: 624px;
    margin: 0 0 0 53px;
	/* background: url(../img/ttl2.png) no-repeat left top; */
	z-index: 2;
}
.top {
	min-height: 727px;
	position: relative;
	z-index: 3;
}
.header {
	overflow: hidden;
	padding: 0 0 222px;
}
.logo-t {
	float: left;
	display: block;
	margin: 58px 0 0;
	max-width: 60%;
}
.phone-t {
	max-width: 40%;
	float: right;
	padding: 54px 0 0;
	text-align: right;
}
.phone-t-num {
	background: url(../img/phone.png) no-repeat left top;
	padding: 0 0 6px 23px;
	font-size: 20px;
	font-weight: 700;
}
.phone-t .callback {
	background: linear-gradient(to bottom, #d92f23 0%, #a32533 100%);
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	border: 1px solid #c6190c;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.phone-t .callback:hover {
	background: linear-gradient(to bottom, #f3574c 0%, #bf4351 100%);
	border: 1px solid #f3574c;
}
.top h1 {
    padding: 106px 0 0 86px;
    font-size: 48px;
    color: #fff;
    float: left;
    font-weight: 700;
    width: 65%;
    line-height: 115%;
}
.top h1 strong,
.top h1 b,
.top h1 span {
	display: inline-block;
	position: relative;
	background: #3c4e77;
	padding: 3px 10px;
	border-radius: 5px;
}
.top h1 strong sup,
.top h1 b sup,
.top h1 span sup {
	line-height: 100%;
}
.top-form {
	width: 29%;
	background: rgba(255,255,255,0.93);
	border-radius: 5px;
	float: right;
	padding: 24px 31px 20px;
	text-align: center;
}
.top-form h3 {
	font-size: 26px;
	line-height: 118%;
	padding: 0 0 17px;
	font-weight: 700;
}
.top-form form {

}
.top-form form input[type=text] {
    width: 100%;
    padding: 0 19px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #dadada;
    height: 40px;
    margin: 0 0 7px;
}
.top-form form input[type=submit] {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(to bottom, #d92f23 0%, #a32533 100%);
	display: inline-block;
	padding: 5px 5px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #c6190c;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.top-form form input[type=submit]:hover {
	background: linear-gradient(to bottom, #f3574c 0%, #bf4351 100%);
	border: 1px solid #f3574c;
}





.services-cont {
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
}
.services-cont h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	border: 7px solid #fff;
	margin: -25px 0 28px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.services-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.services-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.services-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 62%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.services {
	overflow: hidden;
}
.service {
	float: left;
	width: 188px;
	margin: 0 15px 15px 0;
}
.service:nth-child(5n+1) {
	clear: left;
}
.service:nth-child(5n) {
	margin-right: 0;
}
.service-img {
	border-radius: 10px;
	display: block;
	height: 188px;
	position: relative;
	margin: 0 0 34px;
}
.service-img:after {
	position: absolute;
	border: 3px solid #fff;
	top: 100%;
	margin: -12px 0 0 -12px;
	left: 50%;
	content: "";
	display: block;
	background: #3c4e77 url(../img/arr1.png) no-repeat center center;
	border-radius: 30px;
	width: 24px;
	height: 24px;
}
.service-img img {
	width: 100%;
	height: 100%;
	display: block;
}
.service:hover .service-img:after {
	background: red url(../img/arr1.png) no-repeat center center;
}
.service h3 {
	color: #488fd7;
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	text-decoration: underline;
}
.service a:hover h3 {
	color: red;
}
/*.service h3 a {
	text-decoration: underline;
	color: #488fd7;
}
.service h3 a:hover {
	text-decoration: none;
}*/
.service-desc {
	display: none;
	max-width: 800px;
	color: #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 20px 20px;
	font-size: 14px;
	line-height: 120%;
}
.service-desc-lt {
	float: left;
	width: 30%;
	border-right: 1px solid #ddd;
	padding: 0 20px 0 0;
}
.service-desc-lt img {
	margin: 0 0 20px;
}
.service-desc-lt dl {
	overflow: hidden;
}
.service-desc-lt dt {
	clear: left;
	font-weight: 700;
	border-top: 1px solid #ddd;
	width: 40%;
	float: left;
	padding: 8px 0 8px 0;
}
.service-desc-lt dd {
	border-top: 1px solid #ddd;
	width: 60%;
	float: left;
	padding: 8px 0 8px 10px;
}
.service-desc-lt dt:nth-of-type(1) {
	border-top: none;
}
.service-desc-lt dd:nth-of-type(1) {
	border-top: none;
}
.service-desc-rt {
	float: left;
	width: 70%;
	padding: 0 0 0 20px;
}
.service-desc-rt h4 {
	font-size: 16px;
	padding: 0 0 15px;
}
.service-desc-rt p {
	padding: 0 0 15px;
}





.whywe-wrap {
	background: url(../img/whywe.png) no-repeat center top;
	background-size: auto 100%;
}
.whywe-cont {
	min-height: 700px;
	text-align: center;
}
.whywe-cont h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	border: 7px solid #fff;
	margin: 61px 0 23px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.whywe-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.whywe-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.whywe-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 72%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.whywe-items {
	overflow: hidden;
}
.whywe {
	background: #fff;
	min-height: 208px;
	float: left;
	margin: 0 188px 22px 0;
	width: 208px;
	overflow: hidden;
	padding: 33px 5px 3px;
	border-radius: 10px;
	border-bottom: 8px solid #e8e8e8;
}
.whywe:nth-child(3n+1) {
	clear: left;
}
.whywe:nth-child(3n) {
	margin-right: 0;
}
.whywe-img {
	display: block;
	height: 95px;
	line-height: 95px;
	margin: 0 0 5px;
}
.whywe-img img {
	vertical-align: middle;
	max-height: 100%;
	display: inline-block;
}
.whywe h3 {
	font-size: 18px;
	color: #3c4e77;
	font-weight: 700;
}





.videos-cont {
	text-align: center;
}
.videos-cont h2 {
	font-weight: 700;
	border: 7px solid #fff;
	margin: -30px 0 28px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	max-width: 100%;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.videos-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.videos-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.videos-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 60%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.videos-cont p {
	font-size: 18px;
	line-height: 150%;
}
.videos-cont p b {
	color: #458ed6;
}
.videos {
	margin: 51px 0 67px;
	border-radius: 16px;
	box-shadow: 0 0 70px 0 rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.video {
	position: relative;
	display: block;
	float: left;
	height: 543px;
	overflow: hidden;
}
.videos:after {
	position: absolute;
	background: rgba(0,0,0,0.58);
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 1;
}
.video:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 330px solid rgba(69,142,214,0.6);
	border-right: 330px solid rgba(69,142,214,0.6);
	border-left: 330px solid rgba(0,0,0,0);
	border-top: 330px solid rgba(0,0,0,0);
	display: block;
	top: 0;
	left: -200px;
	z-index: 2;
}
.video:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 330px solid rgba(69,142,214,0.6);
    border-left: 330px solid rgba(69,142,214,0.6);
    border-bottom: 330px solid rgba(0,0,0,0);
    border-right: 330px solid rgba(0,0,0,0);
    display: block;
    top: 0;
    left: 460px;
    z-index: 2;
}
.video img {
	width: 100%;
	display: block;
	height: 100%;
}
.video-play {
	position: absolute;
	background: url(../img/play.png) no-repeat center top;
	width: 260px;
	height: 260px;
	top: 58%;
	left: 50%;
	cursor: pointer;
	z-index: 3;
	font-size: 18px;
	margin: -130px 0 0 -130px;
	color: #fff;
	font-weight: 700;
	padding: 180px 0 0;
}
.videos:hover .video:after {
	border-bottom: 330px solid rgba(69,142,214,0.7);
	border-right: 330px solid rgba(69,142,214,0.7);
}
.videos:hover .video:before {
    border-top: 330px solid rgba(69,142,214,0.7);
    border-left: 330px solid rgba(69,142,214,0.7);
}
.videos:hover:after {
    background: rgba(0,0,0,0.7);
}




.order {
	text-align: center;
	background: url(../img/order-tr1.png) no-repeat left top, url(../img/order-tr2.png) no-repeat right top, url(../img/order-tr3.png) no-repeat left bottom, url(../img/order-tr4.png) no-repeat right bottom;
	padding-right: 0;
	padding-left: 0;
	width: 1000px;
}
.order-desc {
	display: inline-block;
	width: 68%;
	padding: 37px 0 20px;
}
.order-desc-img {
	text-align: right;
	display: block;
	float: left;
	width: 35%;
}
.order-desc-img img {
	
}
.order-desc-txt {
	float: left;
	width: 60%;
	padding: 0 0 0 31px;
	text-align: left;
	font-size: 16px;
	line-height: 120%;
}
.order-desc-txt h3 {
	font-size: 26px;
	line-height: 120%;
	    padding: 0 0 6px;
}
.order-desc-txt p {
	
}
.order-form {
	width: 70%;
	display: inline-block;
	padding: 0 0 63px;
}
.order-form form {
	
}
.order-form form input[type=text] {
	float: left;
	width: 32%;
	margin: 0 2% 5px 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
}
.order-form form input[type=submit] {
	width: 32%;
	float: left;
	font-size: 18px;
	background: linear-gradient(to bottom, #d92f23 0%, #a32533 100%);
	display: inline-block;
	color: #fff;
	padding: 8px 3px;
	border: 1px solid #c6190c;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
	cursor: pointer;
}
.order-form form input[type=submit]:hover {
	background: linear-gradient(to bottom, #f3574c 0%, #bf4351 100%);
	border: 1px solid #f3574c;
}





.how-wrap {
	background: url(../img/how.png) no-repeat center top;
	background-size: auto 100%;
}
.how-cont {
	min-height: 494px;
	text-align: center;
}
.how-cont h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	border: 7px solid #fff;
	margin: 61px 0 56px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.how-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.how-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.how-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 60%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.how-items {
	overflow: hidden;
	text-align: center;
}
.how {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
	font-size: 18px;
	color: #fff;
	line-height: 105%;
	font-weight: 700;
}
.how:nth-child(3n+2) {
	margin: 0 40px 20px;
}
.how-img {
	height: 80px;
	line-height: 80px;
	display: block;
	margin: 0 0 7px;
}
.how-img img {
	vertical-align: middle;
	display: inline-block;
	max-height: 100%;
}




.about-cont {
	text-align: center;
	padding: 0 0 50px;
}
.about-cont h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	border: 7px solid #fff;
	margin: -27px 0 58px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.about-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.about-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.about-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 60%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.about-items {
	overflow: hidden;
	text-align: justify;
}
.about-items:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}
.about {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	color: #3c4e77;
	font-size: 18px;
	line-height: 135%;
	margin: 0 3px 30px;
	text-align: center;
}
.about-num {
	display: block;
	font-size: 60px;
	color: #458ed6;
	font-weight: 700;
	line-height: 100%;
	margin: 0;
}



.reviews-wrap {
	background: #f6f6f6;
}
.reviews-cont {
	text-align: center;
	padding: 0 0 52px;
}
.reviews-cont h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	border: 7px solid #fff;
	margin: -33px 0 50px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.reviews-cont h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.reviews-cont h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.reviews-cont h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 60%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.reviews {
	position: relative;
	overflow: hidden;
}
.reviews-car {
	/*width: 716px;*/
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.reviews-car ul {
	width: 20000em;
	position: relative;
	overflow: hidden;
}
.reviews-car ul li {
	overflow: hidden;
	float: left;
	text-align: left;
	margin: 0 50px 0 0;
	width: 714px;
}
.reviews-car ul li .reviews-img {
	width: 214px;
	/*width: 30%;*/
	height: 214px;
	overflow: hidden;
	float: left;
	border-radius: 214px;
}
.reviews-car ul li .reviews-img img {
	width: 100%;
	height: auto;
	min-height: 100%;
}
.reviews-car ul li .reviews-txt {
	float: right;
	/*width: 480px;*/
	width: 67%;
	min-height: 214px;
	line-height: 214px;
	font-size: 14px;
}
.reviews-car ul li .reviews-txt .reviews-txt-inner {
	display: inline-block;
	vertical-align: middle;
	line-height: 130%;
	font-size: 14px;
	color: #616161;
	font-style: italic;
}
.reviews-car ul li .reviews-txt .reviews-txt-inner h3 {
	color: #000;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 15px;
	line-height: 130%;
	font-size: 18px;
}
.reviews-car ul li .reviews-txt .reviews-txt-inner p {

}
.reviews-car-next {
	position: absolute;
	display: block;
	width: 15px;
	height: 23px;
	background: url(../img/car-nav.png) no-repeat right top;
	right: 10px;
	top: 50%;
	margin: -12px 0 0;
}
.reviews-car-prev {
	position: absolute;
	display: block;
	width: 15px;
	height: 23px;
	background: url(../img/car-nav.png) no-repeat left top;
	left: 10px;
	top: 50%;
	margin: -12px 0 0;
}
.reviews-car-next:hover {
	background: url(../img/car-nav.png) no-repeat right bottom;
}
.reviews-car-prev:hover {
	background: url(../img/car-nav.png) no-repeat left bottom;
}



.map-wrap {
	text-align: center;
	height: 468px;
	position: relative;
}
.map-wrap h2 {
	overflow: hidden;
	max-width: 100%;
	font-weight: 700;
	z-index: 2;
	border: 7px solid #fff;
	margin: -28px 0 28px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 50px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
	position: relative;
	background: #458ed6;
	/*overflow: hidden;*/
}
.map-wrap h2 span {
	display: block;
	position: relative;
	/*background: #458ed6;*/
	padding: 10px 23px 8px;
	border-radius: 50px;
	z-index: 3;
}
.map-wrap h2 span:after {
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-top: 4px solid #3c4e77;
	border-bottom: 4px solid rgba(0,0,0,0);
	border-right: 12px solid rgba(0,0,0,0);
	border-left: 12px solid rgba(0,0,0,0);
	display: block;
	content: "";
	left: 50%;
	margin: 0 0 0 -12px;
}
.map-wrap h2:before {
	border-radius: 0 50px 50px 0;
	position: absolute;
	width: 60%;
	right: 0;
	height: 100%;
	top: 0;
	display: block;
	content: "";
	background: #3c4e77 url(../img/tr2.jpg) no-repeat left top;
	background-size: 28px 100%;
	z-index: 1;
}
.map {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#balloon_icon {
	font-size: 14px;
}
#balloon_icon p {
	padding: 0 0 5px;
}
#balloon_icon a:hover {
	text-decoration: underline;
}




.footer {
	overflow: hidden;
	padding-bottom: 15px;
}
.logo-b {
	float: left;
	margin: 33px 161px 0 0;
}
.privacy {
	float: left;
	font-size: 14px;
	text-decoration: underline;
	margin: 56px 0 0;
	line-height: 120%;
}
.privacy:hover {
	text-decoration: none;
}
.phone-b {
	float: right;
	padding: 29px 0 0;
	text-align: right;
}
.phone-b-num {
	background: url(../img/phone.png) no-repeat left top;
	padding: 0 0 6px 23px;
	font-size: 20px;
	font-weight: 700;
}
.phone-b .callback {
	background: linear-gradient(to bottom, #d92f23 0%, #a32533 100%);
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	border: 1px solid #c6190c;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.phone-b .callback:hover {
	background: linear-gradient(to bottom, #f3574c 0%, #bf4351 100%);
	border: 1px solid #f3574c;
}

.twiststudio {
    float: right;
    font-size: 14px;
    margin: 27px 0 0;
    /*clear: both;*/
    line-height: 120%;
}
.twiststudio span {
	color: red;
	font-weight: bold;
}
.twiststudio:hover {
    text-decoration: underline;
}



#bx-composite-banner {
	clear: both;
	padding: 20px 0 0;
	float: left;
}
#bx-composite-banner a {
	background-color: #458ed6 !important;
}


.modal_window {
	display: none;
	width: 288px;
	background: rgba(255,255,255,0.93);
	border-radius: 5px;
	padding: 24px 31px 30px;
	text-align: center;
	color: #000;
}
.modal_window p {
	font-size: 26px;
	line-height: 118%;
	padding: 0 0 17px;
	font-weight: 700;
}
.modal_window form {

}
.modal_window form input[type=text] {
    width: 100%;
    padding: 0 19px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #dadada;
    height: 40px;
    margin: 0 0 7px;
}
.modal_window form input[type=submit] {
	width: 100%;
	font-size: 18px;
	background: linear-gradient(to bottom, #d92f23 0%, #a32533 100%);
	display: inline-block;
	padding: 5px 5px;
	color: #fff;
	cursor: pointer;
	border: 1px solid #c6190c;
	border-radius: 3px;
	font-weight: 700;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.modal_window form input[type=submit]:hover {
	background: linear-gradient(to bottom, #f3574c 0%, #bf4351 100%);
	border: 1px solid #f3574c;
}
.modal_window_res {
	width: 288px;
	background: rgba(255,255,255,0.93);
	border-radius: 5px;
	padding: 24px 31px 30px;
	text-align: left;
	color: #000;
	display: none;
}
.modal_window_res h4 {
	font-size: 26px;
	line-height: 118%;
	padding: 0 0 17px 55px;
	font-weight: 700;
	background: url(../img/result.png) no-repeat left 5px;
}
.modal_window_res p {
	font-size: 14px;
	line-height: 118%;
}


.redborder {
	border: 1px solid red !important;
}


.modal_window_privacy {
	display: none;
	max-width: 800px;
	color: #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 20px 20px;
	font-size: 14px;
	line-height: 120%;
}
.modal_window_privacy h4 {
	text-align: center;
	font-size: 18px;
	padding: 0 0 15px;
}
.modal_window_privacy p {
	padding: 0 0 15px;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{border:0;outline:none;vertical-align:top;margin:0;padding:0;}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020;}
.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.fancybox-opened{z-index:8030;}
.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5);}
.fancybox-outer,.fancybox-inner{position:relative;}
.fancybox-inner{overflow:hidden;}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch;}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;white-space:nowrap;margin:0;padding:15px;}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%;}
.fancybox-image{max-width:100%;max-height:100%;}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../js/fancybox/fancybox_sprite.png);}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:0.8;cursor:pointer;z-index:8060;}
#fancybox-loading div{width:44px;height:44px;background:url(../js/fancybox/fancybox_loading.gif) center center no-repeat;}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040;}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(../js/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040;}
.fancybox-prev{left:0;}
.fancybox-next{right:0;}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden;}
.fancybox-prev span{left:10px;background-position:0 -36px;}
.fancybox-next span{right:10px;background-position:0 -72px;}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important;}
.fancybox-lock{overflow:hidden!important;width:auto;}
.fancybox-lock body{overflow:hidden!important;}
.fancybox-lock-test{overflow-y:hidden!important;}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(../js/fancybox/fancybox_overlay.png);}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0;}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll;}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050;}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center;}
.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px;white-space:nowrap;padding:2px 20px;}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff;}
.fancybox-title-inside-wrap{padding-top:10px;}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;background:rgba(0,0,0,.8);padding:10px;}
.fancybox-nav:hover span,.fancybox-opened .fancybox-title{visibility:visible;}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(../js/fancybox/fancybox_sprite@2x.png);background-size:44px 152px;}
	#fancybox-loading div{background-image:url(../js/fancybox/fancybox_loading@2x.gif);background-size:24px 24px;}
}


#fancybox-thumbs{position:fixed;left:0;width:100%;overflow:hidden;z-index:8050;}
#fancybox-thumbs.bottom{bottom:2px;}
#fancybox-thumbs.top{top:2px;}
#fancybox-thumbs ul{position:relative;list-style:none;margin:0;padding:0;}
#fancybox-thumbs ul li{float:left;opacity:0.5;padding:1px;}
#fancybox-thumbs ul li.active{opacity:0.75;border:1px solid #fff;padding:0;}
#fancybox-thumbs ul li:hover{opacity:1;}
#fancybox-thumbs ul li a{display:block;position:relative;overflow:hidden;border:1px solid #222;background:#111;outline:none;}
#fancybox-thumbs ul li img{display:block;position:relative;border:0;max-width:none;padding:0;}

.imma {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}