/*#liders .cont {
    width: 85%;
    min-width: 1200px;
    max-width: 1600px;
}*/
#liders .cont .bottom .border {
	display:table-cell;
	width: 1%;
	padding: 0 0 0 10px;
	vertical-align:top;
}
#liders .cont .bottom .products {
	display:table-cell;
	width: 99%;
	vertical-align:top;
}
#liders .cont .bottom .products .products-cont {
	opacity: 0;
}
#liders .cont .bottom .left-filter {
	float:left;
	width:237px;
	/*height:285px;*/
	padding: 0;
	/*overflow-y: scroll;*/
}
#liders .cont .bottom .left-filter ul {
	width:225px;
	text-align:left;
	/*display: none;*/
}
#liders .cont .bottom .left-filter ul li {
	list-style:none;
	margin-bottom: 2px;
	overflow:hidden;
	position:relative;
	font-size: 14px;
	margin-left: 5px;
}
#liders .cont .bottom .left-filter ul li.title {
	font-family:'semibold', Tahoma, Geneva, sans-serif;
	margin: 10px 0 5px 0;
	font-size: 16px;
}
#liders .cont .bottom .left-filter ul li a {
	display: block;
	color:#000;
    background:url(../img/check-1.png) no-repeat 0px 0px;
	padding: 5px 5px 5px 22px;
}
#liders .cont .bottom .left-filter ul li a.active {
	color: #000;
	background-position: 0px -50px;
}
#liders .cont .bottom .left-filter ul li a:hover {
	color: #f60;
	background-position: 0px -100px;
}
#liders .cont .bottom .left-filter ul li a.active:hover {
	color: #f60;
	background-position: 0px -150px;
}
#liders .cont .bottom .left-filter ul li span.opacity {
	width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0.75;
}
#liders .cont.no-margin .bottom .sl {
    width: 24.5%;
}
#liders .cont .bottom .block {
    margin: 0 10px 15px 10px;
}

#liders .cont .bottom .left-filter p {
	padding: 10px;
	text-align: left;
	font-family:'semibold', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #f5f5f5;
	border-top:none;
	position: relative;
}
#liders .cont .bottom .left-filter p:hover {
	background: #f9f9f9;
}
#liders .cont .bottom .left-filter p.first {
	border-top: 1px solid #ccc;
}
#liders .cont .bottom .left-filter p .arr {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	background: url(../img/arr-1.png) no-repeat 0px 0px;
}
#liders .cont .bottom .left-filter p:hover .arr {
	background-position: 0px -15px;
}
#liders .cont .bottom .left-filter p.active .arr {
	background-position: 0px -30px;
}
#liders .cont .bottom .left-filter p.active:hover .arr {
	background-position: 0px -45px;
}
#liders .cont .bottom .left-filter ul {
	padding: 5px;
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
	position: relative;
}
#liders .cont .bottom .left-filter ul .arr {
	width: 100%;
	height: 10px;
	background: url(../img/arr9.png) no-repeat 50% 0px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#liders .cont .bottom .left-filter ul .arr:hover {
	background-position: 50% -10px;
}
#liders .cont .bottom .left-filter ul.open .arr {
	background-position: 50% -20px;
}
#liders .cont .bottom .left-filter ul.open .arr:hover {
	background-position: 50% -30px;
}

@media
only screen and (max-width : 1220px), only screen and  and (max-device-width : 1220px) {
	#liders .cont.no-margin .bottom .sl {
		width: 33%;
	}
}

@media
only screen and (max-width : 1220px), only screen and  and (max-device-width : 1220px) {
	#liders .cont.no-margin .bottom .sl {
		width: 49%;
	}
}

@media
only screen and (max-width : 760px), only screen and  and (max-device-width : 760px) {
	#liders .cont.no-margin .bottom .sl {
		width: 100%;
	}
}

@media
only screen and (max-width : 620px), only screen and  and (max-device-width : 620px) {
	#liders .cont.no-margin .bottom .sl {
		width: 100%;
	}
	#liders .cont .bottom .border {
		display:block;
		width:auto;
		overflow: hidden;
		padding: 0;
		padding: 10px;
		padding-bottom:0px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
		height: 198px;
		overflow: hidden;
		overflow-y: scroll;
	}
	#liders .cont .bottom .left-filter {
    	width: 100%;
	}
	#liders .cont .bottom .left-filter ul {
		width: 100%;
		padding: 5px 0 5px 0;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	#liders .cont .bottom .left-filter ul li {
		margin-left:0;
	}
	#liders .cont .bottom .left-filter p {
		border-top: 1px solid #ccc;
	}
	#liders .cont.no-margin .bottom .sl {
    	width: 49%;
	}
	#liders .cont.no-margin .top {
    	padding: 0px 0 20px;
	}
	#liders .cont .bottom .block {
    	margin: 2px;
	}
}

