* {
	margin: 0;
	padding: 0;
}
body {
	min-width: 1000px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #70a4d8;
	border-bottom: 1px dashed #70a4d8;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
a:hover {
	color: #a50f08;
	border-bottom: 1px dashed transparent;
}
input,
textarea {
	border: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 300;
	color: #000;
}
textarea {
	resize: none;
}
input::-ms-clear {
	display: none;
}
::-webkit-input-placeholder {
	color: #000;
}
:-moz-placeholder {
	color: #000;
	opacity: 1;
}
::-moz-placeholder {
	color: #000;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #000;
}

/*****************************/

/*****************************/

.conf_offer {
	font-size: 12px !important;
}

.center960 {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}
.clear {
	clear: both;
}
.popup {
	display: none;
	width: 270px;
	background: #f3f3f3;
	padding: 35px 40px 40px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	z-index: 11;
}
.popup .popup_container {
	width: 270px;
}
.popup .close,
.policy .close {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(images/icons.png) no-repeat -74px 0;
	position: absolute;
	top: -20px;
	right: -20px;
	cursor: pointer;
}
.popup .close:hover,
.policy .close:hover {
	background-position: -35px -273px;
}
.popup p {
	font-size: 14px;
	line-height: 20px;
}
.popup p.title {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 !important;
}
.popup input,
.form input,
.popup textarea {
	width: 100%;
	height: 46px;
	border-radius: 3px;
	padding: 0 14px 0 56px;
	-webkit-appearance: none;
	box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.popup .input_block,
.form .input_block {
	position: relative;
	width: 100%;
}
.popup .input_block .error_block,
.form .input_block .error_block {
	opacity: 0;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	position: absolute;
	top: 0;
	left: -275px;
	height: 43px;
	line-height: 43px;
	border: 1px solid rgba(157,5,3,.5);
	border-radius: 3px;
	padding: 0 15px;
	background: #fff;
	font-size: 16px;
}
.popup .input_block.error input,
.form .input_block.error input {
	box-shadow: inset 0 3px 15px -5px rgba(157,5,3,1);
	-moz-box-shadow: inset 0 3px 15px -5px rgba(157,5,3,1);
	-webkit-box-shadow: inset 0 3px 15px -5px rgba(157,5,3,1);
}
.popup .input_block.error .error_block,
.form .input_block.error .error_block {
	opacity: 1;
}
.popup .input_block:before,
.form .input_block:before {
	content: '';
	display: inline-block;
	position: absolute;
}
.popup .input_block:after,
.form .input_block:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 46px;
	background: #b9b9b9;
	position: absolute;
	top: 0;
	left: 45px;
}
.popup .input_block.phone_input:before,
.form .input_block.phone_input:before {
	width: 18px;
	height: 21px;
	background: url(images/icons.png) no-repeat -56px 0;
	top: 12px;
	left: 15px;
}
.popup .input_block.name_input:before,
.form .input_block.name_input:before {
	width: 15px;
	height: 18px;
	background: url(images/icons.png) no-repeat -89px 0;
	top: 14px;
	left: 16px;
}
.popup .input_block.time_input:before {
	width: 19px;
	height: 19px;
	background: url(images/icons.png) no-repeat -36px -254px;
	top: 14px;
	left: 14px;
}
.popup span.btn,
.form span.btn {
	width: 100%;
}
.btn {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 2px #000;
	background-color: #fe7f47;
	background-image: linear-gradient(to bottom, #fe7f47 0%, #9d0503 100%);
	background-image: -o-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -moz-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -webkit-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.btn:hover {
	background-color: #fe905f;
	background-image: linear-gradient(to bottom, #fe905f 0%, #c84003 100%);
	background-image: -o-linear-gradient(top, #fe905f 0%, #c84003 100%);
	background-image: -moz-linear-gradient(top, #fe905f 0%, #c84003 100%);
	background-image: -webkit-linear-gradient(top, #fe905f 0%, #c84003 100%);
}
.btn:active {
	background-color: #790101;
	background-image: linear-gradient(to bottom, #790101 0%, #fd7e46 100%);
	background-image: -o-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -moz-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -webkit-linear-gradient(top, #790101 0%, #fd7e46 100%);
}
#popup_fon {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(50,64,72,.59);
	z-index: 10;
}
header {
	width: 100%;
	height: 60px;
	padding-top: 15px;
	background: #fafafa;
	box-shadow: 0 10px 15px -5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 10px 15px -5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 10px 15px -5px rgba(0,0,0,.4);
	position: relative;
	z-index: 1;
}
header .logo,
header .address,
header .phone {
	position: relative;
	float: left;
	padding-top: 5px;
}
header .logo {
	width: 415px;
	padding-top: 0;
}
header .address {
	width: 325px;
	padding-left: 30px;
}
header .phone {
	width: 175px;
	padding-left: 15px;
	text-align: right;
}
header .logo p {
	line-height: 24px;
}
header .logo p:first-of-type {
	font-size: 24px;
	font-weight: 500;
}
header .address:before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 24px;
	background: url(images/icons.png) no-repeat 0 0;
	position: absolute;
	top: 7.5px;
	left: 0;
}
header .address p {
	font-size: 14px;
	line-height: 18px;
}
header .phone:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 16px;
	background: url(images/icons.png) no-repeat -13px 0;
	position: absolute;
	top: 7.5px;
	left: 0;
}
header .phone p {
	font-size: 20px;
	line-height: 20px;
	font-weight: 500
}
header .phone a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}
#zvonok {
	padding: 20px 40px 30px;
	position: absolute;
	top: 85px;
	left: 50%;
	margin-left: 140px;
	z-index: 2;
}
#zvonok:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url(images/icons.png) no-repeat -42px 0;
	position: absolute;
	top: -9px;
	right: 80px;
}
#zvonok .close {
	width: 14px;
	background: url(images/icons.png) no-repeat -28px 0;
}
#zvonok .close:hover {
	background-position: -36px -273px;
}
#zvonok p {
	margin-bottom: 10px;
}
#zvonok span.btn {
	margin-top: 15px;
}
.first_block {
	width: 100%;
	height: 695px;
	background: url(images/image-1.jpg) no-repeat center -75px;
	text-align: center;
}
.first_block h1 {
	font-size: 38px;
	line-height: 55px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 2px 2px #000;
	/*text-transform: uppercase;*/
	background: rgba(0,0,0,.75);
	padding: 0 15px;
	display: inline-block;
	margin: 60px 0 10px;
}
.first_block ul {
	display: inline-block;
	background: rgba(0,0,0,.75);
	text-align: left;
	padding: 10px 25px 10px 40px;
	margin-bottom: 200px;
}
.first_block ul li {
	list-style-type: none;
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	text-shadow: 0 1px 2px #000;
	position: relative;
}
.first_block ul li strong {
	color: #fff600;
	font-weight: 500;
}
.first_block ul li:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ff8b62;
	position: absolute;
	top: 10px;
	left: -25px;
}
.first_block a.btn {
        border-bottom: none;
        padding: 0 40px;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
}
.first_block a.btn:hover {
	color: #fff;
	border-bottom: none;
}
#zvonok_footer {
	margin-top: -172.5px;
}
#zvonok_footer p {
	margin: 10px 0 25px;
}
#zvonok_footer .phone_input {
	margin: 10px 0 15px;
}
.second_block {
	width: 100%;
	height: 550px;
	background: url(images/image-2.jpg) no-repeat center top;
}
form input[type="file"] {
	display: none;
}
.second_block .form {
	width: 460px;
	margin-left: 425px;
	padding-top: 65px;
}
.second_block .form p.title {
	font-size: 36px;
	line-height: 38px;
	color: #666;
	margin-bottom: 25px;
}
.second_block .form p.title strong {
	font-weight: 900;
	color: #262626;
}
.second_block .form p {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 40px;
}
.second_block .form form {
	display: block;
	width: 270px;
	margin-left: 90px;
	position: relative;
}
.second_block .form form .input_block {
	margin-bottom: 10px;
}

