.blockTable {
  /* Вся таблица */
  --blockTableLayout: unset;
  --blockTableWidth: 100%;
  --blockTableBorderCollapse: collapse;
  --blockTableDisplay: table;
  --blockTableMb: 4rem;

  /* Заголовок таблицы */
  --blockTableCaptionTextAlign: left;
  --blockTableCaptionFontSize: 100%;
  --blockTableCaptionFontWeight: bold;

  /* Элемент сортировки */
  --blockTableSortDisplay: flex;
  --blockTableSortAlignItems: center;
  --blockTableSortJustifyContent: space-between;
  --blockTableSortWidth: 100%;
  --blockTableSortCursor: pointer;
  --blockTableSortLabelMr: 1.5rem;

  /* Строка таблицы */
  --blockTableTrMb: 0;
  --blockTableTrTransition: .2s;

  /* Ячейка заголовка таблицы */
  --blockTableThTextTransform: none;
  --blockTableThFontSize: 100%;
  --blockTableThLineHeight: inherit;
  --blockTableThTransition: .2s;
  --blockTableThUserSelect: none;
  --blockTableThColor: currentColor;
  --blockTableThFontWeight: bold;
  --blockTableThBorder: 1px solid currentColor;
  --blockTableThBorderWidth: 0 0 1px 0;
  --blockTableThVerticalAlign: bottom;
  --blockTableThWidth: auto;
  --blockTableThTextAlign: left;
  --blockTableThPadding: 2rem;
  --blockTableThBackgroundClip: padding-box;
  --blockTableThBgColor: transparent;
  --blockTableThPosition: relative;
  --blockTableThBreakWord: break-word;
  --blockTableThHyphens: auto;

  /* Ячейка таблицы */
  --blockTableTdEdgeBorderRadius: 0;
  --blockTableTdLastBorderBottomWidth: 0;
  --blockTableTdTransition: .2s;
  --blockTableTdTextTransform: none;
  --blockTableTdFontSize: 100%;
  --blockTableTdLineHeight: inherit;
  --blockTableTdUserSelect: none;
  --blockTableTdColor: currentColor;
  --blockTableTdFontWeight: normal;
  --blockTableTdBorder: 1px solid currentColor;
  --blockTableTdBorderWidth: 0 0 1px 0;
  --blockTableTdVerticalAlign: bottom;
  --blockTableTdTextAlign: left;
  --blockTableTdWidth: auto;
  --blockTableTdPadding: 2rem;
  --blockTableTdBackgroundClip: padding-box;
  --blockTableTdBgColor: transparent;
  --blockTableTdPosition: relative;
  --blockTableTdTabletBg: transparent;

  /* Адаптивные подписи ячеек */
  --blockTableTdLabelFontSize: 80%;
  --blockTableTdLabelLineHeight: inherit;
  --blockTableTdLabelFontWeight: normal;
  --blockTableTdLabelColor: currentColor;
  --blockTableTdLabelTextTransform: none;
}

