.c-sections-body {
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: -1;
}

.c-sections-list-p {
	margin: 0;
	padding: 0;
}

.c-sections-list-p ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.c-sections-list-container-ul ul {
	margin: 0 0 0 18px;
	padding: 0;
}

.c-section-children.c-section-closed ul,.c-section-children.c-section-closed ul li {
	height: 0;
	visibility: hidden;
}

.c-section-node {
	background-image: url(../images/mcatalog/i.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 2px 0;
}

.c-section-node:nth-last-child(1 of :not(.c-section-hide)) {
	background-image: url(../images/mcatalog/i_half.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.c-section-wrap {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 2px 0;
}

.c-section-wrap .c-section-icon {
	background: transparent url(../images/mcatalog/expand_leaf.gif) 50% no-repeat;
	display: block;
	height: 18px;
	width: 18px;
}

.c-section-children.c-section-open>.c-section-wrap .c-section-icon {
	background: transparent url(../images/mcatalog/expand_minus.gif) 50% no-repeat;
}

.c-section-children.c-section-closed>.c-section-wrap .c-section-icon {
	background: transparent url(../images/mcatalog/expand_plus.gif) 50% no-repeat;
}

.c-sections-list-p a {
	word-wrap: break-word;
	color: #212529;
	display: block;
	flex: 1;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 0 3px;
	text-decoration: none;
	word-break: break-word;
}

.c-sections-list-p a:hover {
	color: #fc8550;
	text-decoration: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {

	.c-sections {
		background: #fff;
		margin: 0 0 20px;
	}

	.c-sections-title {
		background: #fff;
		cursor: pointer;
		font-size: 1.125rem;
		line-height: 1.375rem;
		margin: 0;
		overflow: hidden;
		padding: 10px 37px 10px 10px;
		position: relative;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.c-sections-title span {
		display: none;
	}

	.c-sections-title:before {
		content: attr(title);
		display: block;
	}

	.c-sections-title:after {
		background: transparent url(../images/icon-arrow-right.svg) 50% no-repeat;
		background-size: 22px auto;
		content: "";
		display: block;
		height: 22px;
		position: absolute;
		right: 10px;
		top: 9px;
		transform: rotate(90deg);
		width: 22px;
	}

	.c-sections-body {
		height: 0;
		overflow: hidden;
		padding: 0 10px 10px;
		position: absolute;
		visibility: hidden;
		z-index: -1;
	}
}

@media only screen and (min-width:768px) {
	.c-sections-title {
		border-bottom: 2px solid #e0e0e0;
		font-size: 1.125rem;
		font-weight: 500;
		line-height: 1.375rem;
		margin: 0 0 15px;
		padding: 0 0 10px;
	}

	.c-sections-body {
		height: auto;
		overflow: visible;
		position: relative;
		visibility: visible;
		z-index: 1;
	}
}

@media (min-width:768px) {

	.c-sections {
		border-right: 1px solid #ddd;
		padding: 15px;
	}
}
