/* = Footer */

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -8px;
}

.site-footer {
    background-color: var(--black);
    color: white;
}
.site-footer__top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    align-content: center;
}

.site-footer__brand {

}
.site-footer__logo {}

.footer-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    display: block;
}

.footer-working-hours {
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--red-darck);
}

.site-footer__contacts {}
.site-footer__nav {}
.site-footer__socials {}
.site-footer__bottom {}
.site-footer__copy {}
.site-footer__legal {}
