#starsReview {
     width: 115px;
     margin: auto;
     margin-bottom: 15px;
     position: relative;
}
#starsReview .stars-rating-bg {
     width: 100%;
     height: 22px;
     line-height: 22px;
     background: url(images/star-inactive.svg) 0 50%;
     background-repeat: repeat-x;
     z-index: 1;
}
#starsReview .stars-rating-progress {
     height: 22px;
     line-height: 22px;
     width: 0;
     cursor: pointer;
     background: url(images/star-active.svg) 0 50%;
     background-repeat: repeat-x;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 2;
}
.reviews-form textarea {
     resize: none;
     outline: none;
     border: 1px solid #D9D9D9;
     border-radius: 5px;
     padding: 13px 19px;
     box-sizing: border-box;
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #A5A5A5;
     width: 100%;
     margin-bottom: 8px;
}
#irent_popup_review {
     top: 100px;
}
#irent_popup_review .popup-irent {
     max-width: 370px;
}
.reviews-form input {
     width: 100%;
     border: 1px solid #D9D9D9;
     border-radius: 5px;
     padding: 13px 19px;
     box-sizing: border-box;
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #A5A5A5;
     margin-bottom: 8px;
}
.preText {
     font-weight: 500;
     font-size: 14px;
     line-height: 17px;
     color: #A5A5A5;
     margin-bottom: 5px;
     display: block;
}
#irent_popup_review .popup-irent form .check {
     font-size: 14px;
     line-height: 17px;
     color: #A5A5A5;
}
#irent_popup_review .popup-irent form .check span {
     font-size: 14px;
     line-height: 17px;
     color: #A5A5A5;
}
#irent_popup_review .popup-irent input[type=submit] {
     background: #FF0000;
     border: 1px solid #ff0000;
     border-radius: 5px;
     padding: 8px;
     text-align: center;
     width: 170px;
     margin: 10px auto;
     font-size: 16px;
     line-height: 19px;
     color: #FFFFFF;
     transition: all .3s ease;
}
#irent_popup_review .popup-irent input[type=submit]:hover {
     background: #ffffff;
     color: red;
}
@media (max-height: 700px) {
     #irent_popup_review .reviews-form {
          max-height: 50vh;
          overflow-y: overlay;
     }
}