.livefs {
	min-height: 600px;
	display: flex;
	align-items: center;
	border-radius: 0 0 50px 50px;
	margin: 0 !important;
}

.livefs__row {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.livefs__image img {
	max-height: 682px;
	width: 100%;
}

.livefs__body {
	position: relative;
	z-index: 3;
}

.livefs__title {
	margin-bottom: 20px;
}

.livefs__title strong {
	color: #cd00ed;
}

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

.livefs__text {
	max-width: 500px;
	line-height: 160%;
}

.livefs__button {
	min-width: 199px;
}
.lcadvantages {
	position: relative;
}

.lcadvantages__decor {
	position: absolute;
	top: -234px;
	left: 0;
	z-index: -1;
}

.lcadvantages__decor-right {
	position: absolute;
	top: -177px;
	right: 0;
	z-index: -1;
}

.lcadvantages__header {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	max-width: 690px;
	margin-left: auto;
}

.lcadvantages__title {
	text-align: right;
	max-width: 690px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.lcadvantages__title strong {
	color: #cd00ed;
}

.lcadvantages__title h2 {
	margin-bottom: 0;
}

.lcadvantages__subtitle {
	text-align: right;
	max-width: 588px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}

.lcadvantages__fill-button {
	min-width: 180px;
}

.lcadvantages__row {
	max-width: 557px;
	display: flex;
	flex-direction: column;
}

.lcadvantages__item {
	background: linear-gradient(90deg, #4b57b1 0%, #670177 100%);
	border-radius: 20px 60px 20px 20px;
	padding: 25px 80px 25px 25px;
	position: relative;
	max-width: 422px;
}

.lcadvantages__row .lcadvantages__item:nth-child(even) {
	margin-left: 100px;
}

.lcadvantages__item-title {
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 5px;
	color: #cd00ed;
}

.lcadvantages__item-text {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
	max-width: 317px;
}

.lcadvantages__item-image {
	position: absolute;
	right: -32px;
	top: -32px;
}

.lcadvantages__item-image img {
	max-height: 136px;
	width: 100%;
}

.types__title {
	max-width: 690px;
}

.types__title strong {
	color: #cd00ed;
}

.types__row {
	display: flex;
	flex-wrap: wrap;
}

.types__item {
	background: url('/images/types-bg.png') center center / cover no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
}

.types__item-image {
	position: absolute;
	left: -44px;
	top: -100px;
}

.types__item-title {
	line-height: 125%;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-align: center;
}

.types__item-text {
	text-align: center;
	line-height: 160%;
}

.types__inner-items-title {
	text-align: center;
	line-height: 140%;
	margin-bottom: 15px;
	font-weight: 600;
}

.types__inner-items-wrap {
	flex: 1;
}

.types__inner-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.types__inner-item {
	display: flex;
	border-radius: 26px;
	padding: 8px 14px;
	color: #381c98;
	font-size: 13px;
	font-weight: 600;
	line-height: 140%;
	gap: 5px;
	align-items: center;
}

.types__inner-image img {
	max-height: 32px;
	flex-basis: 32px;
	width: 100%;
}

.types__inner-image {
	flex-shrink: 0;
}

.types__item-inner-text {
	flex-basis: 93px;
	text-transform: capitalize;
}

.types__fill-button {
	min-width: 100%;
}

.types__item-image img {
	width: 100%;
}

.livesteps__row {
	display: flex;
	flex-wrap: wrap;
}

.livesteps__item {
	background: #381c98;
	border-radius: 20px;
	padding: 20px;
	position: relative;
}

.livesteps__item-number {
	position: absolute;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid #cd00ed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 125%;
	top: -40px;
	left: 20px;
	background: #381c98;
	color: #fff;
}

.livesteps__item-title {
	color: #cd00ed;
	font-size: 19px;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 15px;
}

.livesteps__item-text {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1px;
}

.topchoice__row {
	display: flex;
	flex-wrap: wrap;
}

.topchoice {
	position: relative;
}

body .topchoice .topchoice__title {
	margin-bottom: 10px;
}

.topchoice__item-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

body .topchoice .topchoice__title strong {
	color: #cd00ed;
}

.topchoice__item {
	background: #381c98;
	border-radius: 20px;
	display: flex;
}

.topchoice__item-left {
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.25);
	background: linear-gradient(269deg, #5928ff 0%, #381c98 100%);
	border-radius: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.topchoice__text {
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.5px;
}

.topchoice__item-right {
	position: relative;
	padding: 20px;
}

.topchoice__item-image {
	flex-shrink: 0;
}

.topchoice__item-image img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.topchoice__item-title {
	font-weight: 600;
	font-size: 22px;
	line-height: 125%;
	color: #cd00ed;
	margin-bottom: 15px;
	letter-spacing: 1px;
	max-width: 297px;
}

.topchoice__item-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	letter-spacing: 1px;
}

.gameslist {
	position: relative;
}

.gameslist .tg-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.gameslist__decor-1 {
	position: absolute;
	left: 0;
	top: -300px;
	z-index: -1;
}

.gameslist__decor-2 {
	position: absolute;
	right: 0;
	top: -150px;
	z-index: -1;
}

.gameslist__title strong {
	color: #cd00ed;
}

.gameslist__text {
	line-height: 160%;
	letter-spacing: 0.5px;
}

.gameslist__list {
	max-width: 626px;
	margin-left: auto;
	margin-right: auto;
}

.gameslist__list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
}

.gameslist__list ul li {
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 19px;
	line-height: 125%;
	letter-spacing: 1px;
	font-weight: 600;
	gap: 20px;
}

.gameslist__list ul li::before {
	content: '';
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	background: url('/images/games-list-icon.png') center center / cover no-repeat;
}

.livegames {
	position: relative;
	margin-top: -120px;
	z-index: 33;
}

.livegames__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.livegames__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.livegames__item::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #349a81 16%, #5633c8 100%);
	z-index: -1;
}

.livegames__item-image {
	margin-bottom: 15px;
}

.livegames__item-title {
	font-size: 16px;
	line-height: 160%;
	font-weight: 600;
	margin-bottom: 20px;
}

.livegames__item-button {
	min-width: 115px;
	border-radius: 8px;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
}

.livegames__item-image img {
	width: 100%;
}

@media screen and (min-width: 1200px) {
	.livegames__item {
		flex-basis: calc((100% - 120px) / 6);
	}

	.livegames__row {
		gap: 24px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.livegames__item {
		flex-basis: calc((100% - 48px) / 3);
	}

	.livegames__row {
		gap: 24px;
	}
}

@media screen and (min-width: 768px) {
	.livegames__item-image img {
		max-height: 107px;
	}
}

@media screen and (max-width: 768px) {
	.livegames__item {
		flex-basis: calc((100% - 12px) / 2);
	}

	.livegames__row {
		gap: 12px;
	}

	.livegames__item-image img {
		max-height: 90px;
	}

	.livegames__item::after {
		width: 150px;
		height: 150px;
	}
}

@media screen and (min-width: 991px) {
	.gameslist__title {
		margin-bottom: 50px;
	}

	.gameslist__text-before {
		margin-bottom: 50px;
	}

	.gameslist__list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 991px) {
	.gameslist__title {
		margin-bottom: 30px;
	}

	.gameslist__text-before {
		margin-bottom: 30px;
	}

	.gameslist__list {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.gameslist .tg-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 600px) {
	.gameslist__list ul li {
		flex-basis: 248px;
	}
}

@media screen and (max-width: 600px) {
	.gameslist__list ul {
		flex-direction: column;
		gap: 15px;
	}

	.gameslist__list ul {
		flex-direction: column;
		gap: 15px;
	}
}

@media screen and (min-width: 1200px) {
	.topchoice__row {
		gap: 24px;
	}

	.topchoice__first-item {
		flex-basis: calc((100% - 24px) / 2);
	}

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

	.topchoice__item-left {
		flex-basis: 140px;
		padding: 48px 10px;
	}

	.topchoice__item-right {
		flex-basis: 448px;
	}
}

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

	.topchoice__item-text {
		position: relative;
	}

	.topchoice__item-right,
	.topchoice__item-left {
		padding: 20px;
	}

	.topchoice__item-left {
		flex-basis: 140px;
	}

	.topchoice__item-right {
		flex-basis: 100%;
	}
}

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

	.topchoice__item-left {
		border-radius: 20px 20px 0 0;
	}

	.topchoice__item-title {
		font-size: 18px;
	}

	.topchoice__item-text {
		font-size: 12px;
	}
}

@media screen and (min-width: 1200px) {
	.livesteps__row {
		column-gap: 24px;
		row-gap: 65px;
	}

	.livesteps__item {
		flex-basis: calc((100% - 72px) / 4);
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.livesteps__row {
		column-gap: 24px;
		row-gap: 65px;
	}

	.livesteps__item {
		flex-basis: calc((100% - 48px) / 3);
	}
}

@media screen and (min-width: 991px) {
	.livesteps .title-subtitle__title {
		flex-basis: 524px;
	}

	.livesteps .title-subtitle__text {
		flex-basis: 576px;
	}

	.livesteps .title-subtitle {
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 991px) {
	.livesteps__row {
		margin-top: 60px;
	}
}

@media screen and (max-width: 768px) {
	.livesteps__row {
		column-gap: 12px;
		row-gap: 35px;
	}

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

	.livesteps__item-number {
		width: 40px;
		height: 40px;
		top: -20px;
		font-size: 24px;
	}
}

@media screen and (max-width: 480px) {
	.livesteps__item {
		flex-basis: 100%;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.types__inner-items {
		flex-direction: column;
	}
}

@media screen and (min-width: 991px) {
	.types__title {
		margin-bottom: 145px;
	}

	.types__row {
		gap: 24px;
	}

	.types__item {
		flex-basis: calc((100% - 48px) / 3);
		padding: 245px 20px 30px 20px;
		border-radius: 40px;
	}

	.types__item-image img {
		max-height: 350px;
	}

	.types__item-title {
		font-size: 36px;
	}

	.types__item-text {
		margin-bottom: 30px;
	}

	.types__inner-items-title {
		font-size: 24px;
	}

	.types__inner-items {
		column-gap: 15px;
		row-gap: 10px;
		margin-bottom: 30px;
	}

	.types__inner-item {
		flex-basis: calc((100% - 15px) / 2);
	}
}

@media screen and (max-width: 991px) {
	.types__item {
		padding: 245px 20px 30px 20px;
		border-radius: 40px;
	}

	.types__item-title {
		font-size: 28px;
	}

	.types__item-text {
		margin-bottom: 20px;
	}

	.types__inner-items-title {
		font-size: 20px;
	}

	.types__inner-items {
		margin-bottom: 20px;
	}

	.types__inner-item {
		flex-basis: calc((100% - 10px) / 2);
		padding: 8px;
	}

	.types__item-image img {
		max-height: 350px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.types__title {
		margin-bottom: 70px;
	}

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

	.types__row {
		justify-content: center;
	}

	.types__inner-items {
		flex-direction: column;
		gap: 10px;
	}

	.types__inner-item {
		min-width: 100%;
	}

	.types__row {
		column-gap: 24px;
		row-gap: 72px;
	}
}

@media screen and (max-width: 768px) {
	.types__item {
		max-width: 384px;
		margin-left: auto;
		margin-right: auto;
	}

	.types__inner-items {
		gap: 10px;
	}

	.types__row {
		gap: 72px;
	}

	.types__title {
		margin-bottom: 40px;
	}

	.types__item-image img {
		max-height: 300px;
	}

	.types__item {
		border-radius: 20px;
	}

	.types__item-image {
		top: -60px;
	}

	.types__item-text {
		font-size: 14px;
	}

	.types__item {
		padding: 225px 20px 30px 20px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.lcadvantages__subtitle {
		max-width: 400px;
		font-size: 14px;
	}

	body .lcadvantages__header-money {
		left: 200px;
	}
}

@media screen and (min-width: 991px) {
	.lcadvantages__header {
		margin-bottom: -377px;
	}

	.lcadvantages__row {
		gap: 52px;
	}

	.lcadvantages__header-money {
		width: 535px;
		height: 298px;
		position: absolute;
		bottom: -200px;
		left: 100px;
		background: center/ contain no-repeat
			var(--wpr-bg-dbc425de-1398-4ad7-adda-a02f661ef3b2);
	}
}

@media screen and (max-width: 991px) {
	.lcadvantages__subtitle {
		font-size: 14px;
	}

	.lcadvantages__row {
		gap: 52px;
	}
}

@media screen and (max-width: 768px) {
	.lcadvantages__row .lcadvantages__item:nth-child(even) {
		margin-left: 0;
	}

	.lcadvantages__header {
		margin-bottom: 50px;
	}

	.lcadvantages__item-image {
		right: -20px;
	}

	.lcadvantages__item-image img {
		max-height: 120px;
	}

	.lcadvantages__row {
		gap: 30px;
	}
}

@media screen and (min-width: 991px) {
	.livefs__row {
		justify-content: space-between;
	}

	.livefs__image {
		flex-basis: 583px;
	}

	.livefs__body {
		flex-basis: 583px;
	}

	.livefs__image {
		position: absolute;
		right: -100px;
		top: -60px;
	}

	.livefs__body {
		max-width: 583px;
		padding-top: 95px;
	}

	.livefs__title h1 {
		font-size: 40px;
	}

	.livefs__text {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.livefs__image {
		right: -140px;
	}
}

@media screen and (max-width: 991px) {
	.livefs__title h1 {
		font-size: 28px;
	}

	.livefs__text {
		margin-bottom: 20px;
	}

	.livefs__body {
		margin-bottom: 160px;
		margin-top: -50px;
	}

	.livefs {
		background-position: left !important;
	}

	.livefs__image {
		margin-left: -40px;
		margin-right: -40px;
		margin-top: -40px;
	}
}
