.rs-17 .rs-tabs{
	padding-top: 35px;
	padding-bottom: 10px;
}
.rs-17 .rs-tabs .section-title{
	position: relative;
	margin-top: 13px;
	font-size: 36px;
	font-weight: 400;
}
.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;
}
.rs-17 .rs-tabs .nav-stacked>li+li{
	margin-top: 4px;
}
.rs-17 .rs-tabs .nav-pills>li>a {
    background-color: #eeeeee;
	color: #424242;
}
.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: #e51e24;
	color: #fff;
}
.rs-17 .rs-tabs p{
	line-height: 1.5;	
}
.rs-17 .rs-tabs img{	
	margin-bottom: 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;
}
.rs-17 .rs-tabs .tab-content .gallery-row  {
	margin-top:  0;
}
.rs-17 .rs-tabs .tab-content .gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.rs-17 .rs-tabs .tab-content .gallery-item.gallery-item--col3 a {
    height: 262px;
	display:  block;
}
.rs-17 .rs-tabs .tab-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom:  10px;
}

.rs-17 .rs-tabs .tab-content ul li{
	position: relative;
}
.rs-17 .rs-tabs .tab-content ul li:before{
	content: "\f00c";
	color: #0082c6;
	display: inline-block;
	padding-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rs-17 .rs-tabs .tab-content blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 3px solid #e51e24;
	background-color:  #fafafa;
}
@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%;
	}
}