/* Отключение фиксированного хедера */
.fixed-header {
    position: relative !important;
}

.content-wrapper {
    padding-top: 0 !important;
} 