

/* Start:/local/css/service-regions.css?17880265032820*/
.columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px 40px;
}
@media (max-width: 768px) {
.columns {
grid-template-columns: 1fr;
}
}
.location { margin: 0 0 20px 0; }
.location h3 {
    margin: 0 0 6px 0;
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid #37aee2;
    border-radius: 5px;
    background-color: #007bff08;
}
.location h3:hover {
    background-color: #fff;
}
.location p { margin: 0 0 6px 0; }
	.location a {font-weight:normal !important; text-decoration:underline !important;}
.highlight {
            background-color: #f8f9fa;
            padding: 15px;
            border-left: 4px solid #2980b9;
            margin: 20px 0;
        }
.newarts a {font-weight:bold;}
.contact-card {
    --bg: #ffffff;
    --fg: #1e293b;
    --muted: #64748b;
    --accent: #2563eb;
    --border: #e2e8f0;
    --shadow: 0 6px 20px rgba(2, 6, 23, 0.08);
    background: var(--bg);
    color: var(--fg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px 20px;
    max-width: 100%;
    box-shadow: var(--shadow);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
      Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      sans-serif;
  }

  .contact-card__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 2px 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.3;
  }

  .contact-card__row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px dashed var(--border);
  }

  .contact-card__row:first-of-type {
    border-top: none;
    padding-top: 2px;
  }

  .contact-card__icon {
    width: 24px;
    flex: 0 0 24px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    opacity: 0.9;
  }

  .contact-card__text {
    color: var(--fg);
  }

  .contact-card__link {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.2s ease;
    word-break: break-word;
  }

  .contact-card__link:hover {
    color: #1d4ed8;
    text-decoration: underline;
  }

  /* Адаптивность */
  @media (max-width: 420px) {
    .contact-card {
      padding: 16px;
      border-radius: 14px;
    }
    .contact-card__title {
      font-size: 17px;
    }
    .contact-card__icon {
      width: 22px;
      flex-basis: 22px;
      font-size: 17px;
    }
  }
.map {
    margin-top: 20px;
    border: 1px solid royalblue;
    border-radius: 3px;
    min-height: 450px;
}
.map iframe {
    height: 500px;
}
summary {
    display: list-item;
    cursor: pointer;
    color: #37aee2;
    font-weight: 500;
    font-size: 18px;
}
/* End */
/* /local/css/service-regions.css?17880265032820 */
