#footer {
    width: 1262px;
    height: 338px;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:46px 46px 46px 46px;
    margin: 0 auto;
}

#footer div.slogan {
    font-size: 8.2px;
    text-transform: uppercase;
    line-height: 10px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
}

#footer img.logo {
    margin-bottom: 18px;
}

#footer  div.contacts {
    margin-bottom: 22px;
}

#footer .footer-item ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer .footer-item ul li {
    margin-bottom: 10px;
}

#footer .footer-item ul li a {
    color: #D4D4D4;
    text-decoration: none;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 1px;
    font-size: 14px;
}

#footer .footer-item ul li:first-child a {
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}