@font-face {
	font-display: swap;
	font-family: 'ChangAnunitype';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/changanunitypebold.woff2');
	src: url('../fonts/changanunitypebold.woff2') format('woff2'),
		url('../fonts/changanunitypebold.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'ChangAnunitype';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/changanunityperegular.woff2');
        src: url('../fonts/changanunityperegular.woff2') format('woff2'),
		url('../fonts/changanunityperegular.woff') format('woff');
}

@font-face {
	font-display: swap;
	font-family: 'ChangAnunitype';
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/changanunitypelight.woff2');
	src: url('../fonts/changanunitypelight.woff2') format('woff2'),
		url('../fonts/changanunitypelight.woff') format('woff');
}

:root {
	--colorDarkCerulean: #0b457f;
}

*::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

*:-moz-placeholder {
	color: #333;
	opacity: 1;
}

*::-moz-placeholder {
	color: #333;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

*::-ms-clear {
	display: none;
}

*::-webkit-scrollbar {
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: #333333;
}

*::-webkit-scrollbar-thumb {
	background: #0b457f;
}

* {
	scrollbar-base-color: #ddd;
	scrollbar-face-color: #0b457f;
	scrollbar-3dlight-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-track-color: transparent;
	scrollbar-arrow-color: #0b457f;
	scrollbar-shadow-color: transparent;
	scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
	color: #0b457f;
	background: #333333;
}

*::selection {
	color: #0b457f;
	background: #333333;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: green;
}

body input:required:valid,
body textarea:required:valid {
	color: green;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 19px;
	font-family: 'ChangAnunitype', sans-serif;
	overflow-x: hidden;
	background: #f7f7f8;
}

.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}

.container {
	max-width: 1450px;
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'ChangAnunitype', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ChangAnunitype', sans-serif;
	line-height: 1.2em;
}

h2 {
	color: #333;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
	text-align: center;
}

h2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 13px;
	background-image: url(../images/h2_bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

a {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
	transition: all 0.3s;
	color: #0b457f;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	outline-width: 0;
}

[v-cloak] {
	display: none;
}

.redput {
	color: #cd0707;
	border-color: #cd0707;
	box-shadow: none;
}

.redput::-webkit-input-placeholder {
	color: #cd0707 !important;
}

.redput:-moz-placeholder {
	color: #cd0707 !important;
}

.redput::-moz-placeholder {
	color: #cd0707 !important;
}

.redput:-ms-input-placeholder {
	color: #cd0707 !important;
}

.no-wrap {
	white-space: nowrap;
}

#app {
	overflow: hidden;
}

.red {
	color: #cd0707 !important;
}

.darkCerulean {
	color: var(--colorDarkCerulean);
}

.svg_list {
	display: none;
}

@media only screen and (max-width: 1450px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		max-width: 1024px;
	}

	h2 {
		font-size: 24px;
	}

	h2:after {
		display: none;
	}
}

@media only screen and (max-width: 996px) {
	.container {
		max-width: 768px;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		max-width: 375px;
	}
}

