@media (max-width: 350px) {
    .contact__block {
        flex-direction: column;
        align-items: center;
    }
    .contact__wrapper {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .breadcrumbs {
        margin-bottom: 35px;
    }
    .contact__block__buttons button:first-child {
        font-size: 22px;
    }
    .contact__block__buttons button:last-child {
        font-size: 22px;
    }
    .footer__wrapper {
        flex-direction: column;
    }
    .footer__wrapper .footer__block:last-child {
        width: 100%;
    }
    .footer__wrapper .footer__block:first-child {
        width: 100%;
    }
    .footer__wrapper .footer__block {
        width: 100%;
    }
    .contact__block__buttons button:first-child {
        margin-bottom: 35px;
    }
}