.map {
width: 70%;
	height: 460px;
	border-bottom: 2px solid #004A8D;
}

.contacts-left {
	width: 30%;
	padding-right: 30px;
}

.marker {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-25%);
}
.ymaps-2-1-79-searchbox,
.ymaps-2-1-79-gototaxi {
	display: none;
}
.ymaps-2-1-79-svg-icon {
	background-image: url("img/marker.svg")!important;
	width: 57px!important;
	height: 80px!important;
	background-size: 100%!important;
	transform: translate(-16px,-42px);
}

.ymaps-2-1-79-ground-pane canvas {
	filter: grayscale(1);
}

.contacts-name {
	font-weight: 700;
	font-size: 22px;
	line-height: 130%;
	/* or 29px */


	color: #004A8D;
	margin-bottom: 20px;
}

.contacts-prop-name {
	color: #004A8D;
}

.contacts-address {
	margin-bottom: 30px;
}

.contacts-phone {
	margin-bottom: 30px;
}

.contacts-prop-val a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	margin-bottom: 3px;
}

.contacts-item {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #B8B6B6;

}
.contacts-vk a,
.contacts-tg a,
.contacts-youtube a,
.contacts-email a {
	padding-left: 25px;
}
.contacts-vk a:before,
.contacts-tg a:before,
.contacts-youtube a:before,
.contacts-email a:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}
.contacts-email a:before {

	background: url("img/email.svg") center no-repeat;
}

.contacts-vk a:before {

	background: url("img/vk.svg") center no-repeat;
}
.contacts-youtube a:before {

	background: url("img/youtube.svg") center no-repeat;
}
.contacts-tg a:before {

	background: url("img/tg.svg") center no-repeat;
}
.ymaps-2-1-79-ground-pane,
.ymaps-2-1-79-ground-pane canvas {
	filter: grayscale(1);
}
@media (max-width: 992px){
	.contacts-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 34px;
	}
	.contacts-name {
		font-size: 22px;
		line-height: 130%;
		margin-bottom: 30px;
	}
	.contacts-address {
		margin-bottom: 20px;
	}
	.map {
		width: 100%;
		border-bottom: 2px solid #004A8D;
		height: 340px;
	}
	.contacts-item {
		padding-bottom: 40px;
		margin-bottom: 0;
		border-bottom: none;
	}
	.ymaps-2-1-79-ground-pane,
	.ymaps-2-1-79-ground-pane canvas {
		filter: grayscale(1);
	}

}
@media (max-width: 768px){
	.contacts-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 34px;
	}
	.contacts-name {
		font-size: 18px;
		line-height: 130%;
		margin-bottom: 30px;
	}
	.contacts-address {
		margin-bottom: 20px;
	}
	.map {
		width: 100%;
		border-bottom: 2px solid #004A8D;
		height: 340px;
	}
	.contacts-item {
		padding-bottom: 40px;
		margin-bottom: 0;
		border-bottom: none;
	}
	.ymaps-2-1-79-ground-pane,
	.ymaps-2-1-79-ground-pane canvas {
		filter: grayscale(1);
	}

}