/* K-DEZ promo map — match original hub layout */
.promo__column--map {
	padding: 0 !important;
	overflow: hidden;
}

.promo__column--map .promo__bg {
	display: none;
}

.promo-map {
	--logo-size: min(31.2%, 184px);
	--logo-top: 50%;
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #06153a url("bg.png") center / cover no-repeat;
	color: #fff;
	font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
	overflow: hidden;
}

.promo-map__lines {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
	overflow: visible;
}

.promo-map__lines line {
	stroke: rgba(255, 255, 255, 0.92);
	stroke-width: 1;
	stroke-linecap: round;
	vector-effect: non-scaling-stroke;
}

.promo-map__center {
	position: absolute;
	left: 50%;
	top: var(--logo-top);
	transform: translate(-50%, -50%);
	width: var(--logo-size);
	aspect-ratio: 1;
	z-index: 5;
}

.promo-map__center a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.promo-map__center img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.promo-map__group {
	position: absolute;
	z-index: 6;
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-width: 40%;
	background: none;
	padding: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.promo-map__head {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	text-decoration: none;
	color: #fff;
	width: fit-content;
	max-width: 100%;
}

.promo-map__head:hover .promo-map__title,
.promo-map__head:focus-visible .promo-map__title {
	opacity: 0.88;
}

.promo-map__icon {
	width: 60px;
	height: 60px;
	min-width: 60px;
	min-height: 60px;
	max-width: none;
	max-height: none;
	flex-shrink: 0;
	object-fit: contain;
	display: block;
}

.promo-map__title {
	margin: 0;
	font-size: clamp(13.8px, 1.44vw, 18.4px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0.01em;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.95);
	padding-bottom: 2px;
	text-align: center;
}

/* подчёркивание тянется к лого — стык с палочкой на ближнем конце */
.promo-map__group--dez .promo-map__title,
.promo-map__group--home .promo-map__title,
.promo-map__group--contract .promo-map__title {
	padding-right: 14px;
	box-decoration-break: clone;
}

.promo-map__group--pool .promo-map__title,
.promo-map__group--vet .promo-map__title {
	padding-left: 14px;
}

.promo-map__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.promo-map__list a {
	display: block;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-size: clamp(11.5px, 1.04vw, 14.4px);
	font-weight: 400;
	line-height: 1.32;
	padding: 0;
}

.promo-map__list a:hover,
.promo-map__list a:focus-visible {
	text-decoration: underline;
}

/* positions — 4 side blocks; contract bottom */
.promo-map__group--dez {
	top: calc(8% + 70px);
	left: 2.5%;
	align-items: flex-start;
	text-align: left;
}

.promo-map__group--dez .promo-map__list {
	text-align: left;
	align-self: flex-start;
}

.promo-map__group--pool {
	top: calc(8% + 70px);
	right: 2.5%;
	left: auto;
	align-items: flex-end;
	text-align: right;
	max-width: 42%;
}

.promo-map__group--pool .promo-map__head {
	margin-left: auto;
}

.promo-map__group--pool .promo-map__list {
	text-align: right;
	align-self: flex-end;
}

.promo-map__group--vet {
	top: calc(44% + 70px);
	right: 2.5%;
	left: auto;
	align-items: flex-end;
	text-align: right;
}

.promo-map__group--vet .promo-map__head {
	margin-left: auto;
}

.promo-map__group--vet .promo-map__list {
	text-align: right;
	align-self: flex-end;
}

.promo-map__group--home {
	top: calc(48% + 70px);
	left: 2.5%;
	align-items: flex-start;
	text-align: left;
}

.promo-map__group--home .promo-map__list {
	text-align: left;
	align-self: flex-start;
}

.promo-map__group--contract {
	top: auto;
	bottom: calc(3% + 50px);
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	text-align: center;
	max-width: 86%;
	width: 86%;
	z-index: 7;
}

.promo-map__group--contract .promo-map__head {
	margin: 0 auto;
}

.promo-map__group--contract .promo-map__list {
	padding: 2px 0 0;
	display: block;
	text-align: center;
}

.promo-map__group--contract .promo-map__list li {
	display: block;
}

.promo-map__group--contract .promo-map__list a {
	font-size: clamp(11.5px, 1.01vw, 13.8px);
	line-height: 1.28;
}

@media (max-width: 1199px) {
	.promo-map {
		--logo-size: min(28.8%, 156px);
		--logo-top: 50%;
	}
	.promo-map__icon {
		width: 51px;
		height: 51px;
		min-width: 51px;
		min-height: 51px;
		max-width: none;
		max-height: none;
	}
	.promo-map__group--home {
		top: calc(46% + 70px);
	}
	.promo-map__group--vet {
		top: calc(42% + 70px);
	}
}

@media (max-width: 1023px) {
	.promo-map {
		--logo-size: min(28%, 112px);
		--logo-top: 40%;
	}
	.promo-map__icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
		max-width: none;
		max-height: none;
	}
	.promo-map__title {
		font-size: clamp(11px, 2.8vw, 13px);
	}
	.promo-map__list a {
		font-size: clamp(9px, 2.4vw, 11px);
		line-height: 1.25;
	}
	.promo-map__group {
		max-width: 46%;
		gap: 2px;
	}
	.promo-map__group--dez,
	.promo-map__group--pool {
		top: 4%;
	}
	.promo-map__group--home {
		top: 48%;
	}
	.promo-map__group--vet {
		top: 46%;
	}
	.promo-map__group--contract {
		bottom: 1.5%;
		max-width: 92%;
		width: 92%;
	}
	.promo-map__group--contract .promo-map__list a {
		font-size: clamp(9px, 2.3vw, 11px);
	}
}

@media (max-width: 743px) {
	.promo-map {
		--logo-size: min(26%, 96px);
		--logo-top: 38%;
	}
	.promo-map__icon {
		width: 34px;
		height: 34px;
		min-width: 34px;
		min-height: 34px;
		max-width: none;
		max-height: none;
	}
	.promo-map__group--dez,
	.promo-map__group--pool {
		top: 2%;
	}
	.promo-map__group--home {
		top: 46%;
	}
	.promo-map__group--vet {
		top: 44%;
	}
	.promo-map__group--contract {
		bottom: 1%;
	}
}
