@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0;
}
.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}
.irs-handle {
	position: absolute;
	display: block;
	box-sizing: border-box;
	cursor: default;
	z-index: 1;
}
.irs-handle.type_last {
	z-index: 2;
}
.irs-min,
.irs-max {
	position: absolute;
	display: block;
	cursor: default;
}
.irs-min {
	left: 0;
}
.irs-max {
	right: 0;
}
.irs-from,
.irs-to,
.irs-single {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}
.irs-disabled {
	opacity: 0.4;
}
.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.irs .irs {
	height: 50px;
}
.irs .irs-line {
	position: absolute;
	bottom: 0;
	background: #bdbdbd;
	width: 100%;
	height: 2px;
}
.irs .irs-bar {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #08f;
}
.irs .irs-handle {
	background: #08f;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	bottom: -7px;
}
.irs .irs-min,
.irs .irs-max {
	font-size: 0.75rem;
	bottom: calc(9px + 0.25em);
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
	top: unset;
	bottom: calc(9px + 0.25em);
}
.irs .irs-grid {
	bottom: 0;
	transform: translateY(100%);
}
.irs .irs-grid-pol {
	background-color: currentColor;
}
.irs .irs-grid-text {
	color: currentColor;
}

.irs--custom .irs {
	height: 52px;
}
.irs--custom .irs-line {
	height: 10px;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
}
.irs--custom .irs-bar {
	height: 10px;
	background: var(--color-primary, #0ff);
}
.irs--custom .irs-handle {
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	border: 2px solid var(--color-primary, #0ff);
	top: calc(-0.625rem + 52px - 5px);
}
.irs--custom .irs-handle::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #333333;
}
.irs--custom .irs-min,
.irs--custom .irs-max {
	font-size: 14px;
	background: #fff;
	color: #4c5865;
	margin-bottom: 1rem;
	font-weight: 700;
	padding: 0.3rem 0.75rem;
	z-index: 2;
}
.irs--custom .irs-from,
.irs--custom .irs-to,
.irs--custom .irs-single {
	font-size: 14px;
	background: #333333;
	color: #fff;
	margin-bottom: 1rem;
	font-weight: 700;
	padding: 0.3rem 0.75rem;
	z-index: 2;
}
.irs--custom .irs-grid {
	color: #8292a8;
	top: calc(100% + 0.25rem);
	transform: none;
}

:root {
	--color-primary: #e37639;
}

:root {
	--container-width: 85.5rem;
	--container-paddings: 1.25rem;
	--font-lg: 1.35rem;
}
@media (min-width: 681px) {
	:root {
		--font-lg: 1.75rem;
	}
}
@media (min-width: 921px) {
	:root {
		--font-lg: 2.25rem;
	}
}

@font-face {
	font-family: LADAPragmatica;
	font-style: normal;
	font-weight: 400;
	src: local("LADAPragmatica"), url(./fonts/LADAPragmatica/LADAPragmatica.115416c1a5ed440bf03989b1125c5e4d.woff) format("woff");
	font-display: swap;
}
@font-face {
	font-family: LADAPragmatica;
	font-style: normal;
	font-weight: 700;
	src: local("LADAPragmatica"), url(./fonts/LADAPragmatica/LADAPragmatica-Bold.a84b0943a799829bbf184b2a2a201e77.otf) format("opentype");
	font-display: swap;
}
@font-face {
	font-family: LADAPragmatica;
	font-style: normal;
	font-weight: 300;
	src: local("LADAPragmatica"), url(./fonts/LADAPragmatica/PragmaticaLightC.5913fcd624b47fbe7e1480cd1f220c7b.otf) format("opentype");
	font-display: swap;
}
html {
	font-family: LADAPragmatica, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	color: #15181c;
}

body {
	line-height: 1.2;
}
@media (min-width: 921px) {
	body {
		font-size: 14px;
	}
}

.page {
	position: relative;
	max-width: 100vw;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.page .main {
	flex: 1;
}

.section {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}
.section__head p {
	max-width: 55rem;
	margin-bottom: 3.75rem;
	font-weight: 300;
}
.section__title {
	margin-bottom: 2.375rem;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-size: var(--font-lg);
	line-height: 1.3;
}
.section--gray {
	background: #f7f8f8;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.section--fill {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}
.section__more {
	margin-top: 2.5rem;
}
.section__more .btn {
	border-radius: 0px;
	background-color: #fff;
}
.section .pagination {
	margin-top: 2.375rem;
}
@media (min-width: 921px) {
	.section {
		margin-top: 5rem;
		margin-bottom: 5rem;
	}
	.section__head {
		padding-left: 8.45rem;
	}
}

.container {
	width: calc(var(--container-width) + 2 * var(--container-paddings));
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-paddings);
	padding-right: var(--container-paddings);
}

.form {
	display: grid;
	grid-gap: 1.25rem;
}
.form > * {
	min-width: 0;
}

:root {
	--actions-height: 2rem;
	--actions-padding: 0 1rem;
}

.input {
	height: var(--actions-height);
	padding: var(--actions-padding);
	border: 1px solid #f7f8f8;
	border-radius: 0;
	background-color: #fff;
	border-bottom: 1px solid #77828e;
}
.input--rounded {
	box-shadow: unset;
	border-radius: calc(var(--actions-height) / 2);
	background-color: transparent;
	border: 1px solid #d9dcdc;
	color: #fff;
}
.input--rounded::-moz-placeholder {
	color: #d9d9d9;
}
.input--rounded::placeholder {
	color: #d9d9d9;
}
.input--transparent {
	box-shadow: unset;
	border: 1px solid rgba(217, 220, 220, 0.3);
	background-color: rgba(127, 140, 155, 0.5);
	color: #fff;
}
.input--transparent::-moz-placeholder {
	color: #d9d9d9;
}
.input--transparent::placeholder {
	color: #d9d9d9;
}
.input--year {
	min-width: 7rem !important;
	flex-grow: 0.5 !important;
}

textarea.input {
	padding-top: 1.25em;
	padding-bottom: 1.25em;
	height: unset;
	min-height: 8rem;
	box-shadow: none;
	background: #fff;
	line-height: 1.2;
	resize: none;
	border: 1px solid rgba(238, 238, 238, 0.5);
}

.select {
	height: var(--actions-height);
	padding: var(--actions-padding);
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #77828e;
}
.select--rounded {
	box-shadow: unset;
	border-radius: calc(var(--actions-height) / 2);
	background-color: transparent;
	border: 1px solid #d9dcdc;
	color: #fff;
}

.select2-container .select2-selection {
	height: var(--actions-height);
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #77828e;
}
.select2-container .select2-selection__rendered {
	line-height: var(--actions-height) !important;
	padding: var(--actions-padding) !important;
}
.select2-container .select2-selection__arrow {
	height: var(--actions-height) !important;
	width: var(--actions-height) !important;
}
.select--rounded + .select2-container .select2-selection {
	box-shadow: unset;
	border-radius: calc(var(--actions-height) / 2);
	background-color: transparent;
	border: 1px solid #d9dcdc;
}
.select--rounded + .select2-container .select2-selection__rendered {
	color: #fff;
}
.checkbox {
	align-self: center;
	display: flex;
	gap: 1.25rem;
	pointer-events: none;
	text-align: left;
}
.checkbox > * {
	pointer-events: all;
	cursor: pointer;
}
.checkbox input {
	opacity: 0;
	position: absolute;
	z-index: -100;
}
.checkbox__checkmark {
	flex-shrink: 0;
	width: 1.375rem;
	height: 1.375rem;
	border: 1px solid #d9d9d9;
	position: relative;
}
.checkbox__checkmark::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: var(--color-primary);
	border: 1px solid #d9d9d9;
	opacity: 0;
}
input:focus-visible + .checkbox__checkmark {
	outline: 1px solid #fff;
	outline-offset: 1px;
	box-shadow: 0px 0px 0px 1px #000 inset;
}
input:checked + .checkbox__checkmark::after {
	opacity: 1;
}
.checkbox__label {
	align-self: center;
	font-size: 0.75rem;
	font-weight: 200;
}

.btn {
	font-size: 14px;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	height: var(--actions-height);
	padding: var(--actions-padding);
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: calc(var(--actions-height) / 2);
	transition: 0.15s;
}
.btn:hover {
	background-color: var(--color-primary);
	color: #fff;
	border-color: transparent;
	filter: brightness(1.05);
}
.btn:active {
	background-color: var(--color-primary);
	color: #fff;
	border-color: transparent;
	filter: brightness(0.95);
}
.btn--primary {
	background-color: var(--color-primary);
	color: #fff;
}
.btn--outline {
	color: var(--color-primary);
	border-color: currentColor;
}

.text--primary {
	color: var(--color-primary);
}

b {
	font-weight: 700;
}

.swiper {
	--swiper-slides: 1;
	--swiper-gap: 1rem;
	--swiper-pagination-color: #fff;
	--swiper-pagination-bullet-horizontal-gap: 2.5px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 0.5;
	--swiper-pagination-bullet-size: 0.5em;
	--swiper-navigation-size: 1.5rem;
}
@media (min-width: 681px) {
	.swiper {
		--swiper-navigation-size: 2.5rem;
	}
}
@media (min-width: 681px) {
	.swiper {
		--swiper-navigation-size: 3.75rem;
	}
}

.swiper-pagination-bullet {
	transition: 0.25s;
}

.swiper-pagination-bullet-active {
	transform: scale(1.2);
}

.swiper-slide {
	width: calc(100% / var(--swiper-slides) - var(--swiper-gap) / (var(--swiper-slides) / (var(--swiper-slides) - 1)));
}

.swiper-slide:not(:last-child) {
	margin-right: var(--swiper-gap);
}

.swiper-button-next,
.swiper-button-prev {
	width: var(--swiper-navigation-size);
	color: currentColor;
}
.swiper-button-next::before,
.swiper-button-prev::before {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 1px solid;
	opacity: 0.5;
	z-index: -1;
	transition: 0.2s;
}
.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
	background-color: var(--color-primary);
	opacity: 1;
	border-color: transparent;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: calc(var(--swiper-navigation-size) * 0.35);
}

