body {
	background: radial-gradient(circle at 20% -10%, #243647 0%, #111c23 50%, #0d151b 100%) !important;
	color: #d8e3ec;
}

.mt-20 {
	margin-top: 20px;
}

.clr_wh {
	color: #fff !important;
}

.clr_809 {
	color: #d7e5f1 !important;
}

.clr_9 {
	color: #b8cad9 !important;
}

.bonus {
	padding: 36px 0 44px;
}

.wrapper {
	width: 100%;
}

.banner_header {
	text-align: center;
	margin-bottom: 18px;
}

.banner_header img {
	width: 118px;
	margin-bottom: 12px;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.banner_header h2 {
	font-weight: 700;
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: 0.2px;
	color: #eef6ff;
	margin-bottom: 8px;
}

.banner_subtitle {
	color: #b7c8d6;
	font-size: 15px;
	margin: 0 auto;
	max-width: 560px;
}

.banner_main_mob {
	display: none;
}

.banner_main,
.banner_main_mob {
	background: linear-gradient(180deg, #556f82 0%, #4a6275 100%);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 12px 28px rgba(5, 12, 18, 0.35);
}

.banner_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner_main:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(3, 8, 12, 0.45);
}

.banner_item_img {
	width: 92px;
	flex: 0 0 92px;
}

.banner_item_img img {
	width: 85px;
	height: 80px;
	object-fit: cover;
	border-radius: 12px;
}

.banner_item_title {
	flex: 1;
	min-width: 0;
	text-align: left;
}

.banner_item_title h3 {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 700;
}

.banner_item_title p {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 0;
}

.banner_item_title img {
	width: 14px;
	opacity: 0.95;
}

.banner_item_btn {
	width: 170px;
	flex: 0 0 170px;
	margin-left: auto;
}

.banner_item_btn .btn {
	width: 100%;
	border-radius: 10px;
	font-weight: 700;
	padding: 10px 14px;
}

.empty_state {
	text-align: center;
	color: #d7e5f1;
	background: rgba(85, 111, 130, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 14px;
	padding: 20px 16px;
	margin-top: 16px;
}

.banner_footer {
	padding-top: 30px;
	padding-bottom: 50px;
	display: flex;
}

.banner_footer img {
	width: 150px;
	height: 150px;
	margin: auto;
}

.banner_footer p {
	color: #a3a3a3;
	font-size: 15px;
	line-height: 1.4;
	margin-left: 20px;
}

@media (min-width: 1280px) {
	.container {
		max-width: 1140px !important;
	}
}

@media (min-width: 1480px) {
	.container {
		max-width: 1220px !important;
	}
}

@media (max-width: 860px) {
	.banner_main {
		gap: 10px;
		padding: 12px;
	}

	.banner_item_title {
		min-width: 110px;
	}

	.banner_item_btn {
		min-width: 125px;
		width: 125px;
		flex-basis: 125px;
	}
}

@media (max-width: 520px) {
	.bonus {
		padding: 20px 0 26px;
	}

	.banner_main {
		display: none;
	}

	.banner_main_mob {
		display: block;
		padding: 12px;
	}

	.banner_item-img_title {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.banner_item_img {
		width: 92px;
		flex: 0 0 92px;
	}

	.banner_item_title {
		width: auto;
		min-width: 0;
		margin-left: 0;
	}

	.banner_item_title h3 {
		font-size: 18px;
	}

	.banner_item_btn {
		display: block;
		width: 100%;
		margin-top: 14px;
	}
}