:root{--font-sans:"Mulish", sans-serif;--font-display:"Unbounded", sans-serif;font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-color:#ececec;--surface-color:#fff;--text-color:#1f2937;--text-muted:#6b7280;--border-color:#e5e7eb;--accent-color:#f5c518;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;color:var(--text-color);margin:0;font-family:inherit}#root{min-height:100vh}.header{z-index:100;max-width:1440px;margin:0 auto;padding:0 2.5rem;transition:top .55s cubic-bezier(.33,1,.68,1);position:sticky;top:0}.header--scrolled{top:16px}.header__bar{background:#333;border-radius:0 0 24px 24px;justify-content:space-between;align-items:center;gap:40px;padding:25px 33px;transition:border-radius .55s cubic-bezier(.33,1,.68,1),box-shadow .55s cubic-bezier(.33,1,.68,1);display:flex;box-shadow:0 0 #0000}.header--scrolled .header__bar{border-radius:24px;box-shadow:0 12px 32px #00000029}.header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-image{width:auto;height:26px;display:block}.header__nav{flex:1;justify-content:center;align-items:center;gap:36px;display:flex}.header__link{color:#fff;white-space:nowrap;padding-bottom:6px;font-size:16px;font-weight:500;line-height:1.2;text-decoration:none;transition:color .25s;display:inline-block;position:relative}.header__link:after{content:"";transform-origin:50%;background:#ffc41f;border-radius:2px;height:2px;transition:transform .3s cubic-bezier(.65,0,.35,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.header__link:hover,.header__link--active{color:#ffc41f}.header__link:hover:after,.header__link--active:after{transform:scaleX(1)}.header__phone{color:#fff;white-space:nowrap;flex-shrink:0;align-items:center;gap:10px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.header__phone:hover{color:#f5c518}.header__phone-icon{flex-shrink:0;width:22px;height:22px;display:block}@media (width<=1200px){.header{padding:0 1.5rem}.header__bar{gap:24px;padding:16px 24px}.header__nav{gap:20px}.header__link,.header__phone{font-size:14px}}@media (width<=1024px){.header__bar{flex-wrap:wrap}.header__nav{flex-wrap:wrap;flex:100%;order:3;justify-content:flex-start;gap:16px 24px}}.layout{min-height:100vh;color:var(--text-color)}.layout__main{max-width:1440px;margin:0 auto;padding:2rem 2.5rem}.app-loader{min-height:100vh;color:var(--text-muted);place-items:center;display:grid}
