.form__title {
  font: 19px 'PTSans-NarrowBold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #00771e;
  text-align: center;
  margin: 15px 0;
}
.form_response label {
  display: none;
}
.make-review .form_response {
  margin: 0 auto;
  width: 520px;
}
.make-review .form_response .field-type__input {
  display: inline-block;
  width: 164px;
  height: 29px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.make-review .form_response .field-type__input input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #009845;
  height: 29px;
  padding: 0 12px;
  vertical-align: middle;
  /* Firefox 19+ */
}
.make-review .form_response .field-type__input input::-webkit-input-placeholder {
  color: #009845;
  font: 16px/16px 'PTSans-Narrow', sans-serif;
}
.make-review .form_response .field-type__input input::-moz-placeholder {
  color: #009845;
  font: 16px/26px 'PTSans-Narrow', sans-serif;
}
.make-review .form_response .field-type__input input:-ms-input-placeholder {
  color: #009845;
  font: 16px/16px 'PTSans-Narrow', sans-serif;
}
.make-review .form_response .field-email {
  margin-right: 0;
}
.make-review .form_response textarea {
  display: block;
  width: 510px;
  min-height: 260px;
  margin: 0 0 0;
  border: 1px solid #009845;
  padding: 6px 4px;
}
.make-review .form_response .form__submit {
  margin-left: 185px;
  padding: 5px 20px 3px 23px;
  margin-top: 15px;
}
#response_frm {
  position: fixed;
  top: 60px;
}
#response_frm .form_response {
  width: 100%;
}
#response_frm .form_response .field-type__input {
  display: block;
  width: 100%;
  margin-right: 0;
}
#response_frm .form_response .field-type__input input {
  width: 100%;
}
#response_frm .form_response textarea {
  width: 100%;
  min-height: 160px;
  box-sizing: border-box;
  border: 1px solid #009845;
  padding: 6px 4px;
}
#response_frm .field {
  margin-bottom: 10px;
}
#response_frm .form-placeholder {
  line-height: 19px;
}
#response_frm div.form [placeholder]::-moz-placeholder {
  line-height: 19px;
}
#response_frm div.form [placeholder]::-webkit-input-placeholder {
  line-height: 19px;
}
.ajax-ok-response_frm {
  text-align: center;
  padding-top: 40px;
}
.centered.response-form-wrapper {
  width: 100%;
}
