/* Site header (site-hdr12, hdrm, hdr-drawer) */
.site-hdr12 {
	position: relative;
	z-index: 60;
	font-family: "Golos Text",system-ui,sans-serif;
	color: #14181b;
}

.site-hdr12 a {
	text-decoration: none;
}

.site-hdr12:has(.hdr-drawer.is-open) {
	z-index: 9999;
}

.site-hdr12 .site-hdr12__hdr {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e9ebef;
}

.site-hdr12 .site-hdr12__row {
	display: flex;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
}

.site-hdr12 .site-hdr12__topbar {
	background: transparent;
	border-bottom: 1px solid #e9ebef;
}

.site-hdr12 .site-hdr12__topbar .site-hdr12__row {
	min-height: 44px;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.site-hdr12 .site-hdr12__topnav {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
}

.site-hdr12 .site-hdr12__topnav>a,.site-hdr12 .site-hdr12__topnav>.site-hdr12__has-drop>a {
	display: block;
	font-size: 13px;
	color: #535c66;
	padding: 7px 11px;
	border-radius: 7px;
	white-space: nowrap;
	font-weight: 400;
}

.site-hdr12 .site-hdr12__topnav>a:hover,.site-hdr12 .site-hdr12__topnav>.site-hdr12__has-drop>a:hover {
	color: #189544;
	background: #fff;
}

.site-hdr12 .site-hdr12__has-drop {
	position: relative;
}

.site-hdr12 .site-hdr12__has-drop>a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	gap: 5px;
	cursor: pointer;
}
  /* первый пункт топ-меню — текст вровень с логотипом (без левого отступа) */
.site-hdr12 .site-hdr12__topnav>.site-hdr12__has-drop:first-child>a,
  .site-hdr12 .site-hdr12__topnav>a:first-child {
	padding-left: 0;
}

.site-hdr12 .site-hdr12__has-drop>a svg {
	width: 10px;
	height: 10px;
	opacity: .6;
	transition: transform .15s;
}

.site-hdr12 .site-hdr12__has-drop:hover>a {
	color: #189544;
	background: #fff;
}

.site-hdr12 .site-hdr12__has-drop:hover>a svg {
	transform: rotate(180deg);
}

.site-hdr12 .site-hdr12__drop {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	min-width: 208px;
	background: #fff;
	border: 1px solid #e9ebef;
	border-radius: 12px;
	box-shadow: 0 18px 40px -16px rgba(20,24,28,.3);
	padding: 7px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: all .16s;
	z-index: 20;
}

.site-hdr12 .site-hdr12__has-drop:hover .site-hdr12__drop {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-hdr12 .site-hdr12__has-drop.is-open>a {
	color: #189544;
	background: #fff;
}

.site-hdr12 .site-hdr12__has-drop.is-open>a svg {
	transform: rotate(180deg);
}

.site-hdr12 .site-hdr12__has-drop.is-open .site-hdr12__drop {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-hdr12 .site-hdr12__drop a:focus-visible,
  .site-hdr12 .site-hdr12__cdrop a:focus-visible,
  .site-hdr12 .mega2__ax:focus-visible {
	outline: 2px solid #1eb250;
	outline-offset: -2px;
	border-radius: 8px;
}

.site-hdr12 .site-hdr12__drop a {
	display: block;
	padding: 10px 12px;
	font-size: 13.5px;
	color: #535c66;
	border-radius: 8px;
	white-space: nowrap;
}

.site-hdr12 .site-hdr12__drop a:hover {
	background: #eafaf0;
	color: #189544;
}

.site-hdr12 .site-hdr12__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #FF6900;
	color: #fff;
	border: 0;
	border-radius: 11px;
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 14.5px;
	padding: 12px 18px;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
}

.site-hdr12 .site-hdr12__cta:hover {
	background: #e85f00;
}

.site-hdr12 .site-hdr12__cta svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.site-hdr12 .site-hdr12__main {
	padding: 18px 0;
}

.site-hdr12 .site-hdr12__main .site-hdr12__row {
	gap: 18px;
	flex-wrap: wrap;
	row-gap: 14px;
}

.site-hdr12 .site-hdr12__logo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	flex-shrink: 0;
}

