.star {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=");
    background-position: left -2px;
    display: block;
    width: 20px;
    height: 16px;
    line-height: 16px;
    float: left;
    cursor: pointer;
    zoom: 1
}

.fullStar {
    background-position: left -59px
}

.stars {
    overflow: hidden
}

.tmp_es {
    background-position: left -21px
}

.tmp_fs {
    background-position: left -40px
}

.feedback-poput {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(224, 224, 224, 0.3);
    z-index: 9
}

.feedback-poput .feedback-content {
    background: #fff;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.feedback-poput .feedback-content .close {
    position: absolute;
    background: url(../img/close.png) no-repeat 50%;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    padding: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 3;
    cursor: pointer
}

.feedback-poput .feedback-content h5 {
    color: #505050;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center
}

.feedback-poput .feedback-content .rating-content-with-message-warning {
    color: red;
    text-align: center;
    margin-bottom: 5px;
}

.feedback-poput .feedback-content .stars {
    text-align: center;
    margin-bottom: 10px
}

.feedback-poput .feedback-content .rating-content {
    position: relative
}

.feedback-poput .feedback-content .rating-content span {
    display: block !important;
    color: #767676;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 5px
}

.feedback-poput .feedback-content .star {
    display: inline-block;
    float: none;
    background: url("../img/rating-no.png") no-repeat 50% 50%
}

.feedback-poput .feedback-content .star.fullStar {
    background: url("../img/rating-yes.png") no-repeat 50% 50%
}

.feedback-poput .feedback-content textarea {
    height: 80px
}

.feedback-poput .feedback-content input[type='text'].error,
.feedback-poput .feedback-content input[type='email'].error,
.feedback-poput .feedback-content textarea.error {
    border-color: red;
}

