.contact_page .filter_btns {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact_page {
  margin-top: 25px;
}
.contact_page .page_title {
  margin: 25px 0;
}
.contact_page .map_block {
  min-height: 360px;
  height: 66vh;
  display: flex;
}
.contact_page .map_inner {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact_page .map_inner #map-canvas {
  width: 100%;
  height: 100%;
}
.contact_page .map_inner [class*=-balloon__layout] {
  border-radius: 8px;
}
.contact_page .map_inner [class*=-balloon] {
  border-radius: 8px;
}
.contact_page .iw_content {
  max-width: 253px;
  padding: 15px 0;
  font-size: 1rem;
}
.contact_page .iw_branch_workdays {
  color: #2E2E31;
  font-size: 120%;
  line-height: 20px;
}
.contact_page .iw_branch_phone,
.contact_page .iw_branch_address {
  font-size: 120%;
  line-height: 20px;
  color: #2E2E31;
  margin-bottom: 5px;
}
.contact_page .iw_branch_name {
  font-size: 130%;
  font-family: "medium", "arm-medium";
  line-height: 13px;
  color: #2E2E31;
  margin-bottom: 8px;
}
.contact_page .tab_buttons {
  padding-bottom: 22px;
  border-top: 1px solid #F2F3F5;
  border-bottom: 1px solid #F2F3F5;
  padding-top: 19px;
}
.contact_page .listTab {
  margin-top: 28px;
}
.contact_page .listTab ul {
  padding: 0;
  list-style-type: none;
}
.contact_page .listTab ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.contact_page .listTab ul li.second_hand {
  border-bottom: 1px solid #F2F3F5;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.contact_page .list_title {
  color: #2E2E31;
  font-family: "bold", "arm-bold";
  font-size: 130%;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact_page .list_title:before {
  height: 7px;
  width: 7px;
  background-color: #E88848;
  content: "";
  position: relative;
  margin-right: 10px;
}
.contact_page .list_street {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
  margin-bottom: 10px;
}
.contact_page .phone_block {
  display: flex;
  color: #E88848;
  font-size: 130%;
  font-family: "medium", "arm-medium";
  line-height: 20px;
  margin-bottom: 10px;
}
.contact_page .phone_block a {
  padding-right: 7px;
}
.contact_page .contact_form {
  margin-top: 25px;
}
.contact_page .contact_form .field_block {
  margin-bottom: 15px;
}
.contact_page .contact_form .field_block input {
  padding: 15px 13px;
}
.contact_page .form_block {
  max-width: 440px;
}
.contact_page .btn_form {
  border-radius: 5px;
  margin-right: 10px;
  max-width: 215px;
  box-shadow: 0 4px 9px -2px rgba(196, 115, 61, 0.2);
  font-size: 120%;
  text-transform: uppercase;
  line-height: 1.25em;
  padding: 18px 40px;
  font-family: "bold", "arm-bold";
  background: #E88848;
  color: #ffffff;
  border: none;
  width: 100%;
  margin-bottom: 30px;
}
.contact_page .work_block {
  color: #666666;
  font-size: 130%;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.contact_page .work_block:before {
  margin-right: 10px;
  font-size: 120%;
}
.contact_page .open_map {
  font-size: 130%;
  color: #E88848;
  font-family: "medium", "arm-medium";
  line-height: 16px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.contact_page .open_map:before {
  font-size: 140%;
  margin-right: 10px;
}
.contact_page .filter_btns {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.contact_page .filter_btns li {
  padding: 0 35px;
}
.contact_page .filter_btns li:first-child {
  padding: 0 35px 0 0;
}
.contact_page .filter_btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  font-size: 130%;
  line-height: 20px;
}
.contact_page .filter_btns a:before {
  font-size: 150%;
  padding-right: 10px;
}
.contact_page .filter_btns a.selected {
  color: #2E2E31;
  font-family: "medium", "arm-medium";
}
.contact_page .filter_btns a.selected:before {
  color: #E88848;
}
.contact_page .tabs_container .tab_block {
  position: relative;
  display: none;
}
.contact_page .tabs_container .selected.tab_block {
  height: auto;
  opacity: 1;
  display: block;
}
@media (max-width: 991px) {
  .contact_page .map_block {
    display: block;
    height: auto;
    min-height: 0;
  }
  .contact_page .map_inner {
    height: 55vh;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact_page {
    margin-top: 0;
  }
  .contact_page .page_title {
    margin: 15px auto;
  }
  .contact_page .filter_btns li {
    padding: 0 15px;
  }
  .contact_page .filter_btns li:first-child {
    padding: 0 15px 0 0;
  }
  .contact_page .open_map {
    margin-top: 15px;
  }
  .contact_page .listTab ul li {
    margin-bottom: 25px;
  }
  .contact_page .listTab ul li.second_hand {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .contact_page .tab_buttons {
    overflow-x: auto;
  }
  .contact_page .tab_buttons ul {
    display: flex;
    white-space: nowrap;
  }
}
@media (max-width: 575px) {
  .contact_page .btn_form,
.contact_page .form_block {
    max-width: 100%;
  }
}

.web .contact_page .filter_btns a:hover {
  color: #E88848;
}
.web .contact_page .filter_btns a.selected {
  color: #2E2E31;
}
.web .contact_page .open_map:hover {
  color: #2E2E31;
}
.web .contact_page .btn_form:hover {
  background: #C7753E;
}

.touch .contact_page .btn_form:active {
  background: #C7753E;
}
.touch .contact_page .filter_btns a:active {
  color: #E88848;
}
.touch .contact_page .filter_btns a.selected {
  color: #2E2E31;
}
.touch .contact_page .phone_block a:active,
.touch .contact_page .open_map:active {
  color: #2E2E31;
}

.web .contact_page .filter_btns a, .web .contact_page .open_map {
  -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 .contact_page .btn_form {
  -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_page .filter_btns a, .touch .contact_page .phone_block a,
.touch .contact_page .open_map {
  -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 .contact_page .btn_form {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

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