.map{ 
	width: 100%;
	height: 630px;
	z-index: 1;
 }


.contacts {
  position: relative;
}
.contacts .map {
  height: 630px;
  width: 100%;
  z-index: 1;
}
.contacts .contacts-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.contacts .contacts-info .contact-box {
  background-color: #fff;
  padding: 30px 50px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  z-index: 10;
}
.contacts .contacts-info .title {
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 20px;
}
.contacts .contacts-info address {
  font-size: 16px;
  margin-bottom: 30px;
}
.contacts .contacts-info address .metro-ico {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("https://xn--d1abkag0bdjgd2k.xn--p1ai/common/metro-ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin: 0 5px;
}
.contacts .contacts-info .office-phone {
  padding: 25px 50px;
  margin: 0 -50px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
  font-size: 37px;
}
.contacts .contacts-info .office-phone a {
  text-decoration: none !important;
  color: inherit !important;
  border: none !important;
}
.contacts .contacts-info .button-yellow {
  width: 100%;
}