/* для добавления скролла в таблицу */
.dataTables_scrollBody {
    max-height: calc(100vh - 320px);
    overflow-y: auto !important;
}
