.map-block-contact {
  position: relative;
  margin-bottom: 60px;
}
.map-block-contact .map {
  z-index: 3;
  margin-top: 30px;
  position: relative;
}
.map-block-contact .info {
  position: relative;
  width: 100%;
}
.map-block-contact .info .wrapper {
  height: 100%;
  flex-direction: row;
}
.map-block-contact .info .wrapper .left-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  width: 35%;
}
.map-block-contact .info .wrapper iframe{
  position: absolute;
    width: 60%;
    right: 0;
    top: -70px;
    height: 400px;
}
.map-block-contact .info .wrapper .left-side .contact-item{
  margin-bottom: 20px;
}
.map-block-contact .info .wrapper .left-side .contact-item .cont-title{
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  color: #333333;
  position: relative;
  margin-bottom: 10px;
}
.map-block-contact .info .wrapper .left-side .contact-item .cont-title:before{
  content: '';
  position: absolute;
  display: block;
  width: 18px;
  height: 16px;
  left: -28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 8px);
}
.map-block-contact .info .wrapper .left-side .contact-item .address p{
font-family: Raleway;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.03em;
color: #333333;
margin: 0;
margin-bottom: 5px;
}
.map-block-contact .info .wrapper .left-side .contact-item .phone a{
  font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */
margin-bottom: 5px;
letter-spacing: 0.03em;

color: #333333;
}
.map-block-contact .info .wrapper .left-side .contact-item .cont-link{
  font-family: Raleway;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.03em;
color: #333333;
}
.map-block-contact .info .wrapper .left-side .contact-item a:hover{
  text-decoration: underline;
}
.map-block-contact .info .wrapper .left-side .contact-item.addresses .cont-title:before{
  background-image: url(location.svg);
}
.map-block-contact .info .wrapper .left-side .contact-item.phones .cont-title:before{
  background-image: url(phone.svg);
}
@media screen and (max-width: 767px) {
  .map-block-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .map-block-contact .info .wrapper{
    flex-direction: column;
  }
  .map-block-contact .info .wrapper iframe{
    width: 100%;
    position: relative;
    top: 0;
    height: 300px;
  }
  .map-block-contact .info .wrapper .left-side{
        width: 100%;
    padding-left: 40px;
  }
  .map-block-contact .map {
    order: 1;
  }
  .map-block-contact .info .wrapper {
    padding: 0;
  }
  
}
