body {
	background: #fff;
	font-family: 'Dopis', sans-serif;
	font-size: 19px;
	color: #25282A;
	min-width: 360px;
	line-height: 1.3em;
}

* {
  box-sizing: border-box;
}
.container {
	max-width: 1440px;
}

/* =========header========= */
.mob-menu {
	display: none;
}

.header {
	background: #0d171a;
	padding: 10px 0;
	position: relative;
	z-index: 2;
}
.header .container {}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.header-desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	display: inline-block;
	max-width: 220px;
	width: 100%;
}
.header-logo img {
	display: inline-block;
	width: 110%;
}
.header-desc-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 40px;
}
.header-desc-col1 {
	margin-right: 25px;
}
.header-desc__text1 {
	color: #25282A;
	font-family: 'Dopis';
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}
.header-desc__text2 {
	color: #fff;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	margin-top: 0px;
}
.header-desc__logo-text2 {
	color: #fff;
    font-family: 'Dopis';
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.header__tel {
	display: inline-block;
	color: #fff;
	font-family: 'Dopis';
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header__tel:hover {
	color: #fff;
}
@media (pointer: coarse) {
	.header__tel:hover {
		color: #0064a4;
	}

}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}


.btn_header-order {
	padding: 12px 35px;
}
.btn_header-order img {
	display: inline-block;
	width: 18px;
	margin-right: 20px;
}
.header-desc-menu {
	position: absolute;
	background: #26282A;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	padding: 10px 0;
}
.sticky .header-desc-menu-list li a {
	color:#fff;
}
.header-desc-menu-list {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-desc-menu-list li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: 1px solid transparent;
}
.header-desc-menu-list li:last-child {
	border: none;
}
.header-desc-menu-list li a {
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: white;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 5px;
	background: transparent;
	position: relative;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.header-desc-menu-list li a:hover {
	background: linear-gradient(to right,  rgba(199 0 0) 0%,rgb(143, 0, 0) 100%);
	color: #fff;
}
@media (pointer: coarse) {
	.header-desc-menu-list li a:hover {
		background-color: #414344;
		color: #fff;
	}


@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@-webkit-keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}

.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}

}
/* =========special-offer========= */
.special-offer {
    background: url('/img/landing_desktop_notext.jpg') no-repeat top center / cover;
    height: 100vh;
    position: relative;
	margin-top: -70px;
}
.special-offer::after {
	display: block;
	content: '';
	padding-top: 36.14%;
}
.special-offer .container {
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}
.heading-wrap {
	max-width: 55%;
	width: fit-content;
	padding: 20px 0;
}
.special-offer__title {
	color: #fff;
    font-family: 'Dopis';
    font-size: 74px;
    font-weight: 600;
    line-height: 1.33;
	margin: 0;
	padding: 0 40px;
    text-align: left;
	text-transform: uppercase;
	width: fit-content;
	background: rgba(55, 147, 78, 0.7);
}
.special-offer__model {
	color: #fff;
	font-family: 'Dopis';
	font-size: 64px;
	font-weight: 400;
	line-height: 1.2em;
	text-align: left;
	text-shadow: 1px 1px 6px #000;
}
.special-offer__model_main {
	font-size: 1.6em;
    font-weight: 500;
    text-transform: uppercase;
}
.special-offer__model_italic {
	font-size: 16px;
	font-style: italic;
}
.special-offer__text {
	color: white;
	font-family: 'Dopis';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 50px;
}
.btn_special-offer {
	padding: 15px 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn_special-offer:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn_special-offer img {
	display: inline-block;
	width: 10px;
	margin-right: 25px;
}
.hero-btn {
	margin-top: 20px;
}
@media (max-width: 1600px) 
{ 
	.special-offer__title {
	font-size: 56px;
	margin-bottom: 0;
	}

@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
}
@-webkit-keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes hidden {
	0% {
		z-index: 2;
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	100% {
		z-index: 2;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}

.low_text {
	text-align: center;
	color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
	.special-offer__model {
		font-size: 56px;
	}
	.special-offer__model_main {
		font-size: 1.6em;
		font-weight: 500;
		text-transform: uppercase;
	}
	.special-offer__text {
		font-size: 26px;
	}
	.btn_special-offer {
		padding: 12px 40px;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 15px;
	}
}
.hero-benefits {
	z-index: 3;
	position: relative;
	margin-top: -180px;
	height: 200px;
	width: 100%;
	margin-bottom: 100px;
}
.flex-boxes {
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	font-family: 'Dopis';
}
.flex-box-item {
	border-right: 1px solid hsla(0,0%,100%,.6);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-height: 162px;
    max-width: 20%;
    min-height: 180px;
    overflow: hidden;
    padding: 20px 31px 20px 24px;
    position: relative;
    transition: background-color .2s ease-in-out;
    width: calc(20% - 1px);
}
.flex-blocks__number {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    transition: color .2s ease-in-out;
}
.flex-blocks__text {
	color: #fff;
    font-size: 14px;
    margin-top: auto;
    font-size: 18px;
    line-height: 25px;
}
.flex-blocks__icon {
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(40%) translateY(-50%) rotate(-45deg);
    transition: transform .2s ease-in-out;
}
.flex-blocks__icon img {
    fill: #fff;
    height: 50px;
    transition: fill .2s ease-in-out;
    width: 50px;
}
.flex-box-item:first-child {
    border-left: 1px solid hsla(0,0%,100%,.6);
}
.flex-box-item:hover {
    background-color: #fff;
}
.flex-box-item:hover .flex-blocks__icon img {
    filter: invert(0);
}
.flex-box-item:hover .flex-blocks__icon {
    transform: translateX(-50%) translateY(-100%) rotate(0deg); 
}
.flex-box-item:hover .flex-blocks__number {
    color: #000;
}
.flex-box-item:hover .flex-blocks__text {
    color: #000;
}

/* =====Model-preview====== */

.model-preview {
	padding-bottom: 60px;
}
.model-preview .container {
	padding: 0;
	max-width: 100%;
	position: relative;
}
.cars-benefits-btns {	
	width: 20%;
	height: 100%;
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	background: #0000007a;
	transform: translate(-0%, -0%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cars-benefits {	
	padding: 20% 40px;
	color: #fff;
}
.cars-btns {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.cars-btns span {
	cursor: pointer;
}
.cars-btns .btn_main {	
	width: 100%;
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
}
.title-credit {
	width: 100%;
	background: #00657b;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}
.title-credit-mob {
	display: none;
}
.title-credit h2 {
	text-align: center;	
	font-size: 2em;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	line-height: 1;
	margin-bottom: 0;
}
.title-credit-peice {
	cursor:pointer;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}
.title-credit-peice mark {
	background: transparent;
	color: #fff;
	padding: 0;
}
@media (max-width: 1400px) {
	.cars-benefits-btns {	
		width: 30%;
	}
	.cars-benefits {	
		padding: 20px 0;
		padding-left: 20px;
		color: #fff;
	}
	.title-credit {
		padding: 10px 0;
	}
	.cars-btns {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 20px;
	}
	.cars-benefits-btns {	
		align-items: start;
	}
}
@media (max-width: 1200px) {
	.widget360-rotator-root--1JvtJ {
		max-height: 600px!important;
		height: 600px!important;
	}
	.title-credit h2 {
		font-size: 1.6em;
		text-align: left;
		padding-left: 20px;
		margin: 0;
	}
	.title-credit-peice {
		font-size: 1.2em;
		text-align: left;
		padding-left: 20px;
	}
	.cars-btns {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0 15px;
	}
	.cars-btns .btn_main {	
		width: 100%;
		padding: 15px 0;
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 900px) {
	.widget360-rotator-root--1JvtJ {
		max-height: 500px!important;
		height: 500px!important;
	}
	.model-preview .container {

		display: flex;
		position: unset;
		flex-direction: column-reverse;
	}
	.cars-benefits-btns {	
		width: 100%;
		position: unset;
		background: #0d171a;
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.title-credit h2 {
		font-size: 2.6em;
	}
	.title-credit-peice {
		font-size: 1.7em;
	}
	.model-preview .container .models-benefit-icon {
		width: 35px;
	}
	.model-preview .container .models-benefit__text {
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	.title-credit {
		display: none;
	}
	.title-credit-mob {
		display: block;
	}
	.title-credit h2 {
		font-size: 2em;
	}
	.title-credit-peice {
		font-size: 1.2em;
	}
	.model-preview .container .models-benefit-icon {
		width: 35px;
	}
	.model-preview .container .models-benefit__text {
		font-size: 18px;
		margin-top: 5px;
	}
}
/* =========benefits========= */
.benefits {
	margin-top: -60px;
}
.benefits-wr {
	margin-right: -10px;
	margin-left: -10px;
}
.benefits-wr > div {
	padding-right: 10px;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.benefit {
	width: 100%;
	background: #fefefe;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.benefit-icon {
	width: 114px;
	height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px 0 0 5px;
	background: url('../img/benefit-icon_bg.png') no-repeat center / 100% 100%;
}
.benefit-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 25px;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.benefit-right span {
	font-family: 'Dopis';
	display: inline-block;
	color: #eb0a1e;
	font-size: 25px;
	font-weight: 700;
}
@media (max-width: 1600px)

 { 
	.benefit-right {
		font-size: 17px;
	}
	.benefit-right span {
		font-size: 18px;
	}
.low_text1 {		
	text-align: center;
		color: #25282A;
	font-family: 'Dopis';
	font-size: 52px;
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 30px;
	}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
}
* {box-sizing:border-box}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: flex;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* =========spoiler========= */
.forum-post {
	margin: 14px;
  }
  .spoiler-content {
	font-style: italic;
	text-align: left;
	font-size: 14px;
	margin: 14px;
  }
  .spoiler {
	display: none;
  }

.spoiler-1 {
	color:#25282A;
	text-decoration: underline dotted black;
    -webkit-text-decoration: underline dotted black;
}
  .show {
	display: none; 
  }
  
  .hide:target + .show {
	display: inline; 
  }
  
  .hide:target {
	display: flex; 
  }
  
  .hide:target ~ .spoiler {
	display: inline;
  }
  .mobile-spoiler {
	margin: 14px;
	display:none;
  }
  .mobile-spoiler-link{
	margin: 14px;
    color: #25282A;
    text-decoration: underline dotted black;
    -webkit-text-decoration: underline dotted black;
}
  
/* =========get-price========= */
.get-price {
	padding: 0 0 45px;
}
.get-price__wrap {
	background: url('../img/get-price_bg.jpg') no-repeat center / cover;
	max-width: 1185px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 85px;
	-webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
	margin-top: -150px;
	padding: 25px 20px 45px;
}
.get-price__wrap .wrap {
	max-width: 905px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.get-price__zag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.get-price__zag .item {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-right: 25px;
}
.get-price__zag .item:last-child {
	margin-right: 0;
}
.get-price__zag .item img {
	display: inline-block;
	width: 27px;
	margin-right: 20px;
	margin-top: 5px;
}
.get-price__zag .item span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
}
.get-price__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.get-price__form > div {
	width: 480px;
}
.get-price__input {
	width: 100%;
	height: 65px;
	background: #fff;
	border: 1.6px solid #c1c1c0;
	border-radius: 45px;
	color: #494643;
	font-family: 'Dopis';
	font-size: 21px;
	font-weight: 400;
	padding-left: 40px;
}
.get-price__input::-webkit-input-placeholder {color: #494643;opacity: 1;}
.get-price__input::-moz-placeholder 			{color: #494643;opacity: 1;}
.get-price__input:-moz-placeholder 			{color: #494643;opacity: 1;}
.get-price__input:-ms-input-placeholder 		{color: #494643;opacity: 1;}
.get-price__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px;
}
.get-price__checkbox .jq-checkbox {
	width: 17px;
	height: 17px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1.6px solid #a9a8a8 !important;
	border-radius: 0 !important;
	margin-right: 15px;
	background: transparent !important;
}
.get-price__checkbox .jq-checkbox .jq-checkbox__div {
	display: none;
}
.get-price__checkbox .jq-checkbox.checked {
	background: transparent url('../img/checkbox_bg.png') no-repeat center !important;
}
.get-price__checkbox label {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	color: #5d5a59;
	font-family: 'Dopis';
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2em;
}
.btn_get-price {
	padding: 22px 50px;
}
.btn_get-price img {
	display: inline-block;
	width: 14px;
	margin-right: 28px;
}
.btn_get-price span {
	display: inline-block;
	font-size: 19px;
}
.get-price__text {
	color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}
/* =========action========= */
.timer #tiles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.timer .minutes {
	margin-right: 15px;
	position: relative;
}
.timer .minutes::after {
	display: block;
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	left: calc(100% + 10px);
	top: 17px;
}
.timer .minutes::before {
    display: block;
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    left: calc(100% + 10px);
    bottom: 44px;
}
.timer #tiles > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.timer #tiles > div span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 73px;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	background: #dfdfdd;
	border-radius: 10px;
	margin-right: 2px;
}
.timer #tiles > div span:last-child {
	margin-right: 0;
}
.action {
	background: rgb(38, 40, 42);
	margin: 60px 0;
	padding: 60px 0;
}
.action-img {
	width: 100%;
}
.action-zag {
	color: #fff;
	font-family: 'Dopis';
	font-size: 28px;
	font-weight: 800;
	line-height: 1.3em;
	padding: 35px 0 10px 0px;
}
.action-zag-main {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 60px;
}
.timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	margin-bottom: 40px;
}
.timer #tiles > div {
	margin-right: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 105px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.timer #tiles > div.days_single {
	max-width: 52px;
}
.timer #tiles > div:last-child {
	margin-right: 0;
}
.timer__text {
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
}
.action-form {
	width: 85%;
}
.action-form-wr1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.global-input {
	height: 48px;
    border: none;
    background: #dfdfdd;
    color: #25282A;
    font-family: 'Dopis';
    font-size: 19px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 25px;
    padding-right: 10px;
    margin-right: 25px;
}
.global-input::-webkit-input-placeholder {color: #25282A;opacity: 1;}
.global-input::-moz-placeholder 			{color: #25282A;opacity: 1;}
.global-input:-moz-placeholder 			{color: #25282A;opacity: 1;}
.global-input:-ms-input-placeholder 		{color: #25282A;opacity: 1;}
.btn_action {
	padding: 15px 25px;
    font-size: 14px;
}
.btn_action img {
	display: inline-block;
	width: 18px;
	margin-right: 15px;
}
.action-form-wr2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
.global-ch-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin: 0;
}
.action-form-wr2 .global-ch {
	margin-right: 25px;
}
.action-form-wr2 .global-ch:last-child {
	margin-right: 0;
}
.global-ch-input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.global-ch-label span {
	color: #5d5a59;
	font-family: 'Dopis';
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.2em;
}
.global-ch-icon {
	width: 16px;
	height: 16px;
	margin-right: 15px;
	border: 1.6px solid #676767;
	border-radius: 3px;
	margin-top: 2px;
}
.global-ch-label .global-ch-input:checked + .global-ch-icon {
	background: url('../img/svg/check.svg') no-repeat center / 10px;
}
/* =========models-nav========= */
.models-nav {
	padding-top: 30px;
	margin-bottom: 125px;
}
.models-nav-zag {
	color: #25282A;
	font-family: 'Dopis';
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2em;
	padding-bottom: 30px;	
}
.models-nav-row > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	padding-bottom: 15px;
}
.model-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px 40px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-transition: -webkit-box-shadow 0.5s;
	transition: -webkit-box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
	width: 99.6%;
}
.model-nav:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (pointer: coarse) 

{
	.model-nav:hover {
		-webkit-box-shadow: none;
		box-shadow: none;
	}


.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
}
.model-nav-thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 175px;
}
.model-nav-thumb img {
	display: inline-block;
	max-width: 90%;
}
.model-nav-bottom {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 35px;
	width: 100%;
}
.model-nav__title {
	color: #26282a;
	font-family: 'Dopis';
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2em;
}
.model-nav__stock {
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 500;
	color: #25282A;
	line-height: 1.2em;
}
.model-nav__stock span {
	color: #eb0a1e;
}
/* =========models========= */
.models {
	position: relative;
	padding-bottom: 115px;
}
.models::after {
	display: block;
	position: absolute;
	z-index: 0;
	content: '';
	width: 100%;
	height: calc(100% - 75px);
	bottom: 0;
	left: 0;
}
.models .container {
	position: relative;
	z-index: 1;
}
.models-row {
	margin-bottom: 75px;
	border: 1.6px solid #d9dee3;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.models-row:last-child {
	margin-bottom: 0;
}
.models-left {
	width: 44%;
	padding-bottom: 50px;
	padding-top: 85px;
}
.models-row2 .models-left {
	padding-top: 0;   
}
.models-thumb {
	text-align: center;
}
.models-thumb img {
	display: inline-block;
	max-width: 100%;
}
.models-colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 45px;
	padding-left: 60px;
}
.models-colors span {
	display: inline-block;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2em;
	margin-right: 25px;
}
.models-colors-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.models-color {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.6px solid #dbdfe3;
	margin-right: 15px;
	cursor: pointer;
}
.models-color:last-child {
	margin-right: 0;
}
.models-color_red {
	background: #e30d22;
}
.models-color_brown {
	background: #b7a38a;
}
.models-color_white {
	background: #fff;
}
.models-color_blue {
	background: #0459a8;
}
.models-right {
	width: 56%;
	padding-bottom: 45px;
}
.models-top {
	margin-bottom: 35px;
	padding: 20px 15px 20px 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0px 0 0 15px;
	background: #25282A;
}
.models__title {
	color: white;
	font-family: 'Dopis';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0;
	padding-right: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.models-peice {
	width: 45%;
	color: white;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.models-peice span {
	display: block;
	color: #fff;
	font-family: 'Dopis';
	font-weight: 700;
	text-align: right;
	padding-right: 20px;
	font-size: 25px;
	line-height: 1.2em;
}
.models-peice span mark {
	background: transparent;
	padding: 0;
	font-size: 19px;
	color: #fff;
}
.models-right-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 40px;
}
.models-benefit {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.models-benefit-icon {
	width: 47px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 25px;
}
.models-benefit-icon img {
	display: inline-block;
	max-width: 100%;
}
.models-benefit:last-child {
	margin-bottom: 0;
}
.models-benefit__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.models-benefit__text mark {
	display: inline-block;
	padding: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1em;
	position: relative;
	top: -4px;
}
.models-benefit__text strong {
	font-weight: 500;
}
.models-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 60px;
}
.models-right-col2 {
	padding-top: 20px;
}
.models-am {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.models-am__number {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	border: 1.6px solid #959493;
	border-radius: 50%;
	margin-right: 10px;
}
.models-am__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
}
.models_btn {
	width: 250px;
	margin-bottom: 15px;
	height: 50px;
}
.models_btn:last-child {
	margin-bottom: 0;
}
/* =========action2========= */
.action2 {
	background: #26282A;
	padding: 60px 0;
}
.action2-zag {
	text-align: center;
	color: #fff;
	font-family: 'Dopis';
	font-size: 36px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.action2 .action-form {
	max-width: 800px;
	margin: 0 auto;
}
.action2 .global-input {
	background: #dee4e8;
}
.action2 .btn_action {
	background: #dee4e8;
	color: #25282A;
	padding: 15px 55px;
}
.action2 .btn_action:hover {
	background: #5d6670;
}
.action2 .action-form-wr2 {
	margin-top: 15px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.action2 .global-ch-label span {
	color: #fff;
}
.action2 .global-ch-label span a {
	color: #fff;
	text-decoration: underline;
}
.action2 .global-ch-label .global-ch-input:checked + .global-ch-icon {
	background: url('../img/svg/check.svg') no-repeat center / 10px;
}
/* =========choose-car========= */
.choose-car {
	padding: 85px 0 160px;
}
.choose-car-nav {
	margin-bottom: 65px;
}
.select2 {
	width: 100% !important;
}
.select2-selection {
	border: 1.6px solid #d2dae0 !important;
	border-radius: 45px !important;
	height: 60px !important;
}
.select2-selection__rendered {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100% !important;
	color: #25282A !important;
	font-family: 'Dopis' !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	padding-right: 45px !important;
	padding-left: 30px !important;
}
.select2-selection__arrow {
	width: 40px !important;
	height: 100% !important;
}
.select2-selection__arrow::after {
	display: block;
	position: absolute;
	content: '';
	width: 13px;
	height: 9px;
	background: url('../img/svg/select-arrow.svg') no-repeat center / 100% 100%;
	left: 0;
	top: 50%;
	margin-top: -4.5px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;

}
.select2-selection__arrow b {
	display: none !important;
}
.select2.select2-container--open .select2-selection__arrow::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.select2.select2-container--open .select2-selection {
	border-radius: 15px 15px 0 0 !important;
	border-bottom: none !important;
}
.global-select-parent {
	position: relative;
}
.global-select-drop {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
}
.global-select-drop .select2-container {
	position: static !important;
}
.global-select-drop .select2-dropdown {
	position: static !important;
	border: 1.6px solid #ced7dd !important;
	border-top: none !important;
	border-radius: 0 0 15px 15px !important;
	overflow: hidden;
}
.select2-results__options li {
	color: #25282A !important;
	font-family: 'Dopis' !important;
	font-size: 19px !important;
	font-weight: 400 !important;
	line-height: 1.2em !important;
	padding-left: 30px !important;
	padding-right: 5px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white !important;
}
.choose-car-row {
	margin-top: 25px;
	border: 1.6px solid #d6dde2;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.choose-car-row:first-child {
	margin-top: 0;
}
.choose-car-thumb {
	width: 26%;
}
.choose-car-thumb img {
	display: inline-block;
	width: 100%;
	border-radius: 10px 0 0 10px;
}
.choose-car-center {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 50px;
	padding-right: 15px;
}
.choose-car__title {
	color: #25282A;
	font-family: 'Dopis';
	font-size: 29px;
	font-weight: 500;
	line-height: 1.2em;
}
.choose-car-list {
	padding: 0;
	margin: 20px 0 0;
}
.choose-car-list li {
	margin-bottom: 10px;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	padding-left: 20px;
	position: relative;
}
.choose-car-list li::before {
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #0065ac;
	border-radius: 50%;
	left: 0;
	top: 7px;
}
.choose-car-list li:last-child {
	margin-bottom: 0;
}
.choose-car-right {
	width: 38%;
	padding-right: 40px;
}
.choose-car-price {
	text-align: right;
	font-family: 'Dopis';
	color: #25282A;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.choose-car-price span {
	color: #0064a4;
	font-size: 25px;
	font-weight: 500;
}
.choose-car-btns {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.btn_choose-car1, .btn_choose-car2 {
	height: 50px;
	padding: 5px;
	width: 205px;
}
.btn_choose-car1 {
	margin-right: 10px;
}
.choose-car-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #edf0f1;
	border-radius: 5px;
	padding: 20px 5px;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	margin-top: 50px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.choose-car-show img {
	display: inline-block;
	width: 12px;
	margin-left: 20px;
}
.choose-car-show:hover {
	background-color: #cad5d9;
}
.choose-car-collapse {
	display: none;
}
.choose-car-collapse.active {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}



/* =========slider=========  */
.slider {
	margin-top: 100px;
}
.slider .container {
	max-width: 100%;
	height: 700px;
	margin-bottom: 180px;
	padding: 0;
}

.slider-top {
	position: absolute;
	width: 100%;

	z-index: 10;
}
.slider-offer-top {
	width: 100%;
	background: rgba(0, 0, 0, 0.75);
	padding: 30px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slider-offer-top-title {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-align: right;
}
.slider-offer-top h3 {
	font-size: 42px;
	color: #fff;
}
.slider-offer-top span {
	font-size: 28px;
	color: #fff;
	line-height: 1.4;
}
.slider-offer-top-price s {
	font-size: 26px;
	
}
.models-peice-slider {
	width: auto;
}
.slider-offer {
	width: 100%;
	height: 100%;
}
.slick-list {
	height: 700px;
}
.slider-offer img {
	width: 100%;
  	height: 700px;
  	object-fit: cover;
}
.slider-btn {
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);	
	color: #fff;	
	padding: 20px 15px;
	transition: background ease-in-out 0.3s;
	z-index: 10;
	cursor: pointer;
	font-family: 'Dopis';
	text-transform: uppercase;
	font-weight: 400;
}

.slider-btn:hover {
	background: #5d6670;
    color: white;
}
.slick-dots {
	bottom: 15px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #000;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
	font-family: 'slick';
	 font-size: 48px;
	 line-height: 20px;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 20px;
	 height: 20px;
	 content: '•'; /* <-- Вот этот символ */
	 text-align: center;
	 opacity: .25;
	 color: black;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
   }
   .slick-prev,
   .slick-next
   {
	display: none!important;
   }
   .slick-next, .slick-arrow {
	display: none!important;
   }
   .slick-prev:before, .slick-next:before {
	display: none!important;
   }
@media (max-width: 768px) {
	.slider .container {
		height: 450px;
		margin-bottom: 100px;
	}
	.slider-offer-top-title {
		width: auto;
	}
	.slider-offer img {
		width: 100%;
		  height: 450px;
	}
	.slick-dots li button:before {
		font-size: 36px;
	}
	.slider-offer-top h3 {
		font-size: 36px;
	}
	.slider-offer-top span {
		font-size: 24px;
	}
	.slider-btn {
		top: 90px;
		padding: 15px 15px;
	}
	.slider-offer-top {
		padding: 20px 30px;
	}
	.slider .btn_primary {
		width: 90%;
	}
}
@media (max-width: 768px) { 
	.slider-offer-top {
		display: flex;
		text-align: right;
	}
	.slider-btn {
		top:110px;
	}
}
@media (max-width: 550px) { 
	.slider-top {
		position: relative;
	}
	.slider-offer-top {
		display: block;
		text-align: center;
	}
	.slider-offer {
    	padding: 0 15px;
	}
	.slider-btn {
		width: 80%;
	}
	.slick-slide {
		width: 100%;		
	}
	.slider .container {
		margin-bottom: 300px;
	}
	.slider-offer-top-title {
		text-align: center;
	}
		.slider-top {
		margin-left: 0;
	}
}
@media (max-width: 390px) { 
	.slider-offer {
		padding: 0;
	}
	.slider-offer img {
		height: 250px;
	}

	.slider .container {
		height: 250px;
		width: 100%;
		padding: 0;
	}
	.slider-offer-top h3 {
		font-size: 32px;
		line-height: 1.5;
	}
	.slider-offer-top span {
		font-size: 22px;
	}
	.slick-dots li button:before {
		font-size: 24px;
}
.slider-top {
	padding: 0;
}
}



/* =========service========= */
.service {
	padding-bottom: 160px;
	margin-top: 100px;
	position: relative;
}
.service-thumb {
	position: absolute;
	z-index: 0;
	width: 62.2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 0 0 10px;
	right: 0;
	top: -60px;
	max-height: 626px;
	background-image: url('../img/service-thumb_bg.webp');
}
.service-thumb::after {
	display: block;
	content: '';
	padding-top: 52%;
}
.service-wr {
	width: 575px;
	padding: 90px 15px 110px 0;
	position: relative;
	z-index: 2;
}
.service-wr::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: calc(100% + ((100vw - 1220px) / 2));
	right: 0;
	height: 100%;
	top: 0;
	background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
	border-radius: 0 10px 10px 0;
}
.service-cont {
	position: relative;
	z-index: 1;
}
.service__title {
	color: #2b2c2d;
	font-family: 'Dopis';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 50px;
}
.service__list {
	padding: 0;
	margin-bottom: 70px;
}
.service__list li {
	margin-bottom: 15px;
	padding-left: 50px;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	color: #2b2c2d;
	position: relative;
}
.service__list li::before {
	display: block;
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: url('../img/svg/checkmark.svg') no-repeat center / 100% 100%;
	left: 0;
	top: 3px;
}
.service__list li span {
	color: #365CAB;
}
.service__list li:last-child {
	margin-bottom: 0;
}
.service__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	padding: 15px 60px;
	background: linear-gradient(to right, rgb(229 0 0) 0%,rgb(199 0 0) 100%);
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
.service__link svg {
	display: inline-block;
	width: 11px;
	margin-right: 24px;
}
.service__link:hover {
	color: #fff;
	background: linear-gradient(to right,  rgba(199 0 0) 0%,rgb(143, 0, 0) 100%);
}
@media (pointer: coarse) 

{
	.service__link:hover {
		color: #365CAB;
		background-color: #D2D3EB;
	}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
}
.btn_service {
	padding: 20px 90px;
	margin-top: 160px;
}
.btn_service img {
	margin-right: 20px;
}


/* =========credit========= */
.credit {
	padding-bottom: 160px;
	margin-top: 60px;
	position: relative;
}
.credit-thumb {
	position: absolute;
	z-index: 0;
	width: 62.2%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 55px;
	max-height: 626px;
	background-image: url('../img/main-header.jpg');
	border-radius: 10px;
}
.credit-thumb::after {
	display: block;
	content: '';
	padding-top: 52%;
}
.credit-wr {
	width: 575px;
	padding: 90px 15px 110px 0;
	position: relative;
	z-index: 2;
}
.credit-wr::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: calc(100% + ((100vw - 1220px) / 2));
	right: 0;
	height: 100%;
	top: 0;
	background: #26282A;
	border-radius: 10px;
}
.credit-cont {
	position: relative;
	z-index: 1;
}
.credit__title {
	color: #fff;
	font-family: 'Dopis';
	font-size: 29px;
	font-weight: 500;
	line-height: 1.7em;
	margin-bottom: 50px;
}
.credit__list {
	padding: 0;
	margin-bottom: 70px;
}
.credit__list li {
	margin-bottom: 15px;
	padding-left: 50px;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
	position: relative;
}
.credit__list li::before {
	display: block;
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background: url('../img/svg/checkmark.svg') no-repeat center / 100% 100%;
	left: 0;
	top: 3px;
}
.credit__list li span {
	color: #3b9db2;
}
.credit__list li:last-child {
	margin-bottom: 0;
}
.credit__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	color: #0a64dc;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	padding: 15px 60px;
	background-color: #fff;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.credit__link svg {
	display: inline-block;
	width: 11px;
	margin-right: 24px;
}
.credit__link:hover {
	color: #365CAB;
	background-color: #D2D3EB;
}
@media (pointer: coarse) 
{
	.credit__link:hover {
		color: #365CAB;
		background-color: #D2D3EB;
	}

.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
}
.btn_credit {
	padding: 20px 90px;
	margin-top: 160px;
}
.btn_credit img {
	margin-right: 20px;
}
/* =========map========= */
.map {
	margin-top: 100px;
	background: #25282A;
	padding: 85px 0 100px;
	position: relative;
}
.map-wr {
	width: 55%;
	position: absolute !important;
	left: 0;
	top: 0;
	height: 100%;
}
.labels_map {
	background: #fff;
	border-radius: 5px;
	padding: 2px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.map-right {
	margin-left: auto;
	max-width: 370px;
	width: 100%;
}
.map-logo {
	margin-bottom: 45px;
}
.map-logo img {
	display: inline-block;
	width: 225px;
}
.map-firma {
	margin-bottom: 50px;
}
.map__title {
	color: white;
	font-family: 'Dopis';
	font-size: 29px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
.map__text {
	color: white;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}
.map-list {
	padding: 0;
	margin-bottom: 45px;
}
.map-list li {
	margin-bottom: 20px;
}
.map-list li:last-child {
	margin-bottom: 0;
}
.map-list-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.map-list-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 17px;
	margin-right: 25px;
}
.map-list-icon img {
	display: inline-block;
	max-width: 100%;
}
.map-list-item span {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: white;
	font-family: 'Dopis';
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: -5px;
}
.map__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 14px 35px;
	background: #fff;
	color: #25282A;
	font-family: 'Dopis';
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.map__link img {
	display: inline-block;
	width: 18px;
	margin-right: 20px;
}
.map__link:hover {
	background: #5d6670;
	color: #fff;
}
/* =========under-map========= */
.under-map {
	margin-top:110px;
	margin-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.under-map .item {
	width: 16.1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.under-map .item::after {
	display: block;
	content: '';
	padding-top: 56%;
}
/* =========footer========= */
.footer {
	padding: 60px 0;
	margin-top: 60px;
	background-color: #0d171a;
}
.footer-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-text {
	color: #fff;
	font-family: 'Dopis';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.page_content {
	margin-top: 50px;
}


@media (max-width: 1400px) { 
	.special-offer__title {
		font-size: 48px;
	}
	.special-offer__model {
		font-size: 48px;
	}
	.special-offer__model_main {
		font-size: 1.6em;
		font-weight: 500;
		text-transform: uppercase;
	}
	.special-offer__text {
		font-size: 26px;
	}
	.models-nav-zag {
		font-size: 33px;
	}
	.model-nav__title {
		font-size: 25px;
	}
	.model-nav__stock {
		font-size: 17px;
	}
	/* =========choose-car========= */
	.choose-car__title {
		font-size: 21px;
	}
	/* =========credit========= */
	.credit__title {
		font-size: 21px;
		margin-bottom: 25px;
	}
	.credit__list {
		margin-bottom: 35px;
	}
	.credit__list li {
		font-size: 15px;
		padding-left: 30px;
	}
	.credit__list li::before {
		top: 1px;
	}
	.credit__link {
		font-size: 15px;
	}
	.btn_credit {
		margin-top: 80px;
	}
	@media (max-width: 1249.5px) 
{ 
		.credit-wr::before {
			width: calc(100% + 15px);
		}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
	}
	.choose-car {
		padding-bottom: 100px;
	}
	/* =========service========= */
	.service__title {
		font-size: 21px;
		margin-bottom: 25px;
	}
	.service__list {
		margin-bottom: 35px;
	}
	.service__list li {
		font-size: 15px;
		padding-left: 30px;
	}
	.service__list li::before {
		top: 1px;
	}
	.service__link {
		font-size: 15px;
	}
	.btn_service {
		margin-top: 80px;
	}
	@media (max-width: 1249.5px) 
{ 
		.service-wr::before {
			width: calc(100% + 15px);
		}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
	}
	.choose-car {
		padding-bottom: 100px;
	}
		
	/* =========footer========= */

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200.0px) 
{ 
	/* =========header========= */
	.header-buttons {
		display: none
	}
	.header-desc-col1 {
		display: none;
		margin-right: 15px;
	}
	.btn_header-order {
		display: none;
	}
	.header {
		padding: 25px 0;
	}
	.header-logo img {
		width: 80%;
	}
	.header__tel {
		font-size: 18px;
	}
	.header-desc__text2 {
		font-size: 15px;
	}
	.header-gumb {
		width: 35px;
	}
	.header-gumb img {
		display: inline-block;
		width: 100%;
	}
	.header-desc-center {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 25px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.body-hidden {
		overflow: hidden;
	}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
	.mob-menu {
		position: fixed;
		z-index: 1500;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #2b2c2d;
		overflow: auto;
	}
	.mob-menu-body {
		position: relative;
		padding: 25px 15px;
	}
	.mob-menu-close {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		right: 15px;
		top: 32px;
		width: 35px;
	}
	.mob-menu-close img {
		display: inline-block;
		width: 100%;
	}
	.mob-menu-logo {
		display: inline-block;
		width: 320px;
		margin-bottom: 60px;
	}
	.mob-menu-logo img {
		display: inline-block;
		width: 100%;
	}
	.mob-menu-center {
		margin-bottom: 70px;
	}
	.mob-menu-item {
		margin-bottom: 40px;
	}
	.mob-menu-item:last-child {
		margin-bottom: 0;
	}
	.mob-menu-item__title {
		color: white;
		font-family: 'Dopis';
		font-size: 25px;
		font-weight: 500;
		line-height: 1;
		display: inline-block;
		margin-bottom: 15px;
	}
	.mob-menu-item__title:hover {
		color: #fff;
	}
	.mob-menu-item__text {
		color: white;
		font-family: 'Dopis';
		font-size: 17px;
		font-weight: 400;
		line-height: 1;
	}
	.mob-menu .btn_header-order {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 70px;
		background: #FF4500;
		padding: 20px 5px;
		font-size: 20px;
	}
	.mob-menu .btn_header-order:hover {
		background: #ca233c;
		color: #fff;
	}
	.mob-menu-list {
		padding: 0;
		margin: 0;
	}
	.mob-menu-list li {
		margin-bottom: 30px;
	}
	.mob-menu-list li:last-child {
		margin-bottom: 0;
	}
	.mob-menu-list li a {
		color: white;
		font-family: 'Dopis';
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
		text-transform: uppercase;
	}
	.mob-menu-list li a:hover {
		color: white;
	}
	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 500;
	}
	.header-fixed {
		padding-top: 90.15px;
	}
	/* =========special-offer========= */
	.special-offer__text {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.btn_special-offer {
		font-size: 14px;
	}
	.btn_special-offer img {
		width: 8px;
		margin-right: 15px;
	}
	.special-offer::after {
		padding-top: 40.14%;
	}
	.btn_offers {
		padding: 10px 30px;
	}
	.btn_offers span {
		font-size: 14px;
	}
	.heading-wrap {
		padding-top: 20px;
	}
	/* =========benefits========= */
	.benefit-right {
		font-size: 15px;
	}
	.benefit-right span {
		font-size: 17px;
	}
	.benefit-icon {
		width: 75px;
		height: 90px;
	}
	.benefit-icon img {
		display: inline-block;
		max-width: 55%;
		width: 100%;
	}
	.benefit-right {
		padding-left: 5px;
		padding-right: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.benefit-right div {
		max-width: 90%;
		width: 100%;
	}
	.benefits-wr > div {
		padding-right: 5px;
		padding-left: 5px;
	}
	.benefits-wr {
		margin-right: -5px;
		margin-left: -5px;
	}
	.benefits {
		margin-top: -25px;
	}
	.mobile-spoiler {
		margin: 14px;
		display:none;
	  } 
	/* =========action========= */
	.model-preview {
		padding-bottom: 30px;
	}
	.action {
		padding: 60px 0;
	}
	.action-zag {
		font-size: 21px;
		margin-bottom: 25px;
	}
	.timer #tiles > div {
		max-width: 85px;
	}
	.timer #tiles > div span {
		width: 40px;
		height: 55px;
		font-size: 33px;
	}
	.timer__text {
		font-size: 17px;
		margin-top: 5px;
	}
	.timer #tiles > div.days_single {
		max-width: 42px;
	}
	.timer {
		margin-bottom: 25px;
	}
	.btn_action {
		font-size: 15px;
		padding: 5px 30px;
		height: 45px;
	}
	.btn_action img {
		width: 15px;
		margin-right: 15px;
	}
	.global-input {
		height: 45px;
		font-size: 15px;
		padding-left: 25px;
	}
	.global-ch-label span {
		font-size: 14px;
	}
	.action-form-wr2 {
		margin-top: 15px;
	}
	/* =========models-nav========= */
	.models-nav-zag {
		font-size: 28px;
	}
	.models-nav {
		margin-bottom: 80px;
	}
	.models-nav-row {
		margin-right: -5px;
		margin-left: -5px;
	}
	.model-nav {
		padding: 5px 5px 20px;
	}
	.model-nav-thumb {
		min-height: 120px;
	}
	.model-nav-bottom {
		margin-top: 25px;
	}
	.model-nav__title {
		font-size: 21px;
	}
	.model-nav__stock {
		font-size: 13px;
	}
	/* =========models========= */
	.models {
		padding-bottom: 80px;
	}
	.models-row {
		margin-bottom: 50px;
	}
	.models-colors {
		margin-top: 35px;
		padding-left: 15px;
	}
	.models-colors span {
		font-size: 15px;
		margin-right: 15px;
	}
	.models-color {
		width: 17px;
		height: 17px;
		margin-right: 5px;
	}
	.models-top {
		margin-bottom: 20px;
		padding: 20px 15px 20px 30px;
	}
	.models__title {
		font-size: 21px;
	}
	.models-peice {
		font-size: 15px;
	}
	.models-peice span {
		font-size: 21px;
	}
	.models-peice span mark {
		font-size: 15px;
		line-height: 1;
	}
	.models-right-wr {
		padding-left: 30px;
		padding-right: 15px;
	}
	.models-benefit-icon {
		width: 30px;
		margin-right: 10px;
	}
	.models-benefit__text {
		font-size: 13px;
	}
	.models-benefit__text mark {
		font-size: 10px;
	}
	.models-benefit {
		margin-bottom: 10px;
	}
	.models-am__number {
		width: 35px;
		height: 35px;
		font-size: 17px;
	}
	.models-am__text {
		font-size: 15px;
	}
	.models_btn {
		width: 160px;
		margin-bottom: 10px;
		height: 40px;
		font-size: 12px;
	}
	.models-btns {
		margin-top: 20px;
	}
	.models-left {
		padding-bottom: 30px;
		padding-top: 65px;
	}
	.models-right {
		padding-bottom: 35px;
	}
	.models-row2 .models-left {
		padding-top: 15px;
	}
	.models-right-col2 {
		width: 45%;
	}
	/* =========action2========= */
	.action2-zag {
		font-size: 21px;
	}
	/* =========choose-car========= */
	.choose-car {
		padding: 50px 0 100px;
	}
	.choose-car__title {
		font-size: 18px;
	}
	.choose-car-list {
		margin-top: 10px;
	}
	.choose-car-list li {
		font-size: 14px;
	}
	.choose-car-price {
		font-size: 14px;
	}
	.choose-car-price span {
		font-size: 18px;
	}
	.choose-car-btns {
		margin-top: 10px;
	}
	.btn_choose-car1, .btn_choose-car2 {
		height: 35px;
		padding: 5px;
		width: 140px;
		font-size: 12px;
	}
	.btn_choose-car1 {
		margin-right: 5px;
	}
	.choose-car-right {
		padding-right: 15px;
		width: 42%;
	}
	.choose-car-center {
		padding-left: 10px;
	}
	.choose-car-show {
		font-size: 14px;
		padding: 15px 5px;
		margin-top: 25px;
	}
	.choose-car-nav {
		margin-bottom: 30px;
	}
	.choose-car-nav {
		margin-right: -5px;
		margin-left: -5px;
	}
	.choose-car-nav > div {
		padding-right: 5px;
		padding-left: 5px;
	}
	.select2-selection {
		height: 50px !important;
	}
	.select2-selection__rendered {
		font-size: 15px !important;
		padding-left: 15px !important;
		padding-right: 20px !important;
	}
	.select2-selection__arrow {
		width: 20px !important;
	}
	.select2-selection__arrow::after {
		width: 10px;
		height: 6px;
		margin-top: -3px;
	}
	.select2-results__options li {
		font-size: 15px !important;
		padding-left: 15px !important;
	}
	/* =========credit========= */
	.credit-thumb {
		position: static;
		width: 100%;
		border-radius: 0;

	}
	.credit-wr {
		background: #25282A;
		max-width: calc(100% + 30px);
		margin-left: -15px;
		width: calc(100% + 30px);
		padding: 30px 15px 50px;
	}
	.credit-wr::before {
		display: none;
	}
	.btn_credit {
		padding: 15px 60px;
		margin-top: 50px;
	}
	.credit {
		padding-bottom: 100px;
	}
/* =========service========= */
.service-thumb {
	position: static;
	width: 100%;
	border-radius: 0;
}
.service-wr {
	max-width: calc(100% + 30px);
	margin-left: -15px;
	width: calc(100% + 30px);
	background: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
	padding: 30px 15px 50px;
}
.service-wr::before {
	display: none;
}
.btn_service {
	padding: 15px 60px;
	margin-top: 50px;
}
.service {
	padding-bottom: 100px;
}
	/* =========map========= */
	.map-wr {
		position: relative !important;
		width: 100%;
		height: 600px;
	}
	.map-wr::after {
		display: block;
		content: '';
		padding-top: 65%;
	}
	.map {
		padding: 0;
	}
	.map-right {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		padding: 40px 0;
	}
	.map-logo img {
		width: 250px;
	}
	.map-logo {
		margin-bottom: 35px;
	}
	.map__title {
		font-size: 21px;
	}
	.map__text {
		font-size: 15px;
	}
	.map-firma {
		margin-bottom: 30px;
	}
	.map-list-item span {
		font-size: 17px;
	}
	.map-list-icon {
		margin-right: 15px;
	}
	.map-list {
		margin-bottom: 30px;
	}
	.map__link {
		font-size: 15px;
	}
	/* =========under-map========= */
	.under-map {
		margin-bottom: 40px;
	}
	/* =========footer========= */
	.footer {
		padding: 40px 0;
	}
	.footer-wr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-text {
		width: 100%;
		text-align: left !important;
		margin-bottom: 15px;
	}
	.footer-text:last-child {
		margin-bottom: 0;
	}
}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 1024px) 
{
	/* =========header========= */
	.header {
		padding: 15px 0;
	}
	.header-logo {
		max-width: 40%;
	}
	.header-desc-center {
		padding-right: 15px;
		padding-left: 0;
	}
	.header__tel {
		font-size: 14px;
	}
	.header-desc__text2 {
		font-size: 10px;
		margin-top: 3px;
	}
	.header-gumb {
		width: 25px;
	}
	.header-fixed {
		padding-top: 62px;
	}
	.mob-menu-body {
		padding: 15px;
	}
	.mob-menu-logo {
		width: 194px;
		margin-bottom: 25px;
	}
	.mob-menu-close {
		width: 24px;
		right: 15px;
		top: 19px;
	}
	.mob-menu-center {
		margin-bottom: 35px;
	}
	.mob-menu-item {
		margin-bottom: 15px;
	}
	.mob-menu-item__title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.mob-menu-item__text {
		font-size: 14px;
	}
	.btn {
		font-size: 14px;
	}
	.mob-menu .btn_header-order {
		font-size: 14px;
		padding: 14px 5px;
		margin-bottom: 35px;
	}
	.mob-menu .btn_header-order img {
		width: 16px;
		margin-right: 20px;
	}
	.mob-menu-list li a {
		font-size: 16px;
	}
	.mob-menu-list li {
		margin-bottom: 25px;
	}
	.mob-menu-list li:last-child {
		margin-bottom: 0;
	}
	/* =========special-offer========= */
	.special-offer::after {

		padding-top: 120%;
	}
	.special-offer {
		background: url('../img/1080x1336_landing_mobile_notext.jpg') no-repeat center center / cover;
		margin-top: 0;
		height: 75vh;
		max-height: 750px;
	}
	.special-offer .container {
		justify-content: center;
    	display: flex;
    	flex-direction: column;
		position: absolute;
		top: 10%;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-right: 20px;
		padding-left: 20px;
		align-items: center;
	}
	.heading-wrap {
		margin: 0 auto;
		padding: 10px 0 0;
		max-width: 100%;
	}
	.special-offer__title {
		background: #37934e;
		text-align: center;
		font-size: 48px;
		margin-bottom: 0px;
	}
	.special-offer__model {
		text-align: center;
		margin-top: 10px;
		font-size: 48px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.special-offer__model_main {
		font-size: 42px;
		font-weight: 600;
	}
	.special-offer__text {
		color: #fff;
		font-size: 16px;
		margin-top: 10px;
		font-weight: 400;
	}
	.hero-benefits {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.flex-boxes .container{
        flex-wrap: wrap;
		padding: 0 10px;
		background: none;
	}
	.flex-boxes {
		background: none;
	}
	.flex-blocks__icon img {
		display: none;
	}
	.flex-box-item:first-child {
		border: 1px solid #000;
	}
	.flex-box-item {
        width: calc(50% - 11px);
		border: 1px solid #000;
		margin-bottom: 10px;
		margin-right: 5px;
		min-width: unset;
		max-width: none;
		padding: 10px 10px;
		min-height: unset;
    }
	.flex-box-item:nth-child(2n+1) {
        margin-right: 10px;
    }
	.flex-box-item:hover .flex-blocks__icon {
		transform: translateX(40%) translateY(-50%) rotate(-45deg);
}
	.hero-benefits {
	z-index: none;
	margin-top: 0;
	height: auto;
	  width: 100%;
	}
	.flex-blocks__number {
		display: none;
		color:#000;
	}
	.flex-blocks__text {
		color: #000;
		font-size: 14px;
		line-height: 1.3;
	}
	.special-offer-btn {
		max-width: 300px;
	}

	/* =========benefits========= */
	.benefits {
		margin-top: -55px;
	}
	.benefits-wr > div {
		margin-bottom: 20px;
	}
	.benefits-wr > div:last-child {
		margin-bottom: 0;
	}
	.benefit-icon {
		width: 88px;
		height: 97px;
		background: url('../img/benefit-icon_bg2.png') no-repeat center / 100% 100%;
	}
	.benefit-right {
		font-size: 14px;
	}
	.benefit-right span {
		font-size: 19px;
	}
	.benefit-right div {
		max-width: 80%;
	}
	.mobile-spoiler {
		display: block;
		margin: 14px;
	  }
	  .forum-post {
		margin: 14px;
		display:none;
	  }
	  .get-price {
		padding: 0 0 30px;
	}
	
	/* =========action========= */
	.action {
		padding: 0 0 55px 0;
		margin-top: 20px;
	}
	.action-zag {
		font-size: 19px;
		font-weight: 500;
	}
	.timer #tiles > div {
		margin-right: 15px;
	}
	.timer #tiles > div span {
		width: 30px;
		height: 40px;
		font-size: 24px;
	}
	.timer__text {
		font-size: 12px;
	}
	.timer #tiles > div {
		max-width: 65px;
	}
	.timer #tiles > div.days_single {
		max-width: 32px;
	}
	.action-form-wr1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.global-input {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		font-size: 14px;
	}
	.btn_action {
		padding: 5px;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.action-form-wr2 {
		margin-top: 25px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.action-form-wr2 .global-ch {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.action-form-wr2 .global-ch:last-child {
		margin-bottom: 0;
	}
	.global-ch {
		width: 100%;
	}
	.global-ch-icon {
		width: 14px;
		height: 14px;
		margin-right: 10px;
		margin-top: 0;
	}
	.global-ch-label .global-ch-input:checked + .global-ch-icon {
		background-size: 8px;
	}
	.global-ch-label span {
		font-size: 12px;
	}
	/* =========models-nav========= */
	.models-nav {
		margin-bottom: 50px;
	}
	.models-nav-zag {
		font-size: 19px;
		text-align: center;
		margin-bottom: 30px;
	}
	.models-nav-row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.model-nav {
		padding: 0 10px;
		text-align: center;
		margin-bottom: 30px;
	}
	.model-nav-thumb {
		min-height: inherit;
	}
	.model-nav-bottom {
		margin-top: 20px;
	}
	.model-nav__title {
		font-size: 19px;
	}
	.model-nav__stock {
		font-size: 14px;
		margin-top: 4px;
	}
	.model-nav__stock span {
		display: block;
	}
	/* =========models========= */
	.models {
		padding-bottom: 45px;
	}
	.models-row {
		margin-bottom: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.models-left {
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.models-right {
		width: 100%;
		padding-bottom: 0;
	}
	.models-top {
		padding: 0 10px 0 0;
		margin-bottom: 30px;
		background: transparent;
	}
	.models__title {
		width: 58%;
		background: url('../img/models__title_bg.png') no-repeat center / 100% 100%;
		padding: 15px 15px 15px 5px;
		text-align: center;
		font-size: 14px;
		border-radius: 10px 0 0 0;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
	}
	.models-peice span {
		padding: 0;
		color:#2b2c2d;
	}
	.models-row2 .models-left {
		padding-top: 0;
	}
	.models-peice {
		font-size: 12px;
		color: #2b2c2d;
	}
	.models-peice span mark {
		color: #2b2c2d;
	}
	.models-peice span {
		font-size: 18px;
	}
	.models-peice span mark {
		font-size: 14px;
	}
	.models-peice {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 15px;
	}
	.models-colors {
		margin-top: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0;
	}
	.models-colors span {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 14px;
	}
	.models-color {
		margin-right: 10px;
	}
	.models-right-wr {
		padding: 0 25px 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.models-am {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 25px;
	}
	.models-am__text {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
	}
	.models-am__number {
		font-size: 16px;
		margin-right: 10px;
	}
	.models-am__text {
		font-size: 14px;
	}
	.models-benefits {
		width: 100%;
	}
	.models-benefit {
		margin-bottom: 10px;
	}
	.models-benefit-icon {
		width: 27px;
		margin-right: 15px;
	}
	.models-benefit__text {
		font-size: 14px;
	}
	.models-benefit__text br {
		display: none;
	}
	.models-right-col2 {
		padding-top: 0;
		margin-top: 30px;
		width: 100%;
	}
	.models-btns {
		margin-top: 0;
	}
	.models_btn {
		width: 100%;
		font-size: 14px;
		border-radius: 5px;
		height: 42px;
		margin-bottom: 15px;
	}
	.models-row2 .models-top {
		margin-bottom: 0;
	}
	.models::after {
		display: none;
	}
	/* =========action2========= */
	.action2 {
		padding: 30px 0 40px;
	}
	.action2-zag {
		color:#fff;
		font-size: 19px;
		margin-bottom: 25px;
	}
	.action2 .action-form-wr2 {
		margin-top: 25px;
	}
	.action2 .global-ch-icon {
		background: #fff;
	}
	.action2 .global-ch-label .global-ch-input:checked + .global-ch-icon {
		background: #fff url('../img/svg/check.svg') no-repeat center / 10px;
	}
	.action2 .global-ch-label span {
		color: #fff;
	}
	.action2 .global-ch-label span a {
		color: #fff;
	}
	.action2 .btn_primary {
		margin-top: 15px;
	}
	.action-form-wr1 {
		justify-content: center;
	}
	.benefits .container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.action-form {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.new-year {
		color: #17181A;
		text-transform: uppercase;
		justify-content: flex-end;
		flex-direction: column;
		align-items: end;
		text-shadow: 1px 1px 6px #fff;
	}
	.c-1 {
		padding-right: 10px;
	}
	.c-1 h1 {
		font-size: 93px;
		font-weight: 700;
		margin-bottom: 0;
		line-height: 1;
	}
	.c-1 h2 {
		font-size: 78px;
		font-weight: 700;
		margin-bottom: 0;
		line-height: 1;
	}
	.c-1 h2 span {
		background: #fff;
		color: #065991;
		text-shadow: none;
		padding: 3px 5px;
	}
	.c-2 {
		padding-left: 10px;
		height: 85px;
		display: flex;
		align-items: center;
		border-left: 2px solid #20648B;
	}
	.c-2 h2 {
		color: #20648B;
		padding-top: 25px;
		line-height: 1;
		font-size: 116px;
		padding-left: 5px;
		font-weight: 700;    
	}
	/* =========choose-car========= */
	.choose-car {
		padding: 25px 0 100px;
	}
	.choose-car-nav {
		margin-bottom: 30px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 15px;
		padding-left: 15px;
	}
	.choose-car-nav > div {
		margin-bottom: 10px;
		padding: 0;
	}
	.choose-car-nav > div:last-child {
		margin-bottom: 0;
	}
	.select2-selection__rendered {
		font-size: 13px !important;
		padding-left: 20px !important;
		padding-right: 30px !important;
	}
	.select2-selection {
		height: 40px !important;
	}
	.select2-selection__arrow {
		width: 30px !important;
	}
	.select2-results__options li {
		font-size: 13px !important;
		padding-left: 20px !important;
	}
	.choose-car-row {
		margin-top: 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.choose-car-thumb {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 15px;
	}
	.choose-car-thumb img {
		display: inline-block;
		width: 58%;
	}
	.choose-car-center {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	.choose-car__title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 18px;
		padding-left: 25px;
	}
	.choose-car-list {
		margin-top: 0;
	}
	.choose-car-list li {
		padding-left: 15px;
	}
	.choose-car-list li::before {
		width: 7px;
		height: 7px;
		top: 5px;
	}
	.choose-car-right {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.choose-car-row {
		padding-bottom: 30px;
	}
	.choose-car-price {
		text-align: left;
		font-size: 14px;
	}
	.choose-car-price span {
		font-size: 19px;
	}
	.choose-car-btns {
		margin-top: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.btn_choose-car1, .btn_choose-car2 {
		width: 48%;
		font-size: 12px;
		height: 35px;
	}
	/* =========credit========= */
	.credit {
		margin-top: 40px;
		padding-bottom: 55px;
	}
	.credit-wr {
		padding: 55px 30px 85px;
	}
	.credit__title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.credit__list {
		margin-bottom: 35px;
	}
	.credit__list li {
		margin-bottom: 10px;
		font-size: 14px;
		padding-left: 30px;
	}
	.credit__list li::before {
		width: 14px;
		height: 14px;
	}
	.credit__link {
		padding: 12px 45px;
		font-size: 14px;
	}
	.credit__link svg {
		width: 9px;
		margin-right: 20px;
	}
	.btn_credit {
		margin-top: 50px;
	}
	.btn_credit img {
		width: 14px;
		margin-right: 15px;
	}
/* =========service========= */
.service {
	margin-top: 40px;
	padding-bottom: 55px;
}
.service-wr {
	background: url('../img/credit-wr_bg2.jpg') no-repeat center bottom / cover;
	padding: 55px 30px 85px;
}
.service__title {
	font-size: 18px;
	margin-bottom: 25px;
}
.service__list {
	margin-bottom: 35px;
}
.service__list li {
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 30px;
}
.service__list li::before {
	width: 14px;
	height: 14px;
}
.service__link {
	padding: 12px 45px;
	font-size: 14px;
}
.service__link svg {
	width: 9px;
	margin-right: 20px;
}
.btn_service {
	margin-top: 50px;
}
.btn_service img {
	width: 14px;
	margin-right: 15px;
}
	/* =========map========= */
	.map-wr::after {
		padding-top: 85%;
	}
	.map-right {
		padding: 55px 15px 60px;
	}
	.map-logo {
		margin-bottom: 30px;
	}
	.map-logo img {
		width: 215px;
	}
	.map-firma {
		margin-bottom: 30px;
	}
	.map__title {
		font-size: 23px;
	}
	.map__text {
		font-size: 13px;
	}
	.map-list {
		margin-bottom: 35px;
	}
	.map-list li {
		font-size: 14px;
	}
	.map-list-icon {
		width: 14px;
		margin-right: 20px;
	}
	.map-list-item span {
		font-size: 14px;
	}
	.map__link {
		padding: 10px 30px;
		font-size: 14px;
	}
	.map__link img {
		width: 16px;
		margin-right: 15px;
	}
		/* =========under-map========= */
		.under-map {
			margin-bottom: 30px;
		}
		.under-map .item {
			width: 49.5%;
			margin-bottom: 4px;
		}
	/* =========footer========= */
	.footer {
		padding: 50px 0;
	}
	.footer-text {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.footer-text br {
		display: none;
	}
	.footer-text:last-child {
		margin-bottom: 0;
	}

}
@media (max-width:650px) {
	.special-offer {
		background: url(../img/1080x1336_landing_mobile_notext.jpg) no-repeat center top/ cover;
	}
	.special-offer__title {
		padding: 20px 0;
		font-size: 32px;
		line-height: 1.2;
		text-align: center;
	}
	.special-offer__model {
		color:#fff;
		text-align: center;
		font-size: 26px;
		font-weight: 500;
		text-shadow: 1px 1px 6px #000;
	}
	.special-offer__model_main {
		font-size: 30px;
		text-align: center;
		margin-bottom: 0;
	}
	.special-offer-btn {
		position: relative;
		bottom: 10%;
	}
	.mob-hide {
		display: none;
	}
}
/* =========new-map========= */
.ymaps-2-1-79-ground-pane {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}
	.button-map{
	  background: linear-gradient(to right, rgba(0,102,173,1) 0%,rgba(0,149,219,1) 100%);
	  border: none;
	  border-radius: 10px;
	  color: #fff;
	  padding: 18px 45px 18px 45px;
	}    
	.balloon {
	  position: relative;
	  width: 400px;
	  height:230px;
	  background: #fff;    
	}
	.ballon-info{
	  margin-top: 15px;
	  width:100%;    
	}
	.ballon-line{
		width:100%;
		display: inline-flex;
		margin-top: 10px;
		margin-left: 10px;
	  }
	.ballon-title{  
	margin-left: 20px;
	font-family: 'Dopis';
    font-size: 26px;
    font-weight: 500;
    color: #25282A;
    line-height: 1.2em;
    text-transform: uppercase; 
		}
	.balloon_text {
	  font-family: 'Dopis';
	  font-size: 18px;
	  width: 350px;
	}
	.ballon-ico {
	  text-align: center;
	  width: 40px;
	}
	.ballon-button{
		margin-top: 15px;
		margin-left: 20px;
	}

.ballon-marsh{
	color: #0064a4!important;
    margin-top: 15px;
    margin-left: 20px;
    font-family: 'Dopis';
    font-size: 16px;
    font-weight: 500;
}
.btn_offers {
	padding: 13px 52px;
}
.btn_offers span {
	font-size: 17px;
}
.btn_offers::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: calc(100% + 17px);
	left: -8.5px;
	height: calc(100% + 17px);
	top: 0;
	background: url('../img/btn_offers_shadow.png') no-repeat center / 100% 100%;
}
	@media (max-width: 768px) 
{ 
	.balloon {
		position: relative;
		width: 300px;
		height:260px;
		background: #fff;    
	  }
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}
	  .balloon_text {
		font-family: 'Dopis';
		font-size: 18px;
		width: 250px;
	  }
	  .ballon-info{
		margin-top: 15px;
		margin-left:0px;
		width:100%;    
	  }
	  .ballon-line{
		  width:100%;
		  display: inline-flex;
		  margin-top: 10px;
		  margin-left: 0px;
		}
	  .ballon-title{ 
		margin-left: 5px; 
		  }
	  .ballon-title-text{
		font-family: 'Dopis';
    	font-size: 26px;
    	font-weight: 500;
    	color: #25282A;
    	line-height: 1.2em;
    	text-transform: uppercase;  
	  }
	  .balloon_text {
		font-family: 'Dopis';
		font-size: 16px;
		width: 350px;
	  }
	  .ballon-ico {
		text-align: center;
		width: 40px;
	  }
	  .ballon-button{
		  margin-top: 15px;
		  margin-left: 5px;
	  }
	  .ballon-marsh{
		margin-top: 15px;
		margin-left: 5px;
		font-family: 'Dopis';
		font-weight: 600;
		font-size: 14px;
	}
}

@media (max-width: 1024px)
{
	.blok_2{
		display: none;
	}

	.action .col-6 {
	flex: 0 0 100%;
    max-width: 100%;
	}
.low_text {
		text-align: center;
		color: #fff;
	font-family: 'Dopis';
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
	}

	.timer{
		justify-content: center;
	}

	.action-form{
		width: 100%;
	}
	.global-input{
		margin-right: 0px;
	}


	.action-zag-main {
	padding-top: 30px;
	}
}
@media (max-width:768px) {
	.c-1 h1 {
		font-size: 68px;
	}
	.c-1 h2 {
		font-size: 57px;
	}
	.c-2 {
		height: 75px
	}
	.c-2 h2 {
		padding-top: 20px;
		font-size: 106px;
	}
}


@media (max-width:600px) {
	.c-1 {
		padding-right: 3px;
	}
	.c-2 {
		padding-left: 0;
	}
	.c-1 h1 {
		font-size: 48px;
	}
	.c-1 h2 {
		font-size: 40px;
	}
	.c-1 h2 span {
		padding: 3px 5px;
	}
	.c-2 {
		height: 55px
	}
	.c-2 h2 {
		padding-top: 15px;
		font-size: 74px;
	}
	.slider {
		margin-top: 30px;
	}
}
@media (max-width:420px) {
	.special-offer {
		max-height: 550px;
	}
	.c-1 h1 {		
		font-size: 43px;
	}
	.c-1 h2 {		
		font-size: 36px;
	}
	.c-1 h2 span {
		padding: 3px 5px;
	}
	.c-2 {
		height: 55px
	}
	.c-2 h2 {
		padding-top: 15px;
		font-size: 70px;
	}
}