body > .wrapper,
body > .wrapper > .i-content{
	display: block;
	height: auto;
}

img.bg{
	width: 100%;
}

body.bonus .bonus{
	font: normal 16px/18px gothic, arial;
	color: #6b6966;
}
body.bonus .bonus a{
	color: #e85252;
	text-decoration: underline;
}
body.bonus .bonus a:hover{
	color: #6b6966;
}

.bonus .bonus-wrapper{
	position: relative;
	max-width: 1600px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 5%;
}

.bonus .bonus-club{
	position: relative;
	margin: 0 0 100px;
	color: #3b3b3b;
	background-color: #f2f2f2;
}
.bonus .bonus-club .bonus-wrapper{
	background: url(/promos/pages/bonus/images/girl.jpg) center center;
	background-size: cover;
	max-width: 1920px;
	min-height: 863px;
}
.bonus .bonus-club .bonus-wrapper > .inner{
	position: relative;
	margin: 0 20px;
}
.bonus .bonus-club .intro{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	font: 16px/28px gothic;
	color: #3b3b3b;
}
.bonus .bonus-club .intro > .inner{
	padding: 75px 0 0;
}
.bonus .bonus-club .intro > .inner .logo{
	margin: 0 0 15px;
}
.bonus .bonus-club .intro > .inner .welcome{
	margin:0 0 45px;
}
.bonus .bonus-club .intro > .inner .welcome h1{
	font: 18px/22px gothicb;
}
.bonus .bonus-club .intro .logo > img{
	vertical-align: top;
}

.bonus .bonus-club .intro > .inner .enter-block .enter-block-top{
	margin: 0 0 30px;
}
.bonus .bonus-club .intro > .inner .enter-block .enter-block-bottom{

}

.bonus .bonus-club .intro > .inner .enter-block .btn{
	display: inline-block;
	padding: 18px 50px;
	border: 2px solid #73b453;
	font: 16px/20px gothic;
	text-align: center;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	background: #73b453;
}
.bonus .bonus-club .intro > .inner .enter-block .btn:after {
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	position: relative;
	top: 3px;
}
.bonus .bonus-club .intro > .inner .enter-block .btn:hover:after { transform: scaleX(1); }
.bonus .bonus-club .intro > .inner .enter-block .btn-more{
	border-color: #e85252;
	background: #e85252;
}

.bonus .bonus-club .intro > .inner .enter-block .howto{
	display: inline-block;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	padding: 0;
	font:14px/20px gothic;
}
.bonus .bonus-club .intro > .inner .enter-block .howto:hover{
	color: #7e4d4d;
}


