.guaranteedReviews {
	display: none;

	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 120px;
	height: 120px;

	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}

.guaranteedReviews svg {
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.1em;
	transform: rotate(-90deg);
}

.guaranteedReviewsTitle span {
	position: absolute;
	width: 1ch;
	height: 50%;
	left: 0;
	right: 0;
	bottom: 50%;
	margin-inline: auto;

	font-size: 11px;
	font-weight: 800;

	transform: rotate(calc(var(--i) * 8deg));
	transform-origin: bottom center;
}

@media (width = 1235px) {
	.guaranteedReviews {
		/* display: block; */
	}
}