.swiper-container {
	position: relative;
}

.swiper-container .swiper {
	position: static;
}

.header-mobile__inner {
	padding: 0.5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}
.header-mobile__logo {
	max-width: 18vw;
}
.header-mobile__phone {
	margin-left: auto;
	font-size: 0.875rem;
}
.header-mobile__toggle {
	display: flex;
	flex-direction: column;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	gap: 0.75rem;
	padding: 0.25rem;
	transition: 0.25s 0.25s;
	transition-property: gap;
	transition-timing-function: ease-in-out;
	cursor: pointer;
}
.header-mobile__toggle > * {
	height: 4px;
	background: currentColor;
	border-radius: 1px;
	margin: -2px 0;
	transition: 0.25s;
	transition-property: transform;
	transition-timing-function: ease-in-out;
}
.header-mobile__toggle.menu-active {
	gap: 0;
	transition: 0.25s;
	transition-property: gap;
}
.header-mobile__toggle.menu-active > * {
	transition: 0.25s;
	transition-property: transform;
}
.header-mobile__toggle.menu-active > *:nth-child(1) {
	transform: rotate(-135deg);
}
.header-mobile__toggle.menu-active > *:nth-child(2) {
	transform: rotate(-45deg);
}

.header {
	background-color: #fff;
	color: #4c5865;
	box-shadow: 0px 3px 6px 0px rgba(224, 224, 224, 0.26), 0px 2px 2px 0px rgba(227, 228, 228, 0.1);
}
.header--transparent {
	position: absolute;
	box-shadow: none;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	background-color: transparent;
	color: #fff;
}
.header--transparent .btn {
	color: #fff;
}
.header.menu-active {
	background-color: #fff;
	color: #4c5865;
	box-shadow: 0px 3px 6px 0px rgba(224, 224, 224, 0.26), 0px 2px 2px 0px rgba(227, 228, 228, 0.1);
}
@media (max-width: 920px) {
	.header {
		position: fixed;
		z-index: 99;
		top: 0;
		width: 100%;
		background-color: #fff !important;
		color: #4c5865 !important;
	}
	.header + * {
		padding-top: 56px !important;
	}
	.header__desktop {
		position: absolute;
		top: 100%;
		width: 100%;
		background: #fff;
		color: #4c5865;
		transform: translateY(-100%);
		transition: 0.25s;
		transition-property: transform, opacity;
		opacity: 0;
		pointer-events: none;
		z-index: -1;
	}
	.header__desktop.menu-active {
		transform: translateY(0%);
		opacity: 1;
		pointer-events: all;
	}
	.header__desktop .header-desktop__inner {
		padding: 1.25rem 0;
	}
	.header__desktop .header-desktop__logo {
		display: none;
	}
	.header__desktop .header-desktop__feedback .btn {
		color: var(--color-primary);
	}
}
@media (min-width: 921px) {
	.header__mobile {
		display: none;
	}
}

