.wv-map {
	height: 400px;
	position: relative;
	overflow: hidden;
	border-top: 2px solid #155f93;
	border-bottom: 2px solid #155f93;
	width: calc(100% + 15px);
	margin-right: -15px;
	margin-left: -15px;
}
.wv-map-overlay {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0;
	position: absolute;
	width: 120%;
	top: 0;
	-moz-transform: rotate(114deg);
	-ms-transform: rotate(114deg);
	-webkit-transform: rotate(114deg);
	-o-transform: rotate(114deg);
	transform: rotate(114deg);
	right: 30%;
	height: 380%;
	background: rgb(0 79 143 / 90%);
	z-index: 1;
}
.wv-map-title {
	position: relative;
	padding-top: 25px;
	z-index: 1;
	display: inline-block;
}
.wv-map h3 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 25px;
}
.wv-map-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.mymap {
    height: 400px;
}
address {
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
    font-style: normal;
}
address p {
    position: relative;
    padding-left: 45px;
    font-weight: 300;
    margin-bottom: 0;
}
address p svg{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 34px;
	font-size: 33px !important;
}
address p + p {
    margin-top: 21px;
}
address .phone {
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: -5px;
}
address .hours svg{top: 20px;}
address .mail svg{top:-4px}
address .mail a {color: #7ac2ff;}
@media (min-width: 980px) and (max-width: 1200px) {
  .wv-map-overlay {width: 130%;}
}
@media (min-width: 768px) and (max-width: 979px) {
  .wv-map-overlay {
    width: 192%;
    right: 9.2%;
  }
}
@media (max-width: 767px) {
	.wv-map-title{
		height: 100px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	body .wv-map-overlay {
		width: 100%;
		transform: none;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100px;
		top: auto;
	}
	.wv-map h3{display:none}
	.wv-map {
	}
	.wv-map-address{
		display: flex;
		justify-content: space-between;
		line-height: 20px;
		position: relative;
		margin: 29px 0;
	}
	.wv-map-address p{
		font-size: 14px;
		padding: 20px 0 0 0;
		display: flex;
		align-items: center;
		margin: 0;
	}
	.wv-map-address p svg{
		font-size: 20px !important;
		margin-right: 10px;
	}
	.wv-map-address .phone:after{
		content: "Телефон";
		position: absolute;
		top: -4px;
		left: 25px;
	}
	.wv-map-address .hours{padding-left: 28px;position: absolute;left: 145px;top: -20px;}
	.wv-map-address .hours svg{}
	.wv-map-address .mail a{margin-left: 4px;}
}

@media (max-width: 481px) {
	.wv-map-address{flex-direction: column;margin: 12px;}
	.wv-map-address .phone:after{content:none}
	.wv-map-address p {padding: 0;}
	.wv-map-address p svg{display: none;}
	.wv-map-address .hours{position: static;padding: 0;}
}