.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-top: 2px solid black;
    height: 100px;
    padding: 10px;
    max-width: 90%;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    height: auto;
    width: auto;
    margin-right: 5px;
}

.footer-contacts {
    display: flex;
    gap: 13px;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
}

.footer-wh-img {
    width: 32px;
    height: 32px;
}