#footer {
    margin-bottom: 70px;
    margin-top: 90px;
}
#footer hr{
    margin: 35px 0;
}
#footer .footer-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#footer .menu li a{ 
    font-family: "Georgia";
}

#footer .menu li a:hover{ 
    font-family: "Georgia-italic";
}

#footer .footer-wrapper .footer-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 0 70px;
    align-items: flex-end;
}

#footer .footer-wrapper .footer-left .block-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: revert;
    -ms-flex-direction: column;
    flex-direction: row;
    gap: 0 35px;
    align-items: flex-end;
}