.consult-form--select {
    color: #999;
    margin-bottom: 24px;
    padding-bottom: 9px;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 17px;
    width: 100%;
    background: none;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'GoghWebRegular' !important;
}
.consult-form--select option {
    color: #999;
}
.consult-form--input-file {
    color: #999;
    margin-bottom: 24px;
    padding-bottom: 9px;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #999
}
.consult-form--input-checkbox input {
    -webkit-appearance: auto;
}

 .car-strat-form__text {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #323232;
    }

    .banner-hogan__btn.car-strat-form__btn {
        max-width: 317px;
        font-size: 14px;
        padding: 10px 40px;
        min-height: 33px;
height: auto;
    }

    .car-strat-form__subtitle.hogan-formblock__subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .car-strat-form__wrap.hogan-formblock__wrap {
        max-width: 603px;
    }

    .car-strat-form__submit.hogan-form__submit {
        flex-direction: column;
    }

    .car-strat-form__submit.hogan-form__submit > div {
        max-width: 100%;
        width: 100%;
    }


    .car-strat-form__submit.hogan-form__submit button[type="submit"] {
        background: #B21736;
        font-size: 20px;
        line-height: 120%;
        font-family: 'GoghWebExtraBold';
        text-align: center;
        border-radius: 14px;
        padding: 10px 60px;
        color: white;
        border: none;
        outline: none;
        cursor: pointer;
        max-width: 100%;
        width: 100%;
    }

    .car-strat-form__agree.hogan-form__agree label {
        font-weight: 400;
        font-family: 'GoghWebRegular';
        line-height: normal;
    }

    @media (max-width: 600px) {
        .car-strat-form__submit.hogan-form__submit button[type="submit"] {
            font-size: 16px;
        }
    }