#top{
background: white url(img/SUSHI_ban88x31.jpg) no-repeat;
font-size: 16px;
font-weight: bold;
text-align: right;
padding: 15px 0 15px 10px;
margin-bottom: 15px;
}
#top a{
color: black;
font-size: 50%;
float: left;
}

#menu, .menucatalog {
position: fixed;
top: 140px;
height: calc(100vh - 180px);
box-sizing: border-box;
background: transparent;
overflow: hidden;
}

#menu {
left: 0;
width: 90px;
padding: 6px;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
#menu::-webkit-scrollbar{display: none;}
#menu a{font-size: 90%; font-weight: bold;}

.menucatalog {
right: 0;
left: auto;
width: 100px;
padding: 6px;
box-sizing: border-box;
}

.menucatalog .header {
height: 140px;
overflow: hidden;
}

.menucatalog .scroll {
height: calc(100% - 146px);
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.menucatalog .scroll::-webkit-scrollbar{display: none;}

#content{
width: 80%;
margin-left: 115px;
margin-bottom: 15px;
}
#content p{
padding: 10px;
margin: 0;
}

#bottom{
margin-left: 115px;
font-size: 90%;
padding: 3px;
}
#bottom a{
font-size: 90%;
font-weight: bold;
}

#serv{
width: 80%;
border: solid 1px black;
float: right;
padding: 6px;
}

#video-wrap{
float: left;
margin: 0 20px 5px 0;
}

@media (max-width: 1024px){
#content, #bottom{padding: 1.5rem;}
#top{padding: 1.5rem; text-align: center;}
}
