.footer{color:#ffffff;margin-top:auto;padding:100px 40px}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:18px;font-weight:600;margin-bottom:20px;color:#ffffff}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link{color:#b3b3b3;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-link:hover{color:#ffffff}.social-links{display:flex;gap:16px;margin-top:8px}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#333333;border-radius:8px;color:#b3b3b3;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#555555;color:#ffffff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #333333;padding:20px 0;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer-bottom,.footer-bottom-center,.footer-bottom-left{display:flex;align-items:center}.footer-bottom-center{gap:24px}.footer-bottom-link{color:#b3b3b3;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-bottom-link:hover{color:#ffffff}.footer-bottom-right{display:flex;align-items:center}.copyright{color:#b3b3b3;font-size:14px}.dropdown-lang{background-color:#333333;border:none;border-radius:6px;color:#ffffff;padding:8px 12px;font-size:14px;cursor:pointer;outline:none;transition:background-color .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none}.dropdown-lang:hover{background-color:#555555}.dropdown-lang option{background-color:#333333;color:#ffffff}@media (max-width:768px){.footer{padding:40px 0 0}.footer-content{grid-template-columns:1fr;gap:30px;margin-bottom:30px}.footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer-bottom-center{order:-1}.social-links{justify-content:center}}@media (max-width:480px){.footer-container{padding:0 15px}.footer-content{gap:25px}.social-links{flex-wrap:wrap}.footer-bottom-center{flex-direction:column;gap:12px}}