.lk-menu_sticky{bottom:0;display:flex;position:-webkit-sticky;position:sticky;width:100%}
.lk-menu_sticky__Item{align-items:center;color:#fff;display:flex;justify-content:center;padding:5px 10px;text-decoration:none;width:100%}
.lk-menu_sticky__Item img{margin-right:10px}
.lk-menu_sticky__Item:hover{text-decoration:underline}
@media(max-width:800px){.lk-menu_sticky__Item{flex-direction:column}
.lk-menu_sticky__Item img{margin-bottom:5px;width:20px}
}