.socials{display:flex;gap:10px}.social-btn{width:40px;height:40px;border-radius:8px;border:1px solid #262e3a;display:flex;align-items:center;justify-content:center;color:#b5bdcc;background:#101622;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.social-btn svg{width:16px;height:16px;fill:#8f99a3;transition:.18s ease}.social-btn:hover{transform:translateY(-1px);border-color:#fc0;color:#fc0}.social-btn:hover svg{fill:var(--primary)}.social-btn--accent{background:#fc0;border-color:#fc0;color:#101622}.social-btn--accent:hover{background:#ffd633;border-color:#ffd633}.footer{background:#050b11;color:#f5f7fb;font-size:14px;padding:40px 0 0;border-top:1px solid #2b303b}.footer .logo{display:flex;align-items:center}.footer .logo h1{font-size:16px;text-transform:uppercase}.footer .logo p{font-size:16px;text-align:center;margin-top:4px}.footer .logo img{width:50px;margin-right:10px;transition:width .25s ease,margin .25s ease}@media screen and (max-width:993px){.footer .logo{margin:0 auto}}.footer__top{display:flex;align-items:flex-start;justify-content:space-between;gap:72px}.footer__brand{max-width:320px}@media screen and (max-width:993px){.footer__brand{margin:0 auto}}.footer__brand-logoRow{display:flex;align-items:center;gap:16px;margin-bottom:16px}.footer__logo{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,204,0,.2);display:flex;align-items:center;justify-content:center;background:rgba(255,204,0,.04)}.footer__logo-icon{stroke:#fc0;width:20px;height:20px}.footer__brand-name{font-size:16px;font-weight:600;letter-spacing:.08em}.footer__brand-tagline{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#9da5b4;margin-top:2px}.footer__brand-description{margin:0 0 20px;line-height:1.5;color:#b5bdcc;font-size:14px}@media screen and (max-width:993px){.footer__brand-description{text-align:center}}.footer__links{display:flex;flex:1 1;justify-content:space-between;gap:48px;max-width:800px}@media screen and (max-width:993px){.footer__links{margin:0 auto;justify-content:center}}.footer__links-group{min-width:120px}.footer__links-title{font-size:14px;letter-spacing:.18em;text-transform:uppercase;color:#f0f2f5;margin-bottom:18px;font-family:var(--font-bold)}.footer__links-list{list-style:none;margin:0;padding:0}.footer__links-item+.footer__links-item{margin-top:12px}.footer__links-link{text-decoration:none;color:#8f99a3;font-family:var(--font-medium);font-size:14px;transition:color .18s ease}.footer__links-link:hover{color:#fc0}.footer__divider{height:1px;margin:32px 0 16px;background:linear-gradient(90deg,transparent,#262e3a,transparent)}.footer__bottom,.footer__meta{display:flex;justify-content:center}.footer__meta{flex-wrap:wrap;gap:24px;color:#9da5b4;margin-bottom:16px}.footer__meta-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.footer__meta-item svg{width:14px;height:14px}.footer__copyright{background-color:#171c26;padding:16px;border-top:1px solid #2b303b}.footer__copyright__meta{display:flex;justify-content:space-between}.footer__copyright__meta-item span{color:#5c6670;font-size:12px}@media(max-width:992px){.footer__top{flex-direction:column;gap:40px}.footer__links{flex-wrap:wrap;gap:32px}.footer .socials{justify-content:center}}@media(max-width:600px){.footer__inner{padding-inline:16px}.footer__meta{align-items:flex-start}.footer__meta-item{white-space:normal}}