.site-srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; left: 0; right: 0; width: 100%; z-index: 60; background-color: #fafafa; border-bottom: 1px solid #e2e8f0; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #1e293b; }
.site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #1e293b; font-weight: 700; font-size: 1.125rem; letter-spacing: -0.02em; }
.site-brand svg { width: 28px; height: 28px; display: block; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center; }
.site-nav__link { text-decoration: none; color: #64748b; font-weight: 500; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #1e293b; }
.site-nav__link.activ_link { color: #1e293b; font-weight: 600; position: relative; }
.site-nav__link.activ_link::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background-color: #1e293b; border-radius: 2px; }
.site-header__actions { display: flex; align-items: center; gap: 16px; min-width: max-content; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 16px; background-color: #1e293b; color: #fafafa; text-decoration: none; font-size: 0.875rem; font-weight: 600; transition: background-color 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 12px rgba(30, 41, 59, 0.15); }
.site-header__cta:hover { background-color: #334155; box-shadow: 0 6px 16px rgba(30, 41, 59, 0.2); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e2e8f0; border-radius: 12px; background: transparent; color: #1e293b; cursor: pointer; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; border-radius: 2px; background-color: currentColor; transition: transform 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background-color: rgba(30, 41, 59, 0.4); backdrop-filter: blur(4px); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { position: absolute; inset: 0; background-color: #fafafa; color: #1e293b; display: flex; flex-direction: column; padding: 24px; overflow-y: auto; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 700; font-size: 1.25rem; color: #1e293b; }
.site-mobileNav__close { width: 44px; height: 44px; border: 1px solid #e2e8f0; border-radius: 12px; background: transparent; color: #1e293b; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
.site-mobileNav__link { color: #64748b; text-decoration: none; font-size: 1.5rem; font-weight: 500; transition: color 0.2s ease; }
.site-mobileNav__link.activ_link { color: #1e293b; font-weight: 700; }
.site-mobileNav__cta-wrapper { margin-top: auto; padding-top: 24px; border-top: 1px solid #e2e8f0; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 16px; background-color: #1e293b; color: #fafafa; text-decoration: none; font-size: 1.125rem; font-weight: 600; box-shadow: 0 4px 12px rgba(30, 41, 59, 0.15); }
.site-footer { margin-top: 64px; background-color: #f3f4f6; color: #1e293b; padding: 64px 24px 32px; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; border-top: 1px solid #e2e8f0; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; max-width: 400px; }
.site-footer__brand { font-size: 1.25rem; font-weight: 700; color: #1e293b; }
.site-footer__summary { margin: 0; color: #64748b; line-height: 1.6; font-size: 0.9375rem; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.site-footer__contact a { color: #475569; text-decoration: none; transition: color 0.2s ease; }
.site-footer__contact a:hover { color: #1e293b; text-decoration: underline; }
.text-base { font-size: 1rem; line-height: 1.5; }
.break-all { word-break: break-all; }
.site-footer__linksCol { display: flex; gap: 64px; justify-content: flex-end; }
.site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__linksTitle { font-weight: 600; color: #1e293b; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.site-footer__link { color: #64748b; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__link:hover { color: #1e293b; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid #e2e8f0; color: #94a3b8; font-size: 0.875rem; text-align: center; }
@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__linksCol { justify-content: flex-start; flex-wrap: wrap; gap: 48px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
