header{display:flex}header a{color:#fff;opacity:.7;margin:16px}header a:hover{opacity:1}@media (max-width:768px){header{display:none}}
.footer{z-index:1;justify-content:space-between;width:100%;padding:80px;display:flex}.footer label{color:var(--p-color-white)}.footer a{color:var(--p-color-white);opacity:.7}.footer a:hover{opacity:1}.footer__left{grid-template-columns:1fr 2fr;align-items:stretch;gap:16px;width:100%;display:grid}.footer__right{text-align:right;align-items:end}.footer__sitemap,.footer__social,.footer__contact{flex-direction:column;gap:4px;display:flex}.footer__right{flex-direction:column;justify-content:space-between;display:flex}.footer .footer__right .footer__back-to-top{cursor:pointer;opacity:1;text-transform:uppercase;white-space:nowrap;justify-content:flex-end;align-items:center;gap:4px;padding:8px;transition:all .3s;display:flex}.footer .footer__right .footer__back-to-top-icon{opacity:1;align-items:center;display:flex}.footer .footer__right .footer__back-to-top p{font-size:14px;font-weight:700;line-height:24px}@media (max-width:768px){.footer{padding:20px}.footer__left{flex-direction:column;gap:24px;display:flex}}@media (max-width:425px){.footer{flex-direction:column;gap:24px}.footer__left{flex-direction:column;gap:24px;display:flex}.footer__right{text-align:left;align-items:start;gap:24px}.footer__back-to-top{justify-content:flex-start}}
