.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col {
    max-width: 600px;
}

.row img {
    max-width: 65%;
    width: auto;
    height: auto;
}

.m-auto {
    margin: 0 auto;
}

.input-group_redemption,
.input-group_redemption * {
    box-sizing: border-box;
}

.input-group_redemption {
    justify-content: space-between;
}
.input-group .input_brand {
    width: 37.95%;
    min-width: 150px;
}
.input-group .input_model {
    width: 37.95%;
    min-width: 150px;
}
.input-group .input_year {
    width: 18.97%;
    min-width: 150px;
}

.page__body .row {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .row {
        flex-wrap: wrap;
    }

    .row img {
        max-width: calc(100% - 16px * 2);
        order: 1;
    }

    .row .col {
        order: 2;
    }

    .page__body .row {
        font-size: 18px;
    }
}

@media (max-width: 780px) {
    .input-group .input_brand,
    .input-group .input_model,
    .input-group .input_year {
        width: 100%;
    }

    .feedback .input-group_redemption input + input {
        margin-top: 25px;
    }
}
