#footer {
    padding: 25px 15px;
    color: #999999;
    background-color: #f5f5f5;
    border-top: 1px solid #eaeaea;
}

#footerWrap {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#footerLegal {
    font-size: 14px;
}

#footerLinks {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--red);
    font-size: 11px;
}

.footerLinksItem {

}

.footerLinksItem:hover {
    text-decoration: underline;
}

#footerLine {
    margin: 4px auto 8px;
}

#footerContact {
    font-size: 11px;
    font-weight: 400;
}

#footerContact a {
    font-weight: 700;
}

#footerContact a:hover {
    text-decoration: underline;
}