.input_error {
  border: 1px solid #ff4b3a !important;
}

.form-notification {
  color: #ff4b3a;
  font-size: 13px;
  line-height: 1.43;
  margin: 4px 0 0 16px;
  position: absolute;
  top: 40px;
  width: 337px;
}

.form-notification_show {
  opacity: 1;
}


.fApName, .fApTel, .fRevName, .fRevTel, .fApFastTel {
  position: relative;
}

.fApFastTel .form-notification {
  top: 60px
}

.fRevText .form-notification {
  top: 368px
}