.rs-17 .rs-catalog {
	margin-top:90px;
	background-image: url(../img/bg-tabs.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.rs-17 .rs-catalog .catalog-number {
	padding: 30px 40px;
}
.rs-17 .rs-catalog h2{
	font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}
.rs-17 .rs-catalog .catalog-numbers-group>.catalog-number:nth-child(odd){
	background-color: #020b44;
}
.rs-17 .rs-catalog .catalog-numbers-group>.catalog-number:nth-child(even) {
	background-color: #022f75;
}
.rs-17 .rs-catalog .catalog-accordeon h4 {
	font-size: 18px;
    color: white;
    margin-bottom: 30px;
}
.rs-17 .rs-catalog .panel-group .panel+.panel {
	margin: 0;
}
.rs-17 .rs-catalog .panel-default>.panel-heading, .rs-17 .rs-catalog .panel-group .panel {
	background-color: #ff5e14;
	border:none;
	box-shadow: none;
	padding-bottom: 0px;
    padding-top: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding-top: 0;
}
.rs-17 .rs-catalog .panel-group {
	background-color: #ff5e14;
	height: 795px;
	padding: 70px;
	margin: 0;
}
.rs-17 .rs-catalog .panel-body {
	line-height: 22px;
}
.rs-17 .rs-catalog h4.panel-title + p{
	display: none;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
	text-decoration: none;
}
.panel-title>a:before {
    content: "–";
    font-size: 18px;
    font-weight: 600;
    color:white;
    margin-right: 15px;
}
.panel-title>a.collapsed:before {
content: "+";
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}

.accordeon-parallax {
	background-image: url(../img/parallax_1.jpg);
    position: absolute;
    height: 660px;
    margin-top: 135px;
    background-attachment: fixed;
    background-position: 20%;
    background-repeat: no-repeat;
    left: -300px;
}
.rs-catalog>.container {
	position: relative;
}
.rs-catalog .big-text {
	bottom:6px;
}
.rs-catalog .catalog-number:first-child .count:after{
	content: " м³";
}
.rs-catalog .catalog-number:last-child .count:after{
	content: " тонн";
}
.rs-17 .rs-catalog>.container>.row {
		display: flex;
	}
@media(max-width: 991px) {
	.rs-17 .rs-catalog {
		margin-top: 40px;
	}
	.accordeon-parallax {
	left: 0;
    right: 0;
    bottom: 0;
    height: 210px;
    background-size: cover;
    background-position: center;
	}
	.rs-17 .rs-catalog>.container>.row{
		padding-bottom: 210px;
	}
	.rs-17 .rs-catalog>.container>.row {
		flex-direction: column-reverse;
	}
}
@media(min-width: 991px) {
	.rs-17 .rs-catalog .left-column {
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0px;
	}
	.rs-17 .rs-catalog .catalog-accordeon:after {
content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left:80%;
    right:-3000px;
    background: #ff5e14;
    z-index: 0;
}
.rs-17 .rs-catalog .catalog-accordeon {
		padding-left: 0px;
		position: relative;
    top: -90px;
	}
}
.rs-17 .rs-catalog .btn-outline {
	margin: 0px 15px 20px;
}
@media(min-width: 991px) {
	.accordeon-parallax {
		min-width: 1253px;
		background-position: 0%;
		left:-430px;
	}
}
@media(max-width: 1199px) {
	.rs-17 .rs-catalog .catalog-number {
		padding: 30px 20px;
	}
}
@media(min-width: 1199px) {
	.rs-17 .rs-catalog h2 {
		text-align: left;
	}
}
@media(max-width: 767px) {
	.rs-17 .rs-catalog .panel-group {
		height: 550px;
    overflow: scroll;
    padding: 30px 10px;
	}
	.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
		line-height: 26px;
	}
}