.ContactsPage_wrapper__0llrM{width:100%;background-color:var(--background-color-primary);padding:80px 20px}.ContactsPage_container__reGeD{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:60px}.ContactsPage_infoSection__BcWif{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.ContactsPage_infoCard__WAehE{display:flex;gap:20px;padding:30px;background:var(--background-color-secondary);border-radius:20px;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.ContactsPage_infoCard__WAehE:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.ContactsPage_iconWrapper__rcGT_{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--text-color-secondary) 0,#5a4a3a 100%);display:flex;align-items:center;justify-content:center;color:white}.ContactsPage_icon__fuKIV{width:28px;height:28px}.ContactsPage_infoContent__nlAY9{flex:1 1;display:flex;flex-direction:column;gap:8px}.ContactsPage_infoTitle__GU_Nd{font-size:20px;font-weight:600;color:var(--text-color-secondary);margin:0}.ContactsPage_infoText__UqTGl{font-size:16px;color:var(--text-color-tertiary);margin:0;line-height:1.6}.ContactsPage_phoneLink__KmRhr{font-size:18px;font-weight:500;color:var(--text-color-secondary);text-decoration:none;transition:color .3s ease}.ContactsPage_phoneLink__KmRhr:hover{color:var(--accent-color,#8b7355)}.ContactsPage_socialLinks__JTwRu{display:flex;gap:16px;margin-top:8px}.ContactsPage_socialLink__eEG4w{width:44px;height:44px;border-radius:50%;background:var(--text-color-secondary);color:white;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.ContactsPage_socialLink__eEG4w svg{width:22px;height:22px}.ContactsPage_socialLink__eEG4w:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 16px rgba(0,0,0,.2)}.ContactsPage_socialLink__eEG4w:first-child:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.ContactsPage_socialLink__eEG4w:nth-child(2):hover{background:#0088cc}.ContactsPage_socialLink__eEG4w:nth-child(3):hover{background:#1877f2}.ContactsPage_formSection__1X2G9{width:100%}@media (max-width:1024px){.ContactsPage_container__reGeD{gap:40px}.ContactsPage_infoSection__BcWif{grid-template-columns:1fr}}@media (max-width:768px){.ContactsPage_wrapper__0llrM{padding:50px 20px}.ContactsPage_infoCard__WAehE{padding:20px;gap:15px}.ContactsPage_iconWrapper__rcGT_{width:48px;height:48px}.ContactsPage_icon__fuKIV{width:24px;height:24px}.ContactsPage_infoTitle__GU_Nd{font-size:18px}.ContactsPage_infoText__UqTGl{font-size:15px}.ContactsPage_phoneLink__KmRhr{font-size:16px}.ContactsPage_socialLink__eEG4w{width:40px;height:40px}.ContactsPage_socialLink__eEG4w svg{width:20px;height:20px}}@media (max-width:480px){.ContactsPage_wrapper__0llrM{padding:40px 15px}.ContactsPage_infoCard__WAehE{flex-direction:column;text-align:center;align-items:center}.ContactsPage_infoSection__BcWif{gap:20px}}.ContactForm_wrapper__W_HTa{background:var(--background-color-primary);padding:60px 20px;box-sizing:border-box;overflow-x:hidden}.ContactForm_container__PpMDN{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);background:linear-gradient(155deg,rgba(255,244,232,.97),rgba(247,210,173,.9));box-sizing:border-box}.ContactForm_formSection__Md2h_{padding:40px 36px;display:flex;align-items:center;box-sizing:border-box}.ContactForm_formContent__76gag{width:100%;max-width:480px;margin:0 auto;box-sizing:border-box}.ContactForm_title__a2u_8{font-size:var(--text-header-h3);font-weight:700;color:rgba(66,35,19,1);margin-bottom:8px;line-height:1.2}.ContactForm_subtitle___69gu{font-size:var(--text-regular);color:rgba(66,35,19,.7);margin-bottom:24px;line-height:1.5}.ContactForm_form__hZJcM{display:flex;flex-direction:column;gap:16px}.ContactForm_inputGroup__Vqs4h{position:relative;box-sizing:border-box;width:100%}.ContactForm_input__bYj0J{width:100%;padding:14px 16px 12px;font-size:16px;color:rgba(66,35,19,1);background:rgba(255,255,255,.9);border:1px solid rgba(112,64,21,.25);border-radius:14px;outline:none;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.ContactForm_input__bYj0J:focus{border-color:rgba(112,64,21,.5);box-shadow:0 0 0 4px rgba(112,64,21,.15)}.ContactForm_textarea__2Grp0{resize:vertical;min-height:90px;padding-top:18px}.ContactForm_label__QIG34{position:absolute;left:16px;top:14px;font-size:15px;color:rgba(66,35,19,.6);pointer-events:none;transition:all .2s ease;background-color:transparent;padding:0 4px}.ContactForm_labelActive__y0z44{top:-10px;left:12px;font-size:13px;color:rgba(112,64,21,.85);background-color:rgba(255,244,232,.97);font-weight:600}.ContactForm_submitButton__HTHGx{padding:1rem 2.75rem;font-size:16px;font-weight:600;color:var(--text-color-primary);background:linear-gradient(135deg,rgba(112,64,21,1),rgba(66,35,19,1));border:none;border-radius:999px;cursor:pointer;transition:all .25s ease;box-shadow:0 18px 35px rgba(66,35,19,.25);margin-top:4px;box-sizing:border-box}.ContactForm_submitButton__HTHGx:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(66,35,19,.3)}.ContactForm_submitButton__HTHGx:active{transform:translateY(0)}.ContactForm_privacy__3Vw8V{font-size:13px;color:rgba(66,35,19,.7);text-align:center;line-height:1.5;margin-top:-4px}.ContactForm_privacy__3Vw8V a{color:rgba(112,64,21,.85);text-decoration:underline}.ContactForm_imageSection__yePBW{position:relative;height:100%;overflow:hidden}.ContactForm_image__E3Vzy{object-fit:cover;transition:transform .6s ease}.ContactForm_container__PpMDN:hover .ContactForm_image__E3Vzy{transform:scale(1.05)}.ContactForm_imageOverlay__uSvWO{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.1) 50%,transparent);display:flex;align-items:flex-end;padding:40px}.ContactForm_badge__A_ybq{background-color:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px 24px;border-radius:16px;display:flex;align-items:center;gap:16px;box-shadow:0 8px 24px rgba(0,0,0,.15)}.ContactForm_badgeIcon__C7yAX{width:48px;height:48px;background:linear-gradient(135deg,#4a90e2,#50e3c2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:white;flex-shrink:0}.ContactForm_badgeText___eUZu{display:flex;flex-direction:column;gap:2px}.ContactForm_badgeText___eUZu strong{font-size:18px;font-weight:700;color:#333}.ContactForm_badgeText___eUZu span{font-size:14px;color:#666}@media (max-width:960px){.ContactForm_container__PpMDN{display:flex;flex-direction:column}.ContactForm_formSection__Md2h_{order:2;padding:36px 28px}.ContactForm_imageSection__yePBW{order:1;min-height:280px}.ContactForm_title__a2u_8{font-size:clamp(1.5rem,5vw,var(--text-header-h3))}}@media (max-width:600px){.ContactForm_wrapper__W_HTa{padding:30px 8px}.ContactForm_container__PpMDN{border-radius:12px}.ContactForm_formSection__Md2h_{padding:20px 12px}.ContactForm_formContent__76gag{max-width:100%}.ContactForm_title__a2u_8{font-size:clamp(1.4rem,5vw,1.75rem)}.ContactForm_subtitle___69gu{font-size:var(--text-small);margin-bottom:24px}.ContactForm_form__hZJcM{gap:12px}.ContactForm_input__bYj0J{padding:10px 12px 8px;font-size:15px}.ContactForm_textarea__2Grp0{min-height:80px}.ContactForm_submitButton__HTHGx{padding:12px 24px;font-size:15px;width:100%}.ContactForm_imageSection__yePBW{min-height:240px}.ContactForm_imageOverlay__uSvWO{padding:24px}.ContactForm_badge__A_ybq{padding:16px 20px;gap:12px;width:100%}.ContactForm_badgeIcon__C7yAX{width:40px;height:40px;font-size:20px}.ContactForm_badgeText___eUZu strong{font-size:16px}.ContactForm_badgeText___eUZu span{font-size:13px}}.Faq_wrapper__9ga_8{display:flex;gap:60px;background-color:var(--background-color-primary);padding:80px 62px;align-items:flex-start}.Faq_titleWrapper__WUvSo{max-width:430px;display:flex;flex-direction:column;gap:20px}.Faq_titleWrapper__WUvSo>p{color:var(--text-color-secondary);font-size:var(--text-regular)}.Faq_title__R4Xnr{font-size:var(--text-header-h2);font-weight:500;color:var(--text-color-secondary)}.Faq_title__R4Xnr>span{font-weight:700}.Faq_accWrapper__INCn8{display:flex;flex-direction:column;gap:1rem;width:100%;color:var(--text-color-secondary)}.Faq_accItem__2tsaY{display:flex;flex-direction:column;justify-content:center;gap:20px;border:2px solid rgba(128,128,128,.2);border-radius:20px;padding:24px 40px;background-color:var(--background-color-secondary);box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease;cursor:pointer}.Faq_accItem__2tsaY:hover{border-color:rgba(128,128,128,.3);box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.Faq_itemQ__EXBHL{font-size:var(--text-regular);font-weight:600;color:var(--text-color-secondary);cursor:pointer;border:none;background-color:transparent;position:relative;width:100%;text-align:left;padding-right:40px;transition:color .3s ease;pointer-events:none}.Faq_itemQ__EXBHL:hover{opacity:.8}.Faq_itemQ__EXBHL:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(45deg);width:14px;height:14px;border-right:2px solid var(--text-color-secondary);border-bottom:2px solid var(--text-color-secondary);transition:transform .3s ease}.Faq_itemQ__EXBHL.Faq_open__Mw7qJ:after{transform:translateY(-50%) rotate(-135deg)}.Faq_answer__2edwv{font-size:var(--text-regular);font-weight:400;color:var(--text-color-secondary);line-height:1.6;opacity:.85}.Faq_collapse__XPEdb{height:0;overflow:hidden;transition:height .3s ease}.Faq_collapse__XPEdb.Faq_open__Mw7qJ{height:150px}@media (max-width:1279px){.Faq_wrapper__9ga_8{padding:60px 20px;flex-direction:column;align-items:center}.Faq_accWrapper__INCn8{max-width:900px;width:100%}.Faq_itemQ__EXBHL:after{right:0}.Faq_accItem__2tsaY{padding:20px 28px}.Faq_collapse__XPEdb.Faq_open__Mw7qJ{height:auto;max-height:500px}.Faq_titleWrapper__WUvSo{text-align:center;max-width:100%}}@media (max-width:768px){.Faq_wrapper__9ga_8{padding:40px 16px;gap:40px}.Faq_accItem__2tsaY{padding:16px 20px;border-radius:16px}.Faq_itemQ__EXBHL{font-size:15px;padding-right:35px}.Faq_itemQ__EXBHL:after{width:12px;height:12px}}.Form_wrapper__0jnVp{display:flex;align-items:center;justify-content:center;width:100%;background:var(--background-color-primary);padding:80px 62px}.Form_container__Cw0zu{max-width:1200px;width:100%;background:linear-gradient(155deg,rgba(255,244,232,.97),rgba(247,210,173,.9));border-radius:32px;padding:60px 80px;box-shadow:0 20px 60px rgba(56,29,12,.15);display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;position:relative;overflow:hidden}.Form_container__Cw0zu:before{top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(112,64,21,.08),transparent)}.Form_container__Cw0zu:after,.Form_container__Cw0zu:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.Form_container__Cw0zu:after{bottom:-80px;left:-80px;width:250px;height:250px;background:radial-gradient(circle,rgba(247,210,173,.3),transparent)}.Form_content__R_WWe{display:flex;flex-direction:column;gap:16px;z-index:1}.Form_title__RzSET{font-size:var(--text-header-h2);font-weight:600;color:rgba(66,35,19,1);line-height:1.3;max-width:800px}.Form_title__RzSET span{font-weight:800;background:linear-gradient(135deg,rgba(112,64,21,1),rgba(66,35,19,1));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Form_subtitle__Y_DxF{font-size:var(--text-regular);color:rgba(66,35,19,.75);line-height:1.6;max-width:600px;margin:0 auto}.Form_buttonWrapper__9S1oO{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:1}.Form_ctaButton__DXDrS{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.2rem 3.5rem;border-radius:999px;border:none;font-weight:700;font-size:18px;letter-spacing:.02em;background:linear-gradient(135deg,rgba(112,64,21,1),rgba(66,35,19,1));color:var(--text-color-primary);cursor:pointer;box-shadow:0 20px 40px rgba(66,35,19,.3);transition:all .3s ease;animation:Form_pulse__8YH1b 2s ease-in-out infinite}.Form_ctaButton__DXDrS:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 25px 50px rgba(66,35,19,.4)}.Form_note__DZGr2{font-size:14px;color:rgba(66,35,19,.7);font-weight:600}@keyframes Form_pulse__8YH1b{0%,to{box-shadow:0 20px 40px rgba(66,35,19,.3)}50%{box-shadow:0 20px 40px rgba(66,35,19,.4),0 0 0 8px rgba(112,64,21,.15)}}@media (max-width:1279px){.Form_wrapper__0jnVp{padding:60px 20px}.Form_container__Cw0zu{padding:50px 60px}.Form_title__RzSET{font-size:var(--text-header-h3)}}@media (max-width:768px){.Form_wrapper__0jnVp{padding:50px 16px}.Form_container__Cw0zu{padding:40px 30px;gap:32px}.Form_title__RzSET{font-size:clamp(1.5rem,5vw,var(--text-header-h3))}.Form_subtitle__Y_DxF{font-size:var(--text-small)}.Form_ctaButton__DXDrS{width:100%;max-width:400px;padding:1rem 2.5rem;font-size:16px}}.Furniture_wrapper__c3FD6{display:flex;flex-direction:column;align-items:center;gap:50px;background-color:var(--background-color-primary);padding:100px 62px;width:100%}.Furniture_title__cd6vh{font-size:var(--text-header-h2);color:var(--text-color-secondary);text-align:center}.Furniture_container__HOzF2{display:flex;flex-direction:column;align-items:center;gap:50px}.Furniture_nav__G1Sjb{display:flex;justify-content:center;align-items:center;gap:26px;padding:8px;border:3px solid var(--text-color-secondary);border-radius:50px;width:659px;max-height:64px}.Furniture_navItem__xmIL6{font-size:var(--text-regular);color:var(--text-color-secondary);cursor:pointer;transition:color .3s ease;max-width:129px}.Furniture_active__7SmhB{color:var(--text-color-primary);padding:13px 26px;background-color:var(--text-color-secondary);border-radius:50px}.Furniture_cards__WsHVM{display:grid;grid-template-columns:repeat(3,370px);grid-auto-rows:300px;grid-gap:1rem;gap:1rem;width:100%;justify-content:center}.Furniture_card__ciJ6f{width:100%;border-radius:50px;overflow:hidden;cursor:pointer;position:relative;transition:box-shadow .3s ease}.Furniture_card__ciJ6f:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);transition:background .3s ease;z-index:1;pointer-events:none}.Furniture_card__ciJ6f:after{content:"👁️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);font-size:48px;color:white;z-index:2;transition:transform .3s ease;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.5)}.Furniture_card__ciJ6f:hover{box-shadow:0 8px 24px rgba(0,0,0,.2)}.Furniture_card__ciJ6f:hover:before{background:rgba(0,0,0,.3)}.Furniture_card__ciJ6f:hover:after{transform:translate(-50%,-50%) scale(1)}.Furniture_card__ciJ6f:first-child{grid-column:span 2;grid-row:span 1}.Furniture_card__ciJ6f:nth-child(2){grid-row:span 2;height:100%}.Furniture_card__ciJ6f:nth-child(6){grid-column:span 2}.Furniture_card__ciJ6f>img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.Furniture_card__ciJ6f:hover img{transform:scale(1.05)}@media (max-width:1279px){.Furniture_nav__G1Sjb{max-width:500px}.Furniture_navItem__xmIL6{max-width:100px}.Furniture_cards__WsHVM{grid-template-columns:1fr 1fr}.Furniture_card__ciJ6f:nth-child(5){display:none}}@media (max-width:550px){.Furniture_wrapper__c3FD6{padding:50px 20px}.Furniture_nav__G1Sjb{max-width:310px;gap:10px}.Furniture_navItem__xmIL6{max-width:70px;font-size:14px;padding:10px}.Furniture_cards__WsHVM{grid-template-columns:1fr 1fr;grid-auto-rows:150px;gap:20px}.Furniture_card__ciJ6f{max-width:200px;height:150px;border-radius:10px}.Furniture_card__ciJ6f:first-child{grid-column:span 1}.Furniture_card__ciJ6f:nth-child(2){grid-row:span 1;height:150px}.Furniture_card__ciJ6f:nth-child(5){display:block}.Furniture_card__ciJ6f:nth-child(6){grid-column:span 1}.Furniture_link__akK75{display:none}}.Header_header__AF_3G{display:flex;align-items:center;justify-content:space-between;padding:0 60px;width:100%;max-height:65px;position:relative;z-index:3}.Header_logoWrapper__xSgfV{width:150px;z-index:10}.Header_logo__1FRrW{display:block;width:50px;height:50px;border-radius:50px;overflow:hidden;cursor:pointer}.Header_logo__1FRrW img{width:100%;height:100%;object-fit:cover}.Header_nav__LVYU2{max-width:650px;width:auto;background-color:var(--background-color-primary);height:100%;border-bottom-right-radius:30px;border-bottom-left-radius:30px;position:absolute;left:50%;transform:translateX(-50%);min-height:55px;z-index:5;padding:0 40px}.Header_nav__LVYU2,.Header_wrapperNav__cFybw{display:flex;align-items:center;justify-content:center}.Header_wrapperNav__cFybw{gap:35px}.Header_wrapperNav__cFybw a{color:var(--text-color-secondary);font-size:18px;font-weight:600;text-decoration:none;position:relative}.Header_wrapperNav__cFybw a:after{content:"";position:absolute;width:0;height:2px;background-color:var(--text-color-secondary);bottom:-2px;left:0;transition:width .3s ease-in-out}.Header_wrapperNav__cFybw a:hover:after{width:100%}.Header_btn__25UxO{width:150px;padding:10px;background-color:var(--background-color-primary);border:none;border-radius:50px;color:var(--text-color-secondary);font-weight:600;cursor:pointer;font-size:var(--text-regular)}.Header_btn__25UxO:hover{transform:scale(1.05)}.Header_menuMobile__UFAxh{display:none;gap:10px;cursor:pointer;color:var(--text-color-secondary);font-weight:600}@media (max-width:1024px){.Header_header__AF_3G{padding:0 20px;gap:20px;justify-content:center}.Header_nav__LVYU2>ul{display:none}.Header_nav__LVYU2{max-width:60%;min-height:65px;padding:15px 40px;top:0}.Header_menuMobile__UFAxh{display:flex;max-width:200px}.Header_logoWrapper__xSgfV{display:none}.Header_navMobile__q_iv7{position:fixed;inset:0;background-color:var(--background-color-primary);padding:20px;z-index:2000;overflow-y:auto;display:flex;flex-direction:column}.Header_wrapperNavMobile__DIzXD{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;min-height:100dvh}.Header_wrapperNavMobile__DIzXD a{color:var(--text-color-secondary);font-size:24px;font-weight:500}.Header_active__8Eipm{padding:10px;border:3px solid var(--text-color-secondary);border-radius:50px;width:250px}.Header_active__8Eipm,.Header_close__exPYX{display:flex;justify-content:center;align-items:center}.Header_close__exPYX{width:60px;height:60px;background-color:transparent;background-image:url(/close.svg);border:none;cursor:pointer;position:fixed;top:20px;right:20px;z-index:2001}}@media (max-width:480px){.Header_header__AF_3G{padding:0 10px}.Header_nav__LVYU2{max-width:60%;min-height:45px;padding:15px 30px;top:0}.Header_navMobile__q_iv7{position:fixed;top:0;left:0;right:0;width:100vw;height:100dvh;padding:20px;margin:0}}.Upload_wrapper__vKgMy{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;width:100%;padding:30px;border:3px dashed rgba(112,64,21,.3);background:linear-gradient(155deg,rgba(255,244,232,.5),rgba(247,210,173,.5));border-radius:16px;cursor:pointer;transition:all .3s ease}.Upload_wrapper__vKgMy p{font-size:16px;font-weight:600;color:rgba(112,64,21,1);margin:0}.Upload_button__yQ_wA{font-size:16px;color:rgba(66,35,19,1);background:transparent;border:none;cursor:pointer}.Upload_wrapper__vKgMy:hover{border-color:rgba(112,64,21,.6);background:linear-gradient(155deg,rgba(255,244,232,.8),rgba(247,210,173,.8));transform:translateY(-2px);box-shadow:0 8px 24px rgba(56,29,12,.12)}.Upload_files__e8y1J{width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:16px;gap:16px;margin-top:20px;padding:20px;background:linear-gradient(155deg,rgba(255,244,232,.5),rgba(247,210,173,.5));border-radius:16px;border:2px solid rgba(112,64,21,.15)}.Upload_file__SdNOk{position:relative;overflow:hidden;width:100%;aspect-ratio:1;border-radius:12px;box-shadow:0 4px 12px rgba(56,29,12,.15);transition:all .3s ease;background:rgba(254,247,240,1);border:2px solid rgba(112,64,21,.1)}.Upload_file__SdNOk:hover{transform:scale(1.03);box-shadow:0 8px 20px rgba(56,29,12,.25);border-color:rgba(112,64,21,.3)}.Upload_file__SdNOk:first-child:after{content:"📌 Обложка";position:absolute;top:8px;left:8px;background:linear-gradient(135deg,rgba(112,64,21,.95),rgba(66,35,19,.95));color:rgba(254,247,240,1);padding:4px 10px;border-radius:6px;font-size:11px;font-weight:600;z-index:2}.Upload_image__A8QID{width:100%;height:100%;object-fit:cover;border-radius:12px}@media (max-width:1200px){.Upload_files__e8y1J{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:16px}}@media (max-width:768px){.Upload_files__e8y1J{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;padding:12px}.Upload_file__SdNOk:first-child:after{font-size:10px;padding:3px 8px}}.Language_langWrapper__UA89t{max-width:150px;max-height:50px;display:flex;align-items:center;gap:10px;position:relative}.Language_langWrapper__UA89t img{width:40px;height:40px;border-radius:50%}.Language_item__wh9ON{color:var(--background-color-primary);font-size:16px;font-weight:600;text-align:center}.Language_langWrapperDark___aZY_{max-width:60px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.Language_darkItem__mxEGQ{color:var(--text-color-secondary);font-size:14px;font-weight:600}.Language_langSelect__F_MAM{position:relative;display:inline-flex}.Language_trigger__4AeF7{background-color:var(--background-color-primary);color:var(--text-color-secondary);font-weight:600;font-size:14px;padding:6px 10px;border-radius:50px;border:none;text-align:center;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.Language_chevron__WUmZq{font-size:12px;line-height:1}.Language_options__Byeiy{position:absolute;top:calc(100% + 4px);left:0;background-color:var(--background-color-primary);border-radius:12px;padding:6px;box-shadow:0 8px 20px rgba(0,0,0,.12);display:grid;grid-gap:4px;gap:4px;min-width:140px;z-index:100}.Language_option__NQKah{width:100%;text-align:left;background:transparent;border:none;padding:8px 10px;border-radius:8px;font-weight:600;color:var(--text-color-secondary);cursor:pointer}.Language_option__NQKah:hover,.Language_option__NQKah[aria-selected=true]{background-color:rgba(0,0,0,.06)}.Language_select__rz5Tq{background-color:var(--background-color-primary);color:var(--text-color-secondary);font-weight:600;font-size:14px;padding:5px;border-radius:50px;border:none;text-align:center;text-align-last:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (max-width:1279px){.Language_langWrapper__UA89t{display:none}}.Footer_wrapper__rpDYh{display:flex;justify-content:space-between;background-color:var(--background-color-primary);padding:20px 62px;position:relative;z-index:10000}.Footer_facebook__5Z3zK,.Footer_insta__pkg7V,.Footer_telega__F3_wE{display:block;width:55px;height:55px}.Footer_insta__pkg7V{background-image:url(/instagram.svg)}.Footer_telega__F3_wE{background-image:url(/telegram.svg)}.Footer_facebook__5Z3zK{background-image:url(/facebook.svg);background-repeat:no-repeat;width:52px;height:50px}.Footer_logoFooter__82jf5{display:flex;flex-direction:column;align-items:center;gap:1rem}.Footer_logo__C9vo8{width:60px;height:60px;border-radius:50px;overflow:hidden}.Footer_logo__C9vo8 img{width:100%;height:100%;object-fit:cover}.Footer_logoFooter__82jf5 p{color:var(--text-color-secondary);font-size:var(--text-regular);text-align:center;font-weight:600}.Footer_socialWrapper__6b7UF{display:flex;flex-direction:column;align-items:center;gap:1rem}.Footer_social__RYYyg{display:flex;align-items:center;gap:20px}.Footer_socialWrapper__6b7UF p{color:var(--text-color-secondary);font-size:var(--text-regular);text-align:center;font-weight:600}@media (max-width:768px){.Footer_wrapper__rpDYh{flex-direction:column;align-items:center;gap:20px}}.About_wrapper__tIf9i{margin-top:100px;padding:20px 62px;display:flex;gap:.5rem}.About_content___OJjo{padding:.5rem;display:flex;flex-direction:column;gap:50px;width:50%}.About_title__kJEMO{font-size:var(--text-header-h2);color:var(--text-color-secondary);font-weight:600}.About_description__bGNW1{display:flex;flex-direction:column;gap:20px}.About_description__bGNW1>p{font-size:var(--text-description);color:var(--text-color-secondary);font-weight:600}.About_contact__0mjPl{font-size:var(--text-header-h2)}.About_contact__0mjPl,.About_tel__XcdzT{color:var(--text-color-secondary);font-weight:600}.About_tel__XcdzT{font-size:var(--text-description)}.About_socials__bdDsc{display:flex;gap:20px}.About_facebook__ZWwN5,.About_instagram__qf6QY,.About_telegram__fVKq9{width:60px;height:60px;border-radius:50%;cursor:pointer}.About_instagram__qf6QY{background-image:url(/instagram.svg)}.About_facebook__ZWwN5,.About_instagram__qf6QY{background-repeat:no-repeat;background-position:50%}.About_facebook__ZWwN5{background-image:url(/facebook.svg)}.About_telegram__fVKq9{background-image:url(/telegram.svg);background-repeat:no-repeat;background-position:50%}.About_images__HXLkg{position:relative;width:50%}.About_imageOne__MLyIm,.About_imageTwo__mSyL_{width:450px;height:400px}.About_imageOne__MLyIm>img,.About_imageTwo__mSyL_>img{width:100%;height:100%;object-fit:cover;border-radius:10px}.About_imageOne__MLyIm{position:absolute;top:0;left:10%}.About_imageTwo__mSyL_{position:absolute;bottom:0;right:0}@media (max-width:1279px){.About_imageOne__MLyIm,.About_imageTwo__mSyL_{width:350px;height:300px}.About_imageOne__MLyIm{top:7%}.About_imageTwo__mSyL_{bottom:7%}.About_wrapper__tIf9i{padding:20px;flex-direction:column-reverse;align-items:center}.About_images__HXLkg{height:600px}.About_content___OJjo{width:100%}}@media (max-width:770px){.About_images__HXLkg{width:100%}}@media (max-width:550px){.About_wrapper__tIf9i{margin-top:0}.About_imageOne__MLyIm,.About_imageTwo__mSyL_{width:300px;height:250px}.About_imageOne__MLyIm{top:15%;left:0}.About_imageTwo__mSyL_{bottom:15%;right:0}.About_wrapper__tIf9i{padding:20px 10px}.About_content___OJjo{width:100%;gap:30px}.About_images__HXLkg{width:100%}.About_socials__bdDsc{justify-content:center}}.PageHeader_wrapper__nk4RS{background:linear-gradient(135deg,var(--background-color-primary) 0,var(--background-color-secondary) 100%);padding:80px 20px 60px;position:relative;overflow:hidden}.PageHeader_wrapper__nk4RS:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(74,144,226,.08),transparent);border-radius:50%;pointer-events:none}.PageHeader_wrapper__nk4RS:after{content:"";position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(80,227,194,.06),transparent);border-radius:50%;pointer-events:none}.PageHeader_container__xMnRL{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.PageHeader_backButton__JL0SM{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background-color:var(--background-color-secondary);border:1px solid rgba(128,128,128,.2);border-radius:50px;color:var(--text-color-secondary);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 2px 8px rgba(0,0,0,.05)}.PageHeader_backButton__JL0SM:hover{background-color:var(--text-color-secondary);color:var(--text-color-primary);transform:translateX(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.PageHeader_backButton__JL0SM svg{transition:transform .3s ease}.PageHeader_backButton__JL0SM:hover svg{transform:translateX(-2px)}.PageHeader_title__EKqaH{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--text-color-secondary);margin:0;line-height:1.2;letter-spacing:-1px}.PageHeader_subtitle__qsnUG{font-size:clamp(1rem,2vw,1.25rem);color:var(--text-color-secondary);opacity:.8;line-height:1.6;max-width:700px;margin:0 auto}@media (max-width:768px){.PageHeader_wrapper__nk4RS{padding:60px 20px 40px}.PageHeader_container__xMnRL{gap:12px}.PageHeader_backButton__JL0SM{padding:8px 16px;font-size:14px}.PageHeader_backButton__JL0SM svg{width:18px;height:18px}}.Hero_wrapper__oPhcm{display:flex;flex-direction:column;position:relative;width:100%;background-color:var(--background-color-primary);padding:10px;z-index:1;overflow:hidden}@keyframes Hero_fadeInUp__wREaj{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero_fadeInScale__mJ_qd{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes Hero_fadeIn__2TNNN{0%{opacity:0}to{opacity:1}}@keyframes Hero_slideInRight__MRGNo{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.Hero_wrapper__oPhcm:before{content:"";background-color:rgba(0,0,0,.3);z-index:-1;animation:Hero_fadeIn__2TNNN .8s ease-out}.Hero_backgroundImg__o_1Xl,.Hero_wrapper__oPhcm:before{position:absolute;top:11px;right:10px;left:10px;bottom:10px;border-radius:30px}.Hero_backgroundImg__o_1Xl{max-width:100%;max-height:100%;z-index:-2;overflow:hidden;animation:Hero_fadeInScale__mJ_qd 1s ease-out}.Hero_backgroundImg__o_1Xl img{width:100%;height:100%;object-fit:cover}.Hero_banner__rgDa2{display:flex;align-items:center;justify-content:center}.Hero_banerWrapper__gL6Y_{display:flex;align-items:center;padding:20px 24px;gap:68px;border-radius:30px;border:1px solid var(--background-color-primary);max-width:95%;min-height:178px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:rgba(0,0,0,.25);animation:Hero_fadeInScale__mJ_qd .8s ease-out .4s both}.Hero_bannerText__V_azy{display:flex;flex-direction:column;justify-content:center;gap:4px}.Hero_bannerText__V_azy h1{font-size:var(--text-header-h22);font-weight:700;color:var(--text-color-primary);animation:Hero_fadeInUp__wREaj .6s ease-out .6s both}@media (max-width:479px){.Hero_bannerText__V_azy h1{font-size:24px;text-align:center;margin-bottom:1rem}}.Hero_bannerText__V_azy p{font-size:var(--text-regular);font-weight:300;color:var(--text-color-primary);animation:Hero_fadeInUp__wREaj .6s ease-out .7s both}.Hero_bannerButton__8PwS2{display:flex;flex-direction:column;gap:8px;align-items:center}.Hero_btn__oQeaj{width:250px;padding:15px;background-color:var(--background-color-primary);border-radius:50px;color:var(--text-color-secondary);font-weight:600;cursor:pointer;text-align:center;text-decoration:none;border:none;animation:Hero_fadeInUp__wREaj .6s ease-out .8s both;transition:transform .3s ease}.Hero_btn__oQeaj:hover{transform:scale(1.05)}.Hero_btnSecond__vhIVp{width:250px;padding:15px;background-color:transparent;border:3px solid var(--text-color-primary);border-radius:50px;color:var(--text-color-primary);font-weight:600;cursor:pointer;text-align:center;animation:Hero_fadeInUp__wREaj .6s ease-out .9s both;transition:transform .3s ease;text-decoration:none}.Hero_btnSecond__vhIVp:hover{transform:scale(1.05)}.Hero_title__bGj6o{font-size:var(--text-header-h1);font-weight:400;color:var(--text-color-primary);text-align:center;animation:Hero_fadeInUp__wREaj .8s ease-out .2s both}.Hero_title__bGj6o span{font-weight:600}.Hero_wrapperContent__ZGPIo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:100px}.Hero_sliderBtns__Q4le4{display:flex;gap:20px;position:absolute;bottom:7%;right:5%;animation:Hero_fadeIn__2TNNN 1s ease-out .8s both}.Hero_prev__kp5Hp{background-image:url(/prev.svg)}.Hero_next__Bau4E,.Hero_prev__kp5Hp{width:70px;height:70px;background-repeat:no-repeat;background-color:transparent;background-position:50%;border:4px solid var(--text-color-primary);border-radius:50%;cursor:pointer}.Hero_next__Bau4E{background-image:url(/next.svg)}.Hero_emblaTrack__UGM5M{display:flex;width:100%;height:100%;object-fit:cover}.Hero_emblaSlide__Ol_O5{min-width:100%;flex:0 0 100%}.Hero_numberWrapper__1xefL{display:flex;justify-content:space-between;align-items:center;width:50%;border:3px solid var(--background-color-primary);border-radius:50px;padding:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:Hero_fadeInScale__mJ_qd .8s ease-out .5s both}.Hero_number__ME8F9{color:var(--text-color-primary);font-size:var(--text-header-h2);font-weight:600;padding-left:10%}.Hero_btnCaller__UwErL{display:flex;justify-content:center;align-items:center;background-color:var(--background-color-primary);color:var(--text-color-secondary);width:250px;padding:26px;border-radius:50px;font-weight:600;cursor:pointer;border:1px solid var(--text-color-secondary);box-shadow:0 4px 8px rgba(0,0,0,.2),0 12px 24px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease}.Hero_btnCaller__UwErL:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.25),0 16px 32px rgba(0,0,0,.2)}@media (max-width:1279px){.Hero_wrapper__oPhcm{padding:0}.Hero_banerWrapper__gL6Y_{flex-direction:column;align-items:center;padding:20px 16px;gap:24px}.Hero_bannerText__V_azy h2{font-size:32px;text-align:center}.Hero_bannerText__V_azy p{font-size:16px;text-align:center}.Hero_btnSecond__vhIVp,.Hero_btn__oQeaj{padding:12px;font-size:16px}.Hero_title__bGj6o{font-size:32px;max-width:75%}.Hero_sliderBtns__Q4le4{right:50%;transform:translateX(50%)}.Hero_numberWrapper__1xefL{width:90%;margin:0 auto}.Hero_number__ME8F9{font-size:24px;padding-left:5%}.Hero_btnCaller__UwErL{max-width:100px;padding:16px;text-align:center;font-size:12px}}@media (max-width:479px){.Hero_wrapper__oPhcm{max-height:80dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.Hero_wrapperContent__ZGPIo{padding:2%}.Hero_sliderBtns__Q4le4{display:none}}.Logo_wrapper__uxhhq{display:flex;flex-direction:column;gap:80px;padding:80px;background-color:var(--background-color-primary);max-width:100vw;overflow:hidden}.Logo_logos__bvADg{display:flex;justify-content:space-around;align-items:center;animation:Logo_moveRight__WHcrL 20s linear infinite}.Logo_logo__c5nVK{max-width:188px;height:75px}.Logo_image__vwrJb{width:100%;height:100%;object-fit:fill}@media (max-width:1279px){.Logo_wrapper__uxhhq{-webkit-clip-path:none;clip-path:none;padding:40px}}@media (max-width:1024px){.Logo_wrapper__uxhhq{padding:20px}.Logo_logos__bvADg{justify-content:center;align-items:center;gap:50px}.Logo_logo__c5nVK{min-width:120px;height:60px}}@keyframes Logo_moveRight__WHcrL{0%{transform:translateX(0)}25%{transform:translateX(-40%)}50%{transform:translateX(0)}75%{transform:translate(40%)}}.Reviews_wrapper__Mrsb9{display:flex;flex-direction:column;gap:50px;background-color:var(--background-color-primary);padding:70px 62px;max-width:100vw}.Reviews_title__BegP4{font-size:var(--text-header-h2);color:var(--text-color-secondary);font-weight:600;text-align:center}.Reviews_sliderWrapper__pLxYC{display:flex;align-items:center;justify-content:space-around;overflow:hidden}.Reviews_cards__KMt7E{overflow:hidden;width:78%}.Reviews_prev__fuIAD{background-image:url(/prev-braun.svg)}.Reviews_next__HScfq,.Reviews_prev__fuIAD{display:flex;justify-content:center;align-items:center;width:70px;height:70px;border:none;border-radius:50%;background-color:var(--background-color-primary);cursor:pointer}.Reviews_next__HScfq{background-image:url(/next-braun.svg)}.Reviews_card__5WIff{height:420px;position:relative;border-radius:50px;overflow:hidden}.Reviews_card__5WIff img{width:100%;height:100%;object-fit:cover}.Reviews_cardContent__W1cLB{display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:12px;position:absolute;bottom:40px;left:0;right:0;padding:8px;background-color:rgba(0,0,0,.4);border-radius:50px;max-width:90%;height:250px;margin:0 auto}.Reviews_cardContent__W1cLB h3{font-size:var(--text-header-h3);color:var(--text-color-primary);font-weight:600;text-align:center}.Reviews_cardContent__W1cLB p{font-size:14px;color:var(--text-color-primary);font-weight:400;text-align:center}.Reviews_btn__XjmxJ{display:flex;justify-content:center}.Reviews_emblaTrack__9aIFY{display:flex;width:100%;gap:30px}.Reviews_emblaSlide__LuTsV{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 90px) / 3);max-width:320px;box-sizing:border-box}.Reviews_stars__T9Vpz{display:flex;align-items:center;justify-content:center;gap:5px;max-width:40%}@media (max-width:1279px){.Reviews_emblaSlide__LuTsV{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 60px) / 2);max-width:none}}@media (max-width:550px){.Reviews_wrapper__Mrsb9{padding:20px 16px}.Reviews_sliderWrapper__pLxYC{flex-direction:column;align-items:center}.Reviews_cards__KMt7E{width:100%}.Reviews_emblaSlide__LuTsV{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 60px) / 1);max-width:none}.Reviews_next__HScfq,.Reviews_prev__fuIAD{display:none}}.TrustMe_wrapper__HrYKz{display:grid;grid-template-columns:repeat(4,minmax(200px,295px));justify-content:center;grid-gap:24px;gap:24px;padding:40px 20px;background-color:var(--background-color-primary)}@media (max-width:1200px){.TrustMe_wrapper__HrYKz{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (max-width:768px){.TrustMe_wrapper__HrYKz{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width:480px){.TrustMe_wrapper__HrYKz{grid-template-columns:repeat(2,minmax(150px,1fr));gap:16px}}.TrustMe_card__H0nEV{display:flex;flex-direction:column;align-items:center;padding:32px 24px;gap:16px;background-color:var(--background-color-secondary);border-radius:16px;border:1px solid rgba(128,128,128,.1);box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease}.TrustMe_card__H0nEV:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(128,128,128,.2)}@media (max-width:600px){.TrustMe_card__H0nEV{padding:16px 12px;gap:8px}}.TrustMe_content__hLLlI{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}@media (max-width:600px){.TrustMe_content__hLLlI{gap:4px}}.TrustMe_content__hLLlI h3{font-size:var(--text-header-h3);font-weight:600;color:var(--text-color-secondary);margin:0;text-transform:uppercase;letter-spacing:.5px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}@media (max-width:600px){.TrustMe_content__hLLlI h3{font-size:var(--text-header-h4)}}.TrustMe_content__hLLlI p{font-size:var(--text-regular);color:var(--text-color-secondary);opacity:.85;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width:600px){.TrustMe_content__hLLlI p{font-size:var(--text-small)}}.TrustMe_icon__8c_JG{font-size:48px;color:var(--text-color-secondary);padding:20px;background:linear-gradient(135deg,rgba(74,144,226,.1),rgba(80,227,194,.1));border-radius:50%;transition:all .3s ease}.TrustMe_card__H0nEV:hover .TrustMe_icon__8c_JG{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(74,144,226,.15),rgba(80,227,194,.15))}@media (max-width:600px){.TrustMe_icon__8c_JG{font-size:28px;padding:12px}}.WhyYou_wrapper__o38No{display:flex;flex-direction:column;align-items:center;gap:40px;padding:60px 20px;background-color:var(--background-color-primary)}.WhyYou_grid__ZLlyc{display:grid;grid-template-columns:repeat(4,minmax(200px,295px));grid-gap:24px;gap:24px;justify-content:center;max-width:1200px}@media (max-width:1200px){.WhyYou_grid__ZLlyc{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (max-width:768px){.WhyYou_grid__ZLlyc{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (max-width:480px){.WhyYou_grid__ZLlyc{grid-template-columns:repeat(2,minmax(150px,1fr));gap:16px}}.WhyYou_title__f6gOC{font-size:var(--text-header-h2);font-weight:700;color:var(--text-color-secondary);text-align:center;margin:0;letter-spacing:-.5px}.WhyYou_card__sQRVe{display:flex;flex-direction:column;align-items:center;padding:32px 24px;background-color:var(--background-color-secondary);border-radius:16px;border:1px solid rgba(128,128,128,.1);box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease}.WhyYou_card__sQRVe:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:rgba(128,128,128,.2)}@media (max-width:600px){.WhyYou_card__sQRVe{padding:16px 12px}}.WhyYou_icon__HhmC6{font-size:48px;color:var(--text-color-secondary);padding:20px;background:linear-gradient(135deg,rgba(74,144,226,.1),rgba(80,227,194,.1));border-radius:50%;transition:all .3s ease}.WhyYou_card__sQRVe:hover .WhyYou_icon__HhmC6{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(74,144,226,.15),rgba(80,227,194,.15))}@media (max-width:600px){.WhyYou_icon__HhmC6{font-size:28px;padding:12px}}.WhyYou_content__PjE6v{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;margin-top:8px}@media (max-width:600px){.WhyYou_content__PjE6v{gap:4px;margin-top:4px}}.WhyYou_content__PjE6v h3{font-size:var(--text-header-h3);font-weight:600;color:var(--text-color-secondary);margin:0;text-transform:uppercase;letter-spacing:.5px;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}@media (max-width:600px){.WhyYou_content__PjE6v h3{font-size:var(--text-header-h4)}}.WhyYou_content__PjE6v p{font-size:var(--text-regular);color:var(--text-color-secondary);opacity:.85;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}@media (max-width:600px){.WhyYou_content__PjE6v p{font-size:var(--text-small)}}.WhyYou_noteWrapper__d_4hc{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:800px;padding:32px 28px;border:2px solid rgba(112,64,21,.25);border-radius:20px;background:linear-gradient(155deg,rgba(255,244,232,.5),rgba(247,210,173,.4));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.WhyYou_note__SVZZs{font-size:var(--text-regular);color:rgba(66,35,19,.9);text-align:center;font-weight:600;line-height:1.6;margin:0}.WhyYou_ctaButton__k_D9F{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2.75rem;border-radius:999px;border:none;font-weight:600;font-size:16px;letter-spacing:.02em;background:linear-gradient(135deg,rgba(112,64,21,1),rgba(66,35,19,1));color:var(--text-color-primary);cursor:pointer;box-shadow:0 18px 35px rgba(66,35,19,.25);transition:transform .25s ease,box-shadow .25s ease}.WhyYou_ctaButton__k_D9F:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(66,35,19,.3)}@media (max-width:600px){.WhyYou_noteWrapper__d_4hc{width:100%;padding:24px 20px;gap:20px}.WhyYou_note__SVZZs{font-size:var(--text-small)}.WhyYou_ctaButton__k_D9F{width:100%;padding:14px 28px;font-size:15px}}.WhyYou_bottom__q5RdT{display:flex;justify-content:center;align-items:center}.ProductGallery_wrapper__WTohZ{background-color:var(--background-color-primary);padding:0;min-height:calc(100vh - 100px)}.ProductGallery_container__Pn6rp{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;grid-gap:40px;gap:40px;padding:40px 20px}.ProductGallery_loading__yETy7{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:18px;color:var(--text-color-secondary);opacity:.7}.ProductGallery_gallery__ZAoKJ{display:flex;flex-direction:column;gap:20px}.ProductGallery_mainImage__MmoXu{position:relative;width:100%;aspect-ratio:4/3;background-color:var(--background-color-secondary);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.1)}.ProductGallery_image__GusUL{object-fit:cover;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ProductGallery_navButton__iKduY{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background-color:rgba(255,255,255,.9);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;color:var(--text-color-secondary);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ProductGallery_navButton__iKduY:hover{background-color:var(--text-color-secondary);color:var(--text-color-primary);transform:translateY(-50%) scale(1.1)}.ProductGallery_navButtonPrev__j_Hg3{left:20px}.ProductGallery_navButtonNext__2CBxP{right:20px}.ProductGallery_counter__Hf_DV{position:absolute;bottom:20px;right:20px;background-color:rgba(0,0,0,.7);color:white;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ProductGallery_dots__EVBOj{display:flex;justify-content:center;gap:8px;padding:10px 0}.ProductGallery_dot__XCeCj{width:8px;height:8px;border-radius:50%;border:none;background-color:rgba(128,128,128,.3);cursor:pointer;transition:all .3s ease;padding:0}.ProductGallery_dot__XCeCj:hover{background-color:rgba(128,128,128,.5);transform:scale(1.2)}.ProductGallery_dotActive__udbsx{background-color:var(--text-color-secondary);width:24px;border-radius:4px}.ProductGallery_info__HFNkh{display:flex;flex-direction:column;gap:24px;padding:20px 0}.ProductGallery_title__ro809{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--text-color-secondary);margin:0;line-height:1.2}.ProductGallery_description__Ka1Wf{font-size:16px;line-height:1.7;color:var(--text-color-secondary);opacity:.85;margin:0}.ProductGallery_actions__f3tny{display:flex;flex-direction:column;gap:12px;margin-top:20px}.ProductGallery_ctaButton__o8m8K{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 2.5rem;border-radius:999px;border:none;font-weight:600;font-size:16px;letter-spacing:.02em;background:linear-gradient(135deg,rgba(112,64,21,1),rgba(66,35,19,1));color:var(--text-color-primary);cursor:pointer;box-shadow:0 18px 35px rgba(66,35,19,.25);transition:transform .25s ease,box-shadow .25s ease;width:100%}.ProductGallery_ctaButton__o8m8K:hover{transform:translateY(-2px);box-shadow:0 22px 40px rgba(66,35,19,.3)}.ProductGallery_note__nA6XJ{font-size:14px;color:var(--text-color-secondary);opacity:.7;text-align:center;margin:0}@media (max-width:1024px){.ProductGallery_container__Pn6rp{grid-template-columns:1fr;gap:30px;padding:30px 20px}.ProductGallery_info__HFNkh{order:2}}@media (max-width:768px){.ProductGallery_wrapper__WTohZ{min-height:auto}.ProductGallery_container__Pn6rp{padding:20px 16px;gap:24px}.ProductGallery_mainImage__MmoXu{aspect-ratio:1;border-radius:12px}.ProductGallery_navButton__iKduY{width:40px;height:40px}.ProductGallery_navButtonPrev__j_Hg3{left:12px}.ProductGallery_navButtonNext__2CBxP{right:12px}.ProductGallery_counter__Hf_DV{bottom:12px;right:12px;padding:6px 12px;font-size:13px}.ProductGallery_ctaButton__o8m8K{padding:1rem 2rem;font-size:15px}}@media (max-width:480px){.ProductGallery_navButton__iKduY{width:36px;height:36px}.ProductGallery_navButton__iKduY svg{width:22px;height:22px}}.page_main__sGKrQ{padding:3rem 0 2rem;max-width:900px;margin:0 auto}.page_title__6jqtk{font-size:2.5rem;margin-bottom:2rem;color:var(--primary,#222);text-align:center}.page_section__D6h_n{margin-bottom:2.5rem;background:var(--background-secondary,#fafafa);border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.03)}.page_subtitle__NQuQc{font-size:1.3rem;margin-bottom:.7rem;color:var(--primary,#222)}.page_text__Nayve{color:var(--muted-foreground,#555);line-height:1.7}.page_main__R1cLs{padding:3rem 0 2rem;max-width:900px;margin:0 auto}.page_title__JP0I2{font-size:2.5rem;margin-bottom:2rem;color:var(--primary,#222);text-align:center}.page_section__zKqeW{margin-bottom:2.5rem;background:var(--background-secondary,#fafafa);border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 8px rgba(0,0,0,.03)}.page_subtitle__66rwJ{font-size:1.3rem;margin-bottom:.7rem;color:var(--primary,#222)}.page_text__Sy2d5{color:var(--muted-foreground,#555);line-height:1.7}