/* geo-landing — desktop, Figma Frame 645 (9713:10470) */

.geo-page {
	--geo-color-text: #333333;
	--geo-color-white: #ffffff;
	--geo-color-muted: #f6f6f6;
	--geo-color-accent: #fcaf17;
	--geo-color-link: #005dfa;
	--geo-color-brand: #5479b8;
	--geo-color-input: #333333;
	--geo-radius-hero: 80px 80px 60px 60px;
	--geo-radius-card: 20px;
	--geo-radius-feature: 30px;
	--geo-radius-support: 30px;
	--geo-radius-input: 8px;
	--geo-radius-btn: 7px;
	--geo-pad-inline: clamp(16px, 5.5208333333vw, 106px);
	--geo-pad-top: clamp(40px, 4.1145833333vw, 79px);
	--geo-pad-bottom: clamp(24px, 2.0833333333vw, 40px);
	--geo-container: min(100%, 1709px);
	--geo-header-offset: 99px;

	box-sizing: border-box;
	margin-top: 0;
	font-family: Montserrat, sans-serif;
	color: var(--geo-color-text);
}

/* Без отступа main.page и дубля крошек из header.php */
.page:has(.geo-page) {
	margin-top: 0;
}

.page:has(.geo-page) > .breadcrumbs._container {
	display: none !important;
}

/* Баннер под fixed header — убрать белый зазор от .wrapper { margin-top: 200px } */
body:has(.geo-page) .wrapper {
	margin-top: 0 !important;
}

.geo-page *,
.geo-page *::before,
.geo-page *::after {
	box-sizing: inherit;
}

.geo-page .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Frame 645 (9713:10470) + banner Group 48 (9461:16540) */

/* Group 48 — city hero banner */
.geo-banner {
	position: relative;
	overflow: hidden;
	/* 946 / 1920 = 49.270833% */
	height: 49.2708333333vw;
	min-height: 520px;
	max-height: 861px; /* 946 - 85 */
	padding-top: 200px;
	color: #ffffff;
}

.geo-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* Rectangle 127 — fill #5479b8 stop@0.62 opacity 0.79 × fill opacity 0.7 */
.geo-banner__overlay {
	position: absolute;
	inset: 0;
	background: rgba(84, 121, 184, 0.553);
	pointer-events: none;
}

.geo-banner__container {
	position: relative;
	z-index: 1;
	width: calc(100% - 7.0416666666vw);
	margin: 0 3.5208333333vw;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.geo-banner__bc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px;
	width: max-content;
	max-width: 100%;
}

.geo-banner__bc-link,
.geo-banner__bc-current,
.geo-banner__bc-sep {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
}

.geo-banner__bc-sep {
	font-weight: 500;
}

.geo-banner__bc-link {
	color: #ffffff;
	text-decoration: none;
}

.geo-banner__bc-link:hover,
.geo-banner__bc-link:focus-visible {
	text-decoration: underline;
}

.geo-banner__bc-sep,
.geo-banner__bc-current {
	color: #ffffff;
}

.geo-banner__grid {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: clamp(24px, 2.8645833333vw, 55px);
	flex: 1 1 auto;
}

.geo-banner__main {
	flex: 1 1 886px;
	max-width: 886px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 31px;
}

/* Frame 328 */
.geo-banner__card {
	width: 886px;
	max-width: 100%;
	min-height: 340px;
	padding: 20px 40px;
	background: rgba(51, 51, 51, 0.9);
	border-radius: 34px;
	box-sizing: border-box;
}

/* Frame 325 */
.geo-banner__card-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 30px 0;
	max-width: 806px;
}

.geo-banner__title {
	margin: 0;
	max-width: 806px;
	font-family: Inter, sans-serif;
	font-size: 34px;
	line-height: 50px;
	font-weight: 700;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #ffffff;
}

.geo-banner__text {
	margin: 0;
	max-width: 706px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.8);
}

.geo-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	box-sizing: border-box;
	width: auto;
	min-width: 318px;
	height: 55px;
	min-height: 55px;
	max-height: 55px;
	margin-left: 40px;
	padding: 17px 25px;
	border-radius: 7px;
	background: #f34a46;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	box-shadow: 0 0 10px rgba(204, 0, 0, 0.4);
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.geo-banner__cta:hover,
.geo-banner__cta:focus-visible {
	background: #c41c19;
	box-shadow: 0 0 10px rgba(204, 0, 0, 0.6);
}

