/**
 * /promo/ — новая главная (staff preview), изолировано от home.css.
 */

#bx-workarea-main:has(.ea-promo) {
	padding-top: 0;
	padding-bottom: 0;
}

#bx-workarea:has(.ea-promo),
#bx-workarea-main:has(.ea-promo) {
	min-height: 0;
}

.ea-page-stretch:has(.ea-promo) {
	min-height: 0;
}

.ea-promo {
	width: 100%;
	min-width: 0;
}

/* /promo/: hero min-height — 59px шапка + 59px меню (мобила) */
body.ea-body--promo {
	--ea-promo-chrome-h: 59px;
}

/* Hero — как на гостевой главной (includes/home + home.css) */
.ea-promo-hero {
	position: relative;
	isolation: isolate;
	width: 100%;
	padding: 32px 0 0;
	background-color: #f9f9f7;
	background-image: none;
	--ea-promo-hero-scroll-range-hero: 2.2;
	--ea-promo-hero-scroll-range-vh: 1.4;
}

.ea-promo-hero::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: -1;
	opacity: 0;
	background-repeat: no-repeat;
	pointer-events: none;
	transition: opacity 0.5s ease;
}

body.ea-body--promo .ea-promo-hero::before {
	opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-hero::before {
		transition: none;
	}
}

@media (max-width: 767px) {
	.ea-promo-hero {
		--ea-promo-hero-scroll-range-hero: 1.1;
		--ea-promo-hero-scroll-range-vh: 0.65;
		display: flex;
		flex-direction: column;
		/* 59px + 59px — только для hero, chrome не трогаем */
		min-height: calc(100svh - var(--ea-promo-chrome-h) - var(--ea-promo-chrome-h));
		padding-top: 0;
		box-sizing: border-box;
	}

	.ea-promo-hero__inner {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.ea-promo-hero__bottom {
		flex-shrink: 0;
		margin-top: auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.ea-promo-hero {
		padding-top: 56px;
	}
}

.ea-promo-hero--morning::before {
	background-image: radial-gradient(
		ellipse 120% 85% at 50% 0%,
		rgba(253, 230, 138, 0.38) 0%,
		rgba(254, 249, 195, 0.22) 24%,
		rgba(249, 249, 247, 0.96) 54%,
		#f9f9f7 100%
	);
}

.ea-promo-hero--day::before {
	background-image: radial-gradient(
		ellipse 120% 85% at 50% 0%,
		rgba(209, 250, 229, 0.55) 0%,
		rgba(236, 253, 245, 0.34) 42%,
		rgba(249, 249, 247, 0.96) 58%,
		#f9f9f7 100%
	);
}

.ea-promo-hero--evening::before {
	background-image: radial-gradient(
		ellipse 120% 85% at 50% 0%,
		rgba(253, 186, 116, 0.36) 0%,
		rgba(255, 237, 213, 0.2) 24%,
		rgba(249, 249, 247, 0.96) 54%,
		#f9f9f7 100%
	);
}

.ea-promo-hero--night::before {
	background-image: radial-gradient(
		ellipse 120% 85% at 50% 0%,
		rgba(147, 197, 253, 0.34) 0%,
		rgba(219, 234, 254, 0.2) 24%,
		rgba(249, 249, 247, 0.96) 54%,
		#f9f9f7 100%
	);
}

.ea-promo-hero__inner {
	width: 100%;
	max-width: 48rem;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 768px) {
	.ea-promo-hero__inner {
		max-width: 1024px;
	}
}

.ea-promo-hero h1.ea-promo-hero__title {
	margin: 0 0 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: center;
	color: #004b6d;
}

@media (max-width: 767px) {
	.ea-promo-hero h1.ea-promo-hero__title {
		margin-top: 20px;
	}
}

.ea-promo-hero__subtitle {
	margin: 0 auto;
	max-width: 544px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #4b5563;
}

@media (min-width: 768px) {
	.ea-promo-hero h1.ea-promo-hero__title {
		font-size: 48px;
		margin-bottom: 16px;
	}

	.ea-promo-hero__subtitle {
		font-size: 17px;
		line-height: 1.6;
	}

	.ea-promo-hero__cta-wrap {
		margin-top: 32px;
	}
}

.ea-promo-hero__cta-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	width: 100%;
}

.ea-promo-hero__scroll-down {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 0 0 100%;
	gap: 6px;
	width: auto;
	min-height: 0;
	margin: 16px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #94a3b8;
	cursor: pointer;
	transition: color 0.2s ease;
}

.ea-promo-gravity-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.ea-promo-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 14px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ea-promo-hero__cta-label {
	display: inline-block;
}

.ea-promo-hero__cta--primary {
	background-color: #17a48b;
	box-shadow: 0 2px 10px rgba(23, 164, 139, 0.28);
}

.ea-promo-hero__cta-icon-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.ea-promo-hero__cta-spinner {
	display: none;
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: ea-promo-cta-spin 0.7s linear infinite;
}

.ea-promo-hero__cta--primary.is-loading .ea-promo-hero__cta-icon {
	opacity: 0;
}

.ea-promo-hero__cta--primary.is-loading .ea-promo-hero__cta-spinner {
	display: block;
}

@keyframes ea-promo-cta-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-hero__cta-spinner {
		animation: none;
		border-top-color: rgba(255, 255, 255, 0.85);
	}
}

