/* +++ */
/* .models-row__main-slider img { */
/* width: 85%; */
/* width: 30%; */
/* } */

/* +++ */
.promo__item {
	text-decoration: none;
}
.promo-item {
	text-decoration: none;
	display: block;
}

/* +++ */
.models-item__image img,
.complectations-item__image img {
	max-width: 330px;
}

/* --- */
.models-item__progs-label,
.complectations-item__progs-label {
	margin-top: -1.25rem;
	margin-top: unset;
}

/* +++ */
.complectations-item__image {
	display: flex;
	align-items: start;
	gap: 15px;
}
.complectations-color {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.model__color-item {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 1px 1px #0002;
}
.model__color-item.active::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: transparent;
	width: 25px;
	height: 25px;
	border: 1px solid #b5b5b5;
	border-radius: 100%;
}

/* +++ */
.credit-main__inner {
	grid-gap: 1.25rem 2rem;
}
.terms__inner {
	grid-gap: 6.5rem;
}

/* +++ */
/* .page-compare .breadcrumb {
	margin: 3.5rem 0 0 0;
} */

.tradein-page .terms__list li:nth-child(5),
.tradein-page .terms__list li:nth-child(4) {
	margin-left: 30px;
}

.catalog-thums__item {
	padding: 5px;
	border: 1px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}

.catalog-thums__item.current {
	background: #eeeeee;
	border: 1px solid #e4863b;
}

.header-desktop__nav-btn {
	text-decoration: none;
	outline: none;
	border: none;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	padding: 0px;
	max-height: 17px;
}

.header-desktop__nav .header-desktop__nav-btn:not(:hover) {
	color: currentColor;
}

.header-desktop__nav-btn:hover {
	color: #e4863b;
}

.header-desktop-model {
	display: none; /* Скрываем блок по умолчанию */
	position: absolute;
	left: 0;
	top: 77px;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
}

body.active {
	overflow: hidden !important;
}

.header-desktop-model-box-inner {
	background: #fff;
}

.header-desktop-model-box-cars {
	display: none; /* Скрываем все блоки по умолчанию */
}
.header-desktop-model-box-cars.active {
	display: block; /* Активируем отображение текущего активного блока */
}

.header-desktop-model-tabs {
	display: flex;
	align-items: start;
	background: #e4863b;
}

.header-desktop-model-tabs-item {
	color: #fff;
	padding: 16px 24px;
	cursor: pointer;
}

.header-desktop-model-tabs-item.active {
	color: #e4863b;
	background: #fff;
}

.header-desktop-model-cars-box {
	padding: 20px 30px;
	background: rgb(247, 248, 248);
}

.header-desktop-model-box-cars.active {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

.header-desktop-model-box-cars-item {
	padding: 15px;
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
	background: #fff;
	position: relative;
	height: 200px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}

.header-desktop-model-box-cars-item:hover {
	background: #e4863b;
	color: #fff !important;
}

.header-desktop-model-box-cars-item img {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translate(0, -50%);
	width: 240px;
	object-fit: contain;
}

@media (max-width: 1400px) {
	.header-desktop-model {
		top: 68px;
	}
}

.config-banner {
	position: relative;
	padding-top: 160px;
}

.config-banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1050 / 220;
	background: var(--bg-image, url(../img/lada-catalog-img.png)) left center / contain no-repeat;
	z-index: 0;
}

.config-banner-row {
	display: flex;
	align-items: center;
	position: relative;
}

.config-banner-row > img {
	object-fit: contain;
	object-position: center;
	width: 50%;
	position: relative;
	z-index: 3;
}

.config-banner-ins {
	width: 66%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	color: #fff;
	background: #15181c;
	font-size: 48px;
	font-weight: 200;
}
@media (max-width: 1200px) {
	/* .config-banner::after {
		height: 210px;
	} */

	.config-banner-ins {
		font-size: 32px;
		height: 75px;
	}

	.config-banner {
		padding-top: 130px;
	}

	.header-desktop-model {
		top: 60px;
	}
}

@media (max-width: 970px) {
	/* .config-banner::after {
		height: 140px;
	} */

	.config-banner-ins {
		font-size: 21px;
		height: 60px;
	}

	.config-banner {
		padding-top: 90px;
	}
}

@media (max-width: 771px) {
	/* .config-banner::after {
		height: 100px;
	} */

	.config-banner-ins {
		font-size: 21px;
		height: 60px;
	}

	.config-banner {
		padding-top: 70px;
	}
}

@media (max-width: 480px) {
	/* .config-banner::after {
		height: 65px;
	} */

	.config-banner-ins {
		font-size: 13px;
		height: 40px;
	}

	.config-banner {
		padding-top: 50px;
	}
}
