.block_with_form__left {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:1fr 1fr;
	gap:20px;
}
.form__left-img {
	height:100%;
	width:100%;
	background-size:cover !important;

	background-repeat:no-repeat !important;
}
.form__left-img-1 {
	grid-row:1/3;
	grid-column:1;
	background:url(/contacts/img/galery-1.jpg);
	background-position:left !important;
}
.form__left-img-2 {
	grid-row:1/2;
	grid-column:2;
	background:url(/contacts/img/galery-2.jpg);
	background-position:bottom !important;
}
.form__left-img-3 {
	grid-row:2/3;
	grid-column:2;
	background:url(/contacts/img/galery-3.jpg);
	background-position:bottom !important;
}
.map {
	margin-bottom:40px;
}
.nwrp {
	white-space:nowrap !important;
}
.contacts_sblock  {
	margin-bottom:0;
}
@media (max-width:1050px) {
	.block_with_form__left {
		height:300px;
		gap:10px;
	}
	.contacts__fblock p  {
		font-size:16px;
	}
	.form--block__central--title,.subtitle {
		font-size:16px;
	}
}