.locator_page .list_shops ul, .list_block {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.top_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.list_block li {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.list_block li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.list_block li img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 285px;
  object-fit: cover;
}

.inner_info {
  padding-left: 15px;
}
.inner_info a {
  font-size: 120%;
  line-height: 14px;
  color: #666666;
  text-align: right;
}

.block_city {
  margin-bottom: 5px;
  color: #333333;
  font-size: 120%;
  line-height: 14px;
}

.page_title {
  color: #333333;
  margin: 40px 0 45px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .page_title {
    font-size: 360%;
    line-height: 42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page_title {
    font-size: 320%;
    line-height: 38px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .page_title {
    font-size: 280%;
    line-height: 34px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .page_title {
    font-size: 240%;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 991px) {
  .list_block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .top_block {
    flex-direction: column;
    margin: 15px 0;
  }
  .list_block li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.locator_page .map_inner {
  flex: 1;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 606px;
  min-height: 430px;
}
.locator_page .iw_content {
  display: flex;
  align-items: flex-start;
  font-size: 120%;
  line-height: 21px;
}
.locator_page .iw_content img {
  max-width: 100px;
  width: 100%;
  margin-right: 20px;
}
.locator_page .iw_branch_name {
  font-family: "montserrat-bold", "montserrat-arm-bold";
}
.locator_page .ymaps-2-1-79-balloon__close,
.locator_page .ymaps-2-1-79-balloon__tail {
  display: none;
}
.locator_page #map {
  width: 100%;
  height: 100%;
}
.locator_page .map_block {
  margin-top: 10px;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.locator_page .list_inner {
  display: flex;
  flex-direction: column;
  font-size: 120%;
  line-height: 14px;
  color: #666666;
}
.locator_page .branch {
  display: flex;
  align-items: flex-start;
  padding: 20px;
}
.locator_page .branch > img {
  max-width: 107px;
  margin-right: 20px;
  width: 100%;
}
.locator_page .branch span {
  padding-bottom: 4px;
}
.locator_page .branch.selected {
  background: #f2f2f2;
}
.locator_page .title_list {
  font-size: 120%;
  line-height: 14px;
  color: #333333;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  margin-bottom: 4px;
}
.locator_page .list_shops {
  position: absolute;
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.locator_page .list_shops ul {
  margin: 20px 0;
  position: relative;
  z-index: 3;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 320px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #D9D9D9 transparent;
  scrollbar-width: thin;
  max-height: 566px;
}
.locator_page .list_shops ul::-webkit-scrollbar {
  width: 8px;
  height: auto;
  border-radius: 0;
  background: transparent;
}
.locator_page .list_shops ul::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #D9D9D9;
}
.locator_page .list_shops ul li {
  border-bottom: 1px solid #e5e5e5;
}
.locator_page .list_shops ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  .locator_page .iw_content {
    font-size: 90%;
    line-height: 19px;
  }
  .locator_page .branch {
    padding: 7px 20px;
  }
  .locator_page .branch > img {
    max-width: 70px;
  }
  .locator_page .map_inner {
    height: 300px;
    min-height: 300px;
  }
  .locator_page .map_block {
    display: block;
  }
  .locator_page .list_shops {
    position: relative;
    padding: 0;
  }
  .locator_page .list_shops ul {
    max-width: 100%;
    max-height: 260px;
  }
}
@media screen and (max-width: 399px) {
  .locator_page .branch > img {
    display: none;
  }
}

.web .list_block li a, .list_block li .web a, .web .locator_page .branch, .locator_page .web .branch {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .list_block li a:hover, .list_block li .web a:hover, .web .locator_page .branch:hover, .locator_page .web .branch:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=locator.css.map */
