.client-reviews {
	margin-top: 80px;
	margin-bottom: 50px;
	/*background: linear-gradient(180.04deg, #F9FAFE 0.03%, rgba(255, 255, 255, 0) 99.97%);*/
	/*background-image: url("c.png");*/
	/*position: absolute;*/
	position: relative;
}

/*.client-reviews::before {*/
/*	content: url("c.png");*/
/*	position: absolute;*/
/*}*/

.title-arrows-parent-flex {
	margin-bottom: 25px;
}

.client-reviews-title {
	font-family: Epilogue, Sans-Serif;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: -0.6111111044883728px;
	text-align: left;
	color: #2F3292;
	margin-bottom: 0;
	/*margin-bottom: 25px;*/
}

.client-reviews-box {
	/*box-shadow: 0px 40px 140px 0px #2A335314;*/
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 24px;
	text-decoration: none !important;
	cursor: pointer;
	height: 350px;
	position: relative;
}

.client-reviews-client-parent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.image-client-text-parent {
	display: flex;
}

.client-reviews-client-photo {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

.image-client-text-parent {
	display: flex;
	align-items: center;
	gap: 12px;
}

.client-reviews-comment {
	font-family: Epilogue, Sans-Serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: #2E3192;
	/*margin-bottom: 40px;*/
}

.client-reviews-client-name {
	font-family: Epilogue, Sans-Serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	color: #000000;
}

.client-reviews-client-position {
	font-family: Epilogue, Sans-Serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
	color: #A29FB0;
}

.client-reviews-arrows-parent {
	display: flex;
	justify-content: space-between;
}

.stars-source-parent {
	display: flex;
	justify-content: space-between;
	/* margin-top: 42px; */
	position: absolute;
	width: 86%;
	bottom: 18px;
}

.client-reviews-source-text {
	font-family: Inter, Sans-Serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-align: right;
	color: #A29FB0;
}

.client-reviews-arrows-parent {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 18px;
}

.client-reviews-arrow-left {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.client-reviews-arrow-left:hover {
	background-color: #F3FAF6;
}


.client-reviews-arrow-right {
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.client-reviews-arrow-right:hover {
	background-color: #F3FAF6;
}

.client-reviews .slick-slide {
	margin: 0 10px;
	box-shadow: 0px 40px 140px 0px #2a335305;
}

.client-reviews .slick-list {
	margin: 0 -10px;
}

.client-reviews-arrows-parent-tablet {
	display: none;
}

.title-arrows-parent-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.client-reviews-source {
	display: flex;
	align-items: center;
	gap: 6px;
}

.background-c-relative {
	position: relative;
}

.background-c-relative img {
	position: absolute;
	width: 481px;
	height: 560px;
	left: 0;
	top: -14px;
	max-width: 100%;
	object-fit: cover;
	margin-left: -15px;
}

.client-reviews .slick-arrow.slick-disabled {
	/*display: none !important;*/
	opacity: 0.5;
}

@media (min-width: 768px) {
	.client-reviews-arrows-parent-tablet {
		display: flex;
		gap: 12px;
	}

	.client-reviews-title {
		font-size: 44px;
		line-height: 56px;
	}

	.client-reviews-arrows-parent {
		display: none;
	}

	.client-reviews {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.background-c-relative img {
		left: 32%;
		margin-left: unset;
		top: -16px;
	}
}

@media (min-width: 1250px) {
	.client-reviews {
		margin-top: 150px;
		margin-bottom: 120px;
	}

	.background-c-relative img {
		/*position: absolute;*/
		width: 585px;
		height: 649px;
		left: 52%;
		top: -16px;
		object-fit: unset;
	}

	.client-reviews-box {
		height: 364px
	}
}
