:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
.Header-module__KppamW__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000;padding:.6rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module__KppamW__headerScrolled{background:#fffffffa;border-bottom:1px solid #f0f0f0;padding:.4rem 0;box-shadow:0 2px 24px #0000000f}.Header-module__KppamW__headerContainer{justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__KppamW__logo{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__KppamW__logoImage{object-fit:contain;border-radius:8px}.Header-module__KppamW__logoText{color:#1a1a1a;letter-spacing:-.3px;font-size:1.3rem;font-weight:500}.Header-module__KppamW__contacts{flex-shrink:0;align-items:center;gap:.8rem;display:flex}.Header-module__KppamW__phone{color:#1a1a1a;align-items:center;gap:.4rem;font-size:.85rem;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.Header-module__KppamW__phone:hover{color:#212121}.Header-module__KppamW__phoneIcon{color:#212121;font-size:.75rem}.Header-module__KppamW__callbackBtn{color:#1a1a1a;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #1a1a1a;border-radius:30px;padding:.35rem 1rem;font-family:inherit;font-size:.75rem;font-weight:400;transition:all .25s}.Header-module__KppamW__callbackBtn:hover{color:#fff;background:#1a1a1a}.Header-module__KppamW__messengers{align-items:center;gap:.3rem;display:flex}.Header-module__KppamW__messengerLink{color:#6b7280;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;text-decoration:none;transition:all .25s;display:flex}.Header-module__KppamW__messengerLink:hover{color:#fff;background:#212121;transform:translateY(-2px)}.Header-module__KppamW__maxIcon{object-fit:contain;filter:grayscale()brightness(.5);transition:all .25s}.Header-module__KppamW__messengerLink:hover .Header-module__KppamW__maxIcon{filter:grayscale(0%)brightness()}.Header-module__KppamW__nav{align-items:center;gap:.3rem;display:flex}.Header-module__KppamW__navLink{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.2rem;padding:.4rem .6rem;font-family:inherit;font-size:.82rem;font-weight:400;text-decoration:none;transition:all .2s;display:flex}.Header-module__KppamW__navLink:hover{color:#1a1a1a;background:#f7f8fa}.Header-module__KppamW__navDropdown{display:inline-block;position:relative}.Header-module__KppamW__dropdownArrow{margin-left:.15rem;font-size:.55rem;transition:transform .25s}.Header-module__KppamW__dropdownArrowOpen{transform:rotate(180deg)}.Header-module__KppamW__dropdownMenu{opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #f0f0f0;border-radius:12px;min-width:200px;padding:.4rem 0;transition:all .2s;position:absolute;top:calc(100% + .2rem);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 8px 40px #00000014}.Header-module__KppamW__navDropdownOpen .Header-module__KppamW__dropdownMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.Header-module__KppamW__dropdownMenu:before{content:"";background:0 0;height:10px;position:absolute;top:-8px;left:0;right:0}.Header-module__KppamW__dropdownLoading{color:#9ca3af;padding:.5rem 1rem;font-size:.8rem;font-weight:300}.Header-module__KppamW__dropdownItem{color:#4b5563;white-space:nowrap;padding:.5rem 1rem;font-size:.8rem;font-weight:300;text-decoration:none;transition:all .15s;display:block}.Header-module__KppamW__dropdownItem:hover{color:#1a1a1a;background:#f7f8fa}.Header-module__KppamW__mobileMenuBtn{color:#1a1a1a;cursor:pointer;background:0 0;border:none;padding:.3rem;font-family:inherit;font-size:1.2rem;display:none}.Header-module__KppamW__mobileMenuHeader{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.Header-module__KppamW__mobileLogo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__KppamW__mobileLogoImage{object-fit:contain;border-radius:6px}.Header-module__KppamW__mobileCloseBtn{color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.3rem .6rem;font-family:inherit;font-size:1.5rem;transition:all .2s;display:flex}.Header-module__KppamW__mobileCloseBtn:hover{background:#f0f0f0}.Header-module__KppamW__mobileMenu{z-index:999;background:#fff;width:100%;max-width:400px;height:100vh;transition:transform .35s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 40px #0000000d}.Header-module__KppamW__mobileMenuOpen{transform:translate(0)}.Header-module__KppamW__mobileMenuContent{flex-direction:column;gap:.5rem;padding:.5rem 1.5rem 2rem;display:flex}.Header-module__KppamW__mobileNavLink{color:#1a1a1a;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f7f8fa;justify-content:space-between;align-items:center;width:100%;padding:.7rem 0;font-family:inherit;font-size:1rem;font-weight:400;text-decoration:none;display:flex}.Header-module__KppamW__mobileNavLink:hover{color:#4a90d9}.Header-module__KppamW__mobileDropdown{border-bottom:1px solid #f7f8fa}.Header-module__KppamW__mobileDropdownArrow{font-size:.6rem;transition:transform .25s}.Header-module__KppamW__mobileDropdownArrowOpen{transform:rotate(180deg)}.Header-module__KppamW__mobileDropdownMenu{max-height:0;transition:max-height .35s;overflow:hidden}.Header-module__KppamW__mobileDropdownMenuOpen{max-height:400px}.Header-module__KppamW__mobileDropdownItem{color:#6b7280;padding:.5rem 0 .5rem 1rem;font-size:.9rem;font-weight:300;text-decoration:none;transition:color .15s;display:block}.Header-module__KppamW__mobileDropdownItem:hover{color:#1a1a1a}.Header-module__KppamW__mobileContacts{border-top:1px solid #f0f0f0;flex-direction:column;gap:.8rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.Header-module__KppamW__mobilePhone{color:#1a1a1a;align-items:center;gap:.6rem;font-size:1rem;font-weight:400;text-decoration:none;display:flex}.Header-module__KppamW__mobilePhone:hover{color:#4a90d9}.Header-module__KppamW__mobileMessengers{flex-direction:column;gap:.5rem;display:flex}.Header-module__KppamW__mobileMessengerLink{color:#6b7280;align-items:center;gap:.6rem;font-size:.9rem;font-weight:300;text-decoration:none;transition:color .15s;display:flex}.Header-module__KppamW__mobileMessengerLink:hover{color:#1a1a1a}.Header-module__KppamW__mobileMaxIcon{object-fit:contain;filter:grayscale()brightness(.5);transition:all .25s}.Header-module__KppamW__mobileMessengerLink:hover .Header-module__KppamW__mobileMaxIcon{filter:grayscale(0%)brightness()}.Header-module__KppamW__mobileCallbackBtn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:10px;margin-top:.5rem;padding:.6rem;font-family:inherit;font-size:.9rem;font-weight:400;transition:background .25s}.Header-module__KppamW__mobileCallbackBtn:hover{background:#333}.Header-module__KppamW__mobileMenuOverlay{z-index:998;background:#0000004d;display:none;position:fixed;inset:0}.Header-module__KppamW__mobileMenuOverlayOpen{display:block}@media (max-width:1024px){.Header-module__KppamW__nav{display:none}.Header-module__KppamW__mobileMenuBtn{display:block}.Header-module__KppamW__contacts{gap:.5rem}.Header-module__KppamW__callbackBtn{padding:.25rem .6rem;font-size:.7rem}.Header-module__KppamW__phone{font-size:.8rem}.Header-module__KppamW__messengerLink{width:32px;height:32px;font-size:.8rem}}@media (max-width:768px){.Header-module__KppamW__headerContainer{gap:.8rem;padding:0 1rem}.Header-module__KppamW__logoText{font-size:1.1rem}.Header-module__KppamW__logoImage{width:130px;height:45px}.Header-module__KppamW__contacts{gap:.3rem}.Header-module__KppamW__phone span,.Header-module__KppamW__callbackBtn{display:none}.Header-module__KppamW__messengerLink{width:30px;height:30px;font-size:.75rem}.Header-module__KppamW__mobileMenu{max-width:100%}.Header-module__KppamW__mobileMenuHeader{padding:.8rem 1rem}.Header-module__KppamW__mobileMenuContent{padding:.5rem 1rem 1.5rem}.Header-module__KppamW__mobileCloseBtn{padding:.2rem .4rem;font-size:1.3rem}.Header-module__KppamW__mobileLogoImage{width:28px;height:28px}.Header-module__KppamW__mobileNavLink{padding:.6rem 0;font-size:.95rem}.Header-module__KppamW__mobilePhone{font-size:.95rem}.Header-module__KppamW__mobileMessengerLink{font-size:.85rem}}@media (max-width:480px){.Header-module__KppamW__header{padding:.3rem 0}.Header-module__KppamW__headerContainer{gap:.5rem;padding:0 .6rem}.Header-module__KppamW__logoText{font-size:.9rem}.Header-module__KppamW__logoImage{width:100px;height:38px}.Header-module__KppamW__phoneIcon{display:none}.Header-module__KppamW__messengerLink{width:26px;height:26px;font-size:.65rem}.Header-module__KppamW__mobileMenuContent{padding:.5rem .8rem 1rem}.Header-module__KppamW__mobileCloseBtn{font-size:1.1rem}.Header-module__KppamW__mobileMenuHeader{padding:.5rem .8rem}.Header-module__KppamW__mobileLogoImage{width:24px;height:24px}.Header-module__KppamW__mobileNavLink{padding:.5rem 0;font-size:.9rem}.Header-module__KppamW__mobilePhone{font-size:.9rem}.Header-module__KppamW__mobileMessengerLink{font-size:.8rem}.Header-module__KppamW__mobileCallbackBtn{padding:.5rem;font-size:.85rem}}
.Footer-module__UDEoiW__footer{color:#1a1a1a;background:#f7f8fa;border-top:1px solid #e5e7eb;position:relative}.Footer-module__UDEoiW__footerContainer{max-width:1200px;margin:0 auto;padding:2.5rem 2rem 1.5rem}.Footer-module__UDEoiW__footerTop{border-bottom:1px solid #e5e7eb;grid-template-columns:1fr 2fr 1.5fr;place-items:start center;gap:2rem;padding-bottom:2rem;display:grid}.Footer-module__UDEoiW__footerColumn{flex-direction:column;gap:.6rem;width:100%;display:flex}.Footer-module__UDEoiW__footerLinks{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__footerLinks li a{color:#6b7280;font-size:.85rem;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__footerLinks li a:hover{color:#1a1a1a}.Footer-module__UDEoiW__footerTitle{color:#1a1a1a;letter-spacing:.5px;margin:0 0 .1rem;font-size:.85rem;font-weight:500}.Footer-module__UDEoiW__contactList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__contactItem{align-items:flex-start;gap:.6rem;display:flex}.Footer-module__UDEoiW__contactIcon{color:#212121;flex-shrink:0;margin-top:.1rem;font-size:.8rem}.Footer-module__UDEoiW__contactItem div{flex-direction:column;gap:.05rem;display:flex}.Footer-module__UDEoiW__contactLabel{text-transform:uppercase;letter-spacing:.4px;color:#9ca3af;font-size:.55rem}.Footer-module__UDEoiW__contactValue{color:#1a1a1a;font-size:.8rem;font-weight:400;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__contactValue:hover{color:#212121}.Footer-module__UDEoiW__scheduleList{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__UDEoiW__scheduleList li{color:#6b7280;justify-content:space-between;font-size:.8rem;font-weight:300;display:flex}.Footer-module__UDEoiW__scheduleDay{color:#9ca3af}.Footer-module__UDEoiW__scheduleTime{color:#1a1a1a;font-weight:400}.Footer-module__UDEoiW__messengerButtons{flex-direction:column;gap:.4rem;margin-top:.2rem;display:flex}.Footer-module__UDEoiW__messengerBtn{color:#1a1a1a;background:#e5e7eb;border-radius:6px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.75rem;font-weight:300;text-decoration:none;transition:all .3s;display:flex}.Footer-module__UDEoiW__messengerBtn:hover{background:#d1d5db;transform:translate(4px)}.Footer-module__UDEoiW__messengerBtn svg{font-size:.9rem}.Footer-module__UDEoiW__messengerIconImage{object-fit:contain;filter:grayscale()brightness(.5);transition:all .3s}.Footer-module__UDEoiW__messengerBtn:hover .Footer-module__UDEoiW__messengerIconImage{filter:grayscale(0%)brightness()}.Footer-module__UDEoiW__footerBottom{padding-top:1rem}.Footer-module__UDEoiW__footerBottomContent{flex-direction:column;align-items:center;gap:.3rem;display:flex}.Footer-module__UDEoiW__footerBottomRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.Footer-module__UDEoiW__copyright{color:#9ca3af;margin:0;font-size:.75rem;font-weight:300}.Footer-module__UDEoiW__privacyLink{color:#9ca3af;font-size:.75rem;font-weight:300;text-decoration:none;transition:color .2s}.Footer-module__UDEoiW__privacyLink:hover{color:#6b7280}.Footer-module__UDEoiW__legalText{color:#9ca3af;text-align:center;max-width:600px;margin:0;font-size:.65rem;font-weight:300;line-height:1.4}.Footer-module__UDEoiW__instagramWarning{color:#9ca3af;text-align:center;margin:0;font-size:.55rem;font-weight:300}.Footer-module__UDEoiW__scrollTop{color:#fff;cursor:pointer;z-index:100;opacity:.8;background:#1a1a1a;border:1.5px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.Footer-module__UDEoiW__scrollTop:hover{opacity:1;background:#333;transform:translateY(-4px);box-shadow:0 4px 20px #0000004d}@media (max-width:1024px){.Footer-module__UDEoiW__footerTop{grid-template-columns:1fr 1fr;gap:1.5rem}}@media (max-width:768px){.Footer-module__UDEoiW__footerContainer{padding:1.5rem 1.5rem 1rem}.Footer-module__UDEoiW__footerTop{grid-template-columns:1fr 1fr;gap:1.5rem}.Footer-module__UDEoiW__footerBottomRow{flex-direction:column;gap:.3rem}.Footer-module__UDEoiW__legalText{font-size:.6rem}.Footer-module__UDEoiW__scrollTop{width:40px;height:40px;font-size:1rem;bottom:1.5rem;right:1.5rem}}@media (max-width:480px){.Footer-module__UDEoiW__footerContainer{padding:1rem 1rem .8rem}.Footer-module__UDEoiW__footerTop{grid-template-columns:1fr;gap:1.5rem}.Footer-module__UDEoiW__messengerBtn{padding:.3rem .6rem;font-size:.7rem}.Footer-module__UDEoiW__legalText{font-size:.55rem}.Footer-module__UDEoiW__instagramWarning{font-size:.5rem}.Footer-module__UDEoiW__copyright,.Footer-module__UDEoiW__privacyLink{font-size:.65rem}.Footer-module__UDEoiW__scrollTop{width:36px;height:36px;font-size:.9rem;bottom:1rem;right:1rem}}