.ea-promo-hero__cta--primary:hover,
.ea-promo-hero__cta--primary:focus-visible {
	background-color: #148a75;
	transform: translateY(-1px);
}

.ea-promo-hero__cta--outline,
.ea-promo-hero__cta--outline:link,
.ea-promo-hero__cta--outline:visited {
	background-color: transparent;
	border-color: #17a48b;
	box-shadow: none;
	color: #17a48b !important;
	-webkit-text-fill-color: #17a48b !important;
}

.ea-promo-hero__cta--outline:hover,
.ea-promo-hero__cta--outline:focus-visible {
	background-color: transparent;
	border-color: #148a75;
	color: #148a75 !important;
	-webkit-text-fill-color: #148a75 !important;
	transform: translateY(-1px);
}

.ea-promo-hero__bottom {
	margin-top: 8px;
}

.ea-promo-hero__scroll-down:hover,
.ea-promo-hero__scroll-down:focus-visible {
	color: #64748b;
	outline: none;
}

.ea-promo-hero__scroll-down-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.ea-promo-hero__scroll-down-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	position: relative;
	top: -3px;
	animation: ea-promo-hero-scroll-bounce 1.6s ease-in-out infinite;
}

@keyframes ea-promo-hero-scroll-bounce {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(6px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-hero__scroll-down-icon {
		animation: none;
	}
}

@media (min-width: 768px) {
	.ea-promo-hero__bottom {
		margin-top: 32px;
	}

	.ea-promo-hero__scroll-down {
		margin-top: 24px;
	}

	.ea-promo-hero__scroll-down-icon {
		width: 20px;
		height: 20px;
	}

	.ea-promo-hero__scroll-down-label {
		font-size: 15px;
	}

	.ea-promo-hero__media {
		margin-top: 0;
	}
}

.ea-promo-divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
}

.ea-promo-divider--hero {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
}

.ea-promo-hero__media {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.ea-promo-hero__media {
		padding: 0 12px;
	}
}

.ea-promo-hero__image-wrap {
	position: relative;
	width: 100%;
	--ea-promo-hero-shift-start: 0px;
}

@media (max-width: 767px) {
	.ea-promo-hero__image-wrap {
		/* Стартовый сдвиг — задаёт JS сразу при promo.js; var для parallax */
		--ea-promo-hero-shift-start: -200px;
	}
}

@media (min-width: 768px) {
	.ea-promo-hero__image-wrap {
		width: 66.666%;
		max-width: calc(80rem / 1.5);
		margin-left: auto;
		margin-right: auto;
	}
}

.ea-promo-hero__image {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	height: auto;
	opacity: 0;
	transition: opacity 0.45s ease;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}

.ea-promo-hero__image.is-loaded {
	opacity: 1;
}

@media (min-width: 768px) {
	.ea-promo-hero__image-shield {
		position: absolute;
		inset: 0;
		z-index: 1;
		background: transparent;
		pointer-events: auto;
		-webkit-user-select: none;
		user-select: none;
	}
}

