.site-footer-dark { background: #222; color: #ccc; font-size: 14px; margin-top: 40px; }
.site-footer-dark a { color: #ccc; text-decoration: none; transition: 0.3s; }
.site-footer-dark a:hover { color: #fff; }
.site-footer-dark .footer-container { max-width: 1400px; margin: 0 auto; padding: 50px 20px; }
.site-footer-dark .footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.site-footer-dark .footer-col { flex: 1; min-width: 250px; }
.site-footer-dark h4 { color: #fff; margin: 0 0 25px 0; font-size: 16px; font-weight: normal; padding-left: 10px; border-left: 3px solid #4CAF50; line-height: 1; }

.contact-item { display: flex; align-items: center; margin-bottom: 20px; gap: 15px; }
.contact-item .icon { width: 36px; height: 36px; border: 1px solid #444; display: flex; align-items: center; justify-content: center; filter: sepia(100%) hue-rotate(80deg) saturate(300%); }

.border-list ul { list-style: none; padding: 0; }
.border-list ul li { border-bottom: 1px solid #333; padding: 12px 0; }
.border-list ul li:last-child { border-bottom: none; }

.social-blocks { display: flex; gap: 5px; }
.social-blocks a { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; color: #fff; }
.soc-fb { background: #3b5998; } .soc-ig { background: #517fa4; } .soc-yt { background: #bb0000; } .soc-tk { background: #000; }

.footer-bottom-dark { background: #1a1a1a; text-align: center; padding: 20px; font-size: 13px; color: #666; }

.mobile-bottom-nav { display: none; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; box-shadow: 0 -2px 5px rgba(0,0,0,0.1); z-index: 1000; justify-content: space-around; padding: 10px 0; font-size: 11px; color: #666; }
.mobile-bottom-nav div, .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: pointer; color: #666; text-decoration: none; }
.mobile-bottom-nav i { font-size: 20px; font-style: normal; }

@media (max-width: 768px) {
    .mobile-bottom-nav { display: flex; }
}