.testimomials {
	padding: 139px 0 43px;
}
.testimomials h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: -2%;
	margin-bottom: 55px;
}
.testimomials__slider .swiper-slide {
	background: #e7eaef;
	border-radius: 60px 0;
	padding: 40px;
}
.testimomials__slider .swiper-button-prev,
.testimomials__slider .swiper-button-next {
	width: 60px;
	height: 60px;
	background-color: yellow;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.61605 6.75425L10.1761 13.6702L8.63605 15.4062L0.320054 7.95825L2.61605 6.75425ZM17.6801 6.81025L17.6801 9.13425L2.28005 9.13425L2.28005 6.81025L17.6801 6.81025ZM8.69206 0.594248L10.2321 2.33025L2.61605 9.21825L0.320054 7.95825L8.69206 0.594248Z' fill='%231C1B17'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}
.testimomials__slider .swiper-button-prev::after,
.testimomials__slider .swiper-button-next::after {
	display: none;
}
.testimomials__slider .swiper-button-next {
	transform: scaleX(-1);
}
.testimomials__slider {
	padding: 24px 120px 0;
}

.testimomials__slider-top {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 80px;
}
.testimomials__slider-img {
	width: 60px;
	height: 60px;
	border-radius: 48px;
	overflow: hidden;
}
.testimomials__slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimomials__slider-top p strong {
	display: block;
	color: #1c1b17;
	font-weight: normal;
}
.testimomials__slider-top p {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	margin: 0;
	color: #898989;
}
.testimomials__slider .swiper-slide::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.6666 12.5C64.4564 12.5 62.3368 13.378 60.774 14.9408C59.2112 16.5036 58.3333 18.6232 58.3333 20.8333V45.8333C58.3333 48.0435 59.2112 50.1631 60.774 51.7259C62.3368 53.2887 64.4564 54.1667 66.6666 54.1667C67.7717 54.1667 68.8315 54.6057 69.6129 55.3871C70.3943 56.1685 70.8333 57.2283 70.8333 58.3333V62.5C70.8333 64.7101 69.9553 66.8298 68.3925 68.3926C66.8297 69.9554 64.7101 70.8333 62.4999 70.8333C61.3948 70.8333 60.335 71.2723 59.5536 72.0537C58.7722 72.8351 58.3333 73.8949 58.3333 75V83.3333C58.3333 84.4384 58.7722 85.4982 59.5536 86.2796C60.335 87.061 61.3948 87.5 62.4999 87.5C69.1303 87.5 75.4892 84.8661 80.1776 80.1777C84.866 75.4893 87.4999 69.1304 87.4999 62.5V20.8333C87.4999 18.6232 86.6219 16.5036 85.0591 14.9408C83.4963 13.378 81.3767 12.5 79.1666 12.5H66.6666Z' fill='%23FFFF39'/%3E%3Cpath d='M20.8333 12.5C18.6232 12.5 16.5036 13.378 14.9408 14.9408C13.378 16.5036 12.5 18.6232 12.5 20.8333V45.8333C12.5 48.0435 13.378 50.1631 14.9408 51.7259C16.5036 53.2887 18.6232 54.1667 20.8333 54.1667C21.9384 54.1667 22.9982 54.6057 23.7796 55.3871C24.561 56.1685 25 57.2283 25 58.3333V62.5C25 64.7101 24.122 66.8298 22.5592 68.3926C20.9964 69.9554 18.8768 70.8333 16.6667 70.8333C15.5616 70.8333 14.5018 71.2723 13.7204 72.0537C12.939 72.8351 12.5 73.8949 12.5 75V83.3333C12.5 84.4384 12.939 85.4982 13.7204 86.2796C14.5018 87.061 15.5616 87.5 16.6667 87.5C23.2971 87.5 29.6559 84.8661 34.3443 80.1777C39.0327 75.4893 41.6667 69.1304 41.6667 62.5V20.8333C41.6667 18.6232 40.7887 16.5036 39.2259 14.9408C37.6631 13.378 35.5435 12.5 33.3333 12.5H20.8333Z' fill='%23FFFF39'/%3E%3C/svg%3E");
	width: 100px;
	height: 100px;
	position: absolute;
	right: 60px;
	top: -35px;
}
p.testimomials__slider-text {
	margin: 0;
	border-top: 1px solid #666d7966;
	text-align: left;
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
	padding-top: 24px;
}

@media (max-width: 991px) {
	.testimomials {
		padding: 80px 0 40px;
	}
	.testimomials h2 {
		font-size: 36px;
		margin-bottom: 21px;
	}
	.testimomials h2 br {
		display: none;
	}
	.testimomials__slider {
		padding: 24px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        gap: 0 18px;
	}
	.testimomials__slider .swiper-slide {
		padding: 24px;
		border-radius: 40px;
	}
	.testimomials__slider-img {
		flex: 0 0 auto;
		width: 40px;
		height: 40px;
	}
	.testimomials__slider-top {
		gap: 12px;
		margin-bottom: 60px;
	}
	p.testimomials__slider-text {
		font-size: 20px;
	}
	.testimomials__slider-top p {
		font-size: 16px;
	}
	.testimomials__slider .swiper-slide::before {
		width: 80px;
		height: 80px;
		background-size: contain;
		right: 32px;
	}
	.testimomials__slider .swiper-button-prev,
	.testimomials__slider .swiper-button-next {
		position: inherit;
		left: inherit;
		right: inherit;
		width: 50px;
		height: 50px;
		border-radius: 6px;
		top: inherit;
		margin-top: 0;
		display: inline-flex;
	}
	.testimomials__slider .swiper-wrapper {
		margin-bottom: 32px;
	}
}
