.b-footer-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.b-footer-menu__list{
    list-style: none;
}

.b-footer-menu__item {
    padding-bottom: 10px;
}

.b-footer-menu__item.title {
    padding-bottom: 15px;
}

.title .b-footer-menu__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
}

.b-footer-menu__link {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.b-footer-menu__link:hover {
  text-decoration: none;
}