.credit-main-regs__text b {
	font-weight: 500;
}
.credit-main-regs__text span {
	font-size: 0.875em;
}
.credit-main-car__price--benefit::before {
	content: none;
}
.marks-item img {
	width: 4rem;
	height: 4rem;
	max-width: 65%;

	object-fit: contain;
	object-position: center;
}
.float-recall {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;

	pointer-events: none;
}
.float-recall .container {
	max-width: 80rem;
}
.float-recall__inner {
	display: flex;
	justify-content: end;
	margin: 1rem 0;
}
.float-recall__button {
	pointer-events: all;
	background: var(--color-primary);
	border: 1px solid #fff;
	border-radius: 50rem;
	width: 3rem;
	position: relative;
}
.float-recall__button::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	border-radius: 50rem;
	background: inherit;

	animation: waves 2s infinite linear;
}
.float-recall__button svg {
	width: 100%;
}
@keyframes waves {
	to {
		inset: -0.5rem;
		background: transparent;
	}
}

/* credit-partners */
.credit-partners .swiper-slide {
	width: calc(100% / 8 - 1rem / 8 * 7);
	min-width: 4.5rem;
}
.credit-partners .swiper-slide:not(:last-child) {
	margin-right: 1rem;
}
.credit-partners__item img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: contain;
}
.swiper-button-prev,
.swiper-button-next {
	width: 42px;
	height: 42px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 12px;
	font-weight: 900;
	color: #000;
}
.index-main-banner__title {
	text-shadow: 0 0 1rem #000;
}
.index-main-promo-item {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.index-main-promo-item::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 4rem;
	background: linear-gradient(to bottom, #000a, #0000);
}

.index-main-banner {
	/* halloween banner fix */
	/* height: clamp(17rem, 57vw, 22rem); */
	/* 23-02 banner fix */
	height: clamp(16rem, 79vw, 25rem);
}
@media (min-width: 992px) and (max-width: 1199px) {
	.index-main__inner {
		grid-template-columns: 10fr 21fr;
	}
	.index-main-promo-item {
		height: clamp(7rem, 16vw, 11rem);
	}
}