@media (max-width: 767px) {
	.ea-promo-hero__image-shield {
		display: none;
	}
}

@media (max-width: 767px) {
	.ea-promo-hero__image {
		width: 130%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-hero__image-wrap {
		will-change: auto;
	}

	.ea-promo-hero__image {
		transition: none;
	}

	@media (min-width: 768px) {
		.ea-promo-hero__image-wrap {
			margin-left: auto;
			margin-right: auto;
		}
	}
}

/* Секция плиток — в духе tbank.ru «Рекомендуемые продукты» */
.ea-promo-features {
	padding: 32px 0 10px;
	background-color: #f9f9f7;
}

@media (min-width: 768px) {
	.ea-promo-features {
		padding: 48px 0 32px;
	}
}

.ea-promo-features__inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.ea-promo-features__title {
	margin: 0 0 8px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #004b6d;
	text-align: left;
}

.ea-promo-features__subtitle {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #4b5563;
	text-align: left;
}

@media (max-width: 767px) {
	.ea-promo-features__title,
	.ea-promo-features__subtitle {
		margin-inline: -12px;
		padding-inline: 12px;
	}
}

@media (min-width: 768px) {
	.ea-promo-features__title {
		margin-bottom: 12px;
		font-size: 36px;
		text-align: center;
	}

	.ea-promo-features__subtitle {
		margin-bottom: 32px;
		font-size: 17px;
		line-height: 1.6;
		text-align: center;
	}
}

.ea-promo-features__scroll {
	margin: 0 -12px;
	padding: 0 12px 4px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.ea-promo-features__scroll::-webkit-scrollbar {
	display: none;
}

@media (min-width: 768px) {
	.ea-promo-features__scroll {
		margin: 0;
		padding: 0;
		overflow: visible;
	}
}

.ea-promo-features__grid {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.ea-promo-features__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 40px;
		width: 100%;
	}
}

.ea-promo-features__item {
	display: flex;
	flex: 0 0 280px;
	width: 280px;
	min-height: 0;
}

@media (min-width: 768px) {
	.ea-promo-features__item {
		flex: initial;
		width: auto;
	}
}

.ea-promo-feature-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	border-radius: 14px;
	background: #e6ebf2;
	border: none;
}

@media (min-width: 768px) {
	.ea-promo-feature-card {
		min-height: 380px;
	}

	.ea-promo-feature-card:has(.ea-promo-feature-card__visual--no-image) {
		min-height: 0;
	}
}
.ea-promo-feature-card--tone-mint,
.ea-promo-feature-card--tone-sand,
.ea-promo-feature-card--tone-sky,
.ea-promo-feature-card--tone-blush {
	background: #e6ebf2;
}

.ea-promo-feature-card--tone-invert-teal {
	background: #3d6b6b;
	border-color: #355f5f;
}

.ea-promo-feature-card--tone-invert-teal .ea-promo-feature-card__title {
	color: #f4fbfb;
}

.ea-promo-feature-card--tone-invert-teal .ea-promo-feature-card__text {
	color: rgba(244, 251, 251, 0.78);
}

.ea-promo-feature-card--tone-invert-slate {
	background: #4a5568;
	border-color: #3f4758;
}

.ea-promo-feature-card--tone-invert-slate .ea-promo-feature-card__title {
	color: #f3f4f6;
}

.ea-promo-feature-card--tone-invert-slate .ea-promo-feature-card__text {
	color: rgba(243, 244, 246, 0.76);
}

.ea-promo-feature-card__body {
	padding: 20px 15px 16px 20px;
	text-align: left;
}

@media (min-width: 768px) {
	.ea-promo-feature-card__body {
		padding: 26px 22px 22px;
		text-align: center;
	}
}

.ea-promo-feature-card__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #0f172a;
	text-align: left;
}

@media (min-width: 768px) {
	.ea-promo-feature-card__title {
		text-align: center;
	}
}

.ea-promo-feature-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #64748b;
	text-align: left;
}

@media (min-width: 768px) {
	.ea-promo-feature-card__text {
		font-size: 15px;
		line-height: 1.55;
		text-align: center;
	}
}

.ea-promo-feature-card__visual {
	position: relative;
	flex-shrink: 0;
	height: 172px;
	margin-top: auto;
	overflow: hidden;
	background: #f9f9f7;
}

