.testimonial-slider{
	position: relative;
}

.fly-testimonial-header{
	display: flex;
	gap: 20px;
	align-items: center;
}

.fly-testimonial-title{
	width: 100%;
}

.fly-testimonial p {
	font-size: 16px;
}

.fly-testimonial-controls-wrapper{
	display: flex;
	justify-content: end;
	gap: 40px;
	align-items: center;
	width: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimonial-slider .swiper-wrapper{
	align-items: stretch;
}

.testimonial-slider .swiper-slide{
	height: auto;
}

.testimonial-slider .swiper-container{
	overflow: hidden;
}

.fly-testimonial-controls{
	display: flex;
	gap: 18px;
	align-items: center;
}

.testimonial-swiper-scrollbar{
	width: 100%;
	height: 5px;
	max-width: 280px;
	background: #2E3131;
	border-radius: 10px;
}

.swiper-scrollbar-drag{
	--swiper-scrollbar-drag-bg-color: var(--fs-color-primary);
}

.testimonial-swiper-button{
	cursor: pointer;
}

.testimonial-swiper-button path{
	fill: var(--fs-color-primary);
}

.testimonial-swiper-button.swiper-button-disabled path{
	fill: #2E3131;
}




.fly-testimonial-wrapper{
	padding-top: 65px;
	padding-bottom: 65px;
}

.fly-testimonial{
	display: flex !important;
	gap: 55px;
	color: #FFF;
	align-items: center;
}

.fly-testimonial video{
	width: auto;
	border-radius: 8px;
	max-height: 350px;
	max-width: 50%;
}

.fly-testimonial.author_image{
	flex-direction: column;
	align-items: start;
	gap: 15px;
	padding: 30px;
	border-radius: 7px;
	border: 1px solid #D9D9D9;
}

.fly-testimonial.author_image > div{
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
	width: 100%;
}

.fly-testimonial.author_image > div:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/wp-content/themes/fly-athletics/assets/testimonial.svg);
	width: 35px;
	height: 25px;
}

.fly-testimonial.author_image > p{
	color: #47494D !important;
	margin: 0;
}

.fly-testimonial.author_image img{
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 45px;
}

.fly-testimonial.author_image .fly-testimonial-autor{
	margin-bottom: 5px;
	margin-left: 3px;
}

.fly-testimonial.author_image svg{
	width: 17px;
	height: 18px;
}

.testimonial-slider:has(.fly-testimonial.author_image){
	margin-bottom: 40px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .testimonial-swiper-scrollbar{
	background: #D9D9D9;
	max-width: 100px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .swiper-scrollbar-drag{
	--swiper-scrollbar-drag-bg-color: var(--fs-color-text);
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls-wrapper{
	gap: 20px;
	margin-top: 20px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls{
	gap: 8px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls svg{
	width: 29px;
	height: 29px;
}

.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-controls svg path{
	fill: var(--fs-color-text);
}

.fly-testimonial img{
	border-radius: 8px;
	max-height: 350px;
}

.fly-testimonial span{
	margin-bottom: 17px;
}

.fly-testimonial .fly-testimonial-autor{
	color: #646D6F;
}

@media screen and (max-width: 849px){
	.fly-testimonial-title{
		padding: 30px 0px;
		text-align: center;
	}
	
	.testimonial-slider:has(.fly-testimonial.author_image) .fly-testimonial-title{
		padding: 0px;
	}
	
	.testimonial-slider .swiper-container{
		margin: 0 -15px;
		padding: 30px;
		padding-bottom: 50px;
		width: calc(100% + 30px);
		background: #00000040;
	}
	
	.testimonial-slider .swiper-container:has(.author_image){
		background: transparent;
	}
	
	.fly-testimonial-wrapper{
		padding: 0 !important;
	}
	
	.fly-testimonial{
		gap: 30px;
		align-items: start;
	}
	
	.testimonial-slider .swiper-slide{
		flex-direction: column;
	}
	
	.testimonial-slider .swiper-slide .large{
		font-weight: 400;
		font-size: 14px;
		line-height: 20px;
	}
	
	.testimonial-slider .swiper-slide svg{
		width: 18px;
		height: 18px;
	}
	
	.fly-testimonial-controls-wrapper{
		position: absolute;
		bottom: 0;
		left: -15px;
		right: -15px;
		width: calc(100% + 30px);
	}
	
	.fly-testimonial-controls-wrapper .testimonial-swiper-scrollbar,
	.testimonial-slider:has(.fly-testimonial.author_image) .testimonial-swiper-scrollbar{
		max-width: unset;
	}
}