/* Центрируем шапку (Header) */
header, .t-menu__container, .t228__container, .t456__container {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
display: flex !important;
justify-content: center !important; /* Центрирует элементы внутри flex-контейнера */
text-align: center !important;
}
/* Если меню сделано списком, центрируем пункты */
header ul, .t-menu__list {
display: inline-block !important;
padding: 0 !important;
}
/* Центрируем подвал (Footer) */
footer, .t-footer, .t389, .t345 {
margin-right: auto !important;
margin-left: auto !important;
text-align: center !important;
}
/* Убираем смещение контейнеров в подвале */
footer .t-container, footer .t-col {
margin-right: auto !important;
margin-left: auto !important;
float: none !important;
}