.menu-page{padding-block:40px;background-color:#f4f3f0}.menu-page__delivery-date{margin:0;color:#477e84;font-weight:400;text-transform:capitalize}.menu-page__list{margin-block:64px}.menu-page__list__inner+.menu-page__list__inner{margin-top:64px}.menu-page__list__title{margin:0 0 10px;font-weight:600}.menu-page__list__products{display:grid;grid-template-columns:repeat(5,1fr);gap:32px}@media screen and (max-width:1424px){.menu-page__list__products{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1200px){.menu-page__list__products{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.menu-page__list__products{grid-template-columns:repeat(2,1fr);gap:16px}}@media screen and (max-width:400px){.menu-page__list__products{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:767px){.menu-page__list{margin-block:32px}}.menu-page__notice{flex-direction:column;min-height:80vh;font-weight:400;text-align:center}.menu-page__notice,.menu-page__to-top{display:flex;align-items:center;justify-content:center}.menu-page__to-top{width:42px;height:42px;margin-left:auto;padding:0;transition:background-color .2s;border:1px solid #004042;border-radius:50%;background-color:none;cursor:pointer}.menu-page__to-top svg{width:24px;height:24px;transition:stroke .2s;stroke:#004042}.menu-page__to-top:hover{background-color:#004042}.menu-page__to-top:hover svg{stroke:#fff}