.rating__text {
	max-width: 750px;
	font-size: 30px;
	line-height: 100%;
	color: black;
	white-space: normal;
	margin: 0 auto 40px;
}

.bx-rating {
	color: #b8b8b8;
	font-size: 40px;
	white-space: nowrap;
}

.bx-rating i.fa {
	margin: 0 5px;
	cursor: pointer;
}

.fa.bx-star-active {
	color: #614aec;
}

.thank-you-message {
	font-size: 24px;
	line-height: 100%;
	max-width: 990px;
	margin: 0 auto 0;
}

.half {
	position: relative;
}

.half::after {
	content: "\f005";
	/*clip-path: inset(0 50% 0 0);*/
	clip-path: inset(0 calc(100% - var(--fill-percent, 50%)) 0 0);
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (max-width: 768px) {
	.rating__text {
		padding: 50px 15px 0;
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media (max-width: 560px) {
	.rating__text {
		font-size: 16px;
	}

	.bx-rating {
		color: #b8b8b8;
		font-size: 22px;
		white-space: nowrap;
	}

	.thank-you-message {
		font-size: 18px;
		margin-top: 50px;
	}
}
