.contacts__map {
  width: 100%;
  height: 100%;
}

.contacts__map #map,
.contacts__map #custom-map,
.contacts__map .ymap-container {
  width: 100%;
  /* height: 600px; */
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.contact__text {
  font-size: 14px;
  line-height: 1.3;
}
.contact__item {
  display: flex;
  margin: 0 0 10px 0;
}
.contact__item:before {
  content: "";
  display: inline-block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #93c11c;
  margin: 4px 10px 0 0;
}
.contact__item:last-child {
  margin-bottom: 0;
}

.contact__text .btn {
  padding: 5px 7px;
  font-size: 12px;
  display: inline-flex;
}
.contact__text .btn--action:after {
  margin-left: 2px;
  width: 10px;
  height: 9px;
}

.contact__btn {
  margin-top: 10px !important;
  margin-bottom: 12px;
}

@media screen and (max-width: 990px) {
  .contacts__map #map,
  .contacts__map #custom-map,
  .contacts__map .ymap-container {
    height: 600px;
  }
}
