@media only screen and (max-width: 860px) {
    .flex{
        flex-wrap: wrap;
    }
    .info__form{
        width: 100%;
    }
}

.vacancy-form__success{
    text-align: center;
    padding: 20px;
}
input[type=file]{
    width: 1% !important;
}
