

/* Start:/local/templates/electro_green_white_copy/components/electro/catalog/.default/style.css?17616629823576*/
#secLevel2 > ul {
	margin: 24px 0px;
	padding-left: 35px;
}

#secLevel2 > ul > li {
	margin-bottom: 12px;
	padding-right: 12px;
}

#secLevel2 > ul > li > a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #000000;
	text-decoration: none;
}

#secLevel2 > ul > li > a:active {
	position: relative;
	top: 1px;
}

#secLevel2 > ul > li > a:hover {
	color: #23ca98;
}

#secLevel2 > ul > li > a.selected {
	color: #23ca98;
}

#secLevel2 > ul > li > a.selected:hover {
	color: #11b785;
}

#catalog .productList {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#catalog .productList li {
	margin-right: 24px;
	margin-bottom: 24px;
	border: 1px solid #E1E1E1;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#catalog .productList .wrap {
	width: 100%;
	border: 0;
}


#catalog .productList li:hover{
	border: 1px solid #C9C9C9;
}

#catalogLine {
	font: normal normal 13px "bender" , arial , sans-serif;
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 24px;
	position: relative;
	border: 1px solid #f1f1f1;
	overflow: hidden;
	white-space: nowrap;
}

#catalogLine .left {
	float: left;
}

#catalogLine .right {
	float: right;
	padding-right: 12px;
}

#catalogLine .left span {
	padding-right: 12px;
	margin-left: 8px;
	color: #000;
}

#catalogLine .left .count {
	margin-left: 12px;
}

#catalogLine .left a {
	border: 1px solid #999;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #999;
	padding: 0px 8px;
	vertical-align: middle;
}

#catalogLine .left a:hover {
	color: #777;
	border: 1px solid #777;
}

#catalogLine .left a.active {
	background-color: #11b785;
	border: 1px solid #11b785;
	color: #fff;
}

#catalogLine .left a:active {
	position: relative;
	top: 1px;
}

#catalogLine #on {
	width: 24px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #23ca98;
}

#catalogLine #on a {
	height: 15px;
	display: block;
	border: 0px;
}

#catalogLine #on .asc {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/arrows.png") 0 0 no-repeat transparent;
}

#catalogLine #on .asc.active {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/arrows.png") -24px 0 no-repeat #11b785;
}

#catalogLine #on .desc {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/arrows.png") 0px -15px no-repeat transparent;
}

#catalogLine #on .desc.active {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/arrows.png") -24px -15px no-repeat #11b785;
}

#catalogLine .right a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #C9C9C9;
}

#catalogLine .right .type1 {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) 0 0 no-repeat transparent;
}

#catalogLine .right .type1:hover {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -30px 0 no-repeat transparent;
}

#catalogLine .right .type1.active {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -60px 0 no-repeat transparent;
}

#catalogLine .right .type2 {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) 0 -30px no-repeat transparent;
}

#catalogLine .right .type2:hover {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -30px -30px no-repeat transparent;
}

#catalogLine .right .type2.active {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -60px -30px no-repeat transparent;
}

#catalogLine .right .type3 {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) 0 -60px no-repeat transparent;
}

#catalogLine .right .type3:hover {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -30px -60px no-repeat transparent;
}

#catalogLine .right .type3.active {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog/.default/images/catalogView.png) -60px -60px no-repeat transparent;
}

/* End */


/* Start:/local/templates/electro_green_white_copy/components/electro/catalog/.default/bitrix/catalog.section.list/level2/style.css?17616629823335*/
.catalogSection {
	margin: 12px 0px;
	padding: 12px 0px;
	/*border-top: 1px solid #C9C9C9;*/
	width:16.6%;
	float:left;
}

.catalogSection table{
	width: 100%;
}

div.catalogSection:first-child {
	border: 0px;
}

div.catalogSection > table {
	table-layout: fixed;
    height: 365px;
}

div.catalogSection > table > tbody > tr > td:first-child {
	/*width: 25%;*/
  vertical-align: middle;
}
div.catalogSection > table > tbody > tr:first-child > td {
    height: 222px;
}
div.catalogSection > table > tbody > tr:first-child > td img {
  width: 100%;
}
div.catalogSection > table > tbody > tr:last-child > td {
/*  height: 100px;*/
}
div.catalogSection > table > tbody > tr > td {
	width: 60%;
	padding: 1% 3%;
	vertical-align: top;
  box-sizing: border-box;
}

