.b-cityselect__wrapper {
  display: inline-block;
  position: relative;
}

.i-cityselect__set_city  {
  color: #e32636;
}
.b-cityselect__wrapper--header {
  margin-bottom: 10px;
}

.b-cityselect__mfp {
  margin: 10px auto;
  background: #FFF;
  padding: 20px;
  position: relative;
  max-width: 650px;
}
@media (max-width: 479px) {
  .b-cityselect__mfp {
    padding: 40px 5px 10px 5px;
  }
}
.b-cityselect__city {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.b-cityselect__city:hover,
.b-cityselect__city:focus {
  text-decoration: none;
  outline: none;
}
.b-cityselect__city_yes {
  margin-right: 15px;
}
.b-cityselect__city_no {
}
.b-cityselect__notifier {
  padding: 20px;
  display: none;
  position: absolute;
  z-index: 103;
  border-radius: 4px;
  border: solid 1px #aaa;
  background: #fff;
  color: black;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  min-width: 200px;
  text-align: left;
}
.b-cityselect__notifier input { float:left;}
.b-cityselect__notifier--mobile .b-cityselect__city_yes,
.b-cityselect__notifier--mobile1 .b-cityselect__city_yes,
.b-cityselect__notifier--mobile .b-cityselect__city_no,
.b-cityselect__notifier--mobile1 .b-cityselect__city_no {
  width: 100px;
}
.b-cityselect__notifier_triangle {
  position: absolute;
  left: 0;
  top: 0;
}
.b-cityselect__notifier_triangle:before {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: 15px;
  top: -21px;
  /* Положение треугольника */
  border: 10px solid transparent;
  border-bottom: 10px solid gray;
}
.b-cityselect__notifier_triangle:after {
  content: '';
  position: absolute;
  /* Абсолютное позиционирование */
  left: 15px;
  top: -20px;
  /* Положение треугольника */
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.b-cityselect__notifier_buttons {
  margin-top: 10px;
}
.b-cityselect__change_input {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 4px 10px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.b-cityselect__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .b-cityselect__list {
    columns: 2;
  }
}
@media (min-width: 992px) {
  .b-cityselect__list {
    columns: 3;
  }
}
@media (min-width: 1200px) {
  .b-cityselect__list {
    columns: 4;
  }
}
.b-cityselect__list li {
  margin: 0 0 10px 0;
  line-height: 1;
  padding: 0;
}
.b-cityselect__list li .bold {
  font-weight: bold;
}
.b-cityselect__list_spacer {
  min-height: 120px;
}
.b-cityselect__change_info_icon {
  vertical-align: -3px;
  font-size: 20px !important;
}
.b-cityselect__change_info {
  margin-bottom: 15px;
  font-size: 120%;
}
.b-cityselect__change_title {
  margin-bottom: 10px;
}
.b-cityselect__change_city_wrapper {
  margin-bottom: 20px;
}
.b-cityselect__change_close {
  display: none;
}

.b-cityselect__change {
  padding: 15px;
  font-size: 14px;
}
@media (min-width: 576px) {
  .b-cityselect__change {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .b-cityselect__change {
    width: 620px;
  }
}

@media (max-width: 767px) {
  .b-cityselect__change--profitshop
  {
    min-width: 90%;
  }
}
@media (min-width: 321px) {
  .b-cityselect__change--profitshop {
    min-width: 270px;
  }
}


#globalnav .b-cityselect__wrapper--default {
  padding: 12px 14px 11px;
}
@media screen and (max-width: 760px) {
  #globalnav .b-cityselect__wrapper--default {
    position: absolute;
    right: 120px;
    display: block;
    padding-top: 15px;
  }
}
.header-mobile .b-cityselect__city {
  margin-top: 17px;
  margin-bottom: 0;
}
.base-menu .b-cityselect__wrapper--profitbuy {
  line-height: 1.4;
}
.base-menu .b-cityselect__wrapper--profitbuy .b-cityselect__city {
  border-bottom: none;
}
.wa-field-address .suggestions-wrapper span {
  display: inline !important;
}
.field.wa-required .suggestions-wrapper span:after {
  display: none !important;
}
.v-header-top .b-cityselect__notifier {
  line-height: 1.2;
}
.v-menu-mobile .b-cityselect__wrapper {
  display: block;
}
.v-menu-mobile .b-cityselect__city {
  border-bottom: none;
  display: block;
  line-height: 22px;
  padding: 5px 0 4px 2px;
  margin: 0 30px 0 0;
  font-size: 14px;
  text-decoration: none;
}

.suggestions-suggestion span.suggestions-value {
font-size: 14px!important;
}
.b-cityselect__change_input {
  font-size: 16px!important;
}