/*=====================================================================*/
/*========================[SECTION Fontface]===========================*/
/*=====================================================================*/
@import "_fonts.css";

/*=====================================================================*/
/*========================[SECTION Vars]===========================*/
/*=====================================================================*/
:root {
	--main-font-family: 'CocoSharpXS';
	--main-font-size: 16px;
	--main-text-color: #000;
	--main-bg-color: #fff;
	--main-placeholder-color: #666;
}

/*=====================================================================*/
/*========================[SECTION UI CONTROL]=========================*/
/*=====================================================================*/
*::-webkit-input-placeholder{color:var(--main-placeholder-color);opacity:1}
*:-moz-placeholder{color:var(--main-placeholder-color);opacity:1}
*::-moz-placeholder{color:var(--main-placeholder-color);opacity:1}
*:-ms-input-placeholder{color:var(--main-placeholder-color);opacity:1}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: var(--main-placeholder-color)}

/*=====================================================================*/
/*========================[SECTION LAZY CONTROL]=========================*/
/*=====================================================================*/
a,img {display: block;}
img:not([src]) {visibility: hidden;}
@-moz-document url-prefix(){img:-moz-loading {visibility: hidden;}}
.lazy {opacity: 0;-webkit-transition: all 0.25s linear;-o-transition: all 0.25s linear;transition: all 0.25s linear;}
.lazy.loaded {opacity: 1;}

/*=====================================================================*/
/*========================[SECTION Main styles]========================*/
/*=====================================================================*/
body {
	font-family: var(--main-font-family), sans-serif;
	font-size: var(--main-font-size);
	color: var(--main-text-color);
	background: var(--main-bg-color);
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 0;
	min-height: 100%;
}

input, button, textarea {
	font-family: var(--main-font-family), sans-serif;
}

.mobile-header, .mobile-menu {
	display: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.desktop-header-inner {
	border: 1px solid #D0D0D0;
	border-radius: 0 0 30px 30px;
	margin-top: -1px;
	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;
	padding-left: 35px;
}

.desktop-header-contacts {
	background: #0058CE;
	color: #fff;
	border-radius: 0 0 30px 30px;
	margin: 0 -1px -1px 0;
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	font-size: 10px;
}

.desktop-header-contacts__col {
	max-width: 190px;
}

.desktop-header-geo {
	font-weight: bold;
	text-transform: uppercase;
	max-width: 150px;
	background: url(../img/icons/geo-cyan.svg) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

.desktop-header-info {
	padding-left: 20px;
}

.desktop-header-phone {
	padding-left: 20px;
	background: url(../img/icons/phone-cyan.svg) no-repeat 0 3px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

.callback-btn {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 4px;
	border-bottom: 3px solid #00FFFF;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
}

.desktop-header-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.90625vw;
}

.desktop-header-nav__item {
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.desktop-header-nav__item:hover {
	color: #0058ce;
}

.desktop-header {
	margin-bottom: 20px;
}

.main-hero-wrapper {
	border-radius: 30px;
	height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.main-hero-flowers {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.main-hero-content {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 155px;
	position: relative;
	z-index: 3;
	text-align: center;
}

.main-hero-content__title {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 52px;
	margin-bottom: 40px;
}

.main-hero-content__title b {
	font-weight: 900;
}

.main-hero-content__description {
	font-size: 35px;
	text-transform: uppercase;
	line-height: 37px;
	margin-bottom: 60px;
}

.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: 58px;
	text-decoration: none;
	padding: 0 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 15px;
}

.btn:after {
	content: "";
	width: 120px;
	height: 8px;
	background-position: center right;
	background-repeat: no-repeat;
}

.btn.btn_accent {
	background: #0058CE;
	color: #fff;
}

.btn.btn_accent:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%2300FFFF'/%3E%3C/svg%3E");
}

.btn:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}

.main-hero-flowers-item {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
}

.main-hero-flowers-item:nth-child(1) {
	max-width: 324px;
	left: 23px;
	top: -58px;
}

.main-hero-flowers-item:nth-child(2) {
	max-width: 138px;
	left: 570px;
	top: 6px;
}

.main-hero-flowers-item:nth-child(3) {
	max-width: 68px;
	left: 734px;
	top: 131px;
}

.main-hero-flowers-item:nth-child(4) {
	max-width: 195px;
	left: 886px;
	top: -41px;
}

.main-hero-flowers-item:nth-child(5) {
	max-width: 468px;
	left: 1200px;
	top: -260px;
}

.main-hero-flowers-item:nth-child(6) {
	max-width: 538px;
	left: -36px;
	top: 321px;
}

.main-hero-flowers-item:nth-child(7) {
	max-width: 115px;
	top: 324px;
	left: 530px;
}

.main-hero-flowers-item:nth-child(8) {
	max-width: 187px;
	left: 1025px;
	top: 432px;
}

.main-hero-flowers-item:nth-child(9) {
	max-width: 47px;
	left: 1203px;
	top: 438px;
}

.main-hero-flowers-item:nth-child(10) {
	max-width: 645px;
	left: 1384px;
	top: 127px;
}

.main-hero-flowers-item:nth-child(1) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 7s linear infinite;
	animation: rotating 7s linear infinite;
}

.main-hero-flowers-item:nth-child(2) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 6s linear infinite;
	animation: rotating 6s linear infinite;
}