.btn {
	position: relative;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.3s cubic-bezier(1, 1, 0.44, 0.92);
	padding: 10px;
	display: block;
	width: 100%;
	min-height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0b457f;
	background: radial-gradient(100% 862.89% at 0% 0%, #0b457f 0%, #09335e 100%);
	border-radius: 45px;
	outline: none;
	border: none;
	cursor: pointer;
	font-size: 12px;
}

.btn svg {
	height: 8px;
	width: 4px;
	margin-left: 4px;
	transition: all 0.3s ease;
}

.btn:hover {
	color: #fff;
	opacity: 0.9;
}

.btn:hover svg {
	transform: translateX(5px);
}

.btn:disabled {
	opacity: 0.5;
}

.btn.btn-light {
	background-color: #fff;
	color: #0b457f;
	background-image: none;
}

.btn.icon-arrow svg {
	width: 7px;
	height: 12px;
	fill: #fff;
	transition: 0.3s ease;
	margin-left: 15px;
}

.btn.icon-arrow:hover {
	background-color: #0b457f;
	color: #fff;
}

.btn.icon-arrow:hover svg {
	fill: #fff;
	transform: translateX(10px);
}

.btn .text {
	position: relative;
	z-index: 1;
}

.btn .progress {
	position: absolute;
	height: 100%;
	width: 0;
	background-color: #072c50;
	left: 0;
	top: 0;
	border-radius: 2px;
}

.btn.sending .progress {
	-webkit-animation-name: sendingPhone;
	animation-name: sendingPhone;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

button {
	display: block !important;
}

.btn__border {
	border: 1px solid #ffffff;
	color: #fff;
	background: transparent;
}

.btn__border:hover,
.btn__border:focus {
	background-color: #0b457f;
	border-color: #0b457f;
}

.input-block {
	height: 34px;
	position: relative;
	margin: 0 auto;
}

.input {
	display: block;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	font-family: 'ChangAnunitype', sans-serif;
	color: #333 !important;
	outline: none;
	line-height: 1em;
	border: none;
	padding-left: 30px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 43px;
}

.wrong+.input {
	border: 1px solid red;
}

.phone {
	white-space: nowrap;
}

.form__checkbox {
	margin-top: 22px;
	font-size: 12px;
	line-height: 1.2;
	color: #dde1e1;
	display: flex;
	align-items: center;
}

.form__checkbox input {
	margin-right: 5px;
}



.form__checkbox label {
    margin-left: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    opacity: 0.5;
}

.form__checkbox label a {
    color: #333333;
}

.form__checkbox a {
	color: #dde1e1;
}

@media only screen and (max-width: 1450px) {
	.input {
		padding-left: 20px;
	}
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	visibility: hidden;
	transition: all 0.3s;
}

.popup.open {
	visibility: visible;
	background: rgba(0, 0, 0, 0.8);
}

.popup.open .popup__body {
	transform: translateY(-45%) scale(1);
}

.popup__body {
	max-width: 515px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	position: relative;
	top: 50%;
	transform: translateY(-50%) scale(0);
	padding-top: 0px;
	overflow: hidden;
}

.popup__body-price {
	max-width: 1178px;
	border-radius: 10px;
}

.popup__close {
	position: absolute;
	width: 49px;
	height: 49px;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 50%;
	z-index: 10;
}

.popup__close:before {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 2px;
	background: #333333;
	border-radius: 5px;
	transform: rotate(45deg);
	top: 48%;
	left: 30%;
}

.popup__close:after {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 2px;
	background: #333333;
	border-radius: 5px;
	transform: rotate(-45deg);
	top: 48%;
	left: 30%;
}

.popup__close:hover {
	opacity: 0.6;
}

.popup__content.tnxpopup {
	display: block;
	max-height: 90vh;
	height: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px;
	width: 100%;
}

.popup__content.tnxpopup .btn:after {
	display: none;
}

.popup__content.politicpopup {
	display: block;
	max-height: 70vh;
	height: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.popup__text {
	font-size: 10px;
	text-align: justify;
}

.popup__title {
	font-weight: 300;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
}

.popup__content {
	max-height: 70vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 54px 60px 80px 60px;
}

.popup__content form {
	width: 100%;
	margin-top: 54px;
}

.popup__content .form-elements {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.popup__content .form-elements .form__checkbox {
	margin-top: 24px;
	display: flex;
	align-items: center;
}

.popup__content .form-elements .form__checkbox label {
	margin-left: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	opacity: 0.5;
}

.popup__content .form-elements .form__checkbox label a {
	color: #333333;
}

.popup__content .form-elements .form__checkbox label a:hover {
	opacity: 1;
}

.popup__content .form-elements .form__checkbox input {
	/* width: 22px; */
	height: 22px;
}

.popup__content .form-elements .submit {
	margin: 0;
	height: 50px;
}

.popup__content .form-elements .input-block {
	margin: 0;
	margin-bottom: 15px;
}

.popup__content .form-elements .input-block input {
	border: 1px solid #dde1e1;
}

.popup__content .form-elements p.politic {
	font-size: 12px;
	margin-top: 30px;
}

.popup__content .form-elements p.politic a {
	color: #dde1e1;
	text-decoration: underline;
}

.popup__service {
	padding: 45px 52px 89px 52px;
	max-height: 90vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.popup__thead {
	display: flex;
	justify-content: space-between;
	padding: 12px 39px;
	align-items: center;
}

.popup__title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
}

.popup__name {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}

.popup__tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 39px;
	font-size: 18px;
}

.popup__tr:nth-child(even) {
	background-color: #dde1e1;
}

.popup__td:nth-child(2) {
	min-width: 95px;
	width: 95px;
	font-weight: bold;
	margin-left: 20px;
	text-align: right;
}

.circle-loader {
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-left-color: #0b457f;
	-webkit-animation-name: loader-spin;
	animation-name: loader-spin;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	bottom: 7px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	z-index: 6;
}

.circle-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.circle-loader.checking {
	opacity: 1;
}

.load-complete {
	-webkit-animation: none;
	animation: none;
	border-color: #299926;
	transition: border 500ms ease-out;
}

.load-complete.wrong {
	border-color: #cd0707;
	cursor: pointer;
}

.load-complete.wrong:before {
	content: '';
	display: block;
	height: 2px;
	width: 8px;
	background: #cd0707;
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	transform: rotate(45deg);
	transform-origin: center;
}

.load-complete.wrong:after {
	content: '';
	display: block;
	height: 2px;
	width: 8px;
	background: #cd0707;
	display: block;
	position: absolute;
	top: 7px;
	left: 4px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.checkmark {
	display: none;
}

.checkmark:after {
	opacity: 1;
	height: 9px;
	width: 5px;
	transform-origin: left top;
	border-right: 2px solid #299926;
	border-top: 2px solid #299926;
	content: '';
	left: 2px;
	top: 8px;
	position: absolute;
}

.checkmark.draw:after {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-name: checkmark;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}

.checkmark.checked {
	display: block;
}

@-webkit-keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}

	20% {
		height: 0;
		width: 7px;
		opacity: 1;
	}

	40% {
		height: 9px;
		width: 5px;
		opacity: 1;
	}

	100% {
		height: 9px;
		width: 5px;
		opacity: 1;
	}
}

@keyframes checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 1;
	}

	20% {
		height: 0;
		width: 7px;
		opacity: 1;
	}

	40% {
		height: 9px;
		width: 5px;
		opacity: 1;
	}

	100% {
		height: 9px;
		width: 5px;
		opacity: 1;
	}
}

