/**
 * Regional catalog UI — switcher lives inside Elementor header.
 */

.techno-region-header-cluster {
	display: inline-flex !important;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	max-width: 100%;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.techno-city-switcher-slot {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	flex-shrink: 0;
	white-space: nowrap;
	line-height: 1;
}

.techno-city-switcher-slot.is-inert,
.techno-city-switcher-slot[hidden] {
	display: none !important;
}

/* Убрать правый отступ у пина Elementor рядом с городом */
.techno-region-pin-host,
.techno-region-pin-host > .elementor-widget-container,
.techno-region-pin-host .elementor-widget-container,
.rey-siteHeader .elementor-element-03af860,
.elementor-location-header .elementor-element-03af860,
.rey-siteHeader .elementor-element-03af860 > .elementor-widget-container,
.elementor-location-header .elementor-element-03af860 > .elementor-widget-container {
	padding-right: 0 !important;
	margin-right: 0 !important;
}

/* Keep city + phone on one line inside Elementor text/heading widgets */
.elementor-heading-title:has(.techno-city-switcher-slot),
.elementor-widget-container:has(> .techno-region-header-cluster),
.elementor-widget-container:has(> .techno-city-switcher-slot),
.elementor-icon-wrapper:has(.techno-city-switcher-slot) {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 14px;
	white-space: nowrap;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

.elementor-widget:has(.techno-region-header-cluster),
.elementor-widget:has(.techno-city-switcher-slot) {
	flex-shrink: 0 !important;
	align-self: center !important;
	display: flex !important;
	align-items: center !important;
}

.elementor-widget:has(.techno-region-header-cluster) > .elementor-widget-container,
.elementor-widget:has(.techno-city-switcher-slot) > .elementor-widget-container {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1 !important;
}

.techno-region-header-cluster > a[href^="tel:"],
.techno-region-header-cluster > a[href*="tel:"],
.techno-region-header-cluster > a.techno-region-phone-applied {
	display: inline-flex !important;
	align-items: center !important;
	white-space: nowrap !important;
	flex-shrink: 0;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	line-height: 1 !important;
	margin: 0 0 0 14px !important;
	padding-left: 14px !important;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	vertical-align: middle;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-family: inherit !important;
	opacity: 0.92;
	transition: opacity 0.15s ease;
}

.techno-region-header-cluster > a[href^="tel:"]:hover,
.techno-region-header-cluster > a[href*="tel:"]:hover,
.techno-region-header-cluster > a.techno-region-phone-applied:hover {
	opacity: 1;
}

/* Base tel styles (outside cluster) keep compact */
.rey-siteHeader a[href^="tel:"],
.rey-siteHeader a[href*="tel:"],
.elementor-location-header a[href^="tel:"],
.elementor-location-header a[href*="tel:"] {
	display: inline-flex !important;
	align-items: center !important;
	white-space: nowrap !important;
	flex-shrink: 0;
	word-break: keep-all !important;
	overflow-wrap: normal !important;
	line-height: 1 !important;
	vertical-align: middle;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-family: inherit !important;
}

.techno-city-switcher {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: inherit;
	font-family: inherit;
	z-index: 5;
	flex-shrink: 0;
}

.techno-city-switcher__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: inherit;
	font: inherit;
	font-size: inherit;
	font-weight: 400;
	white-space: nowrap;
	max-width: 100%;
	line-height: 1;
	height: auto;
	min-height: 20px;
	transition: opacity 0.15s ease;
}

.techno-city-switcher__btn:hover {
	opacity: 0.88;
}

.techno-city-switcher__btn:hover .techno-city-switcher__label {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.techno-city-switcher__label {
	font-weight: 400;
	font-size: inherit;
	white-space: nowrap;
	line-height: 1;
}

.techno-city-switcher__caret {
	width: 0;
	height: 0;
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	border-top: 5.5px solid currentColor;
	opacity: 0.55;
	transition: transform 0.2s ease, opacity 0.15s ease;
	flex-shrink: 0;
}

.techno-city-switcher__btn:hover .techno-city-switcher__caret,
.techno-city-switcher.is-open .techno-city-switcher__caret {
	opacity: 0.95;
}

.techno-city-switcher.is-open .techno-city-switcher__caret {
	transform: rotate(180deg);
}

.techno-city-switcher__list {
	display: none;
	position: absolute;
	z-index: 10050;
	top: calc(100% + 10px);
	left: 0;
	min-width: 180px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #232428;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.techno-city-switcher__list > [role="option"],
.techno-city-switcher__list li {
	display: block;
	list-style: none;
	margin: 0 0 1px;
	padding: 0;
}

.techno-city-switcher.is-open .techno-city-switcher__list,
.techno-city-switcher__list:not([hidden]) {
	display: block;
}

.techno-city-switcher__list[hidden] {
	display: none !important;
}

.techno-city-switcher__link {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
}

.techno-city-switcher__link:hover,
.techno-city-switcher__link.is-active {
	background: rgba(255, 122, 0, 0.12);
	color: #ff7a00;
}

/* Store contacts tip next to city */
.techno-region-info-tip {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	z-index: 20;
	flex-shrink: 0;
}

.techno-region-info-tip[hidden] {
	display: none !important;
}

.techno-region-archive-blocks {
	margin-top: 32px;
	margin-bottom: 34px;
}

.techno-region-category-info {
	margin: 0 0 24px;
}

.techno-region-category-info__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.techno-region-category-info__card,
.techno-region-seo {
	background: #fff;
	border: 1px solid rgba(18, 24, 38, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(18, 24, 38, 0.06);
	padding: 22px;
}

.techno-region-category-info__title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	color: #111827;
}

.techno-region-category-info__text,
.techno-region-seo__content {
	color: #4b5563;
	font-size: 14px;
	line-height: 1.65;
}

.techno-region-category-info__text p,
.techno-region-seo__content p {
	margin: 0 0 0.75em;
}

.techno-region-category-info__text p:last-child,
.techno-region-seo__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.techno-region-category-info__grid {
		grid-template-columns: 1fr;
	}

	.techno-region-category-info__card,
	.techno-region-seo {
		border-radius: 14px;
		padding: 18px;
	}
}

.techno-region-info-tip__btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	min-width: 16px;
	padding: 0;
	margin: 0;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: #fff !important;
	cursor: pointer;
	opacity: 0.62 !important;
	line-height: 0;
	box-sizing: border-box;
	flex-shrink: 0;
	outline: none !important;
	box-shadow: none !important;
	-webkit-tap-highlight-color: transparent;
	transition: opacity 0.15s ease, color 0.15s ease;
}

.techno-region-info-tip__ico {
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
}

.techno-region-info-tip__btn:hover,
.techno-region-info-tip__btn:focus,
.techno-region-info-tip__btn:focus-visible,
.techno-region-info-tip__btn:active,
.techno-region-info-tip.is-open .techno-region-info-tip__btn {
	opacity: 1 !important;
	border: 0 !important;
	border-radius: 50% !important;
	color: #ff7a00 !important;
	background: transparent !important;
	outline: none !important;
	box-shadow: none !important;
}

.techno-region-info-tip__panel {
	display: none;
	position: absolute;
	z-index: 10060;
	top: calc(100% + 10px);
	left: 0;
	transform: none;
	min-width: 260px;
	max-width: 320px;
	padding: 12px 14px;
	background: #232428;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	white-space: normal;
}

/* Ported to body to escape .rey-siteWrapper overflow:hidden */
.techno-city-switcher__list.is-ported,
.techno-region-info-tip__panel.is-ported {
	position: fixed !important;
}

.techno-region-info-tip.is-open .techno-region-info-tip__panel,
.techno-region-info-tip__panel:not([hidden]) {
	display: block;
}

.techno-region-info-tip__panel[hidden] {
	display: none !important;
}

.techno-region-info-tip__title {
	display: block;
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 13px;
}

.techno-region-info-tip__row {
	display: block;
	margin: 0 0 8px;
}

.techno-region-info-tip__row:last-child {
	margin-bottom: 0;
}

.techno-region-info-tip__key {
	display: block;
	margin-bottom: 2px;
	font-size: 11px;
	color: #9ca3b6;
}

.techno-region-info-tip__val {
	color: #fff;
	text-decoration: none;
}

a.techno-region-info-tip__val:hover {
	color: #ff7a00;
}

.techno-region-info {
	margin: 12px 0 20px;
	padding: 12px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #9ca3b6;
}

.techno-region-info__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.techno-region-info__item + .techno-region-info__item {
	margin-top: 6px;
}

.techno-region-seo {
	margin: 24px 0 40px;
	font-size: 15px;
	line-height: 1.6;
	color: #9ca3b6;
}

.techno-region-seo__content p {
	margin: 0 0 0.75em;
	color: inherit;
}

.techno-region-archive-blocks {
	margin-top: 24px;
}

.techno-cities-footer-source[hidden] {
	display: none !important;
}

.techno-cities-footer-source--fallback {
	display: block !important;
	padding: 24px 0;
}

/* Fit 5 menu columns in the Elementor footer row */
.elementor-element-0da273d > .elementor-element {
	flex: 1 1 0 !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
}

.techno-cities-footer-col {
	min-width: 0;
}

.techno-cities-footer {
	margin: 0;
	/* Match Elementor footer menu widgets (e.g. .elementor-element-8bc3b94) */
	--link-color: #bbbcbc;
	--link-color-hover: #ffffff;
}

.techno-cities-footer.reyEl-menu .reyEl-menuTitle {
	font-family: Rubik, sans-serif;
	font-size: 17px;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	margin: 0;
	padding: 0 0 15px;
	color: #fff;
}

/* Match Rey footer menus (grid); override horizontal rey-navEl */
.techno-cities-footer__list.reyEl-menu-nav {
	display: grid !important;
	grid-auto-flow: row;
	gap: 3.2px;
	margin: 0;
	padding: 0;
	list-style: none;
	flex-direction: unset;
}

.techno-cities-footer__item {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.techno-cities-footer .reyEl-menu-nav .menu-item > a,
.techno-cities-footer__link {
	display: block;
	font-family: Rubik, sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	padding: 0 0 6px;
	color: var(--link-color, #bbbcbc);
	text-decoration: none;
}

.techno-cities-footer .reyEl-menu-nav .menu-item > a:hover,
.techno-cities-footer .reyEl-menu-nav .menu-item:hover > a,
.techno-cities-footer__link:hover {
	color: var(--link-color-hover, #ffffff);
	text-decoration: none;
}

/* Fallback (if Elementor row missing): keep simple list */
.techno-cities-footer-source--fallback .techno-cities-footer__list.reyEl-menu-nav {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 16px;
}

@media (max-width: 1024px) {
	.elementor-element-0da273d > .elementor-element {
		flex: 1 1 calc(50% - 12px) !important;
	}
}

@media (max-width: 640px) {
	.elementor-element-0da273d > .elementor-element {
		flex: 1 1 100% !important;
	}
}

body.techno-city-landing-page #content,
body.techno-city-landing-page .rey-pageCover,
body.techno-city-landing-page .rey-siteContainer {
	background: #141518 !important;
}

.techno-city-landing {
	--city-bg-page: #141518;
	--city-bg-panel: #2a2b2e;
	--city-border: rgba(255, 255, 255, 0.08);
	--city-accent: #ff7a00;
	--city-accent-hover: #e86c03;
	--city-text: #ffffff;
	--city-text-muted: #9ca3b6;
	--city-radius: 14px;
	padding: 28px 0 64px;
	background: var(--city-bg-page);
	color: var(--city-text);
}

.techno-city-landing .techno-city-landing__container.rey-siteContainer {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px 0;
	box-sizing: border-box;
}

.techno-city-landing__card {
	max-width: 720px;
	margin: 0;
	padding: 28px 32px 32px;
	background: var(--city-bg-panel);
	border: 1px solid var(--city-border);
	border-radius: var(--city-radius);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.techno-city-landing__header {
	margin: 0 0 24px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--city-border);
}

.techno-city-landing__title {
	margin: 0 0 10px;
	font-size: clamp(1.45rem, 2.4vw, 1.85rem);
	font-weight: 600;
	line-height: 1.25;
	color: var(--city-text);
}

.techno-city-landing__lead {
	margin: 0;
	max-width: 40em;
	font-size: 15px;
	line-height: 1.55;
	color: var(--city-text-muted);
}

.techno-city-landing__contacts {
	display: grid;
	gap: 14px;
	margin: 0 0 28px;
}

.techno-city-landing__row {
	display: grid;
	grid-template-columns: minmax(110px, 140px) 1fr;
	gap: 8px 16px;
	align-items: start;
	margin: 0;
}

.techno-city-landing__label {
	font-size: 13px;
	line-height: 1.45;
	color: var(--city-text-muted);
}

.techno-city-landing__value {
	font-size: 15px;
	line-height: 1.45;
	color: var(--city-text);
	word-break: break-word;
}

.techno-city-landing__value a {
	color: var(--city-text);
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition: color 0.15s ease, border-color 0.15s ease;
}

.techno-city-landing__value a:hover {
	color: var(--city-accent);
	border-bottom-color: var(--city-accent);
}

.techno-city-landing__cta {
	margin: 0;
}

.techno-city-landing__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	background: var(--city-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	border-radius: 10px;
	border: 0;
	transition: background 0.15s ease, transform 0.15s ease;
}

.techno-city-landing__btn:hover,
.techno-city-landing__btn:focus {
	background: var(--city-accent-hover);
	color: #fff;
	text-decoration: none;
}

@media (max-width: 640px) {
	.techno-city-landing {
		padding: 18px 0 48px;
	}

	.techno-city-landing .techno-city-landing__container.rey-siteContainer {
		padding: 0 16px;
	}

	.techno-city-landing__card {
		padding: 22px 18px 24px;
	}

	.techno-city-landing__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.techno-city-landing__btn {
		width: 100%;
	}
}

.techno-region-header-cluster > a[href^="tel:"].techno-region-phone-cluster-hide,
.techno-region-header-cluster > a[href*="tel:"].techno-region-phone-cluster-hide,
a.techno-region-phone-cluster-hide {
	display: none !important;
}

/* Edge padding + unified header chrome (tablet / mobile) — match critical CSS ≤1100 */
@media (max-width: 1100px) {
	.rey-siteHeader .e-con-boxed > .e-con-inner,
	.elementor-location-header .e-con-boxed > .e-con-inner {
		padding-left: 12px !important;
		padding-right: 12px !important;
		box-sizing: border-box;
	}

	/* Elementor side columns: drop desktop inset paddings on narrow screens */
	.rey-siteHeader .elementor-element-7912ecb,
	.elementor-location-header .elementor-element-7912ecb,
	.rey-siteHeader .elementor-element-cdf8bf0,
	.elementor-location-header .elementor-element-cdf8bf0,
	.rey-siteHeader .elementor-element-385a0b3,
	.elementor-location-header .elementor-element-385a0b3 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		align-items: center !important;
	}

	.techno-city-switcher-slot {
		gap: 6px;
	}
}

/* —— Responsive header cluster —— */
@media (max-width: 1199px) {
	.elementor-widget:has(.techno-region-header-cluster),
	.elementor-widget:has(.techno-city-switcher-slot) {
		max-width: none !important;
		width: auto !important;
		flex-shrink: 1 !important;
	}
}

@media (max-width: 991px) {
	.techno-region-header-cluster {
		flex-direction: row;
		align-items: center;
		white-space: nowrap;
		max-width: none;
	}

	.techno-city-switcher-slot {
		gap: 5px;
	}

	.techno-city-switcher__label {
		max-width: 5.5em;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*
 * Tablet + mobile: pin / city / phone-icon / logo share one size.
 * Info tip stays quieter and smaller than the action icons.
 */
@media (max-width: 1100px) {
	:root {
		--techno-hdr-ico: 22px;
		--techno-hdr-type: 14px;
		--techno-hdr-logo-h: 22px;
		--techno-hdr-logo-max-w: 130px;
		--techno-hdr-info: 16px;
	}

	.techno-region-header-cluster {
		gap: 0;
		align-items: center;
	}

	.techno-city-switcher-slot {
		gap: 6px;
		align-items: center;
	}

	/* City label = same optical height as icons */
	.techno-city-switcher,
	.techno-city-switcher__btn,
	.techno-city-switcher__label {
		font-size: var(--techno-hdr-type) !important;
		font-weight: 400 !important;
		letter-spacing: 0 !important;
		line-height: var(--techno-hdr-ico) !important;
	}

	.techno-city-switcher__label {
		max-width: 6em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.techno-city-switcher__btn {
		gap: 5px;
		height: var(--techno-hdr-ico);
		align-items: center;
	}

	.techno-city-switcher__caret {
		border-left-width: 4px;
		border-right-width: 4px;
		border-top-width: 5px;
		opacity: 0.55;
		margin-top: 1px;
	}

	/* Info tip — quieter than pin/phone icons */
	.techno-region-info-tip {
		display: inline-flex !important;
		align-items: center;
		height: var(--techno-hdr-ico);
	}

	.techno-region-info-tip__btn {
		width: var(--techno-hdr-info) !important;
		height: var(--techno-hdr-info) !important;
		min-width: var(--techno-hdr-info) !important;
		border: 0 !important;
		margin: 0 !important;
		opacity: 0.62 !important;
		background: transparent !important;
	}

	.techno-region-info-tip__ico {
		width: var(--techno-hdr-info) !important;
		height: var(--techno-hdr-info) !important;
	}

	/* On tablet/mobile the Elementor phone icon is outside the cluster — hide cluster tel without waiting for JS. */
	.techno-region-header-cluster > a[href^="tel:"],
	.techno-region-header-cluster > a[href*="tel:"],
	body.techno-has-outside-header-phone .techno-region-header-cluster > a[href^="tel:"],
	body.techno-has-outside-header-phone .techno-region-header-cluster > a[href*="tel:"] {
		display: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	/*
	 * Pin + phone Elementor icon widgets — force same square size.
	 * (pin → /magaziny/, phone → tel: in .elementor-hidden-desktop)
	 */
	.rey-siteHeader .techno-region-pin-host .elementor-icon,
	.elementor-location-header .techno-region-pin-host .elementor-icon,
	.rey-siteHeader .elementor-widget-icon a.elementor-icon[href*="magaziny"],
	.elementor-location-header .elementor-widget-icon a.elementor-icon[href*="magaziny"],
	.rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop a.elementor-icon[href^="tel:"],
	.elementor-location-header .elementor-widget-icon.elementor-hidden-desktop a.elementor-icon[href^="tel:"],
	.rey-siteHeader .elementor-element-9317ee0 a.elementor-icon,
	.elementor-location-header .elementor-element-9317ee0 a.elementor-icon,
	.rey-siteHeader a[href^="tel:"].techno-region-phone-icon,
	.rey-siteHeader a[href*="tel:"].techno-region-phone-icon,
	.elementor-location-header a[href^="tel:"].techno-region-phone-icon,
	.elementor-location-header a[href*="tel:"].techno-region-phone-icon,
	a.techno-region-phone-applied.techno-region-phone-icon {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: var(--techno-hdr-ico) !important;
		height: var(--techno-hdr-ico) !important;
		min-width: var(--techno-hdr-ico) !important;
		max-width: var(--techno-hdr-ico) !important;
		padding: 0 !important;
		margin: 0 !important;
		font-size: var(--techno-hdr-ico) !important;
		line-height: 0 !important;
		color: #fff !important;
		text-decoration: none !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box;
		letter-spacing: 0 !important;
	}

	.rey-siteHeader .techno-region-pin-host .elementor-icon svg,
	.elementor-location-header .techno-region-pin-host .elementor-icon svg,
	.rey-siteHeader .elementor-widget-icon a.elementor-icon[href*="magaziny"] svg,
	.elementor-location-header .elementor-widget-icon a.elementor-icon[href*="magaziny"] svg,
	.rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop a.elementor-icon[href^="tel:"] svg,
	.elementor-location-header .elementor-widget-icon.elementor-hidden-desktop a.elementor-icon[href^="tel:"] svg,
	.rey-siteHeader .elementor-element-9317ee0 a.elementor-icon svg,
	.elementor-location-header .elementor-element-9317ee0 a.elementor-icon svg,
	.rey-siteHeader a.techno-region-phone-icon svg,
	.elementor-location-header a.techno-region-phone-icon svg {
		display: block !important;
		width: var(--techno-hdr-ico) !important;
		height: var(--techno-hdr-ico) !important;
		min-width: var(--techno-hdr-ico) !important;
		min-height: var(--techno-hdr-ico) !important;
		max-width: var(--techno-hdr-ico) !important;
		max-height: var(--techno-hdr-ico) !important;
		flex: 0 0 var(--techno-hdr-ico) !important;
		pointer-events: none;
	}

	/* Keep pin/phone widgets from collapsing narrower than the icon */
	.rey-siteHeader .techno-region-pin-host,
	.elementor-location-header .techno-region-pin-host,
	.rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop,
	.elementor-location-header .elementor-widget-icon.elementor-hidden-desktop,
	.rey-siteHeader .elementor-element-9317ee0,
	.elementor-location-header .elementor-element-9317ee0,
	.rey-siteHeader .elementor-element-03af860,
	.elementor-location-header .elementor-element-03af860 {
		width: auto !important;
		min-width: var(--techno-hdr-ico) !important;
		max-width: none !important;
		flex: 0 0 auto !important;
		align-self: center !important;
	}

	.rey-siteHeader .techno-region-pin-host .elementor-widget-container,
	.elementor-location-header .techno-region-pin-host .elementor-widget-container,
	.rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop .elementor-widget-container,
	.elementor-location-header .elementor-widget-icon.elementor-hidden-desktop .elementor-widget-container,
	.rey-siteHeader .elementor-element-9317ee0 .elementor-widget-container,
	.elementor-location-header .elementor-element-9317ee0 .elementor-widget-container,
	.rey-siteHeader .techno-region-pin-host .elementor-icon-wrapper,
	.elementor-location-header .techno-region-pin-host .elementor-icon-wrapper,
	.rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop .elementor-icon-wrapper,
	.elementor-location-header .elementor-widget-icon.elementor-hidden-desktop .elementor-icon-wrapper,
	.rey-siteHeader .elementor-element-9317ee0 .elementor-icon-wrapper,
	.elementor-location-header .elementor-element-9317ee0 .elementor-icon-wrapper {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: auto !important;
		min-width: var(--techno-hdr-ico) !important;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
	}

	/* Brand logo — balanced with icon row */
	.rey-siteHeader .elementor-widget-theme-site-logo,
	.elementor-location-header .elementor-widget-theme-site-logo,
	.rey-siteHeader .elementor-widget-reycore-header-logo,
	.elementor-location-header .elementor-widget-reycore-header-logo {
		max-width: var(--techno-hdr-logo-max-w) !important;
		width: auto !important;
		transform: none !important;
		align-self: center !important;
	}

	.rey-siteHeader .elementor-widget-theme-site-logo .elementor-widget-container,
	.elementor-location-header .elementor-widget-theme-site-logo .elementor-widget-container,
	.rey-siteHeader .elementor-widget-reycore-header-logo .elementor-widget-container,
	.elementor-location-header .elementor-widget-reycore-header-logo .elementor-widget-container {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		line-height: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.rey-siteHeader .elementor-widget-reycore-header-logo .custom-logo-link,
	.elementor-location-header .elementor-widget-reycore-header-logo .custom-logo-link {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		line-height: 0 !important;
		height: var(--techno-hdr-logo-h) !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.rey-siteHeader .elementor-widget-theme-site-logo img,
	.elementor-location-header .elementor-widget-theme-site-logo img,
	.rey-siteHeader .elementor-widget-theme-site-logo svg,
	.elementor-location-header .elementor-widget-theme-site-logo svg,
	.rey-siteHeader .elementor-widget-reycore-header-logo img,
	.elementor-location-header .elementor-widget-reycore-header-logo img,
	.rey-siteHeader .elementor-widget-reycore-header-logo svg,
	.elementor-location-header .elementor-widget-reycore-header-logo svg,
	.rey-siteHeader .elementor-widget-reycore-header-logo .custom-logo,
	.elementor-location-header .elementor-widget-reycore-header-logo .custom-logo {
		height: var(--techno-hdr-logo-h) !important;
		max-height: var(--techno-hdr-logo-h) !important;
		width: auto !important;
		max-width: var(--techno-hdr-logo-max-w) !important;
		object-fit: contain !important;
	}
}

@media (max-width: 767px) {
	:root {
		--techno-hdr-ico: 20px;
		--techno-hdr-type: 13px;
		--techno-hdr-logo-h: 18px;
		--techno-hdr-logo-max-w: 100px;
		--techno-hdr-info: 15px;
	}

	.techno-city-switcher__label {
		max-width: 4.8em;
	}

	.techno-region-info-tip__ico {
		width: var(--techno-hdr-info) !important;
		height: var(--techno-hdr-info) !important;
	}
}

@media (max-width: 480px) {
	:root {
		--techno-hdr-ico: 16px;
		--techno-hdr-type: 12px;
		--techno-hdr-logo-h: 16px;
		--techno-hdr-logo-max-w: 88px;
		--techno-hdr-info: 14px;
	}

	.techno-city-switcher__label {
		max-width: 4em;
	}

	.techno-city-switcher-slot {
		gap: 5px;
	}

	.rey-siteHeader .e-con-boxed > .e-con-inner,
	.elementor-location-header .e-con-boxed > .e-con-inner {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.rey-siteHeader .elementor-widget-theme-site-logo,
	.elementor-location-header .elementor-widget-theme-site-logo,
	.rey-siteHeader .elementor-widget-reycore-header-logo,
	.elementor-location-header .elementor-widget-reycore-header-logo {
		max-width: 88px !important;
	}

	.rey-siteHeader .elementor-widget-theme-site-logo img,
	.elementor-location-header .elementor-widget-theme-site-logo img,
	.rey-siteHeader .elementor-widget-reycore-header-logo img,
	.elementor-location-header .elementor-widget-reycore-header-logo img,
	.rey-siteHeader .elementor-widget-reycore-header-logo .custom-logo,
	.elementor-location-header .elementor-widget-reycore-header-logo .custom-logo {
		max-width: 88px !important;
	}
}

@media (max-width: 380px) {
	.techno-city-switcher__label {
		max-width: 3.4em;
	}

	:root {
		--techno-hdr-logo-h: 14px;
		--techno-hdr-logo-max-w: 78px;
	}

	.rey-siteHeader .elementor-widget-theme-site-logo,
	.elementor-location-header .elementor-widget-theme-site-logo,
	.rey-siteHeader .elementor-widget-reycore-header-logo,
	.elementor-location-header .elementor-widget-reycore-header-logo {
		max-width: 78px !important;
	}
}
