.form-block__element[data-conditions] {
  display: none;
}
.form-block__element[data-conditions].is-enabled {
  display: flex;
}
