/**
 * Выбор города — перенос с zerkalo-proart.ru (metall.css), адаптация под витрину Зеркало ПроАрт.
 * --city-text заменяет var(--text-dark) оригинала.
 */
:root {
  --city-text: #212121;
  --city-muted: rgba(33, 33, 33, 0.72);
  --city-accent: #6440bf;
  --city-accent-hover: #4c3191;
  --city-tile-bg: #f0f2f5;
  --city-tile-bg-hover: #dfd9d2;
  --city-gold-p: #e8c76b;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.city-strip {
  background: rgba(22, 16, 11, 0.98);
  border-bottom: 1px solid rgba(212, 168, 83, 0.12);
}

.city-strip__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: var(--city-strip-h, 34px);
  padding: 0.15rem 0;
}

.city-strip__line {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
}

.city-strip__pin {
  flex-shrink: 0;
  display: block;
  color: rgba(232, 215, 190, 0.82);
}

.city-strip__btn:hover .city-strip__pin,
.city-strip__btn:focus-visible .city-strip__pin {
  color: var(--city-gold-p);
}

.city-strip__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06rem;
  margin: 0;
  padding: 0.2rem 0.35rem;
  font: inherit;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: rgba(240, 228, 210, 0.88);
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.city-strip__btn:hover,
.city-strip__btn:focus-visible {
  color: #fff8ee;
  background: rgba(212, 168, 83, 0.12);
  outline: none;
}

.city-strip__btn:hover .city-strip__text,
.city-strip__btn:focus-visible .city-strip__text {
  text-decoration-color: rgba(255, 255, 255, 0.45);
}

.city-strip__text {
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.22);
  text-underline-offset: 2px;
}

.city-strip__sub {
  font-size: 0.62rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: rgba(200, 185, 165, 0.75);
  text-decoration: none;
  max-width: min(100vw - 2rem, 22rem);
  white-space: normal;
}

.city-strip__sub:empty {
  display: none;
}

.city-strip__sub[data-loading="1"] {
  color: rgba(220, 195, 160, 0.88);
}

@media (min-width: 768px) {
  .city-strip__btn {
    font-size: 0.75rem;
  }
}

/** В футере витрины: компактная кнопка по ширине названия города */
.footer .city-strip--footer {
  background: transparent;
  border: none;
  margin-top: 10px;
  margin-bottom: 4px;
  width: fit-content;
  max-width: 100%;
}

.footer .city-strip--footer .city-strip__inner {
  padding: 0;
  min-height: 0;
  width: fit-content;
  max-width: 100%;
}

.footer .city-strip--footer .city-strip__btn {
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 37px;
  padding: 6px 12px 7px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.75rem;
  color: rgba(240, 232, 255, 0.92);
}

.footer .city-strip--footer .city-strip__line {
  max-width: 100%;
  min-width: 0;
}

.footer .city-strip--footer .city-strip__btn:hover,
.footer .city-strip--footer .city-strip__btn:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 214, 130, 0.25);
}

.footer .city-strip--footer .city-strip__pin {
  color: rgba(255, 214, 130, 0.85);
}