.geo-banner__map--in-card {
	display: none;
}

.geo-banner__map--aside {
	flex: 0 1 750px;
	width: min(100%, 750px);
	height: auto;
	max-height: 390px;
	object-fit: contain;
	object-position: right bottom;
}

/* Frame 530 (9461:16647) — shell: intro + line + assortment */
.geo-shell {
	position: relative;
	z-index: 2;
	margin-top: -79px;
	box-sizing: border-box;
	width: 100%;
	padding: var(--geo-pad-top) var(--geo-pad-inline) var(--geo-pad-bottom);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 30px;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 35.43%, #f6f6f6 96.63%);
	border-radius: 80px 80px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Line 9 (9461:16656) */
.geo-shell__line {
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* Frame 528 (9461:16648) — intro */
.geo-intro__inner {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 14.6354166667vw;
}

@media (min-width: 1920px) {
	.geo-intro__inner {
		gap: 281px;
	}
}

.geo-intro__lead {
	flex: 0 0 35.7291666667vw;
	width: 35.7291666667vw;
	max-width: 686px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 2.6041666667vw;
	min-width: 0;
}

@media (min-width: 1920px) {
	.geo-intro__lead {
		flex-basis: 686px;
		width: 686px;
		gap: 50px;
	}
}

.geo-intro__title {
	margin: 0;
	width: 100%;
	max-width: 686px;
	font-family: Inter, sans-serif;
	font-size: 2.5vw;
	line-height: 3.6458333333vw;
	font-weight: 600;
	letter-spacing: 0;
	color: #333333;
}

@media (min-width: 1920px) {
	.geo-intro__title {
		font-size: 48px;
		line-height: 70px;
	}
}

.geo-intro__truck {
	display: block;
	width: 24.1145833333vw;
	max-width: 463px;
	height: auto;
	aspect-ratio: 463 / 191;
	object-fit: cover;
	object-position: center center;
}

@media (min-width: 1920px) {
	.geo-intro__truck {
		width: 463px;
		height: 191px;
	}
}

.geo-intro__aside {
	flex: 1 1 auto;
	width: 38.6197916667vw;
	max-width: 741.5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3.125vw;
	min-width: 0;
}

@media (min-width: 1920px) {
	.geo-intro__aside {
		width: auto;
		gap: 60px;
	}
}

.geo-intro__text {
	margin: 0;
	max-width: 573px;
	width: 29.84375vw;
	font-family: Inter, sans-serif;
	font-size: 0.9375vw;
	line-height: 1.5625vw;
	font-weight: 400;
	letter-spacing: 0;
	color: #333333;
}

@media (min-width: 1920px) {
	.geo-intro__text {
		width: 573px;
		font-size: 18px;
		line-height: 30px;
	}
}

/* Component 32 — logo marquee 741.5×141.5 */
.geo-intro__logos {
	box-sizing: border-box;
	position: relative;
	width: 741.5px;
	max-width: 100%;
	height: 141.5px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow: clip;
	contain: paint;
	isolation: isolate;
	line-height: 0;
}

.geo-intro__logos-track {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 25px;
	width: max-content;
	height: 100%;
	padding: 6px 5px;
	animation: geo-intro-logos-marquee 28s linear infinite;
}

.geo-intro__logo {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	gap: 10px;
	padding: 15px 20px;
	background: #ffffff;
	border-radius: 7px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	line-height: 0;
}

.geo-intro__logo--cdek {
	width: 102px;
	height: 48px;
	flex-direction: column;
}

.geo-intro__logo--post {
	width: 167px;
	height: 48px;
	flex-direction: column;
}

.geo-intro__logo--dpd {
	width: 98px;
	height: 48px;
}

.geo-intro__logo--dl {
	width: 203px;
	height: 48px;
}

.geo-intro__logo-mark {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
}

.geo-intro__logo--cdek .geo-intro__logo-mark {
	width: 62px;
	height: 18px;
}

.geo-intro__logo--post .geo-intro__logo-mark {
	width: 127px;
	height: 18px;
}

.geo-intro__logo--dpd .geo-intro__logo-mark--icon {
	width: 16px;
	height: 18px;
}

.geo-intro__logo--dpd .geo-intro__logo-mark--text {
	width: 32px;
	height: 18px;
}

.geo-intro__logo--dl .geo-intro__logo-mark--icon {
	width: 21px;
	height: 18px;
}

.geo-intro__logo--dl .geo-intro__logo-mark--text {
	width: 132px;
	height: 13px;
}

.geo-intro__logo-sep {
	position: relative;
	flex: 0 0 0;
	width: 0;
	height: 20px;
}

.geo-intro__logo-sep::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 20px;
	background: rgba(216, 216, 216, 0.5);
	transform: translateX(-50%);
}

@keyframes geo-intro-logos-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.geo-intro__logos-track {
		animation: none;
	}
}

