.bg-top-footer {
    background-color: var(--primary-color);
    height: 10px;
}

.footer-logo {
    width: 330px;
}
.footer_menu_one li a:hover,.footer_menu_tow li a:hover {
    border-bottom: 3px solid var(--secondery-color);
    border-radius: 5px;
    padding-bottom: 1px;
    animation: right 0.2s linear;
}
figure.is-style-default {
    margin: 0;
}