
.service-center__number {
  float: left;
  width: 18px;
  height: 18px;
  margin: -2px 3px 0;
  line-height: 18px;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  border-color: #555555;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 7px;
}

.cities-links {
  border: 1px solid #555555;
  background-color: white;
  overflow: hidden;
  padding: 5px;
  color: #555555;
}
.cities-links li {
  display: block;
  padding: 0 10px 0 10px;
}

.cities-links ul {
  display: table-cell;
  padding: 10px 0 10px 0;
}
.cities-links .close {
  float: right;
  cursor: pointer;
}