.site-hdr12 .site-hdr12__logo-img {
	height: 50px;
	width: auto;
	display: block;
}

.site-hdr12 .site-hdr12__logo-tag {
	font-size: 11.5px;
	color: #6c7480;
	letter-spacing: .01em;
	max-width: 230px;
	line-height: 1.3;
	text-wrap: balance;
}

.site-hdr12 .site-hdr12__addr {
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 13px;
	color: #535c66;
	line-height: 1.4;
	flex-shrink: 0;
}

.site-hdr12 .site-hdr12__addr b {
	color: #14181b;
	font-weight: 600;
	font-size: 13.5px;
}

.site-hdr12 .site-hdr12__addr .site-hdr12__addr-note {
	color: #6c7480;
	font-size: 12px;
}

.site-hdr12 .contacts2 {
	display: flex;
	align-items: stretch;
	gap: 16px;
	flex-shrink: 0;
}

.site-hdr12 .contacts2__left {
	display: flex;
	flex-direction: column;
	gap: 5px;
	justify-content: center;
}

.site-hdr12 .contacts2__msgbox {
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding-left: 16px;
	border-left: 1px solid #e9ebef;
	justify-content: center;
}

.site-hdr12 .contacts2__lead {
	font-size: 12px;
	font-weight: 600;
	color: #6c7480;
	line-height: 1.2;
	white-space: nowrap;
}

.site-hdr12 .contacts2__btns {
	display: flex;
	gap: 8px;
}

.site-hdr12 .contacts2__btns a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 30px;
	padding: 0 12px;
	border-radius: 8px;
	font-size: 12.5px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #e9ebef;
	color: #535c66;
}

.site-hdr12 .contacts2__btns a:hover {
	border-color: #1eb250;
	color: #189544;
}

.site-hdr12 .contacts2__btns svg, .site-hdr12 .contacts2__btns img {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
}

