/* Принудительный desktop */
html, body {
  min-width: 1200px !important;
}

.t-records {
  min-width: 1200px !important;
}

/* Отключаем мобильные контейнеры */
@media screen and (max-width: 1200px) {

  .t-container,
  .t-container_flex {
    max-width: 1200px !important;
    width: 1200px !important;
  }

  /* Колонки — всегда как на ПК */
  .t-col {
    float: left !important;
    display: block !important;
  }

  /* 4 колонки */
  .t-col_3 {
    width: 25% !important;
  }

  .t-col_4 {
    width: 25% !important;
  }

  /* Убираем auto stack */
  [class*="t-col_"] {
    margin-bottom: 0 !important;
  }
}
