.main-footer {
    background-color: #101828;
    color: #a4a9b5;
    padding: 50px 0 20px 0;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
}

.footer-col{
    width: 25%;
}
.footer-col-title {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.footer-text {
    line-height: 1.6;
    font-size: 0.95em;
}


.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.95em;
}

.footer-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}


.footer-list a {
    color: #a4a9b5;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #007bff;
}

.footer-contacts li {
    display: flex;
    align-items: center;
}

.contact-icon {
    font-size: 1em;
    color: #a4a9b5;
    margin-right: 10px;

}

.footer-divider {
    border: 0;
    border-top: 1px solid #363b45;
    margin: 30px 0;
}


.footer-copyright {
    text-align: center;
    font-size: 0.85em;
    color: #797f8c;
    margin: 5px;
}

