.catalog-section-links + .catalog-section-list,
.catalog-section-filter-links + .catalog-section-list{
	margin-top: 32px;
}

.container-ws .catalog-sections{
	display: flex;
	flex-wrap: wrap;
}

.container-ws .catalog-sections [class*="col-"]{
	width: 12.5%; /***8 columns***/
}

.catalog-section-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 16px;
    /* padding: 18px 18px 13px; */
    position: relative;
    border: 1px solid #e8edef;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
.subsect {
	padding: 12px 18px 30px;
}
.catalog-section-item:link,
.catalog-section-item:visited{
	text-decoration: none;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.container-ws .catalog-section-item{
	margin: 0;
	border-left: none;
	border-right: 1px solid #e8edef;
	border-top: none;
	border-bottom: 1px solid #e8edef;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

.bx-no-touch .catalog-section-item:hover,
.bx-touch .catalog-section-item:active{
	-webkit-box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
	-moz-box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
	box-shadow: 0 0 36px rgba(61, 75, 82, 0.16);
	z-index: 202;
}

.catalog-section-item__count{
	position: absolute;
	right: 11px;
	top: 11px;
	padding: 0 5px;
	font-size: 11px;	
	color: #8ea6ab;
	line-height: 16px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	z-index: 0;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__count,
.bx-touch .catalog-section-item:active .catalog-section-item__count{
	color: #fff;
	background: #6e858a;
}

.catalog-section-item__graph{
	width: 100%;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.catalog-section-item__graph > i{
	font-size: 90px;
	color: #55686e;
}

.catalog-section-item__graph > img{
	width: auto;
	height: auto;
	max-width: 134px;
	max-height: 134px;
}

.catalog-section-item__title{
	height: 44px;
	margin: 8px -8px 0px;	
	overflow: hidden;
	color: #3d4b52;
	text-align: center;	
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
font-size: 14px;
line-height: 18px;	
}

.bx-no-touch .catalog-section-item:hover .catalog-section-item__title,
.bx-touch .catalog-section-item:active .catalog-section-item__title{
	color: #6639b6;
}

/***PHONES***/
@media(max-width: 991px){
	.catalog-section-list{
		margin-top: -32px;
	}

	.catalog-section-container .catalog-section-list{
		margin: 0;
	}
	
	.catalog-section-links + .catalog-section-list,
	.catalog-section-filter-links + .catalog-section-list{
		margin-top: 18px;
	}
	
	.container-ws .catalog-sections{
		display: block;
	}

	.catalog-sections [class*="col-"]{
		padding: 0;
	}
	
	catalog-sections{
		padding-left:18px;
		padding-right:18px;
	}
	
	.container-ws .catalog-sections [class*="col-"]{
		width: 100%;
		padding: 0;
	}
	
	.catalog-section-item,
	.container-ws .catalog-section-item{
		flex-direction: row;
		margin: 0 0 15px;
		padding: 12px 18px;
		border: none;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;		
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.bx-no-touch .catalog-section-item:hover,
	.bx-touch .catalog-section-item:active{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.catalog-section-item__count{
		right: 12px;
	}
	
	.catalog-section-item__graph-wrapper{
		width:100%;
	}
	
	.catalog-section-item__graph{

		margin-right: 12px;
	}

	.catalog-section-item__graph > i{
		font-size: 36px;
	}

	.catalog-section-item__graph > img{
		max-width: 36px;
		max-height: 36px;
	}

	.catalog-section-item__title{		
		width: 100%;
		height: auto;
		align-self: center;
		margin: 0;
		overflow: visible;
		text-align: left;
	}
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 992px){
	.container-ws .catalog-sections [class*="col-"]:nth-child(1) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(2) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(3) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(4) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
}

@media(min-width: 992px) and (max-width: 1271px){

	.catalog-section-item__graph > i{
		font-size: 72px;
	}

	.catalog-section-item__graph > img{		
		max-width: 94px;
		max-height: 94px;
	}
}

@media(min-width: 992px) and (max-width: 1103px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 20%; /***5 columns***/
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(5n+5) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1104px) and (max-width: 1271px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	.container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1272px){
	.smart-filter-view-left-active .container .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}
}

@media(min-width: 1272px) and (max-width: 1379px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1380px) and (max-width: 1545px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item{
		border-top: none;
	}

	.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1546px) and (max-width: 1701px){
	.container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"],
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}
	
	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item{
		border-top: none;
	}

	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1702px){
	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"],
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 14.28571429%; /***7 columns***/
	}
	
	.container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item,
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(8) .catalog-section-item{
		border-top: 1px solid #e8edef;
	}
	
	body:not(.slide-menu-option-1-active):not(.smart-filter-view-left-active) .container-ws .catalog-sections [class*="col-"]:nth-child(8n+8) .catalog-section-item{
		border-right: none;
	}

	body:not(.smart-filter-view-left-active).slide-menu-option-1-active .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item,
	body:not(.slide-menu-option-1-active).smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7n+7) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1702px) and (max-width: 1739px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 25%; /***4 columns***/
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(5) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6) .catalog-section-item,
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(4n+4) .catalog-section-item{
		border-right: none;
	}
}

@media(min-width: 1740px){
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]{
		width: 16.66666667%; /***6 columns***/
	}
	
	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(7) .catalog-section-item{
		border-top: none;
	}

	.slide-menu-option-1-active.smart-filter-view-left-active .container-ws .catalog-sections [class*="col-"]:nth-child(6n+6) .catalog-section-item{
		border-right: none;
	}
}
/*
.section-list-item[data-cnt="0"]{
	display:none;
}*/
.row.catalog-sections.swiper-wrapper {
    flex-wrap: nowrap;
}
.subsect a {
    width: 100%;
    display: block;
}
.countitems {
    cursor: pointer;
    color: #e01f2e;
    text-decoration: underline;
    font-weight: 500;
}
a.catalog-href {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #1c1e21;
    margin: 16px 0 0;
	padding: 12px 18px
}
.catalog-section-item__graph > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.dnonitem {
    opacity: 0;
    transition: 1s;
    display: block;
    height: 0;
}
.abs.open>.dnonitem {
    opacity: 1;
    transition: .6s;
    display: block;
    height: auto;
    position: inherit;
}
.dnonitem.hidden>a {
    display: none;
}
.brand-item {
    border: none !important;
}
@media(min-width:790px){
.col-12.col-lg-6.newsa.section-list-item.swiper-slide>.subsect>.open a {
    display: inline-block;
    width: 48%;
}
.col-12.col-lg-6.newsa.section-list-item.swiper-slide>.subsect>.abs>a {
    width: 48%;
    display: inline-block;
}
}
