.contacts__map .map-wrap.contacts-osm {
	position: relative;
	overflow: hidden;
	min-height: 360px;
	height: 100%;
	border-radius: 4px;
	background: #eee8e3;
}

.contacts-osm__map {
	width: 100%;
	height: 100%;
	min-height: 360px;
	z-index: 1;
}

.contacts-osm__link {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 400;
	padding: 6px 10px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.92);
	color: #513e37;
	font-family: Golos, serif;
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(66, 53, 41, 0.18);
}

.contacts-osm__link:hover {
	color: #2f2622;
	text-decoration: underline;
}

.contacts-osm noscript {
	display: block;
	height: 100%;
	min-height: 360px;
}

.contacts-osm noscript iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

@media (max-width: 991px) {
	.contacts__map .map-wrap.contacts-osm,
	.contacts-osm__map,
	.contacts-osm noscript,
	.contacts-osm noscript iframe {
		min-height: 300px;
	}
}
