/*Fonts*/
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Black";
  src: url("../fonts/ProximaNova-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Black.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Black.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Black.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Black.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Black.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../fonts/ProximaNova-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/ProximaNova-Semibold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/ProximaNova-Semibold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/ProximaNova-Semibold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/ProximaNova-Semibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/*Specifications*/
body {
  	font-family: "ProximaNova-Regular";
	background-color: #E5E5E5;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.05em;
	color: #000000;
}
body {
overflow-y: visible !important;
}
div, form, input, p, a, span {
    box-sizing: border-box;
}
ul,li, p {
    display: block;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease;
}

button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}
button:hover {
  cursor: pointer;
}
section, footer, header {
	overflow: hidden;
}
:focus {
	outline: none !important;
}
input {
    border-radius: 0 !important;
}
h1, h2, h3, h4 {
	font-weight: bold;

}
h1 {
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
}
h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;/* identical to box height */
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #F4F4F4;
}

label.error {
	color: #fff;
	position: absolute;
	background: url(../img/errorpink.svg) no-repeat left center;
	padding-left: 30px;
	margin-top: 5px;
	font-size: 14px;

}
.bttn {
	width: 269px;
    height: 34px;
    background: #E30029;
    border: none;
    font-size: 16px;
    line-height: 140.62%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-family: "ProximaNova-Regular";
}
.bttn:hover {
	cursor: pointer;
	background: transparent;
	color:  #E30029;
	box-shadow: inset 0 0 0 3px  #E30029;
	transition: all 0.5s ease
}
.bttn-big {
	width: 266px;
	height: 48px;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 1000000;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

#overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000c;
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 1000000;
}
#thx {
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	padding: 30px;
	margin-top: -20px;
	font-size: 16px;
    width: 330px;
    width: 300px;
}
/*Preloader*/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background: -webkit-linear-gradient(154.64deg, #f5f5f5 0%, #313131 100%);
	background: -o-linear-gradient(154.64deg, #f5f5f5 0%, #313131 100%);
	background: linear-gradient(154.64deg, #f5f5f5 0%, #313131 100%);
    z-index: 100500;
}
#page-preloader .spinner {
    width: 180px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -90px;
}
/*NAV*/
.nav {
	position: fixed;
	width: 100%;
	height: 80px;
	background: #e5e5e5;
	z-index: 10000;
}
.nav__logo {
  	font-family: "ProximaNova-Bold";
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #070D11;
}
.nav__logo:hover {
	color: #070D11;
}
.nav__item a {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	margin-right: 58px;
	color: #313131;
	border-bottom: 2px solid transparent;
}
.nav__item:last-child  a{
	margin-right: 0;
}
.nav__phone {
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.02em;
	text-transform: uppercase;
 	font-family: "ProximaNova-Bold";
	color: #070D11;
}
.nav__box {
	height: 80px;
	justify-content: space-between;
	align-items: center;
}
.nav__btn {
	display: block;
  	font-family: "ProximaNova-Regular";
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: underline;
	color: #E30029;
	text-align: right;
}
.nav__content {
	margin-left: 40px;
}
.nav__contacts {
	margin-top: 25px;
}
.nav__btn:hover, .about__link:hover {
	color: #E30029;
	text-decoration-line: none;
}
#nav-menu li.active a {
    border-bottom: 2px solid #E30029;
   
}
/*HEADER*/
.header {
	padding: 260px 0 0;
	position: relative;
}
.header h1 {
	font-size: 40px;
	line-height: 49px;
	letter-spacing: 0.03em;
	font-family: "ProximaNova-Bold";
	color: #070D11;
}
h1 .header__little {
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
  	font-family: "ProximaNova-Regular";

}
h1 .slash {
	color: #B4B4B4;
  	font-family: "ProximaNova-Regular";

}
.header__place {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
	color: #7A7A7A;
}
.header__elem {
	background: url(../img/headerelem.svg) no-repeat top left;
    width: 545px;
    height: 470px;
    position: absolute;
    display: block;
    top: -100px;
    right: 170px;
}
.header__img {
	position: relative;
	z-index: 2;
	margin-top: -145px;
    margin-left: -75px;
}
.header__offer {
		position: relative;
		z-index: 2;
	}
/*ABOUT*/
.about {
	padding: 60px 0 80px;
}
.about__title {
	font-size: 26px;
	line-height: 152.34%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #070D11;
  	font-family: "ProximaNova-Bold";
  	margin-bottom: 60px;
}
.about__post-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 152.34%;
	color: #313131;
	text-transform: none;
	letter-spacing: 0em;
	margin-top: -3px;
    display: block;
}
.pink {
	color: #E30029;
  	font-family: "ProximaNova-Bold";
}
.about__text {
  	font-family: "ProximaNova-Regular";
	font-size: 16px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
	color: #000000;
	width: 310px;
}
.about__zone {
	width: 30px;
	height: 30px;
	background: #E30029;
	justify-content: center;
	align-items: center;
	margin-right: 44px;
}
.about__box {
	justify-content: space-between;
}
.about__item {
	margin-bottom: 84px;
    margin-right: 5px;
}
.about__block {
	flex-wrap: wrap;
}
.about__link {
	font-size: 18px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
	text-decoration-line: underline;
	color: #E30029;
	transform: rotate(-90deg);
	width: max-content;
	display: block;
	margin-top: 127px;
	width: 150px;
}
.about__black {
	width: 48px;
    height: 48px;
	background: #070D11;
	justify-content: center;
	position: absolute;
	top: -10px;
    right: 48px;
    align-items: center;
}
.about__flex {
	position: relative;
	margin-right: -45px;
}
/*ORDER*/
.order {
	padding: 80px 0 87px;
	background: url(../img/SKODA.png) no-repeat center center / cover;
}
.order .about__title, .order .about__post-title {
	color: #F5F5F5;
}
.order input {
	width: 303px;
	border: none;
	border-bottom: 2px solid #E30029;
	background: none;
	margin-right: 38px;
	font-size: 14px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
  	font-family: "ProximaNova-Regular";
}
.order__btn {
	width: 269px;
	height: 34px;
	background: #E30029;
	border: none;
	font-size: 16px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
  	font-family: "ProximaNova-Regular";
}
.js-form input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: #fff;
	 opacity: 1; /* Firefox */
}
.js-form input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #fff;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #E30029;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e300293b;
 }
 /*SERVICE*/
 .service {
 	padding: 164px 0 154px;
 	position: relative;
 }
 .service__block {
 	margin-top: 23px;
 }
 .service__item {
 	width: 100px;
	height: 100px;
	border: 5px solid #E30029;
	box-sizing: border-box;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
 }
 .service__text {
 	font-size: 13px;
	line-height: 140.62%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #111111;
  	font-family: "ProximaNova-Regular";
    margin-top: 20px;
 }
 .service__box {
 	align-items: center;
 }
 .service__img {
 	position: absolute;
 	right: 0;
 	top: 200px;
 }
 .service__info {
 	margin-right: 95px;
 }
 .service__info:last-child {
 	margin-right: 0;
 }
 /*MODEL*/