.header-desktop__nav {
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
}
@media (max-width: 920px) {
	.header-desktop__inner {
		display: grid;
		grid-gap: 2.5rem;
	}
	.header-desktop__main {
		display: grid;
		grid-gap: 1.25rem;
	}
	.header-desktop__nav {
		display: grid;
	}
	.header-desktop__nav > * {
		padding: 1.25rem 0;
	}
	.header-desktop__nav > *:not(:last-child) {
		border-bottom: 1px solid rgba(147, 159, 177, 0.4274509804);
	}
}
@media (min-width: 681px) and (max-width: 920px) {
	.header-desktop__feedback .btn {
		display: inline-flex;
	}
}
@media (min-width: 921px) {
	.header-desktop {
		font-size: clamp(0.5rem, 1.2vw, 0.875rem);
	}
	.header-desktop__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
	}
	.header-desktop__logo {
		width: 9.3em;
	}
	.header-desktop__main {
		flex: 1;
		max-width: 73em;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1.5rem;
		border-bottom: 1px solid #fff;
	}
	.header-desktop__nav {
		flex: 1;
		max-width: 54em;
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}
	.header-desktop__nav a {
		padding: 1.5rem 0;
		border: 4px solid transparent;
		border-left-width: 0px;
		border-right-width: 0px;
		margin-bottom: -1px;
	}
	.header-desktop__nav a.active {
		color: var(--color-primary);
		border-bottom-color: var(--color-primary);
	}
}

.footer {
	background-color: #f7f8f8;
	color: #4c5865;
}
.footer .header-desktop__inner {
	padding: 1rem 0;
	border-bottom: 1px solid #ccdbdc;
}
.footer .header-desktop__main {
	border-bottom: none !important;
}
.footer__regs {
	padding: 1.875rem 0;
	width: 100%;
	max-width: 73em;
}

.models-header {
	background: #f7f8f8;
}
.models-header__inner {
	position: relative;
	height: 86px;
}
.models-header__close {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	box-shadow: 0px 3px 6px 0px rgba(224, 224, 224, 0.26);
	background: #fff;
	border-radius: 50%;
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 5.25L5.25 18.75' stroke='%23E37639' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 18.75L5.25 5.25' stroke='%23E37639' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: scale-down;
	background-position: center;
	background-repeat: no-repeat;
}
.models-header__tabs-scroll {
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.models-header__tabs {
	border-bottom: 2px solid #ccdbdc;
	display: flex;
	gap: 2.5rem;
	white-space: nowrap;
	min-width: -moz-fit-content;
	min-width: fit-content;
}
.models-header__tabs > * {
	padding-bottom: 10px;
	margin-bottom: -2px;
	border-bottom: 4px solid transparent;
}
.models-header__tabs > *.active {
	border-bottom: 4px solid var(--color-primary);
}
@media (max-width: 920px) {
	.models-header__inner {
		height: 100px;
	}
	.models-header__close {
		top: 12px;
		transform: none;
		width: 40px;
		height: 40px;
	}
}

.index-slider,
.default-banner {
	background: #000;
}
.index-slider .swiper-navigation,
.default-banner .swiper-navigation {
	display: flex;
	gap: 1.25rem;
}
.index-slider .swiper-button-prev,
.default-banner .swiper-button-prev {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	margin: 0;
}
.index-slider .swiper-button-next,
.default-banner .swiper-button-next {
	position: relative;
	top: unset;
	left: unset;
	right: unset;
	margin: 0;
}
.index-slider .swiper-pagination,
.default-banner .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: min(1.7vw, 1.875rem);
}
.index-slider .swiper-pagination > *,
.default-banner .swiper-pagination > * {
	flex-basis: 7.5rem;
	flex-shrink: 1;
	transform: scale(1) !important;
	border-radius: 2px;
	height: 3px;
}
.index-slider__slide,
.default-banner__slide {
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
}
.index-slider__slide::before,
.default-banner__slide::before {
	content: "";
	flex: 2;
}
.index-slider__slide::after,
.default-banner__slide::after {
	content: "";
	flex: 1;
}
.index-slider__inner,
.default-banner__inner {
	display: grid;
	grid-gap: 1rem;
	justify-items: start;
}
.index-slider__title,
.default-banner__title {
	font-size: clamp(1.6rem, 5vw, 3.5rem);
	text-transform: uppercase;
}
.index-slider__subtitle,
.default-banner__subtitle {
	font-size: clamp(1rem, 3vw, 1.375rem);
}
@media (orientation: portrait) {
	.index-slider__slide,
	.default-banner__slide {
		aspect-ratio: 2/1;
	}
}
@media (orientation: landscape) {
	.index-slider__slide,
	.default-banner__slide {
		min-height: min(100vh, 100vw);
	}
}