.site-hdr12 .contacts2__btns .ico-max {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .hdr-drawer__msg .ico-max {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .hdrm__msg .ico-max {
	width: 22px;
	height: 22px;
	border-radius: 5px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .contacts2__btns .ico-tg {
	width: 16px;
	height: 16px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .hdr-drawer__msg .ico-tg {
	width: 18px;
	height: 18px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .hdrm__msg .ico-tg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
}

.site-hdr12 .contacts2__phone {
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: -.01em;
	color: #14181b;
	white-space: nowrap;
	line-height: 1.1;
}

.site-hdr12 .contacts2__phone:hover {
	color: #189544;
}

.site-hdr12 .contacts2__email {
	font-size: 12.5px;
	color: #535c66;
	border-bottom: 1px solid transparent;
}

.site-hdr12 .contacts2__email:hover {
	color: #189544;
	border-bottom-color: #1eb250;
}

.site-hdr12 .site-hdr12__actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.site-hdr12 .hdr-act {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 8px 10px;
	border-radius: 11px;
	color: #535c66;
	position: relative;
	cursor: pointer;
	min-width: 58px;
}

.site-hdr12 .hdr-act:hover {
	background: #f6f7f9;
	color: #189544;
}

.site-hdr12 .hdr-act svg {
	width: 23px;
	height: 23px;
}

.site-hdr12 .hdr-act span {
	font-size: 11.5px;
	font-weight: 500;
}

.site-hdr12 .hdr-act__badge {
	position: absolute;
	top: 3px;
	right: 11px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 9px;
	background: #FF6900;
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	font-family: "Manrope",system-ui,sans-serif;
}

.site-hdr12 .hdr-act--plain .hdr-act__badge {
	display: none;
}

.site-hdr12 .site-hdr12__catnav {
	background: #189544;
	color: #fff;
}

.site-hdr12 .site-hdr12__catnav .site-hdr12__row {
	flex-wrap: wrap;
	padding: 0 6px;
}

.site-hdr12 .site-hdr12__catnav a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 13px 18px;
	font-size: 14.5px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
}

.site-hdr12 .site-hdr12__catnav a:hover {
	background: rgba(255,255,255,.1);
}

.site-hdr12 .site-hdr12__catnav svg {
	width: 9px;
	height: 9px;
	opacity: .7;
}

  /* ---------- Выпадающие меню категорий ---------- */
.site-hdr12 .site-hdr12__cat {
	position: relative;
	display: flex;
}

.site-hdr12 .site-hdr12__cat>a {
	cursor: pointer;
}

.site-hdr12 .site-hdr12__cat>a svg {
	transition: transform .15s;
}

.site-hdr12 .site-hdr12__cat:hover>a {
	background: rgba(255,255,255,.12);
}

.site-hdr12 .site-hdr12__cat:hover>a svg {
	transform: rotate(180deg);
}

.site-hdr12 .site-hdr12__cdrop {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #e9ebef;
	border-top: 0;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 22px 44px -18px rgba(20,24,28,.34);
	padding: 8px;
	min-width: 236px;
	opacity: 0;
	visibility: hidden;
	z-index: 40;
}

.site-hdr12 .site-hdr12__cat:hover .site-hdr12__cdrop,.site-hdr12 .site-hdr12__cat.is-open .site-hdr12__cdrop {
	opacity: 1;
	visibility: visible;
}

.site-hdr12 .site-hdr12__cat.is-open>a {
	background: rgba(255,255,255,.12);
}

.site-hdr12 .site-hdr12__cat.is-open>a svg {
	transform: rotate(180deg);
}

.site-hdr12 .site-hdr12__cdrop--right {
	left: auto;
	right: 0;
}

.site-hdr12 .site-hdr12__cdrop a {
	display: block;
	padding: 10px 12px;
	font-size: 13.5px;
	font-weight: 400;
	color: #3a434c;
	border-radius: 8px;
	white-space: nowrap;
}

.site-hdr12 .site-hdr12__cdrop a:hover {
	background: #eafaf0;
	color: #189544;
}
  /* ===== мегаменю «Септики» — две панели (drill-down) ===== */
.site-hdr12 .site-hdr12__cdrop--mega {
	display: flex;
	padding: 0;
	width: 1080px;
	max-width: calc(100vw - 32px);
	min-width: 0;
	overflow: hidden;
}
  /* левая рейка осей */
.site-hdr12 .mega2__rail {
	flex: 0 0 236px;
	background: #f7f9fa;
	border-right: 1px solid #eef0f3;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.site-hdr12 .mega2__ax {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 11px 12px;
	border: 0;
	background: none;
	border-radius: 9px;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	color: #2b333b;
	text-align: left;
	cursor: pointer;
	transition: background .12s,color .12s;
}

.site-hdr12 .mega2__ax svg {
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	opacity: .35;
	transition: transform .12s,opacity .12s;
}

.site-hdr12 .mega2__ax:hover,.site-hdr12 .mega2__ax:focus-visible {
	background: #eafaf0;
	color: #189544;
	outline: none;
}

.site-hdr12 .mega2__ax.is-active {
	background: #fff;
	color: #189544;
}

.site-hdr12 .mega2__ax.is-active svg {
	opacity: 1;
	transform: translateX(2px);
}

.site-hdr12 .mega2__railsp {
	flex: 1;
	min-height: 8px;
}

.site-hdr12 .mega2__all {
	padding: 11px 12px;
	border-radius: 9px;
	font-size: 13.5px;
	font-weight: 700;
	color: #189544;
	background: #eafaf0;
	text-align: center;
	transition: background .12s,color .12s;
}

.site-hdr12 .mega2__all:hover {
	background: #189544;
	color: #fff;
}
  /* правая область панелей */
.site-hdr12 .mega2__panels {
	flex: 1;
	min-width: 0;
}

.site-hdr12 .mega2__panel {
	display: none;
	padding: 18px 20px;
}

.site-hdr12 .mega2__panel.is-active {
	display: block;
}

.site-hdr12 .mega2__ptitle {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #94a0aa;
	margin: 0 0 12px;
}

.site-hdr12 .mega2__ptitle span {
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #b3bcc4;
}

.site-hdr12 .mega2__grid {
	display: grid;
	gap: 3px 12px;
}

.site-hdr12 .mega2__grid--3 {
	grid-template-columns: repeat(3,1fr);
}

.site-hdr12 .mega2__grid--2 {
	grid-template-columns: repeat(2,1fr);
}

.site-hdr12 .mega2__grid a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 8px;
	font-size: 13px;
	font-weight: 400;
	color: #3a434c;
	border-radius: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: background .1s,color .1s;
}

.site-hdr12 .mega2__grid a img {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	object-fit: contain;
	border-radius: 5px;
}

.site-hdr12 .mega2__grid a span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-hdr12 .mega2__grid a:hover {
	background: #eafaf0;
	color: #189544;
}

.site-hdr12 .mega2__subtitle {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #94a0aa;
	margin: 16px 0 10px;
}
  /* панель «Хиты продаж» */
.site-hdr12 .mega2__hits {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 12px;
}

.site-hdr12 .mega2__hit {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 11px;
	border: 1px solid #eef0f3;
	border-radius: 12px;
	transition: border-color .12s,box-shadow .12s;
}

.site-hdr12 .mega2__hit:hover {
	border-color: #c9ecd6;
}

.site-hdr12 .mega2__hit img {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	object-fit: contain;
	border-radius: 9px;
	background: #f4f6f8;
}

.site-hdr12 .mega2__hitname {
	font-size: 14px;
	font-weight: 600;
	color: #14181b;
	line-height: 1.25;
}

.site-hdr12 .mega2__hitmeta {
	font-size: 12px;
	color: #7a8590;
	margin-top: 3px;
}
  /* рамка «Популярные» в панели производителей */
.site-hdr12 .mega2__pop {
	border: 1px solid #c9ecd6;
	background: #f4fbf6;
	border-radius: 12px;
	padding: 12px 14px 6px;
	margin: 0 0 14px;
}

.site-hdr12 .mega2__poptitle {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #189544;
	margin: 0 0 6px;
}

.site-hdr12 .mega2__poptitle svg {
	width: 13px;
	height: 13px;
}

.site-hdr12 .mega2__pop .mega2__grid a {
	font-weight: 600;
	color: #1c6b38;
}

.site-hdr12 .mega2__pop .mega2__grid a:hover {
	background: #dff4e7;
	color: #12522a;
}
  /* панель производителей: две колонки — популярные | остальные */
.site-hdr12 .mega2__cols {
	display: flex;
	gap: 18px;
	align-items: flex-start;
}

.site-hdr12 .mega2__cols .mega2__pop {
	flex: 0 0 200px;
	margin: 0;
}

.site-hdr12 .mega2__cols .mega2__pop .mega2__grid--3 {
	grid-template-columns: 1fr;
}

.site-hdr12 .mega2__cols .mega2__rest {
	flex: 1;
	min-width: 0;
	padding-top: 13px;
}

.site-hdr12 .mega2__cols .mega2__rest .mega2__subtitle {
	margin: 0 0 10px;
}
  /* вертикальные колонки: алфавит сверху вниз */
.site-hdr12 .mega2__collist {
	columns: 4;
	column-gap: 12px;
}

.site-hdr12 .mega2__collist a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 8px;
	font-size: 13px;
	color: #3a434c;
	border-radius: 7px;
	break-inside: avoid;
	transition: background .1s,color .1s;
}

.site-hdr12 .mega2__collist a img {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	object-fit: contain;
	border-radius: 5px;
}

.site-hdr12 .mega2__collist a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-hdr12 .mega2__collist a:hover {
	background: #eafaf0;
	color: #189544;
}

  /* ≤991: категории не переносятся, а скроллятся влево-вправо */
@media(max-width:991px) {
	.site-hdr12 .site-hdr12__catnav .site-hdr12__row {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.site-hdr12 .site-hdr12__catnav .site-hdr12__row::-webkit-scrollbar {
		display: none;
	}

	.site-hdr12 .site-hdr12__catnav a {
		flex: 0 0 auto;
	}

	.site-hdr12 .site-hdr12__cdrop {
		display: none;
	}
}

  /* ===== Узкий десктоп: ряд НЕ переносится — блоки деградируют по приоритету ===== */
@media(min-width:768px) {
	.site-hdr12 .site-hdr12__main .site-hdr12__row {
		flex-wrap: nowrap;
	}
}
  /* ≤1430: слоган под лого уходит */
@media(max-width:1430px) {
	.site-hdr12 .site-hdr12__logo-tag {
		display: none;
	}
}
  /* ≤1300: кнопки мессенджеров друг под другом, подпись скрыта */
@media(max-width:1300px) {
	.site-hdr12 .contacts2__lead {
		display: none;
	}

	.site-hdr12 .contacts2__btns {
		flex-direction: column;
	}
}
  /* ≤1230: строка режима работы уходит; действия — только иконки */
@media(max-width:1230px) {
	.site-hdr12 .site-hdr12__topbar .site-hdr12__cta svg {
		display: none;
	}

	.site-hdr12 .site-hdr12__main .site-hdr12__row {
		gap: 14px !important;
	}

	.site-hdr12 .hdr-act span {
		display: none;
	}

	.site-hdr12 .hdr-act .hdr-act__badge {
		display: block;
	}

	.site-hdr12 .hdr-act {
		min-width: 0;
		padding: 9px;
	}

	.site-hdr12 .hdr-act__badge {
		top: 0;
		right: 0;
	}

	.site-hdr12 .hdr-act--plain .hdr-act__badge {
		display: none;
	}
}
  /* ≤1120: e-mail уходит; мессенджеры — компактные иконки в ряд */
@media(max-width:1120px) {
	.site-hdr12 .contacts2 {
		gap: 12px;
	}

	.site-hdr12 .contacts2__msgbox {
		padding-left: 12px;
	}

	.site-hdr12 .contacts2__btns {
		flex-direction: row;
	}

	.site-hdr12 .contacts2__btns a {
		padding: 0;
		width: 34px;
		height: 34px;
		justify-content: center;
		font-size: 0;
		gap: 0;
	}

	.site-hdr12 .contacts2__btns svg, .site-hdr12 .contacts2__btns img{
		width: 17px;
		height: 17px;
	}
}
  /* ≤991 (планшет): уходит верхний бар утилит и слоган под лого;
     мессенджеры остаются, но сжимаются в компактные иконки-кнопки */
@media(max-width:991px) {
	.site-hdr12 .site-hdr12__topbar {
		display: none;
	}

	.site-hdr12 .site-hdr12__logo-tag {
		display: none;
	}

	.site-hdr12 .site-hdr12__addr {
		display: none;
	}

	.site-hdr12 .site-hdr12__actions {
		margin-left: 0;
	}

	.site-hdr12 .contacts2 {
		gap: 12px;
	}

	.site-hdr12 .contacts2__lead {
		display: none;
	}

	.site-hdr12 .contacts2__btns a {
		padding: 0;
		width: 34px;
		height: 34px;
		justify-content: center;
	}

	.site-hdr12 .contacts2__btns a span,
    .site-hdr12 .contacts2__msgbox a {
		font-size: 0;
	}

	.site-hdr12 .contacts2__btns svg, .site-hdr12 .contacts2__btns img {
		width: 17px;
		height: 17px;
	}
}
  /* ---- burger (mobile only) ---- */
.site-hdr12 .hdr-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 4.5px;
	width: 44px;
	height: 44px;
	padding: 10px;
	margin-left: -6px;
	border: 0;
	background: none;
	cursor: pointer;
	flex-shrink: 0;
}

.site-hdr12 .hdr-burger span {
	display: block;
	height: 2.2px;
	width: 100%;
	background: #14181b;
	border-radius: 2px;
}

  /* ---- mobile drawer ---- */
.hdr-drawer {
	position: fixed;
	inset: 0;
	z-index: 9999;
	visibility: hidden;
	pointer-events: none;
}

.hdr-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

.hdr-drawer__scrim {
	position: absolute;
	inset: 0;
	background: rgba(15,20,24,.5);
	opacity: 0;
	transition: opacity .25s;
}

.hdr-drawer.is-open .hdr-drawer__scrim {
	opacity: 1;
}

.hdr-drawer__panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(86vw,340px);
	background: #fff;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateX(-100%);
	transition: transform .28s cubic-bezier(.4,0,.2,1);
	box-shadow: 0 0 40px rgba(0,0,0,.25);
}

