.delivery-breadcrumbs,
main:has(.delivery-venom) .breadcrumbs {
	margin-bottom: 390px;
}

.delivery-venom {
	margin-bottom: 136px;
	overflow: visible;
}

.delivery-venom .container,
.delivery-venom .hero__panel {
	overflow: visible;
}

main:has(.delivery-venom) {
	overflow: visible;
}

.delivery-venom .hero__title {
	max-width: 65%;
}

.delivery-venom .hero__visual {
	right: -3%;
}

/* Текстовый блок — стиль как description на «О нас» */
.delivery {
	margin-bottom: 120px;
}

.delivery .container {
	padding-inline: 20px;
}

.delivery__items {
	display: flex;
	flex-direction: column;
	gap: 18px;
	max-width: 1242px;
	margin: 0 auto;
	padding: 28px 28px 26px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(160deg, rgba(22, 22, 24, 0.96) 0%, rgba(12, 12, 14, 0.98) 100%);
	box-shadow:
		0 16px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.delivery__items > h2 {
	margin: 8px 0 0;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-family: var(--font5);
	font-weight: 400;
	font-size: clamp(18px, 2.2vw, 28px);
	line-height: 1.15;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
}

.delivery__items > h2:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: clamp(28px, 4.2vw, 48px);
	line-height: 1.12;
	text-transform: none;
	letter-spacing: normal;
}

.delivery__items > p {
	margin: 0;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: clamp(15px, 1.8vw, 19px);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.86);
}

.delivery__items b,
.delivery__items strong {
	color: #fff;
	font-weight: 700;
}

.delivery__items > ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.delivery__items > ul > li {
	position: relative;
	padding-left: 22px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.84);
}

.delivery__items > ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff1d1d;
	box-shadow: 0 0 10px rgba(255, 29, 29, 0.6);
}

@media (max-width: 1200px) {
	.delivery-breadcrumbs,
	main:has(.delivery-venom) .breadcrumbs {
		margin-bottom: 250px;
		padding-top: 181px;
	}
}
@media (max-width: 992px) {
	.logo {
		max-width: 150px;
	}
	.delivery-breadcrumbs,
	main:has(.delivery-venom) .breadcrumbs {
		margin-bottom: 150px;
	}
	.delivery-venom {
		margin-bottom: 80px;
	}
}
@media (max-width: 768px) {
	.logo {
		max-width: 110px;
	}
	.delivery-breadcrumbs,
	main:has(.delivery-venom) .breadcrumbs {
		margin-bottom: 130px;
		padding-top: 110px;
	}
	.delivery-venom {
		margin-bottom: 80px;
	}
	.delivery__items {
		padding: 22px 20px 20px;
		border-radius: 18px;
		gap: 14px;
	}
	.delivery__items > h2 {
		padding-top: 16px;
	}
}
@media (max-width: 480px) {
	.delivery-breadcrumbs,
	main:has(.delivery-venom) .breadcrumbs {
		margin-bottom: 78px;
		padding-top: 90px;
	}
	.delivery-venom .hero__visual {
		right: -3%;
	}
}
@media (max-width: 400px) {
	.logo {
		max-width: 90px;
	}
	.delivery-venom {
		margin-bottom: 30px;
	}
	.delivery {
		margin-bottom: 35px;
	}
}