@-webkit-keyframes sendingPhone {
	0% {
		width: 0;
	}

	20% {
		width: 10%;
	}

	40% {
		width: 30%;
	}

	50% {
		width: 45%;
	}

	55% {
		width: 50%;
	}

	65% {
		width: 80%;
	}

	100% {
		width: 100%;
	}
}

@keyframes sendingPhone {
	0% {
		width: 0;
	}

	20% {
		width: 10%;
	}

	40% {
		width: 30%;
	}

	50% {
		width: 45%;
	}

	55% {
		width: 50%;
	}

	65% {
		width: 80%;
	}

	100% {
		width: 100%;
	}
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.btngreen {
	background-color: #0b457f;
}

.success {
	width: 60%;
	margin: 40px auto 0;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	display: block;
}

.success svg {
	width: 35px;
	height: 28px;
}

.success svg path {
	fill: #fff;
}

@media only screen and (max-width: 768px) {
	.popup__content {
		padding: 39px 25px 45px 25px;
	}

	.popup__content form {
		margin-top: 30px;
	}

	.popup__content .form-elements {
		display: block;
	}

	.popup__content .form-elements .input-block,
	.popup__content .form-elements .submit {
		width: 100%;
	}

	.popup__content .form-elements .input-block {
		margin-bottom: 15px;
	}

	.popup__service {
		padding: 40px 20px 20px 20px;
	}

	.popup__title {
		font-size: 16px;
	}

	.popup__name {
		font-size: 14px;
	}

	.popup__thead {
		padding: 10px 5px;
	}

	.popup__tr {
		padding: 2px 10px;
		font-size: 14px;
		line-height: 1.2;
	}

	.popup__td:nth-child(2) {
		min-width: 60px;
		width: 60px;
	}
	
	.model-alvsin {
	    width:100%;
	}
	
}

.counter {
	text-align: center;
	max-width: 665px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.counter__wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 64px;
	line-height: 1;
	font-weight: bold;
}

.counter__label {
	margin-top: 8px;
	line-height: 1;
	font-size: 20px;
	font-weight: 400;
}

.counter__item {
	width: 105px;
	position: relative;
}

.counter__item:after {
	content: ':';
	position: absolute;
	left: 140px;
	top: 20px;
	font-size: 24px;
	font-weight: 400;
	color: #e9e9e9;
}

.counter__item:last-child:after {
	display: none;
}

@media only screen and (max-width: 760px) {
	.counter__title {
		font-size: 14px;
		line-height: 17px;
	}

	.counter__wrapper {
		margin-top: 6px;
		justify-content: center;
	}

	.counter__value {
		font-size: 40px;
		line-height: 48px;
	}

	.counter__item {
		width: 72px;
	}

	.counter__item:after {
		left: 70px;
		top: 12px;
	}

	.counter__label {
		margin-top: 0px;
		font-size: 10px;
		line-height: 12px;
	}
}

#cookie-popup {
	bottom: 20px;
	right: 20px;
	max-width: 400px;
	position: fixed;
	padding: 12px;
	color: #555555;
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	font-size: 13px;
}