.hdr-drawer.is-open .hdr-drawer__panel {
	transform: translateX(0);
}

.hdr-drawer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	border-bottom: 1px solid #e9ebef;
}

.hdr-drawer__logo {
	height: 40px;
	width: auto;
}

.hdr-drawer__close {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #f6f7f9;
	border-radius: 10px;
	color: #535c66;
	cursor: pointer;
}

.hdr-drawer__close svg {
	width: 20px;
	height: 20px;
}

.hdr-drawer__cats {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
	border-bottom: 1px solid #e9ebef;
}

.hdr-drawer__cats a {
	padding: 13px 18px;
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #14181b;
}

.hdr-drawer__cats a:active {
	background: #f6f7f9;
}
  /* строка категории с переходом на подэкран */
.hdr-drawer__catrow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 13px 18px;
	border: 0;
	background: none;
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #14181b;
	text-align: left;
	cursor: pointer;
}

.hdr-drawer__catrow:active {
	background: #f6f7f9;
}

.hdr-drawer__catrow svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #8a929b;
}
  /* подэкран (push-навигация) поверх основного */
.hdr-drawer__sub {
	position: absolute;
	inset: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform .28s cubic-bezier(.4,0,.2,1);
	z-index: 5;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.hdr-drawer__sub.is-left {
	transform: translateX(-100%);
}

.hdr-drawer__sub.is-target {
	transform: translateX(0);
}

.hdr-drawer__subtop {
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 14px 14px;
	background: #fff;
	border-bottom: 1px solid #e9ebef;
	z-index: 2;
}

.hdr-drawer__back {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: #f6f7f9;
	border-radius: 10px;
	color: #14181b;
	cursor: pointer;
}

.hdr-drawer__back svg {
	width: 20px;
	height: 20px;
}

.hdr-drawer__subttl {
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #14181b;
}

.hdr-drawer__crumbs {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	min-width: 0;
}

.hdr-drawer__crumb {
	border: 0;
	background: none;
	padding: 0;
	font-family: "Manrope",system-ui,sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #189544;
	cursor: pointer;
	white-space: nowrap;
}

.hdr-drawer__crumb:active {
	opacity: .6;
}

.hdr-drawer__crumbsep {
	color: #c2c9cf;
	font-size: 12px;
	flex-shrink: 0;
}

.hdr-drawer__crumbcur {
	font-family: "Manrope",system-ui,sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #14181b;
	white-space: nowrap;
}
  /* ---- Вариант A навигации в подэкранах ---- */
.hdr-drawer__rootrow {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #e9ebef;
	padding: 8px 8px;
}

.hdr-drawer__root {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	border: 0;
	background: none;
	padding: 9px 10px;
	border-radius: 10px;
	font-family: "Manrope",system-ui,sans-serif;
	font-size: 13.5px;
	font-weight: 600;
	color: #6c7480;
	cursor: pointer;
}

.hdr-drawer__root:active {
	background: #f6f7f9;
}

.hdr-drawer__root .ic {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f7f9;
	border-radius: 8px;
	color: #8a929b;
}

.hdr-drawer__root .ic svg {
	width: 17px;
	height: 17px;
}

.hdr-drawer__backbar {
	position: sticky;
	top: 0;
	z-index: 2;
	background: #fff;
	padding: 10px 14px;
	border-bottom: 1px solid #e9ebef;
}

.hdr-drawer__subhead {
	padding: 16px 18px 14px;
}

.hdr-drawer__backpill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background: none;
	width: auto;
	padding: 4px 6px 4px 0;
	margin: 0;
	border-radius: 8px;
	font-family: "Manrope",system-ui,sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #6c7480;
	cursor: pointer;
	min-height: auto;
	letter-spacing: 0;
}

