/* =====================================
   ГЛОБАЛЬНО: 12 колонок = 1400px
   Только на десктопе
===================================== */

@media (min-width: 1200px){

  /* Основной контейнер Tilda */
  .t-container{
    max-width: 1400px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  /* Если блок 12 колонок */
  .t-col_12{
    max-width: 100% !important;
    width: 100% !important;
  }

}

@media (min-width:1200px){

  .t-rec > .t-container{
    max-width:1400px !important;
  }

}
