.digit {
	text-align: center;
	font-weight: 600;
	font-size: 19px;
	line-height: 125%;
	letter-spacing: 1px;
	color: #fff;
}

#countdown {
	display: flex;
	align-items: center;
	gap: 5px;
}

#countdown .column {
	background: linear-gradient(273deg, #24cef7 0%, #dd1dfb 100%);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

#countdown .column-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 53px;
	height: 53px;
	background: linear-gradient(48deg, #473e67 0%, #705eb2 100%, #3913bd 100.01%);
}

.reviewesfs {
	background: #3e2a78;
	position: relative;
	min-height: 580px;
}

.reviewesfs .tg-container {
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.reviewesfs__image {
	position: absolute;
	left: 0;
	bottom: 0;
}

.reviewesfs__row {
	margin-left: auto;
}

.reviewesfs__title {
	font-weight: 700;
	line-height: 140%;
}

.reviewesfs__text {
	letter-spacing: 1px;
	max-width: 464px;
}

.reviewesfs__timer-wrap {
	z-index: 4;
	position: relative;
}

.reviewesfs__timer-wrap-inner {
	padding: 7px;
	background: linear-gradient(48deg, #473e67 0%, #705eb2 100%, #3913bd 100.01%);
	display: flex;
	align-items: center;
	gap: 13px;
	max-width: fit-content;
	border-radius: 50px;
	box-shadow: 0 0 7px 0 #24cef7;
}

.reviewesfs__button {
	background: linear-gradient(180deg, #fe9007 0%, #ffbc04 100%),
		linear-gradient(180deg, #fe9007 0%, #ffbc04 100%);
	border: 3px solid #ffbb05;
	border-radius: 50px;
	padding: 21px;
	min-width: 186px;
	display: flex;
	max-width: fit-content;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 19px;
	line-height: 125%;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all ease 0.3s;
}

.reviewesfs__button:hover {
	background: rgba(255, 187, 5, 0.2);
	transition: all ease 0.3s;
}

.reviewesfs__dontmiss {
	font-weight: 600;
	font-size: 19px;
	line-height: 125%;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}

.reviewesfs__list {
	margin-bottom: 30px;
}

.reviewesfs__list ul {
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.reviewesfs__list ul li {
	position: relative;
	padding-left: 34px;
	letter-spacing: 0.03em;
}

.reviewesfs__list ul li::before {
	content: '';
	background: url('/images/crown.svg') center center / cover no-repeat;
	width: 24px;
	height: 24px;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
}

.reviewesfs__image img {
	width: 100%;
}

.reviewers-without-rating__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.reviewers-without-rating {
	position: relative;
}

body .reviewers-without-rating .reviewers-without-rating__title {
	margin-bottom: 20px;
}

.reviewers-without-rating__item {
	background: #2c254e;
	border-radius: 20px;
	display: flex;
}

.reviewers-without-rating__item-left {
	background: linear-gradient(180deg, #2a1664 0%, #8d6fe454 100%);
	border-radius: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.reviewers-without-rating__text {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0.07em;
}

.reviewers-without-rating__item-right {
	position: relative;
}

.reviewers-without-rating__item-image {
	flex-shrink: 0;
	margin-bottom: 18px;
}

.reviewers-without-rating__item-image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.reviewers-without-rating__item-rating {
	font-weight: 600;
	font-size: 19px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 6px;
}

.reviewers-without-rating__item-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 125%;
	color: #fff;
	margin-bottom: 10px;
}

.reviewers-without-rating__item-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	letter-spacing: 1px;
	position: absolute;
	background: #2c254e;
	border-radius: 0 20px 20px 0;
	z-index: 4;
}

.reviewers-without-rating .read-more-btn {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 1px;
	color: #cd00ed;
	position: relative;
	cursor: pointer;
}

.reviewers-without-rating .read-more-btn::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	background: linear-gradient(180deg, #2c254ec9 10%, #2c254e 40%);
	height: 40px;
	width: 100%;
}

.reviewers-without-rating__item-right.item-open .read-more-btn::before {
	opacity: 0;
}

.reviewers-without-rating__item-right.item-open .read-more-btn {
	margin-top: 5px;
}

.reviewers-without-rating__item-right.item-open
	.reviewers-without-rating__item-text {
	box-shadow: 0 27px 46px rgb(0 0 0 / 35%);
	border-radius: 0 20px 20px 20px;
}

body .h2.reviewers_without_rating__title {
	margin-bottom: 20px;
	line-height: 125%;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 1200px) {
	.reviewers-without-rating__row {
		gap: 30px;
	}

	.reviewers-without-rating__first-item {
		flex-basis: calc((100% - 39px) / 2);
	}

	.reviewers-without-rating__item-container {
		flex-basis: calc((100% - 39px) / 2);
	}

	.reviewers-without-rating__item-left {
		flex-basis: 130px;
		padding: 32px 5px 31px 5px;
	}

	.reviewers-without-rating__item-right {
		flex-basis: 455px;
	}

	.reviewers-without-rating__item-text {
		padding: 0 10px 20px 30px;
	}

	.reviewers-without-rating__item-title {
		padding-left: 30px;
		margin-top: 25px;
	}

	.reviewers-without-rating::before {
		content: '';
		position: absolute;
		right: -750px;
		top: -200px;
		width: 3200px;
		height: 1200px;
		z-index: -1;
		background: center/contain no-repeat
			var(--wpr-bg-16496e10-500e-4483-9852-620d6c62093e);
	}
}

@media screen and (max-width: 1200px) {
	.reviewers-without-rating__row {
		gap: 20px;
		flex-direction: column;
	}

	.reviewers-without-rating__item-text {
		position: relative;
	}

	.reviewers-without-rating__item-right.item-open
		.reviewers-without-rating__item-text {
		background: 0;
		padding: 0;
		box-shadow: none;
	}

	.reviewers-without-rating__item-right {
		padding: 20px;
	}

	.reviewers-without-rating__item-left {
		padding: 20px 5px;
	}
}

@media screen and (max-width: 599.98px) {
	.reviewers-without-rating__item {
		flex-direction: column;
	}

	.reviewers-without-rating__item-left {
		border-radius: 20px 20px 0 0;
	}

	.reviewers-without-rating__item-title {
		font-size: 18px;
	}

	.reviewers-without-rating__item-text {
		font-size: 12px;
	}

	body .h2.reviewers_without_rating__title {
		margin-bottom: 10px;
	}

	.reviewers-without-rating__item-image {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.reviewesfs__image img {
		max-height: 562px;
	}

	.reviewesfs {
		height: calc(70vh - 88px);
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.reviewesfs__image img {
		max-height: 400px;
	}
}

@media screen and (min-width: 991px) {
	.reviewesfs__title {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.reviewesfs__text {
		font-size: 18px;
		margin-bottom: 52px;
	}

	.reviewesfs__row:has(.reviewesfs__list):not(.reviewesfs__timer-wrap)
		.reviewesfs__text {
		font-size: 16px;
		margin-bottom: 20px;
		max-width: 544px;
		line-height: 160%;
		letter-spacing: 0.03em;
	}

	.reviewesfs__row:not(.reviewesfs__timer-wrap) .reviewesfs__text {
		margin-bottom: 30px;
	}

	.reviewesfs__image-dn {
		display: none;
	}

	.reviewesfs__row {
		max-width: 544px;
		margin-bottom: 110px;
	}

	.reviewesfs__row:has(.reviewesfs__list) {
		margin-bottom: 87px;
	}

	.reviewesfs {
		display: flex;
		align-items: flex-end;
	}
}

@media screen and (max-width: 991px) {
	.reviewesfs__title {
		font-size: 30px;
		margin-bottom: 10px;
		text-align: center;
	}

	.reviewesfs__text {
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}

	.reviewesfs__image-dn {
		margin-bottom: 20px;
		position: relative;
	}

	.reviewesfs__image-dn::after {
		content: '';
		width: 100%;
		height: 45px;
		position: absolute;
		left: 0;
		bottom: -2px;
		background: center/ cover no-repeat
			var(--wpr-bg-557c18f6-60de-4009-9b4e-023882ee7404);
	}

	.reviewesfs__image-dn img {
		max-height: unset;
		margin-left: 30px;
	}

	.reviewesfs__image {
		display: none;
	}

	.reviewesfs {
		padding-bottom: 60px;
	}

	.reviewesfs__row {
		margin-right: auto;
		max-width: unset;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}

	.reviewesfs__timer-wrap-inner {
		padding: 30px 40px;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.reviewesfs__image-dn img {
		max-height: unset;
		margin-left: 0;
	}

	.reviewesfs .tg-container {
		display: block;
	}

	.reviewesfs__timer {
		order: 2;
	}

	.reviewesfs__dontmiss {
		order: 1;
	}

	.reviewesfs__button {
		order: 3;
	}

	.reviewesfs__timer-wrap-inner {
		background: transparent;
		box-shadow: none;
		padding: 0;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 13px;
		row-gap: 15px;
		justify-content: space-between;
	}

	.digit {
		font-size: 16px;
	}

	#countdown .column,
	#countdown .column-inner {
		background: transparent;
		width: unset;
		height: unset;
	}

	#countdown {
		gap: 13px;
		height: 50px;
		justify-content: center;
	}

	.reviewesfs__timer {
		flex-basis: calc((100% - 13px) / 2);
		background: #3e2a78;
		position: relative;
		border-radius: 50px;
	}

	.reviewesfs__timer::after {
		content: '';
		position: absolute;
		width: calc(100% + 4px);
		height: calc(100% + 4px);
		left: -2px;
		top: -2px;
		background: linear-gradient(273deg, #24cef7 0%, #dd1dfb 100%);
		border-radius: 50px;
		z-index: -1;
	}

	.reviewesfs__dontmiss {
		flex-basis: 100%;
		text-align: left;
	}

	.reviewesfs__button {
		font-size: 17px;
		min-width: 149px;
		padding: 14px;
	}

	.reviewesfs__list ul {
		flex-direction: column;
		gap: 10px;
	}
}

@media screen and (max-width: 440px) {
	.reviewesfs__image-dn img {
	}

	.reviewesfs__title {
		text-align: left;
	}

	.reviewesfs__text {
		text-align: left;
		letter-spacing: unset;
	}

	.reviewesfs__row {
		align-items: flex-start;
	}

	.reviewesfs__timer-wrap-inner,
	.reviewesfs__timer-wrap {
		min-width: 100%;
	}
}