.default-banner__slide::after {
	flex: 0.3;
}
.default-banner__prices {
	display: flex;
	gap: 2.5em;
}
.default-banner__price-main {
	font-weight: 700;
	color: var(--color-primary);
	font-size: clamp(1rem, 3vw, 1.375rem);
}
.default-banner__price-credit {
	font-weight: 700;
}
.default-banner__actions {
	font-size: clamp(0.5rem, 3.2vw, 1rem);
	margin-top: 3em;
	display: flex;
	padding: 1px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	width: 100%;
	min-width: 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
	white-space: nowrap;
	overflow-x: auto;
}
.default-banner__actions > * {
	flex-shrink: 0;
	padding: 0.25rem 0.75rem;
	line-height: 1;
	font-weight: 700;
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0.75em;
	transition: 0.2s;
}
.default-banner__actions > * svg {
	flex-shrink: 0;
	width: 2em;
}
.default-banner__actions > *:hover {
	background: #fff;
	color: #4c5865;
}
.default-banner--center .default-banner__slide::before,
.default-banner--center .default-banner__slide::after {
	flex: 1;
}

.select-car {
	background-size: cover;
	background-position: 55% center;
	display: flex;
}
.select-car::before {
	content: "";
	flex: 1;
}
.select-car::after {
	content: "";
	flex: 1;
}
.select-car__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.select-car__inner > * {
	max-width: 100%;
}
.select-car__tabs-row {
	display: flex;
	padding: 2px;
	border: 1px solid #fff;
	border-radius: 999px;
	width: 100%;
	min-width: 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
	white-space: nowrap;
	overflow-x: auto;
}
.select-car__tabs-row > * {
	padding: 0.5rem 0.75rem;
	line-height: 1;
	font-weight: 700;
	border-radius: 999px;
	cursor: pointer;
}
.select-car__tabs-row > *.selected {
	background: #fff;
	color: #4c5865;
}
.select-car__tabs-column {
	display: flex;
	border-bottom: 1px solid #fff;
	width: 100%;
	min-width: 0;
	max-width: -moz-fit-content;
	max-width: fit-content;
	white-space: nowrap;
	overflow-x: auto;
}
.select-car__tabs-column > * {
	padding: 0.5rem 1rem;
	line-height: 1;
	border-bottom: 4px solid transparent;
	cursor: pointer;
}
.select-car__tabs-column > *.selected {
	border-bottom-color: var(--color-primary);
	font-weight: 700;
}
.select-car__content {
	display: grid;
	grid-gap: 1.25rem;
	align-content: start;
	line-height: 1.3;
}
.select-car__name {
	font-size: clamp(1.6rem, 5vw, 2.625rem);
	line-height: 1.2;
	font-weight: 200;
}
.select-car__prices {
	display: grid;
	grid-gap: 1rem;
}
.select-car__price-main {
	font-size: clamp(1.6rem, 5vw, 2.625rem);
	color: var(--color-primary);
	font-weight: 700;
}
.select-car__price-credit {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
}
@media (min-width: 481px) {
	.select-car__btn .btn {
		width: -moz-fit-content;
		width: fit-content;
	}
}
@media (min-width: 681px) {
	.select-car__inner {
		grid-template-columns: 15.5rem 1fr;
		grid-gap: 2.5rem 1.75rem;
	}
	.select-car__tabs-row {
		grid-column: 1/-1;
	}
	.select-car__tabs-column {
		display: flex;
		flex-direction: column;
		border-bottom: unset;
		border-right: 1px solid #fff;
		width: unset;
		max-width: unset;
		white-space: nowrap;
		overflow-x: unset;
		text-align: right;
	}
	.select-car__tabs-column > * {
		padding: 1rem 0;
		padding-right: 1.75rem;
		line-height: 1;
		border-bottom: unset;
		border-right: 3px solid transparent;
		margin-right: -1px;
		cursor: pointer;
	}
	.select-car__tabs-column > *.selected {
		border-right-color: var(--color-primary);
	}
}
@media (orientation: landscape) {
	.select-car {
		min-height: 720px;
	}
}

