table[data-drupal-selector="edit-sotrudnik-items"] tbody td:first-child {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #CCC;
}
table[data-drupal-selector="edit-sotrudnik-items"] tbody td:first-child div {
  flex: 1 1 !important;
  margin-right: 0.5rem;
}
@media (max-width: 800px) {
  table[data-drupal-selector="edit-sotrudnik-items"] tbody td:first-child {
    flex-direction: column;
    align-items: stretch;
  }
  table[data-drupal-selector="edit-sotrudnik-items"] tbody td:first-child div {
    margin-right: 0;
  }
}