.howisrated__header {
	display: flex;
	align-items: center;
}

.howisrated {
	position: relative;
}

.howisrated__header svg {
	flex-basis: 2px;
	flex-shrink: 0;
}

.howisrated .howisrated__title {
	margin-bottom: 0;
	padding: 0;
}

.howisrated__row {
	display: flex;
	flex-wrap: wrap;
	z-index: 4;
	position: relative;
}

.howisrated__item {
	position: relative;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 17px;
	min-height: 170px;
}

.howisrated__item-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 125%;
	max-width: 170px;
	flex: 1;
}

.howisrated__item-button {
	background: #cd00ed;
	border: 1px solid #cd00ed;
	display: flex;
	max-width: fit-content;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	padding: 10px;
	min-width: 114px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all ease 0.3s;
}

.howisrated__item-button:hover {
	background: rgba(232, 236, 18, 0.2);
	transition: all ease 0.3s;
	color: #fff;
}

.howisrated__item-image {
	position: absolute;
	top: -37px;
	right: 0;
}

.howisrated__item-image img {
	width: 197px;
	height: 197px;
}

.aboutvip__row {
	display: flex;
	gap: 30px;
}

.aboutvip {
	position: relative;
}

.aboutvip::before {
	content: '';
	position: absolute;
	left: -300px;
	top: -100px;
	width: 1361px;
	height: 593px;
	z-index: -1;
	background: center/ contain no-repeat
		var(--wpr-bg-ab1de678-5d9e-45ae-8bd6-d4034a9b6841);
}

.aboutvip__item {
	background: #12104f;
	border-radius: 20px;
}

.aboutvip__right .aboutvip__item {
	margin-bottom: 30px;
}

.aboutvip__left .aboutvip__item {
	height: 100%;
}

.aboutvip__item-title {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
	line-height: 125%;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.aboutvip__item-text ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 373px;
	justify-content: space-between;
}

.aboutvip__item-text ul li {
	flex-basis: 108px;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	margin-left: 20px;
}

.aboutvip__button-wrapper {
	display: flex;
}

.aboutvip__outline-button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	min-width: 277px;
	padding: 19px;
	font-size: 18px;
	font-weight: 600;
	line-height: 160%;
	background: none;
	border: 1px solid #cd00ed;
	border-radius: 8px;
	cursor: pointer;
	flex-basis: calc((100% - 30px));
}

.aboutvip__fill-button {
	min-width: 277px;
	border-radius: 8px;
	flex-basis: calc((100% - 30px));
}

.requirements__row {
	background: #12104f;
	border-radius: 20px;
	display: flex;
	align-items: center;
}

.requirements__title {
	margin-bottom: 20px;
}

.requirements__right {
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}

.requirements__right-header {
	background: rgba(0, 237, 166, 0.1);
	border-radius: 20px 20px 0 0;
	display: flex;
}

.requirements__right-header .requirements__right-header-item:first-child {
	border-right: 1px solid rgba(0, 237, 166, 0.1);
}

.requirements__right-header-item {
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
	width: 100%;
}

.requirements__right-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.requirements__item {
	flex-basis: 100%;
	display: flex;
	align-items: center;
}

.requirements__item-title {
	width: 100%;
	text-align: center;
}

.requirements__item-list {
	width: 100%;
	display: flex;
	align-items: center;
}

.requirements__item-list p {
	margin: 0;
}

.requirements__item-list ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.requirements__item-list ul li {
	color: #cd00ed;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
}

@media screen and (min-width: 991px) {
	.requirements__row {
		padding: 69px 40px 50px 50px;
		gap: 50px;
	}

	.requirements__subtitle {
		margin-bottom: 30px;
	}

	.requirements__left {
		flex-basis: 600px;
	}

	.requirements__right {
		flex-basis: 460px;
	}

	.requirements__right-header .requirements__right-header-item:first-child {
		flex-basis: 210px;
	}

	.requirements__right-header .requirements__right-header-item:last-child {
		flex-basis: 250px;
	}

	.requirements__item-title {
		flex-basis: 210px;
		padding: 22px 27px;
	}

	.requirements__item-list {
		flex-basis: 250px;
		padding: 10px 25px 10px 45px;
	}

	.requirements__button-dn {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.requirements__row {
		padding: 20px;
		gap: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.requirements__subtitle {
		margin-bottom: 20px;
	}

	.requirements__item-title {
		padding: 22px 27px;
	}

	.requirements__item-list {
		padding: 10px 25px 10px 45px;
	}

	.requirements__button {
		display: none;
	}

	.requirements__button-dn {
		display: flex;
	}
}

@media screen and (max-width: 600px) {
	.requirements__item-list {
		padding: 14px 14px 14px 34px;
	}

	.requirements__item-title {
		padding: 14px;
	}

	.requirements__item {
		border-bottom: 1px solid rgba(0, 237, 166, 0.1);
	}

	.requirements__right-header-item {
		padding: 14px;
	}

	.requirements__right-row .requirements__item:last-child {
		border-bottom: 0;
	}

	.requirements__subtitle {
		font-size: 15px;
	}
}

@media screen and (min-width: 991px) {
	.aboutvip__left {
		flex-basis: calc((100% - 30px) / 2);
	}

	.aboutvip__right {
		flex-basis: calc((100% - 30px) / 2);
	}

	.aboutvip__item {
		padding: 40px;
	}

	.aboutvip__button-wrapper {
		gap: 30px;
	}
}

@media screen and (max-width: 991px) {
	.aboutvip__row {
		flex-direction: column;
	}

	.aboutvip__item {
		padding: 20px;
	}

	.aboutvip__fill-button,
	.aboutvip__outline-button {
		max-width: unset;
		min-width: 150px;
	}

	.aboutvip__button-wrapper {
		gap: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.howisrated__item {
		flex-basis: calc((100% - 30px) / 3);
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.howisrated__item {
		flex-basis: calc((100% - 15px) / 2);
	}
}

@media screen and (min-width: 991px) {
	.howisrated__header {
		gap: 49px;
	}

	.howisrated__header {
		margin-bottom: 54px;
	}

	.howisrated__row {
		column-gap: 15px;
		row-gap: 60px;
	}

	.howisrated .howisrated__title {
		flex-basis: 440px;
	}

	.howisrated__subtitle {
		flex-basis: 660px;
	}

	.howisrated__item {
		padding: 30px 30px 25px 30px;
	}

	.howisrated::before {
		content: '';
		position: absolute;
		left: -300px;
		top: -100px;
		width: 1361px;
		height: 593px;
		z-index: -1;
		background: center/ contain no-repeat
			var(--wpr-bg-f671d325-2e0a-428d-9146-0a726187b88a);
	}
}

@media screen and (max-width: 991px) {
	.howisrated__header {
		gap: 20px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.howisrated__item-title {
		margin-bottom: 10px;
	}

	.howisrated__header svg {
		display: none;
	}

	.howisrated__row {
		flex-direction: column;
		gap: 25px;
	}

	.howisrated__item {
		padding: 20px;
		min-height: 167px;
	}

	.howisrated__item-image img {
		width: 197px;
		height: 197px;
	}
}
