/* Map */
.b-contacts__map {
  margin: 15px 0 31px;
}

.map {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  z-index: 0 !important;
}

@media (max-width: 1099px) {
  
    .b-contacts .contact svg {
      width: 50px;
      height: 50px;
      margin-bottom: 0;
      margin-right: 24px;
    }
  
    .map {
      height: 361px;
    }
  
  }