.mobile-bottom__menu{position:fixed;bottom:0;left:0;right:0;z-index:100;height:var(--bottom-menu-height);background:var(--white);display:flex;border-top:1px solid var(--border-color)}@media only screen and (min-width:769px){.mobile-bottom__menu{display:none}}.mobile-bottom__menu-nav{display:flex;justify-content:center;gap:7.5px;margin:0 auto;height:100%}.mobile-bottom__menu-link{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:500;font-size:.625em;line-height:11px;color:var(--gray-5);width:60px;height:100%;padding:5px;flex-shrink:0;border-radius:var(--main-radius)}.mobile-bottom__menu-link .icon{width:24px;height:24px}.mobile-bottom__menu-link .icon svg path{fill:var(--dark)}.mobile-bottom__menu-link.active{color:var(--main)}.mobile-bottom__menu-link.active .icon svg path{fill:var(--main)}