.catalog-items-wr {
	background: #F7F6F6;
	padding-bottom: 1px;
}

.catalog-section-wrap {
	border-top: 2px solid #979797;
}
.catalog-section .productCard {
	width: 100%;
}

@media(max-width: 1600px) and (min-width: 1400px) {
	.catalog-section-filter {
		width: 260px !important;
	}
	.catalog-element-list {
		width: calc(100% - 260px) !important;
	}
}
@media(max-width: 1023px) {
	.catalog-items-wr {
		width: calc(100% + 3rem);
		margin: 0 -1.5rem;
	}
	.catalog-section .productCard {
		padding-bottom: 0;
		padding-top: 16px;
	}
	.catalog-section .product-item-info-container {
		margin-bottom: 0;
	}
	.catalog-section .productCard .icons {
		top: 5px;
	}
	.catalog-section .productCard .info {
		margin-bottom: 16px;
	}
	.catalog-section .productCard [class*="btnIcon"].md {
		padding: 8px 10px;
	}
}


.catalog-sec-list {
	margin-top: 23px;	
	position: relative;
	height: 48px;
	overflow: hidden;
	padding-right: 130px;
	transition: 0.3s;
}
.catalog-sec-list__wr {
	
}
.catalog-sec-list__more {
	position: absolute;
	top: 0; right: 0;
	height: 32px;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 32px;
	padding-right: 20px;
	color: var(--theme-b-link);
	background: #fff;
	cursor: pointer;
	display: none;
	text-decoration: underline;
}
.catalog-sec-list__more--active {
	display: block;
}
.catalog-sec-list__more:after {
	content: "";
	position: absolute;
	width: 10px; height: 10px;
	right: 0;
	top: 0; bottom: 0;
	margin: auto;
	background: url(/local/templates/mst/images/arr-down-blue.svg) no-repeat center;
	background-size: contain;
}
.catalog-sec-list__more:before {
	content: "";
	position: absolute;
	width: 50px; height: 100%;
	left: -50px;
	top: 0; 
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
.catalog-sec-list__more:hover {
	text-decoration: none;
}
.catalog-sec-list__item {
	margin-right: 16px;
	margin-bottom: 16px;
	background: #EFEFEF;
	border-radius: 50px;
	
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	float: left;
}
.catalog-sec-list__item a {
	color: #000;
	padding: 6px 12px;
	display: inline-block;
}
.catalog-sec-list__item a:hover {
	color: var(--theme-b-link);;
}

.catalog-section-wrap .catalog-section-filter {
	width: 315px;
	padding-right: 30px;
}
.catalog-section-wrap .catalog-element-list {
	width: calc(100% - 315px);
}

/*
@media(min-width: 1900px) {
	.catalog-element-list .product-item-wr {
		width: 16.666%;
	}
}
*/
@media(max-width: 1200px) {
	.catalog-sec-list {
		height: 42px;
	}
	.catalog-sec-list__item {
		margin-right: 5px;
		margin-bottom: 10px;
	}
}
@media(max-width: 1023px) {
	.catalog-section-wrap .catalog-section-filter {
		width: 100%;
		padding-right: 0px;
	}
	.catalog-section-wrap .catalog-element-list {
		width: 100%;
		overflow: hidden;
	}
}
@media(max-width: 991px) {
	.catalog-sec-list {
		margin-bottom: 16px;
		height: auto !important;
		padding-right: 0;
	}
	.catalog-sec-list__wr {
		display: flex;
		width: 100%;
		overflow: scroll;
		
	}
	.catalog-sec-list__more {
		display: none;
	}
	.catalog-sec-list__item {
		margin-bottom: 0;
	}
	.catalog-sec-list__item a {
		white-space: nowrap;
	}
	.catalog-sec-list__item:last-child {
		margin-right: 50px;
	}
	.catalog-sec-list:before {
		content: "";
		position: absolute;
		width: 50px; height: 100%;
		right: 0;
		top: 0; 
		background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
	} 
	
}