div.catalogSection > table > tbody > tr > td > a:active {
	position: relative;
	top: 1px;
}

div.catalogSection > table > tbody > tr > td > a {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-decoration: none;
	color: #23ca98;
	text-align: center;
	display: block;
}

div.catalogSection > table > tbody > tr > td > a > span {
	display: block;
	margin-top: 24px;
}

div.catalogSection > table > tbody > tr > td > a > span:hover {
	color: #11b785;
}

div.catalogSection > table > tbody > tr > td img {
	height: auto;
	max-width: 90%;
	vertical-align: top;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td {
	vertical-align: top;
	width: 33.3%;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > a {
	padding-right: 12px;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > a.hd {
	display: block;
	font: normal normal 15px "bender" , arial , sans-serif;
	color: #23ca98;
	text-decoration: none;
	margin-bottom: 6px;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > a.hd:hover {
	color: #11b785;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > ul {
	margin-bottom: 6px;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > ul > li {
	margin-bottom: 4px;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > ul > li > a {
	font: normal normal 13px "bender" , arial , sans-serif;
	color: #000;
	text-decoration: none;
}

div.catalogSection > table > tbody > tr > td > table > tbody > tr > td > ul > li > a:hover {
	color: #333;
}

div.catalogSectionL2  ul {
	margin-top: 12px;
}

div.catalogSectionL2  ul li {
	float: left;
	display: block;
	text-align: center;
	width: 25%;
	margin-bottom: 50px;
}

div.catalogSectionL2  ul li:nth-child(4n+1) {
	clear: both;
}

div.catalogSectionL2  ul li a {
	display: block;
	text-align: center;
	color: #23ca98;
	text-decoration: none;
	font: normal normal 16px "bender" , arial , sans-serif;
	padding: 0px 12px;
}

div.catalogSectionL2  ul li .sectionPic {
	height: 150px;
	line-height: 150px;
	padding-bottom: 12px;
}

div.catalogSectionL2  ul li .sectionPic:active {
	position: relative;
	top: 1px;
}

div.catalogSectionL2  ul li a.img {
	line-height: 160px;
	height: 160px;
	display: block;
	text-align: center;
}

div.catalogSectionL2  ul li a.img:active {
	position: relative;
	top: 1px;
}

div.catalogSectionL2  ul li a:hover {
	color: #11b785;
}

div.catalogSectionL2  ul  li a img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
/* End */


/* Start:/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/style.css?17616629826037*/
#smartFilter {
	position: relative;
	margin-bottom: 24px;
	float: right;
	width: 195px;
}

#smartFilter > ul {
	margin: 24px 0px;
	border-bottom: 1px solid #DBDBDB;
	display: block;
	min-height: 50px;
	float: right;
}

#smartFilter li.lvl1 {
	border-top: 1px solid #DBDBDB;
	margin-bottom: 24px;
	padding-left: 0px;
}

#smartFilter .hd2 {
	display: block;
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #23ca98;
	margin: 18px 0 0;
	text-align: left;
}

#smartFilter .hd3 {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #23ca98;
	padding: 18px 0px;
	display: block;
	text-decoration: none;
}

#smartFilter .off {
	display: none;
}

#smartFilter .showALL {
	color: #23ca98;
	padding: 9px 0px;
	display: block;
}

#smartFilter .showALL:hover {
	color: #11b785;
}

#smartFilter .showALL:active {
	position: relative;
	top: 1px;
}

#smartFilter li ul li {
	margin-bottom: 4px;
}

#smartFilter li ul  li  label {
	cursor: pointer;
	font: normal normal 12px "bender" , arial , sans-serif;
	color: #000000;
	padding-left: 12px;
	vertical-align: top;

}

#smartFilter ul  li  input[type="checkbox"] {
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 0px;
}

#smartFilter  a.smartFilterAll {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #23ca98;
	margin-top: 12px;
	display: block;
}

#smartFilter   a.smartFilterAll:hover {
	color: #11b785;
}

#smartFilter .rangeSlider {
	max-width: 302px;
}

#smartFilter .rangeSlider label {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #000000;
	padding-right: 1%;
	vertical-align: middle;
	padding-left: 0px;
}

#smartFilter .lvl2_disabled label {
	color: #4d4d4d;
}

#smartFilter .rangeSlider span {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #000000;
	display: inline-block;
}

