.footer-menu__list {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
/*level1*/
.footer-menu__list > li {
    margin-bottom: 23px;
}
.footer-menu__list > li:last-child {
    margin-bottom: 0;
}
.footer-menu__list > li > a {
    line-height: 21px;
    font-weight: bold;
}
/*level2*/
.footer-menu__list ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.footer-menu__list ul li {
    margin-bottom: 3px;
}

.margin-top-0 {
    margin-top: 0;
}

/*--------------*/
.footer-info__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-info__menu > li {
    margin-bottom: 3px;
}