/**
 * Header contacts dropdown + callback modal — Techno dark style.
 */

.techno-region-header-cluster > a[href^="tel:"],
.techno-region-header-cluster > a[href*="tel:"],
.techno-region-header-cluster > a.techno-region-phone-applied {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body:has(.techno-header-contacts) .rey-siteHeader .elementor-element-9317ee0,
body:has(.techno-header-contacts) .elementor-location-header .elementor-element-9317ee0,
body:has(.techno-header-contacts) .rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop,
body:has(.techno-header-contacts) .elementor-location-header .elementor-widget-icon.elementor-hidden-desktop {
	display: none !important;
}

body:has(.techno-header-contacts) .techno-region-header-cluster > a[href^="tel:"],
body:has(.techno-header-contacts) .techno-region-header-cluster > a[href*="tel:"],
body:has(.techno-header-contacts) .techno-region-header-cluster > a.techno-region-phone-applied,
body:has(.techno-header-contacts) .techno-region-header-cluster > a.techno-region-phone-icon {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.rey-siteHeader .elementor-element-cdf8bf0:has(.techno-header-contacts),
.elementor-location-header .elementor-element-cdf8bf0:has(.techno-header-contacts) {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	flex-wrap: nowrap !important;
	gap: 4px;
}

.techno-header-contacts {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	margin: 0 12px 0 0;
	padding: 0;
	line-height: 1;
	white-space: nowrap;
	color: inherit;
	flex-shrink: 0;
	z-index: 6;
	font-family: inherit;
}

.techno-header-contacts__call,
.rey-siteHeader a.techno-header-contacts__call,
.elementor-location-header a.techno-header-contacts__call {
	display: inline-flex !important;
	align-items: center;
	color: inherit !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	opacity: 0.92;
	transition: opacity 0.15s ease;
}

.techno-header-contacts__call:hover {
	opacity: 1;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.techno-header-contacts__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	width: auto;
	min-width: 16px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit;
	cursor: pointer;
	line-height: 1;
	font: inherit;
	-webkit-tap-highlight-color: transparent;
}

.techno-header-contacts__more-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	opacity: 0.78;
}

.techno-header-contacts__more:hover .techno-header-contacts__more-text,
.techno-header-contacts.is-open .techno-header-contacts__more-text {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.techno-header-contacts__caret {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	opacity: 0.55;
	transition: transform 0.2s ease, opacity 0.15s ease;
}

.techno-header-contacts__caret .techno-header-contacts__svg {
	width: 12px;
	height: 12px;
}

.techno-header-contacts__more:hover .techno-header-contacts__caret,
.techno-header-contacts.is-open .techno-header-contacts__caret {
	opacity: 0.95;
}

.techno-header-contacts.is-open .techno-header-contacts__caret {
	transform: rotate(180deg);
}

.techno-header-contacts__handset {
	display: none;
	color: #fff;
}

.techno-header-contacts__menu {
	display: none;
	position: absolute;
	z-index: 10050;
	top: calc(100% + 10px);
	right: 0;
	left: auto;
	min-width: 0;
	width: max-content;
	margin: 0;
	padding: 6px;
	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-header-contacts.is-open .techno-header-contacts__menu,
.techno-header-contacts__menu:not([hidden]) {
	display: block;
}

.techno-header-contacts__menu[hidden] {
	display: none !important;
}

.techno-header-contacts__menu.is-ported {
	position: fixed !important;
}

.techno-header-contacts__item {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0 0 1px;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font: inherit;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	white-space: nowrap;
	cursor: pointer;
	box-sizing: border-box;
}

.techno-header-contacts__item:hover,
.techno-header-contacts__item:focus {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	text-decoration: none;
}

.techno-header-contacts button.techno-header-contacts__item,
button.techno-header-contacts__item {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 0 !important;
	margin: 0 0 1px;
	padding: 10px 12px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.techno-header-contacts button.techno-header-contacts__item--btn,
button.techno-header-contacts__item--btn {
	margin-top: 2px;
	justify-content: center;
	gap: 8px;
	padding: 8px 12px !important;
	background: #ff7a00 !important;
	color: #fff !important;
	font-weight: 500 !important;
}

.techno-header-contacts button.techno-header-contacts__item--btn:hover,
.techno-header-contacts button.techno-header-contacts__item--btn:focus,
button.techno-header-contacts__item--btn:hover,
button.techno-header-contacts__item--btn:focus {
	background: #e86c03 !important;
	color: #fff !important;
}

.techno-header-contacts__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	opacity: 0.92;
}

.techno-header-contacts__svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
}

.techno-header-contacts__svg--brand {
	fill: currentColor;
	stroke: none;
}

.techno-header-contacts__sep {
	display: block;
	height: 1px;
	margin: 5px 8px;
	background: rgba(255, 255, 255, 0.1);
}

.techno-header-contacts__label {
	min-width: 0;
}

@media (max-width: 1100px) {
	.techno-header-contacts {
		margin-right: 0;
		gap: 0;
	}

	.techno-header-contacts__call,
	.rey-siteHeader a.techno-header-contacts__call,
	.elementor-location-header a.techno-header-contacts__call,
	.techno-header-contacts__caret,
	.techno-header-contacts__more-text {
		display: none !important;
	}

	.techno-header-contacts__handset {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: var(--techno-hdr-ico, 22px);
		height: var(--techno-hdr-ico, 22px);
		color: inherit;
	}

	.techno-header-contacts__handset .techno-header-contacts__svg,
	.techno-header-contacts__svg--handset {
		width: var(--techno-hdr-ico, 22px);
		height: var(--techno-hdr-ico, 22px);
		fill: none !important;
		stroke: currentColor !important;
	}

	.techno-header-contacts__more {
		width: var(--techno-hdr-ico, 22px);
		height: var(--techno-hdr-ico, 22px);
		min-width: var(--techno-hdr-ico, 22px);
	}

	body:has(.techno-header-contacts) .rey-siteHeader .elementor-element-9317ee0,
	body:has(.techno-header-contacts) .elementor-location-header .elementor-element-9317ee0,
	body:has(.techno-header-contacts) .rey-siteHeader .elementor-widget-icon.elementor-hidden-desktop,
	body:has(.techno-header-contacts) .elementor-location-header .elementor-widget-icon.elementor-hidden-desktop {
		display: none !important;
	}

	body:has(.techno-header-contacts) .techno-region-header-cluster > a[href^="tel:"],
	body:has(.techno-header-contacts) .techno-region-header-cluster > a[href*="tel:"],
	body:has(.techno-header-contacts) .techno-region-header-cluster > a.techno-region-phone-applied,
	body:has(.techno-header-contacts) .techno-region-header-cluster > a.techno-region-phone-icon {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.techno-header-contacts__handset,
	.techno-header-contacts__handset .techno-header-contacts__svg,
	.techno-header-contacts__more {
		width: var(--techno-hdr-ico, 20px);
		height: var(--techno-hdr-ico, 20px);
		min-width: var(--techno-hdr-ico, 20px);
	}
}

@media (max-width: 480px) {
	.techno-header-contacts__handset,
	.techno-header-contacts__handset .techno-header-contacts__svg,
	.techno-header-contacts__more {
		width: var(--techno-hdr-ico, 18px);
		height: var(--techno-hdr-ico, 18px);
		min-width: var(--techno-hdr-ico, 18px);
	}
}

/* —— Callback modal —— */
.techno-callback-modal[hidden] {
	display: none !important;
}

.techno-callback-modal {
	position: fixed;
	inset: 0;
	z-index: 100120;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.techno-callback-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
}

.techno-callback-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 360px;
	padding: 24px 22px 22px;
	background: #2a2b2e;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.techno-callback-modal__close {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.55);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.techno-callback-modal__close:hover {
	color: #fff;
}

.techno-callback-modal h2.techno-callback-modal__title,
.techno-callback-modal__title {
	margin: 0 0 8px;
	padding-right: 32px;
	font-size: 24px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.02em !important;
	text-transform: none !important;
	color: #fff !important;
}

.techno-callback-modal__lead {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.45;
	color: #9ca3b6;
}

.techno-callback-form {
	display: grid;
	gap: 16px;
}

.techno-callback-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.techno-callback-form__field {
	display: grid;
	gap: 4px;
}

.techno-callback-modal .techno-callback-form__label,
.techno-callback-form__label {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #c5c8d0;
}

.techno-callback-modal .techno-callback-form__input,
.techno-callback-form input.techno-callback-form__input {
	width: 100%;
	margin: 0 !important;
	min-height: 48px !important;
	height: 48px !important;
	padding: 12px 16px !important;
	background: rgba(255, 255, 255, 0.07) !important;
	border: 1px solid rgba(255, 255, 255, 0.22) !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	letter-spacing: 0 !important;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}

.techno-callback-form__input::placeholder {
	color: rgba(156, 163, 182, 0.75);
}

.techno-callback-modal .techno-callback-form__input:focus,
.techno-callback-form input.techno-callback-form__input:focus {
	background: rgba(255, 255, 255, 0.09) !important;
	border-color: #ff7a00 !important;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.18) !important;
}

.techno-callback-form__field--consent {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.techno-callback-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
	color: #9ca3b6;
	font-size: 12.5px;
	line-height: 1.55;
}

.techno-callback-form__checkbox input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.techno-callback-form__checkbox-box {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border: 1.5px solid rgba(255, 255, 255, 0.16);
	border-radius: 5px;
	background: #202124;
	box-sizing: border-box;
}

.techno-callback-form__checkbox-box::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 5px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	opacity: 0;
	transform: rotate(45deg) scale(0.7);
}

.techno-callback-form__checkbox input:checked + .techno-callback-form__checkbox-box {
	background: #ff7a00;
	border-color: #ff7a00;
}

.techno-callback-form__checkbox input:checked + .techno-callback-form__checkbox-box::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.techno-callback-form__checkbox a {
	color: #ff7a00;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 122, 0, 0.45);
}

.techno-callback-form__checkbox a:hover {
	color: #e86c03;
	border-bottom-color: #e86c03;
}

.techno-callback-form__error {
	margin: 0;
	color: #ff6b6b;
	font-size: 13px;
	line-height: 1.35;
}

.techno-callback-form__error:empty {
	display: none;
}

.techno-callback-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 0 16px;
	background: #ff7a00 !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer;
	transition: background 0.15s ease;
}

.techno-callback-form__submit:hover,
.techno-callback-form__submit:focus {
	background: #e86c03 !important;
	color: #fff !important;
}

.techno-callback-form__submit[disabled] {
	opacity: 0.55;
	cursor: progress;
}

.techno-callback-success {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 18px 8px 8px;
	text-align: center;
}

.techno-callback-success[hidden] {
	display: none !important;
}

.techno-callback-success__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: rgba(255, 122, 0, 0.14);
	border: 1px solid rgba(255, 122, 0, 0.4);
	border-radius: 50%;
	color: #ff7a00;
	font-size: 28px;
}

.techno-callback-success__title {
	margin: 4px 0 0;
	font-size: 18px !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: -0.01em !important;
	color: #fff;
}

.techno-callback-success__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #9ca3b6;
}

body.techno-callback-open {
	overflow: hidden;
}

@media (max-width: 480px) {
	.techno-callback-modal {
		align-items: flex-end;
		padding: 0;
	}

	.techno-callback-modal__dialog {
		max-width: none;
		border-radius: 16px 16px 0 0;
		padding: 24px 18px 28px;
	}
}