/* Frame 529 (9461:16657) — assortment */
.geo-assort {
	width: 100%;
	min-width: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.geo-assort__title {
	box-sizing: border-box;
	margin: 0;
	padding: 0 5px;
	width: max-content;
	max-width: none;
	font-family: Inter, sans-serif;
	font-size: 34px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0;
	color: #333333;
	white-space: nowrap;
}

.geo-assort__grid {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 10px;
	padding: 2px;
}

.geo-assort__row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
}

.geo-assort__card-toggle,
.geo-assort__card-panel,
.geo-assort__card-thumb {
	display: none;
}

.geo-assort__card-desktop {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 100%;
	min-height: 360px;
	padding: 20px;
	background: #ffffff;
	border: 0;
	border-radius: 20px;
	box-shadow: 0 0 0 1px #dadada;
	transition: box-shadow 0.25s ease;
}

.geo-assort__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	height: 100%;
	container-type: inline-size;
	container-name: geo-assort-card;
}

.geo-assort__card-body {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 25px;
}

.geo-assort__card-title-wrap {
	margin: 0;
}

.geo-assort__card-title {
	display: inline;
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 24px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0;
	color: rgba(51, 51, 51, 0.9);
	text-decoration: none;
	transition: color 0.2s ease;
}

.geo-assort__card-title:hover,
.geo-assort__card-title:focus-visible {
	color: var(--geo-color-brand);
}

.geo-assort__card-item {
	margin: 0;
	width: 100%;
	min-width: 0;
}

.geo-assort__card-link {
	display: block;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 0;
	color: rgba(51, 51, 51, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
	overflow-wrap: anywhere;
}

.geo-assort__card-link:hover,
.geo-assort__card-link:focus-visible {
	color: var(--geo-color-brand);
}

.geo-assort__card-desktop:hover {
	box-shadow:
		0 0 0 1px #dadada,
		0 4px 14px rgba(0, 0, 0, 0.08);
}

.geo-assort__card-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.geo-assort__card-media {
	box-sizing: border-box;
	flex: 0 0 auto;
	width: 100%;
	min-width: 0;
	height: auto;
	max-height: 170px;
	margin-top: auto;
	padding: 0 10px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;
}

.geo-assort__card-img {
	display: block;
	width: auto;
	max-width: min(193px, 100%);
	height: auto;
	max-height: 134px;
	margin: 0 auto;
	object-fit: contain;
	object-position: center bottom;
	transition: transform 0.3s ease;
}

.geo-assort__card-desktop:hover .geo-assort__card-img {
	transform: scale(1.04);
}

/* Frame 562 (9461:16670) — about */
.geo-about {
	box-sizing: border-box;
	width: 100%;
	min-height: 533px;
	padding: 60px var(--geo-pad-inline);
	background: #f6f6f6;
	border-top: 1px solid #eaeaea;
	border-bottom: 0;
}

.geo-about__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
}

.geo-about__head {
	width: max-content;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	margin: 0;
}

.geo-about__title {
	margin: 0;
	width: max-content;
	max-width: 100%;
	font-family: Inter, sans-serif;
	font-size: 34px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0;
	color: #333333;
	white-space: nowrap;
}

.geo-about__text {
	margin: 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 0;
	color: #333333;
}

.geo-about__features {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	max-width: none;
	position: relative;
}

