.main-app{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.main-app__left-menu{z-index:1}.main-app__content{display:flex;flex-direction:column;justify-content:flex-start;justify-items:flex-start;padding-bottom:80px;width:100%}.main-app__content__info{height:100%;padding:0}.main-app__content__baseboard{border-top:1px solid hsla(0,0%,91%,.545)}.main-app__footer{align-items:center;background:#fff;bottom:0;box-shadow:0 0 18px -7px #ccc;display:flex;height:44px;justify-content:flex-end;position:fixed;width:100%}.main-app__footer ul{display:flex}.main-app__footer .menu{align-items:center;background:#fff;border-radius:50%;border-top:1px solid hsla(0,0%,80%,.29);bottom:0;box-shadow:0 -32px 20px -31px #ccc;box-sizing:border-box;display:flex;height:60px;justify-content:center;left:0;margin:auto;position:absolute;right:0;text-align:center;top:-17px;width:60px;z-index:3}#hamburger{border-top:2px solid;cursor:pointer;width:20px}#hamburger:after,#hamburger:before{background:currentColor;content:"";display:block;height:2px;margin-top:5px;position:relative;transition:.3s;width:20px}.menu-open #hamburger{border-color:transparent}.menu-open #hamburger:before{transform:rotate(135deg)}.menu-open #hamburger:after{top:-7px;transform:rotate(-135deg)}
