

/* Start:/local/templates/electro_green_white_copy/components/electro/search/.default/style.css?171292779314935*/
#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;
}

#secLevel2 > ul {
	margin: 18px 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;
}

#searchSection {
	overflow: hidden;
	clear: both;
	margin-bottom: 24px;
}

#searchSection li {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

#searchSection li:last-child {
	margin: 0;
}

#searchSection li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0px 12px;
	color: #fff;
	background: #11b785;
	text-decoration: none;
}

#searchSection li a:hover {
	background: #11b785;
}

#searchSection li a:active {
	position: relative;
	top: 1px;
}

#catalogLines .section {
	border: 1px solid #f1f1f1;
	margin-bottom: 24px;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 2px;
}

#catalogLines .section:hover {
	border: 1px solid #c9c9c9;
}

#catalogLines .item {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#catalogLines .item td {
	padding: 12px 0px;
	vertical-align: top;
}

#catalogLines .item .picture,
#catalogLines .item .name {
	background: #ffffff;
 /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
 /* IE6-9 */;
}

#catalogLines .item .picture {
	width: 40%;
	text-align: center;
	min-width: 350px;
	vertical-align: middle;
}

#catalogLines .item .tools {
	width: 220px;
	text-align: left;
}

#catalogLines .elementName {
	font: normal normal 20px "bender" , arial , sans-serif;
	color: #000;
	display: inline-block;
	text-decoration: underline;
	margin-bottom: 12px;
	padding-right: 12px;
}

#catalogLines .elementName:hover {
	color: #11b785;
}

#catalogLines .elementName:visited {
	color: #888;
}

#catalogLines .item .picture a {
	display: inline-block;
	max-width: 100%;
}

#catalogLines .item .picture a:active {
	position: relative;
	top: 1px;
}

#catalogLines .item .picture img {
	max-width: 80%;
	height: auto;
	max-height: 230px;
	text-align: center;
}

#catalogLines .item .marker {
	font: normal normal 12px "bender" , arial , sans-serif;
	position: absolute;
	top: 4px;
	left: -4px;
	background: url(/local/templates/electro_green_white_copy/components/electro/search/.default/images/marker.png) 0 0 repeat transparent;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 10;
}

#catalogLines .item .name {
	width: 100%;
	padding: 12px 0;
}

#catalogLines .item .name .infoBox {
	clear: both;
	overflow: hidden;
}

#catalogLines .item .name .article {
	float: left;
	display: block;
	padding: 5px 12px;
	background-color: #F1F1F1;
	color: #9D9D9D;
	margin-left: 100px;
}

#catalogLines .item .name .label {
	float: left;
	margin-right: 12px;
	line-height: 27px;
}

#catalogLines .item .name .rating {
	position: relative;
	right: 0px;
	top: 5px;
	z-index: 10;
	width: 79px;
	float: left;
}

#catalogLines .item .name .rating i {
	background: url(/local/templates/electro_green_white_copy/components/electro/search/.default/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

#catalogLines .item .name .rating i.m {
	background: url(/local/templates/electro_green_white_copy/components/electro/search/.default/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

#catalogLines .item .name .prop {
	clear: both;
	table-layout: fixed;
	width: 100%;
	margin-top: 8px;
	border-collapse: collapse;
}

#catalogLines .item .name .prop td {
	padding: 4px 2px;
}
#catalogLines .item .name .prop .grey td {
	background-color: #F6F6F6;
}

#catalogLines .item .name .prop td:first-child {
	padding-right: 8px;
	width: 60%;
}

#catalogLines .item .tools {
	border-left: 1px solid #f1f1f1;
}

#catalogLines .item .tools .wrap {
	width: 222px;
}

#catalogLines .item .tools .wrap ul {
	margin-left: 26px;
}

#catalogLines .item .tools .wrap li {
	margin-bottom: 12px;
	text-align: left;
}

#catalogLines .item .tools .wrap img {
	vertical-align: middle;
}

#catalogLines .item .tools .addCart,
#catalogLines .item .tools .addSku {
	background: #11b785;
	font: normal normal 14px "bender" , arial , sans-serif;
	line-height: 40px;
	display: inline-block;
	height: 40px;
	color: #fff;
	width: 168px;
	text-decoration: none;
	text-align: center;
	float: none;
	margin: 0;
}

#catalogLines .item .tools .addCart:hover,
#catalogLines .item .tools .addSku:hover {
	background: #11b785;
}

#catalogLines .item .tools .addCompare {
	color: #7F7F7F;
	font: 14px "bender", "arial", sans-serif;
	text-decoration: none;
}

#catalogLines .item .tools .addCompare:hover {
	color: #23ca98;
}

#catalogLines .item .tools .addCompare:active {
	position: relative;
	top: 1px;
}

#catalogLines .item .tools .addCompare img {
	padding-right: 4px;
}

#catalogLines .item .tools .price {
	color: #000;
	font-size: 24px;
	margin: 12px 0px;
	position: relative;
}

#catalogLines .item .tools .price s {
	color: #ACACAC;
	display: block;
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: -16px;
}

#smartFilter {
	position: relative;
	margin-bottom: 24px;
}

#smartFilter > ul {
	margin: 24px 0px;
	border-bottom: 1px solid #DBDBDB;
}

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

#smartFilter .hd2 {
	border-top: 1px solid #DBDBDB;
	display: block;
	padding-left: 35px;
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #23ca98;
	margin-bottom: 12px;
	padding-top: 18px;
}

#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/search/.default/images/uiBg.png) repeat 0 0 transparent;
	margin-top: 12px;
	height: 30px;
	position: relative;
	width: 92%;
}

#smartFilter .slider .handler {
	background: url(/local/templates/electro_green_white_copy/components/electro/search/.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/search/.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/search/.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/search/.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/search/.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: 35px;
	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/search/.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: 12px;
	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/search/.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/search/.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/search/.default/images/close.png") -8px 0 no-repeat transparent;
}

.heading{
	color: #7F7F7F;
	display: block;
	font-size: 21px;
	margin-bottom: 24px;
}

.hd{
	display: block;
	padding-left: 35px;
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #23ca98;
	margin: 18px 0 0 0;
	padding-bottom: 18px;
	border-bottom: 1px solid #3C3C3B;
}

#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/search/.default/images/arrows.png") 0 0 no-repeat transparent;
}

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

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

#catalogLine #on .desc.active {
	background: url("/local/templates/electro_green_white_copy/components/electro/search/.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/search/.default/images/catalogView.png) 0 0 no-repeat transparent;
}

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/electro_green_white_copy/components/bitrix/system.pagenavigation/visual/style.css?17129277934015*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
	float: left;
	width: 100%;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/electro_green_white_copy/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* End */
/* /local/templates/electro_green_white_copy/components/electro/search/.default/style.css?171292779314935 */
/* /local/templates/electro_green_white_copy/components/bitrix/system.pagenavigation/visual/style.css?17129277934015 */
