
/* Запрещаем горизонтальный скролл страницы */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Контейнер таблицы */
[data-record-type="431"] .t-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* Основной блок таблицы */
[data-record-type="431"] .t-col_12 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;

  /* Отступы по 20px со всех экранов */
  padding-left: 20px !important;
  padding-right: 20px !important;

  /* Горизонтальный скролл только у таблицы */
  overflow-x: auto !important;
  overflow-y: visible !important;

  -webkit-overflow-scrolling: touch;
}

/* Убираем ограничения Tilda */
[data-record-type="431"] .t431__wrapper-for-mobile,
[data-record-type="431"] .t431__table-wrapper {
  overflow: visible !important;
}

/* Таблица */
[data-record-type="431"] table {
  width: 100% !important;
  min-width: 1800px !important;

  border-collapse: separate !important;
  border-spacing: 0 !important;

  table-layout: auto !important;
}

/* Ячейки */
[data-record-type="431"] th,
[data-record-type="431"] td {
  min-width: 120px !important;
  box-sizing: border-box !important;
}

/* Первый столбец */
[data-record-type="431"] th:first-child,
[data-record-type="431"] td:first-child {
  min-width: 260px !important;
  white-space: nowrap !important;
}
</style>