.second_block p:last-child {
	font-size: 12px;
}

form .photo_btn {
	display: block;
	width: 241px;
	height: 51px;
	margin: 0 0 27px -3px;
	cursor: pointer;
	background: url(images/file_btn.png) no-repeat 0 0;
	font-size: 14px;
	line-height: 50px;
	padding-left: 50px;
}
form .photo_btn:hover {
	background-position: 0 33.3%;
}
form .photo_btn:active {
	background-position: 0 66.6%;
}
form .photo_btn.active {
	background-position: 0 100%;
}
.second_block .form form .btn {
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.fixed_footer {
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: -110px;
	left: 0;
	z-index: 5;
	transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
.fixed_footer.active {
	bottom: 0;
}
.fixed_footer .column {
	float: left;
	line-height: 70px;
	font-weight: 500;
}
.fixed_footer .column.title {
	width: 480px;
	text-align: center;
	font-size: 20px;
	color: #100e0d;
}
.fixed_footer .column.phone {
	padding-left: 25px;
	width: 230px;
	font-size: 24px;
	color: #333;
	position: relative;
}
.fixed_footer .column.phone:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 25px;
	left: -3px;
	width: 18px;
	height: 22px;
	background: url(images/icons.png) no-repeat -104px 0;
}
.fixed_footer .column.button {
	width: 225px;
}
.fixed_footer .column.button .btn {
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #000;
	padding: 0 20px;
	border-radius: 2px;
	border: 2px solid #f26522;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.fixed_footer .column.button .btn:hover {
	height: 35px;
	line-height: 35px;
	padding: 0 22px;
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-color: #fe7f47;
	background-image: linear-gradient(to bottom, #fe7f47 0%, #9d0503 100%);
	background-image: -o-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -moz-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -webkit-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	color: #fff;
}
.fixed_footer .column.button .btn:active {
	height: 35px;
	line-height: 35px;
	padding: 0 22px;
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-color: #790101;
	background-image: linear-gradient(to bottom, #790101 0%, #fd7e46 100%);
	background-image: -o-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -moz-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -webkit-linear-gradient(top, #790101 0%, #fd7e46 100%);
	color: #fff;
}
.fixed_footer .v2 .column.title {
	padding-right: 25px;
	width: 475px;
	text-align: right;
	font-size: 24px;
	font-weight: 300;
	position: relative;
}
.fixed_footer .v2 .column.title strong {
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
}
// .fixed_footer .v2 .column.title:before {
// 	content: '';
// 	display: inline-block;
// 	width: 166px;
// 	height: 105px;
// 	position: absolute;
// 	top: -40px;
// 	left: 10px;
// 	background: url(images/images.png) no-repeat 0 0;
// }
.fixed_footer_slides{
	height: 70px;
}
.fixed_footer_item{
	// display: none;
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
}
.fixed_footer_item{
	box-shadow: 0 -5px 15px -5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 -5px 15px -5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 -5px 15px -5px rgba(0,0,0,.4);
	-webkit-box-transform: translateY(150px);
	-moz-transform: translateY(150px);
	transform: translateY(150px);
}
.fixed_footer_item.active{
	-webkit-box-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-webkit-transition: all .6s ease-out;
}
.fixed_footer .v2 .column.phone {
	width: 210px;
}
#photo_popup,
#exit_popup {
	width: 460px;
	margin: -213px 0 0 -270px;
}
#photo_popup p.title,
#exit_popup p.title {
	font-size: 26px;
}


#photo_popup p
 {
	font-size: 16px;
	margin: 15px 0 20px;
}

#photo_popup .popup_container,
#exit_popup .popup_container {
	margin-left: 190px;
}
#photo_popup .input_block,
#exit_popup .input_block {
	margin-bottom: 10px;
}
#photo_popup:before,
#exit_popup:before {
	content: '';
	display: inline-block;
	width: 191px;
	height: 275px;
	position: absolute;
	bottom: 0;
	left: 15px;
	background: url(images/images.png) no-repeat -166px 0;
}
#photo_popup.sceplenie:before,
#exit_popup.sceplenie:before {
	content: '';
	display: inline-block;
	width: 191px;
	height: 275px;
	position: absolute;
	bottom: -80px;
	left: 30px;
	background: url(images/sceplenie.png) no-repeat 0 0;
}
.third_block,
.fourth_block {
	width: 100%;
	background-color: #f3f3f3;
	background-image: linear-gradient(to bottom, #fefefe 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0%, #e9e9e9 100%);
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #e9e9e9 100%);
}
.auto_block,
.fifth_block {
	padding: 70px 0;
}
.auto_block p.h1,
.fifth_block p.h1,
.eighth_block p.h1,
.ninth_block p.h1,
.tenth_block p.h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	color: #333;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.auto_block p.h1:after,
.fifth_block p.h1:after,
.eighth_block p.h1:after,
.ninth_block p.h1:after,
.tenth_block p.h1:after {
	content: '';
	display: inline-block;
	width: 104px;
	height: 4px;
	background: #f26522;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -52px;
}
.auto_block .car {
	width: 100%;
	height: 500px;
	background: url(images/car-1.png) no-repeat center top;
	position: relative;
}
.auto_block .car .service {
	position: absolute;
}
.auto_block .car .service p {
	font-size: 18px;
	position: relative;
	z-index: 1;
}
.auto_block .car .service p strong {
	font-weight: 500;
}
.auto_block .car .service.first {
	top: 65px;
	left: 75px;
}
.auto_block .car .service.second {
	top: 10px;
	left: 370px;
}
.auto_block .car .service.third {
	top: 50px;
	left: 660px;
}
.auto_block .car .service.fourth {
	top: 400px;
	left: 80px;
}
.auto_block .car .service.fifth {
	top: 420px;
	left: 390px;
}
.auto_block .car .service.sixth {
	top: 400px;
	left: 690px;
}
.auto_block .car .service:before,
.auto_block .car .service:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #9ab1c9;
	position: absolute;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.auto_block .car .service:before {
	top: 5px;
	left: -20px;
}
.auto_block .car .service.first:after {
	top: 135px;
	left: 120px;
}
.auto_block .car .service.second:after {
	top: 100px;
	left: 140px;
}
.auto_block .car .service.third:after {
	top: 157px;
	left: -20px;
}
.auto_block .car .service.fourth:after {
	top: -125px;
	left: 200px;
}
.auto_block .car .service.fifth:after {
	top: -190px;
	left: 60px;
}
.auto_block .car .service.sixth:after {
	top: -75px;
	left: -20px;
}
.auto_block .car .service .line {
	display: inline-block;
	width: 1px;
	height: 1px;
	background: #9ab1c9;
	position: absolute;
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.auto_block .car .service.third .line {
	height: 155px;
	top: 6px;
	left: -15px;
}
.auto_block .car .service.sixth .line {
	height: 75px;
	top: -70px;
	left: -15px;
}
.auto_block .car .service.first .line.first {
	width: 138px;
	height: 60px;
	top: 10px;
	left: -15px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-bottom: 1px solid #9ab1c9;
	border-radius: 0 0 0 4px;
}
.auto_block .car .service.first .line.second {
	width: 10px;
	height: 70px;
	top: 70px;
	left: 115px;
	background: transparent;
	border-right: 1px solid #9ab1c9;
	border-radius: 0 4px 0 0;
}
.auto_block .car .service.second .line.first {
	width: 159px;
	height: 65px;
	top: 10px;
	left: -15px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-bottom: 1px solid #9ab1c9;
	border-radius: 0 0 0 4px;
}
.auto_block .car .service.second .line.second {
	width: 10px;
	height: 35px;
	top: 75px;
	left: 136px;
	background: transparent;
	border-right: 1px solid #9ab1c9;
	border-radius: 0 4px 0 0;
}
.auto_block .car .service.fourth .line.first {
	width: 219px;
	height: 67px;
	top: -62px;
	left: -15px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-top: 1px solid #9ab1c9;
	border-radius: 4px 0 0 0;
}
.auto_block .car .service.fourth .line.second {
	width: 10px;
	height: 62px;
	top: -123px;
	left: 196px;
	background: transparent;
	border-right: 1px solid #9ab1c9;
	border-radius: 0 0 4px 0;
}
.auto_block .car .service.fifth .line.first {
	width: 78px;
	height: 138px;
	top: -133px;
	left: -15px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-top: 1px solid #9ab1c9;
	border-radius: 4px 0 0 0;
}
.auto_block .car .service.fifth .line.second {
	width: 10px;
	height: 51px;
	top: -183px;
	left: 55px;
	background: transparent;
	border-right: 1px solid #9ab1c9;
	border-radius: 0 0 4px 0;
}
.auto_block .car .service:hover a {
	color: #a50f08;
	border-bottom: 1px dashed transparent;
}
.auto_block .car .service:hover:before,
.auto_block .car .service:hover:after {
	background: #a50f08;
}
.auto_block .car .service:hover .line {
	background: transparent;
	border-color: #a50f08 !important;
}
.auto_block .car .service.third:hover .line,
.auto_block .car .service.sixth:hover .line {
	background: #a50f08;
}
.auto_block h2 {
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	padding: 50px 0 90px;
}
.auto_block .table {
	border-radius: 3px;
	border: 1px solid #b3b3b3;
	background: #fff;
}
.auto_block .table .table_block {
	display: table-cell;
	vertical-align: top;
	width: 33.3%;
	border-right: 1px dashed #b7b7b7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 95px 35px 25px;
	position: relative;
}
.auto_block .table .table_block:first-of-type {
	border-right: 1px dashed #ccc;
}
.auto_block .table .table_block:last-of-type {
	border-right: none;
}
.auto_block .table .table_block p.title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.auto_block .table .table_block p {
	font-size: 14px;
	margin-bottom: 80px;
}
.auto_block .table .table_block a.btn {
	position: absolute;
	bottom: 25px;
	left: 35px;
	width: 246px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	color: #000;
	padding: 0;
	border-radius: 3px;
	border: 2px solid #f26522;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.auto_block .table .table_block a.btn:hover {
	width: 250px;
	height: 45px;
	line-height: 45px;
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-color: #fe7f47;
	background-image: linear-gradient(to bottom, #fe7f47 0%, #9d0503 100%);
	background-image: -o-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -moz-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	background-image: -webkit-linear-gradient(top, #fe7f47 0%, #9d0503 100%);
	color: #fff;
}
.auto_block .table .table_block a.btn:active {
	width: 250px;
	height: 45px;
	line-height: 45px;
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,1);
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
	background-color: #790101;
	background-image: linear-gradient(to bottom, #790101 0%, #fd7e46 100%);
	background-image: -o-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -moz-linear-gradient(top, #790101 0%, #fd7e46 100%);
	background-image: -webkit-linear-gradient(top, #790101 0%, #fd7e46 100%);
	color: #fff;
}
.auto_block .table .table_block:before {
	content: '';
	display: inline-block;
	width: 222px;
	height: 146px;
	background: url(images/images.png) no-repeat -803px 0;
	position: absolute;
	top: -50px;
	left: 45px;
}
.auto_block .table .table_block:first-of-type:before {
	width: 223px;
	height: 150px;
	background: url(images/images.png) no-repeat -357px 0;
}
.auto_block .table .table_block:last-of-type:before {
	width: 223px;
	height: 151px;
	background: url(images/images.png) no-repeat -582px 0;
}
.third_block .auto_block .table .table_block .click_block {
	position: absolute;
	top: -50px;
	left: 45px;
	width: 230px;
	height: 135px;
	cursor: pointer;
}
.fourth_block {
	position: relative;
	overflow: hidden;
}
.fourth_block .auto_block .car {
	background: url(images/car-2.png) no-repeat center top;
}
.fourth_block .auto_block .car .service.first {
	top: 45px;
	left: 80px;
}
.fourth_block .auto_block .car .service.second {
	top: 28px;
	left: 355px;
}
.fourth_block .auto_block .car .service.third {
	top: 130px;
	left: 735px;
}
.fourth_block .auto_block .car .service.fourth {
	top: 420px;
	left: 80px;
}
.fourth_block .auto_block .car .service.fifth {
	top: 440px;
	left: 415px;
}
.fourth_block .auto_block .car .service.sixth {
	top: 430px;
	left: 735px;
}
.fourth_block .auto_block .car .service.first:before,
.fourth_block .auto_block .car .service.fourth:before {
	left: -25px;
}
.fourth_block .auto_block .car .service.sixth:before {
	top: -22px;
	left: 0;
}
.fourth_block .auto_block .car .service.first:after {
	top: 157px;
	left: 132px;
}
.fourth_block .auto_block .car .service.second:after {
	top: 120px;
	left: -20px;
}
.fourth_block .auto_block .car .service.third:after {
	top: 75px;
	left: -127px;
}
.fourth_block .auto_block .car .service.fourth:after {
	top: -165px;
	left: 132px;
}
.fourth_block .auto_block .car .service.fifth:after {
	top: -131px;
	left: -20px;
}
.fourth_block .auto_block .car .service.sixth:after {
	top: -128px;
	left: 35px;
}
.fourth_block .auto_block .car .service.second .line {
	height: 125px;
	top: 6px;
	left: -15px;
}
.fourth_block .auto_block .car .service.fifth .line {
	height: 130px;
	top: -120px;
	left: -15px;
}
.fourth_block .auto_block .car .service.first .line.first {
	left: -20px;
	height: 90px;
	width: 155px;
}
.fourth_block .auto_block .car .service.first .line.second {
	height: 65px;
	top: 100px;
	left: 127px;
}
.fourth_block .auto_block .car .service.third .line {
	width: 110px;
	height: 70px;
	top: 10px;
	left: -121px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-top: 1px solid #9ab1c9;
	border-radius: 4px 0 0 0;
}
.fourth_block .auto_block .car .service.fourth .line.first {
	width: 154px;
	height: 45px;
	top: -32px;
	left: -19px;
}
.fourth_block .auto_block .car .service.fourth .line.second {
	height: 129px;
	top: -160px;
	left: 127px;
}
.fourth_block .auto_block .car .service.sixth .line {
	width: 35px;
	height: 105px;
	top: -122px;
	left: 5px;
	background: transparent;
	border-left: 1px solid #9ab1c9;
	border-top: 1px solid #9ab1c9;
	border-radius: 4px 0 0 0;
}
.fourth_block .auto_block .car .service.second:hover .line,
.fourth_block .auto_block .car .service.fifth:hover .line {
	background: #a50f08;
}
.fourth_block .auto_block h2 {
	padding-top: 70px;
}
.fourth_block .auto_block .table .table_block {
	padding-top: 110px;
}
.fourth_block .auto_block .table .table_block:before {
	width: 278px;
	height: 139px;
	background: url(images/images.png) no-repeat -1234px 0;
	top: -40px;
	left: 26px;
}
.fourth_block .auto_block .table .table_block:first-of-type:before {
	width: 186px;
	height: 160px;
	background: url(images/images.png) no-repeat -1025px 0;
	top: -70px;
	left: 53px;
}
.fourth_block .auto_block .table .table_block:last-of-type:before {
	width: 243px;
	height: 150px;
	background: url(images/images.png) no-repeat -1508px 0;
	top: -60px;
	left: 40px;
}
.fourth_block .auto_block .table .table_block .click_block {
	position: absolute;
	top: -40px;
	left: 13px;
	width: 300px;
	height: 105px;
	cursor: pointer;
}
.fourth_block .auto_block .table .table_block:first-of-type .click_block {
	top: -70px;
	left: 53px;
	width: 190px;
	height: 160px;
}
.fourth_block .auto_block .table .table_block:last-of-type .click_block {
	top: -60px;
	left: 40px;
	width: 250px;
	height: 150px;
}
.fourth_block .popup_block {
	position: absolute;
	top: 145px;
	left: 100%;
	margin-left: 225px;
	width: 250px;
	padding: 10px 20px 10px 65px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 18px;
	line-height: 20px;
	background: #fffce6;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	z-index: 2;
	box-shadow: 0 0 6px -1px rgba(0,0,0,.35);
	-moz-box-shadow: 0 0 6px -1px rgba(0,0,0,.35);
	-webkit-box-shadow: 0 0 6px -1px rgba(0,0,0,.35);
}
.fourth_block .popup_block:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 30px;
	background: url(images/icons.png) no-repeat -122px 0;
	position: absolute;
	top: 23px;
	left: 16px;
}
#service_popup {
	margin-top: -189px;
}
#service_popup.big {
	width: 570px;
	margin: -162.5px 0 0 -325px;

}
#service_popup.big .popup_container {
	float: right;
}
#service_popup p.title {
	font-size: 26px;
}
#service_popup p {
	font-size: 14px;
	margin: 15px 0 25px;
}
#service_popup.big p {
	margin-top: 10px;
}
#service_popup .name_input {
	margin-bottom: 10px;
}
#service_popup .phone_input {
	margin-bottom: 15px;
}
#service_popup.big:after {
	content: '';
	display: inline-block;
	width: 330px;
	height: 236px;
	background: url(images/car-1.png) no-repeat 0 0;
	background-size: contain;
	-o-background-size: contain;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	top: 90px;
	left: 10px;
}
#service_popup.big.second_car:after {
	width: 300px;
	height: 216px;
	background-image: url(images/car-2.png);
	top: 100px;
	left: 15px;
}
#service_popup.big .input_block .error_block {
	z-index: 1;
}
.fifth_block {
	width: 100%;
	background: #f7f7f7;
	border-top: 2px solid #c7eaf3;
	border-bottom: 2px solid #c7eaf3;
}
.fifth_block p.h1 {
	margin-bottom: 80px;
}
.other_services {
	height: 195px;
	border-radius: 3px;
	border: 1px solid #b3b3b3;
	background: #fff;
	position: relative;
}
.other_services .block {
	float: left;
	text-align: center;
	padding-top: 140px;
	position: relative;
}
.other_services .block .click_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.other_services .block .click_block:hover + a {
	color: #a50f08;
	border-bottom: 1px dashed transparent;
}
.other_services .block a {
	font-size: 14px;
}
.other_services .block.first {
	width: 145px;
}
.other_services .block.second {
	width: 120px;
}
.other_services .block.third {
	width: 130px;
}
.other_services .block.fourth {
	width: 140px;
}
.other_services .block.fifth {
	width: 127px;
}
.other_services .block.sixth {
	width: 180px;
}
.other_services .block.seventh {
	width: 75px;
}
.other_services:before {
	content: '';
	display: inline-block;
	width: 909px;
	height: 109px;
	background: url(images/images.png) no-repeat -1763px 0;
	position: absolute;
	top: 30px;
	left: 25px;
}
#other_service_popup {
	margin-top: -167.5px;
}
#other_service_popup p.title {
	font-size: 26px;
}
#other_service_popup p {
	font-size: 14px;
	margin: 10px 0 15px;
}

