.bonus {
	padding       : 50px 50px 40px;
	border-bottom : 1px solid #eeeef3;
}

.bonus:after {
	display : block;
	content : '';
	clear   : both;
}

.bonus__col {
	float : left;
	font  : 300 17px 'San Francisco', sans-serif;
	color : #858585;
}

.bonus__info {
	width : 60%;
}

.bonus__user {
	width      : 40%;
	text-align : right;
}

.bonus__info b, .bonus__info strong {
	font-weight : 500;
	color       : #222222;
}

.bonus__info p {
	margin  : 0;
	padding : 8px 0;
}

.bonus__link {
	font            : 500 14px 'San Francisco', sans-serif;
	color           : #7a3035;
	text-decoration : none;
	transition      : .3s opacity ease;
}

.bonus__link:hover {
	opacity : .8;
}

.bonus__history {
	margin-left : 15px;
}

.bonus__get-sms {
	margin-left : 15px;
}

.bonus__get-sms i {
	font-size   : 16px;
	margin-left : 5px;
}

.bonus__promo-muted {
	font            : 300 17px 'San Francisco', sans-serif;
	color           : #858585;
	text-decoration : underline;
}

.bonus__promo-muted:hover {
	text-decoration : none;
}

.hidden-rules {
	display : none;
}

#bonus_rules {
	max-width  : 900px;
	padding    : 20px;
	font       : 17px 'San Francisco', sans-serif;
	color      : #222222;
	max-height : 80vh;
	/*overflow   : auto;*/
}