.bxmaker-geoip-component-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
}
.bxmaker-geoip-component-city__popup {
  padding: 16px;
}
.bxmaker-geoip-component-city-popup__content {
  min-height: 100px;
  padding: 16px 24px;
}
.bxmaker-geoip-component-city-popup .bxmaker-core-popup-header__text {
  font-size: 22px;
  font-weight: bold;
}
.bxmaker-geoip-component-city-popup .bxmaker-core-popup-header {
  padding-top: 24px;
  padding-left: 24px;
}
.bxmaker-geoip-component-city-popup .bxmaker-core-loader {
  margin: 32px auto;
}
.bxmaker-geoip-component-city-popup .bxmaker-geoip-component-city-search {
  margin-bottom: 16px;
}
.bxmaker-geoip-component-city-popup .bxmaker-core-search-wrapper {
  font-size: 1em;
}
.bxmaker-geoip-component-city-popup .bxmaker-core-empty {
  font-size: 1em;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .bxmaker-geoip-component-city-popup .bxmaker-geoip-component-city-favorites .bxmaker-geoip-component-city-favorites-item {
    width: 50%;
  }
}
@media screen and (min-width: 461px) and (max-width: 767px) {
  .bxmaker-geoip-component-city-popup .bxmaker-geoip-component-city-favorites .bxmaker-geoip-component-city-favorites-item {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .bxmaker-geoip-component-city-popup .bxmaker-geoip-component-city-favorites .bxmaker-geoip-component-city-favorites-item {
    width: 100%;
  }
}

.bxmaker-geoip-component-city-line-container {
  display: inline-block;
}

.bxmaker-geoip-component-city-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bxmaker-geoip-component-city-line__label {
  padding-right: 8px;
  font-size: 0.9em;
  white-space: nowrap;
}
.bxmaker-geoip-component-city-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bxmaker-geoip-component-city-line__content {
  position: relative;
}
.bxmaker-geoip-component-city-line__value {
  cursor: pointer;
  border-bottom: 1px dashed;
  line-height: 1.1;
}
.bxmaker-geoip-component-city-line__value:hover {
  border-bottom-color: transparent;
}
.bxmaker-geoip-component-city-line-question {
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bxmaker-geoip-component-city-line-question__label {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 4px;
}
.bxmaker-geoip-component-city-line-question__content {
  text-align: center;
  line-height: 1.2;
}
.bxmaker-geoip-component-city-line-question strong {
  margin-bottom: 4px;
  text-align: center;
  display: block;
  font-size: 1.1em;
}
.bxmaker-geoip-component-city-line-question span {
  font-size: 0.88em;
  color: #898989;
  text-align: center;
}

.bxmaker-geoip-component-city-search .bxmaker-core-empty {
  background-color: #fbfbfb;
}

.bxmaker-geoip-component-city-favorites__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bxmaker-geoip-component-city-favorites .bxmaker-geoip-component-city-favorites-item {
  width: 33.333%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.bxmaker-geoip-component-city-favorites-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bxmaker-geoip-component-city-favorites-item,
.bxmaker-geoip-component-city-favorites-item * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bxmaker-geoip-component-city-favorites-item--mark {
  font-weight: bold;
}
.bxmaker-geoip-component-city-favorites-item__wrap {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}
