.footer{background:var(--color-brown);width:100%;margin-top:24px;padding:30px 0 14px}.footer__inner{width:100%;max-width:var(--site-max);flex-direction:column;gap:80px;margin-inline:auto;padding-inline:64px;display:flex}.footer__nav{color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;width:100%;font-size:16px;display:flex}.footer__bottom{justify-content:space-between;align-items:center;width:100%;padding-top:16px;display:flex}.footer__meta{color:#fff;flex-direction:column;gap:8px;font-size:14px;font-style:italic;font-weight:300;display:flex}.footer__logo{width:100px;height:80px}.footer__credit{color:#fff;font-size:14px;font-style:italic;font-weight:300}@media (max-width:600px){.footer{padding:80px 0}.footer__inner{gap:80px;padding-inline:20px}.footer__nav{flex-direction:column;align-items:center;gap:22px;height:auto}.footer__bottom{flex-direction:column;gap:40px;padding-top:0}.footer__meta{text-align:center;align-items:center}}
.admin-panel{z-index:200;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.admin-panel--hidden{display:none}.admin-panel__item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffbf;cursor:pointer;background:#0f0f1ed9;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,color .2s,border-color .2s;display:flex}.admin-panel__item:hover{color:#fff;background:#1e1e1ef2;border-color:#ffffff47}
