:root{--modal-bg:#1c1c21;--accent:#4c4cff;--active:#4c4cff;--input:#2f2f37;--success:#0cc;--error:#e52b1a;--bg:#131316;--modal-edge:#4c4cff33;--primary-light:#f2f2f3;--dark-grey:#8585ad;--disabled:#3a3a55;--button-normal:linear-gradient(135deg,#801ab2,#4c4cff);--button-active:linear-gradient(135deg,#4c4cff,#801ab2)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{margin:0 auto;max-width:1280px;padding-bottom:24px;padding-left:20px;padding-right:20px}@media (min-width:768px){#root{padding-left:40px;padding-right:40px}}@media (min-width:1024px){#root{padding-left:60px;padding-right:60px}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.button{border:none;border-radius:var(--common-border-radius);cursor:pointer;outline:none;transition:var(--common-transition)}.button_type_primary{background:linear-gradient(63.18deg,#801ab3,#4c4cff);color:var(--text-primary-color)}.button_type_primary:hover{box-shadow:0 0 16px 8px #3333ff40,0 0 8px 8px #3333ff40;filter:drop-shadow(0 4px 32px rgba(51,51,255,.5))}.button_type_primary:active{opacity:.9}.button_type_secondary{background:#0000;color:var(--colors-interface-accent)}.button_type_secondary:hover{opacity:.9}.button_type_secondary:active,.button_type_secondary:hover{color:var(--text-primary-color)}.button_size_large{padding:20px 40px}.button_size_large,.button_size_medium{font-family:Jet Brains Mono;font-size:16px;font-weight:400;line-height:1.5}.button_size_medium{padding:16px 40px}.button_size_small{font-family:JetBrains Mono;font-size:14px;font-weight:400;line-height:1.43;padding:10px 32px}.button_type_primary[disabled]{background:var(--colors-button-inactive)}.button_type_primary[disabled],.button_type_secondary[disabled]{color:var(--text-inactive-color);pointer-events:none}.common_button{align-items:center;background:none;border:none;color:var(--text-primary-color);cursor:pointer;display:flex;font-family:Jet Brains Mono;font-size:16px;font-style:normal;font-weight:400;gap:8px;justify-content:center;line-height:1.5;outline:none;padding:0;transition:var(--common-transition)}.common_button:hover{opacity:.9}.constructor-element{background:var(--background-element);border-radius:var(--common-border-radius-s);box-sizing:border-box;color:#f2f2f3;display:inline-block;flex-grow:1;font-family:Jet Brains Mono;font-size:16px;line-height:24px;max-width:536px;min-height:80px;padding:16px 24px;width:100%}.constructor-element_pos_top{border-radius:var(--top-constructor-item-border-radius)}.constructor-element_pos_bottom{border-radius:var(--bottom-constructor-item-border-radius)}.constructor-element__row{align-items:center;display:flex}.constructor-element__image{height:40px;margin-right:20px;width:80px}.constructor-element__text{flex-grow:1;margin-right:20px;text-align:left}.constructor-element__price,.constructor-element__text{align-items:center;display:inline-flex;line-height:24px}.constructor-element__price{font-family:Iceland;font-size:28px;font-style:normal;font-weight:400;justify-content:flex-end;text-align:right}.constructor-element__price svg{margin-left:9px}.constructor-element__action{align-items:center;cursor:pointer;display:inline-flex;margin-left:20px}.tab{background-color:var(--background-alt);box-shadow:inset 0 -1px 0 #2f2f37;box-sizing:border-box;color:var(--text-inactive-color);cursor:pointer;min-width:200px;text-align:center;transition:var(--common-transition)}.tab:hover,.tab_type_current{color:var(--text-primary-color)}.tab_type_current{box-shadow:inset 0 -2px 0 #4c4cff;pointer-events:none}.input{align-items:center;background-color:var(--background-element);border:2px solid var(--background-element);border-radius:var(--common-border-radius-s);box-sizing:border-box;cursor:text;display:flex;justify-content:space-between;position:relative;transition:.3s}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px var(--background-element) inset!important}.input_status_active{border:2px solid var(--colors-interface-accent)}.input_status_error{border:2px solid var(--colors-interface-error)}.input_status_disabled,.input_type_disabled{cursor:not-allowed}.input__icon{cursor:text;line-height:0}.input__icon-action{cursor:pointer}.input__icon-disabled{cursor:not-allowed}.input__placeholder{color:var(--text-inactive-color);cursor:text;display:block;position:absolute;text-align:left;top:18px;transition:.3s}.input__placeholder-filled,.input__placeholder-focused{top:8px}.input__textfield{background-color:initial;border:none;color:var(--text-primary-color);cursor:text;display:block;margin-top:16px!important;width:100%}.input__textfield:-webkit-autofill{-webkit-text-fill-color:var(--text-primary-color)!important}.input__textfield:focus{outline:none}.input__container{text-align:left;width:-webkit-fit-content;width:fit-content}.visually-hidden{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;width:1px}.input__placeholder-disabled{cursor:not-allowed}.input__textfield-disabled{color:var(--text-inactive-color);cursor:not-allowed}.input__textfield-disabled:-webkit-autofill{-webkit-text-fill-color:var(--text-inactive-color)!important}.input__error{color:var(--colors-interface-error);margin-left:24px;margin-top:2px}.input__error:-webkit-autofill{-webkit-text-fill-color:var(--colors-interface-error)!important}.input_size_default{min-height:64px;width:480px}.input_size_small{min-height:48px;padding-left:calc(var(--offset-base-variable)*10);padding-right:calc(var(--offset-base-variable)*10);width:480px}.counter{background:#4c4cff;border-radius:16px;color:#f2f2f3;display:flex;font-family:Iceland;font-style:normal;font-weight:400;line-height:24px;position:absolute;right:0;text-align:center;top:0}.default{font-size:28px;height:32px;min-width:16px;padding:0 8px}.small{font-size:22px;height:24px;min-width:16px;padding:0 4px}.counter__num{margin:auto}.move_button_container{align-items:center;display:flex;flex-direction:column;width:-webkit-fit-content;width:fit-content}.move_button{background:none;border:none;cursor:pointer;margin:0;max-height:24px;outline:none;padding:0;transition:var(--common-transition)}.move_button:hover{opacity:.9}.move_button:disabled{cursor:default}.icon_disabled{fill:var(--colors-button-inactive)}@font-face{font-display:swap;font-family:Jet Brains Mono;font-weight:400;src:url(/static/media/JetBrainsMono-Regular.b60380891bcf2eb241ca.woff2) format("woff2")}@font-face{font-display:swap;font-family:Jet Brains Mono;font-weight:400;src:url(/static/media/JetBrainsMono-Regular.f52bee61d00ce995b89f.woff) format("woff")}@font-face{font-display:swap;font-family:Jet Brains Mono;font-weight:700;src:url(/static/media/JetBrainsMono-Bold.c232d532ea5a5189a278.woff2) format("woff2")}@font-face{font-display:swap;font-family:Jet Brains Mono;font-weight:700;src:url(/static/media/JetBrainsMono-Bold.3914674f1cb2335acf26.woff) format("woff")}@font-face{font-display:swap;font-family:Iceland;font-weight:400;src:url(/static/media/iceland.4ae67a017a5ff82bbbb7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Iceland;font-weight:400;src:url(/static/media/iceland.77ad7fc2baffd9305538.woff) format("woff")}:root{--background:#1c1c21;--background-alt:#131316;--background-element:#2f2f37;--offset-base-variable:2px;--offset-base-size:4px;--top-constructor-item-border-radius:88px 88px 40px 40px;--bottom-constructor-item-border-radius:40px 40px 88px 88px;--common-border-radius:64px;--common-border-radius-s:40px;--text-primary-color:#fff;--text-inactive-color:#8585ad;--colors-interface-accent:#4c4cff;--colors-interface-error:#e52b1a;--colors-interface-success:#0cc;--colors-button-inactive:#3a3a55;--common-transition:all .3s ease-in;scrollbar-color:#2f2f37 #8585ad;scrollbar-width:thin}@-moz-document url-prefix(){:root{scrollbar-color:#8585ad #2f2f37}}.custom-scroll::-webkit-scrollbar{width:12px}.custom-scroll::-webkit-scrollbar-track{background:#2f2f37}.custom-scroll::-webkit-scrollbar-thumb{background:#8585ad;border:3px solid #2f2f37;border-radius:6px}.body::-webkit-scrollbar{width:12px}.body::-webkit-scrollbar-track{background:#2f2f37}.body::-webkit-scrollbar-thumb{background:#8585ad;border:3px solid #2f2f37;border-radius:6px}body{background:#131316;background:var(--background-alt);color:#fff;color:var(--text-primary-color)}.text,body{margin:0;padding:0}.text_type_main-default{font-family:Jet Brains Mono;font-size:16px;font-weight:400;line-height:1.5}.text_type_main-large{font-family:Jet Brains Mono;font-size:36px;font-weight:700;line-height:1.1}.text_type_main-medium{font-family:Jet Brains Mono;font-size:24px;font-weight:700;line-height:1.25}.text_type_main-small{font-family:Jet Brains Mono;font-size:14px;font-weight:400;line-height:1.43}.text_type_digits-default{font-family:Iceland;font-size:28px;font-weight:400;line-height:.86}.text_type_digits-medium{font-family:Iceland;font-size:48px;font-weight:400;line-height:.75}.text_type_digits-large{font-family:Iceland;font-size:144px;font-weight:400;line-height:.83}.text_color_primary{color:#fff;color:var(--text-primary-color)}.text_color_inactive{color:#8585ad;color:var(--text-inactive-color)}.text_color_accent{color:#4c4cff;color:var(--colors-interface-accent)}.text_color_error{color:#e52b1a;color:var(--colors-interface-error)}.text_color_success{color:#0cc;color:var(--colors-interface-success)}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.p-1{padding:var(--offset-base-size)}.p-2{padding:calc(var(--offset-base-size)*2)}.p-3{padding:calc(var(--offset-base-size)*3)}.p-4{padding:calc(var(--offset-base-size)*4)}.p-5{padding:calc(var(--offset-base-size)*5)}.p-6{padding:calc(var(--offset-base-size)*6)}.p-7{padding:calc(var(--offset-base-size)*7)}.p-8{padding:calc(var(--offset-base-size)*8)}.p-9{padding:calc(var(--offset-base-size)*9)}.p-10{padding:calc(var(--offset-base-size)*10)}.p-15{padding:calc(var(--offset-base-size)*15)}.p-20{padding:calc(var(--offset-base-size)*20)}.p-25{padding:calc(var(--offset-base-size)*25)}.p-30{padding:calc(var(--offset-base-size)*30)}.pl-1{padding-left:var(--offset-base-size)}.pl-2{padding-left:calc(var(--offset-base-size)*2)}.pl-3{padding-left:calc(var(--offset-base-size)*3)}.pl-4{padding-left:calc(var(--offset-base-size)*4)}.pl-5{padding-left:calc(var(--offset-base-size)*5)}.pl-6{padding-left:calc(var(--offset-base-size)*6)}.pl-7{padding-left:calc(var(--offset-base-size)*7)}.pl-8{padding-left:calc(var(--offset-base-size)*8)}.pl-9{padding-left:calc(var(--offset-base-size)*9)}.pl-10{padding-left:calc(var(--offset-base-size)*10)}.pl-15{padding-left:calc(var(--offset-base-size)*15)}.pl-20{padding-left:calc(var(--offset-base-size)*20)}.pl-25{padding-left:calc(var(--offset-base-size)*25)}.pl-30{padding-left:calc(var(--offset-base-size)*30)}.pr-1{padding-right:var(--offset-base-size)}.pr-2{padding-right:calc(var(--offset-base-size)*2)}.pr-3{padding-right:calc(var(--offset-base-size)*3)}.pr-4{padding-right:calc(var(--offset-base-size)*4)}.pr-5{padding-right:calc(var(--offset-base-size)*5)}.pr-6{padding-right:calc(var(--offset-base-size)*6)}.pr-7{padding-right:calc(var(--offset-base-size)*7)}.pr-8{padding-right:calc(var(--offset-base-size)*8)}.pr-9{padding-right:calc(var(--offset-base-size)*9)}.pr-10{padding-right:calc(var(--offset-base-size)*10)}.pr-15{padding-right:calc(var(--offset-base-size)*15)}.pr-20{padding-right:calc(var(--offset-base-size)*20)}.pr-25{padding-right:calc(var(--offset-base-size)*25)}.pr-30{padding-right:calc(var(--offset-base-size)*30)}.pt-1{padding-top:var(--offset-base-size)}.pt-2{padding-top:calc(var(--offset-base-size)*2)}.pt-3{padding-top:calc(var(--offset-base-size)*3)}.pt-4{padding-top:calc(var(--offset-base-size)*4)}.pt-5{padding-top:calc(var(--offset-base-size)*5)}.pt-6{padding-top:calc(var(--offset-base-size)*6)}.pt-7{padding-top:calc(var(--offset-base-size)*7)}.pt-8{padding-top:calc(var(--offset-base-size)*8)}.pt-9{padding-top:calc(var(--offset-base-size)*9)}.pt-10{padding-top:calc(var(--offset-base-size)*10)}.pt-15{padding-top:calc(var(--offset-base-size)*15)}.pt-20{padding-top:calc(var(--offset-base-size)*20)}.pt-25{padding-top:calc(var(--offset-base-size)*25)}.pt-30{padding-top:calc(var(--offset-base-size)*30)}.pb-1{padding-bottom:var(--offset-base-size)}.pb-2{padding-bottom:calc(var(--offset-base-size)*2)}.pb-3{padding-bottom:calc(var(--offset-base-size)*3)}.pb-4{padding-bottom:calc(var(--offset-base-size)*4)}.pb-5{padding-bottom:calc(var(--offset-base-size)*5)}.pb-6{padding-bottom:calc(var(--offset-base-size)*6)}.pb-7{padding-bottom:calc(var(--offset-base-size)*7)}.pb-8{padding-bottom:calc(var(--offset-base-size)*8)}.pb-9{padding-bottom:calc(var(--offset-base-size)*9)}.pb-10{padding-bottom:calc(var(--offset-base-size)*10)}.pb-15{padding-bottom:calc(var(--offset-base-size)*15)}.pb-20{padding-bottom:calc(var(--offset-base-size)*20)}.pb-25{padding-bottom:calc(var(--offset-base-size)*25)}.pb-30{padding-bottom:calc(var(--offset-base-size)*30)}.m-1{margin:var(--offset-base-size)}.m-2{margin:calc(var(--offset-base-size)*2)}.m-3{margin:calc(var(--offset-base-size)*3)}.m-4{margin:calc(var(--offset-base-size)*4)}.m-5{margin:calc(var(--offset-base-size)*5)}.m-6{margin:calc(var(--offset-base-size)*6)}.m-7{margin:calc(var(--offset-base-size)*7)}.m-8{margin:calc(var(--offset-base-size)*8)}.m-9{margin:calc(var(--offset-base-size)*9)}.m-10{margin:calc(var(--offset-base-size)*10)}.m-15{margin:calc(var(--offset-base-size)*15)}.m-20{margin:calc(var(--offset-base-size)*20)}.m-25{margin:calc(var(--offset-base-size)*25)}.m-30{margin:calc(var(--offset-base-size)*30)}.ml-1{margin-left:var(--offset-base-size)}.ml-2{margin-left:calc(var(--offset-base-size)*2)}.ml-3{margin-left:calc(var(--offset-base-size)*3)}.ml-4{margin-left:calc(var(--offset-base-size)*4)}.ml-5{margin-left:calc(var(--offset-base-size)*5)}.ml-6{margin-left:calc(var(--offset-base-size)*6)}.ml-7{margin-left:calc(var(--offset-base-size)*7)}.ml-8{margin-left:calc(var(--offset-base-size)*8)}.ml-9{margin-left:calc(var(--offset-base-size)*9)}.ml-10{margin-left:calc(var(--offset-base-size)*10)}.ml-15{margin-left:calc(var(--offset-base-size)*15)}.ml-20{margin-left:calc(var(--offset-base-size)*20)}.ml-25{margin-left:calc(var(--offset-base-size)*25)}.ml-30{margin-left:calc(var(--offset-base-size)*30)}.mr-1{margin-right:var(--offset-base-size)}.mr-2{margin-right:calc(var(--offset-base-size)*2)}.mr-3{margin-right:calc(var(--offset-base-size)*3)}.mr-4{margin-right:calc(var(--offset-base-size)*4)}.mr-5{margin-right:calc(var(--offset-base-size)*5)}.mr-6{margin-right:calc(var(--offset-base-size)*6)}.mr-7{margin-right:calc(var(--offset-base-size)*7)}.mr-8{margin-right:calc(var(--offset-base-size)*8)}.mr-9{margin-right:calc(var(--offset-base-size)*9)}.mr-10{margin-right:calc(var(--offset-base-size)*10)}.mr-15{margin-right:calc(var(--offset-base-size)*15)}.mr-20{margin-right:calc(var(--offset-base-size)*20)}.mr-25{margin-right:calc(var(--offset-base-size)*25)}.mr-30{margin-right:calc(var(--offset-base-size)*30)}.mt-1{margin-top:var(--offset-base-size)}.mt-2{margin-top:calc(var(--offset-base-size)*2)}.mt-3{margin-top:calc(var(--offset-base-size)*3)}.mt-4{margin-top:calc(var(--offset-base-size)*4)}.mt-5{margin-top:calc(var(--offset-base-size)*5)}.mt-6{margin-top:calc(var(--offset-base-size)*6)}.mt-7{margin-top:calc(var(--offset-base-size)*7)}.mt-8{margin-top:calc(var(--offset-base-size)*8)}.mt-9{margin-top:calc(var(--offset-base-size)*9)}.mt-10{margin-top:calc(var(--offset-base-size)*10)}.mt-15{margin-top:calc(var(--offset-base-size)*15)}.mt-20{margin-top:calc(var(--offset-base-size)*20)}.mt-25{margin-top:calc(var(--offset-base-size)*25)}.mt-30{margin-top:calc(var(--offset-base-size)*30)}.mb-1{margin-bottom:var(--offset-base-size)}.mb-2{margin-bottom:calc(var(--offset-base-size)*2)}.mb-3{margin-bottom:calc(var(--offset-base-size)*3)}.mb-4{margin-bottom:calc(var(--offset-base-size)*4)}.mb-5{margin-bottom:calc(var(--offset-base-size)*5)}.mb-6{margin-bottom:calc(var(--offset-base-size)*6)}.mb-7{margin-bottom:calc(var(--offset-base-size)*7)}.mb-8{margin-bottom:calc(var(--offset-base-size)*8)}.mb-9{margin-bottom:calc(var(--offset-base-size)*9)}.mb-10{margin-bottom:calc(var(--offset-base-size)*10)}.mb-15{margin-bottom:calc(var(--offset-base-size)*15)}.mb-20{margin-bottom:calc(var(--offset-base-size)*20)}.mb-25{margin-bottom:calc(var(--offset-base-size)*25)}.mb-30{margin-bottom:calc(var(--offset-base-size)*30)}.AppHeader_header__sY-2t{align-items:center;background-color:var(--modal-bg);box-sizing:border-box;display:flex;justify-content:space-around;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);padding:16px 20px;width:100vw}.AppHeader_left_buttons__iR8-M{display:flex;gap:8px}.HeaderButton_header_button__P5l84{align-items:center;color:var(--primary-light);column-gap:8px;cursor:pointer;display:flex;justify-content:center}.HeaderButton_header_button__P5l84:hover{opacity:.8}.HomePage_main__Io9UL{align-items:center;display:flex;flex:1 1;flex-direction:row;gap:20px;height:calc(100vh - 200px);justify-content:center}.ConstructorListItem_constructor_list_item__o4ign{align-items:center;column-gap:8px;display:flex;width:100%}.ConstructorList_constructor_list__\+RGB\+{align-items:center;display:flex;flex-direction:column;overflow-y:auto;padding:16px 0;row-gap:16px}.Price_price__j\+H8E{align-items:center;column-gap:8px;display:flex;justify-content:center}.BurgerConstructor_order__YZti6{display:flex;gap:40px;margin-top:40px}.BurgerConstructor_constructor_section__pjBZd{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end;row-gap:16px}.OrderDetails_text_details__ZlD5-{color:var(--dark-grey);text-align:center}.OrderDetails_order_details_numbers__QGSXg{filter:drop-shadow(2px 2px 8px #4c4cff)}.OrderDetails_order_details_content__4ZYRw{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.ModalOverlay_overlay__po\+mW{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.Modal_modal__UOBt9{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1c1c21;border-radius:40px;max-height:90vh;max-width:90vw;overflow:auto;padding:40px;position:relative}.Modal_header__Vso1Z{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;position:relative}.Modal_closeButton__lh2oF{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:0;top:0}.Modal_content__6JYoT{text-align:center}.IngredientsListSectionItem_ingredients_list_section_item__0q85L{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.IngredientsListSectionItem_ingredients_list_section_item_price__4N9xX{align-items:center;column-gap:8px;display:flex;justify-content:center}.IngredientsListSection_ingredients_list_section__\+zpBo{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1fr 1fr;justify-content:center}.IngredientsList_ingredients_list__G9Xyh{overflow-y:auto}.BurgerIngredients_ingredients_section__-BSis{display:flex;flex:1 1;flex-direction:column;height:100%}.Loader_loader__Gm5DR{align-items:center;display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center}.Loader_spinner__URVlg{animation:Loader_spin__CQYE9 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;width:40px}.Loader_loader__Gm5DR p{color:#666;font-size:16px;margin:0}@keyframes Loader_spin__CQYE9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.common_login__CKdlX{height:calc(100vh - 240px);max-width:1280px}.common_login__CKdlX,.common_login_form__K3yNC{gap:24px}.common_login__CKdlX,.common_login_footer__-XMem,.common_login_form__K3yNC{align-items:center;display:flex;flex-direction:column;justify-content:center}.common_login_footer__-XMem{gap:16px;margin-top:80px}.common_link__Gstp4{margin-left:8px;padding:0}.common_login_footer_item__N9qXy{align-items:center;display:flex;flex-direction:row;justify-content:center}.common_error_text__BSHwp{color:var(--error)}.common_error__Dc8Nd{align-items:center;color:var(--error);display:flex;font-size:24px;font-weight:700;height:100vh;justify-content:center}.ProfilePage_profile_page_container__odYeT{display:flex;flex-direction:column;gap:24px;margin-left:60px;margin-top:120px}.ProfilePage_profile_page_container_error__NikkR{align-items:center;display:flex;height:calc(100vh - 240px);justify-content:center}.ProfilePage_profile_page_container_loader__DY4Ha{align-items:flex-end;display:flex;height:500px;margin-left:120px;margin-top:150px}.Profile_profile_menu__Mtm-n{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-top:120px}.Profile_profile_menu_item__vZLzy{cursor:pointer;transition:color .15s ease-in-out}.Profile_profile_menu_item__vZLzy:hover{color:var(--primary-light)!important}.Profile_edit_form_buttons__kixDA{display:flex;flex-direction:row;justify-content:flex-end;margin-top:24px}.IngredientDetailsInfo_ingredient_details_content__a6xzc{align-items:center;display:flex;justify-content:space-between}.IngredientDetailsInfo_text_details__hrajX{color:var(--dark-grey);text-align:center}.IngredientDetailsInfo_details_title__LlfVt{text-align:center}.IngredientDetails_ingredient_details_container__bmWXQ{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 240px);justify-content:center}.FeedStatus_feed_status__BkKeG{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding-right:8px;row-gap:60px}.FeedStatus_feed_status_container__vHTNp{display:flex;justify-content:space-between}.FeedStatus_feed_status_done__VSOg1,.FeedStatus_feed_status_in_progress__jWceO{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.FeedStatus_columns_container__8sQDu{display:flex;gap:20px}.FeedStatus_order_column__d2YVc{display:flex;flex-direction:column;gap:8px}.FeedStatus_feed_status_all_time__Q9r\+2,.FeedStatus_feed_status_today__Gli8P{display:flex;flex-direction:column;flex-wrap:wrap}.FeedStatus_feed_status_today__Gli8P{align-items:flex-start;justify-content:flex-start}.FeedStatus_done_item__6FOgh{color:var(--colors-interface-success)}.FeedStatus_numbers__L2pgd{filter:drop-shadow(2px 2px 8px #4c4cff)}.FeedListItem_feed_list_item__w84og{align-items:flex-start;background-color:var(--background);border-radius:40px;cursor:pointer;display:flex;flex-direction:column;gap:24px;justify-content:center;min-width:536px;padding:24px}.FeedListItem_feed_list_item_date__HR0iC,.FeedListItem_feed_list_item_price__\+9Sy0{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.FeedListItem_ingredient_icons__dHqrv{align-items:center;display:flex;flex-direction:row;justify-content:center}.FeedListItem_ingredient_icon_container__xlqmT{align-items:center;background:linear-gradient(90deg,#801ab2,#4c4cff);border:2px solid linear-gradient(90deg,#801ab2,#4c4cff);border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}.FeedListItem_ingredient_icon__dYAxy{align-items:center;background-color:var(--bg);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.FeedListItem_more_ingredients__nSAfS{color:#fff;font-size:16px;font-weight:600;margin-left:-16px;z-index:1}.FeedListItem_more_ingredients__nSAfS,.IngredientIcon_ingredient_icon_container__5xYRY{align-items:center;background:linear-gradient(90deg,#801ab2,#4c4cff);border-radius:50%;display:flex;height:64px;justify-content:center;width:64px}.IngredientIcon_ingredient_icon_container__5xYRY{border:2px solid linear-gradient(90deg,#801ab2,#4c4cff)}.IngredientIcon_ingredient_icon__gbzGJ{align-items:center;background-color:var(--bg);border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.FeedList_feed_list__Xmj5j{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding-right:8px;width:100%}.FeedPage_feed_page_container__f4-sq{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;height:calc(100vh - 200px);overflow:hidden}.FeedNumberPage_feed_number_page_container__psbNi{align-items:center;display:flex;height:calc(100vh - 200px);justify-content:center}.FeedNumberPage_feed_number_page__4cLL8{display:flex;flex-direction:column;max-width:536px}.FeedNumberPage_feed_number_page_number__NHFV7{align-self:center}.FeedNumberPage_feed_number_page_ingredient__xK8Xr{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.FeedNumberPage_feed_number_page_ingredient_image__oJfAS{align-items:center;display:flex}.FeedNumberPage_feed_number_page_date__OkIvZ{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.FeedNumberPage_feed_number_page_date_time__JhCfu{color:var(--dark-grey)}.FeedDetailsInfo_feed_number_page__vK2jE{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:536px}.FeedDetailsInfo_feed_number_page_number__hyA26{align-self:center}.FeedDetailsInfo_feed_number_page_status__nM8dn{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:60px;text-align:left;width:100%}.FeedDetailsInfo_feed_number_page_ingredient__X-\+v6{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.FeedDetailsInfo_feed_number_page_ingredient_image__WgSXa{align-items:center;display:flex;text-align:left}.FeedDetailsInfo_feed_number_page_date__nhOq4{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.FeedDetailsInfo_feed_number_page_date_time__pro4n{color:var(--dark-grey)}.FeedDetailsInfo_ingredients_list__DiFu1{max-height:300px;overflow-y:auto;padding-right:8px}.ProfileOrdersPage_profile_page_feed_list__tzmfU{display:flex;flex:1 1;margin-left:60px;margin-top:40px;max-height:calc(100vh - 130px);overflow-y:auto}.ProfileOrdersList_feed_list__YAnEq{display:flex;flex-direction:column;gap:16px;height:100%;overflow-y:auto;padding-right:8px;width:100%}.ProfileOrderNumberPage_profile_order_number_page_container__Us1pF{align-items:center;display:flex;height:calc(100vh - 200px);justify-content:center}.ProfileLayout_profile_layout_container__hBcb3{display:flex;flex-direction:row;margin-left:40px}
/*# sourceMappingURL=main.2b7811ab.css.map*/