@media (min-width: 768px) {
	.ea-promo-feature-card__visual {
		height: 200px;
	}
}

.ea-promo-feature-card__visual--no-image {
	height: auto;
	min-height: 0;
	padding: 0 20px 20px;
	background: transparent;
}

@media (min-width: 768px) {
	.ea-promo-feature-card__visual--no-image {
		display: flex;
		justify-content: center;
		padding: 0 22px 26px;
	}
}

.ea-promo-feature-card__visual--no-image .ea-promo-feature-card__btn,
.ea-promo-feature-card__visual--no-image .ea-promo-feature-card__btn:link,
.ea-promo-feature-card__visual--no-image .ea-promo-feature-card__btn:visited,
.ea-promo-feature-card__visual--no-image button.ea-promo-feature-card__btn {
	position: static;
	left: auto;
	bottom: auto;
	transform: none;
}

.ea-promo-feature-card__visual--no-image .ea-promo-feature-card__btn:hover,
.ea-promo-feature-card__visual--no-image .ea-promo-feature-card__btn:focus-visible {
	transform: translateY(-1px);
}

.ea-promo-feature-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	pointer-events: none;
	user-select: none;
}

.ea-promo-feature-card__btn,
.ea-promo-feature-card__btn:link,
.ea-promo-feature-card__btn:visited,
button.ea-promo-feature-card__btn {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
	color: #0f172a !important;
	-webkit-text-fill-color: #0f172a !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	font-family: inherit;
	cursor: pointer;
	appearance: none;
	transform: translateX(-50%);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ea-promo-feature-card__btn:hover,
.ea-promo-feature-card__btn:focus-visible {
	border-color: #17a48b;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
	transform: translateX(-50%) translateY(-1px);
}

@media (min-width: 768px) {
	.ea-promo-feature-card__btn,
	.ea-promo-feature-card__btn:link,
	.ea-promo-feature-card__btn:visited,
	button.ea-promo-feature-card__btn {
		bottom: 32px;
	}
}

@media (max-width: 767px) {
	.ea-promo-feature-card__btn,
	.ea-promo-feature-card__btn:link,
	.ea-promo-feature-card__btn:visited,
	button.ea-promo-feature-card__btn {
		left: 20px;
		transform: none;
	}

	.ea-promo-feature-card__btn:hover,
	.ea-promo-feature-card__btn:focus-visible {
		transform: translateY(-1px);
	}
}

.ea-promo-feature-card--disabled {
	background: #e4e6ea;
	opacity: 0.68;
}

.ea-promo-feature-card--disabled .ea-promo-feature-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 172px;
}

@media (max-width: 767px) {
	.ea-promo-feature-card--disabled .ea-promo-feature-card__body {
		min-height: 0;
		padding-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.ea-promo-feature-card--disabled .ea-promo-feature-card__body {
		min-height: 200px;
	}
}

.ea-promo-feature-card__soon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border: 1px solid #e7e8ea;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #64748b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	pointer-events: none;
	user-select: none;
}

.ea-promo-feature-card--disabled .ea-promo-feature-card__soon {
	margin-top: auto;
	align-self: flex-start;
	background: #fff;
	opacity: 0.78;
	border-color: rgba(231, 232, 234, 0.85);
}

@media (min-width: 768px) {
	.ea-promo-feature-card--disabled .ea-promo-feature-card__soon {
		align-self: center;
		margin-bottom: 12px;
	}
}

/* Секция условий автоаукциона — рамка шире контента (960px), контент как у features */
.ea-promo-auction {
	padding: 8px 0 24px;
	--ea-promo-auction-grid-gap: 12px;
}

@media (min-width: 768px) {
	.ea-promo-auction {
		padding: 64px 0 40px;
		--ea-promo-auction-grid-gap: 20px;
	}
}

.ea-promo-auction__frame {
	box-sizing: border-box;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 24px 12px;
	border: none;
	border-radius: 0;
}

@media (min-width: 768px) {
	.ea-promo-auction__frame {
		max-width: 1280px;
		padding: 48px 80px 64px;
		border: 2px solid rgba(23, 164, 139, 0.42);
		border-radius: 24px;
	}
}

