.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000aa;
}

.popup-inner {
    background: #fff;
    width: 400px;
    margin: 80px auto;
    padding: 20px;
    position: relative;
}

#closePopup {
       position: absolute;
    right: -19px;
    top: -19px;
    cursor: pointer;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
}

div#reviewPopup {
    z-index: 33;
}

form#reviewForm input , form#reviewForm select , form#reviewForm textarea {
    width: 98%;
    height: 38px;
    padding: 10px;
    margin: 1%;
}

form#reviewForm button {
    background: black;
    color: white;
    width: 220px;
    height: 40px;
    line-height: 34px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
}

form#reviewForm {
    /* text-align: center; */
}

.reviewPopup .site_title span {
    text-align: center;
}

div#reviewPopup .site_main_title {
    text-align: center !important;
}