/* /contacts/betonnye_zavody/plants-hero.css */

.plants-hero,
.plants-hero * {
	box-sizing: border-box;
}

.plants-hero {
	position: relative;
	background: #fff;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.shops-list-wrapper {
	padding-top: 32px;
}

@media (max-width: 767px) {
	.shops-list-wrapper {
		padding-top: 24px;
	}
}

.plants-hero__inner.maxwidth-theme {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 16px;
}

.plants-hero__body {
	position: relative;
	padding: 26px 0 32px;
}

.plants-hero__body::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(1200px 420px at 10% 20%, rgba(220,38,38,.12), transparent 62%),
		radial-gradient(1200px 420px at 90% 10%, rgba(59,130,246,.08), transparent 62%),
		radial-gradient(1200px 420px at 80% 90%, rgba(16,185,129,.08), transparent 62%),
		repeating-linear-gradient(135deg, rgba(15,23,42,.030) 0, rgba(15,23,42,.030) 2px, transparent 2px, transparent 14px);
	opacity: .9;
	z-index: 0;
}

.plants-hero__inner,
.plants-hero__grid {
	position: relative;
	z-index: 1;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.plants-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 18px;
	align-items: start;
}

.plants-hero__left,
.plants-hero__right {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.plants-hero__eyebrow {
	font-size: 12px;
	font-weight: 800;
	color: #64748b;
	letter-spacing: .06em;
	margin: 4px 0 10px;
	text-transform: uppercase;
}

.plants-hero__title {
	font-size: 36px;
	line-height: 1.10;
	font-weight: 900;
	color: #0f172a;
	margin: 0 0 12px;
}

.plants-hero__sub {
	font-size: 15px;
	line-height: 1.55;
	color: #334155;
	margin: 0 0 14px;
	max-width: 780px;
}

.plants-hero__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
}

.plants-hero__chip {
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 0 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(15,23,42,.10);
	color: #0f172a;
	font-size: 12px;
	font-weight: 700;
	box-shadow: none !important;
}

.plants-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 12px;
}

.plants-hero__btn {
	height: 46px;
	padding: 0 18px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none !important;
	user-select: none;
	transition: transform .12s ease, background-color .12s ease, border-color .12s ease;
	box-shadow: none !important;
}

.plants-hero__btn--primary,
.plants-hero__btn--primary:hover,
.plants-hero__btn--primary:focus,
.plants-hero__btn--primary:active,
.plants-hero__btn--primary:visited {
	background: #dc2626;
	color: #fff !important;
	border: 1px solid rgba(0,0,0,.06);
}

.plants-hero__btn--secondary,
.plants-hero__btn--secondary:hover,
.plants-hero__btn--secondary:focus,
.plants-hero__btn--secondary:active,
.plants-hero__btn--secondary:visited {
	background: #fff;
	color: #0f172a !important;
	border: 1px solid rgba(15,23,42,.14);
}

.plants-hero__btn:hover {
	transform: translateY(-1px);
}

.plants-hero__hint {
	font-size: 12px;
	line-height: 1.45;
	color: #64748b;
	font-style: italic;
}

.plants-hero__panel {
	border-radius: 18px;
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(15,23,42,.10);
	box-shadow: 0 12px 28px rgba(2,6,23,.10);
	padding: 16px;
}

.plants-hero__panel-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 12px;
}

.plants-hero__panel-title {
	font-weight: 900;
	color: #0f172a;
	font-size: 18px;
}

.plants-hero__panel-note {
	font-size: 12px;
	color: #64748b;
}

.plants-hero__cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.plants-hero__card {
	display: grid;
	gap: 2px;
	padding: 12px 12px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid rgba(15,23,42,.10);
	box-shadow: none;
	text-align: left;
	position: relative;
	text-decoration: none !important;
	transition: transform .12s ease, border-color .12s ease;
}

.plants-hero__card:hover {
	transform: translateY(-1px);
	border-color: rgba(220,38,38,.25);
}

.plants-hero__card-title {
	font-weight: 900;
	color: #0f172a;
	font-size: 13px;
}

.plants-hero__card-sub {
	font-size: 12px;
	color: #64748b;
}

.plants-hero__arrow {
	position: absolute;
	right: 12px;
	top: 12px;
	color: #94a3b8;
	font-weight: 900;
}

.plants-hero__divider {
	height: 1px;
	margin: 14px 0;
	background: linear-gradient(90deg, transparent, rgba(15,23,42,.10), transparent);
}

.plants-hero__quick-title {
	font-size: 12px;
	font-weight: 900;
	color: #0f172a;
	margin: 0 0 8px;
}

.plants-hero__quick-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.plants-hero__qchip {
	height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(15,23,42,.12);
	background: #fff;
	color: #0f172a;
	font-weight: 900;
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	text-decoration: none !important;
}

.plants-hero__qchip:hover {
	transform: translateY(-1px);
	border-color: rgba(220,38,38,.25);
}

@media (max-width: 1100px) {
	.plants-hero__grid {
		grid-template-columns: 1fr;
	}

	.plants-hero__title {
		font-size: 28px;
	}

	.plants-hero__cards {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.plants-hero__actions {
		flex-direction: column;
	}

	.plants-hero__btn {
		width: 100%;
	}

	.plants-hero__title {
		font-size: 24px;
	}
}

.plant-infoboxes-row {
	clear: both;
	width: 100%;
	margin: 26px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid #edf0f3;
}

.plant-infoboxes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	width: 100%;
}

.plant-infobox {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 100px;
	padding: 16px 18px;
	border: 1px solid #e8ecef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
	transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.plant-infobox:hover {
	transform: translateY(-1px);
	border-color: #dfe5ea;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .08);
}

.plant-infobox__icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dc2626;
	background: #fee2e2;
	box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .08);
}

.plant-infobox__body {
	min-width: 0;
}

.plant-infobox__title {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #222;
}

.plant-infobox__text {
	font-size: 14px;
	line-height: 1.5;
	color: #667085;
}

.plant-infobox--products .plant-infobox__icon {
	color: #2563eb;
	background: #dbeafe;
	box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08);
}

.plant-infobox--zone .plant-infobox__icon {
	color: #059669;
	background: #d1fae5;
	box-shadow: inset 0 0 0 1px rgba(5, 150, 105, .08);
}

.plant-infobox--docs .plant-infobox__icon {
	color: #d97706;
	background: #fef3c7;
	box-shadow: inset 0 0 0 1px rgba(217, 119, 6, .08);
}

@media (max-width: 991px) {
	.plant-infoboxes {
		grid-template-columns: 1fr;
	}

	.plant-infoboxes-row {
		margin-top: 20px;
		padding-top: 18px;
	}
}