
body {
    margin:0;
}
a.wide {
    display:block;
}
.content{
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    color: #444;
    background: #eee;
    line-height: 40px;
}
@media(max-width:1023px){
    .touch-side-swipe{
        background: white;
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, .12);
    }
    header {
        display: none;
    }
    footer {
        display: none;
    }
    body {
        padding-bottom: 50px;
    }
}
@media(min-width:1024px){

    .touch-side-swipe li {
        display: none;
    }

    .top_block {
        display: none;
    }

    .bottom_block {
        display: none;
    }
}
.touch-side-swipe ul{
    display: block;
    overflow-y:overlay;
    margin: 0;
    padding: 0;
    line-height: 50px
}
.touch-side-swipe ul li{
   width: 100%;
    padding-left:10px;
    font-size: 22px;
    color: #333;
    border: 1px solid silver;
}
.touch-side-swipe a {
    color:#333;
    text-decoration: none;
}
*{box-sizing: border-box}

.top_block {
    background: white;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, .12);
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 9999;
}

.bottom_block {
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 9999;
}
.bottom_block div, .bottom_block a  {
    display: inline-block;
    width: 24%;
    line-height: 50px;
    text-align: center;
    position: relative;
    color: #333;
}
