.rs-17 .rs-report{
	padding-top: 45px;
	padding-bottom: 50px;
	background: url("../../img/form_bg2.jpg") no-repeat center;
	background-size: cover;
}
.rs-17 .rs-report .section-title{
	position: relative;
	margin-top: 13px;
	font-size: 48px;
	font-weight: 400;
}
.rs-17 .rs-report .section-descr {
	width: 70%;
	text-align: center;
	margin: 20px auto 50px;
}
.rs-17 .rs-report .section-descr a,
.rs-17 .rs-report .section-descr p {
	font-size: 18px;
	color: #616161;
	text-align: center;
}
.rs-17 .rs-report .section-descr a:hover{
	color: #616161;
}
.rs-17 .rs-report .contact-form{
	width: 670px;
	margin: auto;
}
.rs-17 .rs-report .contact-form .form-group{
	margin-bottom: 30px;
}
.rs-17 .rs-report .contact-form .form-control{
	border-color: #9e9e9e;
	height: 40px;
	background: transparent;
}
.rs-17 .rs-report .contact-form .form-control:focus {
	border-color: #01579b;
	box-shadow: none;
}
.rs-17 .rs-report .contact-form textarea.form-control{
	height: auto;
	max-width: 100%;
	min-width: 100%;
}
.rs-17 .rs-report .contact-form .btn-color{
	width: 100%;
	padding: 20px;
	/*background-color: #f44336;
	font-size: 14px;
	font-weight: 700;
	    padding: 10px 18px;
	color: #fff;*/
}
.rs-17 .rs-report .contact-form  .btn.disabled,
.rs-17 .rs-report .contact-form .btn[disabled]{
	opacity: .5;
}
.rs-17 .rs-report .contact-form .checkbox-label{
	font-size: 12px;
	color: #616161;
	padding-left: 0;
	cursor: initial;
}
.rs-17 .rs-report .contact-form .checkbox-label a{
	color: #616161;
	border-bottom: 1px dashed #cfcfcf;
}
.rs-17 .rs-report .contact-form  .checkbox-label a:hover,
.rs-17 .rs-report .contact-form  .checkbox-label a:focus{
	border-bottom: none;
	text-decoration: none;
}
.rs-17 .rs-report .contact-form input::-webkit-input-placeholder, .rs-17 .rs-report .contact-form textarea::-webkit-input-placeholder {color:#bdbdbd;}
.rs-17 .rs-report .contact-form input::-moz-placeholder, .rs-17 .rs-report .contact-form textarea::-moz-placeholder   {color:#bdbdbd;}
.rs-17 .rs-report .contact-form input:-moz-placeholder, .rs-17 .rs-report .contact-form textarea:-moz-placeholder     {color:#bdbdbd;}
.rs-17 .rs-report .contact-form input:-ms-input-placeholder, .rs-17 .rs-report .contact-form textarea:-ms-input-placeholder  {color:#bdbdbd;}
.rs-17 .rs-report .contact-form input.error,
.rs-17 .rs-report .contact-form input.error:focus{
	border-color: #d80000;
}
.rs-17 .rs-report .contact-form label.error{
	color: #d80000;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
}
.rs-17 .rs-report .contact-form .btn-color:before{
	content: none;
}

.rs-17 .rs-report .contact-form .btn-decor:before{
	content: '';
	width: 30px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	float: left;
	margin-top: 9px;
	margin-right: 10px;
	-webkit-transition: all .3s ease;;
	-moz-transition: all .3s ease;;
	-o-transition: all .3s ease;;
	transition: all .3s ease;;
}
.rs-17 .rs-report .contact-form .btn-color:hover .btn-decor:before,
.rs-17 .rs-report .contact-form .btn-color:focus .btn-decor:before{
	background-color: #fff;
}
@media (max-width: 767px){
	.rs-17 .rs-report .section-title{
		font-size: 25px;
	}
	.rs-17 .rs-report .section-descr{
		width: 100%;
	}
	.rs-17 .rs-report .contact-form {
		width: 100%;
	}
}