@font-face {
    font-family: 'pfhandbookpro';
    src: url('fonts/pfhandbookpro-black.eot');
    src: url('fonts/pfhandbookpro-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-black.woff2') format('woff2'),
         url('fonts/pfhandbookpro-black.woff') format('woff'),
         url('fonts/pfhandbookpro-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'pfhandbookpro';
    src: url('fonts/pfhandbookpro-bold.eot');
    src: url('fonts/pfhandbookpro-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-bold.woff2') format('woff2'),
         url('fonts/pfhandbookpro-bold.woff') format('woff'),
         url('fonts/pfhandbookpro-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'pfhandbookpro';
    src: url('fonts/pfhandbookpro-medium.eot');
    src: url('fonts/pfhandbookpro-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-medium.woff2') format('woff2'),
         url('fonts/pfhandbookpro-medium.woff') format('woff'),
         url('fonts/pfhandbookpro-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}




@font-face {
    font-family: 'pfhandbookpro';
    src: url('fonts/pfhandbookpro-regular.eot');
    src: url('fonts/pfhandbookpro-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-regular.woff2') format('woff2'),
         url('fonts/pfhandbookpro-regular.woff') format('woff'),
         url('fonts/pfhandbookpro-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
img{
	max-width: 100%;
}
body{
	font-family: "pfhandbookpro",sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
.container{
	max-width: 1000px;
}
header{
	background: #08316c;
}
.navbar-nav>li>a{
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	color: #97c7ff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	line-height: normal;
	font-weight: 700;
	transition: all 300ms;
	padding-bottom: 10px;
	margin-right: 25px;
	position: relative;
	padding-top: 16px;
}
.navbar-nav>li>a:after{
	position: absolute;
	content: '';
	height: 4px;
	width: 100%;
	background: #ffa200;
	bottom: 0;
	left: 0;
	display: none;
}
.navbar-nav>li>a:hover{
	color: #fff;
	background: none;
}
.navbar-nav>li>a:hover:after{
	display: block;
}
.icon-bar{
	background: #bcbcbc;
}
.navbar-collapse{
	border: none;
	box-shadow: none;
}
.vk{
	display: inline-block;
	margin-top: 16px;
}
@media (max-width: 1199px) {
	.navbar-nav>li>a{
		margin-right: 22px;
	}
}
@media (max-width: 991px) {
	.navbar-nav>li>a{
		font-size: 14px;
		margin-right: 13px;
	}
	.vk{
		position: relative;
		top: -3px;
	}
}
@media (max-width: 767px) {
	header .container{
		padding: 0;
	}
	.navbar-nav>li>a{
		display: inline-block;
		padding-top: 7px;
		margin: 0;
	}
	.navbar-nav>li>a:hover{
		border: none;
	}
	.navbar-collapse{
		background: #07244d;
		padding-bottom: 10px;
		position: relative;
		z-index: 1;
	}
	.nav{
		margin-top: 2.5px;
		text-align: center;
	}
	.navbar-toggle{
		margin: 10px 15px 10px 0;;
		padding: 0;
	}
	.vk{
		position: static;
		display: block;
		text-align: center;
	}
}
.cont-adress p{
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.cont-adress .adress, .cont-adress .mode-work{
	position: relative;
	margin-top: 25px;
}
.cont-adress .adress:after{
	position: absolute;
	content: '';
	width: 16px;
	height: 14px;
	background: url(img/adress.png);
	left: -23px;
	top: 5px;
}
.cont-adress .mode-work:after{
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: url(img/work.png);
	left: -23px;
	top: 4px;
}
.logotip img{
	margin-top: 65px;
	max-width: 100%;
}
.contacts h2{
	font-family: "pfhandbookpro";
	text-align: right;
	font-size: 30px;
	color: #0051bc;
	margin: 30px 0 15px 0;
	font-weight: 900;
}
.contacts button{
	line-height: 40px;
	padding: 0 30px 0 45px;
	height: 40px;
	background: linear-gradient(to top, #ff8300, #ffc100);
	border: none;
	border-radius: 3px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	float: right;
	color: #fff;
	position: relative;
	outline: none;
    margin-bottom:15px;
}
.contacts button:hover{
	background: linear-gradient(to top, #ffc100, #ff8300);
}
.contacts button:after{
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url(img/tel.png);
	left: 17px;
	top: 13px;
}
@media (max-width: 767px) {
	.contacts .col-xs-12{
		text-align: center;
	}
	.contacts button{
		float: none;
	}
	.cont-adress p{
		dib
	}
	.contacts h2{
		text-align: center;
	}
	.cont-adress .adress:after, .cont-adress .mode-work:after{
		display: none;
	}
}
.modal-header{
	border: none;
}
.modal-content{
	padding: 0 80px 60px 80px;
	text-align: center;
	box-shadow: none;
	border: none;
	border-radius: 0;
	background: linear-gradient(to top, #dbdfe7, #f3f6fb);
}
@media (max-width:767px){.modal-header .close{margin-right:-10px !important;}.modal-content{padding-left:30px;padding-right:30px;}}
.modal-dialog{
	width: 480px;
}
.modal-header{
	padding: 0;
}
.modal-header button{
	color: #ea0101;
	opacity: 1;
}
.modal-header .close{
	margin-top: 15px;
	margin-right: -60px;
}
.wrap-inp{
	text-align: left;
}
.wrap-inp input{
	display: block;
	width: 100%;
	padding-left: 5px;
}
.modal-body h2{
	color: #2e5b9b;
	font-size: 27px;
	padding-bottom: 10px;
}
.wrap-inp p{
	color: #363636;
	font-size: 16px;
	margin-top: 20px;
}
.wrap-inp input{
	border: 2px solid #2e5b9b;
	height: 33px;
}
.wrap-inp button{
	font-size: 16px;
	color: #fff;
	width: 100%;
	background: linear-gradient(to top, #ff8300, #ffc100);
	height: 33px;
	border: 0;
	text-transform: uppercase;
	margin-top: 28px;
}
.wrap-inp button:hover{
	background: linear-gradient(to top, #ffc100, #ff8300);
}
@media (max-width: 767px) {
	.modal-dialog{
		width: 100%;
	}
}	
.shop{
	margin-top: 30px;
}
.shop h3{
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	margin: 0;
	font-family: "pfhandbookpro";
	margin-top: 25px;
}
.shop p{
	margin: 0;
	font-size: 24px;
	color: #fff;
	font-family: "pfhandbookpro";
	font-weight: 400;
}
.left-shop img{
	margin-top: 55px;
}
@media (max-width: 767px) {
	.shop{
		text-align: center;
		padding-top: 30px;
	}
	.left-shop img{
		margin-bottom: 20px;
	}
}
@media (max-width: 355px) {
	.left-shop img{
		display: block;
		margin: auto;
	}
	.left-shop img:nth-child(4){
		padding-left: 30px;
	}
}


.steps{
	margin: 60px 0 50px 0;
}
.steps .row{
	margin-left: -3px;
	margin-right: -3px;
}
.steps button{
	padding:0 15px 0 38px;
	height: 40px;
	line-height: 40px;
	background: linear-gradient(to top, #ff8300, #ffc100);
	border: none;
	border-radius: 3px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	float: right;
	color: #fff;
	position: relative;
	outline: none;
	margin-top: 10px;
}
.steps button:hover{
	background: linear-gradient(to top, #ffc100, #ff8300);
}
.steps button:after{
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url(img/tel.png);
	left: 11px;
  top: 12px;
}
.steps a{
	font-family: "pfhandbookpro";
	display: inline-block;
	margin: 10px 0 15 0;
	font-weight: 700;
	font-size: 28px;
	color: #0051bc;
	transition: all 300ms;
}
.steps a:hover{
	text-decoration: none;
	color: #f68d00;
}
.step{
	padding-left: 3px;
	padding-right: 3px;
}
.steps p{
	font-size: 18px;
	color: #010101;
	margin: 0;
	line-height: normal;
}
.steps h6{
	font-size: 20px;
	margin-top: 21px;
	font-weight: 700;
	color: #0051bc;
	display: inline-block;
}
@media (max-width: 1199px) {
	.step button{
		padding-left: 28px;
	}
}
@media (max-width: 991px) {
	.step button{
		float: none;
		margin-top: 0;
	}
	.step h6{
		margin-top: 10px;
	}
	.steps a{
		font-size: 23px;
	}
}
@media (max-width: 767px) {
	.step img{
		display: block;
		margin: auto;
	}
	.step{
		text-align: center;
		margin-bottom: 30px;
	}
	.step button{
		display: block;
		margin: auto;
	}
}
.service{
	background: url(img/block-car.jpg) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 45px;
}
.car{
	position: relative;
}
.car img{
	position: absolute;
	left: -140px;
	top: 130px;
	max-width: none;
}
.about-car h3{
	font-size: 26px;
	text-transform: uppercase;
	color: #0c479c;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 700;
}
.about-car p{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	line-height: normal;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
}
@media (max-width: 991px) {
	.car img{
		left: -220px;
	}
}
@media (max-width: 767px) {
	.car img{
		display: none;
	}
}
.advantages-of-working{
	margin-top: 60px;
}
.advantages-of-working img{
	display: block;
	margin: auto;
}
.advantages-of-working h2{
	font-size: 28px;
	text-transform: uppercase;
	color: #0c479c;
	margin: 0 0 25px 0;
	font-weight: 700;
}
.wrap-img{
	display: inline-block;
	width: 33.333333%;
	margin-bottom: 35px;
}
.img{
	min-height: 121px;
	position: relative;
	margin-bottom: 20px;
}
.font{
	font-size: 0;
}
.wrap-img img{
	display: block;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.wrap-img p{
	font-size: 24px;
	color: #0c479c;
	margin: 0;
	line-height: normal;
	padding-left: 50px;
}
@media (max-width: 991px) {
	.wrap-img p{
		font-size: 21px;
		text-align: center;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.wrap-img{
		width: 50%;
	}
}
@media (max-width: 490px) {
	.wrap-img p{
		font-size: 18px;
	}
}
.form{
	background: url(img/form.png) top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 160px;
	padding-bottom: 25px;
}
.form form{
	min-height: 335px;
	max-width: 682px;
	position: relative;
	background: url(img/border.png) top center no-repeat;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 55px 70px 0 70px;
}
@media (max-width:767px){
    .form form{padding-left:20px;padding-right:20px;}}
.form form:after{
	position: absolute;
	content: '';
	width: 455px;
	height: 335px;
	background: url(img/form-car.png);
	right: -240px;
	bottom: -204px;
}
.form form h2{
	position: absolute;
	content: '';
	top: -28px;
	left: 265px;x;
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	text-transform: uppercase;
	color: #0c479c;
	text-align: center;
}
.form form p{
	font-size: 24px;
	color: #030303;
	text-align: center;
	font-weight: 500;
}
.form form input{
	width: 254px;
	height: 40px;
	border: 2px solid #97a8a5;
	border-radius: 5px;
	margin-top: 30px;
	outline: none;
	padding-left: 10px;
}
.form form input:nth-child(4){
	margin-left: 29px;
}
.form form button{
	width: 290px;
	height: 40px;
	border-radius: 3px;
	border: 0;
	margin: auto;
	display: block;
	margin-top: 35px;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	background: linear-gradient(to top, #0a317e, #1360bd);
}
.form form button:hover{
	background: linear-gradient(to top, #1360bd, #0a317e);
}
input::-webkit-input-placeholder {font-size: 18px; font-weight: 500; color: #97a8a5; line-height: 10px}
input:-moz-placeholder {font-size: 18px; font-weight: 500; color: #97a8a5; line-height: 10px}
@media (max-width: 767px) {
	.form{
		padding-top: 30px;
	}
	.form form{
		background: none;
	}
	.form form input{
		display: block;
		margin: auto !important;
		margin-top: 20px !important;
	}
	.form form h2{
		position: static;
	}
	.form form:after{
		display: none;
	}
	.form form button{
		margin-top: 20px;
	}
}
@media (max-width: 490px) {
	.form form input{
		width: 100%;
	}
	.form form button{
		width: 100%;
		font-size: 20px;
	}
	.form form p{
		font-size: 16px;
	}
	.form form h2{
		font-size: 20px;
	}
}
.map{
	margin-top: 185px;
	position: relative;
}
.map-window{
	position: absolute;
	content: '';
	max-width: 405px;
	height: auto;
	min-height: 285px;
	background: #f7f7f7;
	padding: 30px 25px 20px 30px;
	top: 14%;
	left: 54%;
	border: 2px solid #b3b3b5;
	border-radius: 10px;
}
.map-window:after{
	position: absolute;
	content: '';
	width: 170px;
	height: 136px;
	background: url(img/aftrer2.png);
	left: -170px;
	top: 40px;
}
.map-window h3{
	margin: 0;
	color: #0051bc;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.map-window p{
	font-size: 22px;
	color: #9d9d9d;
	margin: 20px 0 0 0;
	font-weight: 400;
	padding-left: 60px;
	position: relative;
}
.map-window p:after{
	position: absolute;
	content: '';
	width: 47px;
	height: 47px;
	background: url(img/baloon1.png);
	left: 0;
	top: 7px;
}
.map-window p:nth-child(4):after{
	background: url(img/baloon2.png);
}
.map-window p:nth-child(6):after{
	background: url(img/baloon3.png);
}
.map-window h6{
	font-size: 18px;
	color: #0051bc;
	margin: 0;
	font-weight: 400;
	padding-left: 60px;
}
.map-window h6 span{
	font-weight: 700;
}
.map-window h6 a{
	color: #0051bc;
	text-decoration: underline;
}
.map-window h6 a:hover{
	color: #0051bc;
}
footer{
	background: #08316c;
	min-height: 60px;
}
footer p{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	margin: 20px 0 0 0;
	position: relative;
	padding-left: 30px;
}
footer p:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: 2px;
	background: url(img/f1.png);
}
.foot1, .foot2{
	margin-left: 10px;
	display: inline-block;
}
.foot1 h5, .foot2 h5{
	font-size: 20px;
	margin: 10px 0 0 0;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #fff;
}
.foot1 span, .foot2 span{
	display: block;
	color: #8393a5;
	padding-left: 30px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.foot1 h5:after, .foot2 h5:after{
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url(img/f2.png);
	left: 0;
	top: 2px;
}
.small-cont{
	display: none;
	min-height: 285px;
	height: auto;
}
@media (max-width: 1199px) {
	.foot1, .foot2{
		margin-left: 45px;
	}
}
@media (max-width: 991px) {
	.foot1, .foot2{
		margin-left: 25px;
	}
	.foot1 h5, .foot2 h5{
		padding-left: 22px;
		font-size: 17px;
	}
	.foot1 span, .foot2 span{
		padding-left: 22px;
	}
	footer p{
		font-size: 13px;
	}
	footer p:after{
		top: -1px;
	}
}
@media (max-width: 767px) {
	.map-in{
		display: none;
	}
	.map-window{
		display: none;
	}
	.small-cont{
		display: block;
		position: static;
		margin: auto;
	}
	.map{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.foot1 h5, .foot2 h5{
		padding-left:0;
		font-size: 14px;
	}
	.foot1 h5:after, .foot2 h5:after{
		display: none;
	}
	.foot1 span, .foot2 span{
		padding: 0;
		font-size: 14px;
	}
}
@media (max-width: 585px) {
	footer p:after{
		display: none;
	}
	footer p{
		padding: 0;
	}
}
@media (max-width: 330px) {
	.foot1 h5, .foot2 h5{
		font-size: 12px;
	}
}
.sl{
	min-height: 390px;
}
.slide2{
	background: url(img/51_x.jpg) top center no-repeat;
}
.sl .container{
	position: relative;
}
.sl .left-shop{
	position: absolute;
	content: '';
	top: 60px;
	left: 120px;
	background: #fff;
	padding: 30px 45px 45px 15px;
}
.sl .left-shop h3, .sl .left-shop p{
	color: #0153ba;
	margin: 0;
	line-height: normal;
}
.single-item.in-inner .sl{min-height:180px;}
.single-item.in-inner .sl .left-shop{top:20px;}
.slide3{
	background: url(img/sl3.jpg) top center no-repeat;
}
.slide1.sl .left-shop{
	background: transparent;
}
.slide1.sl .left-shop h3, .slide1.sl .left-shop p{
	color: #fff;
}
.slide1{
	background: url(img/sl1.jpg) top center;
}
.sl{background-position:top center;background-repeat:no-repeat;}
@media (max-width: 991px) {
	.slide1.sl .left-shop img{
		display: none;
	}
}
@media (max-width: 480px) {
	.slider{
		display: none;
	}
}
.review p.name {font-weight:bold;color: #0c479c;}
#zka textarea {border: 2px solid #97a8a5;
    border-radius: 5px;
	margin-top: 10px;
	outline: none;
	padding-left: 10px;width:512px;height:100px;color: rgb(51, 51, 51);}
.about-car li {font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    line-height: normal;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;}
    
    
.contacts-wiget{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contacts-wiget.is-start{
 justify-content: flex-start;   
}

.contacts-wiget__label{
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 40px;
}

.contacts-wiget__list{
  display: flex;
  align-items: center;

  margin: 0;
  padding: 0;
  list-style-type: none;
}

.contacts-wiget__item{
  margin-right: 10px;
}

.contacts-wiget__item:last-child{
  margin-right: 0;
}

.contacts-wiget__link{
display: flex;
}

.contacts-wiget__img{
  max-width: 25px;
  width: 25px;
}

.contacts-wiget__phone{
    line-height: 20px !important;
    font-size: 22px !important;   
    margin: 4px 15px 0 0 !important;
    font-weight: 900 !important;
}


@media (max-width: 992px){
    .contacts-wiget.is-start{
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media (max-width: 767px){
    .contacts-wiget{
      justify-content: center;
    }
    
    .contacts-wiget.is-start{
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .contacts-wiget__phone{
        margin: 0px 15px 4px 0 !important;
    }
    
    .contacts-wiget__label{
      margin-right: 15px;
    }
}