.footer {
    font-family: "Montserrat", sans-serif;
    padding: 40px 20px;
    border-top: 1px solid #e8e8e8;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.footer-column {
    flex: 1 1 200px;
    min-width: 200px;
}

.footer-title {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.logo-footer-text {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #2c74d7;
}

.logo-footer-image {
    width: 24px;
    height: auto;
    display: block;
}

.footer-logo {
    margin-top: -4px;
}

.messenger-list-footer {
    margin-top: 24px;
}

.footer-links,
.footer-contact {
    color: #222222;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-contact span {
    margin-right: 8px;
}

.footer-social a {
    display: inline-block;
    margin-right: 10px;
}

.footer-social img {
    width: 20px;
    height: 20px;
    filter: invert(100%);
}

.footer-phone {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}

.footer-phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("/assets/images/phone.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
