.rs-17 .rs-tabs{
	padding-top: 45px;
	padding-bottom: 35px;
	font-size:  14px;
}
.rs-17 .rs-tabs .section-title{
	position: relative;
	margin-top: 13px;
	margin-bottom: 37px;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}
.rs-17 .rs-tabs .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
}
.rs-17 .rs-tabs .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-tabs .nav-pills{
	margin-bottom: 30px;
	margin-left: 0;
}
.rs-17 .rs-tabs .nav-stacked>li+li{
	margin-top: 4px;
}
.rs-17 .rs-tabs .nav-pills>li>a {
    background-color: #EAEAEA;
	color: #424242;
	font-weight:  400!important;
	padding: 9px 20px;
}
.rs-17 .rs-tabs .nav-pills>li.active>a,
.rs-17 .rs-tabs .nav-pills>li.active>a:hover,
.rs-17 .rs-tabs .nav-pills>li.active>a:focus{
	background-color: #E8001C;
	color: #fff;
}
.rs-17 .rs-tabs h4  {
	clear:  none;
	font-size:  16px;
	margin-bottom: 10px;
}
.rs-17 .rs-tabs p{
	line-height: 1.5;	
}
.rs-17 .rs-tabs img{	
	margin-bottom: 15px;
}
.rs-17 .rs-tabs .tab-content ul,
.rs-17 .rs-tabs .tab-content ol  {
	margin-left:  15px;
}
.rs-17 .rs-tabs .float-right{
	float: right;
}
.rs-17 .rs-tabs .float-left{
	float: left;
}
.rs-17 .rs-tabs .table a{
	color: #424242;
}
@media (max-width: 991px){
	.rs-17 .rs-tabs .float-right{
		float: none;
	}
}
@media (max-width: 767px){
	.rs-17 .rs-tabs .section-title{
		font-size: 25px;
	}
	.rs-17 .rs-tabs .section-descr{
		width: 100%;
	}
}