.main-hero-flowers-item:nth-child(3) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}

.main-hero-flowers-item:nth-child(4) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}

.main-hero-flowers-item:nth-child(5) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 6s linear infinite;
	animation: rotating 6s linear infinite;
}

.main-hero-flowers-item:nth-child(6) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 7s linear infinite;
	animation: rotating 7s linear infinite;
}

.main-hero-flowers-item:nth-child(7) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 8s linear infinite;
	animation: rotating 8s linear infinite;
}

.main-hero-flowers-item:nth-child(8) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 6s linear infinite;
	animation: rotating 6s linear infinite;
}

.main-hero-flowers-item:nth-child(9) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}

.main-hero-flowers-item:nth-child(10) .main-hero-flowers-item__inner__img {
	-webkit-animation: rotating 10s linear infinite;
	animation: rotating 10s linear infinite;
}

.main-hero {
	margin-bottom: 55px;
}

.main-heading {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 37px;
	margin-bottom: 50px;
}

.main-heading b {
	font-weight: 900;
	color: #0058CE;
}

.main-marks-wrapper {
	background: #F9F9F9;
	border-radius: 30px;
	padding: 35px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}

.main-marks-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	text-decoration: none;
}

.main-marks-item__icon {
	width: 40px;
	height: 40px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.main-marks-item__name {
	font-size: 10px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}

.main-marks-item__name span {
	background: #fff;
	border-radius: 40px;
	width: 30px;
	height: 18px;
	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;
}

.main-marks {
	margin-bottom: 55px;
}

.main-marks + .main-filter {
	margin-top: -35px;
}

.main-marks-item:hover .main-marks-item__name {
	font-weight: bold;
}

.main-marks-item:hover span {
	background: #0058CE;
	color: #fff;
}

.main-filter-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.filter-compilations, .filter-form {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid #D0D0D0;
	border-radius: 30px;
	overflow: hidden;
}

.filter-compilations {
	max-width: 1110px;
	padding: 20px 0 10px;
}

.filter-form {
	max-width: 545px;
	padding: 20px 35px;
}

.main-filter-title {
	text-align: center;
	font-size: 25px;
	line-height: 56px;
}


.swiper {
	position: relative;
	overflow: hidden;
}

.swiper-button-prev.main-slider-prev, .swiper-button-next.main-slider-next {
	background: url(../img/icons/small-arrow-black.svg) no-repeat center center;
	width: 40px;
	height: 20px;
}

.swiper-button-prev.main-slider-prev:after, .swiper-button-next.main-slider-next:after {
	display: none;
}

.swiper-button-prev.main-slider-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-slider {
	position: relative;
	padding: 0 55px;
}

.main-slider:before, .main-slider:after {
	content: "";
	position: absolute;
	top: 0;
	width: 55px;
	height: 100%;
	background: #fff;
	z-index: 2;
	pointer-events: none;
}

.main-slider:before {
	left: 0;
}

.main-slider:after {
	right: 0;
}

.compilations-item {
	background: #F9F9F9;
	border-radius: 30px;
	text-decoration: none;
	height: 340px;
	width: 100%;
}

.compilations-item__picture {
	width: 100%;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border-radius: 30px 30px 0 0;
}

.compilations-item__text {
	text-align: center;
	text-transform: uppercase;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.compilations-item__text__name {font-weight: bold;line-height: 18px;position: relative;-webkit-transition: all .25s ease-in-out;-o-transition: all .25s ease-in-out;transition: all .25s ease-in-out;}

.compilations-item__text__select {
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}

.compilations-item:hover .compilations-item__text__name {
	padding-bottom: 15px;
	color: #0058CE;
}

.compilations-item__text__name:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	width: 65px;
	height: 2px;
	background: #0058CE;
	margin: auto;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.compilations-item:hover .compilations-item__text__name:after {
	opacity: 1;
}

.compilations-item:hover .compilations-item__text__select {
	opacity: 1;
}

.compilations-item:hover .compilations-item__picture {
	height: 233px;
	margin-top: -10px;
}

.compilations-item:hover .compilations-item__text {margin-top: 15px;}

.compilations-slider {
	padding-top: 10px;
}

.compilations-slider-slide {
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-form-label {
	display: block;
	overflow: hidden;
}

.filter-form__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 33px;
}

.select2-container .select2-selection--single {
	height: 60px;
	border-radius: 10px;
	border: none;
	background-color: #F9F9F9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 60px;padding-left: 15px;padding-right: 35px;font-size: 16px;text-transform: uppercase;color: #000;}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 0;
	right: 15px;
	width: 20px;
	height: 100%;
	background: url(../img/icons/arrow-down-blue.svg) no-repeat center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #f9f9f9;
}

.select2-dropdown {
	border: 1px solid #f9f9f9;
	-webkit-box-shadow: 0 5px 7px rgb(0 0 0 / 8%);
	box-shadow: 0 5px 7px rgb(0 0 0 / 8%);
	border-radius: 10px;
	overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #0058ce;
}

.main-form-input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #000000;
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
}

.main-form-input::-webkit-input-placeholder {
	color: #000;
}

.main-form-input::-moz-placeholder {
	color: #000;
}

.main-form-input:-ms-input-placeholder {
	color: #000;
}

.main-form-input::-ms-input-placeholder {
	color: #000;
}

.main-form-input::placeholder {
	color: #000;
}

.main-form-input.main-form-input_bordered {
	background: #F9F9F9;
	border: none;
	border-radius: 10px;
	font-size: 16px;
}

.filter-form-btn {margin: auto;}

.btn.btn_accent .btn__text span {
	color: #00FFFF;
}

.main-filter {
	margin-bottom: 110px;
}

.main-blocks-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.main-blocks-item {
	overflow: hidden;
	border-radius: 30px;
	background: -o-linear-gradient(24.64deg, #0058CE 51.19%, #008ADD 68.49%, #00A5E5 78.01%, #00CBF0 86.73%, #00FFFF 97.21%);
	background: linear-gradient(65.36deg, #0058CE 51.19%, #008ADD 68.49%, #00A5E5 78.01%, #00CBF0 86.73%, #00FFFF 97.21%);
	position: relative;
	height: 600px;
}

.main-blocks-item__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 1;
}

.main-blocks-item__title {
	background: #fff;
	position: relative;
	z-index: 3;
	width: 350px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	color: #0058CE;
	padding: 45px 0 7px;
}

.main-blocks-item__title.main-blocks-item__title_blue {
	background: #0058CE;
	color: #fff;
}

.main-blocks-item__icons {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-animation: moveSlideshow 10s linear infinite;
	animation: moveSlideshow 10s linear infinite;
}

.main-blocks-item__icons__item {
	position: absolute;
}

.main-blocks-item__icons__item:nth-child(1) {
	max-width: 226px;
	right: 18px;
	top: -48px;
}

.main-blocks-item__icons__item:nth-child(2) {
	max-width: 86px;
	top: 138px;
	right: 198px;
}

.main-blocks-item__icons__item:nth-child(3) {
	max-width: 230px;
	top: 335px;
	right: 73px;
}

.main-blocks-item__icons__item:nth-child(4) {
	max-width: 39px;
	top: 528px;
	right: 15px;
}

.main-blocks-item__left-image, .main-blocks-item__right-image {
	position: absolute;
	z-index: 3;
}

.main-blocks-item__left-image {
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.main-blocks-item__right-image {
	position: absolute;
	right: 0;
	top: 103px;
}

.main-blocks-item__content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}

.main-blocks-item__content__title {
	font-size: 35px;
	font-weight: bold;
	line-height: 37px;
	margin-bottom: 28px;
}

.main-blocks-item__content__title b {
	font-weight: 900;
	color: #00FFFF;
}

.main-blocks-item__content__text {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 30px;
}

.btn.btn_white {
	background: #fff;
	color: #000;
}

.btn.btn_white:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%230058CE'/%3E%3C/svg%3E");
}

.main-blocks {
	margin-bottom: 110px;
}

.main-hits-item {
	text-align: center;
}

.main-hits-item__heading {
	text-transform: uppercase;
}

.main-hits-item__heading__title {
	font-size: 20px;
	font-weight: bold;
}

.main-hits-item__heading__sub-title {
	font-size: 35px;
	font-weight: 900;
}

.main-hits-item__thumb {
	margin: auto;
	max-width: 548px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	height: 270px;
}

.main-hits-item__pricing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.main-hits-item__pricing__new {
	font-size: 35px;
	font-weight: bold;
}

.main-hits-item__pricing__old {
	text-decoration: line-through;
}

.main-hits-item__credit {
	font-size: 20px;
	font-weight: bold;
	line-height: 37px;
}

.main-hits-btn {
	margin: auto;
}

.main-catalog-wrapper:not(:last-child) {
	margin-bottom: 20px;
}

.main-catalog-wrapper {
	border: 1px solid #D0D0D0;
	border-radius: 30px;
	padding: 25px 0 20px;
	overflow: hidden;
}

.main-catalog-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
}

