/* ======================================================== */
/* 16_map: СТИЛИ КАРТЫ С ПРОЕЗДОМ                           */
/* ======================================================== */

.ecoproject-map-section {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #f8fafc;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #e2e8f0;
}

.ecoproject-map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.ecoproject-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 767px) {
  .ecoproject-map-section {
    height: 380px;
  }
}
