.centralarea.pleft {
	    width: 805px !important;
}
.sidebar.pright{
    display: none;
}
.error-msg{
    margin-bottom: 10px;
    background: #f8eaed;
    background: -moz-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8eaed), color-stop(100%, #edd0d6));
    background: -webkit-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: -o-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: linear-gradient(to bottom, #f8eaed 0%, #edd0d6 100%);
    color: #881521 !important;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    display: block;
    border-top: 1px solid #e4cbd1;
    border-right: 1px solid #d5babe;
    border-bottom: 1px solid #c9abaf;
    border-left: 1px solid #d5babe;
    border-radius: 5px;
    font-weight: bold;
}
#bonus_application{
	font-family: 'DINCyr', sans-serif;
	color: #6a6a6a !important;		
    margin-bottom: 50px;
}
#bonus_application .introduction{	
	margin-bottom: 20px;
	font-size: 13px;
}
#bonus_application .no-margin{
	margin: 0 !important;
}
#bonus_application .form-block{
	padding: 15px;		
}
#bonus_application .grey-bg{
	background: #ddd;
}
#bonus_application input{
	border: none;
	color: #6a6a6a;
	height: 25px;
	font-size: 16px;
}
#bonus_application input.form-control{
	display: block;
	margin-bottom: 25px;
	padding: 2px 7px;			
}
#bonus_application .grey-bg input[type="radio"]{		
	display: none;		
}
#bonus_application .grey-bg label.square{
	display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: baseline;
}		
#bonus_application .grey-bg label.square:before{		
	content: "";
    display: inline-block;
    width: 35px;
    height: 30px;
    margin: 0 10px;
    vertical-align: middle;
    background-color: #fff;
}
#bonus_application input[type="radio"]:checked + label:before{
    content: "\2713";
    font-size: 25px;
    font-weight: bold;
    color: #6a6a6a;
    text-align: center;
    line-height: 30px;
}
#bonus_application .form-block input.form-control.xl{
	width: 750px;
}
#bonus_application .grey-bg ul,
#bonus_application .stripe-bg ul{
	width: 100%;
	margin: 0;
	padding: 0;
}
#bonus_application .grey-bg ul li,
#bonus_application .stripe-bg ul li,
#bonus_application .grey-bg .subscribe{
	display: inline-block;
	vertical-align: middle;
}
#bonus_application .grey-bg ul li.brake{
	margin-right: 40px;
}
#bonus_application .grey-bg ul li:first-child{
	margin-right: 10px;
}
#bonus_application .grey-bg .title{
	margin: 0 0 20px 0;
}
#bonus_application .grey-bg .subscribe,
#bonus_application .grey-bg input[name="phone_subscribe"]{
	display: inline-block;
	width: 380px;
}
#bonus_application .grey-bg .subscribe{
	padding-right: 30px;
}
#bonus_application .grey-bg .subscribe.last{
	padding-right: 0;
}
#bonus_application .grey-bg .subscribe input.form-control{
	margin-bottom: 15px;
}
#bonus_application .grey-bg input[name="email_subscribe"],
#bonus_application .grey-bg .subscribe.last{
	width: 335px;
}
#bonus_application .grey-bg .subscribe input[type="checkbox"],
#bonus_application .border-stripe-bg input[type="checkbox"]{
	display: none;
}
#bonus_application .grey-bg .subscribe label{
	font-size: 11px;
}
#bonus_application .grey-bg .subscribe label:before,
#bonus_application .border-stripe-bg label:before{		
	content: "";
    display: block;
	float: left;
    width: 20px;
    font-size: 16px;
    height: 20px;
    margin: 0 5px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #5d5d5d;
}
#bonus_application .grey-bg .subscribe input[type="checkbox"]:checked + label:before,
#bonus_application .border-stripe-bg input[type="checkbox"]:checked + label:before{
	content: "\2713";
    font-weight: bold;
    color: #6a6a6a;
    text-align: center;
    line-height: 20px;
}
#bonus_application .form-note{
	border-top: 1px solid #303030;
    margin: 30px 0 0 0;
    font-size: 13px;
    padding: 5px 0 0 15px;
}
#bonus_application .stripe-bg{
	background: url("images/stripes.jpg") repeat-x;
	margin: 10px 0;
}
#bonus_application .stripe-bg ul li label{
	display: inline-block;
	margin-right: 10px;
}
#bonus_application .stripe-bg ul li input.post-index{
	width: 185px;
	margin-right: 20px;
}
#bonus_application .stripe-bg ul li input.city{
	width: 525px;
}
#bonus_application .stripe-bg ul li input.street{
	width: 375px;
	margin-right: 30px !important;
}
#bonus_application .stripe-bg ul li input.house{
	display: inline-block;
	width: 85px;		    
	margin-right: 20px !important;
}
#bonus_application .stripe-bg ul li input.apartment{
	display: inline-block;
	width: 70px;
}
#bonus_application .border-stripe-bg{
	background: url("images/border_stripes.jpg") repeat-x;
	height: 105px;
}
#bonus_application .border-stripe-bg label{
	position: relative;
	display: block;
	width: 49%;
	padding-left: 50px;
	font-size: 13px;
}
#bonus_application .border-stripe-bg label:before{
	position: absolute;
	left: 0;
}
#bonus_application .submit_button,
form#pin_code input[type="submit"]{
	display: block;
    border-radius: 10px;
    width: 135px;
    height: 40px;
    background: #9f190a;
    background: -moz-linear-gradient(top, #9f190a 0%, #620a01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f190a), color-stop(100%,#620a01));
    background: -webkit-linear-gradient(top, #9f190a 0%,#620a01 100%);
    background: -o-linear-gradient(top, #9f190a 0%,#620a01 100%);
    background: -ms-linear-gradient(top, #9f190a 0%,#620a01 100%);
    background: linear-gradient(to bottom, #9f190a 0%,#620a01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f190a', endColorstr='#620a01',GradientType=0 );
    margin: 0 0 0 60px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 3px solid #f3f3f3;	
}
#bonus_application .submit_button:hover,
form#pin_code input[type="submit"]:hover{
	background: #852a21;
    background: -moz-linear-gradient(top, #852a21 0%, #dc4134 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#852a21), color-stop(100%,#dc4134));
    background: -webkit-linear-gradient(top, #852a21 0%,#dc4134 100%);
    background: -o-linear-gradient(top, #852a21 0%,#dc4134 100%);
    background: -ms-linear-gradient(top, #852a21 0%,#dc4134 100%);
    background: linear-gradient(to bottom, #852a21 0%,#dc4134 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#852a21', endColorstr='#dc4134',GradientType=0 );
    color: #fff; 		
}
#bonus_application .agreement_wrap{
    padding: 20px 0 0 20px;
    margin: 25px 0 0 0;
    background: #ddd;
    background: url("images/border_stripes2.jpg");
    border-top: 1px solid #000;
}
#bonus_application .agreement_wrap .text{
	height: 12em;
    overflow-y: scroll;	    
}
form#pin_code{
    font-family: 'DINCyr', sans-serif;
    margin-bottom: 50px;
}
form#pin_code input[type="text"]{
    width: 210px;
    display: block;
    height: 30px !important;
    padding-left: 10px;
    margin: 10px 0;
    font-size: 15px;
    border: 1px solid #9f9f9f;
    font-family: DinCYR Light, sans-serif;
    font-weight: normal;
    height: 18px;
    border-radius: 0px;
    color: #6a6a6a !important;
}
form#pin_code input[type="submit"]{
    margin: 0;
}
#bonus_application .parsley-error label.square:before,
.parsley-error-bg,
input.parsley-error{
    background-color: #F2DEDE !important;
    border: 1px solid #888 !important;
}
#bonus_application ul.parsley-errors-list.filled{
    margin-top: 15px;
    background: #f8eaed;
    background: -moz-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8eaed), color-stop(100%, #edd0d6));
    background: -webkit-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: -o-linear-gradient(top, #f8eaed 0%, #edd0d6 100%);
    background: linear-gradient(to bottom, #f8eaed 0%, #edd0d6 100%);
    color: #881521 !important;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
    border-top: 1px solid #e4cbd1;
    border-right: 1px solid #d5babe;
    border-bottom: 1px solid #c9abaf;
    border-left: 1px solid #d5babe;
    border-radius: 5px;
    font-weight: bold;
}












div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
form[name="activatebynum"] .btn-red-shadow{
    display: inline-block;
    margin: 0 0 0 25px;
    font-size: 14px;
    padding: 8px 16px;
}
form[name="regform"] .btn-red-shadow{
    margin: 20px 0 50px 15px;
    font-size: 14px;
    padding: 8px 16px;
}
form[name="activatebynum"] input[type="text"],
form[name="regform"] input[type="text"],
form[name="regform"] input[type="password"]{
    display: block;
    min-width: 300px;
    height: 30px !important;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    border: none;
    font-family: DinCYR Light, sans-serif;
    font-weight: normal;
    vertical-align: top;
}
form[name="activatebynum"] input[type="text"]{
    display: inline-block;
    margin-bottom: 22px;
}
form[name="regform"] input{
    width: 400px;
}
form[name="regform"] .regform-wrap input:last-child{
    margin-bottom: 0;
}
.regform-wrap{
    padding: 20px 15px;
    margin-bottom: 5px;
    background: url('/bitrix/templates/main/images/reg_bg_lg.jpg');
}
.regform-wrap.small{
    background: url('/bitrix/templates/main/images/sm-stripe-bg.jpg') repeat-x;
}
ul.disc-style{
    font-size: 14px;
    color: #5e5e5e;
}
.strong-title{
    font-size: 18px;
}
.reg-notice{
    padding-left: 15px;
}
.reg-notice span{
    padding-left: 25px;
    color: #828282;
}
.errortext{
    margin-top: 5px;
}