.header-container{display:flex;align-items:center;justify-content:space-between;padding:0 20px}.header__logo{margin:0}.header__logo-link{color:#fff;text-decoration:none;font-size:24px}.header__menu-items{display:flex;gap:16px}.footer-container{position:fixed;bottom:0;left:0;width:100%;background:#fff;padding:0;box-shadow:0 -2px 5px rgba(0,0,0,.1);display:flex;justify-content:center;z-index:1000}.footer-menu{display:flex;max-width:500px;width:100%;justify-content:space-between;align-items:center}.footer-menu__item{flex-grow:1;text-align:center;color:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px 0;opacity:.5;position:relative}.footer-menu__item.active{opacity:1}.footer-menu__icon{font-size:24px}.footer-menu__events-count-icon{position:absolute;background-color:red;color:#fff;width:20px;height:20px;border-radius:50%;top:7%;left:30%}.root-layout{min-height:100vh;padding-bottom:60px}.root-layout__header{background:#001529;padding:0}.root-layout__content{padding:20px;flex:1 1}