.geo-about__feature {
	position: relative;
	box-sizing: border-box;
	flex: 1 1 0;
	width: auto;
	min-width: 0;
	height: 181px;
	padding: 0;
	background: #ffffff;
	border-radius: 30px;
	overflow: visible;
}

.geo-about__feature-inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	width: max-content;
	max-width: calc(100% - 64px);
	margin: 38px 0 0 32px;
}

.geo-about__feature-icon-wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 5px;
	width: 44px;
	height: 35px;
}

.geo-about__feature-icon {
	display: block;
	width: 34px;
	height: 25px;
	object-fit: contain;
}

.geo-about__feature-body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.geo-about__feature-action {
	position: relative;
	display: inline-block;
}

.geo-about__feature-title {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #000000;
}

.geo-about__feature-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
	background: none;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	cursor: pointer;
}

.geo-about__feature-link:hover,
.geo-about__feature-link:focus-visible,
.geo-about__feature.is-open .geo-about__feature-link {
	color: var(--geo-color-brand);
	border-bottom-color: var(--geo-color-brand);
}

.geo-about__popup {
	position: absolute;
	box-sizing: border-box;
	width: 574px;
	max-width: min(574px, 70vw);
	padding: 20px;
	background: #ffffff;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
	z-index: 10051;
	overflow: visible;
	pointer-events: auto;
}

.geo-about__popup.is-fixed {
	position: fixed;
	z-index: 10051;
}

.geo-about__popup.is-mobile {
	left: 50% !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	width: min(574px, calc(100vw - 32px)) !important;
	max-width: calc(100vw - 32px) !important;
	border-radius: 16px !important;
	margin: 0;
	transform: translate(-50%, -50%);
}

.geo-about__popup--above-right {
	left: calc(100% + 12px);
	bottom: 0;
	border-radius: 20px 20px 20px 0;
}

.geo-about__popup--below-right {
	left: calc(100% + 12px);
	top: 100%;
	margin-top: 12px;
	border-radius: 0 20px 20px 20px;
}

.geo-about__popup--below-left {
	right: calc(100% + 12px);
	top: 100%;
	margin-top: 12px;
	border-radius: 20px 0 20px 20px;
}

.geo-about__popup--above-left {
	right: calc(100% + 12px);
	bottom: 0;
	border-radius: 20px 20px 0 20px;
}

.geo-about__popup[hidden] {
	display: none !important;
}

.geo-about__popup-text {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0;
	color: #000000;
}

.geo-about__popup-accent {
	color: #22c55e;
	font-weight: 600;
}

.geo-about__overlay {
	position: fixed;
	inset: 0;
	z-index: 10050;
	background: rgba(51, 51, 51, 0.55);
	cursor: pointer;
}

.geo-about__overlay[hidden] {
	display: none !important;
}

/* Component 53 (9713:10344) — support form */
.geo-support-wrap {
	box-sizing: border-box;
	margin: 0;
	padding: 0 3.5208333333vw 69px;
	background: #f6f6f6;
}

.geo-support__panel {
	position: relative;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 576px;
	align-items: center;
	column-gap: clamp(24px, 5vw, 97px);
	width: 100%;
	max-width: none;
	height: 475px;
	margin: 0;
	padding: 0 clamp(40px, 5.2vw, 100px);
	overflow: visible;
	border-radius: 30px;
	box-shadow: 0 10px 14px rgba(51, 51, 51, 0.4);
}

.geo-support__bg {
	position: absolute;
	inset: 0;
	border-radius: 30px;
	overflow: hidden;
	background: #333333 url('../img/geo-support-bg.jpg') center / cover no-repeat;
	background-image: var(--geo-support-bg, url('../img/geo-support-bg.jpg'));
	pointer-events: none;
}

.geo-support__content {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	justify-self: start;
	align-self: center;
	width: min(888px, 100%);
	max-width: 888px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.geo-support__head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 23px;
	width: 100%;
}

.geo-support__title {
	margin: 0;
	width: 100%;
	font-family: Inter, sans-serif;
	font-size: 38px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: 0;
	color: #ffffff;
}

.geo-support__text {
	margin: 0;
	max-width: 888px;
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 0;
	color: #ffffff;
}

