.footer__inner{background:var(--footer-bg);border-radius:var(--radius-xl);padding:24px;display:flex;flex-direction:column-reverse;gap:48px;margin:0 16px}@media(min-width: 768.02px){.footer__inner{flex-direction:row;align-items:flex-start;padding:32px}}.footer__logo-wrap{position:relative;background:var(--footer-card-bg);border-radius:var(--radius-xl);padding:24px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;height:159px;flex-shrink:0}@media(min-width: 768.02px){.footer__logo-wrap{width:306px;height:166px}}.footer__logo-wrap::before{content:"";position:absolute;width:508px;height:613px;left:-218px;top:-112px;background:url("../img/footer/logo-card-bg.svg") no-repeat 0 0;background-size:100% 100%;pointer-events:none}.footer__logo{position:relative;z-index:1;display:block;width:109px;height:24px}.footer__socials{position:relative;z-index:1;display:flex;gap:8px;justify-content:flex-end}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);background:var(--accent);flex-shrink:0;text-decoration:none;transition:background .2s}.footer__social-link:hover,.footer__social-link:focus-visible{background:var(--accent-hover)}.footer__social-icon{display:block;width:20px;height:20px}.footer__social-link--sm .footer__social-icon{width:16px;height:16px}.footer__nav{flex:1;min-width:0;display:flex;flex-direction:column;gap:32px}@media(min-width: 768.02px){.footer__nav{flex-direction:row;gap:24px}}.footer__nav-row{display:flex;gap:24px}@media(min-width: 768.02px){.footer__nav-row{display:contents}}@media(max-width: 430px){.footer__nav-row{flex-direction:column}}.footer__nav-row .footer__nav-col{flex:1;min-width:0}@media(min-width: 768.02px){.footer__nav-col{flex:1;min-width:0}}.footer__nav-col{display:flex;flex-direction:column;gap:12px}.footer__nav-title{margin:0;font-size:18px;font-weight:500;line-height:1.2;color:#fff;letter-spacing:-0.018em}.footer__nav-link{font-size:16px;font-weight:400;line-height:1.5;color:hsla(0,0%,100%,.64);text-decoration:none;letter-spacing:-0.01em;transition:color .2s}.footer__nav-link:hover,.footer__nav-link:focus-visible{color:hsla(0,0%,100%,.9)}.header{position:absolute;padding:16px;padding-bottom:unset;top:0;z-index:100;width:100%}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 8px}@media(min-width: 1200px){.header__inner{padding:12px 16px}}.header__left{display:flex;align-items:center;flex:0 0 auto}@media(min-width: 1200px){.header__left{min-width:0}}.header__logo{display:inline-flex;align-items:center;text-decoration:none}.header__logo-img{display:block;width:109px;height:24px}@media(max-width: 440px){.header__logo-img{width:80px;height:17px}}.header__nav{display:none}@media(min-width: 1200px){.header__nav{display:flex;align-items:center;justify-content:center;width:100%}}.header__nav-list{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none}.header__nav-link{display:inline-flex;align-items:center;font-family:var(--font-roboto);font-weight:400;font-size:16px;line-height:1.25;color:var(--text-primary);text-decoration:none;white-space:nowrap;transition:opacity .15s ease}.header__nav-link:hover,.header__nav-link:focus-visible{opacity:.7;outline:none}.header__actions{display:none;flex:1 1 0}@media(min-width: 1200px){.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex:unset;min-width:0}}.header__lang{position:relative}.header__lang-toggle{display:inline-flex;align-items:center;gap:4px;height:40px;padding:0 8px;border:0;border-radius:var(--radius-full);background:hsla(0,0%,100%,.64);cursor:pointer;color:var(--text-primary);font-family:var(--font-roboto);font-weight:500;font-size:14px;letter-spacing:-0.28px;line-height:1;transition:background .15s ease}.header__lang-toggle:hover,.header__lang-toggle:focus-visible{background:hsla(0,0%,100%,.88);outline:none}.header__lang-flag{display:block;flex-shrink:0;width:22px;height:22px;border-radius:50%;overflow:hidden}.header__lang-flag img{display:block;width:100%;height:100%;object-fit:cover}.header__lang-code{font-family:var(--font-roboto);font-weight:500;font-size:14px;letter-spacing:-0.28px}.header__lang-arrow{display:block;width:25px;height:25px;margin-left:-2px;background-color:var(--text-primary);-webkit-mask:url("../img/header/chevron-down.svg") center/contain no-repeat;mask:url("../img/header/chevron-down.svg") center/contain no-repeat;transition:transform .15s ease}.header__lang.is-open .header__lang-arrow{transform:rotate(180deg)}.header__lang-list{position:absolute;top:calc(100% + 4px);right:0;display:none;flex-direction:column;min-width:160px;margin:0;padding:8px;list-style:none;border-radius:16px;background:hsla(0,0%,100%,.64);backdrop-filter:blur(12px);box-shadow:0 4px 24px rgba(0,0,0,.12);z-index:10}.header__lang.is-open .header__lang-list{display:flex}.header__lang-item{display:flex;align-items:center;gap:8px;width:100%;height:44px;padding:0 8px;border-radius:8px;color:var(--text-primary);font-weight:500;font-size:14px;text-decoration:none;white-space:nowrap;transition:background .15s ease}.header__lang-item:hover,.header__lang-item:focus-visible{background:rgba(0,0,0,.06);outline:none}.header__lang-flag--lg{width:22px;height:22px}.header__lang-name{flex:1 0 0;min-width:0}.header__lang-check{display:block;flex-shrink:0;width:18px;height:18px;border-radius:50%;background-color:var(--accent);-webkit-mask:url("../img/header/check.svg") center/14px 14px no-repeat;mask:url("../img/header/check.svg") center/14px 14px no-repeat}.header__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 24px;border-radius:var(--radius-full);font-weight:400;font-size:14px;text-decoration:none;white-space:nowrap;transition:background .15s ease}.header__btn--ghost{background:hsla(0,0%,100%,.64);color:var(--text-primary)}.header__btn--ghost:hover,.header__btn--ghost:focus-visible{background:hsla(0,0%,100%,.88);outline:none}.header__btn--primary{background:var(--accent);color:#fff}.header__btn--primary:hover,.header__btn--primary:focus-visible{background:var(--accent-hover);outline:none}.header__user{position:relative}.header__avatar-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:var(--accent);cursor:pointer;flex-shrink:0;text-decoration:none;transition:background .15s ease}.header__avatar-btn:hover,.header__avatar-btn:focus-visible{background:var(--accent-hover);outline:none}.header__avatar-icon{display:block;width:24px;height:24px;background-color:#fff;-webkit-mask:url("../img/header/user.svg") center/24px 24px no-repeat;mask:url("../img/header/user.svg") center/24px 24px no-repeat}.header__user-menu{position:absolute;top:calc(100% + 2px);right:0;display:none;flex-direction:column;width:143px;border-radius:16px;background:hsla(0,0%,100%,.64);backdrop-filter:blur(12px);box-shadow:0 4px 24px rgba(0,0,0,.12);z-index:10}.header__user-menu::before{content:"";position:absolute;top:-4px;left:0;right:0;height:4px}.header__user:hover .header__user-menu,.header__user:focus-within .header__user-menu{display:flex}.header__user-logout{display:flex;align-items:center;justify-content:space-between;padding-left:4px;border-radius:8px;color:var(--text-primary);font-family:var(--font-roboto);font-weight:500;font-size:14px;padding:8px;letter-spacing:-0.28px;text-decoration:none;white-space:nowrap;transition:background .15s ease}.header__user-logout:hover,.header__user-logout:focus-visible{background:rgba(0,0,0,.06);outline:none;border-radius:15px}.header__user-logout-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;border-radius:50%;background:var(--accent)}.header__user-logout-icon::before{content:"";display:block;width:16px;height:16px;background-color:#fff;-webkit-mask:url("../img/header/log-out.svg") center/16px 16px no-repeat;mask:url("../img/header/log-out.svg") center/16px 16px no-repeat}.header__theme{display:inline-flex;align-items:center;gap:4px;padding:4px;height:40px;border:0;border-radius:var(--radius-full);background:hsla(0,0%,100%,.64);cursor:pointer;transition:background .15s ease}.header__theme:hover,.header__theme:focus-visible{background:hsla(0,0%,100%,.88);outline:none}.header__theme-knob{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;flex-shrink:0;transition:background .15s ease}.header__theme-knob::before{content:"";display:block;width:18px;height:18px;background-color:#fff;transition:opacity .15s ease}.header__theme-knob--sun::before{-webkit-mask:url("../img/header/sun.svg") center/contain no-repeat;mask:url("../img/header/sun.svg") center/contain no-repeat}.header__theme-knob--moon::before{width:16px;height:16px;background:gray;-webkit-mask:url("../img/header/moon.svg") center/contain no-repeat;mask:url("../img/header/moon.svg") center/contain no-repeat}.header__theme--light .header__theme-knob--sun{background:var(--accent)}.header__theme--light .header__theme-knob--sun::before{opacity:1}.header__theme--dark .header__theme-knob--moon{background:#fff}.header__theme--dark .header__theme-knob--moon::before{opacity:1}.header__mobile-bar{display:flex;align-items:center;gap:8px}@media(min-width: 1200px){.header__mobile-bar{display:none}}.header__hamburger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:var(--radius-full);background:var(--accent);cursor:pointer;flex-shrink:0;transition:background .15s ease}.header__hamburger:hover,.header__hamburger:focus-visible{background:var(--accent-hover);outline:none}@media(min-width: 1200px){.header__hamburger{display:none}}.header__hamburger-icon{display:block;width:24px;height:24px;background-color:#fff;-webkit-mask:url("../img/header/hamburger.svg") center/22px 16px no-repeat;mask:url("../img/header/hamburger.svg") center/22px 16px no-repeat}.header__backdrop{display:none}.header__mobile{position:fixed;inset:0;z-index:300;display:flex;flex-direction:column;background:radial-gradient(ellipse 191% 73% at 30% 24%, rgb(90, 165, 255) 0%, transparent 55%),#fff;transform:translateX(100%);transition:transform .3s ease;overflow:hidden}.header__mobile.is-open{transform:translateX(0)}@media(min-width: 1200px){.header__mobile{display:none}}.header__mobile-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;flex-shrink:0}.header__mobile-actions{display:flex;align-items:center;gap:4px}.header__mobile-close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:0;border-radius:var(--radius-full);background:var(--accent);cursor:pointer;flex-shrink:0;transition:background .15s ease}.header__mobile-close:hover,.header__mobile-close:focus-visible{background:var(--accent-hover);outline:none}.header__mobile-close-icon{display:block;width:24px;height:24px;background-color:#fff;-webkit-mask:url("../img/header/close.svg") center/24px 24px no-repeat;mask:url("../img/header/close.svg") center/24px 24px no-repeat}.header__mobile-nav{min-height:0;display:flex;padding-top:82px;padding-bottom:40px;justify-content:center;overflow-y:auto}.header__mobile-nav-list{display:flex;flex-direction:column;align-items:center;gap:17px;margin:0;padding:0;list-style:none}.header__mobile-link{display:block;font-family:var(--font-roboto);font-weight:400;font-size:20px;letter-spacing:-0.4px;color:var(--text-primary);text-decoration:none;text-align:center;white-space:nowrap;transition:opacity .15s ease}.header__mobile-link:hover,.header__mobile-link:focus-visible{opacity:.6;outline:none}.header__mobile-footer{display:flex;gap:4px;padding:16px;flex-shrink:0}.header__mobile-btn{flex:1 1 0;min-width:0;position:relative;display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;border-radius:var(--radius-full);font-family:var(--font-roboto);font-weight:400;font-size:14px;letter-spacing:-0.28px;text-decoration:none;white-space:nowrap;transition:background .15s ease}.header__mobile-btn--ghost{background:hsla(0,0%,100%,.64);color:#000}.header__mobile-btn--ghost:hover,.header__mobile-btn--ghost:focus-visible{background:hsla(0,0%,100%,.88);outline:none}.header__mobile-btn--primary{background:var(--accent);color:#fff}.header__mobile-btn--primary:hover,.header__mobile-btn--primary:focus-visible{background:var(--accent-hover);outline:none}.header__mobile-btn img{position:absolute;right:16px;top:50%;transform:translateY(-50%);flex-shrink:0;pointer-events:none}body.is-menu-open{overflow:hidden}body.is-menu-open .header{z-index:300}.notification-toast{position:fixed;top:16px;left:50%;z-index:9999;display:flex;align-items:flex-start;gap:8px;padding:12px;min-width:280px;max-width:363px;width:calc(100% - 32px);background:var(--danger);border-radius:8px;opacity:0;pointer-events:none;transform:translate(-50%, -4px);transition:opacity .2s ease,transform .2s ease}.notification-toast.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%, 0)}.notification-toast--success{background:var(--success)}.notification-toast--success .notification__icon{-webkit-mask-image:url("../img/icons/icon-check-circle.svg");mask-image:url("../img/icons/icon-check-circle.svg")}.notification__icon{flex-shrink:0;width:16px;height:16px;background-color:#fff;-webkit-mask:url("../img/icons/icon-error.svg") no-repeat center/16px 16px;mask:url("../img/icons/icon-error.svg") no-repeat center/16px 16px}.notification__body{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:4px}.notification__text{font-size:14px;font-weight:600;line-height:18px;color:#fff}.notification__subtitle{font-size:12px;font-weight:500;line-height:16px;color:#fff}html.theme-dark body::before{width:100%;height:700px;background-image:unset;background-position:top center;background-size:cover}html.theme-dark .header{border-bottom-color:hsla(0,0%,100%,.08)}html.theme-dark .header__btn--ghost{background:hsla(0,0%,100%,.12)}html.theme-dark .header__btn--ghost:hover,html.theme-dark .header__btn--ghost:focus-visible{background:hsla(0,0%,100%,.2)}html.theme-dark .header__nav-link:hover,html.theme-dark .header__nav-link:focus-visible{background:hsla(0,0%,100%,.08)}html.theme-dark .header__lang-list{background:var(--bg-surface);box-shadow:0 4px 24px rgba(0,0,0,.48)}html.theme-dark .header__theme--dark .header__theme-knob--moon{background:#0067ec}html.theme-dark .header__theme-knob--sun::before{background:hsla(0,0%,100%,.32)}html.theme-dark .header__theme-knob--moon::before{background:#fff}html.theme-dark .header__logo-img{content:url("../img/header/logo-dark.svg")}html.theme-dark .header__mobile{background:radial-gradient(circle 450px at 50% 38%, rgba(0, 80, 200, 0.28) 0%, transparent 70%),#0a0a0a}html.theme-dark .header__mobile-btn--ghost{background:hsla(0,0%,100%,.16);color:#fff}html.theme-dark .header__mobile-btn--ghost:hover,html.theme-dark .header__mobile-btn--ghost:focus-visible{background:hsla(0,0%,100%,.24)}html.theme-dark .header__mobile-actions .header__lang-toggle,html.theme-dark .header__mobile-actions .header__theme{background:hsla(0,0%,100%,.16)}html.theme-dark .header__mobile-actions .header__lang-toggle:hover,html.theme-dark .header__mobile-actions .header__lang-toggle:focus-visible,html.theme-dark .header__mobile-actions .header__theme:hover,html.theme-dark .header__mobile-actions .header__theme:focus-visible{background:hsla(0,0%,100%,.24)}html.theme-dark .header__lang-toggle,html.theme-dark .header__theme{background:hsla(0,0%,100%,.16)}html.theme-dark .header__user-menu{background:var(--bg-surface);box-shadow:0 4px 24px rgba(0,0,0,.48)}html.theme-dark .header__user-logout:hover,html.theme-dark .header__user-logout:focus-visible{background:hsla(0,0%,100%,.08)}html.theme-dark .footer__logo-wrap::before{background-image:url("../img/footer/logo-card-bg-dark.svg")}html.theme-dark .footer__logo{content:url("../img/header/logo-dark.svg")}html.theme-dark .stairs-img-cover{background:radial-gradient(600px circle at 18% 40%, rgba(0, 103, 236, 0.45) 0%, transparent 60%),#000 !important}