#cookie-popup p {
	text-align: center;
	margin-bottom: 10px;
}

#cookie-popup span[role='button'] {
	background: #4b81e8;
	color: #fff;
	border: 0;
	padding: 0.4em 0.8em;
	font-size: 13px;
	display: block;
	text-align: center;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}

#cookie-popup span[role='button']:hover {
	opacity: 0.8;
}

.header {
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 0;
	transition: 0.3s ease;
}

.header.fixed {
	background-color: #fff;
}

.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	width: 200px;
	cursor: pointer;
}

.header__diler {
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.2;
}

.header__nav {
	margin-left: 40px;
	margin-right: auto;
}

.header__nav ul {
	display: flex;
	list-style-type: none;
	align-items: center;
}

.header__nav ul li {
	margin: 0px 18.5px;
}

.header__nav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
}

.header__nav ul li a:hover {
	color: #0b457f;
	text-decoration: underline;
}

.header__contacts {
	display: flex;
	align-items: center;
}

.header__phone {
	margin-left: 49px;
}

.header__phone a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.header__phone a:hover {
	color: #0b457f;
	text-decoration: underline;
}

.header__button {
	margin-left: 29px;
	width: 151px;
}

.header__burger {
	display: none;
}

.models-changan__inner {
        display: flex;
        margin-top:20px;
        gap:100px;
}

@media only screen and (max-width: 1450px) {
	.header__logo {
		width: 200px;
	}

	.header__diler {
		margin-left: 20px;
		font-size: 16px;
	}

	.header__nav {
		margin-left: 20px;
	}

	.header__nav ul li {
		margin: 0px 15px;
	}

	.header__phone {
		margin-left: 20px;
	}

	.header__button {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.header__burger {
		display: block;
		cursor: pointer;
		margin-left: 30px;
	}

	.header__nav {
		position: absolute;
		top: 100%;
		background-color: #fff;
		left: 0;
		width: 100%;
		margin: 0;
		transition: 0.3s ease;
		transform: translateX(-100%);
		height: calc(100vh - 100px);
	}

	.header__nav ul {
		display: block;
		margin: 0 15px;
		border-top: 1px solid #f0f0f0;
	}

	.header__nav ul li {
		padding: 10px 0;
		border-bottom: 1px solid #f0f0f0;
		font-size: 20px;
		line-height: 1.2;
		margin: 0;
	}

	.header__nav.open {
		transform: translateX(0%);
	}
}

@media only screen and (max-width: 996px) {
	.header {
		padding: 10px 0;
	}

	.header__logo {
		width: 150px;
	}

	.header__diler {
		margin-left: 10px;
		font-size: 12px;
	}

	.header__contacts {
		margin-left: auto;
	}

	.header__phone a {
		font-size: 14px;
	}

	.header__button {
		margin-left: 15px;
	}

	.header__burger {
		margin-left: 15px;
	}

	.header__nav {
		height: calc(100vh - 70px);
	}
	
	.models-changan__inner {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
}
}

@media only screen and (max-width: 768px) {
	.header__button {
		display: none;
	}

	.header__diler {
		display: none;
	}

	.header__nav {
		height: calc(100vh - 59px);
	}
}

.main {
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%),
		url(../images/bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 84px;
	width: 100%;
}

.main__content {
	padding: 90px 100px;
}

.main h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	color: #fff;
}

.main h1 span {
	font-weight: bold;
	font-size: 36px;
}

.main__button {
	margin-top: 70px;
	width: 308px;
}

@media only screen and (max-width: 996px) {
	.main {
		margin-top: 54px;
	}

	.main__content {
		padding: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.main {
		margin-top: 41px;
	}

	.main__content {
		padding: 30px 15px;
	}

	.main h1 {
		font-size: 18px;
	}

	.main h1 span {
		font-size: 32px;
	}

	.main__button {
		width: 245px;
	}

	.main__button .btn {
		display: flex !important;
		align-items: center;
	}
}

.actions {
	margin-top: 50px;
}

.actions .slick-track {
	display: flex;
	align-items: center;
	min-height: 390px;
}

.actions__slider {
	margin-top: 35px;
}

.actions__slider .slick-list {
	margin: 0px 120px;
}

.actions__slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	height: 36px;
	width: 19px;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.3s ease;
}