.model {
	padding: 60px 0;
}
.model__title {
	letter-spacing: 0.05em;
}
.model__title .about__post-title {
	letter-spacing: 0;
}
.model__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -20px;
}
.model__item {
	width: 175px;
	margin-right: 100px;
	margin-bottom: 5px;
	padding: 20px;
}
.model__item:nth-child(3n) {
	margin-right: 0;
}
.model__item h4 {
	font-size: 16px;
	line-height: 19px;
  	font-family: "ProximaNova-Bold";
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #070D11;
	margin-top: 15px;
}
.model__text {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: 25px;
}
.model__ford {
	width: 219px;
	height: 190px;
	position: relative;
	transition: all 0.5s ease;
}
.model__ford:hover {
	box-shadow: 0px 0px 14px #bdbdbd;
}
.model__ford:hover:after, .model__ford:hover:before {
	opacity: 1;
}
.model__ford::after {
  content: "";
  background: url(../img/fordlogo.svg) no-repeat center center;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  transition: all 0.5s ease;
}
.model__ford::before {
	content: "";
	background: url(../img/play.svg) no-repeat center center;
	opacity: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 1;   
	transition: all 0.5s ease;
}
.model__item:nth-child(3n) {
	width: 219px;
}
/*REPAIR*/
 .repair {
 	padding: 80px 0 120px;
 	position: relative;
 }
.repair__pic {
	position: absolute;
	right: -225px;
}
.repair__box {
	background: #e5e5e5;
	margin-top: 44px;
	margin-bottom: 45px;
	padding-top: 10px;
	padding-bottom: 33px;
	width: 620px;
	z-index: 3;
}
.repair__icon {
	margin-right: 5px;
}
.repair__name {
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.05em;
	color: #000000;
  	font-family: "ProximaNova-Bold";
}
.repair__text {
	font-size: 16px;
	line-height: 182.7%;
	letter-spacing: 0.05em;
	color: #000000;
  	font-family: "ProximaNova-Regular";
}
.repair__item {
	margin-bottom: 11px;
}
.repair__img {
	position: absolute;
	left: -100px;
	top: 0;
}
.repair__content {
	display: flex;
	height: 285px;
	align-items: center;
	position: relative;
}
.repair__word {
	margin-left: 515px;
	font-size: 28px;
	line-height: 152.34%;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #070D11;
  	font-family: "ProximaNova-Black";
}
.repair__word .pink {
	font-size: 24px;
	line-height: 152.34%;
	letter-spacing: 0.08em;
	color: #E30029;
  	font-family: "ProximaNova-Regular";
  	text-transform: none;
  	display: block;
}
.repair__block {
	display: flex;
}
.repair__top {
	align-items: center;
}
/*ORDER-FORM*/
.order-form {
	padding: 160px 0;
}
.order-form input {
	width: 303px;
	border: none;
	border-bottom: 2px solid #E30029;
	background: none;
	margin-right: 38px;
	font-size: 14px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
  	font-family: "ProximaNova-Regular";
  	color: #000000;
}
.order-form .js-form input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: #7A7A7A;
	 opacity: 1; /* Firefox */
}
.order-form .js-form input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	 color: #7A7A7A;
}
.order-form .form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: #E30029;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e300293b;
 }
#order-form label.error {

	color: #313131;
	background: url(../img/error.svg) no-repeat left center;
}
/*PRICES*/
.prices {
	position: relative;
	padding: 85px 0;
}
.prices__elemtop {
	background: url(../img/priceselemtop.svg) no-repeat center center;
	top: -90px;
    right: -115px;
}
.prices__elembottom {
	background: url(../img/priceselembottom.svg) no-repeat center center;
	bottom: -90px;
	left: -115px;
}
.prices__elemtop, .prices__elembottom {
	width: 155px;
	height: 155px;
	position: absolute;
}
.prices__item {
	align-items: flex-end;
	width: 510px;
	justify-content: space-between;
}
.prices__num {
	font-size: 16px;
	line-height: 152.34%;
	color: #000000;
	white-space: nowrap;
}
.prices__images {
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
	align-items: center;
}
.space {
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
}
ul.leaders {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
	columns: 2;
	}
