
				<div class="info-box reviews-box">
					<h2>Customer satisfaction reviews</h2>
					<div class="info-box-slider-container reviews-slider-container">
						<button class="swiper-btn swiper-btn-prev swiper-btn-white">
							<svg class="svg-icon">
								<use xlink:href="/.s/t/2301/icons/icons.svg#chevron_left"></use>
							</svg>
						</button>
						<div class="swiper reviews-slider">
							<div class="swiper-wrapper">
								<div class="swiper-slide">
									<div class="review-card">
										<p class="review-message">I'm very satisfied with the work of this company.
											Their professionalism and attention to detail impressed me. The results were
											excellent, and I will definitely use their services again.</p>
										<div class="review-author-info">
											<div class="review-avatar">
												<img class="review-avatar-img" width="48" height="48" src="/.s/t/2301/images/review_avatar_1.webp" alt="Alexander Saratnikov">
											</div>
											<div class="info-box-user">
												<p class="user-name">Alexander Saratnikov</p>
												<p class="user-sub">Employee of "uContur" Company</p>
											</div>
										</div>
									</div>
								</div>
								<div class="swiper-slide">
									<div class="review-card">
										<p class="review-message">Excellent company with a highly skilled team. They
											demonstrated flexibility in addressing our specific requests and went above
											and beyond to meet our needs. Fast and clear communication — exactly what I
											was looking for.</p>
										<div class="review-author-info">
											<div class="review-avatar">
												<img class="review-avatar-img"  width="48" height="48" src="/.s/t/2301/images/review_avatar_2.webp" alt="Samantha Rodriguez">
											</div>
											<div class="info-box-user">
												<p class="user-name">Samantha Rodriguez</p>
												<p class="user-sub">Employee of "Template" Company</p>
											</div>
										</div>
									</div>
								</div>
								<div class="swiper-slide">
									<div class="review-card">
										<p class="review-message">Working with this company was a game-changer for our
											marketing strategy. Their innovative approach and attention to detail
											exceeded my expectations. I highly recommend their services.</p>
										<div class="review-author-info">
											<div class="review-avatar">
												<img class="review-avatar-img"  width="48" height="48" src="/.s/t/2301/images/review_avatar_3.webp" alt="Jessica Adamson">
											</div>
											<div class="info-box-user">
												<p class="user-name">Jessica Adamson</p>
												<p class="user-sub">Employee of uContur Company</p>
											</div>
										</div>
									</div>
								</div>
								<div class="swiper-slide">
									<div class="review-card">
										<p class="review-message">I recently had an issue with one of the company's
											products and reached out to customer support. I was pleasantly surprised by
											how quickly and professionally they assisted me. The representative was
											courteous and knowledgeable, and they quickly resolved my issue. I was very
											satisfied!</p>
										<div class="review-author-info">
											<div class="review-avatar">
												<img class="review-avatar-img"  width="48" height="48" src="/.s/t/2301/images/review_avatar_4.webp" alt="Isabella Evans">
											</div>
											<div class="info-box-user">
												<p class="user-name">Isabella Evans</p>
												<p class="user-sub">Employee of uContur Company</p>
											</div>
										</div>
									</div>
								</div>
							</div>
					</div>
					<div class="swiper-pagination"></div>
					<button class="swiper-btn swiper-btn-next swiper-btn-white">
						<svg class="svg-icon"><use xlink:href="/.s/t/2301/icons/icons.svg#chevron_right"></use></svg>
					</button>
					</div>
					<script>document.addEventListener('DOMContentLoaded', () => new Swiper('.reviews-slider', {
							loop: true,
							slidesPerView: 1,
							spaceBetween: 10,
							roundLengths:true,
							breakpoints: {
								320: {
									autoHeight: true,
								},
								850: {
									slidesPerView: 2,
									pagination: false,
									autoHeight: false,
								}
							},
							pagination: {
								el: ".reviews-slider-container .swiper-pagination",
							},
							navigation: {
								nextEl: '.reviews-slider-container .swiper-btn-next',
								prevEl: '.reviews-slider-container .swiper-btn-prev',
							},
						}));</script>
				</div>
				