#other_service_popup .name_input {
	margin-bottom: 10px;
}
#other_service_popup .phone_input {
	margin-bottom: 15px;
}
.sixth_block {
	width: 100%;
	height: 515px;
	background: url(images/back-1.png) no-repeat center top;
	padding-top: 50px;
}
.sixth_block .center960 {
	position: relative;
}
.sixth_block p.title {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: 0 2px 2px #000;
}
.sixth_block p.title strong {
	color: #ff6633;
	font-weight: 500;
	font-size: 40px;
}
.sixth_block p.title span {
	color: #ff6633;
	font-size: 45px;
}
.presents_slider {
	width: 850px;
	height: 270px;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 1px;
	margin: 0 auto;
	box-shadow: 0 0 20px 10px rgba(0,0,0,.32);
	-moz-box-shadow: 0 0 20px 10px rgba(0,0,0,.32);
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,.32);
	position: relative;
}
.presents_slider .container {
	width: 9999px;
}
.sixth_block .arrow {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(images/icons.png) no-repeat 0 0;
	position: absolute;
	top: 229px;
	margin-top: -17.5px;
	cursor: pointer;
}
.sixth_block .arrow.prev {
	display: none;
	background-position: -192px 0;
	left: 0;
}
.sixth_block .arrow.next {
	background-position: -157px 0;
	right: 0;
}
.sixth_block .arrow.prev:hover {
	background-position: -262px 0;
}
.sixth_block .arrow.next:hover {
	background-position: -227px 0;
}
.sixth_block .nav {
	margin-top: 50px;
	text-align: center;
}
.sixth_block .nav span {
	display: inline-block;
	width: 20px;
	height: 21px;
	background: url(images/icons.png) no-repeat -297px 0;
	cursor: pointer;
	margin: 0 2px;
}
.sixth_block .nav span:hover {
	background-position: -297px -20px; 
}
.sixth_block .nav span.active {
	background-position: -317px -1px; 
}
.presents_slider .slide {
	background: #fff;
	width: 850px;
	height: 270px;
	float: left;
}
.presents_slider .slide .img {
	width: 330px;
	height: 100%;
	position: relative;
	float: left;
}
.presents_slider .slide .img img {
	width: 100%;
	height: 100%;
}
.presents_slider .slide .img:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 100%;
	background: url(images/icons.png) no-repeat -337px -6px;
	position: absolute;
	top: 0;
	right: 0;
}
.presents_slider .slide .text {
	width: 520px;
	text-align: center;
	float: left;
	padding-top: 15px;
}
.presents_slider .slide .text p.name {
	color: #333;
	font-size: 28px;
	line-height: 30px;
	font-weight: 300;
	height: auto;
}
.presents_slider .slide .text p.name strong {
	color: #ff6633;
	font-size: 38px;
	font-weight: 500;
	display: inline;
}
.presents_slider .slide .text strong {
	font-weight: 500;
	font-size: 30px;
	line-height: 30px;
	display: block;
	height: 70px;
	margin: 20px 0 0;
}
.presents_slider .slide .text p {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	height: 70px;
}
.presents_slider .slide .text a.btn {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-shadow: 0 1px 1px #000;
	border: none;
	color: #fff;
	padding: 0 40px;
}
#present_popup {
	padding: 15px;
	width: 910px;
	margin: -220px 0 0 -470px;
}
#present_popup .img {
	width: 540px;
	height: 410px;
	float: left;
	position: relative;
}
#present_popup .form_block {
	float: left;
	width: 370px;
}
#present_popup .popup_container {
	padding: 0 40px 0 60px;
}
#present_popup .img img {
	width: 100%;
	height: 100%;
}
#present_popup .img:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 100%;
	background: url(images/icons.png) no-repeat -361px -1px;
	position: absolute;
	top: 0;
	right: 0;
}
#present_popup p.name {
	color: #333;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	margin: 15px 0 10px;
	padding-left: 10px;
}
#present_popup p.name strong {
	color: #ff6633;
	font-size: 38px;
	font-weight: 500;
}
#present_popup p.title {
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	height: 70px;
	padding: 0 10px 0 20px;
}
#present_popup p {
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0 25px;
}
#present_popup .name_input {
	margin-bottom: 10px;
}
#present_popup .phone_input {
	margin-bottom: 15px;
}
.seventh_block {
	width: 100%;
	height: 720px;
	background: url(images/image-3.jpg) no-repeat center -70px;
	padding-top: 70px;
}
.seventh_block p.h1 {
	width: 705px;
	font-size: 36px;
	line-height: 65px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 2px 2px #000;
	background: rgba(0,0,0,.6);
	margin: 0 auto;
	text-align: center;
}
.seventh_block .advantages {
	margin: 50px auto 0;
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	background: #fff;
	width: 705px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px 50px 30px 130px;
}
.seventh_block .advantages ol {
	counter-reset: numbers;
}
.seventh_block .advantages ol li {
	list-style-type: none;
	position: relative;
	margin-bottom: 20px;
}
.seventh_block .advantages ol li:last-of-type {
	margin-bottom: 0;
}
.seventh_block .advantages ol li:before {
	content: counter(numbers);
	counter-increment: numbers;
	font-size: 39px;
	font-weight: 500;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: -70px;
}
.seventh_block .advantages ol li:after {
	content: '';
	display: inline-block;
	width: 4px;
	height: 28px;
	background: #f26522;
	position: absolute;
	top: 3px;
	left: -40px;
}
.seventh_block .advantages ol li p {
	font-size: 16px;
	line-height: 24px;
}
.seventh_block .advantages ol li p strong {
	font-size: 22px;
	font-weight: 500;
}
.eighth_block {
	width: 100%;
	background: #fff;
	padding: 70px 0;
}
.eighth_block .center960 {
	position: relative;
}
.eighth_block p.h1 {
	margin-bottom: 85px;
}
.reviews_slider {
	width: 835px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.reviews_slider .container {
	width: 9999px;
}
.eighth_block .arrow {
	display: inline-block;
	width: 36px;
	height: 74px;
	background: url(images/icons.png) no-repeat 0 0;
	position: absolute;
	top: 340px;
	cursor: pointer;
}
.eighth_block .arrow.prev {
	display: none;
	background-position: 0 -246px;
	left: 0;
}
.eighth_block .arrow.next {
	background-position: 0 -24px;
	right: 0;
}
.eighth_block .arrow.prev:hover {
	background-position: 0 -172px;
}
.eighth_block .arrow.next:hover {
	background-position: 0 -98px;
}
.eighth_block .nav {
	margin-top: 50px;
	text-align: center;
}
.eighth_block .nav span {
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(images/icons.png) no-repeat 0 -320px;
	cursor: pointer;
	margin: 0 2px;
}
.eighth_block .nav span:hover {
	background-position: 0 -340px;
}
.eighth_block .nav span.active {
	background-position: 0 -360px;
}
.eighth_block .slide {
	width: 835px;
	height: auto;
	float: left;
	background: url(images/quotes.png) no-repeat 280px 233px transparent;
}
.eighth_block .slide .img {
	padding: 10px 10px 50px;
	height: 220px;
	position: relative;
}
.eighth_block .slide .img img {
	float: left;
	display: inline-block;
	width: 388px;
	height: 218px;
	margin-right: 35px;
	border: 1px solid #f26522;
}
.eighth_block .slide .img img:last-of-type {
	margin-right: 0;
}
.eighth_block .slide .img:before,
.eighth_block .slide .img:after {
	content: 'До';
	display: inline-block;
	width: 104px;
	height: 39px;
	line-height: 39px;
	border: 3px solid #f26522;
	background: #fff;
	font-size: 24px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.eighth_block .slide .img:after {
	content: 'После';
	left: 425px;
}
.eighth_block .slide .text .left,
.eighth_block .slide .text .right {
	float: left;
}
.eighth_block .slide .text .left {
	width: 285px;
	padding: 0 30px 0 10px;
}
.eighth_block .slide .text .right {
	width: 500px;
	padding-right: 10px;
}
.eighth_block .slide .text .left p {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 5px;
}
.eighth_block .slide .text .left ul {
	margin: 10px 0 15px;
}
.eighth_block .slide .text .left ul li {
	color: #010101;
	font-size: 14px;
	line-height: 18px;
	list-style-type: none;
	position: relative;
	margin: 0 0 0 35px;
}
.eighth_block .slide .text .left ul li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #f26522;
	position: absolute;
	top: 6px;
	left: -10px;
}
.eighth_block .slide .text .right p:first-of-type {
	line-height: 24px;
	margin-bottom: 7px;
}
.eighth_block .slide .text .right p strong {
	font-weight: 500;
	font-size: 20px;
}
.eighth_block .slide .text .right p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.eighth_block .slide .text .right p em {
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
}
.ninth_block {
	width: 100%;
	height: 360px;
	background: #f7f7f7;
	border-top: 2px solid #ceecf4;
	border-bottom: 2px solid #ceecf4;
	padding-top: 70px;
}
.ninth_block .center960 {
	position: relative;
}
.autoservice_slider {
	width: 900px;
	height: 145px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
}
.autoservice_slider .container {
	width: 9999px;
}
.ninth_block .arrow {
	display: inline-block;
	width: 18px;
	height: 32px;
	background: url(images/icons.png) no-repeat 0 0;
	position: absolute;
	top: 173.5px;
	margin-top: -16px;
	cursor: pointer;
}
.ninth_block .arrow.prev {
	display: none;
	background-position: -36px -56px;
	left: 0;
}
.ninth_block .arrow.next {
	background-position: -36px -24px;
	right: 0;
}
.ninth_block .arrow.prev:hover {
	background-position: -36px -120px;
}
.ninth_block .arrow.next:hover {
	background-position: -36px -88px;
}
.ninth_block .nav {
	margin-top: 35px;
	text-align: center;
}
.ninth_block .nav span {
	display: inline-block;
	width: 19px;
	height: 20px;
	background: url(images/icons.png) no-repeat 0 -320px;
	cursor: pointer;
	margin: 0 2px;
}
.ninth_block .nav span:hover {
	background-position: 0 -340px;
}
.ninth_block .nav span.active {
	background-position: 0 -360px;
}
.autoservice_slider .container .row {
	float: left;
	width: 675px;
}
.autoservice_slider .slide {
	width: 210px;
	height: 135px;
	float: left;
	margin: 0 2.5px;
	border: 5px solid #fbfbfb;
	box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 10px -1px rgba(0,0,0,.5);
}
.autoservice_slider .slide a,
.autoservice_slider .slide a img {
		display: block;
		width: 100%;
		height: initial;
		border: none;
	}
.tenth_block {
	width: 100%;
	background: #fff;
	border-bottom: 2px solid #ceecf4;
	padding-top: 70px;
}
.tenth_block .map_block,
.tenth_block .contacts {
	float: left;
}
.tenth_block .map_block {
	padding: 0 60px 0 45px;
	width: 460px;
}
.tenth_block #map {
	width: 456px;
	height: 296px;
	border: 2px solid #999;
}
.tenth_block .contacts {
	padding-left: 30px;
	width: 365px;
}
.tenth_block .contacts p.title {
	font-weight: 500;
	position: relative;
	margin-top: 20px;
}
.tenth_block .contacts p.title:first-of-type {
	margin-top: 0;
}
.tenth_block .contacts p {
	font-size: 18px;
	line-height: 22px;
}
.tenth_block .contacts p.title:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: -30px;
	background: url(images/icons.png) no-repeat 0 0;
}
.tenth_block .contacts p.title.address:before {
	width: 13px;
	height: 23px;
	background-position: -36px -216px;
}
.tenth_block .contacts p.title.phone:before {
	width: 15px;
	height: 15px;
	background-position: -36px -239px;
}
.tenth_block .contacts p.title.time:before {
	width: 19px;
	height: 19px;
	background-position: -36px -254px;
}
.tenth_block .contacts a.btn {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    color: #fff;
    border: none;
    margin: 37px 0;
}
.tenth_block .quote_block {
	padding: 70px 0 60px;
}
.tenth_block .quote_block .left,
.tenth_block .quote_block .right {
	float: left;
}
.tenth_block .quote_block .left {
	width: 190px;
	padding: 0 60px 0 115px;
	text-align: center;
}
.tenth_block .quote_block .right {
	width: 540px;
	font-size: 26px;
	line-height: 34px;
	font-style: italic;
	padding: 25px 55px 0 0;
	position: relative;
}
.tenth_block .quote_block .left .img {
	width: 188px;
	height: 188px;
	border-radius: 50%;
	border: 1px solid #b01c10;
	margin-bottom: 15px;
}
.tenth_block .quote_block .left .img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.tenth_block .quote_block .left p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
}
.tenth_block .quote_block .left p strong {
	font-size: 20px;
	font-weight: 500;
}
.tenth_block .quote_block .right:after {
	content: '';
	display: inline-block;
	width: 185px;
	height: 121px;
	background: url(images/icons.png) no-repeat -36px -288px;
	position: absolute;
	bottom: -120px;
	right: 130px;
}
#meeting_popup {
	width: 300px;
	margin: -233.5px 0 0 -185px;
	padding: 30px 30px 40px 40px;
}
#meeting_popup p.title {
	font-size: 26px;
	margin-bottom: 20px !important;
}
#meeting_popup p {
	font-size: 12px;
}
#meeting_popup .time_input {
	margin: 13px 0;
}
#meeting_popup .name_input {
	margin: 10px 0;
}
#meeting_popup .phone_input {
	margin-bottom: 15px;
}
.eleventh_block {
	width: 100%;
	background: #f7f7f7;
	border-bottom: 2px solid #c7eaf3;
	text-align: center;
	padding: 65px 0 70px;
}
.eleventh_block p {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
}
.eleventh_block p strong {
	font-weight: 500;
}
.eleventh_block p.phone {
	font-weight: 500;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
}
.eleventh_block a.btn {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	color: #fff;
	border: none;
}
#qtn_popup {
	width: 280px;
	margin: -239.5px 0 0 -175px;
}
#qtn_popup .name_input {
	margin: 10px 0;
}
#qtn_popup .phone_input {
	margin-bottom: 15px;
}
#qtn_popup textarea {
	height: 170px;
	padding: 10px 20px;
	margin-top: 25px;
}
footer {
	width: 100%;
	height: 60px;
	background: #525252;
	padding-top: 20px;
}
footer .left,
footer .right {
	width: 50%;
	float: left;
	position: relative;
}
footer .left p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 10px;
}
footer .left p a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
footer .left p a:hover {
	color: #fff;
	border-bottom: 1px dashed transparent;
}
footer .right a {
	display: inline-block;
	width: 174px;
	height: 49px;
	/*background: url(images/icons.png) no-repeat -77px -239px;*/
	border: none;
	position: absolute;
	top: -5px;
	right: 0;
}
.policy {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 840px;
	margin-left: -450px;
	padding: 30px;
	background: #f3f3f3;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.75);
	z-index: 11;
}
.policy p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
.policy p.title {
	font-size: 28px;
}
.policy p:last-of-type {
	font-size: 24px;
	margin-bottom: 0;
}
.send_block {
	width: 100%;
	height: 300px;
	padding-top: 35px;
	background: url(images/image-1.jpg) no-repeat center -75px;
}
.send_block .msg {
	width: 620px;
	height: 215px;
	margin: 0 auto;
	padding-top: 45px;
	background: rgba(0,0,0,.65);
	text-align: center;
}
.send_block .msg p {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-shadow: 0 1px 2px #000;
	margin-bottom: 35px;
}
.send_block .msg p.title {
	font-size: 36px;
	margin-bottom: 15px;
}
.send_block .msg a.btn {
	padding: 0 40px;
	color: #fff;
	border: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.send_page .presents_slider .slide .text {
	padding-top: 50px;
}
.file_loading {
	display: none;
	width: 236px;
	height: 10px;
	position: absolute;
	background: url(images/loading.gif) no-repeat 0 0;
}
.second_block .file_loading {
	bottom: 60px;
	left: 0;
}
#photo_popup .file_loading,
#exit_popup .file_loading {
	bottom: 100px;
	right: 74px;
}

