.promo-banners {
	position: relative;
	min-width: 1200px;
	padding: 58px 0 23px;
	background: transparent;
}

.promo-banners::before {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 50%;
	width: min(calc(100% - 48px), 1391px);
	background:
		linear-gradient(180deg, transparent 0 138px, #f4f5ff 138px 100%),
		linear-gradient(90deg, #e1ffd5 0%, #fff 50%, #e1ffd5 100%);
	content: "";
	transform: translateX(-50%);
}

.promo-banners--embedded {
	padding: 58px 0 47px;
}

.promo-banners--embedded::before {
	display: none;
}

.promo-banners__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 525px);
	gap: 51px;
	width: 1101px;
	margin: 0 auto;
}

.promo-banner {
	position: relative;
	height: 160px;
	overflow: hidden;
	border-radius: 5px;
	color: #fff;
}

.promo-banner--achievement {
	background: linear-gradient(110.192deg, #80c700 6.023%, #0099aa 103.26%);
}

.promo-banner__brand {
	position: absolute;
	top: 20px;
	left: 18px;
	width: 127px;
	height: 39px;
	overflow: hidden;
}

.promo-banner__brand img {
	width: 292px;
	height: 39px;
	max-width: none;
}

.promo-banner__brand-name {
	position: absolute;
	top: 64px;
	left: 18px;
	display: flex;
	align-items: center;
	width: 112px;
	height: 25px;
	padding-left: 15px;
	border-left: 6px solid #fff;
	border-radius: 5px;
	background: #000;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.promo-banner__eyebrow {
	position: absolute;
	top: 28px;
	left: 332px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 161px;
	height: 27px;
	border-radius: 100px;
	background: #fff;
	background-clip: padding-box;
	color: #008f79;
	font-size: 13px;
	font-weight: 700;
	line-height: 2;
	white-space: nowrap;
}

.promo-banner__value {
	position: absolute;
	top: 20px;
	left: 158px;
	font: 500 96px/.9 var(--font-family-en);
	letter-spacing: -3px;
}

.promo-banner__value-label {
	position: absolute;
	top: 63px;
	left: 315px;
	font-size: 22px;
	font-weight: 500;
	line-height: 2;
	white-space: nowrap;
}

.promo-banner__description {
	position: absolute;
	top: 108px;
	left: 18px;
	width: 498px;
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.5;
}

.promo-banner--publication {
	background: linear-gradient(110.192deg, #cf4954 6.023%, #f3af30 103.26%);
}

.promo-banner__books {
	position: absolute;
	inset: 0 auto 0 0;
	width: 217px;
	overflow: hidden;
}

.promo-banner__book {
	position: absolute;
	max-width: none;
	object-fit: cover;
}

.promo-banner__book--g {
	top: 52px;
	left: -7px;
	width: 155px;
	height: 180px;
	transform: rotate(-17deg);
}

.promo-banner__book--e {
	top: 11px;
	left: 108px;
	width: 96px;
	height: 136px;
	transform: rotate(8deg);
}

.promo-banner__publication-content {
	position: absolute;
	top: 10px;
	left: 225px;
	width: 300px;
}

.promo-banner__publication-content h2 {
	margin: 0;
	color: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	white-space: nowrap;
}

.promo-banner__publication-content h2 strong { font-size: 25px; }
.promo-banner__subtitle { margin: -7px 0 0; font-size: 10px; font-weight: 500; line-height: 2; }
.promo-banner__publication-content ul { padding: 0; margin: -3px 0 0 2px; list-style: none; }
.promo-banner__publication-content li { display: flex; align-items: center; height: 23px; white-space: nowrap; }
.promo-banner__publication-content li img { flex: 0 0 14px; width: 14px; height: 14px; margin-right: 7px; }
.promo-banner__publication-content li strong { font-size: 18px; line-height: 2; }
.promo-banner__publication-content li span { font-size: 14px; font-weight: 700; line-height: 2; }
.promo-banner--publication small { position: absolute; right: 10px; bottom: 4px; font-size: 8px; font-weight: 500; line-height: 2; }