.footer .city-strip--footer .city-strip__text {
  text-decoration-color: rgba(255, 255, 255, 0.28);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.footer .city-strip--footer .city-strip__sub {
  color: rgba(180, 170, 210, 0.88);
  max-width: 100%;
}

/* Светлый футер home-layout-ref: тёмные читаемые цвета */
body.home-layout-ref .footer .city-strip--footer .city-strip__btn {
  background: #ffffff;
  border: 1px solid rgba(59, 19, 92, 0.2);
  color: #3b135c;
}

body.home-layout-ref .footer .city-strip--footer .city-strip__btn:hover,
body.home-layout-ref .footer .city-strip--footer .city-strip__btn:focus-visible {
  background: #ffffff;
  border-color: rgba(59, 19, 92, 0.34);
}

body.home-layout-ref .footer .city-strip--footer .city-strip__pin {
  color: rgba(59, 19, 92, 0.9);
}

body.home-layout-ref .footer .city-strip--footer .city-strip__text {
  color: #3b135c;
  text-decoration-color: rgba(59, 19, 92, 0.25);
}

body.home-layout-ref .footer .city-strip--footer .city-strip__sub {
  color: rgba(65, 69, 68, 0.9);
}

/** Город в боковом меню — на десктопе скрыт; mobile bank-row в zerkalo-home-pc-redesign.css */
body.home-layout-ref .nav-mobile-panel .city-strip--drawer {
  background: transparent;
  border: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__inner {
  padding: 0;
  min-height: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1319px) {
  body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__btn {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    gap: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    background: #f4f6f9;
    color: #1c1f23;
  }

  body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__btn:hover,
  body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__btn:focus-visible {
    background: #eef1f5;
    color: #1c1f23;
  }

  body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__text {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
  }

  body.home-layout-ref .nav-mobile-panel .city-strip--drawer .city-strip__pin {
    color: #9aa3ad;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 767px) {
  body.home-layout-ref .footer .city-strip--footer-desktop {
    display: none !important;
  }
}

@media (min-width: 1320px) {
  body.home-layout-ref .nav-mobile-panel .city-strip--drawer {
    display: none !important;
  }
}

@media (max-width: 1319px) {
  body.home-layout-ref .nav-tray .city-strip--header {
    display: none !important;
  }
}

/** Город в шапке (nav-tray) — те же читаемые цвета, что у футера на home-layout-ref */
body.home-layout-ref .nav-tray .city-strip--header {
  background: transparent;
  border: none;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__inner {
  padding: 0;
  min-height: 0;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.33rem;
  width: auto;
  max-width: min(42vw, 242px);
  box-sizing: border-box;
  min-height: 35px;
  padding: 6px 13px;
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: inherit;
  color: #3b135c;
  outline: none;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:hover,
body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:focus-visible {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:hover .city-strip__pin path,
body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:focus-visible .city-strip__pin path,
body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:hover .city-strip__pin circle,
body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn:focus-visible .city-strip__pin circle {
  stroke-width: 2.25;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__pin {
  color: rgba(59, 19, 92, 0.96);
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__pin path,
body.home-layout-ref .nav-tray .city-strip--header .city-strip__pin circle {
  stroke-width: 2.1;
  stroke: currentColor;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__text {
  font-size: 0.9625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #3b135c;
  text-decoration-color: rgba(59, 19, 92, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
}

body.home-layout-ref .nav-tray .city-strip--header .city-strip__sub {
  color: rgba(65, 69, 68, 0.88);
  max-width: min(42vw, 220px);
}

body.home-layout-ref .nav-tray .nav-tray__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  padding: 6px 13px;
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #3b135c;
  font-family: var(--zp-font-ui, inherit);
  font-size: 0.9625rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
}

body.home-layout-ref .nav-tray .nav-tray__phone:hover,
body.home-layout-ref .nav-tray .nav-tray__phone:focus-visible {
  border: none;
  box-shadow: none;
  background: transparent;
  color: #3b135c;
  text-decoration: none;
  outline: none;
}

html.nav--compact body.home-layout-ref .nav-tray .nav-tray__phone,
html.nav--measure body.home-layout-ref .nav-tray .nav-tray__phone {
  display: none !important;
}

/* До JS nav--compact и во время measure: на ≤1319 всегда бургер — телефон не должен мигать */
@media (max-width: 1319px) {
  body.home-layout-ref .nav-tray .nav-tray__phone {
    display: none !important;
  }
}

@media (max-width: 480px) {
  body.home-layout-ref .nav-tray .city-strip--header .city-strip__btn {
    max-width: min(36vw, 160px);
    padding: 4px 10px;
    min-height: 30px;
  }

  body.home-layout-ref .nav-tray .city-strip--header .city-strip__text {
    font-size: 0.8125rem;
    font-weight: 700;
  }

  body.home-layout-ref .nav-tray .city-strip--header .city-strip__sub {
    display: none;
  }
}

body.city-picker-open {
  overflow: hidden;
}

.city-picker[hidden] {
  display: none !important;
}

.city-picker {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  pointer-events: none;
}

.city-picker__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 22, 26, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  pointer-events: auto;
  cursor: pointer;
}

.city-picker__dialog {
  position: relative;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  max-height: 100dvh;
  margin: 0;
  background: #fff;
  color: #1a1a1a;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  outline: none;
  overflow: hidden;
  font-family: Nunito, Manrope, system-ui, sans-serif;
  animation: city-picker-sheet-in-mobile 0.28s ease-out;
}

@keyframes city-picker-sheet-in-mobile {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes city-picker-sheet-in-desktop {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 768px) {
  .city-picker {
    align-items: center;
    padding: 32px 16px;
  }

  .city-picker__dialog {
    width: min(100%, 640px);
    max-height: min(calc(100dvh - 64px), 680px);
    border-radius: 24px;
    animation: city-picker-sheet-in-desktop 0.24s ease-out;
  }
}

.city-picker__head,
.city-picker__header {
  position: relative;
  flex: 0 0 auto;
  padding: 28px 56px 0 28px;
  border: none;
  background: transparent;
}

.city-picker__title {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1a1a1a;
}

.city-picker__close {
  position: absolute;
  z-index: 6;
  top: 18px;
  right: 16px;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #b0b0b0;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.15s ease, background 0.15s ease;
  line-height: 0;
  box-sizing: border-box;
  font-size: 0;
}

.city-picker__close::before {
  content: "\00D7";
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  color: inherit;
}

.city-picker__close--svg::before {
  display: none;
}

.city-picker__close svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  pointer-events: none;
}

.city-picker__close svg path {
  stroke: currentColor;
}

.city-picker__close:hover,
.city-picker__close:focus-visible {
  background: #f3f3f3;
  color: #1a1a1a;
  outline: none;
}

@media (min-width: 768px) {
  .city-picker__head,
  .city-picker__header {
    padding: 32px 64px 0 36px;
  }

  .city-picker__title {
    font-size: 32px;
  }

  .city-picker__close {
    top: 24px;
    right: 22px;
  }
}

.city-picker__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 16px 28px 28px;
}

.city-picker__foot {
  display: none;
}

.city-picker__close-mobile {
  display: none;
}

@media (min-width: 768px) {
  .city-picker__scroll {
    padding: 18px 36px 36px;
  }
}

.city-picker__country {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  z-index: 40;
}

.city-picker__country-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 8px 12px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.city-picker__country-btn:hover,
.city-picker__country-btn:focus-visible {
  border-color: rgba(100, 64, 191, 0.35);
  outline: none;
}

.city-picker__country.is-open .city-picker__country-btn {
  border-color: rgba(100, 64, 191, 0.45);
  box-shadow: 0 0 0 3px rgba(100, 64, 191, 0.1);
}

.city-picker__country-label {
  font-weight: 500;
  color: #1a1a1a;
  margin-right: 0;
}

.city-picker__country-name {
  color: #6440bf;
  font-weight: 600;
}

.city-picker__country-chevron {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 2px;
  border-right: 2px solid #6440bf;
  border-bottom: 2px solid #6440bf;
  transform: rotate(45deg) translateY(-2px);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.city-picker__country.is-open .city-picker__country-chevron {
  transform: rotate(225deg) translateY(-1px);
}

.city-picker__country-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 60;
  display: none;
  flex-direction: column;
  gap: 0;
  min-width: 220px;
  max-width: min(280px, calc(100vw - 32px));
  max-height: 256px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(72, 42, 131, 0.12);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(35, 18, 77, 0.16);
  box-sizing: border-box;
  isolation: isolate;
}

.city-picker__country.is-open .city-picker__country-list {
  display: flex;
}

.city-picker__country-option {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  cursor: pointer;
}

.city-picker__country-option:hover,
.city-picker__country-option:focus-visible {
  background: rgba(100, 64, 191, 0.08);
  color: #3b135c;
  outline: none;
}

.city-picker__country-option.is-active {
  color: #6440bf;
  font-weight: 700;
  background: rgba(100, 64, 191, 0.06);
}

/* legacy static chip (до JS) */
.city-picker__country > span:last-child {
  color: #6440bf;
  font-weight: 600;
}

.city-picker__country::after {
  content: none;
}

.city-picker__lead {
  margin: 14px 0 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  color: #757575;
}

.city-picker__lead strong {
  font-weight: 400;
  color: inherit;
}

.city-picker__search {
  position: relative;
  margin: 18px 0 0;
  padding: 0;
}

.city-picker__search::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: center / 18px 18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='6.5' stroke='%239e9e9e' stroke-width='1.75'/%3E%3Cpath stroke='%239e9e9e' stroke-linecap='round' stroke-width='1.75' d='m16.2 16.2 4 4'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.city-picker__input {
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  padding: 0 16px 0 46px;
  font: inherit;
  font-size: 16px;
  border: 0;
  border-radius: 999px;
  background: #f2f2f2;
  color: #1a1a1a;
}

.city-picker__input::placeholder {
  color: #9e9e9e;
}

.city-picker__input:focus {
  outline: none;
  background: #ececec;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}

.city-picker__geo-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  margin: 14px 0 0;
  padding: 0;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #1a73e8;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

.city-picker__geo-row:hover,
.city-picker__geo-row:focus-visible {
  color: #1557b0;
  background: transparent;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.city-picker__geo-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: inherit;
  background: center / 18px 18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%231a73e8' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.75' d='M21 3 10.5 13.5M21 3l-7 18-2.5-7.5L4 11 21 3Z'/%3E%3C/svg%3E");
}

.city-picker__geo-icon svg {
  display: none;
}

.city-picker__geo-row-text {
  flex: 0 1 auto;
}

.city-picker__geo-msg {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #757575;
}

.city-picker__popular-wrap {
  margin-top: 18px;
  padding: 0;
}

.city-picker__popular {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: transparent;
  border: none;
}

.city-picker__popular li {
  margin: 0;
  border: none;
  width: auto;
  max-width: 100%;
}

.city-picker__popular-btn {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 16px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #1a1a1a;
  background: #f2f2f2;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.city-picker__popular-btn:hover,
.city-picker__popular-btn:focus-visible {
  background: #e8e8e8;
  outline: none;
}

.city-picker__popular-btn--active {
  font-weight: 600;
  color: #1a1a1a;
  background: #fff;
  border-color: #cfcfcf;
  box-shadow: none;
}

.city-picker__more-hint {
  margin: 20px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}

.city-picker__more-hint-title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}

.city-picker__more-hint-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #9e9e9e;
}

/* Регионы скрыты в kit-виде: поиск + популярные (как на референсе) */
.city-picker__columns-title,
.city-picker__columns {
  display: none !important;
}

.city-picker__list--search {
  list-style: none;
  margin: 12px 0 0;
  padding: 6px 0;
  max-height: min(42vh, 360px);
  overflow-y: auto;
  border: none;
  border-radius: 16px;
  background: #f7f7f7;
}

.city-picker__item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 16px;
  font: inherit;
  font-size: 15px;
  text-align: left;
  color: #1a1a1a;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease;
}

.city-picker__item:hover,
.city-picker__item:focus-visible {
  background: #ececec;
  outline: none;
}

.city-picker__item--active {
  font-weight: 600;
  color: #1a73e8;
  background: rgba(26, 115, 232, 0.08);
}

.city-picker__item--search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.city-picker__item-city {
  font-weight: 600;
}

.city-picker__item-region {
  font-size: 13px;
  color: #757575;
}

.city-picker__empty {
  margin: 12px 0 0;
  padding: 16px;
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.city-picker__search-city {
  font-weight: 600;
}

.city-picker__search-reg {
  font-size: 12px;
  color: #757575;
}

@media (max-width: 767px) {
  .city-picker__dialog {
    min-height: min(100dvh, 100%);
    max-height: 100dvh;
  }

  .city-picker__title {
    font-size: 24px;
  }

  .city-picker__scroll {
    padding: 14px 20px 24px;
  }

  .city-picker__head,
  .city-picker__header {
    padding: 22px 52px 0 20px;
  }
}
