/* Первый блок на всю высоту экрана */
.t-cover {
  min-height: 100svh !important;
}

/* Убираем белые полосы по бокам */
body, .t-body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

.t-section, .t-section__container {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Маленькие отступы на мобильных */
@media (max-width: 768px) {
  .t-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100% !important;
  }
  .t-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}