.geo-support__form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 400px;
	max-width: 100%;
}

.geo-support__form-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	width: 400px;
	max-width: 100%;
}

.geo-support__consent {
	width: 100%;
	margin-top: -4px;
}

.geo-support__consent .checkbox__text {
	color: rgba(255, 255, 255, 0.5);
	font-family: Inter, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}

.geo-support__consent .checkbox__text a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: underline;
}

.geo-support__consent .checkbox__text:before {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.geo-support__consent .checkbox__input:checked + .checkbox__text:before {
	background: url("/local/templates/main/img/svg/check.svg") center no-repeat;
}

.geo-support__error {
	width: 100%;
	color: #ffb4b4;
	font-family: Inter, sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

.geo-support__error[hidden] {
	display: none !important;
}

.geo-support__fields {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}

.geo-support__field {
	position: relative;
	display: block;
	width: 100%;
}

.geo-support__float-label {
	position: absolute;
	left: 15px;
	top: -7px;
	z-index: 1;
	padding: 0 4px;
	background: #333333;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.geo-support__field.is-filled .geo-support__float-label {
	opacity: 1;
}

.geo-support__input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 50px;
	padding: 15px 10px;
	border: 1px solid rgba(229, 229, 229, 0.7);
	border-radius: 8px;
	background: #333333;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #ffffff;
	caret-color: #dddddd;
	transition: border-color 0.15s ease;
}

.geo-support__input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.geo-support__field.is-filled .geo-support__input::placeholder {
	color: transparent;
}

.geo-support__input:focus,
.geo-support__field.is-focused .geo-support__input {
	border-color: #ffffff;
	outline: none;
}

.geo-support__submit {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: 52px;
	min-height: 52px;
	margin-top: 14px;
	padding: 15px 25px;
	border: 0;
	border-radius: 7px;
	background: #005dfa;
	font-family: Inter, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.2s ease;
}

.geo-support__submit:hover,
.geo-support__submit:focus-visible {
	background: #0041af;
}

.geo-support__content.is-success {
	gap: 60px;
}

.geo-support__success {
	width: auto;
	max-width: none;
	padding: 0;
	background: none;
	border-radius: 0;
}

.geo-support__submit--new {
	height: 49px;
	min-height: 49px;
	margin-top: 0;
	padding: 15px 50px;
	font-size: 16px;
	line-height: 19px;
}

.geo-support__photo {
	position: relative;
	top: -22.5px;
	right: auto;
	justify-self: end;
	align-self: start;
	z-index: 1;
	display: block;
	width: 576px;
	height: 498px;
	max-width: 100%;
	object-fit: cover;
	object-position: center top;
	pointer-events: none;
}

/* Скрыть виджеты сайта на прототипе geo-landing для pixel-perfect QA */
body:has(.geo-page) .messengers-notice,
body:has(.geo-page) .cookie-disclaimer,
body:has(.geo-page) .b24-widget-button-wrapper,
body:has(.geo-page) .b24-widget-button-block,
body:has(.geo-page) .b24-widget-button-position-bottom-right,
body:has(.geo-page) [class*="b24-widget"] {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body:has(.geo-page) .popup {
	overflow: clip;
	max-width: 100vw;
	contain: strict;
}

body:has(.geo-page) .popup__content {
	max-width: 100%;
	overflow-x: clip;
}

body:has(.geo-page) {
	overflow-x: clip;
	scrollbar-gutter: stable;
}

html:has(.geo-page) {
	scrollbar-gutter: stable;
	overflow-y: scroll;
}

@media (min-width: 1000px) and (max-width: 1599px) {
	.geo-intro__inner {
		gap: clamp(24px, 4vw, 80px);
	}

	.geo-intro__lead {
		flex: 1 1 320px;
		width: auto;
		max-width: 52%;
	}

	.geo-intro__aside {
		flex: 1 1 300px;
		width: auto;
		max-width: 48%;
	}

	.geo-about__features {
		flex-wrap: wrap;
	}

	.geo-about__feature {
		flex: 1 1 calc(50% - 5px);
		min-width: min(100%, 240px);
	}
}

@media (min-width: 1000px) and (max-width: 1366px) {
	.geo-banner__grid {
		gap: clamp(16px, 2vw, 40px);
	}

	.geo-banner__map--aside {
		flex: 0 1 min(100%, 420px);
		max-height: min(36vw, 320px);
	}

	.geo-banner__cta {
		min-width: 0;
		margin-left: 0;
		white-space: normal;
		text-align: center;
	}

	.geo-about__title {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.geo-assort__title {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
	}
}

.geo-support__form[hidden],
.geo-support__success[hidden] {
	display: none !important;
}

@media (min-width: 1101px) {
	.geo-assort__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		align-items: stretch;
		gap: 10px;
	}

	.geo-assort__card {
		min-width: 0;
		height: auto;
	}

	.geo-assort__card-desktop {
		display: flex;
	}

	.geo-banner__map--in-card {
		display: none !important;
	}

	.geo-banner__map--aside {
		display: block;
	}
}

@media (max-width: 1602px) and (min-width: 1101px) {
	.geo-assort__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Figma row (566×360): пока карточка >= 566px, иначе column */
@container geo-assort-card (min-width: 560px) {
	.geo-assort__card-desktop {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 45px;
		height: auto;
		min-height: 360px;
	}

	.geo-assort__card-body {
		flex: 0 0 240px;
		width: 240px;
		min-width: 0;
		gap: 25px;
	}

	.geo-assort__card-media {
		flex: 0 0 241px;
		width: 241px;
		min-width: 0;
		height: 320px;
		max-height: 320px;
		margin-top: 0;
		padding: 10px;
		align-self: flex-start;
		justify-content: center;
		align-items: center;
	}

	.geo-assort__card-img {
		width: 193px;
		height: 134px;
		max-width: 193px;
		max-height: 134px;
		margin: 0;
		object-position: center center;
	}
}

@media (max-width: 1100px) {
	.geo-page {
		--geo-pad-inline: clamp(15px, 4.1vw, 40px);
		padding-bottom: 88px; /* для мобильной версии */
		overflow-x: clip;
	}

	.geo-banner {
		height: auto;
		min-height: 0;
		max-height: none;
		margin-top: var(--geo-header-offset);
		padding-top: 0;
		padding-bottom: 73px;
		background: #5479b8;
	}

	.geo-banner__bg,
	.geo-banner__overlay {
		display: none !important;
	}

	.geo-banner__map--in-card,
	.geo-banner__map--aside,
	.geo-intro__truck,
	.geo-assort__card-img,
	.geo-support__photo {
		max-width: 100%;
		height: auto;
	}

	.geo-banner__container {
		width: 100%;
		margin: 0;
		padding: 27px 14.5px 0;
	}

	.geo-banner__bc {
		padding: 5px 0;
		gap: 5px;
	}

	.geo-banner__bc-link,
	.geo-banner__bc-current,
	.geo-banner__bc-sep {
		font-size: 12px;
		line-height: 21px;
	}

	.geo-banner__bc-link,
	.geo-banner__bc-sep,
	.geo-banner__bc-current {
		color: #ffffff;
	}

	.geo-banner__bc-sep {
		font-size: 14px;
		font-weight: 500;
	}

	.geo-banner__grid {
		flex-direction: column;
		align-items: stretch;
		gap: 15px;
	}

	.geo-banner__main {
		flex: none;
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		gap: 26px;
	}

	.geo-banner__card {
		width: 100%;
		min-height: 0;
		padding: 40px 34px;
		border-radius: 35px;
		background-color: rgba(51, 51, 51, 0.9);
		background-image:
			linear-gradient(rgba(51, 51, 51, 0.82), rgba(51, 51, 51, 0.82)),
			url('../img/geo-banner-city.jpg');
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.geo-banner__card-body {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 0;
		max-width: 100%;
	}

	.geo-banner__title {
		max-width: 100%;
		font-size: 26px;
		line-height: 37px;
		font-weight: 600;
		letter-spacing: -0.01em;
		overflow-wrap: anywhere;
	}

	.geo-banner__map--aside {
		display: none;
	}

	.geo-banner__map--in-card {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		object-fit: contain;
		object-position: center;
	}

	.geo-banner__text {
		max-width: 100%;
		font-size: 14px;
		line-height: 25px;
		color: #ffffff;
	}

	.geo-banner__cta {
		align-self: center;
		width: min(100%, 318px);
		min-width: 0;
		max-width: 318px;
		margin: 0 auto;
		height: 59px;
		min-height: 59px;
		padding: 19px 25px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.02em;
		white-space: normal;
		text-align: center;
		box-shadow: none;
	}

	.geo-shell {
		margin-top: -40px;
		padding: 56px 0 0;
		gap: 30px;
		border-radius: 40px 40px 0 0;
		border-bottom: 0;
		overflow: hidden;
		background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #f6f6f6 100%);
	}

	.geo-intro__inner {
		flex-direction: column;
		gap: 30px;
		padding: 0 40px;
	}

	.geo-intro__lead {
		flex: none;
		width: 100%;
		max-width: 100%;
		gap: 50px;
	}

	.geo-intro__title {
		font-size: 24px;
		line-height: 37px;
		overflow-wrap: anywhere;
	}

	.geo-intro__truck {
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: auto;
		object-fit: contain;
	}

	.geo-intro__aside {
		width: 100%;
		max-width: 100%;
		gap: 10px;
	}

	.geo-intro__text {
		width: 100%;
		max-width: 100%;
		font-size: 14px;
		line-height: 25px;
	}

	.geo-intro__logos,
	.home-marquee {
		width: calc(100% + 50px);
		max-width: calc(100vw - 30px);
		height: 52px;
		margin: 0 -25px;
		padding: 0;
	}

	.home-marquee .geo-intro__logos-track {
		gap: 12px;
		padding: 4px;
	}

	.home-marquee .geo-intro__logo {
		gap: 6px;
		padding: 8px 12px;
		border-radius: 5px;
	}

	.home-marquee .geo-intro__logo--cdek {
		width: 78px;
		height: 36px;
	}

	.home-marquee .geo-intro__logo--post {
		width: 128px;
		height: 36px;
	}

	.home-marquee .geo-intro__logo--dpd {
		width: 76px;
		height: 36px;
	}

	.home-marquee .geo-intro__logo--dl {
		width: 156px;
		height: 36px;
	}

	.home-marquee .geo-intro__logo--cdek .geo-intro__logo-mark {
		width: 48px;
		height: 14px;
	}

	.home-marquee .geo-intro__logo--post .geo-intro__logo-mark {
		width: 96px;
		height: 14px;
	}

	.home-marquee .geo-intro__logo--dpd .geo-intro__logo-mark--icon {
		width: 12px;
		height: 14px;
	}

	.home-marquee .geo-intro__logo--dpd .geo-intro__logo-mark--text {
		width: 24px;
		height: 14px;
	}

	.home-marquee .geo-intro__logo--dl .geo-intro__logo-mark--icon {
		width: 16px;
		height: 14px;
	}

	.home-marquee .geo-intro__logo--dl .geo-intro__logo-mark--text {
		width: 100px;
		height: 10px;
	}

	.home-marquee .geo-intro__logo-sep {
		height: 16px;
	}

	.home-marquee .geo-intro__logo-sep::before {
		height: 16px;
	}

	.geo-shell__line {
		width: 100%;
		margin: 0;
	}

	.geo-assort {
		gap: 30px;
		padding: 0 15px;
	}

	.geo-assort__title {
		width: 100%;
		max-width: 100%;
		text-align: center;
		white-space: normal;
		font-size: 22px;
		line-height: 30px;
		overflow-wrap: anywhere;
	}

	.geo-assort__grid {
		display: flex;
		flex-direction: column;
		gap: 0;
		background: #ffffff;
		border-radius: 16px;
		overflow: hidden;
	}

	.geo-assort__card {
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.geo-assort__card:last-child {
		border-bottom: 0;
	}

	.geo-assort__card-desktop {
		display: none;
	}

	.geo-assort__card-toggle {
		display: flex;
		align-items: center;
		gap: 15px;
		width: 100%;
		min-height: 111px;
		padding: 0 9px;
		border: 0;
		background: #ffffff;
		cursor: pointer;
		text-align: left;
	}

	.geo-assort__card-thumb {
		display: block;
		flex: 0 0 35px;
		width: 35px;
		min-width: 35px;
		height: 25px;
		max-width: none;
		object-fit: contain;
	}

	.geo-assort__card-toggle-title {
		flex: 1 1 auto;
		min-width: 0;
		font-family: Inter, sans-serif;
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		color: rgba(51, 51, 51, 0.9);
	}

	.geo-assort__card-chevron {
		flex: 0 0 45px;
		width: 45px;
		height: 45px;
		border-radius: 7px;
		background: rgba(204, 204, 204, 0.2);
		position: relative;
	}

	.geo-assort__card-chevron::before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		width: 8px;
		height: 8px;
		border-right: 2px solid #333333;
		border-bottom: 2px solid #333333;
		transform: translate(-60%, -50%) rotate(-45deg);
		transition: transform 0.2s ease;
	}

	.geo-assort__card.is-open .geo-assort__card-chevron::before {
		transform: translate(-50%, -40%) rotate(-135deg);
	}

	.geo-assort__card-panel {
		display: block;
	}

	.geo-assort__card-panel[hidden] {
		display: none !important;
	}

	.geo-assort__card-panel .geo-assort__card-links {
		gap: 5px;
		padding: 0 0 16px;
	}

	.geo-assort__card-panel .geo-assort__card-link {
		display: block;
		padding: 16px 54px;
		font-size: 16px;
		line-height: 22px;
	}

	.geo-about {
		margin-top: 0;
		padding: 45px 15px 44px;
		min-height: 0;
		background: #f6f6f6;
		border-top: 0;
	}

	.geo-about__inner {
		gap: 24px;
	}

	.geo-about__head {
		padding: 0 15px;
		gap: 16px;
	}

	.geo-about__title {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		font-size: 22px;
		line-height: 30px;
		overflow-wrap: anywhere;
	}

	.geo-about__text {
		font-size: 14px;
		line-height: 25px;
	}

	.geo-about__features {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 10px;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.geo-about__features::-webkit-scrollbar {
		display: none;
	}

	.geo-about__feature {
		flex: 0 0 153px;
		width: 153px;
		min-width: 153px;
		height: 165px;
		border-radius: 15px;
	}

	.geo-about__feature-inner {
		width: 100%;
		max-width: calc(100% - 30px);
		height: calc(100% - 40px);
		margin: 20px 15px;
		gap: 14px;
	}

	.geo-about__feature-body {
		flex: 1;
		width: 100%;
		min-height: 42px;
		gap: 10px;
	}

	.geo-about__feature-action {
		margin-top: auto;
	}

	.geo-about__feature-title {
		font-size: 16px;
		line-height: 21px;
		min-height: 42px;
	}

	.geo-about__feature-icon {
		display: block;
		width: 34px;
		height: 25px;
		max-width: none;
		object-fit: contain;
	}

	.geo-about__feature-icon-wrap {
		flex-shrink: 0;
	}

	.geo-about__feature-link {
		font-size: 14px;
		line-height: 21px;
	}

	.geo-support-wrap {
		padding: 0 15px 44px;
		background: #f6f6f6;
	}

	.geo-support__panel {
		display: block;
		height: auto;
		min-height: 0;
		padding: 0;
		border-radius: 30px;
		box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	}

	.geo-support__content {
		justify-self: stretch;
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 40px 27px;
		gap: 49px;
	}

	.geo-support__head {
		gap: 30px;
	}

	.geo-support__title {
		font-size: 22px;
		line-height: 30px;
		overflow-wrap: anywhere;
	}

	.geo-support__text {
		font-size: 16px;
		line-height: 25px;
	}

	.geo-support__form {
		width: 100%;
		gap: 50px;
	}

	.geo-support__fields {
		gap: 26px;
	}

	.geo-support__submit {
		width: 100%;
		height: 49px;
		min-height: 49px;
		font-size: 16px;
	}

	.geo-support__photo {
		display: none;
	}
}

@media (max-width: 767px) {
	.geo-about__feature {
		flex: 0 0 153px;
	}
}

@media (max-width: 480px) {
	.geo-banner__bc {
		width: 100%;
	}

	.geo-about__popup {
		max-width: calc(100vw - 32px);
	}
}
