.rs-17 .rs-form-top-block {
    padding-top: 130px;
    padding-bottom: 145px;
    position: relative;
    z-index: 1;
}
.rs-17 .rs-form-top-block .container .row {
	position: relative;
}
.rs-17 .rs-form-top-block .title-block {
    position: relative;
    margin-top: 13px;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,.65);
}
.rs-17 .rs-form-top-block .btn-block .btn-color {
    background-color: #303b41;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.rs-17 .rs-form-top-block .btn-block .btn-color:hover {
    background-color: #1e2528;
}
.rs-17 .rs-form-top-block .back {
    padding: 20px 25px 25px 25px;
    background: rgba(229, 57, 53, .8);
    border-radius: 4px;
    margin: 0 17px;
}
.rs-17 .rs-form-top-block .back h5 {
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 43px;
}
.rs-17 .rs-form-top-block .back h5:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 3px;
    background: #fff;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.rs-17 .rs-form-top-block .text-block {
    margin-top: 10%;
    position: relative;
}
.rs-17 .rs-form-top-block .contact-full-form .form-group {
    margin-bottom: 15px;
}
.rs-17 .rs-form-top-block .contact-full-form .btn-color {
    background-color: #303b41;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.rs-17 .rs-form-top-block .contact-full-form .btn-color:hover {
    background-color: #1e2528;
}
.rs-17 .rs-form-top-block .checkbox-label {
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding-left: 0;
}
.rs-17 .rs-form-top-block .checkbox-label a {
	border-bottom: 1px dashed #cfcfcf;
	color: #fff;
}
.rs-17 .rs-form-top-block .checkbox-label a:hover,
.rs-17 .rs-form-top-block .checkbox-label a:focus {
    border-bottom: none;
    text-decoration: none;
}
.rs-17 .rs-form-top-block input::-webkit-input-placeholder, .rs-17 .rs-form-top-block textarea::-webkit-input-placeholder {color:#bdbdbd;}
.rs-17 .rs-form-top-block input::-moz-placeholder, .rs-17 .rs-form-top-block textarea::-moz-placeholder   {color:#bdbdbd;}
.rs-17 .rs-form-top-block input:-moz-placeholder, .rs-17 .rs-form-top-block textarea:-moz-placeholder     {color:#bdbdbd;}
.rs-17 .rs-form-top-block input:-ms-input-placeholder, .rs-17 .rs-form-top-block textarea:-ms-input-placeholder  {color:#bdbdbd;}

.rs-17 .rs-form-top-block input.error {
	margin-bottom: 0;
}
.rs-17 .rs-form-top-block input.error,
.rs-17 .rs-form-top-block input.error:focus {
	border-color: #d80000;
}
.rs-17 .rs-form-top-block label.error {
	color: #d80000;
	font-size: 11px;
	font-weight: 400;
	display: block;
	margin-bottom: 0;
}

@media (max-width: 991px){
    .rs-17 .rs-form-top-block .text-block {
        margin-top: 0;
    }
    .rs-17 .rs-form-top-block {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .rs-17 .rs-form-top-block .text-block {
        margin-bottom: 60px;
    }
    .rs-17 .rs-form-top-block .btn-block {
        text-align: center;
    }
    .rs-17 .rs-form-top-block .back {
        margin: 0;
    }
}
@media (max-width: 767px){
	.rs-17 .rs-form-top-block .section-title{
		font-size: 25px;
	}
    .rs-17 .rs-form-top-block .title-block {
        text-align: center;
    }
}
@media (max-width: 400px){
    .rs-17 .rs-form-top-block .title-block {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