.actions__slider .slick-arrow:hover {
	opacity: 0.6;
}

.actions__slider .slick-prev {
	left: 0;
}

.actions__slider .slick-prev:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	visibility: visible;
	display: block;
	cursor: pointer;
	background-image: url(../images/arrow_left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.actions__slider .slick-next {
	right: 0;
}

.actions__slider .slick-next:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	visibility: visible;
	display: block;
	cursor: pointer;
	background-image: url(../images/arrow_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.actions__slide.slick-slide {
	width: 573px;
	height: 390px;
	margin: 0px 15px;
	transition: 0.3s ease;
}

.actions__item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 100%;
	transition: 0.3s ease;
	width: 100%;
}

.actions__item-1 {
	background-image: url(../images/action1.jpg);
}

.actions__item-2 {
	background-image: url(../images/action2.jpg);
}

.actions__item-2 .actions__name {
	color: #ffffff;
}

.actions__item-2 .actions__text {
	color: #fff;
}

.actions__item-3 {
	background-image: url(../images/action3.jpg);
}

.actions__item-5 {
	background-image: url(../images/action5.jpg);
}

.actions__item-4 {
	background-image: url(../images/action4.jpg);
}

.actions__name {
	position: absolute;
	left: 43px;
	top: 43px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	color: #333333;
	width: 290px;
}

.actions__text {
	position: absolute;
	left: 43px;
	bottom: 100px;
	width: 309px;
}

.actions__text p {
	margin-bottom: 20px;
}

.actions__button {
	position: absolute;
	left: 43px;
	bottom: 19px;
	width: 151px;
}

@media only screen and (max-width: 996px) {
	.actions__slider .slick-list {
		margin: 0 50px;
	}
}

@media only screen and (max-width: 768px) {
	.actions__item {
		background-position: 20% center;
	}

	.actions__slide.slick-slide {
		margin: 0 10px;
		width: 290px;
		height: 260px;
	}

	.actions__name {
		left: 15px;
		top: 20px;
		font-size: 18px;
		width: 200px;
	}

	.actions__button {
		left: 15px;
		bottom: 15px;
	}

	.actions__text {
		font-size: 14px;
		left: 15px;
		bottom: auto;
		top: 75px;
		font-size: 12px;
		line-height: 1.2;
		width: 160px;
	}

	.actions__text p {
		margin-bottom: 10px;
	}

	.actions__slider .slick-list {
		margin: 0;
	}

	.actions__slider .slick-prev {
		left: -10px;
	}

	.actions__slider .slick-next {
		right: -10px;
	}
}

.benefits {
	margin-top: 50px;
}

.benefits__items {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 40px;
}

.benefits__item {
	text-align: center;
	flex: 1 1 auto;
    max-width: 33.3333%;
    padding-right:40px;
    padding-left:40px;
}

.benefits__item svg {
	width: 120px;
	height: 120px;
}

.benefits__name {
	margin-top: 18px;
	font-size: 20px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
}

.benefits__text {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1.2;
}

@media only screen and (max-width: 996px) {
	.benefits__item {
		text-align: center;
		margin: 0px 20px;
	}

	.benefits__item svg {
		width: 90px;
		height: 90px;
	}

	.benefits__name {
		margin-top: 15px;
		font-size: 18px;
	}

	.benefits__text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.2;
	}

	.benefits__text br {
		display: none;
	}
}

@media only screen and (max-width: 760px) {
	.benefits__items {
		flex-wrap: wrap;
	}

	.benefits__item {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}
}

