@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.branches_section .tab_btns {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.branches_section .tab_btns button:after, .page_head .head_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.branches_section .map_btn {
  border: none;
  padding: 0;
  background: transparent;
}

.branches_section .tab_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1201px) {
  .branches_section .tab_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .branches_section .tab_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .branches_section .tab_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .branches_section .tab_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .branches_section .tab_title {
    font-size: 1.6rem;
  }
}

.branches_section .branch_name, .branches_section .tab_btns button {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .branches_section .branch_name, .branches_section .tab_btns button {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .branches_section .branch_name, .branches_section .tab_btns button {
    font-size: 160%;
  }
}

.branches_section .map_btn, .branches_section .contact_block {
  font-size: 140%;
  line-height: 19px;
}

@media screen and (min-width: 1201px) {
  .branches_section {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .branches_section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .branches_section {
    padding-bottom: 60px;
  }
}

.page_head {
  position: relative;
  overflow: hidden;
}
.page_head:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1491px;
  height: 100%;
  background: linear-gradient(89.94deg, rgba(28, 50, 93, 0.59) 0.06%, rgba(28, 50, 93, 0) 66.45%);
  background-color: center;
}
.page_head .head_inner {
  display: flex;
  align-items: flex-end;
  z-index: 2;
  padding-bottom: 200px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .page_head .head_inner {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_head .head_inner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .page_head .head_inner {
    padding-bottom: 80px;
  }
}
.page_head .page_title {
  color: #ffffff;
}
.page_head img {
  display: block;
  width: 100%;
  height: 28.44vw;
  min-height: 180px;
  max-height: 560px;
  object-fit: cover;
}

.branches_section {
  position: relative;
  z-index: 2;
  margin-top: -160px;
}
.branches_section .tab_btns {
  display: inline-flex;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 30px 30px 0 0;
  background: #ffffff;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
.branches_section .tab_btns button {
  color: #1C325D;
  background: #F4FBFF;
  font-family: "notosans-bold", "notosansarm-bold";
  padding: 0 50px;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
  height: 70px;
}
.branches_section .tab_btns button:after {
  z-index: -1;
  content: "";
  background: #FC4760;
  background-size: 100% auto;
  background-position: center;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
}
.branches_section .tab_btns button:active {
  background: #0184CD;
  color: #ffffff;
}
.branches_section .tab_btns button.selected {
  pointer-events: none;
  color: #00ABEC;
  background: #ffffff;
}
.branches_section .tab_btns button.selected:after {
  display: none;
}
.branches_section .tab_btns li {
  display: flex;
}
.branches_section .tab_btns li:not(:first-child) {
  border-left: 1px solid #EAF7FF;
}
.branches_section .map_block {
  height: 776px;
  max-height: 80vh;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.branches_section #map {
  border-radius: 35px;
}
.branches_section .tabs_container {
  background: #ffffff;
  border-radius: 0 50px 50px 50px;
  box-shadow: 0px 4px 50px 2px rgba(0, 158, 224, 0.07);
  padding-bottom: 70px;
  position: relative;
  z-index: 3;
}
.branches_section .tab_block {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.branches_section .tab_title {
  color: #1C325D;
  padding: 0 21px 15px;
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}
.branches_section .branches_list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  color: #1C325D;
}
.branches_section .branches_list > li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 15px 21px;
  margin-bottom: 20px;
  border-radius: 30px;
}
.branches_section .branches_list > li.active {
  background: #F4FBFF;
}
.branches_section .branches_list > li.active .branch_name {
  color: #00ABEC;
}
.branches_section .branch_name {
  font-family: "notosans-bold", "notosansarm-bold";
  margin-bottom: 20px;
}
.branches_section .contact_block {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  max-width: 320px;
}
.branches_section .contact_block:before {
  display: block;
  font-size: 2.4rem;
  margin-right: 10px;
}
.branches_section .contact_block a {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
}
.branches_section .map_btn {
  color: #00ABEC;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .branches_section .map_block {
    padding: 10px;
    height: 560px;
  }
  .branches_section #map {
    border-radius: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .branches_section .tab_btns {
    border-radius: 12px 12px 0 0;
  }
  .branches_section .tab_btns button {
    padding: 0 15px;
    height: 60px;
  }
  .branches_section .map_block {
    padding: 5px;
    height: 480px;
    margin-bottom: 20px;
  }
  .branches_section .tabs_container {
    border-radius: 0 20px 20px 20px;
    padding-bottom: 20px;
  }
  .branches_section #map {
    border-radius: 15px;
  }
  .branches_section .branches_list li {
    padding: 10px 8px;
    border-radius: 10px;
  }
  .branches_section .tab_title {
    padding: 0 8px 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .branches_section .branches_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .branches_section .branches_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .branches_section .contact_block a, .branches_section .contact_block .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .branches_section .tab_btns button, .branches_section .tab_btns .web button, .branches_section .branches_list > li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .branches_section .map_btn, .branches_section .touch .map_btn, .touch .branches_section .contact_block a, .branches_section .contact_block .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .branches_section .tab_btns button, .branches_section .tab_btns .touch button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .branches_section .contact_block a:hover, .branches_section .contact_block .web a:hover {
  color: #00ABEC;
}
.web .branches_section .tab_btns button:hover:after, .branches_section .tab_btns .web button:hover:after {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.web .branches_section .tab_btns button:hover:not(:active), .branches_section .tab_btns .web button:hover:not(:active) {
  box-shadow: none;
  color: #ffffff;
}
.web .branches_section .tab_btns button:hover:not(:active):after, .branches_section .tab_btns .web button:hover:not(:active):after {
  opacity: 1;
}
.web .branches_section .map_btn, .branches_section .web .map_btn {
  background-image: linear-gradient(119.16deg, #00ABE9 17.56%, #7ECDFB 45.34%, #61CCFF 64.89%, #00ABE9 92.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% auto;
  background-position: 0 0;
  -o-transition: background-position 0.3s;
  -ms-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  -webkit-transition: background-position 0.3s;
  transition: background-position 0.3s;
}
.web .branches_section .map_btn:hover, .branches_section .web .map_btn:hover {
  background-position: 50% 0;
}
.web .branches_section .map_btn:hover:active, .branches_section .web .map_btn:hover:active {
  background-position: 100% 0;
  -o-transition: background-position 0.1s;
  -ms-transition: background-position 0.1s;
  -moz-transition: background-position 0.1s;
  -webkit-transition: background-position 0.1s;
  transition: background-position 0.1s;
}
.touch .branches_section .contact_block a:active, .branches_section .contact_block .touch a:active {
  color: #00ABEC;
}
.touch .branches_section .map_btn:active, .branches_section .touch .map_btn:active {
  color: #0184CD;
}

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