#footer{background-color:#1a1a1a;padding:2rem 0 1.5rem;width:100%;z-index:1}#footer .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}#footer .footer-content{display:flex;flex-direction:column;gap:2rem}#footer .footer-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}#footer .footer-header .footer-logo{height:45px;object-fit:contain}#footer .footer-header .footer-social{display:flex;gap:1rem}#footer .footer-header .footer-social .social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);transition:all .3s ease;text-decoration:none;cursor:pointer}#footer .footer-header .footer-social .social-link:hover{background-color:rgba(255,255,255,.25);transform:translateY(-2px)}#footer .footer-header .footer-social .social-link i{font-size:1.1rem;color:#fff}#footer .footer-main{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;align-items:start}#footer .footer-section{display:flex;flex-direction:column;gap:.75rem}#footer .footer-section .section-title{font-size:.875rem;font-weight:600;color:#757575;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}#footer .footer-section .contact-item{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.5rem;margin-left:-0.6rem}#footer .footer-section .contact-item .contact-label{font-size:.75rem;color:#757575;text-transform:uppercase;letter-spacing:.5px;margin:0;margin-left:.6rem}#footer .footer-section .contact-item .contact-link{font-size:.9rem;color:#fff;margin:0 0 0 .2rem;text-decoration:none;padding:.3rem .5rem;border-radius:4px;transition:all .3s ease;cursor:pointer;display:inline-block;width:fit-content}#footer .footer-section .contact-item .contact-link:hover{background-color:rgba(255,255,255,.1);color:#fff}#footer .footer-section .contact-item .contact-text{font-size:.9rem;color:#fff;padding:.4rem .6rem;margin:0;cursor:default;width:fit-content}#footer .footer-section .nav-links{display:flex;flex-direction:column;gap:.25rem;margin-left:-0.6rem}#footer .footer-section .nav-links .nav-link{font-size:.9rem;color:#fff;text-decoration:none;padding:.4rem .6rem;transition:all .3s ease;border-radius:4px;cursor:pointer;width:fit-content}#footer .footer-section .nav-links .nav-link:hover{background-color:rgba(255,255,255,.1);color:#fff}#footer .footer-section .legal-links{display:flex;flex-direction:column;gap:.25rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);margin-left:-0.5rem}#footer .footer-section .legal-links .legal-link{font-size:.8rem;color:rgba(255,255,255,.7);text-decoration:none;padding:.3rem .5rem;transition:all .3s ease;border-radius:4px;cursor:pointer;width:fit-content}#footer .footer-section .legal-links .legal-link:hover{background-color:rgba(255,255,255,.1);color:#fff}@media(max-width: 1024px){#footer .footer-container{padding:0 2rem}#footer .footer-main{grid-template-columns:1.3fr 1fr 1.3fr;gap:1.5rem}}@media(max-width: 768px){#footer{padding:1.5rem 2rem 1rem}#footer .footer-content{gap:1.5rem}#footer .footer-header{padding-bottom:1rem}#footer .footer-header .footer-logo{height:42px}#footer .footer-header .footer-social{gap:.8rem}#footer .footer-header .footer-social .social-link{width:34px;height:34px}#footer .footer-header .footer-social .social-link i{font-size:1.05rem}#footer .footer-main{grid-template-columns:1fr 1fr;gap:1.5rem}#footer .footer-main .contacts{order:1}#footer .footer-main .pages{order:2}#footer .footer-main .times{order:3}}@media(max-width: 576px){#footer .footer-container{padding:0 0}#footer .footer-main{grid-template-columns:1fr}#footer .footer-main .footer-section:first-child .contacts-grid{grid-template-columns:1fr}#footer .footer-main .contacts{order:1}#footer .footer-main .pages{order:3}#footer .footer-main .times{order:2}#footer .footer-main .footer-section .nav-links{flex-direction:row;flex-wrap:wrap}}/*# sourceMappingURL=footer.min.css.map */