.testimonials {
	padding: 0 0 40px;
}
@media (max-width: 767px) {
	.testimonials {
		padding: 0 0 30px;
	}
}
.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	top: 50%;
	color: #343434;
	background-color: #e31121;
	border-radius: 100vw;
	transform: translateY(-50%);
}
.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
	font-size: 16px;
	color: #fff;
}
@media (max-width: 767px) {
	.testimonials .swiper-button-prev,
	.testimonials .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.testimonials .swiper-button-prev::after,
	.testimonials .swiper-button-next::after {
		font-size: 14px;
		color: #343434;
	}
}
@media (max-width: 767px) {
	.testimonials .swiper-button-prev {
		left: 0;
	}
}
@media (max-width: 767px) {
	.testimonials .swiper-button-next {
		right: 0;
	}
}

.testimonial__wrapper, .testimonial__wrapper--horizontal {
	width: 100% !important;
}
@media (max-width: 767px) {
	.testimonial__wrapper, .testimonial__wrapper--horizontal {
		margin: 30px 0;
	}
}
.testimonial__wrapper--horizontal {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.testimonial__container {
	position: relative;
	width: 100%;
	max-width: 1120px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.testimonial__container {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.testimonial__container {
		height: auto;
		max-width: 100%;
	}
}
.testimonial__inner, .testimonial__inner--horizontal--split, .testimonial__inner--horizontal, .testimonial__inner--vertical {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 60px;
	padding: 0 30px;
}
@media (max-width: 767px) {
	.testimonial__inner, .testimonial__inner--horizontal--split, .testimonial__inner--horizontal, .testimonial__inner--vertical {
		column-gap: 0;
		padding: 0 15px;
	}
}
.testimonial__inner--vertical {
	flex-direction: column;
	max-width: 100%;
}
.testimonial__inner--horizontal {
	flex-direction: row;
	max-width: 100%;
}
@media (max-width: 767px) {
	.testimonial__inner--horizontal {
		flex-direction: column;
	}
}
@media (max-width: 1024px) {
	.testimonial__inner--horizontal--split {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.testimonial__body {
		padding: 30px 20px;
	}
}
.testimonial__body--before-after {
	width: 100%;
	flex-direction: row;
	column-gap: 30px;
	margin: 100px 0;
}
.testimonial__body--before-after::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 120px;
	height: 4px;
	background-color: #343434;
	border-radius: 4px;
	transform: translate(-50%, -50%) rotate(-65deg);
}
@media (max-width: 767px) {
	.testimonial__body--before-after::after {
		height: 4px;
		width: 140px;
		border-radius: 2px;
	}
}
.testimonial__reviews {
	display: flex;
	align-items: center;
}
@media (max-width: 1024px) {
	.testimonial__reviews {
		justify-content: space-between;
	}
}
@media (max-width: 767px) {
	.testimonial__reviews {
		flex-wrap: nowrap;
		row-gap: 0;
	}
}
.testimonial__reviews .swiper-slide {
	width: 100%;
	padding: 80px 0 40px;
	background: #fff;
	opacity: 0;
}
@media (max-width: 767px) {
	.testimonial__reviews .swiper-slide {
		padding: 60px 0 30px;
	}
}
.testimonial__reviews .swiper-slide.swiper-slide-active {
	opacity: 1;
	transition: all 0.3s ease-out;
}
.testimonial__statement, .testimonial__statement--label, .testimonial__statement--before, .testimonial__statement--after, .testimonial__body--before-after {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 820px;
	color: #343434;
	font-family: "Roboto", Sans-serif !important;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.testimonial__statement, .testimonial__statement--label, .testimonial__statement--before, .testimonial__statement--after, .testimonial__body--before-after {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media (max-width: 767px) {
	.testimonial__statement, .testimonial__statement--label, .testimonial__statement--before, .testimonial__statement--after, .testimonial__body--before-after {
		max-width: 90%;
		flex-direction: column;
		font-size: 18px;
		line-height: 1.4;
		padding: 0;
	}
}
.testimonial__statement--before, .testimonial__statement--after {
	flex-direction: column;
	margin: 0;
}
.testimonial__statement--label {
	color: #e31121;
}
.testimonial__witness {
	display: flex;
	justify-content: center;
	font-family: "Roboto", Sans-serif !important;
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0;
}
@media (max-width: 767px) {
	.testimonial__witness {
		display: block;
		font-size: 16px;
		text-align: center;
	}
}
.testimonial__name {
	font-family: "Roboto", Sans-serif !important;
	color: #e31121;
}
.testimonial__title {
	font-family: "Roboto", Sans-serif !important;
}
.testimonial__before, .testimonial__after {
	width: 50%;
	padding: 0 60px;
}
@media (max-width: 767px) {
	.testimonial__before, .testimonial__after {
		padding: 0;
	}
}
.testimonial__after h3 {
	font-size: 20px;
}
@media (max-width: 767px) {
	.testimonial__after h3 {
		font-size: 20px;
	}
}
.testimonial__logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px;
	display: none;
}
.testimonial__logos img {
	width: 100%;
	max-width: 180px;
	height: 100%;
	max-height: 60px;
}
@media (max-width: 1460px) {
	.testimonial__logos img {
		max-width: 140px;
		max-height: 40px;
	}
}
@media (max-width: 767px) {
	.testimonial__logos img {
		max-width: 100px;
		max-height: 30px;
	}
}
.testimonial__logos .swiper-slide {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.testimonial__logos .swiper-slide-active,
.testimonial__logos .swiper-slide-duplicate-active {
	opacity: 1;
	transition: all 0.3s ease-out;
}
.testimonial__photo, .testimonial__photo--large {
	display: flex;
	align-items: center;
	width: 100%;
	height: 160px;
}
@media (max-width: 767px) {
	.testimonial__photo, .testimonial__photo--large {
		width: 10px;
		height: 100px;
	}
}
.testimonial__photo img, .testimonial__photo--large img {
	width: 160px;
	height: 160px;
	max-height: 160px !important;
	object-fit: cover;
}
@media (max-width: 767px) {
	.testimonial__photo img, .testimonial__photo--large img {
		width: 100px;
		height: 100px;
		max-height: 100px !important;
	}
}
.testimonial__photo--large {
	position: relative;
	width: auto;
	height: 260px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.testimonial__photo--large {
		width: 140px;
		height: 160px;
	}
}
.testimonial__photo--large img {
	width: 240px;
	height: 160px;
	max-height: 160px !important;
}
@media (max-width: 767px) {
	.testimonial__photo--large img {
		width: 240px;
		height: 160px;
		max-height: 160px !important;
	}
}
.testimonial__button {
	position: absolute;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 100vw;
	transform: translateX(-50%);
	opacity: 0.65;
}
.testimonial__button:hover {
	opacity: 1;
}
.testimonial__button svg {
	width: 12px;
	height: auto;
	margin-left: 5px;
}

.swiper-pagination {
	bottom: 0;
}

.swiper-pagination-bullet {
	background-color: #e31121 !important;
}

.testimonial__section--bottom {
	position: relative;
	width: 100%;
}

.testimonial__section--bottom:before {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	left: 0;
	top: 50%;
	background: transparent;
	background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 400;
	transform: translateY(-50%);
	pointer-events: none;
}
@media (max-width: 767px) {
	.testimonial__section--bottom:before {
		width: 100px;
		height: 100px;
	}
}

.testimonial__section--bottom:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	top: 50%;
	background: transparent;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	z-index: 400;
	transform: translateY(-50%);
	pointer-events: none;
}
@media (max-width: 767px) {
	.testimonial__section--bottom:after {
		width: 100px;
		height: 100px;
	}
}

.fancybox__container {
	background-color: rgba(0, 0, 0, 0.65);
}
.fancybox__content {
	max-width: 1120px !important;
	height: 600px !important;
	background-color: rgba(0, 0, 0, 0.65) !important;
}
@media (max-width: 767px) {
	.fancybox__content {
		max-width: 100% !important;
		height: auto !important;
	}
}