#reviewModal .modal-body::-webkit-scrollbar {
    width: 3px;
}

#reviewModal .modal-body::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
}

#reviewModal .modal-body::-webkit-scrollbar-thumb {
    background: rgb(169, 169, 169);
}


#reviewModal .modal-title {
    width: 100%;
    margin-top: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
}

#reviewModal .review-header-normal .modal-title {
    color: white;
}




/*** Start Avatar **/

#review_avatar_form {
    width: 263px;
    margin: 19px auto 0px auto;
}



#reviewModal .fir-avt,
#reviewModal .sec-avt,
#reviewModal .tir-avt,
#reviewModal .fiv-avt {
    position: relative;
    top: -17px;
    left: 30px;
    background-size: cover;
    border-radius: 50%;
    width: 37px;
    height: 38px;
}

#reviewModal .fir-avt {
    background-image: url(/images/reviews/1.png);
}

#reviewModal .sec-avt {
    background-image: url(/images/reviews/2.png);
}

#reviewModal .tir-avt {
    background-image: url(/images/reviews/3.png);
}

#reviewModal .fiv-avt {
    background-image: url(/images/reviews/4.png);
}

/*** End Avatar **/

/*** Start Stars  **/

.title-raite {
    margin-top: 61px;
    margin-bottom: 4px;
    text-align: center;
    font-size: 23px;
    height: 33px;
}

.stars {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    height: 40px;
    margin-top: 19px;
    margin-bottom: 35px;
}

.stars__star-icon {
    stroke: #ffdf75;
    stroke-width: 3px;
    fill: transparent;
    transition: .1s all;
}

.stars__star {
    width: 21px;
    height: 21px;
    position: relative;
    cursor: pointer;
    margin: 5px;
}

.stars__checkbox {
    position: absolute;
    top: -9999px;
    opacity: 0;
    width: 0;
    height: 0;
}

.stars__star:hover>.stars__star-icon {
    stroke: #ffdf75;
    fill: #fbcf3e;
}

.stars__star:hover~.stars__star>.stars__star-icon {
    stroke: #ffdf75;
    fill: #fbcf3e;
}

.stars__checkbox:checked+.stars__star>.stars__star-icon {
    stroke: #ffdf75;
    fill: #fbcf3e;
}

.stars__checkbox:checked~.stars__star>.stars__star-icon {
    stroke: #ffdf75;
    fill: #fbcf3e;
}

.title-mark {
    margin-top: 3px;
    margin-right: 18px;
    color: white;
    font-weight: 700;
}

/*** End Stars  **/


/*** Recaptcha **/



.g-recaptcha {
    position: relative;
    width: 298px;
    display: block;
    transform: scale(0.70);
    margin: 0px auto 32px auto;
}


@media screen and (min-width: 1400px) {
    #reviewModal .modal-dialog {
        max-width: 430px;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
    #reviewModal .modal-dialog {
        max-width: 372px;
    }

    #reviewModal .modal-title {
        font-size: 25px;
    }
}