@media (max-width: 960px) {
	.auto_block p.h1,
	.auto_block .car,
	.fifth_block,
	.eighth_block,
	.fourth_block .popup_block {
		display: none;
	}
	.auto_block h2 {
		padding-top: 20px !important;
	}
}

.hidden-close-block {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	width: 100%;
}
.hidden-close-block.active {
	display: block;
}
.hidden-close-block-1 {
	top: 0;
	height: 25px;
}
.hidden-close-block-2 {
	top: 25px;
	height: 25px;
}
@media (max-width: 1024px) {
	.hidden-close-block {
		display: none !important;
	}
}

.autodetails-block {
	width: 100%;
	height: 650px;
	background: url(images/autodetails-block-bg.jpg) no-repeat center;
	padding-top: 70px;
	box-sizing: border-box;
}
.autodetails-block .text-wrapper {
	width: 100%;
}
.autodetails-block .form-wrapper {
	width: 100%;
	max-width: 320px;
	margin-top: 35px;
}
.autodetails-block .text-wrapper p {
	font-size: 18px;
	line-height: 20px;
}
.autodetails-block .text-wrapper p.title {
	font-size: 36px;
	line-height: 38px;
	color: #666;
	margin-bottom: 25px;
}
.autodetails-block .text-wrapper p.title strong {
	font-weight: 900;
	color: #262626;
}
.autodetails-block .form-wrapper textarea {
	width: 100%;
	height: 80px;
	border-radius: 3px;
	padding: 10px 20px;
	-webkit-appearance: none;
	box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0 4px 16px -5px rgba(0,0,0,.5);
	transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.autodetails-block .form-wrapper .textarea_block p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 20px;
}
.autodetails-block .form-wrapper .textarea_block p strong {
	color: #333;
}
.autodetails-block .form-wrapper .input_block {
	margin-bottom: 35px;
}
.autodetails-block .input_block .error_block {
	right: -275px;
	left: auto;
}
@media (max-width: 560px) {
	.autodetails-block {
		padding-top: 40px;
	}
	.autodetails-block .text-wrapper p.title {
		font-size: 30px;
		line-height: 32px;
	}
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
	box-shadow: inset 0 4px 16px -5px #7b9cbb !important;
	-moz-box-shadow: inset 0 4px 16px -5px #7b9cbb !important;
	-webkit-box-shadow: inset 0 4px 16px -5px #7b9cbb !important;
}