.submit-btn.order {
    padding: 0 48px;
    width: fit-content;
}

.order-form-content-block-form {
    width: 558px;
}

/* Адаптация на маленькие экраны (< 1920)*/
/* 1280 */
@media screen and (max-width: 1280px) {
    .general-form-self-inputs-min-1 {
        width: 529px;
        gap: 16px;
    }

    .general-form-self-inputs-min-2 {
        gap: 24px;
    }
}


/* 375 */
@media screen and (max-width: 725px) {
    .order-form-content-block-form {
        width: 100%;
        height: 100%;
    }

    .general-form-self-inputs-min-1 {
        width: 100%;
    }

    .general-form-self-inputs-min-2 .dop {
        width: 255px;
    }

    .submit-btn.order {
        height: 48px;
        width: 100%;
    }

    .order-form-content-message {
        display: flex;
    }

    .order-form-content-block {
        display: none;
    }

    .general-form-self {
        height: 100%;
        justify-content: space-between;
    }


    .general-form-self-inputs {
        flex: 1;
        justify-content: space-between;
    }

    .general-form-self-inputs-min-1 {
        justify-content: space-evenly;
        flex: 1;
    }

    .general-form-self-inputs-min-2 {
        flex: 1;
    }

}