.models {
	margin-top: 50px;
}
.models__wrapper {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.models-item {
	display: grid;
	row-gap: 15px;
	align-content: start;
	position: relative;
	padding-bottom: 52px;
}
.models-item__img {
	text-align: center;
	height: 250px;
}
.models-item__img > img {
    object-fit: contain;
    object-position: center;
    width: 80%;
    height: 100%;
}
.models-item__promo {
    background-color: #ff8b02;
    border-radius: 45px;
    padding: 7px 10px;
    text-align: center;
    font-weight: 600;
    text-decoration:none;
    color:#000;
}
.models-item__name {}

.models-item__price {}

.models-item__buttons {
	display: flex;
    column-gap: 20px;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 996px) {
	.models-item__img {
		height: 180px;
	}
}
@media (max-width: 760px) {
	.models__wrapper {
		margin-top: 15px;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.models-item {
		row-gap: 10px;
	}
	.models-item__buttons {
		column-gap: 10px;
	}
}

.toForm {
	margin-top: 50px;
}

.toForm__wrapper {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
}

.toForm__content {
	background: radial-gradient(100% 862.89% at 0% 0%, #0b457f 0%, #09335e 100%);
	min-width: 846px;
	width: 846px;
	padding: 30px 30px 30px 90px;
}

.toForm__content form {
	margin-top: 40px;
}

.toForm__content form .form-elements {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toForm__content form .form-elements .input-block {
	width: 230px;
	margin: 0;
}

.toForm__content form .form-elements .submit {
	width: 210px;
}

.toForm__content form .form-elements .btn {
	color: #dde1e1;
	background: transparent;
	opacity: 0.5;
	border: 1px solid #ffffff;
}

.toForm__content form .form-elements .btn:hover {
	opacity: 1;
}

label.form__checkbox-label {
    color: #dde1e1;
    opacity:1;
}

label.form__checkbox-label a {
    color: #dde1e1;
}

.toForm__bg {
	background-image: url(../images/to_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

.toForm__bg.toForm__bg--call {
	background-image: url(../images/call-bg.jpg);
}

.toForm__title {
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
}

@media only screen and (max-width: 1450px) {
	.toForm__content {
		min-width: 700px;
		width: 700px;
		padding: 30px 30px 30px 30px;
	}

	.toForm__title {
		font-size: 28px;
	}

	.toForm form .form-elements .input-block {
		width: 210px;
		margin: 0;
	}

	.toForm form .form-elements .submit {
		width: 210px;
	}
}

@media only screen and (max-width: 996px) {
	.toForm__content {
		min-width: 400px;
		width: 400px;
		padding: 30px 15px;
	}

	.toForm__title {
		font-size: 24px;
		text-align: center;
	}

	.toForm__title br {
		display: none;
	}

	.toForm form .form-elements {
		justify-content: center;
	}

	.toForm form .form-elements .input-block {
		width: 210px;
		margin: 0;
		margin-bottom: 15px;
	}

	.toForm form .form-elements .submit {
		width: 210px;
	}
}

@media only screen and (max-width: 760px) {
	.toForm__wrapper {
		justify-content: center;
		border-radius: 0px;
		overflow: hidden;
	}

	.toForm__content {
		min-width: 320px;
		width: 320px;
		border-radius: 10px;
	}

	.toForm__content .form__checkbox {
		width: 250px;
	}

	.toForm__bg {
		display: none;
	}
}

.service {
	margin-top: 50px;
}

.service__items {
	margin-top: 35px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 393px;
	grid-auto-flow: dense;
	gap: 30px;
}

.service__item {
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #0b457f;
	padding: 50px 50px 25px 50px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.service__item:hover .service__content:after {
	background: linear-gradient(180deg, rgba(11, 69, 128, 0) 0%, #0b4580 42.9%);
}

.service__item:hover .service__name,
.service__item:hover .service__text,
.service__item:hover .service__price,
.service__item:hover .service__price-link {
	color: #fff;
}

.service__item:nth-child(3) {
	grid-column: span 2;
}

.service__item:nth-child(4) {
	grid-column: span 2;
}

.service__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0px 36px 10px 36px;
	z-index: 1;
}

.service__content:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 278px;
	width: 100%;
	display: block;
	background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, #eeeeee 42.9%);
	z-index: -1;
	transition: 0.3s ease;
}

.service__content .btn {
	width: 211px;
	margin: 10px 0;
}

.service__price {
	font-size: 12px;
	line-height: 1.2;
	transition: 0.3s ease;
}

.service__price-link {
	font-size: 12px;
	color: #333333;
}

.service__name {
	font-size: 28px;
	transition: 0.3s ease;
	font-weight: bold;
	line-height: 1.2;
}

@media only screen and (max-width: 1450px) {
	.service__name {
		font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.service__items {
		grid-auto-rows: 300px;
	}

	.service__name {
		font-size: 18px;
	}

	.service__content {
		padding: 0px 15px 10px 15px;
	}

	.service__content .btn {
		width: 175px;
	}
}

@media only screen and (max-width: 996px) {
	.service {
		margin-top: 50px;
	}

	.service__items {
		grid-auto-rows: 250px;
	}

	.service__items {
		gap: 15px;
	}

	.service__content .btn {
		width: 141px;
	}
}

@media only screen and (max-width: 760px) {
	.service__items {
		margin-top: 35px;
		display: block;
	}

	.service__item {
		margin-bottom: 15px;
		padding-bottom: 50px;
		padding-top: 200px;
	}

	.service__content:after {
		height: 209px;
	}
}

.photos {
	margin-top: 50px;
}

.photos .slick-track {
	height: 358px;
}

.photos__items {
	margin-top: 30px;
}

.photos__item {
	margin: 0px 15px;
	-o-object-fit: cover;
	object-fit: cover;
}

.photos .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	height: 36px;
	width: 19px;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.3s ease;
}

.photos .slick-arrow:hover {
	opacity: 0.6;
}

.photos .slick-prev {
	left: -15px;
}

.photos .slick-prev:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	visibility: visible;
	display: block;
	cursor: pointer;
	background-image: url(../images/arrow_left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.photos .slick-next {
	right: -15px;
}

.photos .slick-next:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	visibility: visible;
	display: block;
	cursor: pointer;
	background-image: url(../images/arrow_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 996px) {
	.photos .slick-track {
		height: 200px;
	}

	.photos__item {
		margin: 0px 10px;
	}
}

@media only screen and (max-width: 760px) {
	.photos .slick-track {
		height: 200px;
	}

	.photos__item {
		margin: 0px 10px;
	}
}

.contacts {
	margin-top: 50px;
}

.contacts__wrapper {
	margin-top: 40px;
	display: flex;
}

.contacts__content {
	background-color: #fff;
	min-width: 483px;
	width: 483px;
	padding: 30px 90px;
}

.contacts__name {
	font-size: 35px;
	line-height: 1.2;
}

.contacts__address {
	padding-left: 33px;
	position: relative;
	margin-top: 30px;
}

.contacts__address:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url(../images/pin.png);
}

.contacts__address-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.contacts__address-text {
	font-size: 12px;
	line-height: 1.2;
}

.contacts__address-graphic {
	margin-top: 17px;
	font-size: 12px;
	line-height: 1.2;
}

.contacts__phone {
	padding-left: 33px;
	position: relative;
	margin-top: 30px;
}

.contacts__phone a {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	color: #333333;
}

.contacts__phone:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background-image: url(../images/phone.png);
}

.contacts__mail {
	padding-left: 33px;
	position: relative;
	margin-top: 30px;
}

.contacts__mail a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2;
}

.contacts__mail:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 14px;
	background-image: url(../images/email.png);
}

.contacts__telegram {
	padding-left: 33px;
	position: relative;
	margin-top: 10px;
}

.contacts__telegram a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2;
}

.contacts__telegram:after {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 13px;
	background-image: url(../images/telegram.png);
}

.contacts__map {
	width: 100%;
}

.contacts__button {
	margin-top: 30px;
	width: 210px;
}

@media only screen and (max-width: 996px) {
	.contacts__content {
		min-width: 400px;
		width: 400px;
		padding: 30px 40px;
	}
}

@media only screen and (max-width: 760px) {
	.contacts__content {
		min-width: auto;
		width: 100%;
		padding: 30px 40px;
	}

	.contacts__wrapper {
		display: block;
	}

	.contacts__map {
		width: 100%;
		height: 250px;
	}
}

.footer {
	padding: 50px 15px;
}

.footer__content {
	font-size: 12px;
	line-height: 1.2;
}

@media only screen and (max-width: 768px) {
	.footer {
		padding: 20px 15px;
	}
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
	/**/
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
	/**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1200px) {
	/**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
	/**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 996px) {
	/**/
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 760px) {
	/**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 480px) {
	/**/
}

/* Модальное окно  */

body.open-fix {
    overflow: hidden;
}

body.open-fix .header__wrap { 
   right: 17px;
}

.modal {
 position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: hidden;
    transition: all 0.3s;
}
  
.modal .button_black{
    width: 100%;
}

.modal.open-modal {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible; }

.modal__body {
      max-width: 515px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: 50%;
    padding-top: 0px;
    overflow: hidden;
     transform: translateY(-45%) scale(1);
    
}
    
    

.modal__content {
      max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 54px 60px 80px 60px;
  
   }

.modal__close {
  position: absolute;
  right: 32px;
  top: 24px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #E3E4E5;
  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;
  z-index: 22;
  cursor: pointer; }



.modal__head {
    margin-bottom: 54px;
}

.modal__auto {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}

.modal__title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    text-align:center;

}

.modal__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}

