body{
	background: #ffffff;
	font-family: 'Neo Sans Pro', sans-serif;
	font-size: 19px;
	color: #130b04;
	min-width: 360px;
	line-height: 1em;
}

/* =========header========= */
.mob-menu {
	display: none;
}
.header {
	padding: 35px 0;
	position: relative;
}
.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: 280px;
	width: 100%;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.header-desc-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-desc-col1 {
	margin-right: 75px;
}
.header-desc__text1 {
	color: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
}
.header-desc__text2 {
	color: #494643;
	font-family: "Neo Sans Pro";
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	margin-top: 5px;
}
.header__tel {
	display: inline-block;
	color: #0064a4;
	font-family: "Neo Sans Pro";
	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: #130b04;
}
@media (pointer: coarse) {
	.header__tel:hover {
		color: #0064a4;
	}
}
.btn_header-order {
	padding: 12px 35px;
}
.btn_header-order img {
	display: inline-block;
	width: 18px;
	margin-right: 20px;
}
.header-desc-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.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 #2c76b9;
}
.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: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	padding: 14px 5px;
	background-color: #0065ac;
	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-color: #2c76b9;
	color: #fff;
}
@media (pointer: coarse) {
	.header-desc-menu-list li a:hover {
		background-color: #0065ac;
		color: #fff;
	}
}
.header-desc-menu-list li:first-child a::before {
	display: block;
	position: absolute;
	content: '';
	width: 25px;
	height: 47px;
	background: url('../img/header-desc-menu-list_before.png') no-repeat center / 100% 100%;
	right: 100%;
	top: 0;
}
.header-desc-menu-list li:last-child a::before {
	display: block;
	position: absolute;
	content: '';
	width: 25px;
	height: 49px;
	background: url('../img/header-desc-menu-list_after.png') no-repeat center / 100% 100%;
	left: 100%;
	top: 0;
}
.header-adress {
	font-size: 18px;
	color: #0064a4;
	text-decoration: underline;	
}
.header-ico {
	vertical-align: bottom;
}
/* =========special-offer========= */
.special-offer {
	background: url('../img/Geely_1920x694.jpg') no-repeat right center / cover;
	max-height: 694px;
	position: relative;
}
.special-offer::after {
	display: block;
	content: '';
	padding-top: 36.14%;
}
.special-offer .container {
	position: absolute;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.special-offer__title {
	color: #3b3c41;
	font-family: "Neo Sans Pro";
	font-size: 68px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 25px;
	text-align: center;
}
.special-offer__model {
	color: #ffffff;
	font-family: "Neo Sans Pro";
	font-size: 35px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}
.special-offer__text {
	color: white;
	font-family: "Neo Sans Pro";
	font-size: 23px;
	font-weight: 400;
	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;
}
@media (max-width: 1600px) { 
	.special-offer__text {
		font-size: 17px;
		margin-bottom: 35px;
	}
	.special-offer__model {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.special-offer__title {
		font-size: 61px;
		margin-bottom: 10px;
	}
	.btn_special-offer {
		padding: 12px 40px;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 15px;
	}
}
/* =========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: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.benefit-right span {
	font-family: "Neo Sans Pro";
	display: inline-block;
	color: #0064a4;
	font-size: 25px;
	font-weight: 700;
}
@media (max-width: 1600px) { 
	.benefit-right {
		font-size: 17px;
	}
	.benefit-right span {
		font-size: 18px;
	}
}
/* =========spoiler========= */
.forum-post {
	margin: 14px;
  }
  .spoiler-content {
	font-style: italic;
	text-align: left;
	font-size: 14px;
	margin: 14px;
  }
  .spoiler {
	display: none;
  }

.spoiler-1 {
	color:#000;
	text-decoration: underline dotted black;
    -webkit-text-decoration: underline dotted black;
}
  .show {
	display: none; 
  }
  
  .hide:target + .show {
	display: inline; 
  }
  
  .hide:target {
	display: none; 
  }
  
  .hide:target ~ .spoiler {
	display: inline;
  }
  .mobile-spoiler {
	margin: 14px;
	display:none;
  }
  .mobile-spoiler-link{
	margin: 14px;
    color: #000;
    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: #000002;
	font-family: "Neo Sans Pro";
	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: "Neo Sans Pro";
	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: "Neo Sans Pro";
	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 {
	margin-top: 45px;
	text-align: center;
	color: #000002;
	font-family: "Neo Sans Pro";
	font-size: 17px;
	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% + 4px);
	top: 17px;
}
.timer .minutes::before {
	display: block;
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	left: calc(100% + 4px);
	bottom: 17px;
}
.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: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	background: url('../img/timer_bg.png') no-repeat center / 100% 100%;
	margin-right: 2px;
}
.timer #tiles > div span:last-child {
	margin-right: 0;
}
.action {
	padding-bottom: 90px;
}
.action-zag {
	text-align: center;
	color: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 35px;
}
.timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: 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: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	margin-top: 10px;
}
.action-form {
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.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: 55px;
	border-radius: 45px;
	border: none;
	background: #dee4e8;
	color: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 35px;
	padding-right: 10px;
}
.global-input::-webkit-input-placeholder {color: #130b04;opacity: 1;}
.global-input::-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-input:-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-input:-ms-input-placeholder 		{color: #130b04;opacity: 1;}
.btn_action {
	height: 55px;
	padding: 5px 40px;
	font-size: 19px;
	margin-left: 20px;
}
.btn_action img {
	display: inline-block;
	width: 18px;
	margin-right: 25px;
}
.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: "Neo Sans Pro";
	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 {
	margin-bottom: 125px;
}
.models-nav-zag {
	color: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 42px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 0;
}
.models-nav-row > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}
.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;
}
.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;
	}
}
.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 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 35px;
	width: 100%;
}
.model-nav__title {
	color: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 29px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2em;
}
.model-nav__stock {
	font-family: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 500;
	color: #130b04;
	line-height: 1.2em;
}
.model-nav__stock span {
	color: #0064a4;
}
/* =========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;
	background: url('../img/models_bg.png') repeat;
}
.models .container {
	position: relative;
	z-index: 1;
}
.models-row {
	margin-bottom: 75px;
	border: 1.6px solid #d9dee3;
	border-radius: 10px;
	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: #130b04;
	font-family: "Neo Sans Pro";
	font-size: 19px;
	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;
}
.models-color:last-child {
	margin-right: 0;
}
.models-color_red {
	background: #da241a;
}
.models-color_grey {
	background: #909fa8;
}
.models-color_grey-700 {
	background: #5d676d;
}
.models-color_black {
	background: #1e1a16;
}
.models-color_white {
	background: #fff;
}
.models-color_blue {
	background: #485677;
}
.models-right {
	width: 56%;
	padding-bottom: 45px;
}
.models-top {
	margin-bottom: 35px;
	padding: 10px 15px 10px 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0 10px 0 0;
	background: url('../img/models-top_bg.png') no-repeat center / 100% 100%;
}
.models__title {
	color: white;
	font-family: "Neo Sans Pro";
	font-size: 29px;
	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: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
}
.models-peice span {
	display: block;
	color: #9ad2f4;
	font-family: "Neo Sans Pro";
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2em;
}
.models-peice span mark {
	background: transparent;
	padding: 0;
	font-size: 19px;
	color: #9ad2f4;
}
.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: #130b04;
	font-family: "Neo Sans Pro";
	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: #130b04;
	font-family: "Neo Sans Pro";
	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: #130b04;
	font-family: "Neo Sans Pro";
	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: url('../img/action2_bg.jpg') no-repeat center / cover;
	padding: 30px 0 25px;
}
.action2-zag {
	text-align: center;
	color: white;
	font-family: "Neo Sans Pro";
	font-size: 29px;
	font-weight: 500;
	line-height: 1.2em;
	margin-bottom: 25px;
}
.action2 .action-form {
	max-width: 900px;
}
.action2 .global-input {
	background: #fefefe;
}
.action2 .btn_action {
	background: #2bbcff;
	padding: 5px 55px;
}
.action2 .btn_action:hover {
	background: #7acef5;
}
.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: #4eb4e5;
}
.action2 .global-ch-icon {
	border-color: #fff;
}
.action2 .global-ch-label .global-ch-input:checked + .global-ch-icon {
	background: url('../img/svg/check2.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: #130b04 !important;
	font-family: "Neo Sans Pro" !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: #130b04 !important;
	font-family: "Neo Sans Pro" !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: #130b04;
	font-family: "Neo Sans Pro";
	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: #130b04;
	font-family: "Neo Sans Pro";
	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: "Neo Sans Pro";
	color: #130b04;
	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: #130b04;
	font-family: "Neo Sans Pro";
	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;
}
/* =========credit========= */
.credit {
	padding-bottom: 160px;
	position: relative;
}
.credit-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: 55px;
	max-height: 626px;
	background-image: url('../img/credit-thumb_bg.jpg');
}
.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: url('../img/credit-wr_bg.jpg') no-repeat right center / cover;
	border-radius: 0 10px 10px 0;
}
.credit-cont {
	position: relative;
	z-index: 1;
}
.credit__title {
	color: white;
	font-family: "Neo Sans Pro";
	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: "Neo Sans Pro";
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2em;
	color: white;
	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: #86c8e6;
}
.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;
	border-radius: 45px;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	color: #0064a4;
	font-family: "Neo Sans Pro";
	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: #0064a4;
	background-color: #67d5fa;
}
@media (pointer: coarse) {
	.credit__link:hover {
		color: #0064a4;
		background-color: #fff;
	}
}
.btn_credit {
	padding: 20px 90px;
	margin-top: 160px;
}
.btn_credit img {
	margin-right: 20px;
}
/* =========map========= */
.map {
	background: #0065ac;
	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: 280px;
}
.map-firma {
	margin-bottom: 20px;
}
.map__title {
	color: white;
	font-family: "Neo Sans Pro";
	font-size: 29px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
.map__text {
	color: white;
	font-family: "Neo Sans Pro";
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}
.map-list {
	padding: 0;
	margin-bottom: 45px;
}
.map-list li {
	margin-bottom: 15px;
}
.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: "Neo Sans Pro";
	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;
	border-radius: 45px;
	background-color: #0095db;
	color: white;
	font-family: "Neo Sans Pro";
	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-color: #40c3ff;
	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;
}
.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: #80807f;
	font-family: "Neo Sans Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}




