.modal-order__agree{
    display: flex;
}
.modal-order__agree input[type=checkbox] {
    width: 20px;
    height: 20px;
}
.modal-order__value input.error{
    border-color: #ff0000;
}