.other_dealers_block {
	
}

.other_realers_title {
	font-size: 18px;
	margin-bottom: 15px;
}

.other_dealers_item {
	margin-bottom: 5px;
}

/* DETAIL */
.dealer_detail_top {
	display: flex;
}
.dealer_detail_top .contacts_map {
	width: calc(100% - 400px);
}
.dealer_detail_top .store_description {
	margin: 0 0 0 24px;
	padding: 24px;
	border: 1px solid lightgray;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-self: flex-start;
	width: calc(400px - 24px);
}
/* end  DETAIL */