@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.contents{display:contents}}:root{--background:#f7f7f7;--foreground:#222;--tg-bg:#f7f7f7;--tg-text:#222;--tg-hint:#666;--tg-button:#222;--tg-button-text:#fff;--tg-secondary-bg:#efefef;--tg-section-bg:#fff;--tg-section-header:#222;--tg-accent:#222;--tg-link:#222}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--foreground);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.4}.menu{max-width:1100px;margin:0 auto;padding:16px}.menu-category{background:#fff;border-radius:12px;margin-bottom:24px;padding:16px}.menu-category h2{border-bottom:2px solid #eee;margin-bottom:16px;padding-bottom:8px;font-size:1.4rem;font-weight:600}.menu-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.menu-item:last-child{border-bottom:none}.menu-item__info h3{margin-bottom:4px;font-size:1rem;font-weight:500}.menu-item__info p{color:#666;font-size:.875rem;font-weight:400}.menu-item__price{white-space:nowrap;font-weight:600}.menu-complex{border-bottom:1px dashed #e0e0e0;padding:12px 0}.menu-complex:last-child{border-bottom:none}.menu-complex__title{justify-content:space-between;margin-bottom:8px;font-size:1rem;font-weight:600;display:flex}.menu-complex ul{color:#444;padding-left:18px;font-size:.9rem}.menu-complex li{margin-bottom:4px}.menu-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px;display:grid}.menu-tab{font:inherit;cursor:pointer;color:#222;background:#fff;border:1px solid #ddd;border-radius:12px;padding:4px 8px;font-size:.95rem;transition:all .2s}.menu-tab:hover{background:#f0f0f0}.menu-tab.active{color:#fff;background:#222;border-color:#222}.menu-content{display:none}.menu-content.active{display:block}.print-menu{display:none}.na{opacity:.2}.menu-chrome{color:#444;text-align:center;background:#fff;border-radius:12px;padding:14px 16px;font-size:.95rem;line-height:1.45}.menu-chrome--header{margin-bottom:16px}.menu-chrome--footer{margin-top:8px}.menu-chrome p+p{margin-top:4px}@media (max-width:767px){.screen-menu.menu{max-width:560px;min-height:100dvh;padding:14px 12px 28px}.screen-menu .menu-tabs{z-index:5;overscroll-behavior-x:contain;scrollbar-width:none;background:var(--background);-webkit-overflow-scrolling:touch;gap:8px;margin-bottom:14px;padding:8px 0 12px;display:flex;position:sticky;top:0;overflow-x:auto}.screen-menu .menu-tabs::-webkit-scrollbar{display:none}.screen-menu .menu-tab{flex:0 0 max-content;color:#222;background:#fff;border-color:#d7d7d7;border-radius:10px;width:max-content;min-width:148px;max-width:78vw;min-height:48px;padding:10px 12px;font-size:.95rem;font-weight:600;line-height:1.15}.screen-menu .menu-tab:hover{background:#f8f8f8}.screen-menu .menu-tab.active{color:#fff;background:#222;border-color:#222}.screen-menu .menu-content.active{flex-direction:column;gap:14px;display:flex}.screen-menu .menu-category{background:#fff;border-radius:12px;margin-bottom:0;padding:0;overflow:hidden}.screen-menu .menu-category h2{color:#222;border-bottom:1px solid #e8e8e8;margin:0;padding:14px 14px 10px;font-size:1.08rem;font-weight:700;line-height:1.2}.screen-menu .menu-item{border-bottom:1px solid #ececec;gap:12px;min-height:56px;padding:13px 14px}.screen-menu .menu-item__info{min-width:0}.screen-menu .menu-item__info h3{margin-bottom:4px;font-size:1rem;font-weight:600;line-height:1.22}.screen-menu .menu-item__info p{color:#666;font-size:.88rem;line-height:1.32}.screen-menu .menu-item__price{color:#222;flex:none;font-size:1rem;font-weight:700;line-height:1.2}.screen-menu .menu-complex{border-bottom:1px dashed #d8d8d8;padding:14px}.screen-menu .menu-complex__title{margin-bottom:8px;font-size:1rem;font-weight:700;line-height:1.25}.screen-menu .menu-complex ul{color:#666;padding-left:18px;font-size:.92rem;line-height:1.35}.screen-menu .menu-complex li{margin-bottom:4px}}.telegram-menu{background:var(--tg-bg);max-width:560px;min-height:100dvh;color:var(--tg-text);margin:0 auto;padding:14px 12px 28px}.telegram-menu__chrome{background:var(--tg-section-bg);color:var(--tg-hint);text-align:center;border-radius:12px;padding:12px 14px;font-size:.9rem;line-height:1.35}.telegram-menu__chrome--header{margin-bottom:10px}.telegram-menu__chrome--footer{margin-top:14px}.telegram-menu__chrome p+p{margin-top:4px}.telegram-menu__tabs{z-index:5;overscroll-behavior-x:contain;scrollbar-width:none;background:var(--tg-bg);-webkit-overflow-scrolling:touch;gap:8px;padding:8px 0 12px;display:flex;position:sticky;top:0;overflow-x:auto}.telegram-menu__tabs::-webkit-scrollbar{display:none}.telegram-menu__tab{border:1px solid var(--tg-hint);flex:none;min-width:148px;min-height:48px;padding:10px 12px}@supports (color:color-mix(in lab, red, red)){.telegram-menu__tab{border:1px solid color-mix(in srgb, var(--tg-hint), transparent 65%)}}.telegram-menu__tab{background:var(--tg-section-bg);color:var(--tg-text);font:inherit;cursor:pointer;border-radius:10px;font-size:.95rem;font-weight:600;line-height:1.15}.telegram-menu__tab--active{border-color:var(--tg-button);background:var(--tg-button);color:var(--tg-button-text)}.telegram-menu__content{flex-direction:column;gap:14px;display:flex}.telegram-section{background:var(--tg-section-bg);border-radius:12px;overflow:hidden}.telegram-section h2{border-bottom:1px solid var(--tg-hint);padding:14px 14px 10px}@supports (color:color-mix(in lab, red, red)){.telegram-section h2{border-bottom:1px solid color-mix(in srgb, var(--tg-hint), transparent 76%)}}.telegram-section h2{color:var(--tg-section-header);font-size:1.08rem;font-weight:700;line-height:1.2}.telegram-item{border-bottom:1px solid var(--tg-hint);justify-content:space-between;align-items:flex-start;gap:12px;min-height:56px;padding:13px 14px;display:flex}@supports (color:color-mix(in lab, red, red)){.telegram-item{border-bottom:1px solid color-mix(in srgb, var(--tg-hint), transparent 82%)}}.telegram-item:last-child,.telegram-complex:last-child{border-bottom:none}.telegram-item--unavailable{opacity:.35}.telegram-item__info{min-width:0}.telegram-item__info h3{margin-bottom:4px;font-size:1rem;font-weight:600;line-height:1.22}.telegram-item__info p{color:var(--tg-hint);font-size:.88rem;line-height:1.32}.telegram-item__price{color:var(--tg-accent);white-space:nowrap;flex:none;font-size:1rem;font-weight:700;line-height:1.2}.telegram-complex{border-bottom:1px dashed var(--tg-hint);padding:14px}@supports (color:color-mix(in lab, red, red)){.telegram-complex{border-bottom:1px dashed color-mix(in srgb, var(--tg-hint), transparent 60%)}}.telegram-complex h3{margin-bottom:8px;font-size:1rem;font-weight:700}.telegram-complex ul{color:var(--tg-hint);padding-left:18px;font-size:.92rem;line-height:1.35}.telegram-complex li{margin-bottom:4px}.admin-page{max-width:1180px;margin:0 auto;padding:24px 16px 48px}.admin-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.admin-header h1{margin-bottom:4px;font-size:2rem;font-weight:700}.admin-header p,.admin-empty,.admin-message{color:#666}.admin-header button,.admin-login-panel button{color:#fff;cursor:pointer;min-height:40px;font:inherit;background:#222;border:1px solid #222;border-radius:8px;padding:8px 14px;font-weight:600}.admin-header .admin-logout-button{color:#222;background:#fff;border:2px solid #222;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:108px;transition:background .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:inset 0 0 0 1px #fff,0 2px #222}.admin-header .admin-logout-button span{color:#fff;background:#222;border-radius:999px;place-items:center;width:20px;height:20px;font-size:.78rem;line-height:1;display:grid}.admin-header .admin-logout-button:hover{color:#fff;background:#222;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #222,0 3px #111}.admin-header .admin-logout-button:hover span{color:#222;background:#fff}.admin-login-page{background:linear-gradient(135deg,#ffffffb8,#f7f7f7e0),repeating-linear-gradient(0deg,#0000 0 23px,#2222220a 23px 24px);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.admin-login-panel{background:#fff;border:2px solid #222;border-radius:10px;flex-direction:column;gap:16px;width:min(100%,420px);padding:26px;display:flex;box-shadow:0 0 0 6px #fff,0 0 0 8px #222,0 18px 42px #0000001f}.admin-login-panel__heading{border-bottom:2px solid #eee;padding-bottom:14px}.admin-login-panel__heading p{color:#666;letter-spacing:0;text-transform:uppercase;margin-bottom:4px;font-size:.86rem;font-weight:700}.admin-login-panel h1{font-size:1.5rem;font-weight:700}.admin-login-panel label,.admin-login-panel__field{flex-direction:column;gap:6px;font-weight:600;display:flex}.admin-login-panel input{color:#222;width:100%;min-height:48px;font:inherit;background:#fff;border:2px solid #d8d8d8;border-radius:8px;outline:none;padding:10px 14px;font-weight:600;transition:border-color .18s,box-shadow .18s}.admin-login-panel input:focus{border-color:#222;box-shadow:0 0 0 3px #2222221a}.admin-login-panel .admin-login-panel__submit{color:#fff;background:#222;border:2px solid #222;border-radius:8px;min-height:48px;transition:background .18s,color .18s,transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 3px #111}.admin-login-panel .admin-login-panel__submit:hover:not(:disabled){color:#222;background:#fff;transform:translateY(-1px);box-shadow:0 4px #111}.admin-login-panel .admin-login-panel__submit:disabled{cursor:wait;opacity:.7}.admin-login-panel__message{color:#9b1c1c;background:#fff5f5;border:1px solid #e0b0b0;border-radius:8px;padding:10px 12px;font-size:.9rem;font-weight:600}.admin-panel,.admin-group{background:#fff;border-radius:10px;margin-bottom:24px;padding:18px;position:relative;overflow:visible}.admin-panel h2,.admin-group h2{margin-bottom:16px;font-size:1.25rem;font-weight:700}.admin-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-tabs-form{grid-template-columns:repeat(4,minmax(0,1fr)) auto;align-items:end;gap:12px;display:grid}.admin-tabs-form label{flex-direction:column;gap:6px;font-size:.92rem;font-weight:600;display:flex}.admin-tabs-form label span{color:#666;font-size:.82rem}.admin-tabs-form input{color:#222;width:100%;font:inherit;background:#fff;border:1px solid #d8d8d8;border-radius:8px;padding:10px 12px;font-weight:500}.admin-sections-form,.admin-complex-list{flex-direction:column;gap:12px;display:flex}.admin-section-edit-row{grid-template-columns:minmax(180px,.7fr) minmax(0,1fr) 110px;gap:12px;display:grid}.admin-section-edit-row label,.admin-complex-edit label{flex-direction:column;gap:6px;font-size:.92rem;font-weight:600;display:flex}.admin-section-edit-row span,.admin-complex-edit span{color:#666;font-size:.82rem}.admin-section-edit-row input,.admin-complex-edit input,.admin-complex-edit textarea{color:#222;width:100%;font:inherit;background:#fff;border:1px solid #d8d8d8;border-radius:8px;padding:10px 12px;font-weight:500}.admin-complex-edit{border-bottom:1px solid #eee;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr) 110px auto;align-items:end;gap:12px;padding-bottom:14px;display:grid}.admin-complex-edit:last-child{border-bottom:none;padding-bottom:0}.admin-complex-edit__available{min-height:40px}.admin-complex-edit__lines{grid-column:1/-1}.admin-complex-edit__lines textarea{resize:vertical;min-height:120px}.admin-form__wide{grid-column:1/-1}.admin-form label{flex-direction:column;gap:6px;font-size:.92rem;font-weight:600;display:flex}.admin-form input,.admin-form textarea,.admin-form select{color:#222;width:100%;font:inherit;background:#fff;border:1px solid #d8d8d8;border-radius:8px;padding:10px 12px;font-weight:400}.admin-form textarea{resize:vertical;min-height:90px}.admin-readonly-field{color:#222;background:#f7f7f7;border:1px solid #d8d8d8;border-radius:8px;min-height:40px;padding:10px 12px;font-weight:500}.admin-checkbox{justify-content:flex-end}.admin-checkbox input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.admin-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;position:relative;flex-direction:row!important;gap:8px!important}.admin-checkbox__box{background:#fff;border:1px solid #bdbdbd;border-radius:5px;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .16s,border-color .16s;display:inline-flex;position:relative}.admin-checkbox__box:after{content:"";opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:9px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.admin-checkbox input:checked+.admin-checkbox__box{background:#222;border-color:#222}.admin-checkbox input:checked+.admin-checkbox__box:after{opacity:1}.admin-checkbox input:focus-visible+.admin-checkbox__box{outline-offset:2px;outline:2px solid #222}.admin-form__actions{align-items:end;gap:10px;display:flex}.admin-form__actions button,.admin-item__actions button{color:#fff;cursor:pointer;min-height:40px;font:inherit;background:#222;border:1px solid #222;border-radius:8px;padding:8px 12px;font-weight:600}.admin-form__actions button[type=button],.admin-item__actions button:last-child{color:#222;background:#fff}.admin-form__actions button:disabled{cursor:default;opacity:.6}.admin-message{margin-top:12px}.admin-section{margin-top:18px;position:relative;overflow:visible}:is(.admin-section:has(.admin-custom-select--open),.admin-slot-row:has(.admin-custom-select--open)){z-index:2147483647}.admin-section h3{border-bottom:1px solid #eee;margin-bottom:8px;padding-bottom:8px;font-size:1.05rem;font-weight:700}.admin-item{border-bottom:1px solid #eee;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:12px 0;display:grid}.admin-item:last-child{border-bottom:none}.admin-item h4{margin-bottom:4px;font-size:1rem;font-weight:600}.admin-item p{color:#666;margin-bottom:4px;font-size:.9rem}.admin-item small{color:#777}.admin-item__actions{gap:8px;display:flex}.admin-slot-row{border-bottom:1px solid #eee;grid-template-columns:54px minmax(0,1fr) 132px;align-items:center;gap:10px;padding:8px 0;display:grid;position:relative}.admin-slot-row:last-child{border-bottom:none}.admin-icon-button{color:#222;cursor:pointer;min-height:34px;font:inherit;background:#fff;border:1px solid #d8d8d8;border-radius:6px;padding:6px 8px;font-size:.78rem;font-weight:600}.admin-slot-meta{color:#222;white-space:nowrap;background:#fff;border:1px solid #d8d8d8;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:40px;padding:7px 9px;font-size:.82rem;font-weight:600;display:inline-flex}.admin-slot-meta--empty{background:0 0;border-color:#0000;min-width:132px}.admin-slot-row--add{opacity:.9;border-bottom:none;grid-template-columns:54px minmax(0,1fr) 132px}.admin-slot-meta__price{text-overflow:ellipsis;min-width:0;overflow:hidden}.admin-slot-meta__status{color:#333;background:#f2f2f2;border-radius:999px;justify-content:center;align-items:center;min-width:42px;padding:5px 7px;font-size:.72rem;line-height:1;display:inline-flex}.admin-slot-meta--off{color:#777;background:#fafafa}.admin-slot-meta--off .admin-slot-meta__status{color:#666;background:#e8e8e8}.admin-add-sign{color:#555;border:1px dashed #bbb;border-radius:6px;justify-content:center;align-items:center;min-height:34px;font-size:1.2rem;font-weight:700;display:flex}.admin-custom-select{width:100%;min-width:0;position:relative}.admin-custom-select--open{z-index:2147483647}.admin-custom-select__button{color:#222;cursor:pointer;width:100%;min-height:40px;font:inherit;text-align:left;background:#fff;border:1px solid #d8d8d8;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.admin-custom-select__button:hover,.admin-custom-select--open .admin-custom-select__button{background:#fafafa;border-color:#222}.admin-custom-select__button span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-custom-select__caret{flex:none;width:10px;height:10px;display:inline-block;position:relative}.admin-custom-select__caret:before{content:"";border-bottom:2px solid #444;border-right:2px solid #444;width:7px;height:7px;transition:transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-65%)rotate(45deg)}.admin-custom-select--open .admin-custom-select__caret:before{transform:translate(-50%,-35%)rotate(225deg)}.admin-custom-select__menu{z-index:2147483647;background:#fff;border:1px solid #d8d8d8;border-radius:8px;max-height:280px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 28px #0000001f}.admin-custom-select__option,.admin-custom-select__empty{width:100%;min-height:0;font:inherit;text-align:left;border-radius:6px;padding:9px 10px;font-weight:500;color:#222!important;background:0 0!important;border:0!important}.admin-custom-select__option{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-custom-select__option:hover,.admin-custom-select__option--active{background:#f2f2f2}.admin-custom-select__option span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-custom-select__option small,.admin-custom-select__empty{color:#666;font-size:.82rem}@media (max-width:720px){.admin-header{flex-direction:column}.admin-tabs-form,.admin-section-edit-row,.admin-complex-edit,.admin-form,.admin-item{grid-template-columns:1fr}.admin-complex-edit__lines{grid-column:auto}.admin-item__actions{justify-content:flex-start}.admin-slot-row{grid-template-columns:48px minmax(0,1fr)}.admin-slot-meta{grid-column:2}}@media (min-width:768px){.menu,.menu-category{padding:24px}.menu-item__info h3{font-size:1.1rem}.menu-tab{padding:10px 18px}}@media (min-width:1024px){.menu-content.active{column-count:2;column-gap:32px;display:block}.menu-category{break-inside:avoid;margin-bottom:32px}}@media print{@page{size:A4;margin:8mm}html,body{width:210mm;min-height:297mm}body{color:#222;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#fff;line-height:1.2}.screen-menu,.menu-chrome,.telegram-menu__chrome{display:none!important}.print-menu{display:block!important}.menu{width:100%;max-width:none;margin:0;padding:0}.menu-tabs{display:none!important}.print-page{break-after:page;page-break-after:always;page-break-inside:avoid;display:block!important}.print-page:last-child{break-after:auto;page-break-after:auto}.print-page__title{border-bottom:1px solid #000;margin-bottom:4mm;padding-bottom:2mm;font-size:15pt;font-weight:700;line-height:1.1}.print-page__content{column-count:2;column-gap:8mm}.print-page--complex .print-page__content{column-count:1}.print-page--complex .menu-category{grid-template-columns:repeat(2,minmax(0,1fr));gap:4mm 8mm;margin-bottom:8mm;display:grid}.print-page--complex .menu-category h2{grid-column:1/-1;margin-bottom:0;font-size:13pt}.print-page--complex .menu-complex{break-inside:avoid;page-break-inside:avoid;border:.5px solid #cfcfcf;min-height:33mm;padding:3mm}.print-page--complex .menu-complex__title{margin-bottom:2mm;font-size:10pt}.print-page--complex .menu-complex ul{font-size:8.2pt;line-height:1.25}.print-page--complex .menu-complex li{margin-bottom:1mm}.print-page--beer-snacks .print-group:first-child{margin-bottom:6mm}.print-page--beer-snacks .print-page__title{margin-bottom:3mm;padding-bottom:1.5mm}.menu-category{break-inside:avoid;page-break-inside:avoid;background:0 0;border-radius:0;margin-bottom:4mm;padding:0}.menu-category h2{border-bottom:1px solid #000;margin-bottom:2mm;padding-bottom:1mm;font-size:10pt;line-height:1.15}.menu-item{break-inside:avoid;page-break-inside:avoid;border-bottom:.5px dotted #aaa;gap:2mm;padding:1.2mm 0}.menu-item__info h3{margin-bottom:.4mm;font-size:7.8pt;line-height:1.12}.menu-item__info p{color:#444;font-size:6.4pt;line-height:1.15}.menu-item__price{font-size:7.8pt;font-weight:600}.menu-complex{break-inside:avoid;page-break-inside:avoid;border-bottom:.5px dashed #aaa;padding:1.8mm 0}.menu-complex__title{margin-bottom:1mm;font-size:8.5pt;line-height:1.15}.menu-complex ul{padding-left:4mm;font-size:7pt;line-height:1.15}.menu-complex li{margin-bottom:.5mm}.na{display:none!important}section{break-inside:avoid}}
