.order-info__container_2b18a{width:100%;max-width:640px;margin:0 auto;padding:40px 0}.order-info__number_352c1{font-size:28px;font-family:Iceland,Arial,sans-serif;line-height:24px;text-align:center}.order-info__ingredients_d99c3{display:flex;flex-direction:column;gap:16px;max-height:312px;padding-right:24px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#8585ad #2f2f37}.order-info__ingredients_d99c3::-webkit-scrollbar{width:8px}.order-info__ingredients_d99c3::-webkit-scrollbar-track{background:#2f2f37}.order-info__ingredients_d99c3::-webkit-scrollbar-thumb{background:#8585ad;border:3px solid #8585ad}.order-info__ingredient_aacac{display:flex;justify-content:space-between;align-items:center;width:100%}.order-info__ingredientInfo_e1ab1{display:flex;flex:1;align-items:center;gap:16px}.order-info__ingredientIcon_b43b3{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;background:linear-gradient(63.18deg,#801ab3,#4c4cff);border-radius:100px;transition:transform .2s ease}.order-info__ingredientIcon_b43b3:hover{transform:scale(1.05)}.order-info__ingredientIcon_b43b3 img{width:56px;height:56px;background-color:#131316;border:2px solid transparent;border-radius:100px;object-fit:cover}.order-info__ingredient_aacac:hover .order-info__ingredientInfo_e1ab1 span{color:#4c4cff;transition:color .2s ease}.order-info__ingredientPrice_974c3{display:flex;align-items:center;gap:8px;white-space:nowrap}.order-info__ingredientPrice_974c3 svg{width:22px;height:22px}.order-info__footer_901ed{display:flex;justify-content:space-between;align-items:center;margin-top:40px}.order-info__totalPrice_09d9d{display:flex;align-items:center;gap:8px}.order-info__totalPrice_09d9d svg{width:22px;height:22px}.order-info__loading_14949{margin-top:200px;color:#f2f2f3;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;text-align:center;animation:order-info__pulse_a0b37 1.5s ease-in-out infinite}@keyframes order-info__pulse_a0b37{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (prefers-color-scheme: dark){.order-info__ingredientIcon_b43b3{background:linear-gradient(63.18deg,#6815a0,#3a3ac7)}}.order-info__statusDone_fea8f{color:#0cc}.order-info__statusPending_1d4d5,.order-info__statusCreated_0df98{color:#f2f2f3}.order-info__statusCancelled_b37ac{color:#e52b1a}@media (width <= 1024px){.order-info__container_2b18a{padding:30px 20px}}@media (width <= 768px){.order-info__container_2b18a{padding:20px 16px}.order-info__number_352c1{margin-bottom:30px;font-size:24px;line-height:20px}.order-info__ingredient_aacac{flex-direction:column;align-items:flex-start;gap:8px;padding:12px 0;border-bottom:1px solid #2f2f37}.order-info__ingredient_aacac:last-child{border-bottom:none}.order-info__ingredientInfo_e1ab1{width:100%}.order-info__ingredientPrice_974c3{align-self:flex-end;margin-left:80px}.order-info__ingredientIcon_b43b3{width:48px;height:48px}.order-info__ingredientIcon_b43b3 img{width:42px;height:42px}.order-info__ingredients_d99c3{max-height:400px;padding-right:12px}.order-info__footer_901ed{flex-direction:column;align-items:flex-start;gap:16px}.order-info__totalPrice_09d9d{align-self:flex-end}.order-info__totalPrice_09d9d svg{width:18px;height:18px}.order-info__loading_14949{margin-top:150px;padding:0 16px;font-size:20px;line-height:26px}}@media (width <= 480px){.order-info__ingredientPrice_974c3{justify-content:space-between;width:100%;margin-left:0}.order-info__ingredientInfo_e1ab1{gap:12px}.order-info__ingredientIcon_b43b3{width:40px;height:40px}.order-info__ingredientIcon_b43b3 img{width:36px;height:36px}}.order-card__link_671c7{display:block;width:100%;color:inherit;text-decoration:none;cursor:pointer}.order-card__card_b97be{box-sizing:border-box;width:100%;background-color:#1c1c21;border-radius:40px;box-shadow:0 4px 8px #0000000a,0 0 2px #0000000f,0 0 1px #0000000a;transition:all .3s ease}.order-card__card_b97be:hover{box-shadow:0 8px 16px #00000014,0 0 4px #0000001f;transform:translateY(-2px)}.order-card__header_b8ecd{display:flex;justify-content:space-between;align-items:center}.order-card__title_c97b2{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.order-card__footer_4e691{display:flex;justify-content:space-between;align-items:center}.order-card__ingredients_f293e{display:flex;flex-wrap:wrap;align-items:center}.order-card__ingredientIcon_87ece{position:relative;display:flex;justify-content:center;align-items:center;width:64px;height:64px;margin-right:-16px;background:linear-gradient(63.18deg,#801ab3,#4c4cff);border-radius:100px;transition:transform .2s ease}.order-card__ingredientIcon_87ece:hover{transform:translateY(-2px)}.order-card__ingredientIcon_87ece:last-child{margin-right:0}.order-card__ingredientIcon_87ece img{width:56px;height:56px;background-color:#131316;border:2px solid transparent;border-radius:100px;object-fit:cover}.order-card__remainingCount_f6569{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#f2f2f3;font-weight:600;font-size:16px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:24px;background-color:#1c1c2199;border-radius:100px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.order-card__price_db739{display:flex;align-items:center;gap:8px}.order-card__price_db739 svg{width:22px;height:22px}@media (width <= 768px){.order-card__card_b97be{padding:4px}.order-card__ingredientIcon_87ece{width:48px;height:48px}.order-card__ingredientIcon_87ece img{width:42px;height:42px}.order-card__price_db739 svg{width:18px;height:18px}}.feed-orders__container_f7eff{display:grid;grid-template-columns:1fr 1fr;gap:60px;width:100%;max-width:1240px;margin:0 auto;padding:40px 0}.feed-orders__ordersSection_59ba3{max-height:calc(100vh - 200px);padding-right:8px;overflow-y:auto}.feed-orders__ordersSection_59ba3::-webkit-scrollbar{width:8px}.feed-orders__ordersSection_59ba3::-webkit-scrollbar-track{background:#2f2f37}.feed-orders__ordersSection_59ba3::-webkit-scrollbar-thumb{background:#8585ad;border:3px solid #8585ad}.feed-orders__ordersList_a24b5{display:flex;flex-direction:column;gap:16px}.feed-orders__statsSection_87e7a{display:flex;flex-direction:column;gap:60px}.feed-orders__ordersBoard_3e354{display:flex;gap:36px}.feed-orders__ordersColumn_c3687{flex:1}.feed-orders__columnsContainer_fca4c{display:flex;flex-wrap:wrap;gap:20px}.feed-orders__column_e17cd{display:flex;flex-direction:column;min-width:80px}.feed-orders__orderNumber_170fc{display:block;margin-bottom:8px;font-size:28px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:24px}.feed-orders__totalOrders_11f7a{display:flex;flex-direction:column;gap:20px}.feed-orders__totalOrders_11f7a h3,.feed-orders__totalOrders_11f7a span{color:#f2f2f3}.feed-orders__totalNumber_ca852{font-size:144px;font-family:Iceland,Arial,sans-serif;line-height:120px;text-shadow:0 0 16px rgb(51 51 255 / 25%),0 0 8px rgb(51 51 255 / 25%),0 4px 32px rgb(51 51 255 / 50%)}.feed-orders__loading_8293c,.feed-orders__error_d738f,.feed-orders__empty_4211c{display:flex;grid-column:1 / -1;justify-content:center;align-items:center;min-height:400px;padding:40px;text-align:center;background:#1c1c21;border:1px solid #2f2f37;border-radius:40px}.feed-orders__loading_8293c{animation:feed-orders__pulse_61887 1.5s ease-in-out infinite}.feed-orders__error_d738f{color:#e52b1a}.feed-orders__empty_4211c{color:#8585ad;border:2px dashed #2f2f37}.feed-orders__message_a60f8{display:flex;grid-column:1 / -1;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;padding:40px;text-align:center;background:#1c1c21;border:1px solid #2f2f37;border-radius:40px}.feed-orders__message_a60f8 a{color:#4c4cff;text-decoration:none;transition:opacity .3s}.feed-orders__message_a60f8 a:hover{text-decoration:underline;opacity:.8}.feed-orders__link_3b06e{color:#4c4cff;text-decoration:none;transition:opacity .3s}.feed-orders__link_3b06e:hover{text-decoration:underline;opacity:.8}@keyframes feed-orders__pulse_61887{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@keyframes feed-orders__slide-in_f1ad3{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.feed-orders__ordersList_a24b5>*{animation:feed-orders__slide-in_f1ad3 .3s ease-out}.feed-orders__orderNumber_170fc[style*="color: #00CCCC"]{text-shadow:0 0 8px rgb(0 204 204 / 30%)}@media (width <= 1280px){.feed-orders__container_f7eff{gap:40px;padding:40px 20px}}@media (width <= 1024px){.feed-orders__container_f7eff{grid-template-columns:1fr;gap:40px}.feed-orders__ordersSection_59ba3{max-height:600px}.feed-orders__totalNumber_ca852{font-size:100px;line-height:90px}.feed-orders__loading_8293c,.feed-orders__error_d738f,.feed-orders__empty_4211c,.feed-orders__message_a60f8{min-height:300px;padding:30px}}@media (width <= 768px){.feed-orders__container_f7eff{gap:30px;padding:20px 16px}.feed-orders__ordersSection_59ba3{max-height:500px}.feed-orders__ordersBoard_3e354{flex-direction:column;gap:30px}.feed-orders__columnsContainer_fca4c{gap:15px}.feed-orders__orderNumber_170fc{margin-bottom:6px;font-size:24px;line-height:20px}.feed-orders__totalNumber_ca852{font-size:72px;line-height:65px}.feed-orders__totalOrders_11f7a{gap:15px}.feed-orders__loading_8293c,.feed-orders__error_d738f,.feed-orders__empty_4211c,.feed-orders__message_a60f8{min-height:250px;padding:20px}.feed-orders__loading_8293c p,.feed-orders__error_d738f p,.feed-orders__empty_4211c p,.feed-orders__message_a60f8 p{font-size:18px!important}}@media (width <= 480px){.feed-orders__container_f7eff{padding:15px 12px}.feed-orders__ordersSection_59ba3{max-height:400px}.feed-orders__columnsContainer_fca4c{gap:10px}.feed-orders__orderNumber_170fc{margin-bottom:4px;font-size:20px;line-height:18px}.feed-orders__totalNumber_ca852{font-size:48px;line-height:44px}.feed-orders__loading_8293c,.feed-orders__error_d738f,.feed-orders__empty_4211c,.feed-orders__message_a60f8{min-height:200px;padding:15px}.feed-orders__loading_8293c p,.feed-orders__error_d738f p,.feed-orders__empty_4211c p,.feed-orders__message_a60f8 p{font-size:16px!important}}@media (prefers-color-scheme: dark){.feed-orders__loading_8293c,.feed-orders__error_d738f,.feed-orders__empty_4211c,.feed-orders__message_a60f8{background:#1c1c21}}.feed__page_375f4{display:flex;justify-content:center;width:100%;min-height:calc(100vh - 88px);background-color:#131316}.feed__container_86c05{width:100%;max-width:1240px;margin:0 auto;padding:40px 20px}.feed__title_0a255{margin-bottom:20px;color:#f2f2f3;font-weight:700;font-size:36px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:40px}.feed__loading_1aad4{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 88px);color:#f2f2f3;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;animation:feed__pulse_355a4 1.5s ease-in-out infinite}.feed__error_1ef41{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:0 20px;color:#e52b1a;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;text-align:center}@keyframes feed__pulse_355a4{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (width <= 1024px){.feed__container_86c05{padding:30px 20px}.feed__title_0a255{font-size:32px;line-height:36px}}@media (width <= 768px){.feed__container_86c05{padding:20px 16px}.feed__title_0a255{margin-bottom:16px;font-size:28px;line-height:32px}.feed__loading_1aad4,.feed__error_1ef41{font-size:20px;line-height:26px}}.forgot-password-page__container_d9b26{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:20px}.forgot-password-page__form_f979b{display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px}.forgot-password-page__buttons_5b24c{display:flex;justify-content:center;gap:20px;width:100%}.forgot-password-page__links_2b6dd{display:flex;flex-direction:column;align-items:center}.forgot-password-page__link_2218e{color:#4c4cff;text-decoration:none;transition:opacity .3s}.forgot-password-page__link_2218e:hover{opacity:.7}.forgot-password-page__error_312d3{width:100%;padding:10px;text-align:center;background-color:#ff00001a;border-radius:4px}.ingredient-details__container_142b6{display:flex;flex-direction:column;align-items:center}.ingredient-details__image_ab7bf{width:480px;height:240px}.ingredient-details__name_710c8{text-align:center}.ingredient-details__nutrition_614fa{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.ingredient-details__nutritionItem_573bc{display:flex;flex-direction:column;align-items:center;gap:8px}.ingredient-details-page__title_2cc45{margin:0;padding:0;font-weight:700;font-size:36px;font-family:Jet Brains Mono,sans-serif;line-height:1.1;text-align:center}.login-page__container_538b0{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:20px}.login-page__form_4e3fa{display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px}.login-page__links_110f8{display:flex;flex-direction:column;align-items:center}.login-page__link_f3abc{color:#4c4cff;text-decoration:none;transition:opacity .3s}.login-page__link_f3abc:hover{opacity:.7}.login-page__error_3537f{width:100%;padding:10px;text-align:center;background-color:#ff00001a;border-radius:4px}.profile-orders__ordersList_43429{display:flex;flex-direction:column;gap:16px;width:100%;max-height:calc(100vh - 200px);padding-right:8px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#8585ad #2f2f37}.profile-orders__ordersList_43429::-webkit-scrollbar{width:8px}.profile-orders__ordersList_43429::-webkit-scrollbar-track{background:#2f2f37}.profile-orders__ordersList_43429::-webkit-scrollbar-thumb{background:#8585ad;border:3px solid #8585ad}.profile-orders__message_dd9b3{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px;text-align:center;background:#1c1c21;border:1px solid #2f2f37;border-radius:40px}.profile-orders__loading_b32fc{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px;text-align:center;background:#1c1c21;border:1px solid #2f2f37;border-radius:40px;animation:profile-orders__pulse_5b0bc 1.5s ease-in-out infinite}.profile-orders__empty_d25a8{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:40px 20px;text-align:center;background:#1c1c21;border:2px dashed #2f2f37;border-radius:40px}@keyframes profile-orders__pulse_5b0bc{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (width <= 1024px){.profile-orders__ordersList_43429{max-height:600px}}@media (width <= 768px){.profile-orders__ordersList_43429{gap:12px;max-height:none;padding-right:4px}.profile-orders__message_dd9b3,.profile-orders__loading_b32fc,.profile-orders__empty_d25a8{min-height:300px;padding:30px 16px}.profile-orders__message_dd9b3 p,.profile-orders__loading_b32fc p,.profile-orders__empty_d25a8 p{font-size:18px!important;line-height:24px!important}}@media (width <= 480px){.profile-orders__ordersList_43429{gap:10px}.profile-orders__message_dd9b3,.profile-orders__loading_b32fc,.profile-orders__empty_d25a8{min-height:250px;padding:20px 12px}.profile-orders__message_dd9b3 p,.profile-orders__loading_b32fc p,.profile-orders__empty_d25a8 p{font-size:16px!important;line-height:22px!important}}.profile-orders__page_d9949{display:flex;justify-content:center;width:100%;min-height:calc(100vh - 88px);background-color:#131316}.profile-orders__container_05b2d{display:grid;grid-template-columns:320px 1fr;gap:60px;width:100%;max-width:1240px;margin:0 auto;padding:40px 20px}.profile-orders__sidebar_57a2a{max-width:320px}.profile-orders__nav_f3a1c{display:flex;flex-direction:column;margin-bottom:80px}.profile-orders__link_bb62b{display:flex;align-items:center;width:100%;min-height:64px;text-align:left;text-decoration:none;background:none;border:none;cursor:pointer;transition:opacity .3s ease}.profile-orders__link_bb62b:hover{opacity:.7}.profile-orders__link_bb62b span{color:#8585ad;transition:color .3s ease}.profile-orders__active_5808a span{color:#f2f2f3}.profile-orders__description_e7813{color:#8585ad;line-height:24px;opacity:.4}.profile-orders__content_2d737{width:100%}.profile-orders__mobileTitle_1c074{display:none;margin-bottom:20px;color:#f2f2f3;font-weight:700;font-size:28px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:32px}.profile-orders__loading_f1fd3{display:flex;justify-content:center;align-items:center;min-height:400px;color:#f2f2f3;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;animation:profile-orders__pulse_11663 1.5s ease-in-out infinite}.profile-orders__error_b436b{display:flex;justify-content:center;align-items:center;min-height:400px;padding:0 20px;color:#e52b1a;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;text-align:center}.profile-orders__empty_eeb41{display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px;color:#8585ad;font-size:24px;font-family:Jet Brains Mono,Arial,sans-serif;line-height:30px;text-align:center;border:2px dashed #2f2f37;border-radius:40px}@keyframes profile-orders__pulse_11663{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}@media (width <= 1024px){.profile-orders__container_05b2d{gap:40px;padding:30px 20px}}@media (width <= 768px){.profile-orders__container_05b2d{grid-template-columns:1fr;gap:30px;padding:20px 16px}.profile-orders__sidebar_57a2a{max-width:100%;padding-bottom:20px;border-bottom:1px solid #2f2f37}.profile-orders__nav_f3a1c{flex-flow:row wrap;gap:10px;margin-bottom:20px}.profile-orders__link_bb62b{width:auto;min-height:48px;padding:0 16px;background:#1c1c21;border:1px solid #2f2f37;border-radius:30px}.profile-orders__link_bb62b span{font-size:14px!important}.profile-orders__description_e7813{font-size:14px!important;line-height:20px;text-align:center}.profile-orders__mobileTitle_1c074{display:block}.profile-orders__loading_f1fd3,.profile-orders__error_b436b,.profile-orders__empty_eeb41{min-height:300px;font-size:20px;line-height:26px}}@media (width <= 480px){.profile-orders__nav_f3a1c{justify-content:center}.profile-orders__link_bb62b{min-height:40px;padding:0 12px}.profile-orders__link_bb62b span{font-size:12px!important}.profile-orders__loading_f1fd3,.profile-orders__error_b436b,.profile-orders__empty_eeb41{padding:20px 16px;font-size:18px;line-height:24px}}.profile-page__container_4df97{display:flex;justify-content:center;width:100%;padding:40px 20px}.profile-page__content_97af3{display:flex;gap:60px;width:100%;max-width:1280px}.profile-page__sidebar_9a152{flex:0 0 320px}.profile-page__navigation_f2fc9{display:flex;flex-direction:column;gap:36px}.profile-page__navLink_6143e{display:flex;align-items:center;padding:0;text-decoration:none;background:none;border:none;cursor:pointer;transition:opacity .3s}.profile-page__navLink_6143e:hover{opacity:.7}.profile-page__navLink_6143e.profile-page__active_eade7,.profile-page__navLink_6143e.profile-page__active_eade7 span,.profile-page__logoutButton_aa96a:hover span{color:#f2f2f3}.profile-page__hint_203f3{margin-top:80px;opacity:.4}.profile-page__main_b0751{flex:1}.profile-page__form_15a03{max-width:480px}.profile-page__error_45ca6{padding:10px;background-color:#ff00001a;border-radius:4px}.profile-page__buttons_60919{display:flex;justify-content:flex-end;gap:20px}.register-page__container_0bf9d{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:20px}.register-page__form_607bb{display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px}.register-page__links_4d9a9{display:flex;flex-direction:column;align-items:center}.register-page__link_85183{color:#4c4cff;text-decoration:none;transition:opacity .3s}.register-page__link_85183:hover{opacity:.7}.register-page__error_6126f{width:100%;padding:10px;text-align:center;background-color:#ff00001a;border-radius:4px}.reset-password-page__container_34cbb{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 88px);padding:20px}.reset-password-page__form_b3b61{display:flex;flex-direction:column;align-items:center;width:100%;max-width:480px}.reset-password-page__buttons_383d8{display:flex;justify-content:center;gap:20px;width:100%}.reset-password-page__links_28cf3{display:flex;flex-direction:column;align-items:center}.reset-password-page__link_9912c{color:#4c4cff;text-decoration:none;transition:opacity .3s}.reset-password-page__link_9912c:hover{opacity:.7}.reset-password-page__error_7f737{width:100%;padding:10px;text-align:center;background-color:#ff00001a;border-radius:4px}.app-header__header_30ba3{background-color:var(--background)}.app-header__menu_f5906{display:flex;align-items:center;max-width:1240px;height:56px;margin:0 auto}.app-header__menu_part_left_5c892{display:flex;flex-basis:35%}.app-header__link_c7834{display:flex;color:var(--text-inactive-color);text-decoration:none}.app-header__link_active_ce939{color:var(--text-primary-color)}.app-header__link_position_last_36afe{display:flex;flex-basis:35%;justify-content:flex-end}.app-header__logo_1b4c2{display:flex;align-items:center;margin:0 auto}.constructor-item__item_6bd64{display:flex;align-items:center;gap:8px;width:100%;cursor:move;opacity:1;transition:opacity .3s ease,transform .3s ease}.constructor-item__item_6bd64:hover{transform:translate(4px)}.constructor-item__item_6bd64 svg{flex-shrink:0}.burger-constructor__constructor_0a2a2{display:flex;flex-direction:column;align-items:flex-end;gap:16px;box-sizing:border-box;width:100%;max-width:600px;min-height:600px}.burger-constructor__constructor_0a2a2.burger-constructor__hover_4e1e7{background-color:#8585ad0d;border:2px dashed #8585ad;border-radius:8px}.burger-constructor__bun_7ff05{display:flex;justify-content:center;width:100%}.burger-constructor__scrollable_5deed{display:flex;flex-direction:column;gap:16px;width:100%;max-height:464px;padding-right:8px;overflow:hidden auto}.burger-constructor__scrollable_5deed::-webkit-scrollbar{width:8px}.burger-constructor__scrollable_5deed::-webkit-scrollbar-track{background:#2f2f37;border-radius:4px}.burger-constructor__scrollable_5deed::-webkit-scrollbar-thumb{background:#8585ad;border-radius:4px}.burger-constructor__scrollable_5deed::-webkit-scrollbar-thumb:hover{background:#a0a0c8}.burger-constructor__empty_82d3c{display:flex;justify-content:center;align-items:center;min-height:80px;margin:16px 0;padding:20px;color:#8585ad;text-align:center;background-color:#8585ad0d;border:2px dashed #8585ad;border-radius:40px;transition:all .3s ease}.burger-constructor__empty_82d3c.burger-constructor__top_5aa14,.burger-constructor__empty_82d3c.burger-constructor__bottom_db32a{width:100%;min-height:60px;border-radius:88px 88px 40px 40px}.burger-constructor__empty_82d3c.burger-constructor__top_5aa14{border-radius:88px 88px 40px 40px}.burger-constructor__empty_82d3c.burger-constructor__bottom_db32a{border-radius:40px 40px 88px 88px}.burger-constructor__empty_82d3c:hover{color:#4c4cff;background-color:#4c4cff0d;border-color:#4c4cff}.burger-constructor__total_2c80d{display:flex;align-items:center;gap:40px}.burger-constructor__price_a33f9{display:flex;align-items:center;gap:8px}.burger-constructor__price_a33f9 svg{width:36px;height:36px}@media (width <= 1200px){.burger-constructor__constructor_0a2a2{max-width:500px}}@media (width <= 768px){.burger-constructor__constructor_0a2a2{max-width:100%;padding:0 16px}.burger-constructor__total_2c80d{flex-direction:column;gap:20px}.burger-constructor__scrollable_5deed{max-height:300px}}.ingredient-card__ingredient_card_78be1{position:relative;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease}.ingredient-card__ingredient_card_78be1:hover{transform:translateY(-2px)}.ingredient-card__link_ac211{color:inherit;text-decoration:none}.ingredient-card__image_1e3bd{width:240px;height:120px;object-fit:contain}.ingredient-card__ingredient_price_6dc82{display:flex;align-items:center;gap:8px;margin:8px 0}.ingredient-card__ingredient_name_5d2d0{display:flex;align-items:center;min-height:48px;text-align:center}.ingredient-card__counter_1b207{position:absolute;top:0;right:0}.ingredient-card__dragging_92cfb{opacity:.5}.burger-ingredients__burger_ingredients_21662{display:flex;flex-direction:column;width:600px}.burger-ingredients__tabs_navigation_6b599{display:flex;margin-bottom:40px}.burger-ingredients__ingredients_container_ae02a{position:relative;height:716px;overflow-y:auto}.burger-ingredients__ingredients_container_ae02a::-webkit-scrollbar{width:8px}.burger-ingredients__ingredients_container_ae02a::-webkit-scrollbar-track{background:#2f2f37;border-radius:4px}.burger-ingredients__ingredients_container_ae02a::-webkit-scrollbar-thumb{background:#8585ad;border-radius:4px}.burger-ingredients__ingredients_container_ae02a::-webkit-scrollbar-thumb:hover{background:#a5a5d6}.burger-ingredients__ingredients_section_c958c{margin-bottom:40px}.burger-ingredients__section_title_9d9a0{margin-bottom:24px}.burger-ingredients__ingredients_grid_c3bc4{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (width <= 1280px){.burger-ingredients__burger_ingredients_21662{width:100%;max-width:600px;margin:0 auto}}@media (width <= 768px){.burger-ingredients__ingredients_grid_c3bc4{grid-template-columns:1fr;gap:16px}.burger-ingredients__ingredients_container_ae02a{height:500px}}.modal-overlay__overlay_3344d{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background-color:#0009;cursor:pointer}.modal__modal_58ad1{position:fixed;top:50%;left:50%;z-index:1000;min-width:720px;background-color:#1c1c21;border-radius:40px;box-shadow:0 24px 32px #0000000a,0 16px 24px #0000000a,0 4px 8px #0000000a,0 0 1px #0000000a;transform:translate(-50%,-50%)}.modal__header_fd68d{display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:40px 40px 0}.modal__title_c01fd{flex-grow:1;margin:0}.modal__closeButtonWrapper_d6405{display:flex;justify-content:flex-end;align-items:center;width:24px;height:24px;margin-left:auto}.modal__closeButton_4ac6a{display:flex;justify-content:center;align-items:center;width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer;transition:opacity .3s}.modal__closeButton_4ac6a:hover{opacity:.7}.modal__content_2761b{padding:0 40px 40px}.order-details__container_36263{display:flex;flex-direction:column;align-items:center}.order-details__orderNumber_d0be0{text-shadow:0 0 16px rgb(51 51 255 / 25%),0 0 8px rgb(51 51 255 / 25%),0 4px 32px rgb(51 51 255 / 50%)}.order-details__checkIcon_99322{display:flex;justify-content:center;align-items:center;width:120px;height:120px;background:url(/React-Burger/assets/cheked-CYTi4mCe.svg);background-repeat:no-repeat;background-size:contain}.app__app_02637{display:flex;flex-direction:column;min-height:100vh;color:#f2f2f3;background-color:#131316}.app__main_8c5fe{display:flex;justify-content:center;gap:40px;box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto}.app__notFound_16736{display:flex;flex:1;flex-direction:column;justify-content:center;align-items:center;text-align:center}body{margin:0}@supports (scrollbar-color: auto){.custom-scroll,body{scrollbar-color:#8585ad #2f2f37;scrollbar-width:thin}}
