.delivery-page {
	padding-bottom: 30px;
}

.delivery-hero__lead {
	max-width: 720px;
	color: #344054;
}

.delivery-hero__visual {
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #f2f8ff 100%);
}

.delivery-hero__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.delivery-how {
	background: linear-gradient(180deg, #f8fbff, #eef7ff);
	border: 1px solid #dfeaf6;
}

.delivery-how__steps {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.delivery-how__step {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 17px;
	align-items: center;
	min-height: 136px;
	padding: 22px 20px;
	border: 1px solid #d7e9fb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(18, 64, 116, 0.07);
}

.delivery-how__step-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: linear-gradient(180deg, #308fec, #005ec4);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 24px rgba(0, 94, 196, 0.13);
}

.delivery-how__step-title {
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 1.2;
}

.delivery-how__step-text {
	margin: 0;
	color: #344054;
	font-size: 14px;
	line-height: 1.35;
}

.delivery-how__actions .onviz-ui__button {
	min-width: 220px;
	text-transform: none;
	font-weight: 600;
}

.delivery-card {
	min-height: 210px;
}

.delivery-card__two-col {
	grid-template-columns: 1fr;
}

.delivery-card__text {
	margin: 0 0 10px;
	color: #344054;
	font-size: 14px;
	line-height: 1.45;
}

.delivery-card--illustrated {
	position: relative;
	overflow: hidden;
	min-height: 180px;
}

.delivery-card--illustrated .delivery-card__content {
	max-width: 68%;
}

.delivery-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 9px;
	color: #344054;
	font-size: 14px;
	line-height: 1.35;
}

.delivery-checklist li {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 8px;
	align-items: start;
}

.delivery-checklist li::before {
	content: "";
	width: 15px;
	height: 15px;
	margin-top: 3px;
	border-radius: 50%;
	background: #005ec4;
	box-shadow: inset 0 0 0 4px #fff;
	border: 1px solid #005ec4;
}

.delivery-brands {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.delivery-brands__tile {
	min-height: 56px;
	border: 1px solid #dfeaf6;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	font-weight: 900;
	color: #172033;
	letter-spacing: -0.2px;
	box-shadow: 0 5px 16px rgba(18, 64, 116, 0.04);
	text-align: center;
	line-height: 1.05;
}

.delivery-brands__tile--wide {
	grid-column: 1 / 3;
}

.delivery-brands--tk .delivery-brands__tile--logo,
.delivery-brands--pay .delivery-brands__tile--logo {
	padding: 10px 12px;
}

.delivery-brands--tk .delivery-brands__tile--logo img,
.delivery-brands--pay .delivery-brands__tile--logo img {
	display: block;
	max-width: 100%;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.delivery-brands--tk .delivery-brands__tile--logo-blend img,
.delivery-brands--pay .delivery-brands__tile--logo img {
	mix-blend-mode: screen;
}

.delivery-brands--tk .delivery-brands__tile--logo-dellin img {
	max-height: 36px;
}

.delivery-brands--pay .delivery-brands__tile--logo-sberpay img {
	max-height: 36px;
	mix-blend-mode: normal;
}

.delivery-brands--pay .delivery-brands__tile--logo-sbp img {
	max-height: 36px;
	object-position: center;
}

.delivery-brands__tile--invoice {
	font-size: 17px;
	color: #0b3c77;
}

.delivery-illustration {
	position: absolute;
	right: 34px;
	bottom: 18px;
	width: 130px;
	height: 110px;
	pointer-events: none;
}

.delivery-illustration__wallet {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 92px;
	height: 72px;
	border-radius: 18px;
	background: linear-gradient(135deg, #74bbff, #005ec4);
	box-shadow: 0 16px 28px rgba(0, 94, 196, 0.18);
}

.delivery-illustration__wallet::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 28px;
	width: 28px;
	height: 19px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.92);
}

.delivery-illustration__card {
	position: absolute;
	width: 82px;
	height: 52px;
	border-radius: 10px;
	background: linear-gradient(135deg, #b8dcff, #ffffff);
	box-shadow: 0 12px 24px rgba(52, 64, 84, 0.12);
	transform: rotate(-12deg);
	left: 0;
	top: 10px;
}

.delivery-illustration__cal {
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 92px;
	height: 82px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #cfe4fa;
	box-shadow: 0 14px 24px rgba(18, 64, 116, 0.09);
	overflow: hidden;
}

.delivery-illustration__cal::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 25px;
	background: #78b8f2;
}

.delivery-illustration__cal-grid {
	position: absolute;
	left: 14px;
	top: 36px;
	display: grid;
	grid-template-columns: repeat(3, 12px);
	gap: 8px;
}

.delivery-illustration__cal-grid span {
	width: 12px;
	height: 10px;
	border-radius: 3px;
	background: #e5f1fc;
}

.delivery-illustration__clock {
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #fff;
	border: 6px solid #007bfc;
	box-shadow: 0 12px 22px rgba(0, 94, 196, 0.12);
}

.delivery-illustration__clock::before {
	content: "";
	position: absolute;
	left: 23px;
	top: 13px;
	width: 4px;
	height: 18px;
	background: #007bfc;
	border-radius: 4px;
}

.delivery-illustration__clock::after {
	content: "";
	position: absolute;
	left: 24px;
	top: 27px;
	width: 16px;
	height: 4px;
	background: #007bfc;
	border-radius: 4px;
	transform: rotate(25deg);
	transform-origin: left center;
}

.delivery-help {
	background: linear-gradient(90deg, #eef7ff 0%, #f7fbff 100%);
	border: 1px solid #dfeaf6;
}

.delivery-help__icon {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(180deg, #007bfc, #005ec4);
	display: grid;
	place-items: center;
	box-shadow: 0 8px 24px rgba(0, 94, 196, 0.13);
}

.delivery-help__icon .onviz-ui__svg-icon {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.delivery-help__text {
	flex: 1;
	min-width: 220px;
}

.delivery-help__btn {
	margin-left: auto;
	min-width: 260px;
	text-transform: none;
	font-weight: 600;
}

.delivery-docs__grid {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.delivery-docs__grid > li {
	display: flex;
}

.delivery-docs__card {
	flex: 1;
	width: 100%;
	min-height: 100px;
}

.delivery-docs__title {
	margin: 0 0 4px;
	font-size: 17px;
}

.delivery-docs__text {
	color: #344054;
	font-size: 14px;
	line-height: 1.35;
}

.delivery-docs__notice {
	color: #667085;
	font-size: 14px;
	line-height: 1.45;
}

.delivery-docs__notice-icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #007bfc;
	color: #007bfc;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 12px;
}

@media (min-width: 768px) {
	.delivery-card__two-col {
		grid-template-columns: minmax(0, 1fr) 235px;
		align-items: start;
	}
}

@media (min-width: 992px) {
	.delivery-how__step-title {
		font-size: 18px;
	}

	.delivery-how__actions .onviz-ui__button {
		min-width: 240px;
	}
}

@media (max-width: 991px) {
	.delivery-card--illustrated .delivery-card__content {
		max-width: none;
	}

	.delivery-illustration {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 12px;
	}

	.delivery-help__btn {
		margin-left: 0;
		width: 100%;
		min-width: 0;
	}

	.delivery-how__step {
		grid-template-columns: 1fr;
		text-align: center;
		justify-items: center;
	}
}

@media (max-width: 767px) {
	.delivery-how__actions {
		display: grid;
	}

	.delivery-how__actions .onviz-ui__button {
		width: 100%;
		min-width: 0;
	}
}
