body > footer > .footerBlok > div > .footMenu{
    display: flex;
    justify-content: space-between;
}
body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__items {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #D0CECE;
}

body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__item {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 24px;
    position: relative;
    margin-right: 58px;
}
body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__item:last-child{
    margin-right: 0;
}
body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__item a{
    color: inherit;
    text-decoration: none;
    display: block;
}

body > footer > .footerBlok > div > .footMenu > .footMap .footer__nav__lnk span{
    display: inline-block;
    vertical-align: middle;
    font-family: VDNH;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}