.dealers-map {
	width: 100%;
	min-height: 600px;
	border-radius: 12px;
	overflow: hidden;
	background: #f3f3f3;
}

.dealers-map-layout .map {
	position: sticky;
	top: 110px; /* под шапку */
	align-self: start;
}

.dealers-map__notice {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid rgba(214, 31, 44, 0.25);
	border-radius: 10px;
	background: rgba(214, 31, 44, 0.06);
	font-size: 14px;
	line-height: 1.4;
}

.dealers-list__region + .dealers-list__region {
	margin-top: 18px;
}

.dealers-list__region-title {
	margin: 0 0 10px;
	font-size: 18px;
}

.dealers-list__item {
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px 12px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.dealers-list__item + .dealers-list__item {
	margin-top: 10px;
}

.dealers-list__item.is-active {
	border-color: rgba(214, 31, 44, 0.35);
	box-shadow: 0 0 0 3px rgba(214, 31, 44, 0.08);
}

.dealers-list__name {
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}

.dealers-list__address {
	display: block;
	font-size: 14px;
	line-height: 1.35;
	opacity: 0.9;
}

.dealers-list__cta {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	text-decoration: underline;
}

.dealers-list__cta:hover {
	text-decoration: underline;
}

.dealers-balloon__title {
	font-weight: 700;
	margin-bottom: 6px;
}
.dealers-balloon__address {
	margin-bottom: 10px;
	max-width: 200px;
}
.dealers-balloon__button {
	margin-top: 10px;

}

@media (max-width: 768px) {
	.dealers-map-layout .map {
		position: static;
		top: auto;
	}
	.dealers-map {
		min-height: 420px;
	}
}

