/* ===== ФУТЕР ===== */
.site-footer {
    background: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    margin-top: 40px;
}

.footer-contacts {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.footer-contacts a {
    color: #40a7e3;
    text-decoration: none;
}

.footer-copyright {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.footer-developer {
    margin: 0;
    font-size: 13px;
    color: #7f8c8d;
}

.footer-developer a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #bdc3c7;
}

.mobile-padding {
    height: 70px;
}