.textarea {
  width: 100%;
  height: 55px;
  padding: 17px 27px 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #4a4a49;
  border-radius: 10px;
  background-color: #f4f3f3;
  resize: none;
  border: 1px solid transparent;
  transition: .35s
}
.textarea::-moz-placeholder {
  color: #b5b5b5
}
.textarea::placeholder {
  color: #b5b5b5
}
.error .textarea {
  border-color: #dc0d15
}