#footer .footer-logo{display:block}#footer .footer-logo img{height:96px}#footer .footer-container{justify-content:space-between}#footer .footer-container .footer-box .footer-box__title{text-transform:uppercase}#footer .footer-container .footer-box .footer-box__contact-wrap .text-link:before{display:none}#footer .footer-container .footer-box .footer-box__social-wrap{display:flex;flex-direction:column;gap:24px}#footer .footer-copy{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:space-between;padding-top:var(--sp-24-48);padding-bottom:var(--sp-24-48);position:relative}#footer .footer-copy:before{content:"";position:absolute;width:100vw;height:1px;background:#fff;opacity:0.2;top:0;left:50%;transform:translateX(-50%)}#footer .footer-copy .footer-copy__el ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;gap:24px}#footer ul li a{position:relative;z-index:1}#footer ul li a:before{content:"";background:var(--color-dark);opacity:1;position:absolute;left:12px;bottom:2px;width:calc(100% - 8px);height:0;z-index:-1;transition:0.3s}#footer ul li a:hover:before{left:-6px;width:calc(100% + 12px);height:6px}@media (max-width:540px){#footer .footer-logo{display:block}#footer .footer-logo img{height:64px}}