.branches_page .filter_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.branches_page .img_branch picture > img,
.branches_page .img_branch > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.branches_page .img_branch picture > img,
.branches_page .img_branch > img {
  object-fit: cover;
}

.branches_page {
  margin-top: 70px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .branches_page {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .branches_page {
    margin-top: 30px;
  }
}
.branches_page .page_title_block .page_container {
  display: flex;
  align-items: center;
}
.branches_page .page_title_block .title_block {
  flex: 0 0 50%;
  max-width: 50%;
  white-space: nowrap;
}
.branches_page .page_title_block .img_title {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.branches_page .page_title_block .img_title .img_list {
  width: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .branches_page .page_title_block .img_title {
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .branches_page .page_title_block .img_title {
    margin-top: -16px;
  }
}
@media screen and (max-width: 479px) {
  .branches_page .page_title_block .img_title {
    display: none;
  }
}
.branches_page .page_title_block .img_title img {
  display: block;
  width: auto;
  height: 60px;
  margin-left: 10%;
  opacity: 0;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
@media screen and (max-width: 1023px) {
  .branches_page .page_title_block .img_title img {
    height: 40px;
  }
}
.branches_page .page_title_block .title_branch {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.branches_page .page_title_block .title_branch:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 10px;
  left: 0;
  width: 0;
  height: 3px;
  background-image: linear-gradient(90deg, #ffffff, #ffffff 70%, transparent 50%, transparent 100%);
  background-size: 20px 9px;
  -o-transition: width 2s linear 1.5s;
  -ms-transition: width 2s linear 1.5s;
  -moz-transition: width 2s linear 1.5s;
  -webkit-transition: width 2s linear 1.5s;
  transition: width 2s linear 1.5s;
}
@media screen and (max-width: 1023px) {
  .branches_page .page_title_block .title_branch:before {
    margin-top: 3px;
  }
}
@media screen and (max-width: 479px) {
  .branches_page .page_title_block .title_branch:before {
    display: none;
  }
}
.branches_page .page_title_block .title_branch .section_title {
  position: relative;
  background: transparent;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  z-index: 3;
  margin-left: -18px;
  padding: 0 18px;
  -o-transition: background-color 0s 1.5s, color 1s 1.6s;
  -ms-transition: background-color 0s 1.5s, color 1s 1.6s;
  -moz-transition: background-color 0s 1.5s, color 1s 1.6s;
  -webkit-transition: background-color 0s 1.5s, color 1s 1.6s;
  transition: background-color 0s 1.5s, color 1s 1.6s;
}
.branches_page .filter_block {
  white-space: nowrap;
}
.branches_page .filter_block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.branches_page .filter_block ul li {
  padding: 0 4px;
  display: flex;
  margin-bottom: 8px;
}
.branches_page .filter_block ul a {
  font-size: 200%;
  line-height: 24px;
  color: #cccccc;
  font-family: "montserrat-medium", "montserratarm";
  background: #181818;
  border: 1px solid #999999;
  border-radius: 80px;
  padding: 19px 39px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .branches_page .filter_block ul a {
    font-size: 180%;
    line-height: 1.6em;
    padding: 10px 25px;
  }
}
@media screen and (max-width: 767px) {
  .branches_page .filter_block ul a {
    font-size: 140%;
    line-height: 1.6em;
    padding: 8px 15px;
  }
}
.branches_page .filter_block ul a.selected {
  background: #ffffff;
  box-shadow: 3px 3px 0 #000000;
  color: #181818;
}
.branches_page .branches_section {
  margin-top: 56px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .branches_page .branches_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .branches_page .branches_section {
    margin-top: 24px;
  }
}
.branches_page .branches_inner {
  margin-top: 48px;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .branches_page .branches_inner {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .branches_page .branches_inner {
    margin-top: 10px;
    flex-wrap: wrap;
  }
}
.branches_page .branches_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  max-height: 75vh;
  height: 900px;
  overflow-y: auto;
  scrollbar-color: #999999 transparent;
  scrollbar-width: thin;
}
.branches_page .branches_block::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: transparent;
}
.branches_page .branches_block::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #999999;
}
.branches_page .branches_block .page_container {
  padding-right: 0;
  position: relative;
}
.branches_page .branches_block .page_container:before {
  content: "";
  background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, #181818 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 40px;
  z-index: 1;
}
.branches_page .branches_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.branches_page .branches_block ul li {
  position: relative;
  padding-right: 28px;
}
@media screen and (max-width: 1023px) {
  .branches_page .branches_block ul li {
    padding-right: 10px;
  }
}
.branches_page .branches_block ul li:last-child a:after, .branches_page .branches_block ul li:first-child a:after {
  display: none;
}
.branches_page .branches_block ul li a:after {
  content: "";
  background: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50vw;
  height: 1px;
}
@media screen and (max-width: 1023px) {
  .branches_page .branches_block ul li a:after {
    width: 100vw;
  }
}
.branches_page .branches_block ul a {
  display: none;
  padding: 20px 0;
}
.branches_page .branches_block ul a.branch_selected {
  display: flex;
}
.branches_page .branches_block ul a.active:before {
  content: "";
  background: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .branches_page .branches_block ul a.active:before {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1679px) {
  .branches_page .branches_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .branches_page .branches_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .branches_page .branches_block {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
  }
}
.branches_page .img_branch {
  max-width: 112px;
  flex: 0 0 112px;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  align-self: flex-start;
}
.branches_page .img_branch:before {
  display: block;
  content: "";
  padding-bottom: 125.9%;
}
@media screen and (min-width: 1200px) and (max-width: 1679px) {
  .branches_page .img_branch {
    max-width: 90px;
    flex: 0 0 90px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .branches_page .img_branch {
    max-width: 70px;
    flex: 0 0 70px;
  }
}
@media screen and (max-width: 1023px) {
  .branches_page .img_branch {
    max-width: 60px;
    flex: 0 0 60px;
  }
}
.branches_page .info_block {
  margin-left: 24px;
  position: relative;
  align-self: center;
}
@media screen and (max-width: 1023px) {
  .branches_page .info_block {
    margin-left: 12px;
  }
}
.branches_page .branch_name {
  font-size: 200%;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
  font-family: "montserrat-medium", "montserratarm";
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .branches_page .branch_name {
    font-size: 180%;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1023px) {
  .branches_page .branch_name {
    font-size: 160%;
    line-height: 1.6em;
  }
}
.branches_page .info_type {
  font-size: 180%;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
  font-family: "montserrat-light", "montserratarm-light";
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .branches_page .info_type {
    font-size: 160%;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1023px) {
  .branches_page .info_type {
    font-size: 140%;
    line-height: 1.6em;
  }
}
.branches_page .info_inner {
  font-size: 150%;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 3px;
  display: block;
  font-family: "montserrat-light", "montserratarm-light";
}
.branches_page .info_inner > span {
  padding: 0 10px;
}
@media screen and (max-width: 1439px) {
  .branches_page .info_inner {
    font-size: 140%;
    line-height: 1.6em;
  }
}
.branches_page .map_block {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.branches_page .map_block #map {
  width: 100%;
  height: 900px;
  max-height: 75vh;
}
.branches_page .iw_content {
  padding: 7px 10px 0;
  color: #181818;
  max-width: 260px;
  font-size: 1rem;
}
.branches_page .iw_branch_name {
  font-size: 150%;
  line-height: 18px;
  font-family: "montserrat-medium", "montserratarm";
  margin-bottom: 12px;
  font-weight: 700;
}
.branches_page .iw_branch_address {
  font-size: 150%;
  line-height: 18px;
  margin-bottom: 8px;
  display: block;
  font-family: "montserrat", "montserratarm-light";
}
.branches_page .gm-ui-hover-effect {
  color: #cccccc;
  font-size: 1.8rem;
  top: 0 !important;
  right: 0 !important;
}
.branches_page .gm-ui-hover-effect > span {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  background-color: #cccccc !important;
}
.branches_page .iw_branch_time {
  font-size: 130%;
  line-height: 20px;
  color: #7B7575;
  display: block;
  font-family: "montserrat-light", "montserratarm-light";
  white-space: nowrap;
}
.branches_page .iw_branch_time > span:not(:first-child) {
  margin-left: 8px;
}
.branches_page .direction_link {
  display: inline-block;
  vertical-align: top;
  color: #ED1C24;
  font-size: 150%;
  line-height: 1.5em;
  font-family: "montserrat-medium", "montserratarm";
  margin-top: 12px;
}
.branches_page .direction_link:hover {
  text-decoration: underline;
}

body.loaded .branches_page .page_title_block .title_branch:before {
  width: 100%;
}
body.loaded .branches_page .page_title_block .section_title {
  color: #ffffff;
  background: #181818;
}
body.loaded .branches_page .page_title_block .img_list img {
  opacity: 1;
}
body.loaded .branches_page .page_title_block .img_list img:first-child {
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(2) {
  -o-transition-delay: 2.7s;
  -ms-transition-delay: 2.7s;
  -moz-transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(3) {
  -o-transition-delay: 2.9s;
  -ms-transition-delay: 2.9s;
  -moz-transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(4) {
  -o-transition-delay: 3.1s;
  -ms-transition-delay: 3.1s;
  -moz-transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(5) {
  -o-transition-delay: 3.3s;
  -ms-transition-delay: 3.3s;
  -moz-transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(6) {
  -o-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(7) {
  -o-transition-delay: 3.7s;
  -ms-transition-delay: 3.7s;
  -moz-transition-delay: 3.7s;
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
body.loaded .branches_page .page_title_block .img_list img:nth-child(8) {
  -o-transition-delay: 3.9s;
  -ms-transition-delay: 3.9s;
  -moz-transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.web .branches_page .gm-ui-hover-effect > span, .branches_page .web .gm-ui-hover-effect > span {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .branches_page .gm-ui-hover-effect > span, .branches_page .touch .gm-ui-hover-effect > span {
  -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 .branches_page .gm-ui-hover-effect > span:hover, .branches_page .web .gm-ui-hover-effect > span:hover {
  color: #ED1C24;
}
.touch .branches_page .gm-ui-hover-effect > span:active, .branches_page .touch .gm-ui-hover-effect > span:active {
  color: #ED1C24;
}

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