#sectreviews {
	padding-bottom: 50px;
}
#sectreviews .all-reviews-link {
	margin-right: 10px;
	font-size: 16px;
	line-height: 20px;
}
.reviews .slick-track {
	display: flex;
}
.reviews .review-item {
	height: inherit !important;
}
.reviews .review-inner {
	background: white;
	padding: 24px 40px;
	border: 1px solid #bababa;
	margin-left: -1px;
	height: 100%;
}
.reviews .slick-active .review-inner {
	margin: 0 10px;
}
.reviews .slick-active:nth-last-of-type(0) .review-inner {
	margin-right: 1px;
}

.reviews .votes_block.nstar.big .ratings .item-rating svg {
	width: 15px;
	height: 14px;
}

.reviews svg .sscls-1  {
	fill-opacity: 0;
}
.reviews .votes_block.nstar .ratings .item-rating:not(.filed) svg path {
	fill: #ddd;
}
.reviews .votes_block.nstar .ratings .item-rating.filed svg path {
	fill: #e6c553;
}
.reviews .votes_block.nstar .ratings {
	white-space: nowrap;
}
.reviews .votes_block.nstar > div {
	display: inline-block;
	vertical-align: middle;
}
.reviews .votes_block.nstar .ratings .item-rating {
	display: inline-block;
	padding: 0 0 0 2px;
}
.reviews .image {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-right: 20px;
}
.reviews .image img {
	display: inline-block;
	border-radius: 100%;
}
.reviews .votes_block {
	margin-left: auto;
}
.reviews .top-info {
	margin-right: 20px;
}
.reviews .date {
	color: #999;
	font-size: 12px;
}
.reviews .title {
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	padding: 0;
}
.reviews .top_wrapper {
	display: flex;
	align-items: flex-start;
}
.reviews .body-info {
	margin-top: 20px;
}
.reviews .slick-track {
	
}
@media (max-width: 991px) {
	.reviews .top_wrapper .votes_block.nstar {
		display: none;
	}
}
@media (max-width: 767px) {
	.reviews .review-inner {
		padding: 12px 24px;
	}
	.reviews .body-info {
		margin-top: 4px;
	}
	.reviews .section-head {
		margin-bottom: 24px;
	}
}

@media (min-width: 992px) {
	.reviews .body-info .votes_block {
		display: none;
	}
}
@media screen and (max-width: 1600px) {
    .reviews {
        width: 88%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 620px) {
    .reviews {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    .reviews {
        width: 70%;
    }
}