@media (max-width: 1400px) { 
	.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);
		}
	}
	.choose-car {
		padding-bottom: 100px;
	}
	/* =========footer========= */

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
	/* =========header========= */
	.header-desc-menu {
		display: none
	}
	.header-desc-col1 {
		display: none;
	}
	.btn_header-order {
		display: none;
	}
	.header {
		padding: 25px 0;
	}
	.header-logo {
		max-width: 240px;
	}
	.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;
	}
	.mob-menu {
		position: fixed;
		z-index: 1500;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #0065ac;
		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: "Neo Sans Pro";
		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: "Neo Sans Pro";
		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: #2bbcff;
		padding: 20px 5px;
		font-size: 20px;
	}
	.mob-menu .btn_header-order:hover {
		background: #2bbcff;
		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: "Neo Sans Pro";
		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%;
		background: #fff;
		z-index: 500;
	}
	.header-fixed {
		padding-top: 90.15px;
	}
	/* =========special-offer========= */
	.special-offer__text {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.special-offer__model {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.special-offer__title {
		font-size: 48px;
		margin-bottom: 10px;
		margin-top: 4%;
	}
	.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;
	}
	/* =========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========= */
	.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: 10px 15px 10px 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 {
		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;
	}
	.credit-wr::before {
		display: none;
	}
	.btn_credit {
		padding: 15px 60px;
		margin-top: 50px;
	}
	.credit {
		padding-bottom: 100px;
	}
	/* =========map========= */
	.map-wr {
		position: relative !important;
		width: 100%;
		height: auto;
	}
	.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;
	}
	.special-offer .container {
		top: 0px;
	}

}
@media (max-width: 900px) {
	.map-wr {
		height: 1335px;
	}
	.map-right {
		max-width: fit-content;
		width: fit-content;
		margin-right: auto;
    	margin-left: auto;
}
.special-offer__title { 
	font-size: 40px;
    margin-top: 3%;
}
}
/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =========header========= */
	.header {
		padding: 15px 0;
	}
	.header-logo {
		max-width: 150px;
	}
	.header-desc-center {
		padding-right: 15px;
	}
	.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/Geely_1242x1506.jpg') no-repeat center bottom / cover;
	}
	.special-offer .container {
		position: absolute;
		top: 25px;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.special-offer__title {
		font-size: 36px;
		margin-bottom: 0px;
		text-align: center;
		margin-top: 0;
	}
	.special-offer__model {
		font-size: 26px;
		margin-bottom: 0px;
		font-weight: 400;
		line-height: 32px;
	}
	.special-offer__text {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.special-offer {
		max-height: inherit;
	}
	/* =========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;
	}
	.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: 18px;
		border-radius: 10px 0 0 0;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
	}
	.models-row2 .models-left {
		padding-top: 0;
	}
	.models-peice {
		font-size: 12px;
		color: #0064a4;
	}
	.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;
		background: url('../img/action2_bg2.jpg') no-repeat center top / cover;
	}
	.action2-zag {
		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 .btn_action {
		padding: 5px;
	}
	.special-offer .container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.benefits .container {
		padding-right: 30px;
		padding-left: 30px;
	}
	.action-form {
		padding-right: 15px;
		padding-left: 15px;
	}
	/* =========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 {
		padding-bottom: 55px;
	}
	.credit-wr {
		background: url('../img/credit-wr_bg2.jpg') no-repeat center bottom / cover;
		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;
	}
	/* =========map========= */
	.map-wr {
		height: 1050px;
	}
	.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;
	}

}
/* =========new-map========= */
.ymaps-2-1-79-ground-pane {
	-webkit-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:240px;
	  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: "Neo Sans Pro";
    font-size: 28px;
    font-weight: 500;
    color: #130b04;
    line-height: 1.2em;
    text-transform: uppercase; 
		}
	.balloon_text {
	  font-family: "Neo Sans Pro";
	  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: "Neo Sans Pro";
    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:230px;
		background: #fff;    
	  }
	  .balloon_text {
		font-family: "Neo Sans Pro";
		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: "Neo Sans Pro";
    	font-size: 24px;
    	font-weight: 500;
    	color: #130b04;
    	line-height: 1.2em;
    	text-transform: uppercase;  
	  }
	  .balloon_text {
		font-family: "Neo Sans Pro";
		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: "Neo Sans Pro";
		font-weight: 600;
		font-size: 14px;
	}
}