ul.leaders li:after {
    float: left;
    width: 0;
    white-space: nowrap;
    content:"_____________________________________________________________ ";
	color: #c4c4c4;
}
ul.leaders span:first-child {
    padding-right: 0.33em;
    background:  #e5e5e5;
}
ul.leaders span + span {
    float: right;
    padding-left: 0.33em;
    position: relative;
    background: #e5e5e5;
    z-index: 1;
	font-size: 16px;
	color: #000000;
  	font-family: "ProximaNova-Semibold";


}
.leaders li {
	margin-bottom: 15px;
	overflow: hidden;
	max-width: 450px;
}
.leaders li:nth-child(8) {
	margin-bottom: 20px;
}
.leaders li:nth-child(n+5) {
	margin-left: auto;
}
.prices__icon {
	margin-left: 52px;
}
/*CONTACTS*/
.contacts {
	padding: 130px 0 0;
}
.contacts__title {
	margin-bottom: 45px;
}
#map {
	width: 100%;
	height: 530px;
	position: relative;
}
.contacts__block {
	position: absolute;
	width: 366px;
	height: 358px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(227, 0, 41, 0.2);
	right: 0%;
    margin-top: 95px;
    z-index: 2;
}
.contacts__white {
	padding: 40px 80px 65px 35px ;
    text-align: center;
}
.contacts__white p {
	font-size: 18px;
	line-height: 140.52%;
	color: #070D11;
  	font-family: "ProximaNova-Semibold";
  	text-align: left;
  	margin-bottom: 40px;
	
}
#map .about__flex {
	position: absolute;
    margin-right: 0;
    top: 65px;
    right: -48px;
}
/*Отображение карты в черно-белом цвете */
.ymaps-glass-pane, .ymaps-layers-pane {filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important;
/* Firefox 3.5+ Chrome 19+ & Safari 6+ */
-webkit-filter: grayscale(100%) !important;  
}
/*FOOTER*/
.footer {
	height: 190px;
	background: #171717;
	padding: 30px 0 45px;
}
.footer__logo {
	color: #FFFFFF;
}
.footer__phone {
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	letter-spacing: 0.02em;
}
.footer__contacts {
	margin-top: 0;
}
.footer__block {
	justify-content: space-between;
	margin-top: 15px;
}
.footer__year {
	font-size: 14px;
	line-height: 20px;
	color: #CFCFCF;
}
.footer__policy {
	font-size: 14px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
.footer__link {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}
.footer__link span {
	text-decoration-line: underline;
}
.footer__block a:hover {
	color: #E30029;
}
 /*ARTICLE*/
 .article {
 	padding: 0 0 160px;
 }
 .article__title {
 	font-size: 26px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #070D11;
  	font-family: "ProximaNova-Bold";
  	margin-bottom: 20px;
 }
 .article__box {
 	align-items: flex-start;
 	justify-content: space-between;
 }
 .article__name {
 	font-size: 18px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold";
	color: #FFFFFF;
	margin-top: 0;
    margin-left: 15px;
    position: absolute;
    bottom: 8px;
 }
.article__block .article__item:nth-child(2) {
 	display: block;
 	margin-top: 17px;
 }
 .article__item:hover:after {
		opacity: 1;
 }
 .article__item:after {
 	content: "";
 	display: block;
 	background: url(../img/plays.svg) no-repeat center center;
 	position: absolute;
 	right: 0px;
    bottom: 0px;
    opacity: 0;
 	width: 20px;
 	height: 20px;
 	transition: all 0.5s ease;
 	z-index: 1;
 }
 .article__item {
 	height: 100%;
 	position: relative;
 	display: block;
 }
.article__item:hover {
	box-shadow: 0px 0px 20px rgba(227, 0, 41, 0.4);
 
}
/*MODELS*/
.models {
	padding: 90px 0 80px;
 }
 .models__item:nth-child(2) {
 	margin: 0 20px;
 }
 .models__pic {
 	
   
 }
 .models__box {
 	justify-content: space-between;
 }
 .models__name {
 	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #333333;
	margin-top: 24px;
 }
 .model-ford {
    padding: 60px 0 135px;
 }
 /*REVIEWS*/
 .reviews {
 	padding: 25px 0 70px;
 }
 .reviews__title {
 	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #070D11;
	font-family: "ProximaNova-Bold";
 }
 .reviews__info {
 	font-size: 18px;
	line-height: 152.34%;
	color: #000000;
	width: 576px;
	margin: 20px auto 0;
 }
 .reviews__text {
 	font-size: 18px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #313131;
	text-align: left;
    padding-left: 70px;
  	font-family: "ProximaNova-Semibold";

 }
 .reviews__box {
 	position: relative;
 	padding-top: 60px;
 	
 }
 .reviews__cont {
 	width: 576px;
 	margin: 0 auto;
 }
 .reviews__pic {
 	position: absolute;
 	top: 54px;
    left: 186px;
 }
 .reviews__word {
 	font-size: 18px;
	line-height: 152.34%;
	color: #000000;
	position: relative;
	text-align: right;
	margin-top: 17px;
  	font-family: "ProximaNova-Semibold";


 }
 .reviews__content {
 	font-size: 18px;
	line-height: 152.34%;
	color: #313131;
  font-family: "ProximaNova-Regular";

 }
 .slick-arrow {
 	z-index: 3;
 }
 .slick-dots li button {
	background:  #CFCFCF;;
	width: 10px;
	height: 10px;
	
}
.slick-dots {
	bottom: -70px;
}
.slick-dots li.slick-active button {

	background: #E30029;
}
 /*ARTICLE-PAGE*/
 .article-page__name {
 	margin-top: 153px;
 	padding-bottom: 96px;
 	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
	width: 68%;
    font-family: "ProximaNova-Bold";
 }
 .article-page__text {
 	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #000000;
 }
 .article-page__text_1 {
	width: 40%;
 }
 .article-page__flex {
 	margin-bottom: 162px;
 	align-items: center;
 	justify-content: space-between;
 }
 .page-bold {
    font-family: "ProximaNova-Bold";
 }
 .article-page__el {
 	padding: 80px 90px;
 	margin-top: 110px;
 	position: relative;
 	margin-bottom: 120px;
 }
 .article-page__text_2 {
 	width: 660px;
 	margin-left: 283px;
 }
 .article-page__pic {
 	margin-right: -100px;
 }
 .article-page__arrow {
 	background: url(../img/page-arrow.svg) no-repeat;
 	width: 150px;
 	height: 150px;
 	position: absolute;
 	top: -31px;
    left: -20px;
 }
 .article-page__arrow2 {
 	background: url(../img/page-arrow2.svg) no-repeat;
 	width: 150px;
 	height: 150px;
 	position: absolute;
 	bottom: -31px;
    right: -20px;
 }
 .article-page__text_4 {
 	width: 39%;
 }
 .article-page__img {
 	margin-left: -90px;
 }
 .article-page__text_5 {
 	margin-bottom: 170px;
 }
 /*ABOUT-FORD*/
 .about-ford {
 	padding: 50px 0 35px;
 	position: relative;
 }
 .about-ford__text {
	font-size: 18px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	color: #000000;
  	font-family: "ProximaNova-Regular";
  	width: 79%;
 }
 .about-ford .about__black {
    top: -36px;
}
 .about-ford .about__link {
    margin-top: 94px;
}
.about-ford__flex {
	justify-content: space-between;
}
 .article-page__prev {
 	margin-right: 220px;
 }
 .article-page__icon {
 	margin-right: 15px;
 }
 .article-page__icon_2 {
 	margin-left: 15px;
 }
 .article-page__word {
 	font-size: 13px;
	line-height: 152.34%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
    font-family: "ProximaNova-Bold";
    align-self: center;
 }
 .article-page__link {
    margin-bottom: 170px;
 }
 /*POPUP*/
 .popup-tel__block, .popup-ex__block {
 	width: 756px;
	height: 450px;
	background: #FFFFFF;
 	position: absolute;
 	left: 50%;
 	margin-left: -378px;
 	top: 50%;
 	margin-top: -225px;
 }
 .popup-tel__box {
 	margin: 60px 0;
 	width: 461px;
    text-align: center;
 }
 .popup-tel, .popup-ex {
	position: relative;
}
 .popup__title {
 	font-size: 24px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #070D11;
    font-family: "ProximaNova-Bold";
	margin-bottom: 5px;
 }
 .popup-tel__text {
 	font-size: 14px;
	line-height: 130.34%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #7A7A7A;
	margin-bottom: 35px;
 }
 .box-modal_close {
 	background: url(../img/close.svg) no-repeat;
 	position: absolute;
 	top: 11px;
    right: 10px;
    width: 15px;
    height: 15px;;
 }
 .box-modal .js-form input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	 color: #7A7A7A;
	 opacity: 1; /* Firefox */
}
.box-modal .js-form input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #7A7A7A;
}
.box-modal input {
	width: 269px;
	border: none;
	border-bottom: 2px solid #E30029;
	background: none;
	font-size: 14px;
	line-height: 140.62%;
	letter-spacing: 0.05em;
  	font-family: "ProximaNova-Regular";
  	color: #000000;
  	margin: 10px auto;
}
.box-modal .form-control:focus {
    color: #000000;
    background-color: transparent;
    border-color: #E30029;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e300293b;
 }
 .box-modal .order__btn {
 	margin-top: 42px;
 	width: 269px;
 } 
