.first-screen-bonuses__wrapper {
	display: flex;
	gap: 24px;
	overflow: visible;
}

.first-screen-bonuses {
	padding: 25px 0 0 0;
	overflow: hidden;
}

.first-screen-bonuses__wrapper strong {
	color: #fff;
	font-weight: 700;
}

.first-screen-bonuses__left-banner {
	display: flex;
	border-radius: 10px 40px;
	background: linear-gradient(326deg, #3337a0 24.15%, #343899 100%);
	flex-direction: column;
	overflow: hidden;
	position: relative;
	flex-basis: 486px;
	padding: 30px 0;
	max-height: 500px;
}

.first-screen-bonuses__left-heading h3 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
}

.first-screen-bonuses__left-heading {
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
}

.first-screen-bonuses__sub-heading {
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 54px;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 254px;
}

.first-screen-bonuses__left-heading strong {
	font-weight: 600;
}

.first-screen-bonuses__left-bonus {
	display: flex;
	max-width: 319px;
	position: relative;
	z-index: 1;
	overflow: visible;
	backdrop-filter: blur(4px);
	background: rgba(91, 96, 255, 0.7);
	border-radius: 0 20px 67px 0;
	padding: 22px 30px 21px 30px;
}

.first-screen-bonuses__left-bonus img {
	object-fit: cover;
	position: absolute;
	right: -57px;
	top: -47px;
	width: 163px;
	height: 186px;
	z-index: -1;
}

.first-screen-bonuses__left-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.first-screen-bonuses__left-bg-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.first-screen-bonuses__left-bonus p {
	line-height: 130%;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	letter-spacing: 0.07em;
	gap: 12px;
}

.first-screen-bonuses__left-bonus p br {
	display: none;
}

.first-screen-bonuses__left-bonus p strong {
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0;
}