#smartFilter .rangeSlider input[type="text"] {
	font: normal normal 12px "bender" , arial , sans-serif;
	display: inline-block;
	width: 26%;
	margin: 0% 4%;
	padding: 0px 4px;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	background-color: #F5F5F5;
	border: 1px solid #d3d3d3;
	color: #000000;
}

#smartFilter .rangeSlider input[type="text"]:focus {
	background-color: #ffffff;
}

#smartFilter .slider {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/uiBg.png) repeat 0 0 transparent;
	margin-top: 20px;
	height: 30px;
	position: relative;
	width: 82%;
	margin-left: 8px;
}
#smartFilter .open_filter,
#smartFilter .close_filter {
	padding-right: 0;
	font-size: 20px;
	text-align: left;
	width: 100%;
	height: 25px;
	color: #23ca98;
	float: right;
	display: block;
	margin-bottom: 10px;
}

#smartFilter .slider .handler {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/handlerActive.png) repeat 0 0 transparent;
	position: absolute;
	height: 14px;
	width: 100%;
	top: 7px;
	border-radius: 4px;
	cursor: pointer;
}

#smartFilter .slider .blackoutLeft,
#smartFilter .slider .blackoutRight {
	background: url(/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/handler.png) repeat 0 0 transparent;
	position: absolute;
	height: 14px;
	width: 100%;
	top: 0px;
}

#smartFilter .slider .blackoutLeft {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 0px;
	width: 0px;
}

#smartFilter .slider .blackoutRight {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	right: 0px;
	width: 0px;
}

#smartFilter .slider .trans {
	-webkit-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	-moz-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	-o-transition: width 0.2s ease-in-out, visibility 0.2s linear;
	transition: width 0.2s ease-in-out, visibility 0.2s linear;
}

#smartFilter .slider ins {
	display: block;
	height: 28px;
	width: 16px;
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/motionButton.png") no-repeat 0 0 transparent;
	position: absolute;
	top: -7px;
	z-index: 10;
	cursor: pointer;
}

#smartFilter .slider ins:hover {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/motionButton.png") no-repeat 0 0 transparent;
}

#smartFilter .slider .left {
	right: -8px;
}

#smartFilter .slider .right {
	left: -8px;
}

#smartFilter #set_filter {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/incart.png") #23ca98;
	color: #FFFFFF;
	display: inline-block;
	font: 12px/25px "bender", "arial", sans-serif;
	height: 25px;
	padding: 0px 8px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	margin-left: 0px;
	cursor: pointer;
	text-decoration: none;
}

#smartFilter #set_filter img,
#smartFilter #del_filter img {
	vertical-align: baseline;
	padding-right: 4px;
}

#smartFilter #set_filter:hover {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/incartHover.png") #23ca98;
}

#smartFilter #del_filter {
	background-color: #111;
	display: inline-block;
	font: 12px/25px "bender", "arial", sans-serif;
	height: 25px;
	padding: 0px 8px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	margin-left: 25px;
	color: #5d5d5d;
	cursor: pointer;
	text-decoration: none;
}

#smartFilter #del_filter:hover {
	background-color: #171717;
}

#smartFilter #set_filter:active,
#smartFilter #del_filter:active {
	position: relative;
	top: 1px;
}

#smartFilter .modef {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/modef.png") transparent;
	color: #9E9E9E;
	font: 14px/31px "bender", "arial", sans-serif;
	height: 31px;
	padding-left: 18px;
	position: absolute;
	right: -190px;
	width: 170px;
	z-index: 99;
}

#smartFilter .modef #modef_num {
	color: #fff;
	font: 14px/25px "bender", "arial", sans-serif;
}

#smartFilter .modef a {
	color: #23ca98;
	font: 14px/25px "bender", "arial", sans-serif;
	text-decoration: none;
}

#smartFilter .modef a:hover {
	color: #11b785;
}

#smartFilter .modef a.close {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/close.png") 0 0 no-repeat transparent;
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
}

#smartFilter .modef a.close:hover {
	background: url("/local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/images/close.png") -8px 0 no-repeat transparent;
}
/* End */
/* /local/templates/electro_green_white_copy/components/electro/catalog/.default/style.css?17616629823576 */
/* /local/templates/electro_green_white_copy/components/electro/catalog/.default/bitrix/catalog.section.list/level2/style.css?17616629823335 */
/* /local/templates/electro_green_white_copy/components/electro/catalog.smart.filter/.default/style.css?17616629826037 */