.hdr-drawer__backpill:active {
	opacity: .6;
}

.hdr-drawer__backpill svg {
	width: 19px;
	height: 19px;
	color: #8a929b;
	stroke-width: 2;
}

.hdr-drawer__subh1 {
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #14181b;
	letter-spacing: -.015em;
	line-height: 1.1;
	margin: 0;
}

.hdr-drawer__group {
	padding: 14px 18px 4px;
}

.hdr-drawer__grouptitle {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #94a0aa;
	margin: 0 0 8px;
}

.hdr-drawer__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.hdr-drawer__chips a {
	padding: 8px 12px;
	font-size: 13.5px;
	font-weight: 500;
	color: #3a434c;
	background: #fff;
	border: 1px solid #e9ebef;
	border-radius: 8px;
}

.hdr-drawer__chips a:active {
	background: #eafaf0;
	border-color: #c9ecd6;
}

.hdr-drawer__acclist {
	display: flex;
	flex-direction: column;
}

.hdr-drawer__acclist a {
	padding: 11px 18px;
	font-size: 15px;
	color: #3a434c;
	border-top: 1px solid #f1f3f5;
}

.hdr-drawer__acclist a:active {
	background: #eafaf0;
}

.hdr-drawer__accall {
	display: block;
	margin: 14px 18px 4px;
	padding: 13px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #189544;
	border-radius: 10px;
}

