:root{--black:#000;--white:#fff;--preloader-bg:#c8f2ff;--preloader-text:#4f4f4f;--preloader-project-text:#777;--preloader-project-bg:#282828;--header-footer-bg:#0a0a0c;--header-footer-text:#474747;--footer-enough-350:24px;--footer-enough-768:32px;--footer-link-350:20px;--footer-link-768:24px;--footer-copyright-350:14px;--footer-copyright-768:24px}.footer{text-align:center;background-color:var(--header-footer-bg);color:var(--header-footer-text);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding-block:40px;padding-inline:16px;display:flex}.footer__enough{font-size:var(--footer-enough-350);font-weight:var(--font-weight-bold);letter-spacing:.05em}@media (min-width:768px){.footer__enough{font-size:var(--footer-enough-768)}}.footer__links{text-align:center;flex-flow:wrap;justify-content:center;align-items:center;gap:16px;display:flex}@media (min-width:768px){.footer__links{gap:24px}}@media (min-width:1280px){.footer__links{gap:32px}}.footer__link{font-size:var(--footer-link-350);font-weight:var(--font-weight-semibold);color:var(--footer-text);text-decoration:none}@media (min-width:768px){.footer__link{font-size:var(--footer-link-768)}}.footer__link{transition:transform .3s}.footer__link:hover{transform:scale(1.03)}.footer__bmac{text-align:center;flex-flow:row;justify-content:center;align-items:center;gap:8px;text-decoration:none;display:flex}.footer__bmac:hover .footer__bmac-icon{transform-origin:bottom}.footer__bmac-icon{height:25px}@media (min-width:768px){.footer__bmac-icon{height:35px}}.footer__copyright{font-size:var(--footer-copyright-350);font-weight:var(--font-weight-medium)}@media (min-width:768px){.footer__copyright{font-size:var(--footer-copyright-768)}}@keyframes scanner{0%{transform:rotate(20deg)translate(300%)}50%{transform:rotate(20deg)translate(700%)}to{transform:rotate(20deg)translate(300%)}}.footer__bmac-icon-wrapper{display:flex;position:relative;overflow:visible}.footer__bmac-icon-wrapper:before{content:"";filter:blur(2px);pointer-events:none;opacity:0;background:#f7556db3;width:12%;height:110%;position:absolute;top:-30%;left:-20%}.footer__bmac:hover .footer__bmac-icon-wrapper:before{opacity:1;animation:3s ease-in infinite scanner}
