.adaptive-toggles {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--color-light);
    z-index: 9;
    height: 58px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.adaptive-toggles .adaptive__btn {
    padding: 0 10px;
    font-weight: 700;
}