.top-contact {
  background: #f9931c;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr;
      grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

.top-contact .left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.top-contact .left .title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.top-contact .left span {
  display: block;
  font-family: "NotoSerif", sans-serif;
  font-size: 14px;
  color: #fff;
}

.top-contact .right .form_contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.top-contact .right .form_contact .box-left {
  background: #fff;
  padding: 15px 20px;
}

.top-contact .right .form_contact .box-left .input-box input {
  padding: 5px 0;
  border: none;
  outline: none;
  font-size: 13px;
  font-family: "NotoSerif", sans-serif;
  color: #999999;
}

.top-contact .right .form_contact .box-left .input-box input:focus, .top-contact .right .form_contact .box-left .input-box input:focus-visible {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-contact .right .form_contact .box-right textarea {
  border-radius: 0;
  font-size: 13px;
  font-family: "NotoSerif", sans-serif;
  color: #999999;
  height: 100px;
}

.top-contact .right .form_contact .box-right textarea:focus, .top-contact .right .form_contact .box-right textarea:focus-visible {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-contact .right .form_contact .box-right .request_contact {
  display: block;
  font-size: 13px;
  font-family: "NotoSerif", sans-serif;
  padding: 6px 10px;
  color: #fff;
  background: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  margin-top: 20px;
}

.mid-contact {
  padding: 20px;
  background: #f5f5f5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.mid-contact .item {
  text-align: center;
}

.mid-contact .item p {
  margin-top: 10px;
  margin-bottom: 0;
}

.map-contact p iframe {
  width: 100% !important;
  height: 480px !important;
  max-height: 480px;
}

.label_error {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/2/3;
  margin-top: 5px;
  font-size: 13px;
}
/*# sourceMappingURL=contact.css.map */