.mobileMenuModal{position:relative;width:100%;height:100vh}.mobileMenuModal__container{display:flex;flex-direction:column;max-width:568px;height:100%;padding:24px 16px;margin:0 auto}.mobileMenuModal__header{display:flex;gap:32px;align-items:center;justify-content:space-between;margin-bottom:40px}.mobileMenuModal__logoWrapper{max-width:180px;max-height:28px}.mobileMenuModal__logo{width:100%;height:auto}.mobileMenuModal__menu{flex-grow:1;width:100%}.mobileMenuModal__footer{display:flex;align-items:center;justify-content:space-between;padding:8px;background-color:var(--color-basic-black);border-radius:60px}