.map {
  width: 100%;
  height: 600px;
}

.city-name a {
  float: right;
  color: gray;
  font-size: 16px;
}

.city-name {
  font-size: 22px;
  color: #e0222b;
}

.stores .store-title span.red {
  color: #e0222b;
  text-decoration: none;
}

.subcity {
  margin-top: 20px;
}

.b-map-item {
  margin-top: 10px;
}

.b-map-item-phone a {
  color: #e0222b;
}

.both {
  max-width: 1024px;
  margin: 0 auto;
}

.cityName {
  font-weight: bold;
}

.titleCity {
  font-size: 32px;
  margin: 10px 0;
}

.titleCity a {
  font-size: 0.6em;
  color: #1d336b;
  text-decoration: underline;
  margin-left: 15px;
}

.mapPins {
  display: flex;
  font-size: 24px;
}

.mapPins p {
  margin: 10px 0;
  width: 50%;
  display: inline;
}

.mapPins img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.mapPinTitle {
  font-weight: bold;
}

.brandTitle {
  font-size: 24px;
  margin-bottom: 0px;
}

.brandName {
  font-weight: bold;
}

.stores {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.stores .store {
  flex-basis: 21%;
  border: solid 2px white;
  padding: 10px;
  margin: 13px 0;
}

.stores .store.empty {
  border: 0;
}

.stores .store p {
  margin: 5px 0;
}

.stores .store-title {
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}

.stores .store-phone {
  font-weight: bold;
}

.stores .store-phone a {
  color: black;
  text-decoration: none;
}

.ymaps-2-1-74-balloon__content {
  padding-right: 10px;
}

.ymaps-2-1-74-balloon__close + .ymaps-2-1-74-balloon__content {
  padding-right: 10px;
}

.map-name {
  font-size: 1.6em;
  margin: 0 0 10px 0;
}

.map-address {
  margin: 0;
}

.map-time {
  margin: 0;
}

.map-phone {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .map {
    width: 100%;
    height: 480px;
  }

  .mapPins {
    font-size: 4vw;
    flex-direction: column;
    padding: 0 5vw;
  }

  .mapPins p {
    margin: 10px 0;
    width: 100%;
    display: block;
  }

  .mapPins img {
    margin-right: 2vw;
    width: 5vw;
  }

  .titleCity {
    font-size: 6vw;
    padding: 0 5vw;
  }

  .titleCity > span {
    display: block;
  }

  .brandTitle {
    font-size: 5.6vw;
    padding: 0 5vw;
  }

  .stores {
    padding: 0 5vw;
    margin-bottom: 5vw;
  }

  .stores .store {
    flex-basis: 40%;
    border: solid 2px white;
    padding: 3vw;
    margin: 3vw 0 0;
    font-size: 3vw;
  }
}