.page-wrapper{
	max-width: 1024px;
}

.bonus-add{
	font-size: 22px;
    line-height: 1.5;
	text-align: center;
	padding: 0 0 25px 0;
}

.bonus-need-auth{
	padding-bottom: 25px;
}

.bonus-add .btn{
	padding-left: 26px;
    padding-right: 26px;
	color: #000;
	width: auto;
    min-width: auto;
    display: inline-block;
}

.bonus-need-auth .btn{
	position: relative;
	top: 20px;
}

.bonus-need-auth .btn.btn-auth{
	color: #FFF;
}

.bonus-need-auth .btn-auth:after,
.bonus-need-auth .btn-auth:before {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.bonus-add a.link{
	text-decoration: underline;
}

.bonus-add a.link:hover{
	color: #59a4b0;
	text-decoration: underline;
}

.picture{
	margin-top: 25px;
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

.description{
	margin-bottom: 25px;
}
.description p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

.description a{
	text-decoration: underline;
}

.picture img{
	max-width: 100%;
}

@media only screen and (max-width: 768px){
	
	.wrapper {
		padding: 0 20px;
	}
	
	.bonus-need-auth p{
		margin-bottom: 15px;
	}
	
	.bonus-need-auth .btn{
		top: auto;
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	
}