.city-select__list {
  padding: 10px;
}

.modal--menu {
  z-index: 11 !important;
}

.fixed-menu {
  z-index: 12 !important;
}

.city-select--column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80vh;
}

.city-select__list--bottom {
  margin-bottom: 40px;
  position: absolute;
  bottom: 40px;
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 16px 0;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.menu__link img { width: 24px; height: auto;margin-right: 1.14em; }

.city-select__link svg {
  margin-right: 5px;
}

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