.footer{
    display: none;
    bottom: -60px;
    width: 100%;
    height: 60px;
    position: fixed;
    background: #fcf379;
    border-top: 2px solid #eae06f;
    z-index: 10000;
    transition: 600ms all;
}

@media screen and (max-width:500px) {

    .item-open .real-list.root{
        filter: blur(4px);
    }

    .footer{
        display: block !important;
    }

/*    .item{
        padding-bottom: 186px !important;
    }*/

    .slim-navbar .item {
        padding-bottom: 60px !important;
        top: 25px !important;
    }

    .item .sub-holder{
        margin-bottom: 15px;
    }

}