.shop {
  margin-bottom: 1rem;
}

.social ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.social .social-link {
  display: inline-block !important;
  width: 32px;
  height: 32px;
  margin-right: 1rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.social .social-link.vk {
  background-image: url("../img/vk.svg");
}

.social .social-link.instagram {
  background: url("../img/instagram.svg");
}

.social .social-link.facebook {
  background: url("../img/facebook.svg");
}

.all-shops-map {
  display: block;
  width: 100%;
  height: 400px;
}
.map-block {
  display: flex;
}
.all-shops-list {
  width: 40%;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .map-block {
    display: block;
  }

  .all-shops-list {
    width: 100%;
  }
}
.select-city-info {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px;
}
