    .cyber-footer-wrapper {
        position: relative;
        width: 100%;
        background-color: #0b0b0e; /* <-- Убедитесь, что эта строка есть */
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        padding: 60px 0 30px 0;
        /* ... дальше код ... */
        
        /* Убираем лишний верхний отступ на внутренних страницах */
.t-body {
    padding-top: 0 !important;
}

/* Фиксируем шапку на самом верху */
.t-header {
    top: 0 !important;
}