
.btn-orange{
    margin-top: 65px;
    text-align: center;
}
.reviews-container{
	padding: 0 8%;
}
.origin-review{
	text-align: center;
	margin-bottom: 20px;
}
.btn-orange a{
    padding: 14px 36px;
    font-weight: bold;
    font-size: 20px;
	color: white;
	background-color: #EC8307;
}
.slick-dots li button:before{
	font-size: 35px !important;
	color: #426f3f !important;
}
.slick-dots li.slick-active button:before{
	color: #426f3f !important;
	
}
.slick-slide{
	height: auto !important;
}
.slick-track{
	display: flex;
	margin-bottom: 35px;
}
.slick-slide{
	display: flex !important;
}
.slick-prev, .slick-next{
	background: #426f3f !important;
	width: 44px !important;
    height: 44px !important;
}
.slick-next {
    right: -15px !important;
}
.slick-prev {
    left: -15px !important;
	z-index: 10;
}
.slick-disabled{
	display: none !important;
}

#reviews-section .item{
	padding: 0px 15px;
	display: flex;
}
#reviews-section .item .inner-item .reviews-top-picture{
	position: absolute;
	top: 20px;
    left: 20px;
}
#reviews-section .item .inner-item .picture img{
	margin: auto;
	border-radius: 50%;
	max-width: 110px;
}

#reviews-section .item .inner-item .picture{
	max-height: 105px;
}
#reviews-section .item .inner-item .name-author{
	font-weight: normal;
	font-size: 22px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 7px;
}
#reviews-section .item .inner-item .text-author{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	opacity: 0.6;
	max-height: 145px;
    overflow: hidden;
	padding-right: 10px;
	
}
#reviews-section .item .rew-all{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 25px;
	cursor: pointer;
	width: fit-content;
	transition: 0.3s;
}
#reviews-section .item .inner-item{
	position: relative;
	padding: 40px;
	background-color: white;
	display: flex;
    flex-direction: column;
	border: 2px solid #8BC34A;
}
#reviews-section .item .rew-all:hover{
	color: #1C761F;
	cursor: pointer;
}

@media(max-width:1280px){
	.reviews-container{
		padding: 0;
	}
}

@media(max-width:1050px){
	.slick-track{
		margin-bottom: 0;
	}
}

@media(max-width:560px){
	.btn-orange{
		margin-top: 20px;
	}
	.btn-orange a{
		display: flex;
		color: white;
		background-color: #EC8307;
		justify-content: center;
	}
	#reviews-section .item .inner-item .reviews-top-picture{
		width: 30px;
	}
	#reviews-section .item .inner-item{
		padding: 15px;
	}
	#reviews-section .item .inner-item .name-author{
		font-size: 16px;
	}
	#reviews-section .item .inner-item .text-author{
		font-size: 16px;
		/* padding: 0 15px; */
	}
	.slick-list{
		margin-bottom: 50px;
    	padding-bottom: 20px;
	}
}