footer,
footer a {
    font-size: 16px;
    color: #ffffff;
}

footer {
    padding: 35px 50px 40px;
    background: #003c5a;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: #f56b3e;
}

footer .footer_row,
footer .footer_row li {
    margin: 0;
    padding: 0;
}

footer .footer_row {
    text-align: justify;
}

footer .footer_row li {
    line-height: 18px;
    background: none;
}

footer .footer_row .footer_col {
    display: inline-block;
    width: 18%;
    padding-right: 10px;
    padding-left: 0;
    font-family: 'PT Sans Bold', sans-serif;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
}

footer .footer_col a {
    letter-spacing: 1.5px;
}

footer .footer_row::after {
    content: '';
    display: inline-block;
    width: 100%;
}

footer .footer_row ul {
    margin-top: 20px;
    text-align: left;
}

footer .footer_row ul li {
    margin: 0 0 11px 0;
    padding: 0;
    font-family: 'PT Sans Regular', sans-serif;
    text-transform: none;
}

footer .footer_col ul a,
footer .footer_col .footer_contacts a {
    letter-spacing: normal;
}

.footer_contacts {
    margin-top: 19px;
    line-height: 20px;
}

.footer_contacts p {
    margin: 0 0 9px;
    font-family: 'PT Sans Regular', sans-serif;
    text-transform: none;
}