@media (max-width: 767px) {
	.ea-promo-auction__frame {
		margin-inline: -12px;
		width: auto;
		max-width: none;
	}
}

.ea-promo-auction__content {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.ea-promo-features__inner,
	.ea-promo-auction__content {
		max-width: 1040px;
	}
}

.ea-promo-auction__title {
	margin: 0 0 8px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #004b6d;
	text-align: left;
}

.ea-promo-auction__subtitle {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #4b5563;
	text-align: left;
}

@media (max-width: 767px) {
	.ea-promo-auction__title,
	.ea-promo-auction__subtitle {
		margin-inline: 0;
		padding-inline: 0;
	}
}

@media (min-width: 768px) {
	.ea-promo-auction__title {
		margin-bottom: 12px;
		font-size: 36px;
		text-align: center;
	}

	.ea-promo-auction__subtitle {
		margin-bottom: 32px;
		font-size: 17px;
		line-height: 1.6;
		text-align: center;
	}
}

.ea-promo-auction__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: var(--ea-promo-auction-grid-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 768px) {
	.ea-promo-auction__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.ea-promo-auction__item {
	display: flex;
	min-height: 0;
}

.ea-promo-auction-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	min-height: 100%;
	padding: 20px;
	border: none;
	border-radius: 16px;
	background: #fff;
}

@media (min-width: 768px) {
	.ea-promo-auction-card {
		padding: 24px;
	}
}

.ea-promo-auction-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 12px;
	background: rgba(0, 75, 109, 0.08);
	color: #004b6d;
}

.ea-promo-auction-card__icon-svg {
	width: 22px;
	height: 22px;
}

.ea-promo-auction-card__title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: #0f172a;
	text-align: left;
}

.ea-promo-auction-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #64748b;
	text-align: left;
}

@media (min-width: 768px) {
	.ea-promo-auction-card__text {
		font-size: 15px;
		line-height: 1.55;
	}
}

.ea-promo-auction__cta-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
	width: 100%;
}

@media (min-width: 768px) {
	.ea-promo-auction__cta-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: var(--ea-promo-auction-grid-gap);
		margin-top: 32px;
	}
}

.ea-promo-auction__cta-wrap .ea-promo-hero__cta {
	width: 100%;
	min-width: 0;
	padding: 0 12px;
	font-size: 14px;
}

@media (min-width: 768px) {
	.ea-promo-auction__cta-wrap .ea-promo-hero__cta {
		flex: 0 0 240px;
		width: 240px;
		padding: 0 20px;
		font-size: 15px;
	}
}

.ea-promo-auction__cta-wrap .ea-promo-hero__cta-label {
	white-space: nowrap;
}

/* Появление плиток при прокрутке */
.ea-promo-tile-reveal {
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	transition:
		opacity 0.55s ease,
		transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--ea-promo-tile-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.ea-promo-tile-reveal.is-revealed {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-tile-reveal {
		opacity: 1;
		transform: none;
		transition: none;
		will-change: auto;
	}
}

/* Каталог listings на /promo/ — встроенный list, не на весь экран */
#bx-workarea:has(.ea-promo [data-react-module="catalog"]) {
	min-height: 0;
}

.ea-page-stretch:has(.ea-promo [data-react-module="catalog"]) {
	flex: none;
	min-height: 0;
}

.ea-promo-catalog {
	width: 100%;
	min-width: 0;
	padding: 16px 0 80px;
	background-color: #f9f9f7;
	scroll-margin-top: 60px;
}

@media (min-width: 768px) {
	.ea-promo-catalog {
		padding: 24px 0 80px;
		scroll-margin-top: 80px;
	}
}

.ea-promo-catalog__head {
	width: 100%;
	max-width: none;
	margin: 0 0 16px;
	padding: 0;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.ea-promo-catalog__head {
		margin-bottom: 0px;
	}
}

@media (min-width: 768px) {
	.ea-promo-catalog__head {
		margin-bottom: 10px;
	}
}

.ea-promo-catalog__title {
	margin: 0 0 8px;
	font-size: 27px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #004b6d;
	text-align: left;
}

.ea-promo-catalog__subtitle {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #4b5563;
	text-align: left;
}

