.reviews {
	min-height: 610px;
	background: #f6f6f6;
	position: relative;
	z-index: 0;
}
.reviews__header {
	color: #000;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 60px 20px 28px;
}
.reviews .content {
	margin: auto;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.reviews__items {
	margin-bottom: 56px;
}
.reviews .slick-prev {
	top: -16% !important;
	left: 87% !important;
}
.reviews .slick-prev::before, 
.reviews .slick-next::before {
	position: absolute;
	top: 0;
}
.reviews .slick-prev::before {
	content: url('./../img/prev.svg') !important;
}
.reviews .slick-next {
	top: -16% !important;
	right: 5% !important;
}
.reviews .slick-next::before {
	content: url('./../img/next.svg') !important;
}
.reviews__item {
	max-width: 400px;
	width: 400px;
	min-height: 305px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px #0a4e5112;
	padding: 29px 29px 32px 32px;
	margin: 0 auto;
}
.reviews .rating-container span {
	height: auto;
	line-height: 1;
	color: #bfeb87;
	width: 14px;
}
.reviews__text {
	position: relative;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-height: 163px;
	margin: 19px 0 21px;
}

.reviews__text a:hover {
	text-decoration: none;
	cursor: pointer;
}

.reviews .text_wrap {
	all: unset;
	transition: 0.3s;
}
.reviews__text p.text {
	margin: 0;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.35s;
}

.reviews .plus-minus {
	display: none;
}

.reviews .plus, 
.reviews .minus {
	width: 43px;
	height: 43px;
	padding: 10px 13px;
	color: #fff;
	background: #14C4CC;
	border-radius: 50%;
	margin-right: 16px;
}

.reviews .plus-minus .plus {
	color: #0ba543;
}

.reviews .plus-minus .minus {
	color: #ff7676;
}

.reviews .plus-minus .plus, 
.reviews .plus-minus .minus {
	width: auto;
	height: auto;
	border-radius: 3px;
	background: transparent;
	margin-right: 0;
	padding: 0;
}

.reviews__text .all {
	display: block;
	margin-top: 9px;
	color: #0EB0B8 !important;
}

.reviews__img {
	display: flex;
	gap: 10px;
	padding-top: 20px;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.carousel-inner > .item > a > img, 
.carousel-inner > .item > img, 
.img-responsive, 
.thumbnail a > img, 
.thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.thumbnail a > img, 
.thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail.active, 
a.thumbnail:focus, 
a.thumbnail:hover {
	border-color: #337ab7;
}

.reviews__img a.thumbnail {
	margin: 0;
}

.reviews__sign {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #000;
}

.reviews__date {
	color: #93A1A1;
}

.reviews .br-r {
	border-right: 1px solid #efefef;
}

.reviews .change-rating-button {
	padding: 0 6px;
	cursor: pointer;
}

.reviews .fa-custom-lg {
	font-size: 20px;
	line-height: 1;
	vertical-align: -10%;
}

.review-vote-positive {
	color: #02ae40;
}

.review-vote-negative {
	color: #ff7d82;
}

.reviews .dots-style {
	text-align: center;
	display: flex;
	justify-content: center;
	list-style: none;
}

.reviews .dots-style button {
	background: #14C4CC;
	border: none;
	border-radius: 24%;
	height: 3px;
	width: 33px;
	font-size: 0;
	margin: 6px;
	outline: none;
	cursor: pointer;
}

.reviews .dots-style li[class="slick-active"] button {
	background: #BFEB87;
}

.reviews__button .btn-blue {
	background: #14c4cc;
	color: #fff;
	padding: 10px 16px;
	border: 1px solid #15bcc4;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
    .reviews__header {
    	font-size: 27px !important;
    	padding: 42px 0 54px;
    	text-align: center;
    	text-transform: uppercase;
    }
    .reviews .slick-prev {
    	top: -10% !important;
    	left: 0% !important;
    }
    .reviews .slick-next {
    	top: -10% !important;
    	right: 20% !important;
    }
    .reviews .slick-prev::before,
    .reviews .slick-next::before {
    	transform: scale(0.7);
    }
    .reviews__item {
    	max-width: inherit;
    	width: 100%;
    	box-shadow: unset;
    	padding: 29px 20px 32px 20px;
    }
}