.hdr-drawer__accmore {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #189544;
	background: none;
	border: 0;
	border-top: 1px solid #f1f3f5;
	cursor: pointer;
	text-align: left;
}

.hdr-drawer__util {
	display: flex;
	flex-direction: column;
	padding: 8px 0;
	border-bottom: 1px solid #e9ebef;
}

.hdr-drawer__util a {
	padding: 10px 18px;
	font-size: 14px;
	color: #535c66;
}

.hdr-drawer__contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px;
}

.hdr-drawer__phone {
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: #14181b;
}

.hdr-drawer__contact span {
	font-size: 13px;
	color: #535c66;
	line-height: 1.4;
}

.hdr-drawer__contact .hdr-drawer__muted {
	color: #6c7480;
}

.hdr-drawer__msg {
	display: flex;
	gap: 8px;
	margin-top: 6px;
}

.hdr-drawer__msg a {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 42px;
	border-radius: 10px;
	font-size: 13.5px;
	font-weight: 600;
	background: #fff;
	border: 1px solid #e9ebef;
	color: #535c66;
}

.hdr-drawer__msg svg {
	width: 17px;
	height: 17px;
}

.hdr-drawer__contact .site-hdr12__cta {
	justify-content: center;
	margin-top: 10px;
	height: 48px;
	font-size: 15px;
}

  /* ===== MOBILE 3-TIER HEADER ===== */
