.b-landing-footer {
    width: 100%;
    background: #353f4c;
    margin: 0;
    padding: 30px 20px;
}
.b-landing-footer__wrapper {
    width: 1000px;
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0 auto;
}
.mobile .b-landing-footer__wrapper {
    width: calc(100% - 40px);
}
.b-landing-footer__menu, .b-landing-footer__menu > a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 181%;
    text-decoration: none;
    text-transform: uppercase;
    color: #BCBEC0;
}
.b-landing-footer__menu > *:not(:first-child) {
    margin-left: 5px;
}
.b-landing-footer__menu > a:hover {
    text-decoration: underline;
}
.b-landing-footer__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 181%;
    text-transform: uppercase;
    color: #BCBEC0;
    margin-top: 24px;
}