@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--color-primary:#10b981;--color-primary-hover:#0d9668;--color-primary-light:#d1fae5;--color-danger:#ef4444;--color-danger-hover:#dc2626;--color-danger-light:#fee2e2;--color-action:#111827;--color-bg:#fff;--color-surface:#f8fafc;--color-border:#e2e8f0;--color-heading:#0f172a;--color-body:#334155;--color-secondary:#64748b;--color-white:#fff;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000d;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--max-width:1200px;--header-height:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-body);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea{border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-20)0}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background:var(--color-primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-dark{background:var(--color-action);color:var(--color-white)}.btn-dark:hover{box-shadow:var(--shadow-md);background:#1f2937;transform:translateY(-1px)}.btn-ghost{color:var(--color-body);border:1px solid var(--color-border);background:0 0}.btn-ghost:hover{background:var(--color-surface);border-color:var(--color-secondary)}.btn-lg{padding:var(--space-4)var(--space-8);border-radius:var(--radius-lg);font-size:1.125rem}.badge{align-items:center;gap:var(--space-1);padding:var(--space-1)var(--space-3);border-radius:var(--radius-full);background:var(--color-surface);color:var(--color-secondary);border:1px solid var(--color-border);font-size:.8125rem;font-weight:500;display:inline-flex}.badge-green{background:var(--color-primary-light);color:#065f46;border-color:#0000}.card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--space-6);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:var(--space-12)0}.container{padding:0 var(--space-4)}}
.CitySelector-module__NPv1IG__wrapper{position:relative}.CitySelector-module__NPv1IG__cityBtn{border-radius:var(--radius-md);color:var(--color-heading);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:6px;padding:8px 12px;font-size:.9375rem;font-weight:500;display:flex}.CitySelector-module__NPv1IG__cityBtn:hover{color:var(--color-primary)}.CitySelector-module__NPv1IG__chevronUp{transition:transform .2s;transform:rotate(180deg)}.CitySelector-module__NPv1IG__popup{z-index:100;align-items:center;gap:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4)var(--space-5);box-shadow:var(--shadow-lg);white-space:nowrap;background:#fff;display:flex;position:absolute;top:calc(100% + 8px);right:0}.CitySelector-module__NPv1IG__popupContent{align-items:center;gap:var(--space-4);display:flex}.CitySelector-module__NPv1IG__popupText{color:var(--color-body);font-size:.9375rem}.CitySelector-module__NPv1IG__popupActions{gap:var(--space-2);display:flex}.CitySelector-module__NPv1IG__popupYes{border-radius:var(--radius-md);background:var(--color-primary);color:#fff;padding:6px 16px;font-size:.875rem;font-weight:600}.CitySelector-module__NPv1IG__popupOther{border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-body);padding:6px 16px;font-size:.875rem}.CitySelector-module__NPv1IG__popupOther:hover{border-color:var(--color-primary);color:var(--color-primary)}.CitySelector-module__NPv1IG__popupClose{color:var(--color-secondary);padding:4px;display:flex}.CitySelector-module__NPv1IG__popupClose:hover{color:var(--color-heading)}.CitySelector-module__NPv1IG__dropdown{z-index:500;border:1px solid var(--color-border);background:#fff;border-radius:16px;width:380px;position:absolute;top:calc(100% + 8px);left:0;right:auto;overflow:hidden;box-shadow:0 12px 40px #0000001f}.CitySelector-module__NPv1IG__searchWrap{padding:16px 16px 0}.CitySelector-module__NPv1IG__searchInput{border:1px solid var(--color-border);width:100%;color:var(--color-heading);background:var(--color-surface);transition:border-color var(--transition-fast);border-radius:12px;padding:12px 16px;font-size:1rem}.CitySelector-module__NPv1IG__searchInput:focus{border-color:var(--color-primary);outline:none}.CitySelector-module__NPv1IG__searchInput::placeholder{color:var(--color-secondary)}.CitySelector-module__NPv1IG__cityList{max-height:400px;padding:8px 0;overflow-y:auto}.CitySelector-module__NPv1IG__cityItem{text-align:left;width:100%;color:var(--color-heading);transition:background var(--transition-fast);border-bottom:1px solid #0000000a;align-items:baseline;gap:8px;padding:12px 20px;font-size:.9375rem;display:flex}.CitySelector-module__NPv1IG__cityItem:last-child{border-bottom:none}.CitySelector-module__NPv1IG__cityItem:hover{background:var(--color-surface)}.CitySelector-module__NPv1IG__activeCity{color:var(--color-primary);font-weight:600}.CitySelector-module__NPv1IG__cityName{font-size:.9375rem;font-weight:600}.CitySelector-module__NPv1IG__cityRegion{color:var(--color-secondary);font-size:.8125rem;font-weight:400}.CitySelector-module__NPv1IG__noResults{text-align:center;color:var(--color-secondary);padding:24px 20px;font-size:.9375rem}.CitySelector-module__NPv1IG__cityList::-webkit-scrollbar{width:6px}.CitySelector-module__NPv1IG__cityList::-webkit-scrollbar-track{background:0 0}.CitySelector-module__NPv1IG__cityList::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.CitySelector-module__NPv1IG__cityList::-webkit-scrollbar-thumb:hover{background:#0003}@media (max-width:768px){.CitySelector-module__NPv1IG__dropdown{top:var(--header-height);z-index:999;width:auto;max-height:60vh;position:fixed;left:16px;right:16px;overflow-y:auto}.CitySelector-module__NPv1IG__cityList{max-height:40vh}.CitySelector-module__NPv1IG__popup{top:var(--header-height);white-space:normal;z-index:999;flex-direction:column;align-items:stretch;gap:10px;position:fixed;left:16px;right:16px}.CitySelector-module__NPv1IG__popupContent{flex-direction:column;align-items:flex-start;gap:10px}.CitySelector-module__NPv1IG__popupActions{width:100%}.CitySelector-module__NPv1IG__popupYes,.CitySelector-module__NPv1IG__popupOther{text-align:center;flex:1}.CitySelector-module__NPv1IG__popupClose{position:absolute;top:10px;right:10px}}@media (max-width:480px){.CitySelector-module__NPv1IG__dropdown,.CitySelector-module__NPv1IG__popup{left:12px;right:12px}}
.Header-module__GPz-la__header{z-index:200;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);height:var(--header-height);background:#fffffff2;position:sticky;top:0}.Header-module__GPz-la__inner{justify-content:space-between;align-items:center;gap:var(--space-8);height:100%;display:flex}.Header-module__GPz-la__logo{flex-shrink:0;align-items:center;display:flex}.Header-module__GPz-la__nav{align-items:center;gap:var(--space-8);display:flex}.Header-module__GPz-la__navLink{color:var(--color-body);transition:color var(--transition-fast);white-space:nowrap;font-size:.9375rem;font-weight:500;position:relative}.Header-module__GPz-la__navLink:after{content:"";background:var(--color-primary);width:0;height:2px;transition:width var(--transition-base);border-radius:1px;position:absolute;bottom:-4px;left:0}.Header-module__GPz-la__navLink:hover{color:var(--color-heading)}.Header-module__GPz-la__navLink:hover:after,.Header-module__GPz-la__navLinkActive:after{width:100%}.Header-module__GPz-la__navLinkActive{color:var(--color-primary);font-weight:600}.Header-module__GPz-la__actions{align-items:center;gap:var(--space-4);display:flex}.Header-module__GPz-la__proLink{color:var(--color-primary);padding:var(--space-2)var(--space-4);border:1.5px solid var(--color-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;font-size:.875rem;font-weight:600}.Header-module__GPz-la__proLink:hover{background:var(--color-primary);color:#fff}.Header-module__GPz-la__burger{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-heading);transition:background var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:none}.Header-module__GPz-la__burger:hover{background:var(--color-surface)}.Header-module__GPz-la__mobileCity{display:none}.Header-module__GPz-la__overlay{z-index:299;pointer-events:none;background:0 0;transition:background .35s;display:none;position:fixed;inset:0}.Header-module__GPz-la__overlayVisible{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all;background:#00000080}.Header-module__GPz-la__drawer{z-index:300;border-left:1px solid var(--color-border);pointer-events:none;background:#fff;flex-direction:column;width:min(320px,90vw);transition:transform .35s cubic-bezier(.4,0,.2,1);display:none;position:fixed;top:0;bottom:0;right:0;overflow:visible auto;transform:translate(100%);box-shadow:-8px 0 40px #0000001f}.Header-module__GPz-la__drawerOpen{pointer-events:all;transform:translate(0)}.Header-module__GPz-la__drawerHeader{border-bottom:1px solid var(--color-border);z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex;position:sticky;top:0}.Header-module__GPz-la__closeBtn{width:36px;height:36px;color:var(--color-body);background:var(--color-surface);transition:all var(--transition-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__GPz-la__closeBtn:hover{color:var(--color-heading);background:#f0f0f0;transform:rotate(90deg)}.Header-module__GPz-la__drawerCity{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:0 20px;position:relative;overflow:visible}.Header-module__GPz-la__drawerCity>*{width:100%}.Header-module__GPz-la__drawerSection{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;padding:16px 20px 8px;font-size:.6875rem;font-weight:700}.Header-module__GPz-la__drawerNav{border-bottom:1px solid var(--color-border);padding:8px 0}.Header-module__GPz-la__drawerLink{color:var(--color-heading);transition:background var(--transition-fast),color var(--transition-fast);justify-content:space-between;align-items:center;padding:14px 20px;font-size:1rem;font-weight:500;display:flex;position:relative}.Header-module__GPz-la__drawerLink:hover{background:var(--color-surface);color:var(--color-primary)}.Header-module__GPz-la__drawerLinkActive{color:var(--color-primary);background:#f0fdf4;font-weight:600}.Header-module__GPz-la__drawerLinkActive:before{content:"";background:var(--color-primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.Header-module__GPz-la__drawerLinkLabel{flex:1}.Header-module__GPz-la__drawerChevron{color:#d1d5db;transition:transform var(--transition-fast),color var(--transition-fast);flex-shrink:0}.Header-module__GPz-la__drawerLink:hover .Header-module__GPz-la__drawerChevron,.Header-module__GPz-la__drawerLinkActive .Header-module__GPz-la__drawerChevron{color:var(--color-primary);transform:translate(2px)}.Header-module__GPz-la__drawerCta{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);flex-direction:column;gap:10px;padding:16px 20px;display:flex}.Header-module__GPz-la__drawerCtaBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);text-align:center;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.875rem;font-weight:600;display:flex}.Header-module__GPz-la__drawerCtaBtn:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.Header-module__GPz-la__drawerCtaBtnSecondary{color:var(--color-primary);border-radius:var(--radius-md);border:1.5px solid var(--color-primary);transition:all var(--transition-fast);text-align:center;background:0 0;justify-content:center;align-items:center;gap:8px;padding:11px 16px;font-size:.875rem;font-weight:600;display:flex}.Header-module__GPz-la__drawerCtaBtnSecondary:hover{background:#f0fdf4}.Header-module__GPz-la__drawerContacts{padding-bottom:4px}.Header-module__GPz-la__drawerContact{color:var(--color-body);transition:color var(--transition-fast);align-items:center;gap:10px;padding:10px 20px;font-size:.875rem;display:flex}.Header-module__GPz-la__drawerContact svg{color:var(--color-primary);flex-shrink:0}.Header-module__GPz-la__drawerContact:hover{color:var(--color-heading)}.Header-module__GPz-la__drawerSocial{border-bottom:1px solid var(--color-border);padding-bottom:8px}.Header-module__GPz-la__drawerSocialLinks{gap:10px;padding:4px 20px 12px;display:flex}.Header-module__GPz-la__socialBtn{background:var(--color-surface);width:44px;height:44px;color:var(--color-body);transition:all var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;display:flex}.Header-module__GPz-la__socialBtn:first-child:hover{color:#08c;background:#e8f4fd}.Header-module__GPz-la__socialBtn:nth-child(2):hover{color:#fff;background:linear-gradient(135deg,#f9a8d4 0%,#c084fc 50%,#60a5fa 100%)}.Header-module__GPz-la__socialVk:hover{color:#2787f5;background:#e3eeff}.Header-module__GPz-la__drawerFooter{color:#9ca3af;align-items:center;gap:8px;padding:14px 20px 20px;font-size:.75rem;display:flex}.Header-module__GPz-la__drawerFooter a{color:#9ca3af;transition:color var(--transition-fast)}.Header-module__GPz-la__drawerFooter a:hover{color:var(--color-primary)}@media (max-width:768px){.Header-module__GPz-la__nav,.Header-module__GPz-la__actions{display:none}.Header-module__GPz-la__burger,.Header-module__GPz-la__overlay,.Header-module__GPz-la__drawer{display:flex}.Header-module__GPz-la__inner{gap:6px}.Header-module__GPz-la__mobileCity{z-index:10;flex:1;justify-content:flex-end;align-items:center;padding-right:2px;display:flex;position:relative}}
.Footer-module__as8s1W__ctaBanner{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:40px 0}.Footer-module__as8s1W__ctaInner{grid-template-columns:1fr auto 1fr;align-items:center;gap:40px;display:grid}.Footer-module__as8s1W__ctaLeft{flex-direction:column;gap:8px;display:flex}.Footer-module__as8s1W__ctaBadge{letter-spacing:.08em;text-transform:uppercase;color:#059669;background:#ecfdf5;border-radius:100px;align-items:center;gap:5px;width:fit-content;padding:4px 12px;font-size:.6875rem;font-weight:700;display:inline-flex}.Footer-module__as8s1W__ctaTitle{color:#111827;margin:0;font-size:1.375rem;font-weight:700;line-height:1.25}.Footer-module__as8s1W__ctaDesc{color:#6b7280;margin:0;font-size:.875rem}.Footer-module__as8s1W__ctaStats{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:24px;padding:20px 28px;display:flex}.Footer-module__as8s1W__ctaStat{text-align:center;flex-direction:column;align-items:center;gap:3px;display:flex}.Footer-module__as8s1W__ctaStatNum{color:#059669;font-size:1.5rem;font-weight:800;line-height:1}.Footer-module__as8s1W__ctaStatLabel{color:#6b7280;white-space:nowrap;font-size:.75rem}.Footer-module__as8s1W__ctaStatDivider{background:#e5e7eb;flex-shrink:0;width:1px;height:36px}.Footer-module__as8s1W__ctaRight{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.Footer-module__as8s1W__ctaBtn{color:#fff;white-space:nowrap;background:#059669;border-radius:12px;align-items:center;gap:8px;padding:13px 24px;font-size:.9375rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 16px #05966940}.Footer-module__as8s1W__ctaBtn:hover{background:#047857;transform:translateY(-2px);box-shadow:0 8px 24px #05966959}.Footer-module__as8s1W__ctaNote{color:#9ca3af;font-size:.75rem}.Footer-module__as8s1W__footer{color:#9ca3af;background:#111827}.Footer-module__as8s1W__body{border-bottom:1px solid #ffffff14;padding:56px 0 48px}.Footer-module__as8s1W__inner{grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px;display:grid}.Footer-module__as8s1W__brand{flex-direction:column;gap:16px;display:flex}.Footer-module__as8s1W__slogan{color:#6b7280;margin:0;font-size:.9375rem;font-style:italic}.Footer-module__as8s1W__desc{color:#6b7280;max-width:280px;margin:0;font-size:.875rem;line-height:1.65}.Footer-module__as8s1W__contacts{flex-direction:column;gap:8px;margin-top:4px;display:flex}.Footer-module__as8s1W__contactLink{color:#9ca3af;align-items:center;gap:8px;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.Footer-module__as8s1W__contactLink svg{color:#10b981;flex-shrink:0}.Footer-module__as8s1W__contactLink:hover{color:#fff}.Footer-module__as8s1W__socials{gap:10px;margin-top:4px;display:flex}.Footer-module__as8s1W__socialBtn{color:#9ca3af;background:#ffffff12;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__as8s1W__socialBtn:hover{background:var(--social-bg,#f3f4f6);color:var(--social-color,#111);transform:translateY(-3px);box-shadow:0 6px 16px #00000040}.Footer-module__as8s1W__column{flex-direction:column;gap:4px;padding-top:4px;display:flex}.Footer-module__as8s1W__columnTitle{color:#e5e7eb;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:.6875rem;font-weight:700}.Footer-module__as8s1W__link{color:#6b7280;padding:4px 0;font-size:.9rem;line-height:1.4;text-decoration:none;transition:color .2s}.Footer-module__as8s1W__link:hover{color:#10b981}.Footer-module__as8s1W__bottom{background:#0d1117;padding:18px 0}.Footer-module__as8s1W__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__as8s1W__copyright{color:#4b5563;margin:0;font-size:.8125rem}.Footer-module__as8s1W__trust{color:#4b5563;align-items:center;gap:5px;font-size:.8125rem;display:flex}.Footer-module__as8s1W__trust svg{color:#10b981}.Footer-module__as8s1W__bottomLinks{align-items:center;gap:8px;display:flex}.Footer-module__as8s1W__bottomLink{color:#4b5563;font-size:.8125rem;text-decoration:none;transition:color .2s}.Footer-module__as8s1W__bottomLink:hover{color:#10b981}.Footer-module__as8s1W__dot{color:#374151;font-size:.8125rem}@media (max-width:1024px){.Footer-module__as8s1W__inner{grid-template-columns:1fr 1fr 1fr;gap:36px}.Footer-module__as8s1W__brand{flex-flow:wrap;grid-column:1/-1;gap:24px}.Footer-module__as8s1W__desc{max-width:100%}.Footer-module__as8s1W__contacts{flex-flow:wrap;gap:12px 24px}.Footer-module__as8s1W__socials{align-self:flex-start;margin-top:0}.Footer-module__as8s1W__ctaInner{grid-template-columns:1fr 1fr;gap:24px}.Footer-module__as8s1W__ctaStats{grid-column:1/-1;justify-content:center}.Footer-module__as8s1W__ctaRight{align-items:flex-start}}@media (max-width:768px){.Footer-module__as8s1W__ctaInner{text-align:center;grid-template-columns:1fr;gap:20px}.Footer-module__as8s1W__ctaLeft{align-items:center}.Footer-module__as8s1W__ctaStats{flex-wrap:wrap;grid-column:auto;justify-content:center;gap:16px}.Footer-module__as8s1W__ctaBtn{justify-content:center;width:100%}.Footer-module__as8s1W__ctaRight{align-items:center;width:100%}.Footer-module__as8s1W__ctaBanner{padding:32px 0}.Footer-module__as8s1W__ctaTitle{font-size:1.25rem}.Footer-module__as8s1W__body{padding:40px 0 36px}.Footer-module__as8s1W__inner{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__as8s1W__brand{flex-direction:column;grid-column:1/-1}.Footer-module__as8s1W__desc{max-width:100%}.Footer-module__as8s1W__contacts{flex-direction:column}.Footer-module__as8s1W__bottomInner{flex-direction:column;align-items:flex-start;gap:12px}}@media (max-width:480px){.Footer-module__as8s1W__inner{grid-template-columns:1fr 1fr;gap:24px}.Footer-module__as8s1W__bottomInner{text-align:center;align-items:center}.Footer-module__as8s1W__bottomLinks{flex-wrap:wrap;justify-content:center}.Footer-module__as8s1W__trust{justify-content:center}}
.Breadcrumbs-module__mWf3OW__breadcrumbs{background:#fff;border-bottom:1px solid #f1f5f9;padding:9px 0}.Breadcrumbs-module__mWf3OW__inner{flex-wrap:wrap;align-items:center;gap:0;display:flex}.Breadcrumbs-module__mWf3OW__crumbGroup{align-items:center;gap:4px;display:inline-flex}.Breadcrumbs-module__mWf3OW__crumbLink{color:#64748b;white-space:nowrap;border-radius:5px;align-items:center;gap:4px;padding:2px 4px;font-size:12px;font-weight:500;text-decoration:none;transition:color .12s,background .12s;display:inline-flex}.Breadcrumbs-module__mWf3OW__crumbLink:hover{color:#10b981;background:#f0fdf4}.Breadcrumbs-module__mWf3OW__crumbCurrent{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:260px;padding:2px 4px;font-size:12px;font-weight:600;overflow:hidden}.Breadcrumbs-module__mWf3OW__sep{color:#cbd5e1;flex-shrink:0;margin:0 1px}@media (max-width:600px){.Breadcrumbs-module__mWf3OW__crumbLink span,.Breadcrumbs-module__mWf3OW__crumbLink:first-child span{display:none}.Breadcrumbs-module__mWf3OW__crumbCurrent{max-width:180px}}
.CookieBanner-module__xg3tnW__bar{z-index:9999;background:#0f172a;border-top:1px solid #ffffff14;animation:.3s both CookieBanner-module__xg3tnW__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000004d}@keyframes CookieBanner-module__xg3tnW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CookieBanner-module__xg3tnW__inner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;margin:0 auto;padding:10px 20px;display:flex}.CookieBanner-module__xg3tnW__left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.CookieBanner-module__xg3tnW__icon{color:#10b981;flex-shrink:0}.CookieBanner-module__xg3tnW__text{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.CookieBanner-module__xg3tnW__link{color:#10b981;text-underline-offset:2px;white-space:nowrap;text-decoration:underline}.CookieBanner-module__xg3tnW__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.CookieBanner-module__xg3tnW__btnSettings{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;padding:7px 10px;font-family:inherit;font-size:12.5px;font-weight:500;transition:color .2s,background .2s;display:flex}.CookieBanner-module__xg3tnW__btnSettings:hover{color:#94a3b8;background:#ffffff0d}.CookieBanner-module__xg3tnW__btnNecessary{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #ffffff1f;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s}.CookieBanner-module__xg3tnW__btnNecessary:hover{color:#e2e8f0;border-color:#ffffff40}.CookieBanner-module__xg3tnW__btnAccept{color:#fff;cursor:pointer;white-space:nowrap;background:#10b981;border:none;border-radius:8px;padding:7px 18px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .2s}.CookieBanner-module__xg3tnW__btnAccept:hover{background:#059669;box-shadow:0 3px 10px #10b98159}.CookieBanner-module__xg3tnW__panel{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:14px 20px;animation:.2s CookieBanner-module__xg3tnW__fadeIn;display:flex}@keyframes CookieBanner-module__xg3tnW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.CookieBanner-module__xg3tnW__panelRow{flex:1;align-items:center;gap:10px;min-width:160px;display:flex}.CookieBanner-module__xg3tnW__panelRow>div{flex-direction:column;gap:1px;display:flex}.CookieBanner-module__xg3tnW__panelRow strong{color:#e2e8f0;font-size:12px;font-weight:700}.CookieBanner-module__xg3tnW__panelRow span{color:#64748b;font-size:11px;line-height:1.3}.CookieBanner-module__xg3tnW__saveBtn{color:#10b981;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #10b981;border-radius:8px;flex-shrink:0;padding:7px 16px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .2s}.CookieBanner-module__xg3tnW__saveBtn:hover{background:#10b9811a}.CookieBanner-module__xg3tnW__toggle{cursor:pointer;background:#334155;border:none;border-radius:10px;flex-shrink:0;width:36px;height:20px;padding:0;transition:background .2s;position:relative}.CookieBanner-module__xg3tnW__on{background:#10b981}.CookieBanner-module__xg3tnW__disabled{cursor:not-allowed;opacity:.7}.CookieBanner-module__xg3tnW__thumb{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.CookieBanner-module__xg3tnW__on .CookieBanner-module__xg3tnW__thumb,.CookieBanner-module__xg3tnW__disabled .CookieBanner-module__xg3tnW__thumb{transform:translate(16px)}@media (max-width:600px){.CookieBanner-module__xg3tnW__inner{flex-direction:column;align-items:stretch;gap:10px;padding:10px 14px}.CookieBanner-module__xg3tnW__text{white-space:normal;font-size:12.5px}.CookieBanner-module__xg3tnW__actions{grid-template-columns:auto 1fr 1fr;gap:7px;display:grid}.CookieBanner-module__xg3tnW__btnSettings{padding:8px 6px;font-size:12px}.CookieBanner-module__xg3tnW__btnNecessary,.CookieBanner-module__xg3tnW__btnAccept{text-align:center;padding:9px 8px;font-size:12.5px}.CookieBanner-module__xg3tnW__panel{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.CookieBanner-module__xg3tnW__panelRow{min-width:unset}}
