/*Specifications*/
body {
    font-family: 'Roboto', sans-serif;
	background-color: #E5E5E5;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	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;
}
.bttn {
	width: 169px;
	height: 38px;
	background: #E25F00;
	border: none;
	display: flex;
    justify-content: center;
    transition: all 0.5s ease;
    font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	align-items: center;
}
.bttn:hover {
	cursor: pointer;
	background: transparent;
	color: #E25F00;
	box-shadow: inset 0 0 0 3px #E25F00;
	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: -170px;
	top: 50%;
	padding: 30px;
	margin-top: -20px;
	font-size: 16px;
    width: 330px;
}
/*Preloader*/
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(154.64deg,  #E5E5E5 0%, #373747 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: 106px;
	z-index: 100000;
	background: #000001; /* Old browsers */
	background: -moz-linear-gradient(left, #000001 0%, #000001 50%, #313131 50%, #313131 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000001 0%,#000001 50%,#313131 50%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000001 0%,#000001 50%,#313131 50%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#313131',GradientType=1 ); /* IE6-9 */
}
.nav__box {
	height: 106px;
}
.nav__logo {
	background-color: #000001;
	height: 100%;
	padding-right: 33px;
	padding-top: 26px;
}
.nav__content {
	background-color: #313131;
	height: 100%;
	padding-top: 33px;
	padding-left: 100px;
	justify-content: space-between;
    width: 100%;
}
.nav a {
	color: #fff;
}
.nav a:hover {
	color: #E25F00;
}
.nav__item {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #F2F2F2;
	margin-right: 45px;
}
.nav__work span {
	border-right: 1px solid #E25F00;
	padding-right: 5px;
	display: inline-block;
	margin-right: 5px;
}
.nav__phone {
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.nav__work {
	color: #F2F2F2;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	
}
.nav__contacts {
	margin-top: -8px;
	margin-left: auto;
    margin-right: 20px;
}
/*HEADER*/
.header {
	position: relative;
	
	background: #000001; /* Old browsers */
	background: -moz-linear-gradient(left, #000001 0%, #000001 50%, #313131 50%, #313131 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000001 0%,#000001 50%,#313131 50%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000001 0%,#000001 50%,#313131 50%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#313131',GradientType=1 ); /* IE6-9 */
	padding-top: 106px;
}
.header__box {
	width: 187px;
	background: #000001;
	padding: 145px 0;
	position: relative;
	z-index: 2;
}
.header__right {
	background: url(../img/mainbg.jpg) no-repeat center center / contain;
    position: absolute;
    width: 1365px;
    height: 682px;
    top: -5px;
    right: 0;
    margin-top: 106px;
}
.header__left {
	width: 107%;
	z-index: 2;
    position: relative;
}
.header__price {
	font-weight: 900;
	font-size: 24px;
	line-height: 34px;/* identical to box height */
	color: #E25F00;
	margin-top: 28px;
}
.header__btn {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;/* identical to box height */
	text-decoration-line: underline;
	color: #8181A8;
}
.header__btn:hover {
	color: #E25F00;
}
/*HAVE*/
.have {
	height: 152px;
	background: #373747;
	overflow: visible;
}
.have__box {
	height: 100%;
	width: 830px;
    margin: 0 auto;
}
.have__item {
	width: 25%;
	height: 100%;
	text-align: center;
	padding: 35px 35px 30px;
	transition: all 0.5s ease;
}
.have__text {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	color: #CFCFCF;
}
.have__icon {
	max-height: 48px;
}
.have__item:hover {
	height: 206px;
	background: #E25F00;
}
.have__item:hover .have__text {
	color: #000001;
    transition: 0.5s ease;
}
.have__item:hover .have__icon path {
    fill: #000001 !important;
    transition: 0.5s ease;
}

.have__hidden {
	opacity: 0;
	display: none;
	

}
.have__item:hover .have__hidden {
	opacity: 1;
	display: block;
}
/*ABOUT*/
.about {
	padding: 135px 0 120px;
}
.about__title, .about__subtitle {
	text-align: center;
	color: #313131;
}
.about__subtitle {
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 55px;
}
.about__item {
	width: 266px;
	height: 250px;
	border: 1px solid #B4B4B4;
	padding: 45px 20px 35px;
	text-align: center;
	position: relative;
	margin-right: 25px;
	margin-bottom: 35px;
}
.about__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
	margin-top: 20px;
}
.about__item:after {
	content: "";
	display: block;
	background: url(../img/arrowabout.svg) no-repeat center center;
	width: 25px;
	height: 16px;
	position: absolute;
	right: -25px;
    top: 50%;
    margin-top: -8px;
}
.about__item:nth-child(3n) {
	margin-right: 0;
}
.about__item:nth-child(3n):after {
	display: none;
}
.about__item:nth-child(3):after {
	display: block;
	background: url(../img/arrowaboutbig.svg) no-repeat center center;
	width: 353px;
	height: 37px;
	top: auto;
    bottom: -37px;
    left: -335px;
}
.about__item:nth-child(3) .about__text {
	margin-top: 5px;
}
.slick-dots li button:before {
	font-size: 0;
}
.slick-dots li button {
    
    margin: 0 auto;
}

.pay {
	margin-top: 120px;
}
.pay__item {
	width: 266px;
	height: 150px;
	margin-right: 25px;
	padding: 15px 50px 15px;
	text-align: center;
}
.pay__box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-top: 50px;
	
}
.pay__item:nth-child(1) {
	background: #373747;
	padding-top: 25px;
}
.pay__item:nth-child(2) {
	background: #E25F00;
}
.pay__item:nth-child(3) {
	background:  #313131;
	margin-right: 0;
	padding-top: 35px;
}
.pay__item:nth-child(3) .pay__text {
	margin-top: 15px;
}
.pay__item:nth-child(2) .pay__text {
	margin-top: -15px;
}
.pay__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;/* identical to box height */
	letter-spacing: 0.05em;
	color: #E5E5E5;
}
.pay__item:nth-child(2) .pay__text {
	color: #000001;
}
.repair {
	margin-top: 170px;
}
.repair__box {
	display: flex;
	columns: 2;
	flex-wrap: wrap;
	width: 80%;
    margin: 70px auto 0;
    justify-content: center;
}
.repair__item {
	display: flex;
	align-items: flex-start;
	width: 280px;
	margin-bottom: 20px;
}
.repair__item:nth-child(2n) {
	width: 410px;
	margin-left: 120px;
}
.repair__text {
	margin-left: 13px;
}
.repair__title {
	font-weight: bold;

}
/*GARANTEE*/
.garantee {
	height: 290px;
	overflow: visible;
	background: linear-gradient(90deg,  #373747 0%, rgba(0, 0, 1, 0.6) 40.19%, rgba(0, 0, 1, 0) 84.09%), #313131;
}
.garantee__box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.garantee__img {
	margin-top: -150px;
	margin-left: -75px;
}
.garantee__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #E25F00;
}
.garantee__subtitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 20px;
	display: block;
}
.garantee__text {
	margin-top: 70px;
	margin-left: 40px;
}
/*Cars*/
.cars {
	padding: 165px 0 180px;
}
.cars__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #333333;
}
.cars__title, .cars__subtitle {
	text-align: center;
}
.cars__box {
	margin-top: 35px;
	display: flex;
	justify-content: center;
}

