.bonus > .wrapper {
	background: linear-gradient(90deg, rgba(0,183,166,1) 0%, rgba(2,125,167,1) 100%); var(--theme_v);
	padding: 20px;
	border-radius: 10px;
	color: var(--w);
}
/*bonus_title*/
.bonus_title {
	padding-bottom: 20px;
	text-align: center;
}
.bonus_title h2 {
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: bold;
}
.bonus_title h4 {
	line-height: 1em;
	margin-bottom: 20px;
	font-weight: bold;
}
.bonus_title p:not(:last-child) {
	margin-bottom: 10px;
}
/*bonus_container*/
.bonus_block {
	width: calc( (100% - 20px) / 3 );
}
.bonus_block {
	text-align: center;
}
.bonus_block h4 {
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	margin: 10px 0;
}
.bonus_block img {
	width: 120px;
	margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
	.bonus > .wrapper {
	    max-width: 100%;
	    width: 100%;
	    border-radius: 0;
	}
	/*bonus_container*/
	.bonus_block {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px auto;
	}
}