.subscribe-form {
	position: relative;
	padding: 0 0 20px;
}
.subscribe-form .show-loader:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url('/local/templates/1c-interes_v2.0//img/bg/bg_loader.gif') no-repeat;
}
.subscribe-form form {
	max-width: 300px;
	margin: 0 auto;
}
#main .subscribe-form h3 {
	margin-left: 0;
	text-align: center;
}
#main .main-holder .subscribe-form  h3 {
    border-bottom: 1px solid #dedede;
    margin: -5px -20px 15px;
    padding: 0 0 10px;
}
.subscribe-form .form-group {
	margin: 0 0 15px;
}
.subscribe-form .form-group label {
	margin-right: 10px;
}
.subscribe-form input[type="text"] {
	height: 32px;
	width: 100%;
	padding: 4px 5% 5px;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	font: 13px Arial, Helvetica, sans-serif;
}
.subscribe-form .rubric {
	margin: 0 0 5px;
}
.subscribe-form .rubric:before,
.subscribe-form .rubric:after {
	content: ' ';
	display: table;
}
.subscribe-form .rubric:after {
	clear: both;
}
.subscribe-form input[type="checkbox"] {
	position: absolute;
	left: -100000px;'
}
.subscribe-form input[type="checkbox"] ~ span {
	display: block;
	float: left;
    width: 18px;
    height: 18px;
    margin: 0 4px 0 0;
    background: url(/local/templates/1c-interes_v2.0/images/btn.png) no-repeat -130px -26px;
}
.subscribe-form input[type="checkbox"]:checked ~ span {
	background-position: -110px -26px;
}
.subscribe-form button {
    height: 35px;
    width: 100%;
    margin: 8px 0 0;
    padding: 0;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 0 -1px 1px #ffa600;
    cursor: pointer;
    font: bold 17px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
}
.subscribe-form .errors {
	color: red;
	text-align: center;
	line-height: 30px;
}
.subscribe-form .success {
	text-align: center;
	color: green;
	line-height: 30px;
}