/* Информативный слайдер — изолирован от стилей темы Aspro */
body .hero-banner-static {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px;
	overflow: hidden;
	isolation: isolate;
	box-sizing: border-box;
}

body .hero-banner-static__slides {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

body .hero-banner-static__slide {
	display: none !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.35s ease;
	box-sizing: border-box;
}

body .hero-banner-static__slide.is-active {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto;
	z-index: 1;
}

body .hero-banner-static__bg {
	position: absolute !important;
	top: -20px !important;
	left: -20px !important;
	right: -20px !important;
	bottom: -20px !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: blur(14px);
	transform: scale(1.06);
	z-index: 0;
	pointer-events: none;
}

body .hero-banner-static__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.08);
}

body .hero-banner-static__inner {
	position: relative !important;
	z-index: 1;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px;
	width: 100% !important;
	height: 100% !important;
	min-height: 420px;
	padding: 40px 60px;
	box-sizing: border-box;
}

body .hero-banner-static__content {
	flex: 0 1 48%;
	max-width: 520px;
	min-width: 0;
}

body .hero-banner-static__title {
	display: inline-block;
	margin: 0;
	padding: 18px 22px;
	background: rgba(255, 255, 255, 0.96);
	color: #004d26 !important;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

body .hero-banner-static__title a {
	color: inherit !important;
	text-decoration: none !important;
}

body .hero-banner-static__text {
	display: inline-block;
	margin-top: 10px;
	padding: 14px 22px;
	background: rgba(255, 255, 255, 0.96);
	color: #333 !important;
	font-size: 15px;
	line-height: 1.45;
}

body .hero-banner-static__text-line {
	display: block;
}

body .hero-banner-static__text-line + .hero-banner-static__text-line {
	margin-top: 4px;
}

body .hero-banner-static__media {
	flex: 0 1 48%;
	min-width: 0;
	text-align: right;
}

body .hero-banner-static__media a {
	display: inline-block;
	max-width: 100%;
}

body .hero-banner-static__media img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 340px;
	object-fit: cover;
	object-position: center;
	border: 3px solid #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	vertical-align: middle;
}

body .hero-banner-static__nav {
	position: absolute !important;
	top: 50% !important;
	z-index: 5;
	width: 44px;
	height: 44px;
	margin-top: -22px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.35) !important;
	cursor: pointer;
}

body .hero-banner-static__nav::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

body .hero-banner-static__nav--prev {
	left: 16px !important;
	right: auto !important;
}

body .hero-banner-static__nav--prev::after {
	transform: rotate(-135deg);
	margin-left: 18px;
}

body .hero-banner-static__nav--next {
	right: 16px !important;
	left: auto !important;
}

body .hero-banner-static__nav--next::after {
	transform: rotate(45deg);
	margin-right: 18px;
}

body .hero-banner-static__dots {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 16px !important;
	z-index: 5;
	display: flex !important;
	justify-content: center;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
}

body .hero-banner-static__dot {
	width: 10px;
	height: 10px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
}

body .hero-banner-static__dot.is-active {
	background: #fff !important;
}

@media (max-width: 991px) {
	body .hero-banner-static__slides {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
	}

	body .hero-banner-static__slide.is-active {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		height: auto !important;
	}

	body .hero-banner-static__inner {
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 16px !important;
		min-height: 0 !important;
		height: auto !important;
		padding: 16px 16px 52px !important;
		box-sizing: border-box !important;
	}

	body .hero-banner-static__content {
		flex: 0 0 auto !important;
		max-width: 100% !important;
		width: 100% !important;
		text-align: left;
	}

	body .hero-banner-static__media {
		flex: 0 0 auto !important;
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
		box-sizing: border-box !important;
	}

	body .hero-banner-static__media a {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 2px !important;
		box-sizing: border-box !important;
	}

	body .hero-banner-static__media img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 280px !important;
		margin: 0 auto !important;
		object-fit: cover !important;
		object-position: center center !important;
		box-sizing: border-box !important;
	}

	body .hero-banner-static__nav {
		top: auto !important;
		bottom: 72px !important;
		margin-top: 0 !important;
		transform: none !important;
	}

	body .hero-banner-static__nav--prev {
		left: 12px !important;
	}

	body .hero-banner-static__nav--next {
		right: 12px !important;
	}

	body .hero-banner-static__dots {
		bottom: 12px !important;
		padding: 0 16px !important;
		box-sizing: border-box !important;
	}
}

@media (max-width: 767px) {
	body .hero-banner-static {
		margin: 0 0 16px !important;
	}

	body .hero-banner-static__inner {
		gap: 12px !important;
		padding: 12px 12px 48px !important;
	}

	body .hero-banner-static__title {
		font-size: 16px !important;
		padding: 12px 14px !important;
	}

	body .hero-banner-static__text {
		font-size: 14px !important;
		padding: 10px 14px !important;
	}

	body .hero-banner-static__media a {
		padding: 0 !important;
	}

	body .hero-banner-static__media img {
		max-height: 220px !important;
		border-width: 2px !important;
	}

	body .hero-banner-static__nav {
		width: 36px !important;
		height: 36px !important;
		bottom: 64px !important;
	}

	body .hero-banner-static__nav--prev::after,
	body .hero-banner-static__nav--next::after {
		width: 8px !important;
		height: 8px !important;
	}
}
