.map_section .addresses_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.map_section {
  margin-top: 20px;
  background: #F7F7F7;
  position: relative;
  padding-top: 35px;
  margin-bottom: 50px;
  padding-bottom: 60px;
}
.map_section .page_title {
  margin-top: 0;
  padding: 0;
}
.map_section .map_inner {
  background: #ffffff;
  margin-top: 40px;
  position: relative;
  padding: 30px 40px 40px;
}
.map_section .map_block {
  width: 100%;
  max-width: 1041px;
  margin: 0 auto;
}
.map_section .map_block #map {
  width: 100%;
  height: 540px;
  margin: 0 auto;
  max-width: 1041px;
}
.map_section .tab_buttons {
  padding-bottom: 26px;
  margin-top: 30px;
}
.map_section .filter_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.map_section .filter_btns .selected {
  width: 184px;
  background-color: #76BC22;
  display: flex;
  font-size: 140%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
.map_section .filter_btns .selected a::before {
  color: #ffffff;
}
.map_section .filter_btns > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  height: 37px;
  width: 184px;
  background-color: #ffffff;
  color: #000000;
  font-family: "montserrat_bold", "montserratarm_bold";
  font-size: 140%;
  line-height: 19px;
  position: relative;
}
.map_section .filter_btns > div a:before {
  font-size: 120%;
  padding-left: 12px;
  color: inherit;
}
.map_section .filter_btns > div a.icon_shop:before {
  font-size: 90%;
}
.map_section .iw_content {
  color: #000000;
  font-size: 110%;
  line-height: 15px;
}
.map_section .iw_content .iw_branch_name {
  padding-top: 15px;
}
.map_section .iw_content .iw_branch_address,
.map_section .iw_content .iw_branch_phone,
.map_section .iw_content .iw_branch_name {
  padding-bottom: 15px;
}
.map_section .ymaps-2-1-77-balloon {
  min-width: 280px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 7px;
}
.map_section .ymaps-2-1-77-balloon__close-button {
  width: 10px;
  height: 10px;
  color: #000000;
  margin: 10px 10px 0 0;
}
.map_section .tabs_container .tab_block {
  position: relative;
  display: none;
}
.map_section .tabs_container .selected.tab_block {
  height: auto;
  opacity: 1;
  display: block;
}
.map_section .list_inner {
  display: flex;
  padding-top: 30px;
}
.map_section .info_container {
  flex: 1;
  padding-left: 30px;
}
.map_section .shop_address {
  width: 250px;
}
.map_section .addresses_list li {
  margin-bottom: 20px;
  width: 100%;
}
.map_section .addresses_list a {
  min-height: 77px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #EBEBEB;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.map_section .addresses_list a::before {
  content: "";
  position: absolute;
  right: -5px;
  width: 10px;
  height: 10px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  transform: rotate(45deg);
  background: #F7F7F7;
  opacity: 0;
}
.map_section .addresses_list span {
  display: flex;
  align-items: center;
  font-size: 140%;
  line-height: 19px;
  color: #333333;
}
.map_section .addresses_list span:before {
  font-size: 180%;
  margin-right: 15px;
  color: #76BC22;
}
.map_section .addresses_list .selected {
  background: #F7F7F7;
}
.map_section .addresses_list .selected:before {
  opacity: 1;
}
.map_section .address_title {
  font-size: 190%;
  line-height: 26px;
  font-family: "montserrat_bold", "montserratarm_bold";
  max-width: 613px;
  color: #76BC22;
}
.map_section .address_description {
  margin-top: 25px;
  max-width: 660px;
  font-size: 150%;
  line-height: 20px;
  color: #999999;
}
.map_section .address_description span {
  color: #000000;
}
.map_section .address_image {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_section .address_image img {
  max-width: 100%;
  max-height: 350px;
  display: block;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .map_section {
    padding: 20px 0;
  }
  .map_section .map_inner {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .map_section .list_inner {
    padding-top: 15px;
  }
  .map_section .info_container {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .map_section {
    margin-bottom: 0;
    background: #F5F5F5;
  }
  .map_section .shop_address {
    width: 220px;
  }
  .map_section .addresses_list li {
    margin-bottom: 15px;
  }
  .map_section .address_title {
    font-size: 160%;
    line-height: 23px;
  }
  .map_section .address_description {
    font-size: 140%;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .map_section .list_inner {
    flex-direction: column;
  }
  .map_section .shop_address {
    width: 100%;
    overflow-y: auto;
  }
  .map_section .addresses_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .map_section .addresses_list li {
    padding: 0 10px;
    width: auto;
  }
  .map_section .addresses_list a {
    padding: 10px;
    min-width: 160px;
    min-height: 50px;
  }
  .map_section .addresses_list a:before {
    bottom: -5px;
    left: 50%;
    border-top: none;
    border-bottom: 1px solid #EBEBEB;
  }
  .map_section .addresses_list span {
    font-size: 120%;
    line-height: 17px;
    white-space: nowrap;
    max-width: none;
  }
  .map_section .address_description {
    margin-top: 15px;
  }
  .map_section .info_container {
    padding-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .map_section .map_inner {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .map_section .filter_btns {
    max-width: none;
    width: 100%;
  }
  .map_section .filter_btns .selected {
    width: 100%;
    font-size: 120%;
    line-height: 17px;
  }
  .map_section .filter_btns > div {
    width: 50%;
  }
  .map_section .filter_btns > div a {
    width: 100%;
    font-size: 120%;
    line-height: 17px;
  }
  .map_section .map_block #map {
    height: 60vh;
  }
  .map_section .list_inner {
    padding-top: 0;
  }
  .map_section .addresses_list a {
    height: 60px;
  }
  .map_section .addresses_list li {
    padding: 0 5px;
  }
  .map_section .tab_buttons {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .map_section .address_title {
    font-size: 140%;
    line-height: 19px;
  }
  .map_section .address_description {
    font-size: 120%;
    line-height: 17px;
  }
}

@media (max-width: 991px) {
  body {
    background: #ffffff;
  }

  .header_bottom {
    display: none;
  }

  .header .search_form {
    background: #ffffff;
  }

  .map_section {
    margin-top: 140px;
  }
}

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