.hdrm {
	display: none;
	background: #fff;
}
  /* tier 1 — город */
.hdrm__city {
	padding: 7px 14px;
	background: #f6f7f9;
	border-bottom: none;
}

.hdrm__city a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #535c66;
}

.hdrm__city svg {
	width: 15px;
	height: 15px;
}

.hdrm__city b {
	font-weight: 600;
	color: #14181b;
}

.hdrm__city .hdrm__cityx {
	width: 10px;
	height: 10px;
	color: #6c7480;
}
  /* tier 2 — лого + контакты */
.hdrm__brand {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 14px;
	border-bottom: 1px solid #e9ebef;
}

.hdrm__logo {
	flex: 0 0 auto;
}

.hdrm__logo img {
	height: 36px;
	width: auto;
	display: block;
}

.hdrm__contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.1;
}

.hdrm__phone {
	font-family: "Manrope",system-ui,sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #14181b;
	white-space: nowrap;
}

.hdrm__lead {
	font-family: "Golos Text",system-ui,sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #535c66;
	opacity: .75;
	margin-top: 2px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.hdrm__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1eb250;
	flex-shrink: 0;
	position: relative;
}

.hdrm__dot::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: inherit;
	animation: hdrmPulse 1.8s ease-out infinite;
}

@keyframes hdrmPulse {
	0% {
		transform: scale(1);
		opacity: .55;
	}

	70%,100% {
		transform: scale(2.6);
		opacity: 0;
	}
}

