/* map on /shops page*/
.page_shops__inner {
  margin-top: initial;
  margin-bottom: initial;
  padding: 50px 50px 50px 100px;
}
.page_shops h2 {
  margin-left: initial;
}
.page_shops .info-text {
  padding: initial;
  margin-left: initial;
  text-align: initial;
}
.page_shops .map_city {
  padding-bottom: 100px;
  margin-left: initial;
}
.page_shops .map_city .map_button {
  margin: initial;
  left: initial;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* map on /contacts page */
.page-contacts .i-map {
  /*background-image: url(/html/img/contacts-bg-2.webp);*/
  margin-top: 30px;
}
.i-map-wrapper {
  margin-top: initial;
}
.i-map-switch {
  position: relative;
  top: initial;
  display: flex;
  justify-content: flex-end;
}
.i-map.active {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.region-list {
  position: relative;
  top: initial;
  width: 100%;
  margin: 0;
}
.region-list__wrap {
  background-color: #f3f3f3;
  border: 10px solid white;
  padding: 40px;
}
.region-list__title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 30px;
}
