.iw_content, .contact_list a {
  font-size: 140%;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .iw_content, .contact_list a {
    font-size: 130%;
    line-height: 21px;
  }
}

.branch_title {
  font-size: 200%;
  line-height: 1.7em;
}
@media screen and (max-width: 1200px) {
  .branch_title {
    font-size: 190%;
  }
}
@media screen and (max-width: 768px) {
  .branch_title {
    font-size: 180%;
  }
}
@media screen and (max-width: 480px) {
  .branch_title {
    font-size: 160%;
  }
}

body {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.branches_page {
  padding-bottom: 100px;
}
.branches_page .section_title {
  padding-top: 55px;
}

.branches_main {
  margin-top: 45px;
  border-radius: 15px;
  box-shadow: 0px 10px 30px 0px rgba(92, 141, 44, 0.07);
  position: relative;
  overflow: hidden;
  display: flex;
  height: 628px;
}

.branches_list {
  max-width: 32%;
  flex: 0 0 32%;
  max-height: 100%;
  position: relative;
  overflow-y: auto;
  scrollbar-color: #5C8D2C #D9D9D9;
  scrollbar-width: auto;
}
.branches_list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #D9D9D9;
}
.branches_list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #5C8D2C;
}
.branches_list ul {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
.branches_list li.active {
  background: rgba(217, 217, 217, 0.3);
}
.branches_list li.active .map_btn {
  pointer-events: none;
}

.branch_title {
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
  display: inline-block;
  vertical-align: top;
}

.branch_block {
  padding: 20px 50px;
}
.branch_block.hovered .map_btn {
  color: #5C8D2C;
}

.contact_list {
  padding-top: 5px;
}
.contact_list .contact_row {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.contact_list .contact_row:before {
  font-size: 2.4rem;
  color: #375702;
  display: block;
  margin-right: 15px;
}
.contact_list a {
  color: #626A62;
  display: block;
}
.map_section {
  max-width: 68%;
  flex: 0 0 68%;
  height: 100%;
}

.map_inner {
  height: 100%;
}

#map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ymaps-2-1-79-balloon {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: none !important;
  width: 320px;
  padding: 0 !important;
}

.ymaps-2-1-79-balloon__content {
  padding: 30px 20px 20px !important;
  font-size: 100% !important;
  margin-right: 0 !important;
}
.ymaps-2-1-79-balloon__content > ymaps {
  width: 100% !important;
}

.ymaps-2-1-79-balloon__tail {
  background: #ffffff !important;
  box-shadow: none !important;
  left: 50% !important;
  margin-left: -15px;
}
.ymaps-2-1-79-balloon__tail:after {
  width: 22px !important;
  height: 22px !important;
  bottom: -8px !important;
}

.ymaps-2-1-79-balloon__close {
  margin: 15px 15px 0 0 !important;
}

.ymaps-2-1-79-balloon__close-button {
  height: 12px !important;
  width: 12px !important;
  opacity: 1 !important;
  font-weight: bold;
}

.iw_content {
  width: 100%;
}
.iw_content .branch_name {
  color: #0B2812;
  font-family: "mardoto-medium", "roboto-medium";
}
.iw_content .branch_address {
  color: #626A62;
  padding-top: 10px;
}
.iw_content .branch_link {
  color: #375702;
  font-family: "mardoto-medium", "roboto-medium";
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .branch_block {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .branch_block {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .branches_page {
    padding-bottom: 80px;
  }
  .branches_page .section_title {
    padding-top: 45px;
  }
  .branches_main {
    margin-top: 32px;
    height: 520px;
  }
  .branches_list {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .branches_list ul {
    padding: 15px 0;
  }
  .map_section {
    max-width: 65%;
    flex: 0 0 65%;
  }
  .branch_block {
    padding: 15px 20px;
  }
  .ymaps-2-1-79-balloon {
    width: 300px !important;
  }
}
@media screen and (max-width: 768px) {
  .branches_main {
    height: auto;
    flex-wrap: wrap;
  }
  .branches_list {
    max-width: 100%;
    flex: 0 0 100%;
    max-height: 400px;
    margin-bottom: 30px;
  }
  .map_section {
    max-width: 100%;
    flex: 0 0 100%;
  }
  #map {
    height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .branches_page {
    padding-bottom: 100px;
  }
  .branches_page .section_title {
    padding-top: 30px;
  }
  .branches_main {
    margin-top: 20px;
  }
  .ymaps-2-1-79-balloon {
    width: 250px !important;
  }
  .ymaps-2-1-79-balloon__content {
    padding: 20px 15px !important;
  }
  .ymaps-2-1-79-balloon__close {
    margin: 5px 5px 0 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .ymaps-2-1-79-balloon {
    width: 100% !important;
  }
  #map {
    height: 400px;
  }
  .branches_list {
    max-height: 340px;
  }
}
.web .contact_list a, .contact_list .web a, .web .iw_content .branch_link, .iw_content .web .branch_link, .branch_title, .contact_list a.map_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.branches_list li {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.touch .contact_list a, .contact_list .touch a, .touch .iw_content .branch_link, .iw_content .touch .branch_link {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .contact_list a:hover, .contact_list .web a:hover, .web .iw_content .branch_link:hover, .iw_content .web .branch_link:hover {
  color: #5C8D2C;
}
.touch .contact_list a:active, .contact_list .touch a:active, .touch .iw_content .branch_link:active, .iw_content .touch .branch_link:active {
  color: #5C8D2C;
}

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