.footer {
    padding: 0;
    padding-top: 0;
}
.footer__cont {
    display: none;
}
.footer__bottom {
    border: none;
}
@media screen and (max-width: 767px) {
    .footer__bottom {
        padding-top: 30px;
    }
    .footer__social {
        display: block;
        padding: 0;
        order: -1;
        margin-bottom: 30px;
    }
}
