.lk-bonus {
	margin-top: 160px;
	margin-bottom: 80px;
}
.lk-bonus__wrap {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
}

.lk-bonus__wrap .user-content-bonus-item {
	height: 140px;
	max-width: 50%;
	flex: 1 1 45%;
}

.lk-bonus__title {
	font-family: var(--lk-font);
	font-weight: 600;
	font-size: 32px;
	line-height: 148%;
	color: #1f1f1f;
}

@media all and (max-width: 1030px) {
	.lk-bonus {
		margin-top: 260px;
		margin-bottom: 80px;
	}

	.lk-bonus__title {
		font-family: var(--lk-font);
		font-weight: 600;
		font-size: 32px;
		line-height: 148%;
		color: #1f1f1f;
		text-align: center;
	}

	.lk-bonus__wrap .user-content-bonus-item {
		height: 160px;
		max-width: 100%;
		flex: 1 1 100%;
		background-position: top right;
	}
}

@media all and (max-width: 700px) {
	.lk-bonus {
		margin-top: 160px;
		margin-bottom: 80px;
	}
}

@media all and (max-width: 530px) {
	.lk-bonus__wrap .user-content-bonus-item {
		max-width: 100%;
		flex: 1 1 100%;
		background-position: top right;
	}
}

@media all and (max-width: 450px) {
	.lk-bonus__wrap .user-content-bonus-item {
		height: 100px;
		max-width: 100%;
		flex: 1 1 100%;
		background-position: 45% 0;
	}
}
