/* Контентная область */
.content-wrapper {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 20px 20px;
    box-sizing: border-box;
}

/* Боковое мобильное меню */
.offcanvas-body {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}