.first-screen-bonuses__central-banners {
	flex-basis: 282px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.first-screen-bonuses__right-banner {
	flex-basis: 384px;
	border-radius: 10px 40px 40px 40px;
	background: #3e42b4;
	position: relative;
	padding: 20px;
}

.first-screen-bonuses__top-banner {
	background: linear-gradient(180deg, #3b3ea8 0%, #4347cc 100%);
	border-radius: 10px 40px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	flex-basis: 356px;
	overflow: visible;
}

.first-screen-bonuses__right-btn {
	box-shadow: 0 0 6px 0 rgba(255, 197, 92, 0.3);
	background: #ff8000;
	transform: rotate(-5deg);
	border-radius: 5px 20px 5px 5px;
	padding: 9px;
	min-width: 155px;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
}

.first-screen-bonuses__right-text {
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 150%;
	max-width: 281px;
	margin-bottom: 24px;
}

.first-screen-bonuses__top-center-heading h3 {
	margin-bottom: 3px;
	font-size: 32px;
}

.first-screen-bonuses__top-center-heading {
	position: relative;
	z-index: 1;
}

.first-screen-bonuses__top-center-text {
	font-size: 14px;
	line-height: 150%;
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 0.8);
}

.first-screen-bonuses__bot-banner {
	flex-basis: 120px;
	border-radius: 10px 40px;
	box-shadow: 0 0 15px 0 rgba(0, 237, 166, 0.5);
	background: linear-gradient(180deg, #3b3ea8 0%, #4347cc 100%);
	padding: 29px 20px 20px 20px;
	position: relative;
}

.first-screen-bonuses__bot-center-text p {
	font-size: 14px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 141px;
	letter-spacing: 0.07em;
}

.first-screen-bonuses__bot-center-text br {
	display: none;
}

.first-screen-bonuses__bot-center-text strong {
	font-size: 21px;
}

.first-screen-bonuses__bot-banner svg {
	position: absolute;
	right: 25px;
	top: 6px;
}

.first-screen-bonuses__bot-center-img {
	position: absolute;
	width: 143px;
	height: 155px;
	bottom: -45px;
	right: -25px;
}

.first-screen-bonuses__top-center-btn {
	box-shadow: 0 0 14px 0 rgba(1, 34, 174, 0.6);
	background: #cd00ed;
	transform: rotate(-5deg);
	border-radius: 5px 20px 5px 5px;
	padding: 10px 19px;
	min-width: 194px;
	width: fit-content;
	text-transform: capitalize;
	color: #3b3fb5;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	position: relative;
}

.first-screen-bonuses__top-center-img {
	position: absolute;
	min-width: 339px;
	height: 240px;
	bottom: -28px;
	left: -20px;
	z-index: 0;
}

.first-screen-bonuses__right-heading {
	position: relative;
	z-index: 1;
}

.first-screen-bonuses__right-heading h3 {
	font-weight: 400;
	margin-bottom: 4px;
}

.first-screen-bonuses__right-img {
	position: absolute;
	right: -38px;
	bottom: -35px;
	min-width: 408px;
	height: 527px;
	z-index: 0;
}

.textimage {
	position: relative;
	z-index: 4;
}

.textimage__row {
	display: flex;
	border-radius: 20px;
}

.textimage::after {
	content: '';
	position: absolute;
	left: -300px;
	top: -100px;
	width: 1361px;
	height: 593px;
	z-index: -1;
	background: center/ contain no-repeat
		var(--wpr-bg-9a09e564-742c-452b-9b85-2f1d8ed58dba);
}

.textimage__body-title {
	margin-bottom: 20px;
}

.textimage__body-title strong {
	color: #cd00ed;
}

.textimage__body-text {
	line-height: 160%;
}

.textimage__body-text strong {
	font-weight: 400;
	color: #cd00ed;
}

.new-bonuses-big__header {
	max-width: 690px;
}

.new-bonuses-big__main-txt {
	max-width: 670px;
}

.new-bonuses-big__title p {
	margin: 0;
}

.new-bonuses-big__title strong {
	font-weight: 600;
	color: #cd00ed;
}

.new-bonuses-big__main-txt strong {
	color: #cd00ed;
	font-weight: 400;
}

.new-bonuses-big__row {
	display: flex;
	position: relative;
}

.new-bonuses-big__left-title-wrap {
	display: flex;
	max-width: 548px;
}

.new-bonuses-big__left-title {
	font-weight: 600;
	margin: 0;
	line-height: 125%;
}

.new-bonuses-big__items {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.new-bonuses-big__item {
	max-width: 480px;
	position: relative;
}

.new-bonuses-big__item-title {
	font-weight: 700;
	margin-bottom: 5px;
	line-height: 140%;
}

.new-bonuses-big__btn-wrap {
	display: flex;
}

.new-bonuses-big__fill-button {
	min-width: 216px;
}

.new-bonuses-big__attention {
	display: flex;
	gap: 10px;
}

.new-bonuses-big__attention-image {
	flex-basis: 60px;
}

.new-bonuses-big__attention-image img {
	max-height: 60px;
}

.new-bonuses-big__attention-body {
	flex-basis: 410px;
}

.new-bonuses-big__attention-title {
	color: #fd8172;
	font-weight: 600;
	font-size: 19px;
	margin-bottom: 9px;
}

.new-bonuses-big__attention-text {
	font-size: 13px;
}

.howtogetbonuses {
	position: relative;
}

.howtogetbonuses__decor {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: -1;
	width: 1240px;
	height: 1110px;
	background: center/ contain no-repeat
		var(--wpr-bg-817664c2-03e7-4efc-af1b-1151e0cb754b);
}

.howtogetbonuses {
	position: relative;
}

.howtogetbonuses::before {
	content: '';
	position: absolute;
	left: -300px;
	top: -100px;
	width: 1361px;
	height: 593px;
	z-index: -1;
	background: center/ contain no-repeat
		var(--wpr-bg-0d3dd953-8a82-466e-9bb4-6fc479b271d2);
}

.howtogetbonuses__decor-mobile {
	position: absolute;
	left: 11px;
	top: 200px;
	z-index: -1;
	width: 120px;
	height: 115px;
	background: center/ contain no-repeat
		var(--wpr-bg-16cfae5d-6921-40ae-869f-05fb36cb6743);
}

.howtogetbonuses__header {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.howtogetbonuses__title {
	text-align: right;
	max-width: 690px;
}

.howtogetbonuses__title strong {
	color: #cd00ed;
	font-weight: 600;
}

.howtogetbonuses__title h2 {
	margin: 0;
}

.howtogetbonuses__subtitle {
	text-align: right;
	max-width: 588px;
}

.howtogetbonuse__fill-button {
	border-radius: 20px 5px 5px 5px;
	min-width: 193px;
	height: 50px;
}

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

.howtogetbonuses__list {
	display: flex;
	flex-direction: column;
}

.howtogetbonuses__attention {
	background: #30284c;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	gap: 20px;
}

.howtogetbonuses__item {
	background: linear-gradient(
		270deg,
		rgba(139, 2, 142, 0.7) 0%,
		rgba(83, 4, 129, 0.7) 14.5%,
		rgba(50, 83, 183, 0.7) 84.5%,
		rgba(60, 56, 186, 0.7) 100%
	);
	border-radius: 10px 40px 10px 10px;
	display: flex;
	align-items: center;
	position: relative;
}

.howtogetbonuses__item-decor {
	position: absolute;
	top: 0;
	right: 0;
	width: 78%;
	height: calc(100% - 20px);
	background: rgba(255, 255, 255, 0.15);
	border-radius: 10px 40px 10px 10px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.howtogetbonuses__item-left {
	flex-basis: 83px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.howtogetbonuses__item-step {
	line-height: 130%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.howtogetbonuses__item-number {
	font-weight: 600;
	line-height: 130%;
}

.howtogetbonuses__item-right {
	flex-basis: 300px;
}

.howtogetbonuses__item-text {
	color: #cd00ed;
	font-weight: 600;
	line-height: 160%;
}

.howtogetbonuses__item-image {
	position: absolute;
	right: -30px;
	top: -30px;
}

.howtogetbonuses__item-image {
	max-height: 90px;
}

.howtogetbonuses__attention-title {
	line-height: 125%;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 9px;
	color: #fd8172;
}

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

.howtogetbonuses .wp-block-pb-accordion-item {
	background: unset;
	padding: unset;
	margin: unset;
}

.howtogetbonuses .wp-block-pb-accordion-item .c-accordion__title {
	padding: 0;
}

.howtogetbonuses .wp-block-pb-accordion-item .c-accordion__content {
	padding: 0 !important;
}

.howtogetbonuses .c-accordion__title:after {
	right: 0;
}

@media screen and (min-width: 1200px) {
	.howtogetbonuses__attention {
		flex-basis: 540px;
	}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	.howtogetbonuses__attention {
		flex-basis: 340px;
	}
}

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

	.howtogetbonuses__subtitle {
		margin-bottom: 40px;
		line-height: 160%;
		font-size: 16px;
	}

	.howtogetbonuses__row {
		gap: 72px;
	}

	.howtogetbonuses__list {
		flex-basis: 588px;
		gap: 50px;
		align-items: flex-end;
	}

	.howtogetbonuses__item {
		padding: 20px 60px 35px 20px;
		gap: 55px;
		max-width: 488px;
	}

	.howtogetbonuses__list .howtogetbonuses__item:nth-child(odd) {
		margin-right: 100px;
	}

	.howtogetbonuses__item-step {
		font-size: 26px;
		margin-bottom: -12px;
	}

	.howtogetbonuses__item-number {
		font-size: 58px;
	}

	.howtogetbonuses__header {
		margin-bottom: -71px;
	}

	.howtogetbonuses__attention-image {
		flex-basis: 80px;
		flex-shrink: 0;
	}

	.howtogetbonuses__attention-body {
		flex-basis: 400px;
	}

	.howtogetbonuses__item-text {
		font-size: 18px;
		margin-top: 5px !important;
	}

	.howtogetbonuses .c-accordion__title {
		pointer-events: none;
	}

	.howtogetbonuses__decor-mobile {
		display: none;
	}

	.howtogetbonuses__item-body-text {
		font-size: 14px;
	}

	.howtogetbonuses .c-accordion__title::after {
		display: none;
	}

	.howtogetbonuses__item-body-text {
		display: block !important;
	}
}

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

	.howtogetbonuses__subtitle {
		margin-bottom: 30px;
		line-height: 130%;
		font-size: 14px;
	}

	.is-open .howtogetbonuses__item-body-text {
		margin-top: 20px;
	}

	.howtogetbonuses__row {
		gap: 15px;
		flex-direction: column;
		align-items: center;
	}

	.howtogetbonuses__list {
		gap: 15px;
		max-width: 450px;
		width: 100%;
	}

	.howtogetbonuses__item {
		padding: 15px 15px 30px 10px;
		gap: 42px;
		min-width: 100%;
	}

	.howtogetbonuses__item-step {
		font-size: 15px;
		margin-bottom: -7px;
	}

	.howtogetbonuses__item-number {
		font-size: 34px;
	}

	.howtogetbonuses__item-image {
		display: none;
	}

	.howtogetbonuses__header {
		margin-bottom: 50px;
	}

	.howtogetbonuses__attention {
		max-width: 450px;
		flex-direction: column;
		gap: 10px;
	}

	.howtogetbonuses__item-text {
		font-size: 16px;
		max-width: 156px;
	}

	.howtogetbonuses__decor {
		display: none;
	}

	.howtogetbonuses__decor-mobile {
		display: block;
	}

	.howtogetbonuses__item-body-text {
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.howtogetbonuses__decor-mobile {
		width: 220px;
		height: 215px;
	}
}

@media screen and (max-width: 768px) {
	.howtogetbonuses__decor-mobile {
		width: 120px;
		height: 115px;
	}
}

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

	.new-bonuses-big__row {
		border-radius: 40px;
		padding: 40px;
		align-items: flex-end;
		justify-content: space-between;
		gap: 20px;
	}

	.new-bonuses-big__left {
		flex-basis: 570px;
	}

	.new-bonuses-big__right {
		flex-basis: 480px;
	}

	.new-bonuses-big__left-subtitle {
		font-size: 24px;
		line-height: 140%;
		margin-bottom: 10px;
	}

	.new-bonuses-big__left-title {
		font-size: 36px;
		flex-basis: 410px;
	}

	.new-bonuses-big__left-title-image img {
		max-height: 54px;
	}

	.new-bonuses-big__left-title-wrap {
		gap: 10px;
		margin-bottom: 16px;
	}

	.new-bonuses-big__left-text {
		margin-bottom: 40px;
	}

	.new-bonuses-big__left-image {
		position: absolute;
		right: 40px;
		top: 40px;
	}

	.top-position {
		top: 140px;
	}

	.new-bonuses-big__left-image img {
		max-height: 500px;
		width: 100%;
	}

	.new-bonuses-big__items {
		gap: 15px;
	}

	.new-bonuses-big__item {
		border-radius: 0 20px 70px 0;
		padding: 20px 100px 20px 40px;
		margin-left: -40px;
	}

	.new-bonuses-big__item-title {
		font-size: 24px;
	}

	.new-bonuses-big__item-text {
		font-size: 14px;
	}

	.new-bonuses-big__btn-wrap {
		align-items: flex-end;
		gap: 40px;
	}

	.new-bonuses-big__fill-button {
		flex-basis: 216px;
	}

	.new-bonuses-big__btn-image {
		flex-basis: 278px;
	}

	.new-bonuses-big__btn-image img {
		max-height: 100px;
	}

	.new-bonuses-big__attention-dn {
		display: none;
	}

	.small-mb {
		margin-bottom: 50px !important;
	}

	.new-bonuses-big__main-txt p {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.new-bonuses-big__header {
		margin-bottom: 20px;
	}

	.new-bonuses-big__left-subtitle {
		font-size: 20px;
		line-height: 125%;
		margin-bottom: 5px;
	}

	.new-bonuses-big__left-title {
		font-size: 26px;
		line-height: 120%;
	}

	.new-bonuses-big__items {
		gap: 10px;
	}

	.new-bonuses-big__item {
		border-radius: 0 20px 50px 0;
		padding: 15px 40px 15px 20px;
		margin-left: -20px;
	}

	.new-bonuses-big__item-title {
		font-size: 20px;
	}

	.new-bonuses-big__item-text {
		font-size: 13px;
	}

	.new-bonuses-big__btn-wrap {
		flex-direction: column-reverse;
		gap: 10px;
	}

	.new-bonuses-big__btn-image img {
		max-height: 68px;
	}

	.new-bonuses-big__left-image {
		margin-top: -30px;
	}

	.new-bonuses-big__row {
		border-radius: 20px;
		padding: 30px 20px;
		flex-direction: column;
	}

	.new-bonuses-big__left-title-wrap {
		gap: 10px;
	}

	.new-bonuses-big__left-text {
		display: none;
	}

	.new-bonuses-big__attention {
		display: none;
	}

	.new-bonuses-big__attention-dn {
		display: flex;
		margin-bottom: 10px;
	}

	.new-bonuses-big__btn-image {
		margin-left: 85px;
	}

	.small-mb {
		margin-bottom: 20px !important;
	}

	.new-bonuses-big__main-txt p {
		font-size: 14px;
	}

	.new-bonuses-big__left-title-image img {
		max-height: 42px;
	}
}

@media screen and (min-width: 991px) {
	.textimage__row {
		padding: 50px;
		justify-content: space-between;
		align-items: center;
	}

	.textimage__body {
		flex-basis: 525px;
	}

	.textimage__image {
		flex-basis: 418px;
	}

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

@media screen and (max-width: 991px) {
	.textimage__row {
		padding: 20px;
		flex-direction: column-reverse;
		gap: 20px;
	}

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

	.textimage__image {
		display: flex;
		justify-content: center;
	}

	.textimage__image img {
		max-height: 400px;
	}
}

@media screen and (max-width: 1199.98px) {
	.first-screen-bonuses__top-center-img {
		left: -20px;
		bottom: -28px;
	}

	.first-screen-bonuses__left-bonus img {
		right: -36px;
		top: -46px;
	}

	.first-screen-bonuses__right-img {
		min-width: 340px;
		height: 485px;
	}

	.first-screen-bonuses__bot-center-img {
		width: 120px;
		height: 140px;
	}
}

@media screen and (max-width: 991.98px) {
	.first-screen-bonuses__sub-heading {
		font-size: 23px;
	}

	.first-screen-bonuses__wrapper {
		flex-direction: column;
	}

	.first-screen-bonuses__left-bonus img {
		right: -65px;
		top: -47px;
	}

	.first-screen-bonuses__left-banner {
		flex-basis: 100%;
	}

	.first-screen-bonuses__top-center-img {
		left: 50%;
		transform: translateX(-40%);
	}

	.first-screen-bonuses__top-banner {
		flex-basis: 350px;
		width: 100%;
		align-self: center;
	}

	.first-screen-bonuses__bot-banner {
		width: 100%;
		align-self: center;
	}

	.first-screen-bonuses__right-banner {
		width: 100%;
		align-self: center;
		flex-basis: 467px;
	}

	.first-screen-bonuses {
		padding: 25px 0 0 0;
	}

	.first-screen-bonuses__left-bg-image img {
		border-radius: 10px 40px;
	}
}

@media screen and (max-width: 599.98px) {
	.first-screen-bonuses__left-bonus img {
		right: -40px;
	}

	.first-screen-bonuses__left-banner {
		overflow: visible;
	}
}