.main-catalog-heading__title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.main-catalog-heading__count {
	background: #EFEFEF;
	border-radius: 40px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 30px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-catalog-item {
	background: #F9F9F9;
	border-radius: 30px;
	text-align: center;
	padding: 25px;
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-font-smoothing: subpixel-antialiased;
	max-width: 405px;
	margin: auto;
}

.main-catalog-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap: 20px;
}

.main-catalog-item a {
	text-decoration: none;
}

.main-catalog-item__mark {
	font-weight: bold;
	text-transform: uppercase;
}

.main-catalog-item__model {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	height: 57px;
}

.main-catalog-item__option {
	font-size: 14px;
	line-height: 21px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-catalog-item__thumb__img {
	height: 175px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.main-catalog-item__thumb {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-catalog-item__price {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
}

.main-catalog-item__old-price {
	font-size: 14px;
	text-decoration: line-through;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.main-catalog-item__old-price:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 1px;
	background: #000;
	margin: auto;
}

.main-catalog-item__credit {
	font-size: 20px;
	line-height: 37px;
	font-weight: bold;
}

.btn.btn_border_accent {
	border: 2px solid #0058CE;
}

.main-catalog-btn {
	font-size: 14px;
	margin: auto;
	height: 47px;
}

.main-catalog-btn:after {
	width: 70px;
}

.btn.btn_border_accent:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%230058CE'/%3E%3C/svg%3E");
}

.main-catalog-item:hover .main-catalog-item__mark, .main-catalog-item:hover .main-catalog-item__model {
	color: #0058CE;
}

.main-catalog-item:hover .main-catalog-btn {
	background: #0058CE;
	color: #fff;
}

.main-catalog-item:hover .main-catalog-btn:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%2300FFFF'/%3E%3C/svg%3E");
}

.main-catalog-item:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.main-catalog-slider {
	padding: 15px 60px;
}

.main-catalog {
	margin-bottom: 80px;
}

.main-catalog-footer {
	margin-top: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-catalog-more-btn:after {
	width: 60px;
}

.main-gifts {
	margin-bottom: 110px;
}

.main-gifts-grid {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px ,1fr));
	grid-gap: 20px;
}

