.hb_popups_bonus {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(5px);
}
.hb_popups_bonus:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-color: #000;
	opacity: .5;
}
.hb_popups_bonus .hb_popups_bonus__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	gap: 55px;
	width: 458px;
	min-height: 368px;
	padding: 54px 20px 30px 20px;
	position: relative;
	border-radius: 20px;
	border: 2px solid #85ff00;
	background-color: #141b2e;
	color: #fff;
	z-index: 10000;
}
.hb_popups_bonus .hb_popups_bonus__wrap .close {
	position: absolute;
	top: 12px;
	right: 18px;
	cursor: pointer;
}
.hb_popups_bonus .hb_popups_bonus__wrap .money {
	position: absolute;
	left: -90px;
	top: -32px;
}
.hb_popups_bonus .hb_popups_bonus__wrap .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.hb_popups_bonus .hb_popups_bonus__wrap .bonus {
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
	color: #86ff00;
}
.hb_popups_bonus .hb_popups_bonus__wrap .description {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}
.hb_popups_bonus .hb_popups_bonus__wrap button {
	display: flex;
	width: 100%;
	height: 55px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: #86ff00;
	box-shadow: 6px -3px 64.7px 0 rgba(133, 255, 0, 0.60) !important;
}
.hb_popups_bonus .hb_popups_bonus__wrap:after {
	position: absolute;
	left: 0;
	bottom: -28px;
	content: "";
	width: 454px;
	height: 385px;
	background: url('bg.png');
	z-index: -1;
}
.hb_popups_bonus .hb_popups_bonus__wrap:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	width: 120px;
	height: 23px;
	background: url('bottom.webp');
	transform: translateX(-50%);
}
@media (max-width: 991px) {
	.hb_popups_bonus {
		padding-top: 50px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap {
		width: 350px;
		min-height: auto;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap:after {
		width: 346px;
		height: 291px;
		background-size: cover;
		bottom: 0;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap .title {
		font-size: 30px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap .bonus {
		font-size: 30px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap button {
		width: 100%;
	}
}