.models__inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
	grid-gap: 1.875rem;
}
.model {
	transition: 0.2s;
}
.model__image {
	padding-top: 18%;
	position: relative;
	z-index: 2;
}
.model__image img {
	width: 100%;
	aspect-ratio: 2/1;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.model__image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
	aspect-ratio: 2/1;
	background: url(../img/model-bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: 0.2s;
}
.model__content {
	padding: 1.25rem;
}
.model__name {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.model__prices {
	display: grid;
	grid-gap: 0.25rem 1.875rem;
	color: #4c5865;
	grid-template-columns: repeat(2, 1fr);
	white-space: nowrap;
}
.model__price-old {
	display: flex;
	justify-content: space-between;
}
.model__price-old span {
	background-color: #00916e;
	color: #fff;
	font-weight: 700;
}
.model__price-current {
	font-size: clamp(1rem, 3vw, 1.375rem);
	color: var(--color-primary);
	font-weight: 500;
}
.model__price-credit {
	grid-column: 2/3;
	grid-row: 1/3;
	display: grid;
	grid-gap: inherit;
}
.model:hover {
	background-color: #fff;
}
.model:hover .model__image::before {
	opacity: 1;
}

.benefits__inner {
	display: grid;
	font-size: clamp(0.8rem, 2.2vw, 1rem);
}
.benefits__item {
	padding: 1.875em;
	height: 11em;
	border: 1px solid #ccdbdc;
	margin-right: -1px;
	margin-bottom: -1px;
	color: #4c5865;
	position: relative;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0);
}
.benefits__item.hover {
	height: 18em;
	background-color: var(--color-primary);
	margin-bottom: -8em;
	position: relative;
	z-index: 2;
}
.benefits__item.hover .benefits__item-icon {
	color: #fff;
}
.benefits__item.hover .benefits__item-icon svg {
	position: absolute;
	opacity: 0.25;
	right: -6em;
	bottom: 0;
	width: 12.5em;
}
.benefits__item.hover .benefits__item-content {
	color: #fff;
}
.benefits__item.hover .benefits__item-title {
	display: flex;
	justify-content: start;
	text-align: left;
}
.benefits__item.hover .benefits__item-text {
	opacity: 1;
}
.benefits__item.hover .benefits__item-more {
	opacity: 1;
}
.benefits__item-icon {
	color: var(--color-primary);
	margin-bottom: 1.25em;
}
.benefits__item-icon svg {
	width: 2.625em;
	height: auto;
	margin: 0 auto;
}
.benefits__item-content {
	display: grid;
	grid-gap: 1em;
}
.benefits__item-title {
	font-size: 1.375em;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
}
.benefits__item-text {
	opacity: 0;
	color: #fff;
}
.benefits__item-more {
	opacity: 0;
	display: flex;
	align-items: center;
	gap: 0.75em;
	color: #fff;
}
.benefits__item-more::before {
	content: "";
	width: 1.75em;
	height: 1.75em;
	flex-shrink: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' fill='white'/%3E%3Cpath d='M12 20L18 14L12 8' stroke='%23E37639' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: cover;
	border-radius: 50%;
}
@media (min-width: 681px) {
	.benefits__inner {
		grid-template-columns: repeat(2, 1fr);
		font-size: clamp(0.8rem, 1.1vw, 1rem);
	}
}
@media (min-width: 921px) {
	.benefits__inner {
		grid-template-columns: repeat(4, 1fr);
		font-size: clamp(0.4rem, 1.1vw, 1rem);
	}
}

.credit-banner {
	background-image: url(../img/credit-banner-bg.jpg);
	background-size: cover;
	color: #fff;
}
.credit-banner .section__title span {
	background: var(--color-primary);
	white-space: nowrap;
	font-weight: 500;
	padding: 0 0.25em;
}
.credit-banner__checks {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	gap: 2.5em;
	margin-bottom: 1.875rem;
}
.credit-banner__checks > *::before {
	flex-shrink: 0;
	content: "";
	margin-right: 0.5em;
	display: inline-block;
	width: 1.18em;
	height: 1.18em;
	margin-bottom: -0.09em;
	background-color: #00916e;
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='26' height='26' fill='%2300916E'/%3E%3Cpath d='M18.5 10L11.1625 17L7.5 13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: cover;
	border-radius: 50%;
}
.credit-banner__content {
	font-weight: 600;
	max-width: 34.5em;
}
.credit-banner__content > * + * {
	margin-top: 1em;
}
.credit-banner__btn {
	margin-top: 1.875rem;
}
.credit-banner__btn .btn {
	display: inline-flex;
}

.feedback-form {
	background-image: url(../img/feedback-banner-bg.jpg);
	background-size: cover;
	color: #fff;
}
.feedback-form__description {
	margin-bottom: 1rem;
}
@media (min-width: 681px) {
	.feedback-form__form {
		max-width: 38rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

.form__description {
	grid-column: 1/-1;
	font-size: 0.75rem;
	font-weight: 200;
}

.about {
	margin-bottom: 0;
}
.about__main {
	background-image: url(../img/about_bg.jpg);
	background-size: cover;
}
.about__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.about__content > * + * {
	margin-top: 1rem;
}
.about__asset {
	place-self: center;
}
@media (min-width: 681px) {
	.about__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.progs__inner {
	display: grid;
	grid-gap: 1.875rem;
}
.progs__inner > * {
	min-width: 0;
}
.progs__item {
	border: 1px solid #fcf1eb;
	background: #fff;
	color: #4c5865;
	position: relative;
	z-index: 2;
}
.progs__item-image {
	background: rgba(0, 0, 0, 0.1333333333);
	aspect-ratio: 32/20;
}
.progs__item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.progs__item-title {
	text-transform: uppercase;
	font-weight: 500;
	background: var(--color-primary);
	color: #fff;
	padding: 0.5rem 1rem;
}
.progs__item-content {
	padding: 1.25rem 1rem 1.875rem;
}
.progs__item-text {
	line-height: 1.3;
}
.progs__item-btn {
	margin-top: 1.25rem;
}
.progs__item-btn .btn {
	display: inline-flex;
}
.progs__item-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
@media (min-width: 481px) {
	.progs__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 921px) {
	.progs__inner {
		grid-template-columns: repeat(4, 1fr);
	}
}

.contacts-main {
	line-height: 1.4;
}
.contacts-main__inner {
	display: grid;
	grid-gap: 1.875rem;
}
.contacts-main__map > *,
.contacts-main__map iframe {
	width: 100%;
	height: 100%;
	min-height: 15rem;
	border-radius: 1.25rem;
}
.contacts-main__content {
	display: grid;
	grid-gap: 1.5rem;
}
.contacts-main__group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.contacts-main__group-title {
	font-weight: 700;
	color: rgba(76, 88, 101, 0.4);
}
.contacts-main__group-content {
	font-weight: 700;
	font-size: clamp(1rem, 3vw, 1.375rem);
}
@media (min-width: 921px) {
	.contacts-main__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.breadcrumbs {
	margin: 1.25rem 0;
}
.breadcrumbs a {
	color: rgba(76, 88, 101, 0.4);
}
.breadcrumbs a::after {
	content: " | ";
}
.breadcrumbs + .section {
	margin-top: 2.5rem !important;
}
.breadcrumbs + .section--fill,
.breadcrumbs + .section--gray {
	margin-top: 0 !important;
	padding-top: 2.5rem !important;
}
.breadcrumbs--gray {
	background-color: #f7f8f8;
	margin: 0;
	padding-top: 1.25em;
}

.credit-main {
	counter-reset: row 0;
}
.credit-main__inner {
	display: grid;
	grid-gap: 2.5rem;
}
.credit-main__inner > * {
	min-width: 0;
}
.credit-main__row-title {
	margin-bottom: 1.5rem;
	color: #333333;
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
}
.credit-main__row-title::before {
	content: counter(row) ". ";
	counter-increment: row;
}
@media (min-width: 681px) {
	.credit-main__form {
		max-width: 38rem;
		grid-template-columns: repeat(3, 1fr);
	}
}

.models-checks__inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(10rem, 33%), 1fr));
	grid-gap: 1.25rem;
}
.models-checks__inner > * {
	min-width: 0;
}
.models-checks input {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.models-checks__item {
	cursor: pointer;
	border: 1px solid transparent;
	padding-top: 0.75rem;
	transition: 0.25s;
	box-shadow: 0 0 0 0px #ccdbdc;
	border-radius: 1px;
}
input:focus + .models-checks__item {
	box-shadow: 0 0 0 2px rgba(204, 219, 220, 0.431372549);
}
input:checked + .models-checks__item {
	border-color: #ccdbdc;
	color: var(--color-primary);
}
.models-checks__item-image img {
	width: 100%;
	aspect-ratio: 3/2;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.models-checks__item-content {
	text-align: center;
	padding: 1rem 0;
}
.models-checks__item-name {
	margin-bottom: 0.5em;
	height: 2em;
	font-weight: 700;
}
.models-checks__item-price {
	font-size: 1rem;
	color: var(--color-primary);
	white-space: nowrap;
}
@media (hover: none) {
	.models-checks {
		overflow-y: hidden;
		overflow-x: scroll;
		margin: 0 calc(var(--container-paddings) * -1);
		padding: 0 calc(var(--container-paddings) * 1);
	}
	.models-checks__inner {
		display: flex;
		width: -moz-fit-content;
		width: fit-content;
	}
	.models-checks__inner > * {
		min-width: 12rem;
		width: 12rem;
	}
}

.conditions-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	--current-color-rgb: ;
}
.conditions-checks input {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.conditions-checks__item {
	cursor: pointer;
}
.conditions-checks__item::before {
	content: "";
	display: inline-block;
	width: 1rem;
	min-width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
	margin-bottom: -0.1rem;
	border-radius: 50%;
	border: 1px solid var(--color-primary);
	box-shadow: 0 0 0 2px #fff inset;
}
input:focus + .conditions-checks__item::before {
	box-shadow: 0 0 0 2px rgba(204, 219, 220, 0.431372549), 0 0 0 2px #fff inset;
	background: #fcf1eb;
}
input:checked + .conditions-checks__item::before {
	background: var(--color-primary);
}
.conditions-checks__item span {
	font-weight: 600;
	color: var(--color-primary);
}

.loan-terms {
	display: grid;
	grid-gap: 1.5rem 2.5rem;
}
.loan-terms__group-title {
	color: #4c5865;
	font-weight: 600;
	margin-bottom: 1.25rem;
}
@media (min-width: 681px) {
	.loan-terms {
		display: flex;
	}
	.loan-terms > * {
		flex: 1;
	}
	.loan-terms > *:first-child {
		max-width: 26.25rem;
	}
}

.complectstions-checks,
.period-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}
.complectstions-checks input,
.period-checks input {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.complectstions-checks__item,
.period-checks__item {
	cursor: pointer;
	background: #fff;
	color: #939fb1;
	padding: 0.3rem 0.75rem;
}
input:focus + .complectstions-checks__item,
input:focus + .period-checks__item {
	box-shadow: 0 0 0 2px rgba(204, 219, 220, 0.431372549);
}
input:checked + .complectstions-checks__item,
input:checked + .period-checks__item {
	border-color: #ccdbdc;
	color: var(--color-primary);
}
.period-checks__item {
	color: #4c5865;
	font-weight: 600;
}

.regs-partners {
	color: #333333;
}
.regs-partners__inner {
	display: grid;
	grid-gap: 2.5rem;
}
.regs-partners__regs {
	-moz-columns: 2;
	columns: 2;
	-moz-column-width: 18em;
	column-width: 18em;
}
.regs-partners__regs > * + * {
	margin-top: 1.5rem;
}
.regs-partners__regs-group {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.regs-partners__regs-group h3 {
	font-size: clamp(1rem, 3vw, 1.125rem);
	margin-bottom: 1.25rem;
	font-weight: 600;
}
.regs-partners__regs-group ul {
	list-style: square;
	padding-left: 1.25rem;
	line-height: 1.4;
}
.regs-partners__regs-group ul > * + * {
	margin-top: 0.75rem;
}
.regs-partners__partners h3 {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.regs-partners__partners-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.25rem;
}
.regs-partners__partners-item {
	flex: 1;
	min-width: 10rem;
	max-width: 14rem;
	background: #fff;
	padding: 0.75rem 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.regs-partners__partners-item-image img {
	display: block;
	width: 100%;
	aspect-ratio: 3/1;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
@media (min-width: 921px) {
	.regs-partners__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.models-head {
	padding: 1.25rem 0;
	background: #f7f8f8;
}
.models-head__inner {
	display: grid;
	grid-gap: 0.75rem 2.5rem;
}
.models-head__name {
	font-size: clamp(1rem, 3vw, 1.375rem);
	text-transform: uppercase;
	font-weight: 700;
}
.models-head__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 0;
}
.models-head__actions span {
	margin: 0 1em;
	color: #ccdbdc;
}
.models-head__actions .active {
	font-weight: 600;
}
@media (min-width: 921px) {
	.models-head__inner {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}

.models-main__inner {
	display: grid;
	grid-gap: 2.5rem;
}
.models-main__inner > * {
	min-width: 0;
}
.models-main__image img {
	max-width: 39rem;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 2/1;
	-o-object-fit: contain;
	object-fit: contain;
}
.models-main__content {
	display: grid;
	grid-gap: 1.5rem;
}
.models-main__row-title {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.models-main__props {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 0.75rem;
}
.models-main__props > * {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	background: #f7f8f8;
	padding: 0.75rem 1.25rem;
}
.models-main__props > * > span {
	text-align: left;
	color: #4c5865;
}
.models-main__props > * > b {
	text-align: right;
}
.models-main__props > * {
	flex: 1;
	min-width: 17rem;
}
.models-main__conditions {
	--color-primary: #00916e;
}
@media (min-width: 921px) {
	.models-main__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.model-main-promo-card {
	position: relative;
	background: #f7f8f8;
	padding: 1.25rem;
}
.model-main-promo-card__title {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
	margin-bottom: 1.25rem;
	color: var(--color-primary);
	margin-right: 5rem;
	max-width: 20em;
}
.model-main-promo-card__description {
	font-size: 1rem;
	max-width: 23em;
}
.model-main-promo-card__head-asset {
	position: absolute;
	top: 0;
	right: 0;
	margin: -1.5rem;
	max-width: 7rem;
}
.model-main-promo-card__form {
	margin-top: 1rem;
}
@media (min-width: 681px) {
	.model-main-promo-card__form {
		grid-template-columns: repeat(3, 1fr);
	}
	.model-main-promo-card__head-asset {
		max-width: 10rem;
		margin: -2.2rem;
	}
	.model-main-promo-card__title {
		margin-right: 5rem;
	}
}

.models-main .colors {
	margin-top: 2rem;
}

.colors {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	--swiper-navigation-size: min(7vw, 1.75rem);
}
.colors__next {
	flex-shrink: 0;
	position: relative;
	margin: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: var(--color-primary);
	border-radius: 50%;
}
.colors__list {
	margin: 0 min(2vw, 2.5em);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: min(2vw, 1em);
}
.colors__list > * {
	min-width: min(7vw, 2.125rem);
	width: min(7vw, 2.125rem);
	height: min(7vw, 2.125rem);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.colors__list > *.active {
	border-width: 2px;
	border-color: #ccdbdc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.0666666667);
}
.colors__prev {
	flex-shrink: 0;
	position: relative;
	margin: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: var(--color-primary);
	border-radius: 50%;
}
.gallery img {
	width: 100%;
	aspect-ratio: 3/2;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.gallery .swiper {
	--swiper-navigation-size: 1.75rem !important;
	--swiper-slides: 4;
	--swiper-gap: 1rem;
}
.gallery .swiper-button-prev {
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}
.gallery .swiper-button-next {
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
}
.gallery .swiper-slide {
	min-width: 10rem;
}

.specifications__inner {
	display: grid;
	grid-gap: 1.75rem;
}
.specifications__group ul {
	display: grid;
	grid-gap: 0.75rem;
}
.specifications__group ul > * {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	background: #f7f8f8;
	padding: 0.75rem 1.25rem;
}
.specifications__group ul > * > span {
	text-align: left;
	color: #4c5865;
}
.specifications__group ul > * > b {
	text-align: right;
}
.specifications__group ul > * {
	flex: 1;
	min-width: 17rem;
}
.specifications__group-title {
	text-align: center;
	margin-bottom: 1.25rem;
	font-weight: 700;
}
@media (min-width: 681px) {
	.specifications__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 921px) {
	.specifications__inner {
		grid-template-columns: repeat(4, 1fr);
	}
}

.options__headers {
	display: grid;
	grid-template-columns: 0.8fr repeat(3, 0.66fr) 0.9fr;
	padding: 0 1.25rem;
	text-align: center;
	white-space: nowrap;
	color: #939fb1;
}
.options__headers::before,
.options__headers::after {
	content: "";
}
.options__group:not(:last-child) {
	margin-bottom: 2.5rem;
}
.options__group-title {
	margin-bottom: 1.875rem;
	color: #4c5865;
	font-weight: 600;
}
.options__group-item:nth-child(odd) {
	background: #f7f8f8;
}
@media (max-width: 920px) {
	.options__headers {
		display: none;
	}
}

.option [data-trigger] {
	cursor: pointer;
}
.option__inner {
	display: grid;
	grid-gap: 1rem;
	padding: 1.25rem;
}
.option__name {
	font-weight: 700;
	font-size: 1rem;
}
.option__prices {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0.75rem 1rem;
	align-items: baseline;
	white-space: nowrap;
}
.option__prices > * {
	min-width: 0;
}
.option__price-current {
	font-weight: 700;
	color: var(--color-primary);
	font-size: 1rem;
}
.option__price-old {
	color: #4c5865;
}
.option__price-credit {
	font-size: 1rem;
}
.option__hidden > * {
	padding: 1.25rem;
}
@media (min-width: 681px) {
	.option__prices {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 921px) {
	.option__inner {
		grid-template-columns: 1fr 2fr 1fr;
		align-items: center;
	}
}

.gifts__inner {
	display: grid;
	grid-gap: 2.5rem;
}
.gifts__item {
	background-image: url(../img/gifts/bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 1.25rem;
}
.gifts__item-content-title {
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
	margin-bottom: 1.25rem;
}
.gifts__item-content-text {
	margin-bottom: 1rem;
	font-size: 1rem;
	max-width: 13rem;
}
.gifts__item-content-button .btn {
	display: inline-flex;
}
.gifts__item-asset img {
	width: 100%;
}
@media (min-width: 481px) and (max-width: 680px) {
	.gifts__item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}
@media (min-width: 681px) {
	.gifts__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 921px) {
	.gifts__item {
		display: grid;
		grid-template-columns: 3fr 2fr;
		align-items: center;
		position: relative;
		z-index: 2;
	}
	.gifts__item-asset {
		margin-left: -50%;
		z-index: -1;
	}
}

.traidin-main {
	counter-reset: step 0;
}
.traidin-main__steper {
	display: flex;
	gap: 2.5rem;
	margin-bottom: 2.5rem;
}
.traidin-main__steper > * {
	flex-basis: 20rem;
	flex-shrink: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	border-top: 4px solid var(--color-primary);
	padding-top: 10px;
	opacity: 0.4;
}
.traidin-main__steper > *::before {
	content: counter(step);
	counter-increment: step;
	display: block;
	font-size: 1.125rem;
	line-height: 1.45;
	text-align: center;
	min-width: 1.45em;
	width: 1.45em;
	height: 1.45em;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 50%;
}
.traidin-main__steper > *.active {
	opacity: 1;
}
.traidin-main__step-2 {
	display: grid;
	grid-gap: 2.5rem;
}
.traidin-main__step-2 > * {
	min-width: 0;
}
.traidin-main__step-2 .btn {
	margin-top: 2.5rem;
}
.traidin-main__row-title {
	margin-bottom: 1.5rem;
	color: #333333;
	font-size: clamp(1rem, 3vw, 1.375rem);
	font-weight: 700;
}
.traidin-main .regs-partners {
	margin-top: 2.5rem;
}
.traidin-main .regs-partners__inner {
	margin-top: 2.5rem;
}
@media (max-width: 920px) {
	.traidin-main__steper > *:not(.active) {
		visibility: hidden;
		pointer-events: none;
		position: absolute;
		z-index: -100;
	}
}
@media (min-width: 681px) {
	.traidin-main .form {
		grid-template-columns: repeat(2, 1fr) auto;
		max-width: 56.5rem;
		grid-gap: 0.75rem 2.5rem;
	}
	.traidin-main .btn {
		width: 12rem;
	}
	.traidin-main .regs-partners__inner {
		grid-template-columns: 4fr 2fr;
	}
}

.popup-callback {
	background-image: url(../img/popup-callback-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.popup-callback .popup__title {
	font-size: clamp(1rem, 3vw, 1.375rem);
	margin-bottom: 1.25rem;
	font-weight: 700;
}
.popup-callback .popup__subtitle {
	font-weight: 600;
}
.popup-callback .popup__form {
	margin-top: 1rem;
}
@media (min-width: 481px) {
	.popup-callback .popup__subtitle {
		max-width: 23em;
	}
	.popup-callback .popup__form {
		max-width: 12rem;
	}
}

.popup-tradein {
	background-image: url(../img/popup-tradein-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.popup-tradein .popup__title {
	font-size: clamp(1rem, 3vw, 1.375rem);
	margin-bottom: 1.25rem;
	font-weight: 700;
}
.popup-tradein .popup__subtitle {
	font-weight: 600;
}
.popup-tradein .popup__form {
	margin-top: 1rem;
}
@media (min-width: 481px) {
	.popup-tradein .popup__subtitle {
		max-width: 23em;
	}
	.popup-tradein .popup__form {
		max-width: 12rem;
	}
}
