/* BelingoGeo popup: карточки городов */

.pop-up .popup-window-titlebar {
	background: #006e96 !important;
}

/* Центрирование без flex — иначе контент иногда схлопывается до 0 */#cityChange.city-change--cards {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	transform: translate(-50%, -50%) !important;
	max-height: 90vh;
	max-width: calc(100vw - 32px);
	overflow: visible;
}

#cityChange.city-change--cards .popup-window-content {
	overflow: visible;
	float: none;
	min-height: 80px;
}

#cityChange.city-change--cards .bx-sls {
	border-bottom: none;
}

.popup-window-overlay {
	position: fixed !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 425px) {
	#cityChange.city-change--cards {
		width: min(426px, calc(100vw - 32px)) !important;
		margin-left: 0 !important;
	}
}

.city-change--cards .quick-locations {
	margin-top: 0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	height: auto !important;
	max-height: calc(90vh - 72px);
}

#cityChange.city-change--cards .quick-locations__values__container {
	min-height: 60px;
}

.city-change--cards .quick-locations__title {
	display: none;
}

.city-change--cards .belingogeo-popup-cities {
	padding: 0;
}

.city-change--cards .quick-locations__values__container {
	width: 100%;
}

.city-change--cards .belingogeo-cities-list {
	display: block;
	flex-wrap: unset;
	padding: 0;
	margin: 0;
	list-style: none;
}

.city-change--cards .belingogeo-city-card {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d8e8ef;
}

.city-change--cards .belingogeo-city-card:last-child {
	border-bottom: none;
}

.city-change--cards .belingogeo-city-card__body {
	padding: 20px 0;
}

.city-change--cards .belingogeo-city-card__address {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
	margin-bottom: 10px;
}

.city-change--cards .belingogeo-city-card__phone,
.city-change--cards .belingogeo-city-card__email {
	display: block;
	font-size: 15px;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
	margin-bottom: 4px;
}

.city-change--cards .belingogeo-city-card__phone:hover,
.city-change--cards .belingogeo-city-card__email:hover {
	color: #006e96;
}

.city-change--cards .belingogeo-city-card__btn {
	display: inline-block;
	margin-top: 14px;
	padding: 12px 28px;
	border: none;
	border-radius: 999px;
	background: #006e96;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease;
}

.city-change--cards .belingogeo-city-card__btn:hover {
	background: #005a7a;
	color: #fff;
}

.city-change--cards .quick-locations__val {
	width: auto;
	padding: 0;
}

.city-change--cards .quick-locations__val:hover {
	background: transparent;
	color: inherit;
}
