.order-form .input-wrap:nth-child(6) {
    width: calc((100% - 25px) / 2) !important;
}

.order-form .input-wrap:nth-child(7) {
    width: calc((100% - 25px) / 2) !important;
}

@media screen and (max-width: 500px) {
    .order-form .input-wrap:nth-child(6) {
        width: 100% !important;
    }

    .order-form .input-wrap:nth-child(7) {
        width: 100% !important;
    }
}

.mod {
    width: 100%;
    height: unset !important;
    border: unset !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}