

/* Start:/bitrix/components/electro/catalog/templates/.default/style.css?16406093874089*/
.categoryDescriptionTop {
	padding-bottom: 20px;	
}
#secLevel2 > ul {
	margin: 24px 0px;
	padding-left: 35px;
}

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

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

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

#secLevel2 > ul > li > a:hover {
	color: #4192d9;
}

#secLevel2 > ul > li > a.selected {
	color: #4192d9;
}

#secLevel2 > ul > li > a.selected:hover {
	color: #0074d9;
}

#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 "Myriad" , 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 .right span {
	padding-right: 12px;
	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.available {
	border: 2px solid #0074d9;
}

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

#catalogLine .left a.active {
	background-color: #0074d9;
	border: 1px solid #0074d9;
	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 #4192d9;
}

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

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

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

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

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

#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(/bitrix/components/electro/catalog/templates/.default/images/catalogView.png) 0 0 no-repeat transparent;
}

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

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

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

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

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

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

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

#catalogLine .right .type3.active {
	background: url(/bitrix/components/electro/catalog/templates/.default/images/catalogView.png) -60px -60px no-repeat transparent;
}
#catalog .descriptionseo ul{
    margin: 0px 0px 5px 15px;
}
#catalog .descriptionseo ol{
    margin: 0px 0px 5px 15px;
}
#catalog .descriptionseo ul li{
    list-style-type: square;
    list-style: outside;
    margin: 0px 0px 5px 35px;
}
#catalog .descriptionseo ol li{
    list-style-type: decimal;

    margin: 0px 0px 5px 35px
}
/* End */


/* Start:/bitrix/components/electro/catalog/templates/.default/bitrix/catalog.section.list/.default/style.css?16400748563044*/
.catalogSection {
	margin: 12px 0px;
	padding: 12px 0px;
	border-top: 1px solid #C9C9C9;
}

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

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

div.catalogSection > table > tbody > tr > td:first-child {
	width: 25%;
}

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

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

div.catalogSection > table > tbody > tr > td > a {
	font: normal normal 18px "Myriad" , arial , sans-serif;
	text-decoration: none;
	color: #4192d9;
	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: #0074d9;
}

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 "Myriad" , arial , sans-serif;
	color: #4192d9;
	text-decoration: none;
	margin-bottom: 6px;
}

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

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 "Myriad" , arial , sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 8px;
}

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

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: #4192d9;
	text-decoration: none;
	font: normal normal 16px "Myriad" , 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: #0074d9;
}

div.catalogSectionL2  ul  li a img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
a.hd.red:first-letter{
    color: red !important;
}
/* End */
/* /bitrix/components/electro/catalog/templates/.default/style.css?16406093874089 */
/* /bitrix/components/electro/catalog/templates/.default/bitrix/catalog.section.list/.default/style.css?16400748563044 */
