.section-feedbacks-list{
	margin:80px 0;
}
.feedback-block{
	margin-bottom:80px;
}
.feedbacks-pagination-pages .page-numbers{
	display:flex;
	gap:20px;
}
.feedbacks-pagination-pages  .page-numbers li > *{
	display:flex;
	align-items:center;
	justify-content:center;
	width:30px;
	height:30px;
}
.feedbacks-pagination-pages  .page-numbers li > a{
	border:1px solid #ececec;
}
.feedbacks-pagination-pages  .page-numbers li .next,
.feedbacks-pagination-pages  .page-numbers li .prev{
	border:0;
	position:relative;
}
.feedbacks-pagination-pages  .page-numbers li .next:after,
.feedbacks-pagination-pages  .page-numbers li .prev:after{
	content:'';
	display:block;
	width:30px;
	height:30px;
}
.feedbacks-pagination-pages  .page-numbers li .prev:after{
	background:url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.641 511.641" style="enable-background:new 0 0 511.641 511.641;" xml:space="preserve"><path d="M148.32,255.76L386.08,18c4.053-4.267,3.947-10.987-0.213-15.04c-4.16-3.947-10.667-3.947-14.827,0L125.707,248.293 c-4.16,4.16-4.16,10.88,0,15.04L371.04,508.667c4.267,4.053,10.987,3.947,15.04-0.213c3.947-4.16,3.947-10.667,0-14.827 L148.32,255.76z"/></svg>') no-repeat center / 70%;
}
.feedbacks-pagination-pages  .page-numbers li .next:after{
	background:url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.949 511.949" style="enable-background:new 0 0 511.949 511.949;" xml:space="preserve"><path d="M386.235,248.308L140.902,2.975c-4.267-4.053-10.987-3.947-15.04,0.213c-3.947,4.16-3.947,10.667,0,14.827l237.76,237.76 l-237.76,237.867c-4.267,4.053-4.373,10.88-0.213,15.04c4.053,4.267,10.88,4.373,15.04,0.213c0.107-0.107,0.213-0.213,0.213-0.213 l245.333-245.333C390.395,259.188,390.395,252.468,386.235,248.308z"/></svg>') no-repeat center / 70%;
}
.feedbacks-pagination-pages .page-numbers.current{
	background:var(--c1);
	color:var(--c-dark);
}
.feedbacks-pagination-pages  .page-numbers li > a:not(.next, .prev):hover{
	background:var(--c-light);
}
@media screen and (max-width:768px){
	.feedback-block{
		margin-bottom:50px;
	}
}
@media screen and (max-width:575px){
	.feedback-block .author{
		margin-top:10px;
		padding:0;
	}
}