@media (max-width: 767px) {
	.ea-promo-catalog__title,
	.ea-promo-catalog__subtitle,
	.ea-promo-catalog__perks {
		margin-inline: -12px;
		padding-inline: 12px;
	}
}

@media (min-width: 768px) {
	.ea-promo-catalog__title {
		margin-bottom: 12px;
		font-size: 36px;
		text-align: center;
	}

	.ea-promo-catalog__subtitle {
		font-size: 17px;
		line-height: 1.6;
		text-align: center;
	}
}

.ea-promo-catalog__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.ea-promo-catalog__perk {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ea-promo-catalog__perk-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: rgba(0, 75, 109, 0.08);
	color: #004b6d;
}

.ea-promo-catalog__perk-icon .ea-promo-gravity-icon {
	width: 16px;
	height: 16px;
}

.ea-promo-catalog__perk-label {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #0f172a;
}

@media (min-width: 768px) {
	.ea-promo-catalog__perks {
		justify-content: center;
		gap: 14px 32px;
		margin-top: 14px;
	}

	.ea-promo-catalog__perk {
		gap: 12px;
	}

	.ea-promo-catalog__perk-icon {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}

	.ea-promo-catalog__perk-icon .ea-promo-gravity-icon {
		width: 18px;
		height: 18px;
	}

	.ea-promo-catalog__perk-label {
		font-size: 16px;
	}
}

.ea-promo .ea-catalog-list-shell,
.ea-promo [data-react-module="catalog"] {
	flex: none;
	min-height: 400px;
	padding-bottom: 0;
}

.ea-promo [data-react-module="catalog"] .min-h-\[400px\] {
	flex: none;
	min-height: 400px !important;
}

@media (max-width: 767px) {
	.ea-promo .ea-catalog-list-shell,
	.ea-promo [data-react-module="catalog"],
	.ea-promo [data-react-module="catalog"] .min-h-\[400px\] {
		min-height: 320px !important;
	}
}

/* /promo/ — скелetоны: шапка 60px / 80px (ПК), меню 60px; React не трогаем */
body.ea-body--promo.ea-chrome-ready .ea-promo-chrome-skeleton {
	display: none;
}

@keyframes ea-promo-chrome-shimmer {
	0% {
		background-position: 120% 0;
	}

	100% {
		background-position: -120% 0;
	}
}

.ea-promo-chrome-skeleton__block {
	display: block;
	border-radius: 6px;
	background-color: #ececec;
	background-image: linear-gradient(90deg, #ececec 0%, #ececec 42%, #f2f2f2 50%, #ececec 58%, #ececec 100%);
	background-size: 220% 100%;
	animation: ea-promo-chrome-shimmer 2.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	.ea-promo-chrome-skeleton__block {
		animation: none;
		background-image: none;
	}
}

.ea-promo-chrome-skeleton--header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f9f9f7;
	pointer-events: none;
}

@media (min-width: 768px) {
	.ea-promo-chrome-skeleton--header {
		height: 80px;
		justify-content: flex-end;
	}
}

.ea-promo-chrome-skeleton__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1280px;
	height: 60px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.ea-promo-chrome-skeleton__row {
		height: 60px;
		padding: 0 20px 10px;
	}
}

.ea-promo-chrome-skeleton__block--logo {
	width: 140px;
	height: 28px;
	border-radius: 999px;
}

@media (min-width: 768px) {
	.ea-promo-chrome-skeleton__block--logo {
		width: 156px;
	}
}

.ea-promo-chrome-skeleton__block--login {
	width: 60px;
	height: 28px;
	border-radius: 8px;
}

.ea-promo-chrome-skeleton--footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-top: 1px solid #e5e7eb;
	pointer-events: none;
}

@media (min-width: 768px) {
	.ea-promo-chrome-skeleton--footer {
		display: none;
	}
}

.ea-promo-chrome-skeleton__nav {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 12px;
	box-sizing: border-box;
}

.ea-promo-chrome-skeleton__nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.ea-promo-chrome-skeleton__block--icon {
	width: 22px;
	height: 22px;
	border-radius: 999px;
}

.ea-promo-chrome-skeleton__block--label {
	width: 52px;
	height: 8px;
	border-radius: 4px;
}