.cars__img {
	height: 184px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.cars__item {
	margin-right: 65px;
}
.cars__item:last-child() {
	margin-right: 0;
}
.cars__item:hover .cars__icon path {
    fill: #e25f00 !important;
    transition: 0.5s ease;
}
.cars__item:hover .cars__icon path.whitepath {
    fill: #E5E5E5 !important;
}
.counter {
	margin-top: 50px;
	padding-top: 95px;
	text-align: center;
}
.orange {
	color: #E25F00;
}
.counter__time {
	margin-top: 65px;
}
.counter__title {
	text-align: center;
}
.counter__btn {
	margin: 45px auto 0;
}
#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
 
#clockdiv > div{
  padding: 10px;
  display: inline-block;
}
 
#clockdiv div > span{
	width: 169px;
	height: 120px;
	left: 346px;
	top: 3809px;
	border: 1px solid #B4B4B4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	font-size: 52px;
	line-height: 79px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #313131;
}
 
.smalltext{
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	color: rgba(49, 49, 49, 0.5);
	margin-top: 10px;
}
/*Truck*/
.truck {
	height: 250px;
	overflow: visible;
	background: linear-gradient(270deg,  #373747 0%, rgba(0, 0, 1, 0.6) 40.19%, rgba(0, 0, 1, 0) 84.09%), #313131;
}
.truck__box {
	display: flex;
	justify-content: space-between;
}
.truck__text {
	width: max-content;
}
.truck__img {
	margin-top: -135px;
}
.truck__subtitle {
	margin-top: 85px;
	margin-left: 75px;
}
/*Prices*/
.prices {
	padding: 165px 0 80px;
}
.prices__title {
	text-align: center;
}
.prices__box {
	margin-top: 50px;
}
.prices__nav {
	display: flex;
	    padding-left: 20px;
}
.fade {
    opacity: 1 !important;
}
.prices__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prices__icon {
	margin-left: 20px;
}
.prices__icon_second {
	margin-left: 30px;
}
.prices__icon_first {
	margin-left: auto !important;
}
.prices table {
	width: 100%;
}
.prices .tab-pane  {
	margin-top: -35px;
}
.prices table tr {
	background: #FFFFFF;
	padding: 7px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.prices table tr:nth-child(2n) {
	background: #E1E1E1;
}
.prices table tr:nth-child(1) {
	background: transparent;
}
.prices .nav-tabs li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #313131;
	margin-right: 45px;
}
.prices .nav-tabs li:hover a {
	color: #E25F00;
}
.prices .nav-tabs li.active a {
	color: #E25F00;
}
.prices table tr td:nth-child(2), .prices table tr td:nth-child(3) {
	width: 180px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.prices table tr td:nth-child(1) {
	padding-left: 20px;
}
.prices table tr th {
	font-weight: normal;
	text-align: center;
	padding-bottom: 25px;
	font-size: 18px;
	line-height: 27px;
	color: #313131;
}
.prices table tr td {
	padding: 9px 0px;
}
.prices__bottom {
	margin-top: 30px;
}
/*ARTICLES*/
.articles {
	padding: 80px 0 ;
}
.articles__title {
	text-align: center;
}
.articles__box {
	margin-top: 45px;
	display: flex;
}
.articles__item img {
	width: 362px;
	height: 200px;
	
}
.articles__item {
	margin-left: 25px;
	background: #FFFFFF;
	display: block;
	color: #313131;
	height: 400px;
}
.articles__item:nth-child(1) {
	margin-left: 0;
}
.artciles__bg {
	height: 200px;
	margin-top: -200px;
	background: linear-gradient(0deg, #373747, #373747);
	position: relative;
	opacity: 0.3;
	transition: all 0.5s ease;
}
.articles__item:hover .artciles__bg  {
	background: transparent;
	opacity: 0;

}
.articles__item:hover {
	color: #313131;
}
.articles__name {
	padding-top: 25px;
	font-weight: bold;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.bttn-inverse {
	background: transparent;
	color: #E25F00;
	box-shadow: inset 0 0 0 3px #E25F00;
	transition: all 0.5s ease
}
.articles__item:hover .bttn-inverse {
	background: #E25F00;
	border: none;
	color: #FFFFFF;
}
.articles__content {
	padding: 0 20px ;
}
.articles__text {
	font-size: 16px;
}
.articles__content {
	height: 200px;
	position: relative;
}
.articles__content .bttn {
	position: absolute;
	bottom: 30px;
	width: 200px;
	height: 48px;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}
 /*REVIEW*/
.review {
	padding: 80px 0;
}

.review__name {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 13px;
}
.review__item {
	padding: 29px 0 23px 29px;
	border: 1px solid #B4B4B4; 
	margin: 0 13px;
}
.review__text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 17px;
}
.review__info {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	color: #7A7A7A;
}
.review__model {
	font-size: 18px;
	line-height: 27px;
	color: #8181A8;
	display: inline-block;
}
.review__block {
	margin-top: 45px;
	
}
.review .slick-track {
	margin-bottom: 40px;
}
.review__title {
	text-align: center;
}
.slick-arrow {
	width: 40px;
	height: 40px;
	top: auto;
    bottom: -65px;
    z-index: 5;

}
.slick-next {
    right: 25%;
}
.slick-prev {
	left: 25%;
}
.slick-dots li button {
	background: #B4B4B4;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.slick-dots {
	bottom: -45px;
}
.slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	background: #E25F00;
}

/*Contacts*/
.contacts {
	padding: 80px 0 0;
}
.contacts__title {
	text-align: center;
	margin-bottom: 45px;
}
#map {
	width: 100%;
	height: 510px;
	position: relative;
}
.contacts__block {
	position: absolute;
	width: 363px;
	height: 400px;
	background: #FFFFFF;
	right: 0%;
    margin-top: 55px;
    z-index: 2;
}
.contacts__white {
	padding: 38px 92px 0px;
    text-align: center;
}
.contacts__name {
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 31px;
}
.contacts__phone {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #373747;
	margin-bottom: 10px;
}
.contacts__info {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 21px;
}
.contacts__address {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: #313131;
	margin-bottom: 24px;
}
.contacts__box {
	background: #313131;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 28px 20px 28px 20px;
	text-align: center;
}
.contacts__btn {
	width: 169px;
	height: 38px;
	background: none;
	box-sizing: border-box;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
    text-transform: none;
    margin: 35px auto 0;
}
.contacts__btn:hover {
	background: #E25F00;
	color: #fff;
}
/*Footer*/
.footer {
	height: 190px;
	background: #313131;
	padding: 20px 0 80px;
}
.footer__year{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #CFCFCF;
}
.footer__logo{
	background: transparent;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #E25F00;
}
.footer__address {
	width: 175px;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
	margin-left: auto;
	margin-right: -115px;
}
.footer__content {
	padding-left: 0;
	justify-content: flex-end;
}
/*ARTICLE-PAGE*/
.article-page {
	padding: 85px 0 160px;
	width: 755px;
    margin: 0 auto;
}
.article-page__main {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
.article-page__left {
	margin-right: 30px;
}
.article-page__right {
	margin-left: 30px;
}
.article-page__text {
	margin-top: 70px;
}
.article-page__img {
	width: 100%;
}
.article-page__flex {
	margin-top: 100px;
	justify-content: space-between;
    align-items: center;
}
.article-page__main:hover {
	color: #E25F00;
}
.cars-article {
 	padding: 105px 0 180px;
 }
 .cars-article .counter {
 	margin-top: 0;
}
.header-article {
	background: #000001;
}
.header-article .header__box {
	width: auto;
	padding: 80px 0 110px;
}
.header-article__elem {
	
	height: 63px;
	background: #000001; /* Old browsers */
	background: -moz-linear-gradient(left, #373747 0%, #373747 25%, #000001 25%, #000001 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #373747 0%,#373747 25%,#000001 25%,#000001 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #373747 0%,#373747 25%,#000001 25%,#000001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373747', endColorstr='#000001',GradientType=1 ); /* IE6-9 */
}
.header-article__box {
	width: 187px;
	height: 63px;
	background-color: #373747;
}
.header__ford {
	background: url(../img/fordmain.png) no-repeat center center;
	width: 897px;
	height: 447px;
	left:auto;
	right: -72px;
}
.header-ford {
	background: #000001; /* Old browsers */
	background: -moz-linear-gradient(left, #000001 0%, #000001 55%, #313131 55%, #313131 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000001 0%,#000001 55%,#313131 55%,#313131 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000001 0%,#000001 55%,#313131 55%,#313131 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000001', endColorstr='#313131',GradientType=1 ); /* IE6-9 */

}
.header-ford .header__box {
	position: relative;
}
.header-ford .header__box {
	width: auto;
	background: transparent;
}
/*MODELS*/
.models {
	padding: 135px 0 30px;
 }
 .models__title {
 	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 60px;
 }
 .models__item:nth-child(2) {
 	margin: 0 20px;
 }
 .models__pic {
 	padding-bottom: 40px;
 	padding-top: 20px;
    background: white;
 }
 .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;
 }
 .pay-ford {
 	margin-top: 0;
 }
 .counter-ford {
 	margin-top: 0px;
 }
/*POPUP*/
.popup__box {
	position: absolute;
	width: 756px;
	height: 500px;
	background: #FFFFFF;
	padding: 37px 97px;
	left: 50%;	
	margin-left: -378px;
	margin-top: -250px;
    top: 50%;
}
.popup {
	position: relative;
}
.popup__title {
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #313131;
	margin-bottom: 35px;
}
.popup__name {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	color: #7A7A7A;
	margin-bottom: 10px;
}
.form__field {
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 152.34%;
	letter-spacing: 0.05em;
	color: #000000;
	width: 269px;
	height: 38px;
	border: 1px solid #B4B4B4;
	box-sizing: border-box;
}
.popup__flex {
	justify-content: space-between;
	margin-bottom: 10px;
}
.form__field_big {
	width: 562px;
	height: 80px;
	padding-bottom: 8%;
}
.popup__line {
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
}
.popup__btn {
	width: 200px;
	height: 48px;
	background: #E25F00;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	border: none;
}
.popup__ok {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 152.34%;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000000;
}
.popup__pic {
	 margin-right: 10px;
}
/*POPUP-TEL*/
.popup-tel__box {
	width: 414px;
	height: 500px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -207px;
	padding: 37px 71px 40px;
	top: 50%;
	margin-top: -250px;
}
.popup-tel {
	position: relative;
}
.popup-tel .form__field {
	margin-bottom: 10px;
}
.form__field_tel {
	width: 269px;
	height: 80px;
	padding-bottom: 18%;
}
.popup-tel .popup__btn {
	margin: 10px auto 0px;
}
.popup-tel .popup__btn {
	margin: 15px auto 0;
}
label.error {
	margin-bottom: 0;
    margin-top: -10px;
    display: block;
    color: #E25F00;
}
#popup label.error {
	margin-top: 0;
}
.cars__item:last-child {
		margin-right: 0;
	}
.header__ford {
	margin-top: 0;
}
.arcticmodal-overlay, .arcticmodal-container {
	z-index: 100000;
}
.order option {
	width: 520px !important;
	
}
.order option:hover, .order option:active, .order option:focus {
	background: #404040;
}
.js-form input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;

  opacity: 1; /* Firefox */
}
.js-form input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;

}
/*Option*/
.selectbox {
	vertical-align: middle;
	cursor: pointer;	
	margin: 4px 0;
}
.selectbox .select {
	margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 152.34%;
    letter-spacing: 0.05em;
    color: #000000;
    width: 269px;
    height: 38px;
    border: 1px solid #B4B4B4;
    box-sizing: border-box;
    padding: .375rem .75rem;
}
.selectbox .select:hover {
	background-position: 0 -10px;
}
.selectbox .select:active {
	background: #f5f5f5;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
.selectbox.focused .select {
	border: 1px solid #5794BF;
}
.selectbox .select .text {
	display: block;
	width: 100%;
	text-align: left;
}
.selectbox .trigger {
	position: absolute;	top: 0;	right: 0;
	width: 34px;
	height: 100%;	
}
.selectbox .trigger .arrow {
	position: absolute; top: 15px;	right: 12px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
	width: 0;
	height: 0;
	overflow: hidden;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.selectbox:hover .arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.selectbox .dropdown {
	top: 44px !important; 
	width: 269px;
	margin: 0;
	padding: 4px 0;
	background: #FFF;	
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font-size: 16px;
    font-family: calibri, arial, verdana, tahoma;
	color: #000;
}
.selectbox li {
	padding: 5px 10px 6px;
	color: #231F20;
    list-style: none;
}
.selectbox li.selected {
	background: #ccc;
	color: #FFF;
}
.selectbox li:hover {
	background: #E25F00;
	color: #FFF;
}
.selectbox li.disabled {
	color: #AAA;
}
.selectbox li.disabled:hover {
	background: none;
}
/*End of option*/
/*Media*/

@media screen and  (min-width: 1400px) {
	.header__right {
	    width: 1245px;
	    height: 627px;
	}
	.header__ford {
		background-position-x: right; 
	}
}
@media screen and (max-width: 1399px) {
	.header__box {
	    padding: 100px 0;
	}
	.header__right {
	    width: 1055px;
	    height: 533px;
	}
}
@media screen and (max-width: 1199px) {
	.header__box {
	    padding: 75px 0;
	}
	.header__right {
	    width: 960px;
	    height: 490px;
	}
	.nav__list {
		margin-top: 13px;
	}
	.nav__item {
		margin-right: 27px;
	}
	.nav__contacts {
		margin-right: 17px;
	}
	.nav__content {
		padding-left: 20px;
	}
	.models__pic {
    	width: 100%;
	}
	.about {
    	padding: 80px 0 95px;
	}
	.models {
    	padding: 90px 0 30px;
	}
	.repair {
    	margin-top: 110px;
	}
	.repair__box {
    	width: auto;
	}
	.garantee__subtitle {
	    font-size: 19px;
	}
	.garantee__text {
	    margin-top: 65px;
	    margin-left: 10px;
	}
	.garantee__img {
	    margin-top: -140px;
	    margin-left: -75px;
	    width: 59%;
	    height: 55%;
	}
	.cars {
    	padding: 70px 0 110px;
	}
	.truck__img {
	    margin-top: -123px;
	    width: 74%;
	    height: 73%;
	}
	.truck__subtitle {
	    margin-top: 73px;
	    margin-left: 29px;
	}
	.cars__item:last-child {
		margin-right: 0;
	}
	.articles__item:last-child {
		display: none;
	}
	.articles__box {
		justify-content: center;
	}
	.prices {
	    padding: 140px 0 40px;
	}

	.header__ford {
	    background: url(../img/fordmain.png) no-repeat center center;
	    width: 897px;
	    height: 447px;
	    top: 45px;
	    left: auto;
	    right: -20px;
	    background-size: 80%;
	    background-position-x: right;
	}
}
@media screen and (max-width: 991px) {
	h1 {
	    font-size: 43px;
	    line-height: 53px;
	}
	.header__box {
	    padding: 75px 0;
	    margin-left: -200px;
	    padding-left: 200px;
	    width: 387px;
	}
			/*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(#fff, #fff 10%, transparent 10%, transparent 45%, #fff 45%, #fff 55%, transparent 55%, transparent 90%, #fff 90%, #fff 100%);
        background: -o-linear-gradient(#fff, #fff 10%, transparent 10%, transparent 45%, #fff 45%,#fff 55%, transparent 55%, transparent 90%, #fff 90%, #fff 100%);
        background: linear-gradient(#fff, #fff 10%, transparent 10%, transparent 45%, #fff 45%, #fff 55%, transparent 55%, transparent 90%, #fff 90%, #fff 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: #E25F00;
        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: #E25F00;
  		font-size: 23px;
  		display: block;
		padding-top: 25px;
	}
	.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: 720px;
	    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;
    }
    /*End of burger*/
	.nav__content  {
		padding-right: 35px;
	}
	.footer__content {
		padding-right: 0;
	}
	.articles__item img {
	    width: 335px;
	    height: 200px;
	}
	.articles__item:nth-child(3) {
		display: none;
	}
	.have {
    	height: 176px;
	}
	.have__box {
	    height: 100%;
	    width: 713px;
	    margin: 0 auto;
	}
	.pay__item:nth-child(1) {
    	padding-top: 12px;
	}
	.pay__item:nth-child(2) {
		padding: 9px 50px 15px;
	}
	.pay__item:nth-child(3) {
    	padding-top: 20px;
	}
	.repair__box {
		justify-content: flex-start;
	}
	.repair__item {
		width: auto;
	}
	.repair__item:nth-child(2n) {
	    width: auto;
	    margin-left: 0;
	}
	.garantee__img {
	    margin-top: -68px;
	    margin-left: -69px;
	    width: 61%;
	    height: 62%;
	}
	.garantee__text br {
		display: none;
	}
	.garantee__text {
	    margin-top: 46px;
	    margin-left: 10px;
	}
	.truck__img {
    	margin-top: -64px;
	}
	.truck__subtitle {
	    margin-top: 61px;
	    margin-left: 29px;
	}
	.repair {
    	margin-top: 85px;
	}
	.repair__box {
		margin: 55px auto 0;
	}
	.about {
    	padding: 80px 0 60px;
	}
	.about__item:nth-child(3n):after {
		display:block;
	}
	.about__item:nth-child(2n):after {
		background: url(../img/arrowaboutbig.svg) no-repeat center center;
		width: 353px;
		height: 37px;
		top: auto;
	    bottom: -37px;
	    margin-right: 0;
	    left: -145px;
	}
	.about__item:nth-child(3):after {
		background: url(../img/arrowabout.svg) no-repeat center center;
		width: 25px;
		height: 16px;
		position: absolute;
		right: -25px;
	    top: 50%;
	    margin-top: -8px;
	    bottom: auto;
    	left: auto;

	}
	.about__item:nth-child(3n) {
	    margin-right: 25px;
	}
	.about__item:last-child:after {
		display: none;
	}
	.cars__icon {
		width: 100%;
	}
	.cars__item:first-child .cars__icon {
		width: 65%;
    	margin: 0 auto;

	}
	.cars__icon {
		width: 65%;
		margin: 0 auto;
	}
	.cars__img {
		height: 100px;
	}
	.cars__item {
	    margin-right: 25px;
	}
	
	.counter {
	    margin-top: 40px;
	}
	.counter-ford {
	    margin-top: -30px;
	}
	.prices .nav-tabs li a {
		margin-right: 25px;
	}
	.prices .tab-pane {
	    margin-top: -30px;
	}
	.review__item {
		padding: 20px;
		height: 288px;
	}
	.review__info {
		position: absolute;
    	bottom: 15px;
	}
	.review__name {
		font-size: 17px;
	}
	.review__item {
		margin: 0 10px;
	}
	.contacts__block {
		right: 0;
	}
	.contacts__white {
	    padding: 38px 55px 0px;
	}
	.contacts__block {
	    width: 300px;
	}
	.footer__address {
		margin-right: 0;
	}
	.footer__logo {
		padding-right: 15px;
	}
	.footer__address {
	    margin-right: 20px;
	}
	.header__ford {
	    right: -50px;
	    background-size: 60%;
	}
	.header-article .header__box {
	    width: auto;
	    padding: 80px 0 110px;
	    margin-left: 0;
	}
	.nav-article .nav__box {
		justify-content: space-between;
	}
	.nav-article .nav__content {
	    padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.header__right {
		left: 8%;
	}
	.nav__contacts {
		display: none;
	}
	.open .nav__contacts {
		display: block;
		position: relative;
		z-index: 100000;
		width: max-content;
	} 
	.menu-toggle {
		right: 10px;
	}
	.open .nav__contacts a, .open .nav__work {
		color: #E25F00;
	}
	.menu-collapse {
	    position: relative;
	    max-width: 540px;
	}
	#clockdiv div > span {
	    width: 117px;
	    height: 95px;
	    font-size: 44px;
	}
	.cars-article {
   		padding: 20px 0 90px;
	}
	.article-page {
    	width: auto;
	}
	.article-page {
    	padding: 60px 0 50px;
	}
	.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;
	}
	.about {
    	padding: 50px 0 60px;
	}
	.pay__box {
		flex-direction: column;
	}
	.pay__item {
		margin: 0 auto 20px;
 	}
 	.pay__item:nth-child(3) {
    	margin-right: auto;
	}
	.repair__item {
		margin-bottom: 30px;
	}
	.about {
    	padding: 50px 0 30px;
	}
	.models__pic {
    	width: auto;
	}
	.models__item {
		margin: 0 auto;
	}
	.models__item:nth-child(2) {
    	margin: auto;
	}
	.garantee__img {
    	margin-top: -6px;
	}
	.garantee__title {
    	font-size: 19px;
	}
	.garantee__subtitle {
    	font-size: 17px;
	}
	.truck__img {
		margin-top: -17px;
		width: 80%;
    	height: 73%;
	}
	.truck__subtitle {
    	font-size: 16px;
    	margin-top: 71px;
    	margin-left: 1px;
	}
	.have__item {
		padding: 35px 5px 30px;
	}
	.have__box {
		width: auto;
	}
	.about__item {
	    width: 230px;
	    padding: 0px 20px 0;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	.about__item:nth-child(2n):after {
		left: -170px;
	}
	.cars__icon {
	    width: 90%;
	}
	.cars__item:first-child .cars__icon {
	    width: 55%;
	}
	.prices table tr td:nth-child(2), .prices table tr td:nth-child(3) {
	    width: 100px;
	}
	.prices .nav-tabs li a {
	    font-size: 15px;
	    margin-right: 20px;
	    font-weight: bold;
	}
	.prices table tr th {
		font-size: 15px;

	}
	.nav-article .nav__content{
		padding-left: 25px;
	}
	.nav-article .nav__contacts {
		width: max-content;
	}
	.prices__icon {
		width: 50px;
	}
	.prices__icon_first {
	    width: 30px;
	}
	.articles__item img {
	    height: 150px;
	    width: 250px;
	}
	.artciles__bg {
	    height: 150px;
	    margin-top: -150px;
	}
	.articles__item {
		height: auto;
	}
	.articles__name {
		font-size: 20px;
	}
	.articles__text {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 10px 0;
	}
	.articles__content .bttn {
		bottom: 15px;
	}
	.review {
	    padding: 25px 0 80px;
	}
	.review__text {
		font-size: 15px;
		line-height: 23px;
	}
	.review__text br {
		display: none;
	}
	.review__name {
	    font-size: 16px;

	}
	.review__item  {
		height: 325px;
	}
	.review__model {
		display: block;
	}
	.contacts__box {
		    padding: 28px 10px 15px 10px;
	}
	.contacts__block {
	    width: 230px;
	}
	.contacts__white {
	    padding: 20px 20px 0px;
	}
	.contacts__box br {
		display: none;
	}
	.footer {
	    height: 150px;
	}
	.popup__box {
		width: 550px;
		margin-left: -275px;
		padding: 30px;
		height: 435px;
		margin-top: -165px;
	}
	.form__field {
		width: 230px;
	}
	.form__field_big {
	    width: 490px;
	}
	.popup__flex {
		margin-bottom: 0;
	}
	.popup__title {
		margin-bottom: 15px;
	}
	.header__ford {
		left: auto;
		background-size: 40%;
	}
	.nav-article .nav__contacts {
		display: block;
	}
	.popup__name {
		width: 100%;
	}
	.form__field {
	    width: 100%;
	}
	.footer__content {
		padding-left: 0;
	}
	.contacts__block {
	    right: -10px;
	}
}
@media screen and (max-width: 575px) {
	.header__box {
		background: transparent;
	}
	.header__right {
	    left: -15%;
	    margin-top: 70px;
	}
	.nav__btn{
		display: none;
	}
	.nav__box {
		position: relative;
	}
	.open .nav__btn {
		display: flex;
		z-index: 100000;
		position: absolute;
    	right: 0;
	    top: 345px;
	    left: 0;	
	} 
	.open .nav__contacts {
		position: absolute;
		left: 0px;
		top: 100px;
	}
	.nav, .nav__box{
		height: 70px;
	}
	.header {
		padding-top: 70px;
	}
	.nav__logo {
		padding-top: 15px;
	}
	.article-page__text strong br {
 		display: none;
 	}
 	.article-page__left {
	    margin-right: 9px;
	    width: 23%;
	}
	.article-page__main {
    	font-size: 10px;
	}
	.article-page__right {
	    margin-left: 9px;
	    width: 24.4%;
	}
	.article-page__flex {
    	margin-top: 50px;
	}
	#clockdiv div > span {
	    width: 61px;
	    height: 55px;
	    font-size: 30px;
	}
	.counter__time {
    	margin-top: 40px;
	}
	.cars-article {
    	padding: 20px 0 60px;
	}
	.counter__title br {
		display: none;
	}
	.article-page__text {
		font-size: 16px;
		margin-top: 50px;
	}
	.article-page__left_main {
		width: 13%;
	}
	.models__pic {
    	width: 100%;
	}
	.models {
    	padding: 60px 0 0px;
	}
	.repair__text {
		font-size: 16px;
	}
	.repair__item {
    	margin-bottom: 50px;
	}
	.have__item {
		width: 140px;
    	height: auto;
	}
	.have {
	    height: auto;
	}
	.have__item:hover {
	    height: auto;
	}
	.have__box {
	    width: auto;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.menu-toggle {
		margin-top: 0;
	}
	.about__item:after {
		transform: rotate(90deg);
	    left: 50%;
	    margin-left: -8px;
	    bottom: -20px;
	    top: auto;
	}
	.about__item {
		margin-bottom: 25px;
		margin: 0 auto 25px;
	}
	.about__item:nth-child(3n) {
	   margin: 0 auto 25px;
	}
	.about__item:nth-child(2n):after, .about__item:nth-child(3):after {
		background: url(../img/arrowabout.svg) no-repeat center center;
		width: 25px;
		height: 16px;
		position: absolute;
		right: auto;
	    top: auto;
	    bottom: -20px;
	    margin-top: 0px;
	    left: 50%;
	    margin-left: -8px;
	}
	.garantee__img {
		display: none;
	}
	.garantee {
	    height: auto;
	}
	.garantee__text {
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.cars__box {
		flex-wrap: wrap;
	}
	.cars__icon {
	    width: 65%;
	}
	.cars__item{

		margin: 0 10px 25px;
	}
	.counter {
	    margin-top: 0px;
	}
	.counter-ford {
	    margin-top: -50px;
	}
	.truck {
	    height: auto;
	}
	.truck__box {
		flex-direction: column;
	}
	.truck__subtitle br {
		display: none;
	}
	.truck__subtitle {
		margin-top: 40px;
	}
	.truck__text {
	    width: auto;
	    margin: 0 auto;
	    text-align: center;
	}
	.truck__img {
		margin: -17px auto 0;
		height: auto;
	}
	.prices .tab-pane {
	    margin-top: 0;
	    border-top: 1px solid #313131;;
	}
	.prices__nav {
	    flex-wrap: wrap;
	}
	.nav-tabs li {
		padding: 10px 0;
	}
	.prices table tr th {
		padding: 15px 0;
		font-size: 13px;
		line-height: 22px;
	}
	.prices table tr td:nth-child(2), .prices table tr td:nth-child(3) {
		font-size: 14px;
		width: 90px;
	}
	.prices__icon_first {
	    margin-left: 20px !important;
	}
	.prices__bottom {
		flex-wrap: wrap;
		justify-content: center;
	}
	.prices__btn {
		order: 4;
   		margin-top: 15px;
	}
	.articles__box {
		flex-direction: column;
	}
	.articles__item img {
	    height: auto;
	    width: 100%;
	}
	.artciles__bg {
	    height: 177px;
	    margin-top: -177px;
	}
	.articles__item img {
	    height: 177px;
	    width: 290px;
	}
	.articles__item {
	    height: auto;
	    width: 290px;
	    margin: 20px auto;
	}
	.articles__item:nth-child(1) {
		margin: 20px auto;
	}
	.review__item {
	    height: auto;
	}
	.review__info {
	    position: relative;
	    bottom: auto;
	}
	.slick-prev {
	    left: 10%;
	}
	.slick-next {
	    right: 10%;
	}
	.contacts__block {
	    width: 280px;
	    margin: -200px auto 0;
	    right: 50%;
	    margin-right: -140px;
	}
	.footer__address {
		display: none;
	}
	.footer .nav__btn {
		display: flex;
	}
	.footer {
	    height: 120px;
	}
	.footer .nav__content {
		padding-top: 20px;
	}
	.footer__logo {
	    padding-right: 10px;
	}
	.footer__logo img |{
		width: 120px;
	}
	.nav__content {
	    padding-left: 0px;
	}
	.popup-tel__box {
	    width: 300px;
	    margin-left: -150px;
	    height: 460px;
	    margin-top: -195px;
	}
	.form__field {
		width: 100%;
	}
	.popup-tel__box {
		padding: 25px;
		margin-top: -230px;
	}
	.popup__name {
		width: 100%;
	}
	.popup__title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.popup__box {
	    width: 290px;
	    margin-left: -145px;
	    height: auto;
	    margin-top: -300px;
	}
	.popup__flex {
		flex-direction: column;
	}
	.popup__btn {
	    width: 100%;
	}
	.header__ford{
	    left: auto;
	    right: -120px;
	}
	.header-ford .header__left {
		position: relative;
		z-index: 2;
	}
	.header-ford {
		background: #000001;
	}
	.prices__icon {
	    margin-left: 0;
	    margin-right: 20px;
	}	
	.contacts__block {
	    width: 280px;
	    margin: 55px auto 0;
	    right: 50%;
	    margin-right: -140px;
	}
}