.restaurant-info{min-height:32px;padding:4px;padding-left:8px;padding-right:12px;background:#f0f8f0;font-size:14px;cursor:pointer}.restaurant-info,.restaurant-info__icon{border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.restaurant-info__icon{min-width:28px;height:28px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#40ae49;margin-right:12px}.restaurant-info__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.restaurant-info__info-title{color:#979797;margin-right:12px}.restaurant-info__info-name{font-family:GoogleSans-Bold,sans-serif;font-weight:500}.restaurant-info__info-name,.restaurant-info__info-ogrn{margin-right:12px}.restaurant-info__change{font-family:GoogleSans-Bold,sans-serif;color:#40ae49;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.restaurant-info__change svg{fill:#40ae49;margin-left:12px}.restaurant-info--blue{background:#eff5ff}.restaurant-info--blue .restaurant-info__icon{background:#107f8c}.restaurant-info--blue .restaurant-info__change{color:#107f8c}.restaurant-info--blue .restaurant-info__change svg{fill:#107f8c}@media(max-width:1439px){.restaurant-info__info-inn,.restaurant-info__info-ogrn{display:none}}@media(max-width:567px){.restaurant-info{min-height:40px}.restaurant-info__change span{display:none}.restaurant-info__info{line-height:16px}.restaurant-info__info-name{display:block}}.ui-switch-line{position:relative;height:44px;padding:3px;background:#f8f8f8;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.ui-switch-line__container{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;height:100%}.ui-switch-line__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font:14px GoogleSans-Bold,sans-serif;font-weight:700;cursor:pointer;z-index:1;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.ui-switch-line__item.selected{color:#40ae49}.ui-switch-line__item.disabled{color:#979797}.ui-switch-line__item span{font:12px GoogleSans-Regular,sans-serif;font-weight:400;color:#979797}.ui-switch-line__square{position:absolute;width:50%;left:2px;top:2px;height:calc(100% - 4px);background:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.15);box-shadow:0 2px 10px rgba(0,0,0,.15);border-radius:8px;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.ui-switch-line--blue .ui-switch-line__item.selected{color:#107f8c}.ui-block-preloader{width:inherit;height:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f8f8f8}.ui-block-preloader__container{position:relative}@-webkit-keyframes top-clip{50%{-webkit-transform:translateY(21px);transform:translateY(21px)}to{-webkit-transform:translateY(21px);transform:translateY(21px)}}@keyframes top-clip{50%{-webkit-transform:translateY(21px);transform:translateY(21px)}to{-webkit-transform:translateY(21px);transform:translateY(21px)}}@-webkit-keyframes bottom-sand-path{50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bottom-sand-path{50%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bottom-sand-g{85%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-9px);transform:translateY(-9px)}}@keyframes bottom-sand-g{85%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-9px);transform:translateY(-9px)}}@-webkit-keyframes hourglass-rotation{50%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes hourglass-rotation{50%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.ui-block-preloader #bottom-sand g,.ui-block-preloader #bottom-sand path,.ui-block-preloader #top-sand #top-clip-path rect,.ui-block-preloader svg{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-block-preloader #top-sand #top-clip-path rect{-webkit-animation-name:top-clip;animation-name:top-clip}.ui-block-preloader #bottom-sand path{-webkit-transform:translateY(21px);transform:translateY(21px);-webkit-animation-name:bottom-sand-path;animation-name:bottom-sand-path}.ui-block-preloader #bottom-sand g{-webkit-animation-name:bottom-sand-g;animation-name:bottom-sand-g}.ui-block-preloader svg{-webkit-animation-name:hourglass-rotation;animation-name:hourglass-rotation}.bottom-navigation{position:fixed;bottom:0;left:0;height:64px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px;z-index:100;background:#fff;-webkit-box-shadow:0 4px 24px rgba(0,0,0,.15);box-shadow:0 4px 24px rgba(0,0,0,.15)}.bottom-navigation,.bottom-navigation__item a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bottom-navigation__item a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.bottom-navigation__item img{width:24px;height:24px}.bottom-navigation__item span{font-family:GoogleSans-Regular,sans-serif;font-style:normal;font-weight:700;font-size:11px;line-height:14px;text-align:center;color:#979797}.bottom-navigation__item a.router-link-active span{color:#40ae49}.bottom-navigation__item a.router-link-active img{-webkit-filter:brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(324%) hue-rotate(74deg) brightness(98%) contrast(89%);filter:brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(324%) hue-rotate(74deg) brightness(98%) contrast(89%)}.bottom-navigation__item-cart{position:relative}span.bottom-navigation__item-count{position:absolute;top:9px;right:38px;width:18px;height:14px;background:#fd470e;border-radius:14px;font-family:GoogleSans-Regular,sans-serif;font-style:normal;font-weight:700;font-size:11px;line-height:14px;text-align:center;color:#fff}.bottom-navigation--application,.bottom-navigation--personal{display:none}.bottom-navigation--blue a.router-link-active span{color:#107f8c}.bottom-navigation--blue a.router-link-active img{-webkit-filter:brightness(0) saturate(100%) invert(37%) sepia(87%) saturate(420%) hue-rotate(138deg) brightness(92%) contrast(97%);filter:brightness(0) saturate(100%) invert(37%) sepia(87%) saturate(420%) hue-rotate(138deg) brightness(92%) contrast(97%)}@media(min-width:1000px){.bottom-navigation--breakfast,.bottom-navigation--cart,.bottom-navigation--chat,.bottom-navigation--constructor,.bottom-navigation--menu,.bottom-navigation--order{display:none}}.additional-offers__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:16px;overflow:hidden;overflow-x:auto;scrollbar-width:none}.additional-offers__list::-webkit-scrollbar{height:0}.additional-offers__item{-webkit-box-flex:0;-ms-flex:0 0 49%;flex:0 0 49%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;padding:20px 0 24px 24px;background:linear-gradient(142.91deg,#e2fcff 20.64%,#94ecff 77.6%),#d9d9d9;border-radius:24px}.additional-offers__item span{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-weight:700;font-size:14px;line-height:20px;color:#3d4248;z-index:2}.additional-offers__item span img{width:24px;height:24px}.additional-offers__text{margin-bottom:33px}.additional-offers__title{text-align:left;margin-bottom:3px;font-weight:700;font-size:24px;line-height:32px;letter-spacing:-.5px;color:#3d4248}.additional-offers__time{position:relative;z-index:2;font-weight:400;font-size:16px;line-height:24px;color:#979797}.additional-offers__bg{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%;display:grid;place-items:center;position:absolute;top:0;right:0;z-index:1}@media(max-width:1092px){.additional-offers__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.place-order{padding:32px 40px;text-align:center;max-width:462px;color:#3d4248}.place-order h3{margin-bottom:8px;font-weight:700;font-size:24px;line-height:32px;letter-spacing:-.5px}.place-order p{margin-bottom:24px;font-weight:400;font-size:16px;line-height:24px}.place-order__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.place-order__btns button{padding:18px 24px;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;font-weight:700;font-size:16px;line-height:20px;text-align:center;border-radius:8px;border:none;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.place-order__btns button:hover{opacity:.8}.place-order__btns button:first-child{color:#3d4248;background:#e5e5e7}.place-order__btns button:last-child{color:#fff;background:#40ae49}.popup__content{max-width:420px;padding:40px 32px 30px;text-align:center}.popup__content button{width:100%;height:52px;margin-top:20px}.menu-page__swipe-wrapper{display:none}.menu-page__swipe-top{position:absolute;height:28px;width:calc(100% - 40px);margin:0 20px 0 20px;background:#fff;text-align:center}.menu-page__basket-info{position:fixed;z-index:2;bottom:96px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s}.menu-page__basket-info--show{visibility:visible;opacity:1}.menu-page__swipe-feature{display:inline-block;width:44px;height:4px;background:#e3e3e3;border-radius:16px}.menu-page__swipe-content{position:fixed;bottom:0;left:0;width:100vw;z-index:5}.menu-page__swipe-content--priority{z-index:12}.menu-page__swipe-content-wr{max-width:354px;margin-left:10px;background:#fff}.page-menu__title{margin-bottom:24px;font-weight:700;font-size:40px;line-height:48px;letter-spacing:-.5px;color:#3d4248}.page-menu__collective-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-left:1px solid #e5e5e7;height:24px;padding-left:16px}@media(max-width:999px){.page-menu__collective-title{display:block}}.page-menu__meal-times{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px;margin-bottom:32px}.page-menu__meal-time,.page-menu__meal-times{display:-webkit-box;display:-ms-flexbox;display:flex}.page-menu__meal-time{max-width:447px;min-width:310px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.page-menu__meal-time ul{margin:0}.page-menu .page-menu__preloader{height:440px;border-radius:24px}.page-menu{overflow:visible;min-height:88vh}.page-menu__grid{display:grid;grid-template-columns:minmax(400px,1fr) 354px;gap:0 56px;width:100%;position:relative}.page-menu__rest-closed{margin-bottom:60px}.page-menu__restaurant-info{margin-bottom:24px}.page-menu__date-and-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:12px}.page-menu__date{width:311px}.page-menu__time{width:453px}.page-menu__food-type-selector{margin-bottom:23px;padding-top:12px;padding-bottom:23px;margin-left:-44px;margin-right:-44px;padding-left:44px;padding-right:44px;max-width:954px;-webkit-transition:top .2s ease-in-out;transition:top .2s ease-in-out}.page-menu__food-type-selector.sticky{padding:0;margin:0;max-width:unset}.page-menu__section-title{gap:14px;margin-bottom:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-menu__business-lunch-list{margin-bottom:60px}.page-menu__meal-list-category{margin-bottom:24px}.page-menu__meal-popup .popup-block{width:960px;border-radius:24px;padding:40px}@media(max-width:990px){.page-menu__meal-popup .popup-block{top:0;left:0;right:0;bottom:0;max-width:unset;max-height:unset;height:100%;border-radius:0;padding:0}}@media(max-width:1439px){.page-menu__grid{gap:0 48px}.page-menu__time{display:none}}@media(max-width:1024px){.page-menu__grid{grid-template-columns:minmax(400px,1fr) 340px;gap:0 32px}}@media(max-width:1000px){.page-menu__grid{display:block}.page-menu__right-column{display:none}}@media(max-width:767px){.page-menu{padding-bottom:64px}.page-menu .menu-page__swipe-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.page-menu .menu-page__swipe-content-wr{margin-left:0;position:fixed;z-index:5;height:0;width:100%;max-width:unset;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.page-menu .menu-page__swipe-content-wr--fixed{height:100%;padding-right:0;padding-left:0;padding-top:0}}@media(max-width:567px){.page-menu .page-menu__grid{padding-bottom:25px}.page-menu__food-type-selector{margin-left:-32px;margin-right:-32px;padding-left:32px;padding-right:32px}.page-menu .page-menu__title{font-size:32px;line-height:40px}.page-menu__date{width:100%}.page-menu__section-title{margin-bottom:24px}}body .popup-block{margin:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex}@media(max-width:576px){body .popup-block{max-width:100%}}.rest-section{max-width:1440px;display:grid;grid-template-columns:minmax(400px,1fr) 354px;gap:0 56px;width:100%;position:relative;margin:auto;padding:40px 60px 160px}.rest-section .rest-section__mini-cart{max-height:675px}@media(max-width:1080px){.rest-section .rest-section__mini-cart{display:none}}@media(max-width:1080px){.rest-section{grid-template-columns:1fr}}@media(max-width:580px){.rest-section{padding:24px 32px 160px}}.pick-rest__title{font-size:40px;margin-top:25px}@media(max-width:768px){.pick-rest__title{font-size:clamp(1.5rem,.413rem + 4.3478vw,2.5rem)}}.pick-rest__date{width:311px;margin-top:35px}@media(max-width:580px){.pick-rest__date{margin-top:24px}}.pick-rest__list-wr{width:100%;margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:1080px){.pick-rest__list-wr{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.pick-rest__list-wr{grid-template-columns:repeat(1,1fr);gap:24px}}.pick-rest__item{cursor:pointer}.pick-rest__item img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;border-radius:16px}.pick-rest__item h3{font-size:18px;font-family:GoogleSans-Bold,sans-serif;line-height:24px}.pick-rest__item-bottom{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:clamp(.5rem,-.25rem + 1.1111vw,.75rem);font-family:GoogleSans-Medium,sans-serif;line-height:16px}.pick-rest__item-price{min-width:70px}.pick-rest__item-price:after{position:relative;content:"•";margin-left:8px}.pick-rest__item-time{margin-left:8px}.pick-rest__item.unactive{cursor:default;opacity:.5}@media(max-width:1280px){.pick-rest__item h3{font-size:16px}}@media(max-width:1080px){.pick-rest__item h3{font-size:20px}.pick-rest__item-bottom{font-size:clamp(.625rem,.1635rem + .9615vw,.8125rem)}}@media(max-width:580px){.pick-rest__item-bottom{font-size:12px}.pick-rest__item h3{font-size:18px}.pick-rest__item img{min-height:160px;height:42vw}}.return-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;background:none;border:none;font-size:16px;color:#7e7e7e}.chat-page__container{background-color:#fff}.chat-page__jivo{width:100%;height:100svh;padding-bottom:64px;border:none}.chat-page__mobile-jivo{padding-bottom:8px}