.contact_section .info_map .contact_list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.footer:before {
  display: none; }
@media screen and (max-width: 575px) {
  .footer {
    margin-top: 10px; } }

.contact_section {
  position: relative;
  z-index: 2;
  display: flex; }
  .contact_section .site_btn {
    background: #00ADBB;
    width: max-content;
    margin-top: 25px;
    min-width: 115px; }
  .contact_section > .inner_container {
    display: flex;
    justify-content: space-between; }
  .contact_section .writeUs_block > form {
    margin-top: 50px; }
  .contact_section .contact_title {
    color: #242525;
    font-family: "semibold";
    line-height: 24px;
    font-size: 180%;
    margin-bottom: 36px;
    display: block; }
  .contact_section .left_block {
    max-width: 597px;
    width: 100%;
    border-radius: 13px;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 41px 47px; }
  .contact_section .info_map {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-width: 233px;
    max-width: 250px; }
    .contact_section .info_map .contact_list {
      background: #ffffff;
      padding: 76px 25px;
      width: 100%; }
      .contact_section .info_map .contact_list li {
        margin-bottom: 20px;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        position: relative; }
        .contact_section .info_map .contact_list li:before {
          top: 0;
          bottom: 0;
          left: -25px;
          width: 5px;
          display: block;
          content: "";
          position: absolute;
          background: #00ADBB; }
      .contact_section .info_map .contact_list span:first-child {
        font-family: "bold";
        font-size: 160%;
        line-height: 18px;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .contact_section .info_map .contact_list span:last-child {
        font-size: 120%;
        line-height: 14px;
        max-width: 145px;
        width: 100%;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
  .contact_section .writeUs_block {
    max-width: 47%;
    flex: 0 0 47%;
    padding: 0 15px;
    position: relative; }
  .contact_section .map_block {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 75px;
    right: 0; }
    .contact_section .map_block #map {
      width: 100%;
      height: 100%;
      border-radius: 10px 0 0 10px; }
  .contact_section .file_btn {
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .contact_section .file_btn > .field_block {
      margin-bottom: -25px;
      padding-left: 20px; }
  .contact_section .attach_label {
    position: relative;
    font-weight: normal;
    margin: 0; }
    .contact_section .attach_label .attach_button {
      display: flex;
      cursor: pointer;
      font-size: 160%;
      line-height: 19px;
      align-items: center;
      color: #000000;
      font-family: "bold";
      flex-direction: row-reverse; }
      .contact_section .attach_label .attach_button:before {
        padding-left: 15px;
        font-size: 120%; }
    .contact_section .attach_label.has-error .attach_button:after {
      color: #b94a48; }
  .contact_section .upload_success {
    display: none; }
  .contact_section .upload_errors {
    position: absolute;
    top: 100%;
    left: 10px;
    margin-top: 2px; }
    .contact_section .upload_errors .size_error,
    .contact_section .upload_errors .format_error {
      display: none; }
  .contact_section .attached .attach_label {
    display: none; }
  .contact_section .attached .upload_success {
    display: flex;
    align-items: center; }
    .contact_section .attached .upload_success .file_name {
      position: relative;
      overflow: hidden;
      white-space: nowrap;
      display: inline-block;
      text-overflow: ellipsis;
      max-width: 200px;
      font-size: 160%;
      line-height: 22px;
      width: 100%; }
    .contact_section .attached .upload_success .attach_remove {
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content: center;
      margin-left: 8px;
      background: transparent;
      font-size: 120%;
      padding: 0;
      color: #b94a48; }
      .contact_section .attached .upload_success .attach_remove:before {
        display: block; }
  .contact_section .size_error .attach_label:not(.has-error) ~ .upload_errors .size_error,
  .contact_section .format_error .attach_label:not(.has-error) ~ .upload_errors .format_error {
    display: block;
    font-size: 120%;
    line-height: 15px;
    color: #b94a48; }
  @media screen and (max-width: 1199px) {
    .contact_section .map_block {
      left: 10px; } }
  @media screen and (max-width: 959px) {
    .contact_section {
      flex-direction: column; }
      .contact_section .writeUs_block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; }
      .contact_section .left_block {
        max-width: 100%;
        margin-bottom: 15px; }
      .contact_section .map_block {
        left: auto;
        width: 100%;
        right: auto;
        position: relative;
        height: 500px; } }
  @media screen and (max-width: 575px) {
    .contact_section .map_block {
      height: auto;
      display: flex;
      flex-direction: column-reverse; }
      .contact_section .map_block #map {
        height: 500px; }
    .contact_section .left_block {
      padding: 22px; }
    .contact_section .info_map {
      position: relative; }
      .contact_section .info_map .contact_list {
        padding: 30px 25px; }
    .contact_section .attached .upload_success .file_name {
      max-width: 80px; } }

.web .site_btn {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .site_btn:hover {
    background: #F68B28;
    color: #ffffff; }
.web .attach_label .attach_button {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .web .attach_label .attach_button:hover {
    color: #88CC2A; }

.touch .site_btn {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .site_btn:active {
    background: #F68B28;
    color: #ffffff; }
.touch .attach_label .attach_button {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .touch .attach_label .attach_button:active {
    color: #88CC2A; }

.contact_section .attach_label .attach_button, .contact_section .attached .upload_success .attach_remove {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.contact_section .attach_label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden; }

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