.bonus .bonus-club .form-balance{
	position: absolute;
	width: 35%;
	left: 65%;
	top: 0;
	margin-top: 90px;
}
.bonus .bonus-club .form-balance .bonus-check{
	border: 1px solid #3b3b3b;
	padding: 20px 25px 30px 25px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.bonus .bonus-club .form-balance .bonus-check .loading{
	display: inline-block;
	background: url(/images/loading/loader.gif) no-repeat;
	width: 16px;
	height: 11px;
	margin-left: 10px;
}
.bonus .bonus-club .form-balance .bonus-check h2{
	font: 24px/26px gothic;
	margin: 0 0 25px;
	color: #3b3b3b;
}
.bonus .bonus-club .form-balance .bonus-check .search dl{
	display: inline-block;
	margin:0 0 15px;
}
.bonus .bonus-club .form-balance .bonus-check .search dl.num{
	width: 60%;
	margin-right: 5%;
}
.bonus .bonus-club .form-balance .bonus-check .search dl.code{
	width: 30%;
}
.bonus .bonus-club .form-balance .bonus-check .search dl dt{
	display: none;
}
.bonus .bonus-club .form-balance .bonus-check .search dl dd input{
	border: 1px solid #3b3b3b;
	background: transparent;
	font: 16px/40px gothic;
	width: 100%;
	padding: 0 15px;
	height: 40px;
}
.bonus .bonus-club .form-balance .bonus-check .search .submit{
	display: inline-block;
	padding: 8px 25px;
	border: 0;
	outline: 0;
	background: #e85252;
	font: normal 16px/21px gothic,arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.bonus .bonus-club .form-balance .bonus-check .note{
	font: 14px/14px gothic;
	margin: 15px 0 0;
}
.bonus .bonus-club .form-balance .bonus-check .result{
	margin: 15px 0 0;
}
.bonus .bonus-club .form-balance .bonus-check .result h2{
	font: normal 16px/30px gothicb,arial;
	margin: 0;
	color: #3b3b3b;
}
.bonus .bonus-club .form-balance .bonus-check .result dl{
	margin:0 0 20px;
}
.bonus .bonus-club .form-balance .bonus-check .result dt{
	font: 16px/20px gothicb;
}
.bonus .bonus-club .form-balance .bonus-check .result dd{
	color: #e85252;
	font: 16px/20px gothic;
}
.bonus .bonus-club .form-balance .bonus-check .result dd span.p{
	color:#3b3b3b;
}
.bonus .bonus-club .form-balance .bonus-check .result .info{
	font: 14px/1.3 gothic;
	font-style: italic;
	color: #3b3b3b;
}
.bonus .bonus-club .form-balance .bonus-check .result .info:last-child{
	margin-bottom: 0;
}
.bonus .bonus-club .form-balance .bonus-check .result .helper{
	font: 16px/20px gothic;
	color: #3b3b3b;
}
.bonus .bonus-club .form-balance .bonus-check .result a {
	color: #e85252;
	text-decoration: underline;
}

.bonus .text-block{
	margin: 0 0 60px;
}
.bonus .text-block .h2{
	font: 50px/65px gothicb;
	margin: 0 0 30px;
	color: #3b3b3b;
}
.bonus .text-block ul.list{
	list-style: disc;
	margin: 0 0 15px 15px;
}
.bonus .text-block ul.list li{
	margin: 0 0 5px;
}
.bonus .screenshots{
	padding: 15px 0;
}
.bonus .screenshots.screenshots-2cols{
	font-size: 0;
	line-height: 0;
}
.bonus .screenshots.screenshots-2cols li{
	width: 49%;
	margin-right: 2%;
	display: inline-block;
}
.bonus .screenshots .caption{
	color: #ccc;
	font: 14px/16px gothic;
	padding-left: 5px;
}
.bonus .screenshots.screenshots-2cols li img{
	width: 100%;
}
.bonus .screenshots.screenshots-2cols li:nth-child(2n){
	margin-right: 0;
}


.bonus .how{
	font: 16px/20px gothic;
	color: #3b3b3b;
}
.bonus .how .list-item{
	margin: 0 0 45px;
}
.bonus .how .list-item .list-circle{
	position: absolute;
	text-align: center;
	display: inline-block;
	font: 26px/38px gothicb;
	border: 2px solid #3b3b3b;
	border-radius: 21px;
	width: 42px;
	height: 42px;
	margin:0 15px 0 0;

}
.bonus .how .list-item .list-text{
	display: inline-block;
	margin: 5px 0 0 75px;
	font: 22px/28px gothic;
}
.bonus .how .text,
.bonus .how .card{
	vertical-align: top;
	display: inline-block;
}
.bonus .how .text{
	text-align: left;
	width: 60%;
	margin-right: 5%;
}
.bonus .how .card{
	text-align: right;
	width: 30%;
}
.bonus .how .card img{
	width: 100%;
	max-width: 500px;
}

.bonus .text-block.bonus-points p{
	margin:0 0 20px 0;
}
.bonus .text-block.bonus-points p.note{
	font: 14px/30px gothic;
}


.bonus .rules .closed-list{
	margin: 0 0 30px;
}
.bonus .rules .closed-list .closed-list-header{
	font: 16px/20px gothicb;
	text-decoration: underline;
	cursor: pointer;
	color: #3b3b3b;
}
.bonus .rules .closed-list .closed-list-header:hover{
	color: #e85252;
}
.bonus .rules .closed-list > .inner{
	display: none;
	margin: 10px 0 0;
}
.bonus .rules .closed-list.opened > .inner{
	display: block;
}
.bonus .rules .closed-list a{
	color: #e85252;
	text-decoration: underline;
}
.bonus .bonus-exchange.rules .closed-list h3{
	margin-top: 0;
	text-decoration: none;
	border-bottom: 1px dashed;
	display: inline-block;
	font-family: gothic;
}

.bonus table.simple{
	border: 1px solid #3b3b3b;
	margin:0 0 30px;
	max-width: 980px;
	width: 100%;
}
.bonus table.simple th{
	font: 18px/22px gothicb;
	background: #f1f1f1;
	color: #3b3b3b;
}
.bonus table.simple td{
	font: 16px/20px gothic;
	background: #fff;
}
.bonus table.simple th,
.bonus table.simple td{
	padding: 12px 60px 12px 20px;
}

.bonus .feedback{

}
.bonus .feedback .text-b{
	margin:0 0 15px;
}

.required::-webkit-input-placeholder:after {
	content: " *";
	color: red;
}

.required:-moz-placeholder:after {
	content: " *";
	color: red;
}

.required:-ms-input-placeholder:after {
	content: " *";
	color: red;
}

.bonus .feedback dl dd input {
	border: 1px solid #3b3b3b;
	background: transparent;
	font: 16px/40px gothic;
	height: 40px;
	max-width: 400px;
	width: 45%;
	padding: 0 15px;
}
.bonus .feedback dl dd select {
	border: 1px solid #3b3b3b;
	font: 20px/40px gothic;
	max-width: 400px;
	width: 45%;
	padding: 0 0 0 15px;
	height: 40px;
}
.bonus .feedback dl dd select option{
	font: 20px/40px gothic;
	padding: 0 15px;
	height: 40px;
}
.bonus .feedback dl dd textarea {
	border: 1px solid #3b3b3b;
	background: transparent;
	font: 16px/20px gothic;
	max-width: 600px;
	width: 60%;
	padding: 15px 15px;
}
.bonus .feedback .submit {
	display: inline-block;
	padding: 12px 25px;
	border: 0;
	outline: 0;
	background: #e85252;
	font: normal 16px/21px gothic, arial;
	color: #fff;
	cursor: pointer;
	text-align: center;
	border-radius: 0;
	width: 160px;
}
.bonus .feedback .commands{
	margin: 0 0 15px;
}
.bonus .feedback .success-text,
.bonus .feedback .result{
	color: #e85252;
}
.bonus .feedback .success dl,
.bonus .feedback .success .commands,
.bonus .feedback .success .result,
.bonus .feedback .success-text{
	display: none;
}
.bonus .feedback .success .success-text{
	display: block;
}

body.bonus .bonus .submit:after {
	display: block;
	content: '';
	border-bottom: 1px solid #fff;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
	position: relative;
	top: 1px;
}
body.bonus .bonus .submit:hover:after { transform: scaleX(1); }