.hvv-donate {
	width: 100%;
	overflow-x: hidden;
}

.hvv-donate__header {
	display: flex;
	align-items: center;
	gap: 70px;
	padding: 100px 80px 0 0;
	margin-bottom: 60px;
}

.hvv-donate__bar {
	width: 111px;
	height: 10px;
	background: #BD0707;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	flex-shrink: 0;
	display: block;
}

.hvv-donate__title {
	margin: 0;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-donate__hero {
	max-width: 1598px;
	margin: 0 auto 60px;
	padding: 0 80px;
	box-sizing: border-box;
}

.hvv-donate__hero img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1598 / 834;
	object-fit: cover;
	border-radius: 26px;
}

.hvv-donate__description {
	max-width: 1440px;
	margin: 0 auto 60px;
	padding: 0 80px 0 321px;
	box-sizing: border-box;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.hvv-donate__description p { margin: 0 0 24px; }
.hvv-donate__description p:last-child { margin: 0; }

.hvv-donate__requisites {
	max-width: 1440px;
	margin: 0 auto 120px;
	padding: 0 80px 0 321px;
	box-sizing: border-box;
}

.hvv-donate__requisites-title,
.hvv-donate__requisites-body {
	background: #FFFFFF;
}

.hvv-donate__requisites {
	background: transparent;
}

.hvv-donate__requisites > .hvv-donate__requisites-title,
.hvv-donate__requisites > .hvv-donate__requisites-body {
	background: transparent;
}

.hvv-donate__requisites {
	position: relative;
}

.hvv-donate__requisites::before {
	content: "";
	position: absolute;
	top: 0;
	left: 321px;
	right: 80px;
	bottom: 0;
	background: #FFFFFF;
	border-radius: 26px;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.12);
	z-index: 0;
}

.hvv-donate__requisites-title,
.hvv-donate__requisites-body {
	position: relative;
	z-index: 1;
	background: transparent;
}

.hvv-donate__requisites-title {
	margin: 0 0 40px;
	padding: 32px 33px 0;
	color: #1A8DA1;
	font-family: Montserrat, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hvv-donate__requisites-body {
	padding: 0 33px 32px;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.45;
	white-space: pre-wrap;
}

.hvv-donate__requisites-body p { margin: 0 0 18px; }
.hvv-donate__requisites-body p:last-child { margin: 0; }
.hvv-donate__requisites-body strong { font-weight: 700; }

@media screen and (max-width: 1199px) {
	.hvv-donate__header { padding: 60px 40px 0 0; gap: 40px; }
	.hvv-donate__hero { padding: 0 40px; }
	.hvv-donate__description,
	.hvv-donate__requisites { padding-left: 40px; padding-right: 40px; }
	.hvv-donate__requisites::before { left: 40px; right: 40px; }
}

@media screen and (max-width: 768px) {
	.hvv-donate__header {
		padding: 40px 20px 0 0;
		gap: 16px;
		margin-bottom: 32px;
	}
	.hvv-donate__bar { width: 48px; height: 8px; }
	.hvv-donate__title { font-size: 28px; letter-spacing: 1.12px; }
	.hvv-donate__hero { padding: 0 20px; margin-bottom: 32px; }
	.hvv-donate__hero img { border-radius: 16px; }
	.hvv-donate__description {
		padding: 0 20px;
		font-size: 18px;
		margin-bottom: 40px;
	}
	.hvv-donate__description p { margin-bottom: 16px; }
	.hvv-donate__requisites { padding: 0 20px; margin-bottom: 60px; }
	.hvv-donate__requisites::before { left: 20px; right: 20px; border-radius: 16px; }
	.hvv-donate__requisites-title {
		padding: 24px 22px 0;
		margin-bottom: 20px;
		font-size: 22px;
	}
	.hvv-donate__requisites-body {
		padding: 0 22px 24px;
		font-size: 16px;
	}
}

/* ----- Figma "донати моб" (390px wide) ----- */
@media screen and (max-width: 767px) {
	.hvv-donate__header {
		padding: 24px 20px 0 0 !important;
		gap: 16px !important;
		margin-bottom: 16px !important;
		align-items: center !important;
	}
	.hvv-donate__bar {
		width: 34px !important;
		height: 3px !important;
		border-top-right-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		background: #1A8DA1 !important;
		flex-shrink: 0 !important;
	}
	.hvv-donate__title {
		font-size: 12px !important;
		font-weight: 700 !important;
		letter-spacing: 0.48px !important;
		color: #393737 !important;
		text-transform: uppercase !important;
		line-height: 1.2 !important;
	}

	/* Hero image — full width, aspect 350/186, rounded 6 */
	.hvv-donate__hero {
		padding: 0 20px !important;
		margin: 0 0 16px !important;
		max-width: 100% !important;
	}
	.hvv-donate__hero img {
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 350 / 186 !important;
		border-radius: 6px !important;
		max-width: none !important;
		object-fit: cover !important;
	}

	/* Description */
	.hvv-donate__description {
		font-size: 11px !important;
		line-height: 1.4 !important;
		padding: 0 20px !important;
		margin: 0 0 24px !important;
		max-width: 100% !important;
		color: #000 !important;
	}
	.hvv-donate__description p { margin: 0 0 14px !important; }
	.hvv-donate__description p:empty { height: 6px !important; margin: 0 !important; }
	.hvv-donate__description p:last-child { margin: 0 !important; }

	/* Requisites block — full width, no offset, sharp left edge */
	.hvv-donate__requisites {
		padding: 0 20px !important;
		margin: 0 0 40px !important;
		max-width: 100% !important;
	}
	.hvv-donate__requisites::before {
		left: 20px !important;
		right: 20px !important;
		border-radius: 6px !important;
	}
	.hvv-donate__requisites-title {
		padding: 22px 22px 0 !important;
		margin: 0 0 16px !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		color: #1A8DA1 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.56px !important;
	}
	.hvv-donate__requisites-body {
		padding: 0 22px 22px !important;
		font-size: 11px !important;
		line-height: 1.5 !important;
		color: #000 !important;
		white-space: pre-wrap !important;
	}
	.hvv-donate__requisites-body p { margin: 0 0 14px !important; }
	.hvv-donate__requisites-body p:last-child { margin: 0 !important; }
}
