.footer {
    position: relative;
    width: 100%;
    height: 137px;
    padding: 0 60px 0 220px;
}
.footer__content {
    position: relative;
    border-top: 5px solid #f3f3f3;
    padding-top: 40px;
}
.footer__copy {
    display: inline-block;
    vertical-align: top;
    color: #a8a8a8;
    font-size: 18px;
}
.footer__copy a {
    color: #a8a8a8;
}
.footer__copy + .footer__copy {
    margin-left: 45px;
}
.footer__socials {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: right;
    font-size: 0;
}
.footer__socials a:not(:last-child) {
	margin-right: 5px;
}