@media(prefers-reduced-motion:reduce) {
	.hdrm__dot::after {
		animation: none;
	}
}

.hdrm__msg {
	margin-left: auto;
	display: flex;
	gap: 7px;
	flex: 0 0 auto;
	justify-content: flex-start;
	align-items: stretch;
}

.hdrm__msg a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: transparent;
	border: none;
	color: #14181b;
}

.hdrm__msg svg {
	width: 20px;
	height: 20px;
}
  /* tier 3 — действия */
  /* --- вариант B: иконки в 1-й строке + открытый поиск в 3-й --- */
.hdrm__city--row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	height: 45px;
}

.hdrm__city--row b {
	font-size: 12px;
}

.hdrm__topacts {
	display: flex;
	align-items: center;
	gap: 1px;
}

.hdrm__topacts a {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #535c66;
	border-radius: 9px;
}

.hdrm__topacts a:active {
	background: #f6f7f9;
}

.hdrm__topacts svg {
	width: 22px;
	height: 22px;
}

.hdrm__topacts .hdrm__b {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	border-radius: 8px;
	background: #FF6900;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 15px;
	text-align: center;
	font-family: "Manrope",system-ui,sans-serif;
}

.hdrm__searchbar {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 12px;
}

.hdrm__mburger {
	flex: 0 0 auto;
	height: 46px;
	padding: 0 14px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 9px;
	border: 0;
	border-radius: 11px;
	background: #189544;
	cursor: pointer;
	color: #fff;
}

.hdrm__mburger-lines span {
	display: block;
	width: 20px;
	height: 2.2px;
	background: currentColor;
	border-radius: 2px;
}

.hdrm__mburger .hdrm__mburger-lbl {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .01em;
}

.hdrm__mburger-lines {
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
}

.hdrm__mburger-lines span {
	width: 18px;
}

.hdrm__search {
	flex: 1;
	display: flex;
	align-items: center;
	background: #f6f7f9;
	border: 1px solid #e9ebef;
	border-radius: 11px;
	height: 46px;
	overflow: hidden;
}

.hdrm__search input {
	flex: 1;
	border: 0;
	background: transparent;
	outline: 0;
	padding: 0 13px;
	font: inherit;
	font-size: 14.5px;
	min-width: 0;
	color: #14181b;
}

.hdrm__search input::placeholder {
	color: #6c7480;
}

.hdrm__search button {
	border: 0;
	background: transparent;
	color: #6c7480;
	width: 44px;
	height: 100%;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.hdrm__search button:active {
	color: #14181b;
}

.hdrm__search button svg {
	width: 21px;
	height: 21px;
}

  /* ≤991 (планшет + мобилка) — показываем мобильную шапку, прячем десктопную */
@media(max-width:991px) {
	.hdrm {
		display: block;
	}

	.site-hdr12 .site-hdr12__hdr {
		display: none;
	}
}