.mc-dealer-select-btn {
	display: inline-block;
	margin-top: 12px;
	padding: 10px 16px;
	border: none;
	border-radius: 6px;
	background: #e30613;
	color: #ffffff;
	font-family: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
}

.mc-dealer-select-btn:hover,
.mc-dealer-select-btn:focus {
	opacity: 0.92;
	outline: none;
}

.ymaps-balloon .mc-dealer-select-btn {
	margin-top: 10px;
}

/* Yandex Maps balloon — remove shadow (class suffix changes with API version) */
[class*="ymaps-"][class*="-balloon"],
[class*="ymaps-"][class*="-balloon__"],
[class*="ymaps-"][class*="-balloon_layout"],
.ymaps-balloon,
.ymaps-balloon__content,
.ymaps-balloon__layout {
	box-shadow: none !important;
	filter: none !important;
	-webkit-filter: none !important;
}
