.footer{border-top:1px solid #cfecf2;padding:32px}@media(min-width:768px){.footer{padding:52px}}.footer__box{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.footer__box{align-items:center;flex-direction:row;justify-content:space-between}}.footer__info{display:flex;gap:9px}.footer__info svg{flex-shrink:0}.footer__copyright,.footer__info-text{color:#0d0d44;font-size:18px;font-weight:400;line-height:120%}.scroll-to-top{align-items:center;background-color:#0d0d44;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 12px rgba(13,13,68,.3);color:#fff;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;opacity:0;position:fixed;right:30px;transform:translateY(20px);transition:all .3s ease;visibility:hidden;width:50px;z-index:1000}.scroll-to-top:hover{background-color:#1a1a66;box-shadow:0 6px 20px rgba(13,13,68,.4);transform:translateY(15px) scale(1.1)}.scroll-to-top:active{transform:translateY(15px) scale(1.05)}.scroll-to-top.show{opacity:1;transform:translateY(0);visibility:visible}.scroll-to-top svg{height:24px;transition:transform .3s ease;width:24px}.scroll-to-top:hover svg{transform:translateY(-2px)}@media(max-width:768px){.scroll-to-top{bottom:20px;height:45px;right:20px;width:45px}.scroll-to-top svg{height:20px;width:20px}}.scroll-to-top:focus{outline:2px solid #cfecf2;outline-offset:2px}