div#wpadminbar {
    top: auto;
    bottom: 0;
    position: fixed;
}
@media screen and (max-width: 782px) {
    div#wpadminbar {
        display: none;
    }
}

.ab-sub-wrapper {
    bottom: 32px;
}

html[lang] {
    margin-top: 0 !important;
    margin-bottom: 32px !important;
}

@media screen and (max-width: 782px) {
    .ab-sub-wrapper {
        bottom: 46px;
    }

    html[lang] {
        margin-bottom: 46px !important;
    }
}