.contacts-ext>.items {
	margin-bottom: 15px;
}
.contacts-ext>.items>.item {
	position: relative;
}
.contacts-ext>.items>.item>.text {
	background: var(--color7);
	padding: 30px;
}
.contacts-ext>.items>.item>.text .city {
	font-size: 20px;
	color: var(--color3);
}
.contacts-ext>.items>.item>.text .title {
	font-size: 32px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contacts-ext>.items>.item>.text .param {
	margin-top: 10px;
}
.contacts-ext>.items>.item>.img {
	position: relative;
	height: 500px;
}
.contacts-ext>.items>.item>.img .map {
	background: #f5f5f5;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
}