.contact_page {
  overflow: hidden;
}
.contact_page .right_block,
.contact_page .left_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.contact_page .right_block .sub_title,
.contact_page .left_block .sub_title {
  margin-bottom: 22px;
}
.contact_page .page_title {
  padding: 0;
  margin: 0 0 46px;
}
.contact_page .field_block {
  max-width: 380px;
}
.contact_page .page_row {
  align-items: flex-start;
}
.contact_page .map_block {
  height: 480px;
  min-height: 480px;
  margin-top: 20px;
  display: flex;
  flex: 0 0 100vw;
  max-width: 100vw;
  width: 100vw;
}
.contact_page .map_inner {
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact_page .iw_content {
  color: #000000;
  font-size: 110%;
  line-height: 15px;
}
.contact_page .iw_content .iw_branch_name {
  padding-top: 15px;
}
.contact_page .iw_content .iw_branch_address,
.contact_page .iw_content .iw_branch_phone,
.contact_page .iw_content .iw_branch_name {
  padding-bottom: 15px;
}
.contact_page #map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .contact_page {
    margin-top: 17px;
  }
  .contact_page .validate_btn {
    max-width: 100%;
  }
  .contact_page .page_title {
    margin: 0 0 13px;
  }
  .contact_page .field_block {
    max-width: 100%;
  }
  .contact_page .right_block {
    margin-top: 25px;
  }
  .contact_page .map_block {
    height: 320px;
    min-height: 320px;
  }
  .contact_page .right_block,
.contact_page .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

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