.map-block.type_2 {
  margin: 0;
  background-color: #ffffff;
}
.map-block.type_2 .region.region-map div#block-vesta-theme-yandekskarta .field.field--name-body.field--type-text-with-summary {
  display: flex;
}
.map-block.type_2 .region.region-map div#block-vesta-theme-yandekskarta .field.field--name-body.field--type-text-with-summary iframe {
  max-height: 520px;
  width: 100vw;
  height: 100vh !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .map-block.type_2 .region.region-map div#block-vesta-theme-yandekskarta .field.field--name-body.field--type-text-with-summary iframe {
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .map-block.type_2 .region.region-map div#block-vesta-theme-yandekskarta .field.field--name-body.field--type-text-with-summary iframe {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .map-block.type_2 .region.region-map div#block-vesta-theme-yandekskarta .field.field--name-body.field--type-text-with-summary iframe {
    max-height: 350px;
  }
}