.popup-ex__block .popup__title {
	text-align: center;
	margin-bottom: 65px;
}
.popup-ex__box {
    padding: 60px 0 67px;
    width: 461px;
    text-align: center;
}
.popup-ex__pic {
	margin-bottom: 65px;
}
.popup-ex__block .popup-tel__text {
	margin-right: 0;
}
#popup-call label {
	position: relative;
}
#popup-call label.error {
	color: #313131;
	background: url(../img/error.svg) no-repeat left center;
	position: absolute;
	left: 0;
    font-size: 13px;
    margin-top: -7px;
}
/*HEADER-FORD*/
.header__offer_bold {
  font-family: "ProximaNova-Black";
	
}
.header__img-ford {
	width: 548px;
    height: auto;
    position: relative;
    z-index: 2;
    margin-top: -108px;
    float: right;
    margin-right: -10px;
}
.header-ford {
	padding-top: 225px;

    padding-bottom: 40px;
}
.header-ford h1 {
	margin-top: 45px;
}
.header__elem_ford {
	background: url(../img/headerelemford.svg) no-repeat top left;
}
.header__logo_ford {
	background: url(../img/fordpagelogo.svg) no-repeat center center;
	width: 119px;
	height: 45px;
	position: absolute;
	    bottom: 113px;
    left: 15px;
}
/*HEADER-ARTICLE*/
.header-article {
	padding: 170px 0 70px;
}
.header-article__offer h1{
	font-size: 36px;
	line-height: 44px;
  	font-family: "ProximaNova-Bold";
	color: #070D11;
}
.header-article__offer h1 span {
	font-family: "ProximaNova-Semibold";
}
.header-article__offer {
	margin-top: 64px;
    margin-left: 122px;
    margin-bottom: 40px;
}
.header-article__elem {
	background: url(../img/articleelem.svg) no-repeat center center;
	width: 347px;
	height: 333px;
	position: absolute;
	    top: -57px;
    left: -26px;
}
.header-article .about__flex {
	position: absolute;
	right: 0;
	margin-right: -35px;
	top: 10px;
}
.article-page__name {
	margin-top: 115px;
}
.arcticmodal-overlay, .arcticmodal-container {
	z-index: 10000;
}
.slick-dots li button:before {
	font-size: 0;
}
/*MEDIA*/
@media (min-width: 1200px) {
	.container {
	    max-width: 980px;
	}
	.nav .container, .footer .container{
	    max-width: 1180px;
	}
	
}
@media screen and (max-width: 1199px) {
	.about__text {
		width: 269px;
	}
	.prices__elemtop {
		right: -30px;
	}
	.prices__elembottom {
		left: -30px;
	}
	.service {
    	padding: 164px 0 155px;
	}
	.service__img {
    	right: -130px;
	}
	.article__pic {
		width: 100%;
	}
	.article__block {
		margin-left: 20px;
	}
	.models__pic {
    	width: 100%;
	}
	.models {
    	padding: 90px 0 90px;
	}
	.about-ford {
    	padding: 50px 0 80px;
	}
	.reviews__pic {
    	left: 176px;
	}
	.repair__pic {
		right: -15px;
	}
	.repair__block:after {
		content: '';
		display: block;
		width: 475px;
	    height: 496px;
	    background: #e5e5e5;
	    z-index: 2;
	    position: absolute;
	    top: 126px;
		left: 0;
	}
	.service__img {
	    top: 175px;
	}
}
@media screen and (max-width: 991px) {
	.about__text {
    	width: 215px;
    	text-align: left;
	}
	.about__text br {
		display: none;
	}
	.about__link {
		margin-top: 203px;
	}
	.about__black {
		top: 66px;
	}
	.about__zone {
    	margin-bottom: 12px;
    	margin-right: 30px;
	}
	.about {
    	padding: 60px 0 20px;
	}
	.nav__item a {
		margin-right: 20px;
	}
	.nav__content {
	    margin-left: 10px;
	}
	.header__img {
		width: 860px;
	}
	.header__elem {
		right: 50px;
	}

	.nav__contacts {
	    margin-top: 10px;
	}
	.model__item {
		margin-right: 0;
	}
	ul.leaders {
		columns: 1;
	}
	.contacts__block {
		width: 325px;
	}
	#map .about__black {
		top: -10px;
	}
	#map .about__link {
	     margin-top: 127px; 
	}
	.order input, .order-form input {
    	width: 220px;
	}
	label.error {
		font-size: 11px;
	}
	.service__img {
	    right: -141px;
	    width: 62%;
	    top: 145px;
	}
	.service__item {
	    width: 90px;
	    height: 90px;
	}
	.service__info {
	    margin-right: 55px;
	}
	.article__name {
    	font-size: 15px;
    }
    .article {
    	padding: 0 0 60px;
	}
	.about-ford {
	    padding: 50px 0 45px;
	}
	.reviews__pic {
    	left: 57px;
	}
	.reviews__word {
    	right: 54px;
	}
	.reviews {
    	padding: 0 0 100px;
	}
	.article-page__name {
    	width: 100%;
    	margin-top: 100px;
    	padding-bottom: 70px;
	}
	.article-page__text {
    	font-size: 17px;
	}
	.article-page__pic {
	    margin-right: -31px;
	    width: 59%;
	}
	.article-page__flex {
    	margin-bottom: 100px;
    }
    .article-page__text_2 {
    	margin: 0 auto;
	}
	.article-page__text_4 {
    	 font-size: 16px;
	}
	.article-page__img {
	    margin-left: -41px;
	    width: 63%;
	}
	.repair__pic {
	    right: -70px;
	}
	.repair__box {
		width: 530px;
	}
	.repair__word  {
		margin-left: 480px;
	}
	.model {
	    padding: 0px 0 50px;
	}
	.header__img-ford {
	    width: 554px;
	    height: auto;
	    margin-top: -20px;
	}
	.header-ford h1 {
	    margin-top: 15px;
	}
	.header-article__offer {
		margin-left: 60px;
	}
	.header-article .about__flex {
		top: -65px;
	}
	.leaders li:nth-child(n+5) {
	    margin-left: 0;
	}
	.leaders li {
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.about__text {
    	width: 215px;
    	text-align: left;
	}
	.about__block {
    	justify-content: space-between;
	}
	.about__item {
    	margin-right: 0px;
    	flex-direction: column;
    }
    .about__box {
    	flex-direction: column;
	}
	.about__link {
    	margin-top: 0px;
    	transform: inherit;
    	margin-right: 20px;
	}
	.about__flex {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.about__black {
    	position: inherit;
    	top: inherit;
    	right: inherit;
	}
	
	.about {
    	padding: 60px 0 65px;
	}
	.models__item:nth-child(2) {
    	margin: 0 ;
	}
	.models__box {
		flex-direction: column;
	}
	.models__name {
	    font-size: 17px;
	    margin-top: 17px;
	    margin-bottom: 60px;
	}
	.models {
    	padding: 90px 0 0px;
	}
	.models__pic {
    	width: auto;
	}
	.models__item {
		margin: 0 auto;
	}
	.models__item:nth-child(2) {
    	margin: auto;
	}
	.order {
    	padding: 60px 0 62px;
	}
	.order__btn {
		font-size: 14px;
		width: 150px;
	}
	.order input {
    	width: 145px;
    	font-size: 15px;
	}
	.about__flex {
		margin-right: 0;
	}
					/*Burger*/
    .menu-toggle {
        opacity: 0.85;
        background-color: transparent;
        position: absolute;
        z-index: 2000;
        border: none;
        width: 36px;
        height: 20px;
        outline: none;
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        right: -5px;
    	top: 35%;
    	margin-top: 7px;
    	
    }
    .menu-toggle:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        right: auto;
        width: 100%;
        background: -webkit-linear-gradient(#000, #000 10%, transparent 10%, transparent 45%, #000 45%, #000 55%, transparent 55%, transparent 90%, #000 90%, #000 100%);
        background: -o-linear-gradient(#000, #000 10%, transparent 10%, transparent 45%, #000 45%,#000 55%, transparent 55%, transparent 90%, #000 90%, #000 100%);
        background: linear-gradient(#000, #000 10%, transparent 10%, transparent 45%, #000 45%, #000 55%, transparent 55%, transparent 90%, #000 90%, #000 100%);
        -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
        transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    }
    .menu-toggle:after {
        opacity: 0;
        content: '×';
        color: #E30029;
        position: absolute;
        top: -8px;
        left: -4px;
        font-family: Arial, sans-serif;
        font-size: 55px;
        line-height: 0;
        -webkit-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
    }
    .menu-toggle:active {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    .menu-toggle:hover {
        opacity: 1;
    }
    .open .menu-toggle {
        opacity: 1;
        position: fixed;
        top: 45px;
    	right: 15px;
    }
    .open .nav {
        overflow: visible;
        height: 100vh;
    }
    .open .menu-toggle:before {
        opacity: 0;
        width: 0;
    }
    .open .menu-toggle:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
                  transform: translate3d(0, 0, 0) rotate(360deg);
        -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
        transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
        transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
        transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    }
	.open .nav__item a {
		color: #E30029;
  		font-size: 23px;
  		display: block;
		padding-top: 25px;
		padding-bottom: 10px;
		width: max-content;
	}
	.open .nav__logo {
		position: relative;
    	z-index: 10000;
    	background: transparent;
	}
	.open {
		position: relative;
	}
    nav {
        z-index: 1000;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
        overflow: hidden;
    }
    nav:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #f5f4f9;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
        -webkit-transform: scale(0.04), translateY(9999px);
                  transform: scale(0.04), translateY(9999px);
        overflow: hidden;
    }
    .open {
        position: relative;
        z-index: 10000;
    }
    .open nav {
        top: 0;
    }
    .open nav:before {
        -webkit-animation: menu-animation 0.3s ease-out forwards;
        animation: menu-animation 0.3s ease-out forwards;
    }
    .menu-collapse {
        transition: opacity .4s;
	    padding: 150px 15px 0;
	    max-width: 540px;
	    margin: 0 auto;
    }

    .open body {
        -webkit-transform: scale(0.92);
        transform: scale(0.92);
        -webkit-transition: -webkit-transform 0.2s 0.41s ease-out;
        transition: -webkit-transform 0.2s 0.41s ease-out;
        transition: transform 0.2s 0.41s ease-out;
        transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
    }

    @-webkit-keyframes menu-animation {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
        }
        40% {
            -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
            -webkit-transition: ease-out;
            transition: ease-out;
        }
        40% {
        -webkit-transform: scale(0.04) translateY(0);
                transform: scale(0.04) translateY(0);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
        }
        61% {
            -webkit-transform: scale(0.04);
            transform: scale(0.04);
        }
        99.9% {
            height: 0;
               padding-bottom: 100%;
            border-radius: 100%;
        }
        100% {
            -webkit-transform: scale(2);
            transform: scale(2);
            height: 100%;
            padding-bottom: 0;
            border-radius: 0;
        }
    }

    @keyframes menu-animation {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.04) translateY(300%);
                    transform: scale(0.04) translateY(300%);
        }
        40% {
            -webkit-transform: scale(0.04) translateY(0);
                    transform: scale(0.04) translateY(0);
            -webkit-transition: ease-out;
            transition: ease-out;
        }
        40% {
            -webkit-transform: scale(0.04) translateY(0);
                    transform: scale(0.04) translateY(0);
        }
        60% {
            opacity: 1;
            -webkit-transform: scale(0.02) translateY(0px);
                    transform: scale(0.02) translateY(0px);
        }
        61% {
            -webkit-transform: scale(0.04);
                    transform: scale(0.04);
        }
        99.9% {
            height: 0;
            padding-bottom: 100%;
            border-radius: 100%;
        }
        100% {
            -webkit-transform: scale(2);
                    transform: scale(2);
            height: 100%;
            padding-bottom: 0;
            border-radius: 0;
        }
    }
    .open .slick-next, .open .slick-prev {
    	z-index: 1;
    }
    .menu-collapse {
    	position: relative;
    }
    button:active, button:focus {
        outline: none;
    }
    .open .nav__content nav ul li:after {
    	display: none;
    }
    .open .nav__list li {
    	margin-left: 0 !important;
    }
    .open .nav__contacts {
	    position: relative;
	    z-index: 1000000;
	}
    /*End of burger*/
    .header h1 {
    	font-size: 39px;
    }
    .header__elem {
	    right: -50px;
	}
	.header__img {
	    width: 675px;
	    margin-top: -75px;
	} 
	.model__item:nth-child(3n), .model__item {
		width: 225px;
	}

	#map .about__link {
	    margin-right: 0;
	   	transform: rotate(-90deg); 
	}
	#map .about__black {
	    position: absolute;
	    right: 48px;
	}
	.contacts__white p {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.contacts__white {
	    padding: 15px 15px 35px 20px;
	}
	.contacts__block {
	    width: 245px;
	    height: auto;
	    margin-right: -10px;
	} 
	#map .about__flex {
    	position: relative;
    	top: -25px;
    }
    #map .about__link {
		margin: 0;
	    transform: none;

	    margin-left: -135px;
	}
	label.error {
		width: 145px;
    	line-height: 13px;
	}
	.service__img {
		display: none;
	}
	.service__block {
    	margin: 0 auto;
	}
	.service {
    	padding: 85px 0 80px;
	}
	.service__item {
	    width: 100px;
	    height: 100px;
	}
	.article__box {
		flex-direction: column;
		align-items: center;
	}
	.article__block {
		margin-top: 17px;
	}
	.article__block, .article__pic {
		width: 100%;
		max-width: 510px;
	}
	.about-ford__flex {
		flex-direction: column;
	}
	.about-ford .about__black {
    	top: 43px;
	}
	.about-ford {
    	padding: 50px 0 70px;
	}
	.about-ford__text {
    	width: auto;
	}
	.about-ford .about__title {
    	margin-bottom: 40px;
	}
	.about-ford__text {
    	text-align: left;
	}
	.reviews__info {
	    width: auto;
	    margin: 20px auto 0;
	    text-align: center;
	}
	.reviews__pic {
    	left: 6px;
	}
	.reviews__word {
    	right: 3px;
	}
	.reviews__title {
		 margin-bottom: 0px;
	}
	.reviews__pic {
	    left: 0px;
    	top: 33px;
	    width: auto;
	}
	.reviews__text {
    	font-size: 18px;
	}
	.reviews__info {
		font-size: 17px;
		text-align: left;
		margin: 10px auto 0;
	}
	.reviews {
    	padding: 0 0 80px;
	}
	.reviews__box {
    	padding-top: 40px;
	}
	.article-page__name {
	    width: 100%;
	    margin-top: 60px;
	    padding-bottom: 50px;
	}
	.article-page__name br {
		display: none;
	}
	.article-page__flex {
	    margin-bottom: 100px;
	    flex-direction: column;
	}
	.article-page__text_1 {
	    width: 100%;
	    margin-bottom: 65px;
	}
	.article-page__pic, .article-page__img {
	    width: 100%;
	    margin: 0 auto;
	}
	.article-page__img {
		 order: 2;
	}
	.article-page__text_4 {
    	width: 100%;
    	margin-bottom: 65px;
	}
	.article-page__text {
    	font-size: 16px;
	}
	.article-page__text_5 {
    	margin-bottom: 100px;
	}
	.order {
    	padding: 60px 0 62px;
	}
	.order-form {
    	padding: 60px 0 62px;
	}
	.order__btn {
		font-size: 14px;
		width: 150px;
	}
	.order input {
    	width: 145px;
    	font-size: 15px;
	}
	.order-form input {
    	width: 145px;
    	font-size: 15px;
	}
	.repair__block:after {
		top: 166px;
		left: -164px;
	}
	.repair__box {
	    width: 460px;
	        margin: 59px 0px;
	}
	.repair__pic {
	    right: -105px;
	}
	.repair__text {
	    font-size: 14px;
	}
	.repair__word {
	    margin-left: 305px;
	}
	.repair__img {
	    position: absolute;
	    left: -265px;
	}
	.prices__elemtop {
	    right: -3-4px;
	}
	.prices__elembottom {
	    left: -3-4px;
	}
	.article__block {
		margin-left: 0;
	}
	.reviews__cont {
	    width: auto;
	    padding: 0 15px;
	}
	.reviews__pic {
	    left: 15px;
	}
	.popup-tel__block, .popup-ex__block {
	    width: 420px;
	    height: 450px;
	    background: #FFFFFF;
	    position: absolute;
	    left: 50%;
	    margin-left: -210px;
	    top: 50%;
	    margin-top: -225px;
	}
	.popup-tel__img {
		display: none;
	}
	#popup-call label.error {
	    width: 269px;
	    line-height: 23px;
	}
	.header__img-ford {
	       width: 415px;
	    height: auto;
	    margin-top: -10px;
	    margin-right: -25px;
	}
	.header-article__offer {
	    margin-left: 40px;
	}
	.header-article .about__link {
	    margin-top: 203px;
	    transform: rotate(-90deg);
	    margin-right: 0;
	}
	.header-article .about__black {
	    position: absolute;
	    top: 66px;
	    right: 48px;
	}
	.header-article__offer {
		margin-top: 45px;
	}
	.reviews__text {
		padding-left: 70px;
	}
}
@media screen and (max-width: 575px) {
	.about__title {
		text-align: center;
	}
	.about__block {
    	justify-content: center;
	}
	.about {
    	padding: 60px 0 55px;
	}
	.models__pic {
    	width: 100%;
	}
	.models {
    	padding: 60px 0 0px;
	}
	.js-form {
		flex-direction: column;
	}
	.order input {
	    width: 240px;
	    font-size: 15px;
	    margin: 0 auto 30px;
	}
	.order-form input {
	    width: 240px;
	    font-size: 15px;
	    margin: 0 auto 30px;
	}
	.about__title {
		margin-bottom: 40px;
	}
	.order {
    	padding: 85px 0 80px;
	}
	.order-form {
    	padding: 85px 0 80px;
	}
	.order__btn {
	    font-size: 14px;
	    width: 240px;
	    margin: 5px auto 0;
	}
	.header__elem {
	    right: -20px;
	    width: 350px;
	    height: 380px;
	    top: -50px;
	}
	.nav__contacts {
		display: none;

	}
	.open .nav__contacts {
		display: block;
		position: absolute;
    	top: 70px;
	}
	.menu-toggle {
		right: 15px;
    	top: 25px;
	}
	.header h1 {
	    font-size: 37px;
	}
	.header {
    	padding: 135px 0 0;
	}
	.header__box {
		margin-top: 30px;
	}
	.header__place {
		margin-top: 0;
	}
	.about__zone {
		margin: 0 auto 10px;
	}
	.about__text {
		text-align: center;
	}
	.model__box {
		justify-content: center;
	}
	.model__ford  {
		height: 160px;
	}
	.prices__elemtop {
	    right: -10px;
	    background-size: 100%;
	    top: -40px;
	    width: 100px;
	    height: 100px;
	}
	.prices__elembottom {
	    left: -10px;
	    background-size: 100%;
	    bottom: -40px;
	    width: 100px;
	    height: 100px;
	}
	ul.leaders span:first-child br {
		display: none;
	}
	ul.leaders span:first-child {
	    padding-right: 0.33em;
	    background: #e5e5e5;
	    max-width: 200px;
	    display: inline-block;
	}
	.prices__images {
		justify-content: space-around;
	}
	.prices__icon {
	     margin-left: 0px; 
	}
	.contacts__block {
	    width: 250px;
	    height: auto;
	    margin: 420px auto 0;
	    right: 50%;
	    margin-right: -125px;
	}
	#map {
		height: 730px;
		margin-top: -200px;
	}
	.map__box {
		height: 530px;
		overflow: hidden;
	}
	.footer .nav__contacts {
		display: block;
	}
	.footer .nav__box {
		flex-direction: column;
	}
	.footer__block {
		flex-direction: column;
		align-items: center;
	}
	.footer__block > * {
		margin-bottom: 10px;
	}
	.footer {
	    height: auto;
	    background: #171717;
	    padding: 35px 0 25px;
	}
	.footer .nav__btn {
		text-align: center;
	}
	.js-form {
		width: 240px;
    	margin: 0 auto;
	}
	label.error {
	    width: 100%;
	    line-height: 22px;
	    margin-top: -16px;
	}
	.service__block {
	    margin: 0 auto;
	    flex-direction: column;
	}
	.service__info {
		margin-right: 0;
		margin-bottom: 40px;	
	}
	.service {
    	padding: 60px 0 20px;
	}
	.slick-slide img {
    	width: 30px;
    	top: 42px;
	}
	.reviews__text {
    	font-size: 17px;
	}
	.reviews__info {
    	font-size: 16px;
	}
	.article-page__name {
    	font-size: 17px;
	}
	.article-page__flex {
    	margin-bottom: 60px;
	}
	.article-page__text_2 {
    	width: 100%;
	}
	.article-page__text_5 {
    	margin-bottom: 60px;
	}
	.article-page__arrow {
	    top: -46px;
	    left: -20px;
	    background-size: 50%;
	}
	.article-page__el {
	    padding: 0px 20px;
	    margin-top: 110px;
	    position: relative;
	    margin-bottom: 80px;
	}
	.article-page__arrow2 {
	    bottom: -110px;
	    right: -92px;
	    background-size: 50%;
	}
	.repair__pic {
		display: none;
	}
	.repair__block:after {
		display: none;
	}
	.repair__box {
	    width: auto;
	    margin: 1px 0px;
	}
	.repair__content {
		position: relative;
		flex-direction: column;
	}
	.repair__img {
	    position: relative;
	    left: 0;
	    width: 100%;
	    top: 0;
	}
	.repair__word {
	    margin-left: 0;
	    text-align: left;
	    margin-top: 35px;
	}
	.reviews__cont {
	    padding: 0 20px;
	}
	.slick-next {
	    right: -10px;
	    z-index: 3;
	}
	.slick-prev {
		left: -10px;
		z-index: 3;
	}
	.reviews__name{
		display: flex;
		align-items: center;
	}
	.reviews__text {
	    padding-left: 0px;
	}
	.slick-slide img {
	    position: relative;
	    top: auto;
	    display: inline-block;
	    left: auto;
	}
	.reviews__text {
		margin-left: 10px;
		font-size: 16px;
	}
	.article-page__prev {
    	margin-right: 63px;
	}
	.article-page__word {
    	font-size: 12px;
    }
	.article-page__link {
    	margin-bottom: 100px;
	}
	.popup-tel__block, .popup-ex__block {
	    width: 300px;
	    height: 450px;
	    background: #FFFFFF;
	    position: absolute;
	    left: 50%;
	    margin-left: -150px;
	    top: 50%;
	    margin-top: -225px;
	}
	#popup-call label, .box-modal input, .box-modal .order__btn {
		width: 100%;
	}
	#popup-call label.error {
		font-size: 12px;
		padding-left: 0;
	}
	.header-ford .header__elem {
	    right: auto;
    	width: 537px;
	    height: 446px;
	    top: -70px;
	}
	.header__img-ford {
	    width: 300px;
	    height: auto;
	    margin-top: 50px;
	    margin-right: auto;
	}
	.header__logo_ford {

	    bottom: auto;
	    left: 60%;
	    right: auto;
	}

	.header-ford h1 {
		margin-top: 0;
		font-size: 31px;
	}
	.header-ford .header__offer {
	    position: relative;
	    z-index: 2;
	    height: 171px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.nav-article .nav__contacts {
		display: block;
	}
	.header-article__offer {
	    margin-top: 0;
	    height: 220px;
	    margin-bottom: 0;
	    display: flex;
	    align-items: center;
	    margin-left: 30px;
	}
	.header-article__offer h1 {
	    font-size: 28px;
	    line-height: 40px;
	}
	.header-article .about__flex {
	    top: auto;
	    position: relative;
	    width: 300px;
	    margin: 0 auto;
	}
	.header-article .about__link {
	    margin-top: 80px;
	    transform: none;
	    margin-right: 80px;
	}
	.about-ford__text {
    	text-align: center;
	}
	.repair__content {
		    height: auto;
	}
	.repair {
	    padding: 50px 0 80px;
	}
	.nav__btn {
		text-align: center;
	}
	
}
@media screen and (min-width: 460px) and (max-width: 575px) {
	 .about__block {
    	justify-content: space-around;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
	 .models__pic {
    	width: 100%;
	}
}
@media screen and (min-width: 320px) and (max-width: 364px) {
	.nav-article .nav__logo {
		font-size: 22px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1150px) {
	.article-page__pic {
	    margin-right: -24px;
	    width: 58%;
	}
	.article-page__name {
		width: 69%;
	}
	.article-page__img {
	    margin-left: -30px;
	    width: 56%;
	}
}