@charset "UTF-8";
.branches_container .branch_region:before, .branches_container .branches_list .branch:before, .branches_container .branch_region:after, .branches_container .branches_list .branch:after, .branches_container .toggle_button:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.branches_container .branches_list, .branches_container .container_inner > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.standard_text {
  max-width: 700px;
}

.branches_section {
  margin: 45px 0;
  display: flex;
  width: 100%;
  height: 580px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.map_block {
  height: 100%;
  width: 66.66%;
  max-width: 66.66%;
}
.map_block #map-canvas {
  width: 100%;
  height: 100%;
}

.gm-style-iw {
  text-align: center;
}

.iw_content {
  padding: 10px;
  font-size: 1.2rem;
  line-height: 15px;
  color: #292929;
}

.iw_branch_name {
  font-family: "bold";
}

.iw_branch_address {
  margin-top: 15px;
}

.iw_branch_phone {
  margin-top: 8px;
}

.branches_container {
  height: 100%;
  width: 33.33%;
  max-width: 33.33%;
}
.branches_container .toggle_button {
  display: none;
}
.branches_container .toggle_button:after {
  content: "";
  font-size: 71.4%;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: block;
  margin-left: 20px;
  color: #f1621e;
  font-weight: bolder;
  margin-left: auto;
}
.branches_container .list_container {
  height: 100%;
}
.branches_container .container_inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.branches_container .container_inner > ul > li {
  border-top: 1px solid rgba(242, 242, 242, 0.5);
}
.branches_container .container_inner > ul > li:first-child {
  border: none;
}
.branches_container .container_inner > ul > li.branches_opened .branch_region:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.branches_container .container_inner .scroll-y div {
  position: absolute;
  width: 3px;
  display: block;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  right: 0;
}
.branches_container .container_inner .scroll-y div.scroll-element_outer {
  top: 9px;
  bottom: 9px;
  right: 7px;
}
.branches_container .container_inner .scroll-y div.scroll-element_track {
  background: #e5e5e5;
  z-index: 5;
}
.branches_container .container_inner .scroll-y div.scroll-bar {
  background: #7e7d7d;
  cursor: pointer;
  z-index: 6;
}
.branches_container .container_inner .scroll-y div.scroll-bar:hover {
  background: #333333;
}
.branches_container .branches_list {
  display: none;
}
.branches_container .branches_list > li {
  border-top: 1px solid rgba(242, 242, 242, 0.5);
}
.branches_container .branches_list > li:first-child {
  border: none;
}
.branches_container .branches_list:before {
  display: block;
  content: "";
  height: 1px;
  background: rgba(237, 237, 237, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.branches_container .branches_list:after {
  display: block;
  content: "";
  height: 1px;
  background: rgba(237, 237, 237, 0.5);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16);
}
.branches_container .branches_list .branch_contacts {
  display: none;
  background: rgba(248, 248, 248, 0.8);
  padding: 0 45px;
}
.branches_container .branches_list .branch_contacts:before {
  display: block;
  content: "";
  height: 1px;
  background: rgba(237, 237, 237, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
}
.branches_container .branches_list .branch_contacts:after {
  display: block;
  content: "";
  height: 1px;
  background: rgba(237, 237, 237, 0.5);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
}
.branches_container .branches_list .branch_contacts > div {
  font-size: 120%;
  line-height: 16px;
  color: #292929;
  display: flex;
  align-items: center;
  margin-top: 13px;
}
.branches_container .branches_list .branch_contacts > div:first-child {
  margin: 0;
}
.branches_container .branches_list .branch_contacts > div:before {
  display: block;
  font-size: 116.7%;
  color: #f1621e;
  width: 27px;
}
.branches_container .branches_list .branch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  font-size: 120%;
  line-height: 16px;
  padding: 8px 30px 8px 45px;
  color: #000000;
  position: relative;
}
.branches_container .branches_list .branch:hover {
  background: #f2f2f2;
}
.branches_container .branches_list .branch:before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  height: 100%;
  background: #f1621e;
  opacity: 0;
}
.branches_container .branches_list .branch:after {
  display: block;
  content: "";
  font-size: 66.67%;
  margin-left: 20px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  color: #f1621e;
  font-weight: bolder;
}
.branches_container .branches_list .branch.selected {
  background: rgba(248, 248, 248, 0.3);
}
.branches_container .branches_list .branch.selected:before {
  opacity: 1;
}
.branches_container .branches_list .branch.selected:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.branches_container .branch_region {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding: 10px 30px;
  font-size: 140%;
  line-height: 18px;
  color: #000000;
}
.branches_container .branch_region:hover {
  background: #f2f2f2;
}
.branches_container .branch_region:after {
  display: block;
  content: "";
  font-size: 57.14%;
  margin-left: 20px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  color: #f1621e;
  font-weight: bolder;
}

@media (max-width: 1439px) {
  .branches_container .branch_region {
    padding-left: 20px;
    padding-right: 20px;
  }
  .branches_container .branches_list .branch {
    padding-left: 30px;
    padding-right: 20px;
  }
  .branches_container .branches_list .branch_contacts {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .branches_section {
    height: 480px;
  }

  .branches_container .branch_region {
    padding-left: 15px;
    padding-right: 15px;
  }
  .branches_container .branches_list .branch {
    padding-left: 20px;
    padding-right: 15px;
  }
  .branches_container .branches_list .branch_contacts {
    padding: 0 20px;
  }
  .branches_container .branches_list .branch_contacts > div:before {
    width: 20px;
  }
  .branches_container .container_inner .scroll-y div {
    width: 4px;
  }
  .branches_container .container_inner .scroll-y div.scroll-element_outer {
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .branches_section {
    height: auto;
    flex-direction: column-reverse;
  }
  .branches_section .map_block {
    min-height: 360px;
    width: 100%;
    max-width: 100%;
    height: 75vh;
  }

  .branches_container {
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
  }
  .branches_container .container_inner {
    height: 340px;
    max-height: 90vh;
    background: #ffffff;
  }
  .branches_container .toggle_button {
    display: flex;
    color: #292929;
    font-size: 140%;
    line-height: 18px;
    height: 40px;
    padding: 0 20px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #ededed;
  }
  .branches_container .toggle_button span {
    display: block;
    flex: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
  }
  .branches_container .toggle_button:before {
    display: block;
    content: attr(data-default);
  }
  .branches_container .toggle_button.selected {
    color: #f1621e;
  }
  .branches_container .toggle_button.selected:before {
    font-size: 0;
  }
  .branches_container .list_container {
    height: 0;
    position: absolute;
    overflow: hidden;
    top: 43px;
    left: 0;
    width: 100%;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .branches_container.showed .list_container {
    height: 340px;
    max-height: 90vh;
  }
  .branches_container .branch_region {
    padding-left: 20px;
    padding-right: 20px;
  }
  .branches_container .branches_list .branch {
    padding-left: 30px;
    padding-right: 20px;
  }
  .branches_container .branches_list .branch_contacts {
    padding: 0 30px;
  }
  .branches_container .branches_list .branch_contacts > div:before {
    width: 25px;
  }
  .branches_container .container_inner .scroll-y div.scroll-element_outer {
    top: 2px;
    bottom: 2px;
    right: 2px;
  }
}
.branches_container .branches_list .branch:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.branches_container .container_inner .scroll-y div.scroll-bar, .branches_container .branches_list .branch, .branches_container .branch_region {
  -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;
}

/*# sourceMappingURL=branches.css.map */
