#page.contact.en-contact .contact-content .contact-item-list {
  width: 260px;
}
#page.contact.en-contact .contact-content .contact-item-list span {
  padding: 3px 8px;
}
#page.contact .contact-content {
  background-color: #010101;
  padding: 150px 0 150px 0;
}
#page.contact .contact-content .c-page-sub {
  margin-bottom: 89px;
}
#page.contact .contact-content .c-page-sub::after {
  background-color: #fff;
  height: 26px;
  bottom: -55px;
}
#page.contact .contact-content .contact-item P {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #ffffff;
}
#page.contact .contact-content .contact-item.first-con-item P {
  border-top: 1px solid #ffffff;
}
#page.contact .contact-content .contact-item-list {
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  width: 200px;
  padding-top: 7px;
  font-weight: bold;
  position: relative;
}
#page.contact .contact-content .contact-item-list span {
  display: inline-block;
  background-color: #8c6e4f;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 6px;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  right: 15px;
  font-weight: 400;
}
#page.contact .contact-content .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#page.contact .contact-content .wpcf7-form-control-wrap input {
  padding: 8px;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  background-color: rgba(239, 239, 239, 0.1529411765);
}
#page.contact .contact-content textarea {
  width: 100%;
  height: 200px;
  background-color: rgba(239, 239, 239, 0.1529411765);
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
#page.contact .contact-content .contact-btn {
  height: 50px;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: 30px auto 0 auto;
}
#page.contact .contact-content .contact-btn .btn-submit {
  border: 1px solid #ffffff;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 17px;
  color: #fff;
  line-height: 1;
}
#page.contact .contact-content .wpcf7-not-valid-tip {
  font-size: 15px;
  color: #fff;
}
#page.contact .contact-content .wpcf7-response-output {
  border: unset;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
  margin: 10px 0 0 0;
}
#page.contact .contact-content .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
@media (max-width: 767px) {
  #page.contact.en-contact .contact-content .contact-item-list span {
    width: 100%;
    max-width: 80px;
    height: 20px;
    top: 2px;
    right: -100px;
    padding: 0 40px;
  }
  #page.contact .contact-content .contact-item P {
    display: block;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #ffffff;
  }
  #page.contact .contact-content .contact-item.first-con-item P {
    border-top: 1px solid #ffffff;
  }
  #page.contact .contact-content .contact-item-list {
    font-size: 16px;
    width: unset;
    padding-top: 0;
    line-height: 2.5;
  }
  #page.contact .contact-content .contact-item-list span {
    font-size: 12px;
    letter-spacing: 0.08em;
    border-radius: 5px;
    width: 100%;
    max-width: 45px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 2px;
    right: -60px;
    font-weight: 400;
  }
}
#page.contact .g-recaptcha {
  opacity: 0;
}