/* Расширяем белую панель (t135) */
#rec1779873601 .t-container {
  max-width: 1400px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Расширяем зелёную панель (t806) */
#rec1779997571 .t-container {
  max-width: 1400px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Для очень больших экранов */
@media (min-width: 1600px) {
  #rec1779873601 .t-container,
  #rec1779997571 .t-container {
    max-width: 1600px !important;
  }
}