.footer{left:50%;max-width:var(--body-max-width);padding:100px var(--layout-padding) 32px;position:relative;transform:translateX(-50%);z-index:0}.footer__content{display:flex;flex-direction:column;gap:138px;padding:0 48px}.footer__content-top{align-items:flex-start;display:flex;gap:30px;justify-content:space-between}.footer__content-bottom{align-items:center;display:flex;justify-content:space-between}.footer__content-logo{max-height:32px;max-width:151px;position:relative}.footer__content-menu{display:grid;gap:60px;grid-template-columns:repeat(3,auto);max-width:851px;width:100%}.footer__content-menu-items{display:flex;flex-direction:column;gap:12px}.footer__content-menu-items .footer__content-menu-items{margin-top:29px}.footer__content-menu-item{color:var(--color-text-secondary);font-weight:500;text-decoration:none}.footer__content-menu-item:is(a){position:relative;width:fit-content}.footer__content-menu-item:is(a):after{border-bottom:1px solid var(--color-text-secondary);bottom:0;content:"";left:0;opacity:.8;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-duration) ease-in-out;width:100%}.footer__content-menu-item:is(a):hover:after{transform:scaleX(1);transform-origin:left}.footer__content-menu-item span{color:var(--color-primary);margin-left:5px}.footer__content-menu-item-children{display:flex;flex-direction:column;gap:9px}.footer__content-menu-item-title{font-weight:700}.footer__content-copyright{color:var(--color-text-secondary);font-weight:700}.footer__content-privacy-policy{display:flex;font-weight:500;gap:16px}.footer__content-privacy-policy a{color:var(--color-text-secondary);position:relative;text-decoration:none;width:fit-content}.footer__content-privacy-policy a:after{border-bottom:1px solid var(--color-text-secondary);bottom:0;content:"";left:0;opacity:.8;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform var(--transition-duration) ease-in-out;width:100%}.footer__content-privacy-policy a:hover:after{transform:scaleX(1);transform-origin:left}.footer__content-social-links{display:flex;gap:16px}.footer__content-social-link{display:block;height:18px;width:18px}.footer__content-social-link img{height:100%!important;object-fit:cover;width:100%!important}@media(max-width:1024px){.footer__content{padding:0}.footer__content-menu{gap:16px}}@media(max-width:992px){.footer{padding:32px 16px}.footer__content{gap:37px}.footer__content-top{align-items:flex-start;flex-direction:column;gap:39px}.footer__content-menu{gap:59px;grid-template-columns:repeat(2,auto)}.footer__content-bottom{align-items:center;flex-direction:column;gap:11px;justify-content:center}.footer__content-privacy-policy{align-items:center;flex-wrap:wrap;gap:16px 17px;justify-content:center}}@media(max-width:640px){.footer__content-menu{grid-template-columns:repeat(1,auto)}}