.footer__description {
    display: block;
    padding: 20px 0;
}
.footer-contacts .line {
    margin-bottom: 7px;
}
@media (min-width: 1024px) {
    .footer-contacts {
        width: 100%;
    }
    .footer__description {
        padding: 0 330px 40px 0;
    }
}