/* Расширяем контейнер стандартных блоков на десктопе */
@media screen and (min-width: 1201px) {

  /* базовый контейнер */
  .t-container,
  .t-records .t-container,
  .t-container_10,
  .t-container_12,
  .t-container_8,
  .t-container_6 {
    max-width: 1400px !important;
  }

  /* карточные контейнеры */
  .t-card__container,
  .t774__container {
    max-width: 1400px !important;
  }

  /* убираем ограничение 1160px */
  .t-col_12 {
    max-width: 100% !important;
  }
}