.main-gifts-item {
	height: 405px;
	border-radius: 30px;
	overflow: hidden;
	color: #fff;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	padding: 0 30px;
	text-decoration: none;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-gifts-item__heading {
	background: #0058CE;
	width: 100%;
	padding-top: 10px;
}

.main-gifts-item__heading__title {
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-gifts-item__heading__title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 2px;
	background: #00FFFF;
	margin: auto;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}

.main-gifts-item__heading__select {
	font-size: 20px;
	color: #00FFFF;
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}

.main-gifts-item:hover .main-gifts-item__heading__title {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.main-gifts-item:hover .main-gifts-item__heading__title:after {
	opacity: 1;
}

.main-gifts-item:hover .main-gifts-item__heading__select {
	opacity: 1;
	margin-bottom: 20px;
}

.main-gifts-item:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__left-image {
	-o-object-fit: unset;
	object-fit: unset;
	height: auto;
	top: 77px;
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__right-image {
	top: 28px;
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__icons__item:nth-child(1) {
	max-width: 232px;
	left: 0;
	top: -11px;
	right: unset;
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__icons__item:nth-child(2) {
	max-width: 123px;
	left: 13px;
	right: unset;
	top: 231px;
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__icons__item:nth-child(3) {
	max-width: 68px;
	right: unset;
	left: 193px;
	top: 247px;
}

.main-blocks-item.main-blocks-item_tradein .main-blocks-item__icons__item:nth-child(4) {
	max-width: 353px;
	top: 459px;
	left: -50px;
	right: unset;
}

.main-blocks-item.main-blocks-item_reviews {
	background: #fff;
	border: 1px solid #D0D0D0;
}

.main-reviews-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 20px;
}

.main-reviews-item__photo {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main-reviews-item__content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.main-reviews-item__content__title {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.main-reviews-item__content__message {
	line-height: 22px;
	margin-bottom: 15px;
}

.main-reviews-item-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-reviews-item-footer__car a {
	display: inline;
	font-weight: bold;
}

.main-reviews-item-footer__link {
	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;
	font-weight: bold;
	color: #0058CE;
	gap: 7px;
}

.main-reviews-item-footer__link:after {
	content: "";
	width: 38px;
	height: 8px;
	background-position: center right;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%230058CE'/%3E%3C/svg%3E");
	margin-top: 5px;
}

.main-reviews {
	padding: 25px;
}

.main-reviews-item:not(:last-child) {
	margin-bottom: 45px;
}

.main-reviews-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.desktop-footer-wrapper {
	background: #0058CE;
	color: #fff;
	border-radius: 30px 30px 0 0;
	padding: 40px 40px 25px;
}

.desktop-footer-inner {
	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;
	margin-bottom: 40px;
}

.desktop-footer-contacts {
	padding: 25px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	font-size: 10px;
	border-left: 1px solid #fff;
}

.desktop-footer-contacts__col {
	max-width: 190px;
}

.desktop-footer-geo {
	font-weight: bold;
	text-transform: uppercase;
	max-width: 150px;
	background: url(../img/icons/geo-cyan.svg) no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

.desktop-footer-info {
	padding-left: 20px;
}

.desktop-footer-phone {
	padding-left: 20px;
	background: url(../img/icons/phone-cyan.svg) no-repeat 0 3px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

.desktop-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.90625vw;
}

.desktop-footer-nav__item {
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.desktop-footer-nav__item:hover {
	color: #d7d7d7;
}

.desktop-footer-copyright {
	font-size: 12px;
	border-top: 1px solid #fff;
	padding-top: 25px;
}

.main-popup-callback-form {text-align: center;max-width: 380px;margin: auto;}

.main-popup-callback-form__title {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main-popup-callback-form__desc {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}

.main-popup-callback-form__inputs {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
}

#popup-callback {
	width: 100%;
	max-width: 650px;
}

.main-popup-callback-form-btn {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.main-blocks-item__icons__item:nth-child(1) .main-blocks-item__icons__item__img {
	-webkit-animation: rotating 12s linear infinite;
	animation: rotating 12s linear infinite;
}

.main-blocks-item__icons__item:nth-child(2) .main-blocks-item__icons__item__img {
	-webkit-animation: rotating 9s linear infinite;
	animation: rotating 9s linear infinite;
}

.main-blocks-item__icons__item:nth-child(3) .main-blocks-item__icons__item__img {
	-webkit-animation: rotating 15s linear infinite;
	animation: rotating 15s linear infinite;
}

.main-blocks-item__icons__item:nth-child(4) .main-blocks-item__icons__item__img {
	-webkit-animation: rotating 14s linear infinite;
	animation: rotating 14s linear infinite;
}

.--margin {
	margin: 60px auto 110px;
}

.main-heading.main-heading_large {
	font-size: 50px;
	line-height: 52px;
}

.main-heading.main-heading_large b {
	color: #000;
}

.filter-form.filter-form_one {
	max-width: unset;
}

.filter-form.filter-form_one .filter-form__grid {
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 345px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 345px;
}

.filter-form.filter-form_one .filter-form-btn {
	width: 100%;
	white-space: nowrap;
}

.main-model {
	margin: -20px 0 50px;
	background: url(../img/model-page-bg.jpg) no-repeat center top;
	padding-top: 70px;
}

.main-model-title {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.main-model-option {
	text-align: center;
	font-size: 25px;
	margin-bottom: 25px;
}

.main-model-price {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.main-model-old-price {
	text-align: center;
	text-decoration: line-through;
	margin-bottom: 15px;
}

.main-model-credit {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}

.model-colors-slide__picture {
	margin: auto;
	width: 100%;
	max-width: 870px;
	height: 415px;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.model-colors-slider {
	max-width: 1195px;
	margin: 0 auto 50px;
	padding-bottom: 105px;
}

.swiper-button-prev.model-colors-prev, .swiper-button-next.model-colors-next {
	width: 20px;
	height: 41px;
	background: url(../img/icons/arrow-gray.svg) no-repeat center;
}

.swiper-button-prev.model-colors-prev:after, .swiper-button-next.model-colors-next:after {
	display: none;
}

.swiper-button-prev.model-colors-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-slide-name {
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	font-size: 20px;
}

.swiper-pagination.model-colors-pagination {
	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;
	gap: 7px;
}

.swiper-pagination.model-colors-pagination .swiper-pagination-bullet {
	width: 57px;
	height: 57px;
	border-radius: 0;
	opacity: 1;
	margin: 0;
}

.swiper-pagination.model-colors-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	pointer-events: none;
	cursor: default;
	position: relative;
	z-index: 1;
}

.swiper-pagination.model-colors-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background: url(../img/icons/circle-check-cyan.svg);
	top: -10px;
	right: -4px;
}

.main-model-form {
	border: 2px solid #0058CE;
	border-radius: 30px;
	overflow: hidden;
	padding: 50px 65px 30px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
	grid-gap: 0px 20px;
	max-width: 1325px;
	margin: auto;
}

.main-model-form-btn {
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.main-form-checkbox {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-form-checkbox__input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.main-form-checkbox__checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 14px;
	width: 14px;
	border: 1px solid #000;
}

.main-form-checkbox__input:checked ~ .main-form-checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background: #0058CE;
}

.main-form-checkbox__text {
	font-size: 12px;
}

.model-tabs__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 45px;
	position: relative;
}

.model-tabs__nav span {
	color: #888888;
	font-size: 35px;
	text-transform: uppercase;
	padding: 0 25px 15px;
	cursor: pointer;
}

.model-tabs__nav:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #CACACA;
	border-radius: 15px;
}

.model-tabs__nav span.active {
	position: relative;
	font-weight: 900;
	color: #000;
}

.model-tabs__nav span.active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #0058CE;
	border-radius: 15px;
	z-index: 2;
}

.model-option-title {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 23px;
}

.model-option-title:not(:first-child) {
	margin-top: 50px;
}

.model-option-item__heading {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 170px 170px 170px 1fr;
	grid-template-columns: 1fr 170px 170px 170px 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.moi-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.moi-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.moi-name__data {
	font-size: 20px;
	font-weight: bold;
}

.main-form-checkbox.main-form-checkbox_moi {
	padding-left: 50px;
}

.main-form-checkbox.main-form-checkbox_moi .main-form-checkbox__checkmark {
	top: 5px;
}

[data-show] {
	cursor: pointer;
}

.comp-wrapper {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.comp-list li {
	margin-bottom: 15px;
	font-size: 14px;
}

.comp-list li:before {
	content: "- ";
}

li.cplist-heading:before {
	display: none;
}

li.cplist-heading {
	font-weight: bold;
	font-size: 18px
}

.comp-list:not(:first-child) li.cpl-list_heading {
	margin-top: 20px;
}

.model-option-item__hidden {
	padding: 15px 50px;
}

.moi-price__data {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.moi-old-price__data {
	font-size: 14px;
	font-weight: bold;
	color: #A7A7A7;
	text-decoration: line-through;
	text-align: center;
}

.moi-credit__data {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.moi-print-btn, .moi-dowmload-btn {
	width: 24px;
	height: 24px;
}

.moi-print-btn {
	background: url(../img/icons/print.svg) no-repeat center;
}

.moi-dowmload-btn {
	background: url(../img/icons/download.svg) no-repeat center;
}

.model-option-item {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 20px 0;
	margin-top: -1px;
}

.btn.btn_alpha {
	background: none;
	color: #0058CE;
	padding: 0;
	text-decoration: underline;
}

.btn.btn_alpha:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='121' height='8' viewBox='0 0 121 8' fill='none'%3E%3Cpath d='M120.354 4.35356C120.549 4.1583 120.549 3.84172 120.354 3.64646L117.172 0.464477C116.976 0.269214 116.66 0.269214 116.464 0.464477C116.269 0.659739 116.269 0.976321 116.464 1.17158L119.293 4.00001L116.464 6.82844C116.269 7.0237 116.269 7.34028 116.464 7.53554C116.66 7.73081 116.976 7.73081 117.172 7.53554L120.354 4.35356ZM0 4.50001L120 4.50001L120 3.50001L0 3.50001V4.50001Z' fill='%230058CE'/%3E%3C/svg%3E");
	width: 70px;
}

.model-options-form-btn {
	margin-top: 60px;
}

.model-tabs {
	margin-bottom: 100px;
}

.main-model-gallery {
	margin-bottom: 105px;
}

.main-model-gallery-wrapper {
	border: 1px solid #D0D0D0;
	border-radius: 30px;
	padding: 15px 0;
	overflow: hidden;
}

.model-gallery-slide {
	height: 340px;
	background-position: center;
	background-size: cover;
}

.model-gallery-slider .swiper-button-prev.main-slider-prev, .model-gallery-slider .swiper-button-next.main-slider-next {
	top: 55%;
}

.main-model-preview {
	margin: auto;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.finance-form-step {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 485px 1fr;
	grid-template-columns: 485px 1fr;
}

.finance-form-step__heading {
	font-size: 35px;
	font-weight: bold;
}

.finance-form-step__heading span {
	color: #0058CE;
}

.finance-form-step:not(:last-child) {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.finance-form-step__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(3 ,1fr);
	gap: 20px;
}

.finance-form-step__grid.finance-form-step__grid_two {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2 ,1fr);
}

.finance-form-btn {
	margin-bottom: 20px;
}

.finance-form {
	margin-top: 35px;
}

.finance-form-step .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 25px;
}

.finance-form-step__grid__col {
	overflow: hidden;
}

.main-terms {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 75px;
}

.main-terms-block.main-terms-block_full {
	-ms-grid-column-span: 2;
	grid-column: 2 span;
}

.main-terms-block {
	background: #F9F9F9;
	border-radius: 30px;
	padding: 60px 140px;
}

.main-terms-block__title {
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: bold;
	color: #0058CE;
}

.main-terms-block.main-terms-block_accent {
	background: #0058CE;
	color: #fff;
}

.main-terms-block.main-terms-block_accent .main-terms-block__title {
	color: #fff;
}

.main-terms-block__list {
	display: -ms-grid;
	display: grid;
	grid-gap: 25px;
}

.main-terms-block__text {
	line-height: 18px;
	margin-bottom: 35px;
}

.main-terms-block__bg {
	background: #fff;
	margin: 0 -100px 0;
	padding: 15px 100px;
	border-radius: 15px;
	line-height: 24px;
}

.main-terms-block__bg__title {
	font-weight: bold;
	color: #0058CE;
}

.main-terms-block__bg__sub-title {
	font-weight: bold;
}

.finance-banks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 70px;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.finance-banks:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: calc(100% - 20px);
	height: 1px;
	background: #D0D0D0;
}

.finance-form-btn {
	width: 100%;
	white-space: nowrap;
}

.finance-form .main-form-input.main-form-input_bordered {
	font-size: 25px;
}

.main-terms-block__text span {
	color: #0058CE;
}

.main-terms-block__text a {
	color: #0058CE;
	display: inline;
}

.main-reviews.main-reviews_large {
	padding: 0;
	max-width: 1190px;
	margin: auto;
}

.main-reviews.main-reviews_large .main-reviews-item {
	padding: 45px;
	border: 1px solid #D0D0D0;
	border-radius: 30px;
}

.main-reviews-page {
	margin: 55px auto;
}

.contacts-map__iframe {
	width: 100%;
	height: 100%;
}

.contacts-map {
	height: 700px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.main-contacts-page {
	margin: 60px auto 100px;
}

.contacts-map-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 30px;
	max-width: 835px;
	margin: auto;
	padding: 45px 70px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 65px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 65px;
}

.contacts-map-info-phone {
	background: url(../img/icons/phone-blue-large.svg) no-repeat 0 8px;
	padding: 0 0 0 40px;
	font-size: 35px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}

.contacts-map-info-btn {
}

.contacts-map-info-btn {
	height: 42px;
	font-size: 14px;
	margin-left: 40px;
	max-width: 250px;
	white-space: nowrap;
}

.contacts-map-info-btn:after {
}

.contacts-map-info-geo {
	background: url(../img/icons/geo-blue-large.svg) no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 25px;
}

.contacts-map-info-worktime {
	padding-left: 40px;
	text-transform: uppercase;
}

.main-popup {
	border-radius: 30px;
}

.base-popup {
	width: 100%;
	max-width: 650px;
	margin: 105px 10px 0;
	padding: 25px;
	border-radius: 30px;
	overflow: visible;
}

.base-popup-form__car {
	margin: -135px auto 5px;
	max-width: 360px;
}

.base-popup-form__title, .base-popup-form__price, .base-popup-form__description, .base-popup-form__inputs {
	width: 100%;
	max-width: 390px;
	margin: auto;
}

.base-popup-form__inputs {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
}

.base-popup-form__title {
	line-height: 34px;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.base-popup-form__title b {
	font-weight: 900;
}

.base-popup-form__description {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.base-popup-form__price {
	font-size: 30px;
	font-weight: 900;
	color: #0058CE;
	margin-bottom: 10px;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes moveSlideshow {
	0% {
		-webkit-transform: translateY(-133%);
		transform: translateY(-133%);
	}
	100% {
		-webkit-transform: translateY(110%);
		transform: translateY(110%);
	}
}

@keyframes moveSlideshow {
	0% {
		-webkit-transform: translateY(-133%);
		transform: translateY(-133%);
	}
	100% {
		-webkit-transform: translateY(110%);
		transform: translateY(110%);
	}
}