.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
}
.modal .modal_content {
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    z-index: 99999;
}
.modal .modal_content .close_modal_window {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999999;
    position: absolute;
    right: 94px;
    margin-top: -36px;
}
.order--modal{
    margin-right: initial !important;
    margin-top: initial !important;
}