.header__region {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative; }
  .header__region-icon {
    display: flex; }
  .header__region svg {
    width: 16px;
    height: 16px;
    flex: none;
    stroke: #fff; }
  .header__region-current {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .header__region-current span svg {
      fill: #fff; }

.location-all-caption {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.location-all-city-list {
  padding-top: 24px; }
  @media (max-width: 479px) {
    .location-all-city-list {
      overflow: auto; } }
.location-all-city-item {
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 16px;
  display: block; }
  .location-all-city-item:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=custom.css.map */
