#maps_contact {
	display: inline-block;
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 1400px) {
	#maps_contact {
		height: 21.9780rem;
	}
}
@media only screen and (max-width: 600px) {
	#maps_contact {
		height: 43.72vw;
	}
}


.block-9 a.mail {
	font-weight: 500;
}
.block-9 a.tel {
	text-decoration: underline;
}
.block-9 a:hover {
	color: #6FC727;
}


.block-9 .swiper .swiper-slide-next {
	transform: unset;
}

.block-9 .descr-cont .swiper-button-next {
    right: 0px;
    top: unset;
    bottom: 0;
}
.block-9 .descr-cont .swiper-button-prev {
left: unset;
    right: 40px;
    top: unset;
    bottom: 0;
}
@media only screen and (max-width: 896px) {
	.block-9 .descr-cont .swiper-button-prev {
		right: 4vw;
	}
}
@media only screen and (max-width: 600px) {
	.block-9 .descr-cont .swiper-button-prev {
		right: 6vw;
	}
}
.block-9 .descr-cont.swiper .swiper-slide-prev {
    transform: translateX(0) scale(1);
}