@import url('https://unpkg.com/leaflet@1.9.3/dist/leaflet.css');
  .map {
    margin: 0 auto;
    height: 100vw;
    width: 100%;
  }
  .leaflet-popup-content-wrapper {
    min-width: 300px;
  }
  .leaflet-popup-content-wrapper img {
    width: 100%;
    max-height: 170px;
  }
  .box-ok-error {
    display: block;
  }
  .box-ok {
    display: block;
  }
  modal-overlay--dark {
    background: rgba(0, 0, 0, 0.6);
  }
  .modal {
    display: flex;
    flex-direction: column;
    max-width: 650px;
    max-height: 80%;
    background: #fff;
    box-shadow: 2px 1px 10px 0 rgb(0 0 0 / 50%);
  }
  @media only screen and (max-width: 659px),
    screen and (hover: none) and (pointer: coarse) {
    .modal {
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%;
    }
  }
  .modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
  }
  .modal-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 60px;
    padding: 20px 50px 20px 20px;
    border-bottom: solid 1px #e2e2e2;
    background: #fff;
    position: relative;
    font-family: 'asapregular';
    font-size: 20px;
    color: #3a3f3a;
  }
  @media only screen and (max-width: 659px),
    screen and (hover: none) and (pointer: coarse) {
    .modal-header {
      border-bottom: 0;
      background: #3a3f3a;
      box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    }
  }
  .modal__header {
    flex: 0 0 auto;
  }
  .modal-header__title {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  @media only screen and (max-width: 659px),
    screen and (hover: none) and (pointer: coarse) {
    .modal-header__title {
      font-size: 18px;
      font-family: 'asapsemibold';
      text-transform: uppercase;
      color: #fff;
    }
  }
  @media only screen and (max-width: 659px),
    screen and (hover: none) and (pointer: coarse) {
    .modal-header__subtitle {
      font-family: 'asapsemibold';
      font-size: 14px;
      color: #e2e2e2;
    }
  }
  .modal__content {
    flex: 1 1 auto;
    overflow-y: auto;
  }
  .modal-footer {
    flex: 0 0 auto;
    padding: 15px;
    box-shadow: 0 -1px 4px rgb(0 0 0 / 20%);
  }
  .content-right .info-item span {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.2em;
    font-size: 1em;
    color: #6b6b6b;
  }