.ProductForm_form__V03yJ{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.ProductForm_formGroup__yNFNf{margin-bottom:1.5rem}.ProductForm_formGroup__yNFNf label{display:block;margin-bottom:.5rem;font-weight:500}.ProductForm_formGroup__yNFNf input,.ProductForm_formGroup__yNFNf select,.ProductForm_formGroup__yNFNf textarea{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.ProductForm_formGroup__yNFNf input:focus,.ProductForm_formGroup__yNFNf select:focus,.ProductForm_formGroup__yNFNf textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.2)}.ProductForm_grid__sfvuD{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.ProductForm_checkboxGroup__H4Nsx{display:flex;align-items:center;gap:.75rem;padding-top:2rem}.ProductForm_checkboxGroup__H4Nsx input{width:auto;height:1.25rem;width:1.25rem}.ProductForm_checkboxGroup__H4Nsx label{margin-bottom:0}.ProductForm_submitButton__Iy3vh{padding:.8rem 2rem;border:none;border-radius:8px;background-color:#28a745;color:white;font-size:1.1rem;cursor:pointer;transition:background-color .2s}.ProductForm_submitButton__Iy3vh:hover{background-color:#218838}.ProductForm_categorySelector__VA1rx{display:flex;align-items:center;gap:.5rem}.ProductForm_categorySelector__VA1rx select{flex-grow:1}.ProductForm_addButton__uqXRg{flex-shrink:0;width:46px;height:46px;border:1px solid #ccc;border-radius:8px;background-color:#f8f9fa;cursor:pointer;font-size:1.5rem;color:#555;transition:all .2s;display:flex;justify-content:center;align-items:center;padding:0}.ProductForm_addButton__uqXRg:hover{background-color:#e9ecef;border-color:#888}.ProductForm_modalForm__ksiVT{display:flex;flex-direction:column;gap:1rem}.ProductForm_confirmationText__CjJLQ{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.ProductForm_confirmationText__CjJLQ strong{color:#dc3545}.ProductForm_modalActions__Bp6T_{display:flex;justify-content:flex-end;gap:1rem}.ProductForm_actionButton__U8cRm{padding:.6rem 1.2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;color:white}.ProductForm_confirmButton__0tDqj{background-color:#dc3545}.ProductForm_confirmButton__0tDqj:hover{background-color:#c82333}.ProductForm_cancelButton__PqyF3{background-color:#6c757d}.ProductForm_cancelButton__PqyF3:hover{background-color:#5a6268}.ProductForm_nutritionGrid__phaur{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ImageUploader_uploader__4f62n{width:100%}.ImageUploader_dropzone__Bldc4{display:flex;justify-content:center;align-items:center;width:100%;height:250px;border:2px dashed #ccc;border-radius:12px;cursor:pointer;transition:border-color .2s,background-color .2s;position:relative;overflow:hidden;background-color:#f8fafc}.ImageUploader_dropzone__Bldc4:hover{border-color:#007bff;background-color:#f0f6ff}.ImageUploader_placeholder__0XEvy{text-align:center;color:#888}.ImageUploader_placeholder__0XEvy span{font-size:3rem;line-height:1}.ImageUploader_placeholder__0XEvy p{margin-top:.5rem}.ImageUploader_loading__UpbOE{font-size:1.2rem;font-weight:500}.ImageUploader_error__15GfZ{color:#d93025;margin-top:.5rem}.Modal_modal__cJVyR{border:none;border-radius:12px;padding:0;box-shadow:0 10px 30px rgba(0,0,0,.2);width:100%;max-width:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;z-index:1000}.Modal_modal__cJVyR::backdrop{background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.Modal_header__fnQDa{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.Modal_header__fnQDa h2{font-size:1.25rem;margin:0}.Modal_closeButton___6N5h{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#9ca3af;padding:0}.Modal_closeButton___6N5h:hover{color:#374151}.Modal_content__EN6eq{padding:1.5rem}@keyframes Modal_fadeIn__W1_JT{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Modal_fadeInBackdrop__woHQg{0%{opacity:0}to{opacity:1}}.CustomSelect_selectWrapper__aueMH{position:relative;width:100%;font-size:1rem}.CustomSelect_selectHeader__mJ5dW{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px;cursor:pointer;transition:all .2s}.CustomSelect_selectHeader__mJ5dW.CustomSelect_open__sIbWA{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.2)}.CustomSelect_arrow__k1bX8{fill:#888;transition:transform .2s}.CustomSelect_selectHeader__mJ5dW.CustomSelect_open__sIbWA .CustomSelect_arrow__k1bX8{transform:rotate(180deg)}.CustomSelect_optionsList__8p_OL{position:absolute;top:calc(100% + 4px);left:0;right:0;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;z-index:10}.CustomSelect_optionItem__0_F0L{padding:.75rem 1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.CustomSelect_optionItem__0_F0L:hover{background-color:#f0f6ff}.CustomSelect_optionName__6YwrP{flex-grow:1}.CustomSelect_optionActions__TNOMB{display:flex;gap:.5rem}.CustomSelect_actionButton__rRtB5{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;border-radius:4px}.CustomSelect_actionButton__rRtB5:hover{background-color:#e5e7eb}.CustomSelect_actionButton__rRtB5 svg{color:#6b7280}.ColorPicker_colorPickerWrapper__RXhQJ{display:flex;flex-direction:column;gap:1rem}.ColorPicker_picker__9e7Vj{width:100%!important; /* !important, чтобы перебить стили библиотеки */height:200px!important}.ColorPicker_inputGroup__VpHy7{display:flex;align-items:center;gap:.75rem}.ColorPicker_colorPreview__wi3OL{width:36px;height:36px;border-radius:8px;border:1px solid #ccc}.ColorPicker_hexInput__HJ4qW{flex-grow:1;padding:.5rem .75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;text-transform:uppercase}.new-product_title__N4wV_{font-size:2rem;margin-bottom:2rem}.OrderPopup_popupContent__EN9ps{text-align:center}.OrderPopup_popupContent__EN9ps p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.OrderPopup_telegramButton__zpe1y{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:14px 28px;background-color:#08c;color:#fff;border-radius:32px;text-decoration:none;font-family:v;font-size:1.1rem;font-weight:700;border:none;transition:all .2s}.OrderPopup_telegramButton__zpe1y:hover{background-color:#0077b3;transform:scale(1.05)}.HeroBlock_content__lzZrw{width:100%;max-width:1400px;margin:0 auto;padding:0 16px}.HeroBlock_banner__Z8V39{margin-top:42px}.HeroBlock_banner__Z8V39 .HeroBlock_content__lzZrw{display:grid;align-items:center;grid-template-columns:500px 1fr;gap:32px}.HeroBlock_textBlock__tZ2Fi h1{font-size:38px;line-height:52px}.HeroBlock_textBlock__tZ2Fi p{margin-top:16px;color:#333}.HeroBlock_controls__42GJI{display:flex;align-items:center;gap:16px;margin-top:24px}.HeroBlock_orderButton__6WKOw{padding:6px 42px 9px;background:#000;border:2px solid #000;color:#fff;border-radius:32px;cursor:pointer;font-family:v;transition:all .2s}.HeroBlock_orderButton__6WKOw:hover{color:#000;background:#fff}.HeroBlock_socialLink__nAJR2{display:flex;align-items:center;justify-content:center;color:#000;transition:color .2s}.HeroBlock_socialLink__nAJR2:hover{color:#5beacf}.HeroBlock_images__vMVhD{display:grid;grid-template-columns:1fr 1fr;gap:16px}.HeroBlock_images__vMVhD img{border-radius:20px;-o-object-fit:cover;object-fit:cover;width:100%;height:auto}.HeroBlock_images__vMVhD .HeroBlock_mainImage__hAhu9{height:500px}.HeroBlock_duble__VHARj{display:grid;gap:16px}.HeroBlock_duble__VHARj img{height:242px}.HeroBlock_bannerMobile__bxLkp{display:none}@media(max-width:1000px){.HeroBlock_banner__Z8V39 .HeroBlock_content__lzZrw{grid-template-columns:400px 1fr}.HeroBlock_textBlock__tZ2Fi h1{font-size:28px;line-height:44px}.HeroBlock_images__vMVhD .HeroBlock_mainImage__hAhu9{height:400px}.HeroBlock_duble__VHARj img{height:192px}}@media(max-width:768px){.HeroBlock_banner__Z8V39{display:none}.HeroBlock_bannerMobile__bxLkp{display:flex;position:relative;height:80vh;min-height:500px;align-items:center;color:#fff}.HeroBlock_mobileImageWrapper__Q__4r{position:absolute;inset:0;z-index:1}.HeroBlock_mobileOverlay__Ld_6y{position:absolute;inset:0;background:rgba(0,0,0,.4);backdrop-filter:blur(3px);z-index:2}.HeroBlock_mobileContent__qWe9F{position:relative;z-index:3;text-align:center}.HeroBlock_mobileContent__qWe9F h1{font-size:42px;line-height:1.2}.HeroBlock_mobileContent__qWe9F p{font-size:18px;margin-top:1rem}.HeroBlock_mobileContent__qWe9F .HeroBlock_controls__42GJI{justify-content:center}.HeroBlock_mobileContent__qWe9F .HeroBlock_mobileOrderButton__V05xb{background:#fff;color:#000;border-color:#fff}.HeroBlock_mobileContent__qWe9F .HeroBlock_mobileOrderButton__V05xb:hover{background:rgba(0,0,0,0);color:#fff}.HeroBlock_mobileContent__qWe9F .HeroBlock_mobileSocialLink__Qp14m{color:#fff}.HeroBlock_mobileContent__qWe9F .HeroBlock_mobileSocialLink__Qp14m:hover{color:#5beacf}}@media(max-width:570px){.HeroBlock_mobileContent__qWe9F h1{font-size:32px}}.LocationsBlock_locationsBlock__41VXQ{padding:64px 0;text-align:center}.LocationsBlock_title__uzRbe{font-size:42px;margin-bottom:4rem}.LocationsBlock_grid__LPQjI{display:grid;grid-template-columns:1fr;justify-content:center;gap:32px;max-width:1200px;margin:0 auto}.LocationsBlock_card__3GYDl{max-width:800px;margin:0 auto;background-color:#fff;border:1px solid #e5e7eb;border-radius:24px;overflow:hidden;text-align:left;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -2px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.LocationsBlock_card__3GYDl:hover{transform:translateY(-8px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.LocationsBlock_logoWrapper__38SKh{background-color:#f8f9fa;padding:1rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #e5e7eb}.LocationsBlock_info__wnZ_H{padding:2rem;display:flex;flex-direction:column;flex-grow:1}.LocationsBlock_storeHeader__AxnnV{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.LocationsBlock_storeHeader__AxnnV h3{font-size:1.5rem;margin:0}.LocationsBlock_storeHeader__AxnnV svg{color:#121212;flex-shrink:0}.LocationsBlock_description__j6F56{color:#333;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.LocationsBlock_mapButton__ERW_V{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:12px 24px;background-color:#000;color:#fff;border-radius:32px;text-decoration:none;font-family:v;font-size:1rem;border:2px solid #000;transition:all .2s}.LocationsBlock_mapButton__ERW_V:hover{background-color:#fff;color:#000}@media(max-width:900px){.LocationsBlock_grid__LPQjI{grid-template-columns:1fr}.LocationsBlock_title__uzRbe{margin-bottom:32px;font-size:32px}}.page_main__YRSj2{width:100%;max-width:1400px;margin:0 auto;padding:0 16px;overflow-x:hidden}.page_sectionTitle__xRoog{font-size:50px;text-align:center;margin-top:6rem;margin-bottom:4rem}.page_productList__HnkS1{display:flex;flex-direction:column;gap:128px;margin-bottom:6rem}@media (max-width:768px){.page_sectionTitle__xRoog{font-size:32px;margin-bottom:32px}.page_productList__HnkS1{gap:32px;margin-bottom:24px}}.ProductCard_card__F5Ind{width:100%;padding:64px;display:grid;align-items:center;position:relative;gap:64px;border-radius:32px;color:#000;overflow:hidden;background-color:#f8f9fa;transition:transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease-out}.ProductCard_card__F5Ind:hover{transform:scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.1);background-color:var(--product-color)}.ProductCard_card__F5Ind:hover .ProductCard_buttons__3ZdlG span,.ProductCard_card__F5Ind:hover .ProductCard_description__21yMi,.ProductCard_card__F5Ind:hover .ProductCard_price__fd5N6,.ProductCard_card__F5Ind:hover .ProductCard_title__wQgZ_{color:#fff}.ProductCard_card__F5Ind:hover .ProductCard_buttons__3ZdlG button{background-color:#fff;color:#000}.ProductCard_card__F5Ind:hover .ProductCard_buttons__3ZdlG span{border-color:#fff}.ProductCard_particle__8m04f{position:absolute;z-index:0;opacity:.1;pointer-events:none;transition:width .3s ease,height .3s ease}.ProductCard_particleLeft__1udVD{top:0;left:0;transform:rotate(-15deg) translate(-20%,-20%)}.ProductCard_particleRight__nVbJo{top:0;right:0;transform:rotate(15deg) translate(20%,-20%)}.ProductCard_layoutRight__Zi1N2{grid-template-columns:500px 1fr}.ProductCard_layoutRight__Zi1N2 .ProductCard_imageWrapper__TNU5r{order:1}.ProductCard_layoutRight__Zi1N2 .ProductCard_info__i9b1j{order:2}.ProductCard_layoutLeft__N3BKe{grid-template-columns:1fr 500px}.ProductCard_layoutLeft__N3BKe .ProductCard_imageWrapper__TNU5r{order:2}.ProductCard_layoutLeft__N3BKe .ProductCard_info__i9b1j{order:1;text-align:right}.ProductCard_layoutLeft__N3BKe .ProductCard_buttons__3ZdlG{justify-content:flex-end}.ProductCard_imageWrapper__TNU5r{position:relative;width:500px;height:500px;margin:-100px 0;z-index:1}.ProductCard_image__DcPoX{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform:rotate(20deg) scale(1.2);transition:transform 1s cubic-bezier(.25,1,.5,1)}.visible .ProductCard_image__DcPoX{transform:rotate(0deg) scale(1)}.ProductCard_info__i9b1j{max-width:600px;position:relative;z-index:1}.ProductCard_title__wQgZ_{font-size:74px;line-height:1.1}.ProductCard_description__21yMi{margin-top:1rem;font-size:1.1rem;color:#333}.ProductCard_price__fd5N6{font-size:24px;margin-top:1.5rem;font-weight:700}.ProductCard_buttons__3ZdlG{display:flex;gap:1rem;margin-top:2rem}.ProductCard_buttons__3ZdlG>*{padding:10px 30px;border-radius:32px;border:2px solid #000;cursor:pointer;font-size:1rem;font-family:v;transition:all .2s}.ProductCard_buttons__3ZdlG span{background-color:rgba(0,0,0,0);color:#000}.ProductCard_buttons__3ZdlG button,.ProductCard_buttons__3ZdlG span:hover{background-color:#000;color:#fff}.ProductCard_buttons__3ZdlG button:hover{background-color:rgba(0,0,0,0);color:#000}@media(max-width:900px){.ProductCard_card__F5Ind{background-color:var(--product-color);padding:24px;gap:16px}.ProductCard_card__F5Ind:hover{transform:none;box-shadow:none}.ProductCard_card__F5Ind .ProductCard_buttons__3ZdlG span,.ProductCard_card__F5Ind .ProductCard_description__21yMi,.ProductCard_card__F5Ind .ProductCard_price__fd5N6,.ProductCard_card__F5Ind .ProductCard_title__wQgZ_{color:#fff}.ProductCard_card__F5Ind .ProductCard_buttons__3ZdlG button{background-color:#fff;color:#000}.ProductCard_card__F5Ind .ProductCard_buttons__3ZdlG span{border-color:#fff}.ProductCard_particle__8m04f{width:300px!important;height:240px!important}.ProductCard_layoutRight__Zi1N2{display:grid;grid-template-columns:40% 1fr}.ProductCard_layoutLeft__N3BKe{display:grid;grid-template-columns:1fr 40%}.ProductCard_description__21yMi{display:none}.ProductCard_info__i9b1j,.ProductCard_layoutLeft__N3BKe .ProductCard_info__i9b1j{text-align:left;display:flex;flex-direction:column;justify-content:center}.ProductCard_layoutLeft__N3BKe .ProductCard_info__i9b1j{text-align:right}.ProductCard_imageWrapper__TNU5r{width:100%;height:180px;margin:0}.ProductCard_buttons__3ZdlG,.ProductCard_layoutLeft__N3BKe .ProductCard_buttons__3ZdlG{justify-content:flex-start;flex-wrap:wrap;margin-top:1rem}.ProductCard_layoutLeft__N3BKe .ProductCard_buttons__3ZdlG{justify-content:flex-end}.ProductCard_title__wQgZ_{font-size:28px;line-height:1.2}.ProductCard_price__fd5N6{font-size:20px;margin-top:.5rem}}.AnimateOnScroll_hidden__fmdef{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out}.AnimateOnScroll_visible__vJ_rD{opacity:1;transform:none!important /* !important, чтобы перебить начальное состояние */}.AnimateOnScroll_fadeInUp__T5lq_{transform:translateY(50px)}.AnimateOnScroll_slideInLeft__So_oV{transform:translateX(-100px)}.AnimateOnScroll_slideInRight__WI_Wb{transform:translateX(100px)}.AnimateOnScroll_zoomIn__wR3kR{transform:scale(.9)}