.ask-form__outer-wrap {
    background: url("img/ask-form__bg_1.jpg") 59% 50% no-repeat;
    background-size: cover;
    padding-top: 55px;
}

.ask-form__inner-wrap {
    display: flex;
    justify-content: space-between;
}

.ask-form__head {
 /*    color: #f68121;  */
    color: #99D2F6;  
    font-size: calc((100vw - 320px) / (1920 - 320) * (38 - 23) + 23px);
}

.ask-form__text {
    color: #ffffff;
    font-size: calc((100vw - 320px) / (1920 - 320) * (18 - 15) + 15px);
    font-weight: 700;
    margin-top: 25px;
}

.ask-form__outer-wrap form {
    margin-top: 35px;
    margin-bottom: 75px;
}

.ask-form__outer-wrap form .sale-form__btn{
    width: 100%;
}

.ask-form__img-wrap {
    align-self: flex-end;
    font-size: 0;
}

.ask-form__outer-wrap input, .ask-form__btn {
    width: 100%;
}

.ask-form__outer-wrap input, .ask-form__outer-wrap textarea {
    margin-bottom: 15px;
}

.ask-form__content {
    width: 55%;
    margin-bottom: 55px;
}

.ask-form__img-wrap {
    width: 55%;
    margin-left: -106px;
}

@media all and (max-width: 520px) {
    .ask-form__content {
        width: 100%;
    }

    .ask-form__img-wrap {
        width: 85%;
    }
}

@media all and (max-width: 750px) {
    .ask-form__inner-wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .ask-form__img-wrap {
        margin-left: 0;
    }

    .ask-form__img-wrap img {
        width: 100%;
    }

    .ask-form__outer-wrap form {
        margin-bottom: 10px;
    }
}