/* Для растягивания текста в TE610 */
.fullwidth-text .t-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fullwidth-text .t-col {
    max-width: 100% !important;
    flex: 1 1 100% !important;
}

.fullwidth-text .t-text {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center; /* можно заменить на left или justify */
}
html {
  scroll-behavior: smooth;
}
