.go-top-rated-link {
	text-decoration: none;
}
.go-top-rated-link:hover {
	text-decoration: none;
}
.go-grape-top-rated-reviews-info-top,
.go-grape-top-rated-reviews-qty,
.go-grape-top-rated-stars-block-title,
.go-grape-top-rated-title {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1;
}
.go-grape-top-rated-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.go-grape-top-rated-image {
	display: block;
	width: 100%;
	height: auto;
}
.go-grape-top-rated-image.desktop {
	display: none;
}
.go-grape-top-rated-text-block-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
}
.go-grape-top-rated-text-block {
	width: 380px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -50px;
}
.go-grape-top-rated-title {
	width: 100%;
	margin: 0;
	font-size: 48px;
	text-align: center;
	color: #4f6973;
}
.go-grape-top-rated-hr {
	width: 100%;
	height: 3px;
	background: #b4b4b4;
	margin: 10px 0;
}
.go-grape-top-rated-reviews-qty-block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  gap: 12px;
}
.go-grape-top-rated-stars-block {
	display: flex;
	flex-direction: column;
	align-items: start;
}
.go-grape-top-rated-stars-block-title {
	font-size: 40px;
	color: #b2b2b2;
}
.go-grape-top-rated-stars {
	display: block;
	width: 120px;
	height: auto;
}
.go-grape-top-rated-reviews-qty {
	font-size: 66px;
	color: #c1c1c1;
}
.go-grape-top-rated-reviews-info-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px;
}
.go-grape-top-rated-reviews-info-top {
	font-size: 27px;
	text-align: center;
	color: #c4c4c4;
}
.go-grape-top-rated-reviews-info-bottom {
	font-size: 21px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #c4c4c4;
}
.go-grape-top-rated-text-block {
  margin-top: -40px;
}
@media only screen and (min-width: 400px) {
	.go-grape-top-rated-text-block {
		margin-top: -70px;
	}
}
@media only screen and (min-width: 412px) {
	.go-grape-top-rated-text-block {
		margin-top: -30px;
	}
}
@media only screen and (min-width: 500px) {
	.go-grape-top-rated-text-block {
		margin-top: -50px;
	}
}
@media only screen and (min-width: 768px) {
	.go-grape-top-rated-section {
		flex-direction: row;
		justify-content: space-between;
	}
	.go-grape-top-rated-image,
	.go-grape-top-rated-text-block-wrap {
		width: 50%;
	}
	.go-grape-top-rated-image.mobile {
		display: none;
	}
	.go-grape-top-rated-image.desktop {
		display: block;
	}
	.go-grape-top-rated-text-block {
		margin-top: 0;
	}
	.go-grape-top-rated-hr {
		width: 280px;
	}
}
@media only screen and (min-width: 1024px) {
	.go-grape-top-rated-text-block {
		width: 470px;
	}
	.go-grape-top-rated-title {
		font-size: 61px;
	}
  .go-grape-top-rated-hr {
		width: 355px;
	}
	.go-grape-top-rated-stars-block-title {
		font-size: 48px;
	}
	.go-grape-top-rated-stars {
		width: 145px;
	}
	.go-grape-top-rated-reviews-qty {
		font-size: 88px;
	}
	.go-grape-top-rated-reviews-info-block {
		margin-top: 10px;
	}
	.go-grape-top-rated-reviews-info-top {
		font-size: 34px;
	}
	.go-grape-top-rated-reviews-info-bottom {
		font-size: 26px;
		margin-top: 3px;
	}
}
@media only screen and (min-width: 1360px) {
  .go-grape-top-rated-text-block {
		width: 620px;
	}
  .go-grape-top-rated-hr {
		width: 430px;
	}
	.go-grape-top-rated-title {
		font-size: 78px;
	}
	.go-grape-top-rated-stars-block-title {
		font-size: 62px;
	}
	.go-grape-top-rated-stars {
		width: 182px;
	}
	.go-grape-top-rated-reviews-qty {
		font-size: 112px;
	}
	.go-grape-top-rated-reviews-info-block {
		margin-top: 10px;
	}
	.go-grape-top-rated-reviews-info-top {
		font-size: 44px;
	}
	.go-grape-top-rated-reviews-info-bottom {
		font-size: 33px;
		margin-top: 3px;
	}
}
