.feedback {
	padding-top: 39px;
	padding-bottom: 42px;
	position: relative;
}

.feedback:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(146deg, rgba(255, 255, 255, 0.855) 31.02%, rgba(255, 255, 255, 0.09) 63.45%);
	content: '';
	pointer-events: none;
}

.feedback .sub-title {
	margin-bottom: 7px;
	color: var(--color-dark-100);
}

.feedback .sub-title:before {
	width: 86px;
	background-color: var(--color-dark-100);
}

.feedback h2 {
	margin-bottom: 50px;
	font-size: 3.125rem;
	line-height: 1;
}

.feedback-text {
	max-width: 542px;
	position: relative;
	z-index: 1;
}

.feedback-quote {
	position: relative;
	padding: 48px 30px 28px;
	color: var(--color-alternate);
	background-color: var(--color-white);
}

.feedback-quote-icon {
	position: absolute;
	top: -30px;
	left: 30px;
}

.feedback-quote p {
	margin-bottom: 9px;
}

.feedback-quote strong {
	display: block;
}

.feedback-arrows {
	margin-top: 29px;
	display: flex;
}

.feedback-arrows .swiper-button-prev {
	margin-right: 9px;
}

.feedback-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.feedback-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback-circle {
	position: absolute;
	bottom: -162px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 185px;
	height: 186px;
	font-size: 2.75rem;
	cursor: pointer;
	z-index: 1;
	color: var(--color-secondary);
	transform: translateX(-50%);
}

.feedback-circle .circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: animate-rotate 30s infinite linear;
}

@media screen and (min-width: 768px) {
	.feedback {
		padding-top: 83px;
		padding-bottom: 40px;
	}

	.feedback .sub-title {
		margin-bottom: 21px;
	}

	.feedback h2 {
		margin-bottom: 68px;
		font-size: 3.75rem;
	}

	.feedback-quote {
		padding: 66px 47px 36px;
	}

	.feedback-quote-icon {
		left: 47px;
	}

	.feedback-circle {
		bottom: -137px;
		right: 30px;
		left: auto;
		transform: translateX(0);
	}
}

@media screen and (min-width: 1025px) {
	.feedback-circle {
		margin-left: 246px;
		right: auto;
		left: 50%;
	}
}