.modal__form {
      width:100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    
}

.modal__form .input__wrap {
    height: 34px;
    position: relative;
   margin: 0;
    margin-bottom: 15px;
}

.modal__form .input__wrap:focus-within {
    /* border: 1px solid #05141F; */
}

.modal__form-input {
  display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'ChangAnunitype', sans-serif;
    color: #333 !important;
    outline: none;
    line-height: 1em;
    border: none;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 43px;
    border: 1px solid #dde1e1;
}

.form_checbox input {
    height:22px;
}


  
.modal__form .btn-orange{
    width: 100%;
}

.input-error {
  position: relative; }
  
.input-error::before {
    content: 'Поле обязательно для заполнения';
    position: absolute;
    bottom: -24px;
    left: 10px;
    color: red;
    font-size: 12px;
    font-style: italic; 
}

.agreement {
    font-size: 14px;
    line-height: 20px;
    color: #1F282C;
    opacity: 0.8; 
    font-style: italic;
    text-align: center;
}

.agreement a{
    color: #05141F;
}

.form-messages__ok{
    display: none;
    border: 1px solid green;
    padding: 10px 20px;
    color: green;
    text-align: center;
    margin-top: 20px;
}

.form-messages__error{
    display: none;
    border: 1px solid red;
    padding: 10px 20px;
    color: red;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    .modal__content{
        padding: 20px;
    }
    
    .modal__close{
        right: 20px;
        top: 20px;
    }
    
    body.open-fix .header__wrap{
        right:0;
    }
}
@media screen and (max-width: 414px) {
  .modal__title {
    font-size: 24px;
  }
  .modal__content{
      padding: 10px;
  }
  
  .modal__close{
    right: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
  }
  
}
/* Модальное окно - end */



