/* Основной контейнер сайта/* Главный контейнер сайта */
.t-wrapper {
    max-width: 900px !important; /* Замените на нужную ширину */
    margin: 0 auto !important;
}

/* Контейнер контента (страницы) */
.t-container {
    max-width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Для Zero Block (если используется) */
.t-section__wrapper {
    max-width: 1000px !important; /* Та же ширина, что и у .t-wrapper */
    margin: 0 auto !important;
}
/* Сужение фоновых изображений */
.t-section {
    background-size: contain !important;
}

/* Для полноразмерных блоков (например, галерей) */
.tn-atom {
    max-width: 100% !important;
}