.sliderRev{
	width: 690px;
	border-radius: 9px;
	border: 3px solid #FFF;
	position: relative;
}
.sliderRev:before{
	position: absolute;
	background: url(/images/revIcon.svg) no-repeat center,linear-gradient(161deg, #27800C 28.05%, #7CCD63 93.09%);
	width: 90px;
	height: 90px;
	content:'';
	border-radius: 23px;
	box-shadow: 0 0 11.9px 2px rgba(0, 0, 0, 0.25), 0 0 100px 10px rgba(124, 205, 99, 0.60);
	left: 0;
	top: 19px;
	transform: translateX(-50%) rotate(7deg);
	z-index: 1;
}
.sliderRev .slick-dots{
	position: absolute;
	left: 12px;
	bottom: -25px;
	display: flex;
	gap: 5px;
}
.sliderRev .slick-dots li{
	padding:0;
	margin:0;
	line-height: 0;
}
.sliderRev .slick-dots button{
	width: 7px;
	height: 7px;
	background: #fff;
	font-size: 0;
	border:none;
	content: '';
	border-radius: 50%;
	padding:0;
	margin:0
}
.sliderRev .slick-dots .slick-active button{
	background: #4FAE32;
}
.nucRev{
	height: 100%;
	padding: 67px 81px;
	background: rgba(0,0,0,0.3);
}
.nucRev .name{
	font-size: 25px;
	font-weight: 600;
	
}
.nucRev .anons{
	margin-top: 20px;
}



@media screen and (max-width:1449px){
	

}
@media screen and (max-width:1199px){
	.sliderRev {
  width: 560px;
}

}

@media screen and (max-width:991px){
	.nucRev .name {
  font-size: 22px;
}
.nucRev {
  padding: 30px 60px;
}
.sliderRev {
  width: 460px;
}

}

	

@media screen and (max-width:767px){
	.sliderRev::before{
		display: none;
	}
	.sliderRev {
  max-width: 460px;
  width: 100%;
}
  .nucRev {
    padding: 20px 15px;
  }

}
	
@media screen and (max-width:675px){
	
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:485px){
	
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
	
}
@media screen and (max-width:370px){
	}