
  .dz-contacts-exact .dz-contact-item__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
  }

  .dz-contacts-exact .dz-contact-item__head h4 {
    margin: 0;
    min-width: 0;
    flex: 1 1 auto;
  }

  .dz-contacts-exact .dz-contact-map-btn--head {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-top: -4px;
  }

  .dz-contacts-exact .partner-item > .js-focus-map {
    display: none !important;
  }

  @media (max-width: 768px) {
    .dz-contacts-exact .dz-contact-item__head {
      gap: 12px;
    }

    .dz-contacts-exact .dz-contact-map-btn--head {
      padding-left: 14px;
      padding-right: 14px;
    }
  }


  .dz-contacts-map-body .popover {
    max-width: 360px !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 46px rgba(20, 40, 48, .22) !important;
    overflow: hidden !important;
  }

  .dz-contacts-map-body .popover-body {
    padding: 0 !important;
  }

  .dz-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-top: 10px;
  }

  .dz-map-legend__item {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #526a72;
    font-size: 13px;
    font-weight: 700;
  }

  .dz-map-legend__item img {
    display: block;
    width: 18px;
    height: 25px;
    object-fit: contain;
  }

  .dz-map-card {
    width: 310px;
    max-width: calc(100vw - 48px);
    padding: 15px 16px 14px;
    background: #fff;
    color: #21343a;
    font-family: inherit;
  }

  .dz-map-card__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    color: #10333a;
  }

  .dz-map-card__contact {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid rgba(14, 183, 193, .16);
  }

  .dz-map-card__contact:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }

  .dz-map-card__contact-name {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 800;
    color: #193a42;
  }

  .dz-map-card__badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(14, 183, 193, .10);
    color: #0b8991;
    font-size: 11px;
    font-weight: 800;
  }

  .dz-map-card__row {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.35;
    color: #42565c;
  }

  .dz-map-card__ico {
    min-width: 16px;
  }

  .dz-map-card__row a {
    color: #0b8991;
    font-weight: 700;
    text-decoration: none;
  }

  .dz-map-card__row a:hover {
    text-decoration: underline;
  }

  .dz-map-card__muted {
    color: #7b8b91;
    font-size: 13px;
  }

