.page-contacts {
  margin-top: var(--step2);
}
.map {
	overflow: hidden;
}
#map {
	background: var(--color5);
	width: 100%;
	height: 100%;
	min-height: 400px;
}
.page-contacts .contacts .title {
	font-weight: 600;
	color: var(--color1);
}



div.elements.ContactsMain {
	font-size: 120%;
	line-height: 140%;
}

div.elements.ContactsMain div.items div.item div.title {
	font-weight: 700;
}

div.elements.ContactsForm {
	width: 70%;
	
	margin-bottom: 50px;
}

div.elements.ContactsForm label.pps_area textarea {
	height: 135px;
}

@media screen and (max-width: 768px) {
	div.elements.ContactsForm {
		width: 100%;
	}
}