.restaurant-page .restaurant-content{grid-template-columns:300px 6fr;gap:12px;display:grid}.restaurant-page .restaurant-content.summary{grid-template-columns:300px 6fr 420px}.restaurant-page .restaurantHeader{top:var(--header-height);z-index:11;background:#fff;position:-webkit-sticky;position:sticky}.restaurant-page .restaurant-categories{top:calc(var(--header-height) + var(--restaurant-header-height) + 10px);z-index:11;background:#fff}.restaurant-page .summaryBlock{top:calc(var(--header-height) + var(--restaurant-header-height) + 10px);max-height:calc(100vh - var(--header-height) - var(--restaurant-header-height) - 50px);position:-webkit-sticky;position:sticky;overflow:auto}.restaurant-page .summaryBlock .icon{background:initial}.restaurant-page .summaryBlock .promocode{color:var(--main-color,#007aff)}.restaurant-page .summaryBlock .bagesPaymentSummary,.restaurant-page .stickyMenu{display:none}.fetch-loader{background:0 0!important;width:auto!important;padding:0!important}@media (max-width:1450px){.restaurant-page .restaurant-content{grid-template-columns:300px 6fr!important}.restaurant-page .restaurant-content .summaryBlock{display:none}}@media (max-width:1024px){.restaurant-page .restaurant-content{flex-direction:column;display:flex}.restaurant-page .restaurant-content .summaryBlock{display:none}.restaurant-page .restaurant-categories{top:calc(var(--header-height) + var(--restaurant-header-height));padding:5px 0}.restaurant-page .stickyMenu{display:flex}}