.feedback-poput .feedback-content input[type='submit'] {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    display: table;
    margin: 0 auto;
    width: 142px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.feedback-poput .feedback-content input[type='submit']:hover {
    color: #77bd00;
    background: transparent
}

.feedback-poput .feedback-content .error .stars {
    position: relative
}

.feedback-poput .feedback-content .error .stars:after {
    content: '*';
    position: absolute;
    top: 50%;
    left: 0;
    height: 13px;
    font-size: 16px;
    color: red;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.feedback-poput.active {
    display: block
}

@media screen and (min-width: 768px) {
    .feedback-poput .feedback-content {
        width: 600px;
        padding: 30px 100px
    }

    .feedback-poput .feedback-content .close {
        padding: 20px
    }

    .feedback-poput .feedback-content h5 {
        margin-bottom: 25px
    }

    .feedback-poput .feedback-content .stars {
        margin-bottom: 25px
    }

    .feedback-poput .feedback-content .rating-content {
        position: relative
    }

    .feedback-poput .feedback-content .rating-content span {
        position: absolute;
        top: 2px;
        left: 11px
    }

    .feedback-poput .feedback-content input {
        margin-bottom: 20px
    }

    .feedback-poput .feedback-content textarea {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1280px) {
    .feedback-poput .feedback-content {
        width: 675px;
        padding: 40px 130px
    }

    .feedback-poput .feedback-content input[type='submit'] {
        font-size: 16px;
        line-height: 16px;
        width: 165px;
        height: 48px
    }
}

.reviews .reviews-content {
    padding: 20px 0 10px
}

.reviews .reviews-content h1 {
    text-align: center;
    color: #343434;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px
}

.reviews .reviews-content .filter {
    text-align: center
}

.reviews .reviews-content .filter li {
    padding-bottom: 10px
}

.reviews .reviews-content .filter li:first-child a {
    background-color: #77bd00;
    border: 1px solid #77bd00
}

.reviews .reviews-content .filter li:first-child a:hover {
    color: #77bd00
}

.reviews .reviews-content .filter li:last-child {
    padding-bottom: 0
}

.reviews .reviews-content .filter li:last-child a {
    background: #e61414;
    border: 1px solid #e61414
}

.reviews .reviews-content .filter li:last-child a:hover {
    color: #e61414
}

.reviews .reviews-content .filter li a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    padding: 6px;
    width: 165px;
    border-radius: 40px;
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.reviews .reviews-content .filter li a span {
    margin-left: 5px
}

.reviews .reviews-content .filter li a:hover {
    background: transparent;
    color: #464646
}

.reviews .reviews-content .rating {
    text-align: center;
    margin: 14px 0 6.5px
}

.reviews .reviews-content .rating .containerdiv {
    border: 0;
    display: inline-block;
    position: relative;
    width: 170px
}

.reviews .reviews-content .rating .containerdiv img {
    min-width: 170px
}

.reviews .reviews-content .rating .containerdiv .cornerimage {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.reviews .reviews-content .rating_sum {
    text-align: center
}

.reviews .reviews-content .rating_sum span {
    display: inline-block;
    color: #464646;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    border-radius: 40px
}

.reviews .reviews-content .reviews-items .item-reviews {
    margin-bottom: 10px;
    border-radius: 3px;
    border: 2px solid #d6d6d6;
    padding: 10px
}

.reviews .reviews-content .reviews-items .item-reviews h6 {
    color: #3c393d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px
}

.reviews .reviews-content .reviews-items .item-reviews ul {
    margin-bottom: 10px
}

.reviews .reviews-content .reviews-items .item-reviews ul li {
    display: inline-block
}

.reviews .reviews-content .reviews-items .item-reviews ul li img {
    width: 14px
}

.reviews .reviews-content .reviews-items .item-reviews p {
    color: #636363;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: justify
}

.reviews .reviews-content .reviews-items .item-reviews span {
    color: #3c393d;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    display: inline-block
}

.reviews .reviews-content .reviews-items .item-reviews span i {
    padding-left: 10px;
    display: inline-block;
    color: #3c393d;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-style: normal
}

.reviews .reviews-content .reviews-items .answer {
    background: rgba(119, 189, 0, 0.5)
}

.reviews .reviews-content .reviews-feedback {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    display: table;
    margin: 14px auto 20px;
    padding: 12px 20px;
    border-radius: 40px;
    background-color: #77bd00;
    border: 1px solid #77bd00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.reviews .reviews-content .reviews-feedback:hover {
    color: #77bd00;
    background: transparent
}

.reviews .reviews-content .pagination {
    text-align: center;
    margin-bottom: 10px
}

.reviews .reviews-content .pagination li {
    display: inline-block
}

.reviews .reviews-content .pagination li a {
    width: 28px;
    padding: 7px 0;
    text-align: center;
    display: inline-block;
    color: #6b6b6b;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-radius: 3px;
    border: 1px solid #9b9b9b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.reviews .reviews-content .pagination li a:hover {
    color: #ffffff;
    border: 1px solid #77bd00;
    background-color: #77bd00
}

.reviews .reviews-content .pagination li.active a {
    color: #ffffff;
    border: 1px solid #77bd00;
    background-color: #77bd00
}

@media screen and (min-width: 768px) {
    .reviews .reviews-content {
        padding: 30px 80px 15px
    }

    .reviews .reviews-content .filter li {
        display: inline-block;
        padding: 0 10px
    }

    .reviews .reviews-content .reviews-items .answer {
        margin-left: 50px
    }
}

@media screen and (min-width: 1024px) {
    .reviews .reviews-content {
        padding: 35px 100px 15px
    }
}

@media screen and (min-width: 1280px) {
    .reviews .reviews-content {
        padding: 40px 165px 20px
    }

    .reviews .reviews-content h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .reviews .reviews-content .filter li a {
        width: 165px;
        font-size: 15px;
        padding: 6px
    }

    .reviews .reviews-content .reviews-items .item-reviews {
        margin-bottom: 20px;
        padding: 20px
    }

    .reviews .reviews-content .reviews-items .item-reviews h6 {
        font-size: 18px;
        line-height: 24px
    }

    .reviews .reviews-content .reviews-items .item-reviews p {
        font-size: 14px;
        line-height: 22px
    }

    .reviews .reviews-content .reviews-items .item-reviews span {
        font-size: 14px;
        line-height: 14px
    }

    .reviews .reviews-content .reviews-items .item-reviews span i {
        font-size: 14px;
        line-height: 14px
    }

    .reviews .reviews-content .reviews-items .answer {
        margin-left: 100px
    }

    .reviews .reviews-content .reviews-feedback {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 24px;
        margin: 16px auto 25px
    }

    .reviews .reviews-content .pagination li {
        padding: 0 2px
    }

    .reviews .reviews-content .pagination li:last-child {
        padding-right: 0
    }

    .reviews .reviews-content .pagination li:first-child {
        padding-left: 0
    }

    .reviews .reviews-content .pagination li a {
        width: 34px;
        padding: 10px 0
    }
}

@media screen and (min-width: 1360px) {
    .reviews .reviews-content {
        padding: 40px 190px 20px
    }
}
