@media only screen and (max-width: 576px) {
  .contacts__map1 {
    height: 400px;
  }
  .contacts__left_side {
    width: 100%;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media only screen and (min-width: 576px) {
  .contacts__map1 {
    height: 500px;
  }
  .contacts__left_side {
    width: 100%;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@media only screen and (min-width: 1250px) {
  .contacts__map1 {
    height: 100%;
  }
  .contacts__left_side {
    width: 40%;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    position: absolute;
  }
}

.contacts_row {
  min-height: 700px;
}

.contacts__left_side {
  height: 100%;
  background-color: #387167;
  color: #fff;
  font-size: 26px;
  opacity: 0.85;
  z-index: 999;
}

.contacts__right_side {
  background-color: #387167;
}

.contacts__map1 {
  width: 100%;
}

.contacts__icon {
  font-size: 20px;
}
/*# sourceMappingURL=styles.css.map */