body{background: #fcf0f8 url(../img/header.jpg) top center repeat-x;padding-top: 50px;}
.container{background: #fff;min-height: 600px;padding: 60px 60px;}
.providers{color: #8b8e96;}
.casino-row{padding-top: 30px;}
.number{font-size: 28px;color: #8b8e96;font-weight: bold;}
.payments img{margin: 0 5px 5px 5px;}
#machines {display: none;}
#bonuses {display: none;}
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus{background: #96ce06;border-radius: 0;border: none;}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {background: #96ce06;border-radius: 0;border: none;}
.info{background: #fbf5f3;padding: 30px 30px 30px 80px;position: relative;}
.info-icon{position: absolute;top: 0;left: 0;width: 50px;height: 50px;background: #ef1754 url(../img/info.png) center center no-repeat;}
footer{background: #e0d8cf;padding: 60px 0}

@media (max-width: 768px){
h1{font-size: 1.5em;}
.number{
	padding: 10px 0;
	margin-bottom: 15px;
    background: #f2eedf;
}
.offer{
	margin-bottom: 15px;
}
.payments{
	margin-bottom: 15px;
}
.providers{
	margin-bottom: 15px;
}
#machines{
	display: block;
	color: #212529;
}
.bonuses{
	margin-bottom: 15px;
}
#bonuses{
	display: block;
	color: #212529;
}
.link{
	margin-bottom: 15px;
}
}