@media (max-width: 840px) {
  .form-field {
    &_textarea {
      min-height: 160px;
      &-small {
        min-height: 100px;
      }
    }
  }
}
