:root{--blue:#0b5fb8;--blue2:#0a4ea0;--icon-off:#222c56;--icon-on:#d4af37}*{box-sizing:border-box}.menuPage{color:#fff;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;padding:18px}.parents{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.parent{background:transparent;border:0;border-radius:9px;color:#222c56;cursor:pointer;font-weight:900;letter-spacing:.5px;padding:10px 14px 12px;text-align:center;width:160px}.parentIcon{background:hsla(0,0%,100%,.22);background-color:var(--icon-off);border-radius:11px;box-shadow:inset 0 0 0 2px hsla(0,0%,100%,.12);display:block;height:92px;margin:0 auto 10px;-webkit-mask:var(--icon-src) center /70% 70% no-repeat;mask:var(--icon-src) center /70% 70% no-repeat;width:92px}.parent.isActive .parentIcon{background-color:var(--icon-on)}.parent.isActive .parentLabel{color:var(--icon-on)}.parentIcon,.parentLabel{transition:background-color .2s ease,color .2s ease,opacity .2s ease}.parentIcon--placeholder{background-color:hsla(0,0%,100%,.18);-webkit-mask:none;mask:none}.parentLabel{display:inline-block;font-size:15px;line-height:1.05;text-transform:uppercase}.childrenBar{border:2px solid #222c56;border-radius:10px;margin-left:auto;margin-right:auto;margin-top:12px;max-width:1100px;min-width:0;padding:8px 10px;width:100%}.children{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:2px 4px;width:100%}.child{background:#3cb4e5;border:0;border-radius:10px;color:#fff;cursor:pointer;flex-shrink:0;font-weight:1000;letter-spacing:.3px;padding:10px 18px;text-transform:uppercase;white-space:nowrap}.child.isActive{background:#222c56;color:#fff}.itemsGrid{border-radius:17px;color:#111;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:12px;padding:18px}@media (min-width:981px){.itemsGrid:has(.itemCard:first-child:last-child){grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:340px}.itemsGrid:has(.itemCard:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr));margin-left:auto;margin-right:auto;max-width:720px}.itemsGrid:has(.itemCard:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr));margin-left:auto;margin-right:auto;max-width:1020px}}.itemCard{background:#222c56;border-radius:9px;box-shadow:0 10px 22px rgba(0,0,0,.12);cursor:pointer;display:flex;flex-direction:column;min-width:0;overflow:hidden}.itemImgWrap{aspect-ratio:4/3;background:#f1f3f6;overflow:hidden;width:100%}.itemImg{display:block;height:100%;object-fit:cover;width:100%}.itemImg--placeholder{background:linear-gradient(135deg,#e9edf3,#f6f7fb);height:100%;width:100%}.itemBody{background:#222c56;padding:12px 12px 14px;text-align:center}.itemTitle{font-size:14px;line-height:1.25}.itemPrice,.itemTitle{color:#fff;font-weight:700}.itemPrice{margin-top:8px}.itemsEmpty{background:rgba(10,78,160,.08);border-radius:9px;color:#0a4ea0;font-weight:900;grid-column:1/-1;padding:16px}.menuModal[hidden]{display:none}.menuModal{align-items:center;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2147483647}.menuModal__backdrop{background:rgba(0,0,0,.55);inset:0;position:absolute;z-index:0}.menuModal__dialog{margin:0;max-height:calc(100dvh - 32px);overflow:auto;position:relative;width:min(920px,100%);z-index:1;-webkit-overflow-scrolling:touch;background:#fff;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.35);color:#111}.menuModal__close{background:rgba(0,0,0,.06);border:0;border-radius:999px;cursor:pointer;font-size:24px;height:40px;line-height:40px;position:absolute;right:12px;top:10px;width:40px;z-index:2}.menuModal__content{display:grid;grid-template-columns:1.2fr 1fr}.menuModal__imgWrap{background:#f1f3f6;min-height:320px}.menuModal__img{display:block;height:100%;object-fit:cover;width:100%}.menuModal__body{padding:18px 18px 20px}.menuModal__title{color:var(--blue2);font-weight:1000;margin:0 0 8px}.menuModal__price{font-weight:1000;margin-bottom:14px}.menuModal__desc{font-size:14px;line-height:1.45}.menuModal__desc p{margin:0 0 10px}.menuModal__desc ul{margin:0 0 10px 18px}.menuModal__notesWrap{border-top:1px solid rgba(0,0,0,.08);margin-top:14px;padding-top:14px}.menuModal__notesTitle{font-weight:1000;margin-bottom:6px}.menuModal__notes{color:rgba(17,24,39,.85);font-size:13px;line-height:1.4}@media (max-width:560px){.menuPage{padding:12px}.parents{gap:8px}.parent{border-radius:8px;flex:1 1 0;min-width:0;padding:8px 6px 10px;width:auto}.parentIcon{border-radius:8px;height:58px;margin-bottom:8px;-webkit-mask-size:70% 70%;mask-size:70% 70%;width:58px}.itemBody{text-align:center}.parentLabel{font-size:15px;letter-spacing:.2px}.children{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-x}.children::-webkit-scrollbar{display:none}.child{flex:0 0 auto;font-size:12px;padding:9px 14px}.itemsGrid{border-radius:13px;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px}}@media (max-width:760px){.menuModal__content{grid-template-columns:1fr}.menuModal__imgWrap{min-height:220px}}