input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 135px 0;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .content {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .content {
    max-width: 94%;
  }
}
.content .text {
  margin-bottom: 60px;
}
.content .top {
  width: 100%;
  margin-bottom: 30px;
}
.content .top span {
  color: #FF514D;
}
.content .bottom {
  width: 100%;
  margin-bottom: 30px;
}
.content .bottom input {
  width: 100%;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #444444;
  color: #D3D3D3;
}
.content .bottom textarea {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #444444;
  color: #D3D3D3;
}
.content .btn {
  text-align: center;
}
.content .btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content .btn p .wpcf7-form-control-wrap input {
  appearance: auto;
}
.content .wpcf7-submit {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  background-color: #009E8F;
  padding: 20px 0;
  color: #fff;
  border-radius: 50px;
}/*# sourceMappingURL=contact.css.map */