

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/metro_hub/style.css?17841292995278*/
.lady-metro-hub {
  --lady-red: #8f1026;
  --lady-text: #1c1717;
  --lady-muted: #7d7270;
  --lady-line: #ece5e3;
  background: #fff;
  color: var(--lady-text);
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 0 70px;
  box-sizing: border-box;
}

.lady-metro-hub *,
.lady-metro-hub *::before,
.lady-metro-hub *::after {
  box-sizing: border-box;
}

.lmh-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--lady-line);
  padding-bottom: 24px;
}

.lmh-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--lady-red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lmh-title {
  margin: 0;
  color: var(--lady-text);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.lmh-tools {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lmh-search-label {
  display: block;
  margin: 0;
}

.lmh-search {
  width: 100%;
  height: 48px;
  border: 1px solid var(--lady-line);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--lady-text);
  padding: 0 16px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lmh-search:focus {
  border-color: var(--lady-red);
  box-shadow: 0 0 0 3px rgba(143, 16, 38, 0.08);
}

.lmh-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lmh-filter {
  appearance: none;
  height: 32px;
  border: 1px solid var(--lady-line);
  border-radius: 999px;
  background: #fff;
  color: var(--lady-muted);
  padding: 0 14px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.18s ease;
}

.lmh-filter:hover,
.lmh-filter:focus-visible,
.lmh-filter.is-active {
  border-color: var(--lady-red);
  outline: none;
  background: #fff8f8;
  color: var(--lady-red);
}

.lmh-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 30px;
}

.lmh-alpha a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--lady-line);
  border-radius: 50%;
  color: var(--lady-text);
  text-decoration: none;
  font-size: 14px;
  transition: 0.18s ease;
}

.lmh-alpha a:hover,
.lmh-alpha a:focus-visible {
  border-color: var(--lady-red);
  outline: none;
  color: var(--lady-red);
  transform: translateY(-1px);
}

.lmh-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 13px;
  margin: -10px 0 32px;
  border-top: 1px solid var(--lady-line);
  border-bottom: 1px solid var(--lady-line);
  padding: 14px 0;
  color: var(--lady-muted);
  font-size: 12px;
}

.lmh-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.lmh-legend i {
  display: block;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: var(--line);
}

.lmh-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.lmh-letter {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 22px;
  padding-top: 2px;
  scroll-margin-top: 120px;
}

.lmh-letter h2 {
  position: sticky;
  top: 100px;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0;
  border: 1px solid var(--lady-line);
  border-radius: 50%;
  background: #fff;
  color: var(--lady-red);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
}

.lmh-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3 240px;
  column-gap: 34px;
  border-top: 1px solid var(--lady-line);
}

.lmh-station {
  break-inside: avoid;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  border-bottom: 1px solid var(--lady-line);
  padding: 7px 0;
}

.lmh-lines {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 3px;
  min-width: 28px;
}

.lmh-dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.lmh-station a {
  color: var(--lady-text);
  font-size: 15px;
  line-height: 1.25;
  text-decoration: none;
  transition: 0.18s ease;
}

.lmh-station a:hover,
.lmh-station a:focus-visible {
  outline: none;
  color: var(--lady-red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lmh-empty {
  display: none;
  border-top: 1px solid var(--lady-line);
  padding: 22px 0;
  color: var(--lady-muted);
  font-size: 15px;
}

.lmh-hidden {
  display: none !important;
}

@media (max-width: 820px) {
  .lady-metro-hub {
    padding: 12px 0 50px;
  }

  .lmh-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lmh-letter {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lmh-letter h2 {
    position: static;
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .lmh-list {
    columns: 2 190px;
    column-gap: 22px;
  }

  .lmh-legend {
    font-size: 11px;
  }
}

@media (max-width: 520px) {
  .lmh-title {
    font-size: 34px;
  }

  .lmh-list {
    columns: 1;
  }

  .lmh-alpha a {
    width: 31px;
    height: 31px;
  }

  .lmh-tools {
    gap: 10px;
  }

  .lmh-filter {
    height: 30px;
    padding: 0 11px;
  }
}


/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/metro_hub/style.css?17841292995278 */