.container-landing {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0 15px;
    width: 100%;
}

.model-page {
    /* display: flex; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
}

.model-page__image {
    /* flex-shrink: 0;
    max-width: 45%;
    width: 45%; */
}

.model-page__item {
   /*  flex-grow: 1;
   margin-right: 65px; */
}


.image-gallery_col {
    flex-direction: column;
    flex-wrap: nowrap;
}

.image-gallery {
    display: flex;
    width: 100%;
    margin-bottom:50px;
}

.image-gallery_col .image-gallery__main {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
}

.image-gallery__main {
    flex-shrink: 0;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    width: calc(65% - 15px);
}

.image-gallery_col .image-gallery__list {
    width: auto;
}

.image-gallery__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    width: calc(35% + 15px);
    gap:25px;
}

.image-gallery__list-item {
    cursor: pointer;
    margin: 15px;
    position: relative;
    transition: .25s ease-out;
}

.image-gallery__list-item_active .image-gallery__list-image {
    box-shadow: 2px 2px 8px rgba(51, 51, 51, .32);
}

.image-gallery__list-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.image_circle {
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.image-gallery__main-image img {
    display: none;
}

.image-gallery__list-item_active:hover {
    cursor: default;
    transform: none;
}

.image-gallery__list-item:hover p,
.image-gallery__list-item.active p {
    opacity: 1;
    top: calc(100% + 5px);
}

.image-gallery__list-item p {
    font-size: .75rem;
    font-weight: 700;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    transition: .25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    will-change: top, opacity;
}

.image-gallery__list-image:before {
    background-color: #e3e0e0;
    border-radius: 50%;
    content: "";
    height: calc(100% + 3px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 3px);
    z-index: -1;
}

.product-colors__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    overflow: hidden;
    padding-top: 50%;
    position: relative;
    width: 100%;
}

.tabs__block--js {
    display: none;
}

.tabs__block--js.active {
    display: block;
}

.product-colors__tab.active {
    color: green;
}

.models-changan__block-Second {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.models-item__price-second {
    font-size:20px;
    margin:auto;
}

.models-changan__spec-second {
    text-transform: uppercase;
    /* border: 2px solid #0b457f; */
    /* color: red; */
    text-align: center;
    padding: 10px 0;
    margin: 40px 0 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}


@media only screen and (max-width: 768px) {

	.model-page {
      grid-template-columns: 1fr;
    }
    
    .image_circle {
      height: 25px;
      width: 25px;
    }
    
    .image-gallery__list-item {
      margin: 10px;
    }
    
    .image-gallery__list{
        gap: 10px;
        justify-content: center;
    }
    .models-item__price-second {
      font-size: 16px;
      margin: 0;
    }
    
    .models-changan__spec-second {
        /* border: 1px solid #0b457f; */
        padding: 6px 0;
        margin: 20px 0 20px;
        font-size: 14px;
        line-height: 16px;
    }

}

	.noborder {
	border: 0;
	width: 100%;
	height: 510px;

}
