.menu{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;color:#1e1e1e;z-index:1000;transform:translateX(100%);transition:transform .3s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch}.menu.open{transform:translateX(0)}.menu__top{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:22px 0;margin:0 auto}.menu__logo{width:240px}.menu__close-button{width:25px;height:25px;background:url(https://gkb-24.ru/_next/static/media/close-icon.42bad82d.svg);background-repeat:no-repeat;border:none;margin-right:24px}.menu__close-button span:first-child{transform:rotate(45deg)}.menu__close-button span:last-child{transform:rotate(-45deg)}.menu__list{width:90%;display:flex;flex-direction:column;margin:0 auto 58px}.menu__item{color:#1e1e1e;border-bottom:1px solid #e8e8e8;font-family:Cera Round,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:140%;text-decoration:none;padding:8px 0 8px 8px}.menu__foter{width:90%;display:flex;flex-direction:row;justify-content:space-around;gap:43px;margin:0 auto}.menu__span{color:#1e1e1e;font-family:Cera Round,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:140%;margin:0 0 8px}.menu__text-container{display:flex;flex-direction:column;gap:4px;margin:8px 0 6px}.menu__text{color:#1e1e1e;font-family:Cera Round,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:140%}.menu__social-link{width:29px;height:18px}