/* Только для мобильных И только для страниц с классом mobile-wide-page */
@media all and (max-width: 767px) {
  body.mobile-wide-page {
    min-width: 780px !important;
    overflow-x: auto !important;
  }
  
  body.mobile-wide-page .t-wrapper {
    min-width: 780px !important;
  }
  
  body.mobile-wide-page .t-container {
    max-width: none !important;
    width: auto !important;
  }
}