

/* Start:/bitrix/templates/electro/font/bender/bender.css?1610986954273*/
@font-face {
    font-family: 'Bender';
    src: url('/bitrix/templates/electro/font/bender/bender.eot');
    src: url('/bitrix/templates/electro/font/bender/bender.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/electro/font/bender/bender.woff') format('woff'),
         url('/bitrix/templates/electro/font/bender/bender.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* End */


/* Start:/bitrix/templates/electro/components/bitrix/menu/topMenu/style.css?16109868961849*/
#topMenu{
	margin-top: 18px;
	visibility: hidden;
}
#topMenu > li{
	font: normal normal 13px "bender" , arial , sans-serif;
	padding:0px 12px;
	float:left;
	border-left:1px solid #3c3c3c;
	height:24px;
	line-height:24px;
	position: relative;
}
#topMenu > li:last-child{
	border-right:1px solid #3c3c3c;
}
#topMenu > li a{
	display:inline-block;
	text-decoration: none;
	color:#9e9e9e;
}
#topMenu > li a:hover{
	color:#888888;
}
#topMenu > li a:active{
	position: relative;
	top:1px;
}
#topMenu > li a.selected{
	background-color:#888888;
	border-radius: 4px;
	color:#fff;
	height:24px;
	line-height: 24px;
	display:inline-block;
	padding:0px 6px;
}

#topMenu > li ul .selected {
	height: auto;
	padding: 4px 6px;
}

#topMenu > li a.selected.home{
	background: url(/bitrix/templates/electro/components/bitrix/menu/topMenu/images/home.png) 0 0 no-repeat transparent !important;
	width:6px;
	height:17px;
	text-indent: -9999px;
	margin-top:3px;
}
#topMenu > li a.selected:hover{
	background-color:#0074d9;
}
#topMenu > li.slide > a{
	background: url(/bitrix/templates/electro/components/bitrix/menu/topMenu/images/slideMenu.png) 0 0 no-repeat transparent;
	width:25px;
	height:19px;
	margin-top:3px;
}
#topMenu > li.slide > a:hover{
	background: url(/bitrix/templates/electro/components/bitrix/menu/topMenu/images/slideMenu.png) -25px 0 no-repeat transparent;
}
#topMenu > li.slide > a:active{
	background: url(/bitrix/templates/electro/components/bitrix/menu/topMenu/images/slideMenu.png) -50px 0 no-repeat transparent;
}
#topMenu .slide ul li a{
	display: block;
}
#topMenu .slide ul li .selected{
	color:#888888;
	background: transparent;
	padding-left:12px;
}
#topMenu .slide ul li .selected:hover{
	background: transparent;
}
#topMenu li ul{
	display:none;
	position:absolute;
	top:44px;
	right:0px;
	width:250px;
	background: #3d3d3d;
	z-index: 999;
}
#topMenu li ul li{
	display: block;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
	text-align:left;
}
#topMenu li ul li:hover{
	background: #333333;
}
#topMenu li ul li a{
	display:block;
	padding:4px 12px;
	color:#fff;
}
/* End */


/* Start:/bitrix/templates/electro/components/bitrix/sale.basket.basket.line/topCart/style.css?16109869221102*/
#topCart{
	margin-top: 18px;
}
#topCart li{
	font: normal normal 13px "bender" , arial , sans-serif;
	border-right:1px solid #3c3c3c;
	padding-right:12px;
	margin-left:12px;
	line-height:24px;
	display:block;
	height:24px;
	float:left;
	color:#fff;
}
#topCart li:first-child{
	border-left:1px solid #3c3c3c;
	padding-left:12px;
}
#topCart li a{
	text-decoration: none;
	color:#ffffff;
	line-height:24px;
}

#topCart li a.active{
	color:#888888 !important;
}

#topCart li a:hover{
	color:#888888;
}
#topCart li a.order{
	color:#9e9e9e;
}
#topCart li a.order:hover{
	color:#888888;
}
#topCart li a.order.blank{
	opacity: 0.5;
	cursor: default;	
}
#topCart li img{
	vertical-align: middle;
	padding-right:4px;
}
#topCart li span{
	color:#fff;
	background-color:#5a5a5a;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	line-height:20px;
	height:20px;
	padding:0px 6px;
}
#topCart li span.full{
	background-color:#888888;
	color:#fff;
}
#topCart a:active{
	position:relative;
	top:1px;
}

#topCart .rouble{
	display: inline;
	padding: 0;
	height: auto;
	background: transparent;
	top: 1px;
}
/* End */


/* Start:/bitrix/templates/electro/components/electro/search.line/.default/style.css?16109869507003*/
#topSearch{
	float:left;
	text-align:center;
	position: relative;
	width:100%;
}
#reloadSearch{
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 2px;
	left: 50%;
	width: 71.9%;
	min-width: 600px;
	overflow: hidden;
	position: absolute;
	top: 31px;
	z-index: 100;
	display: none;
	margin-left:-36%;
}
#reloadSearch table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#reloadSearch table tr:hover{
	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 */	
}
#reloadSearch table td{
	border-top:1px solid #e4e4e4;
	padding:12px 4px;
}
#reloadSearch table .photo{
	width:15%;
}
#reloadSearch table .name{
	width:24%;
	text-align:left;
}
#reloadSearch table td.price{
	width:15%;
}
#reloadSearch table .quantity{
	width: 15%;
}
#reloadSearch table .bask{
	width:20%;
}
#reloadSearch table a{
	color:#000;
	font-size:14px;
	text-decoration: underline;
	display:block;
}
#reloadSearch table a:hover{
	color:#888888;
}
#reloadSearch table img{
	max-width:50px;
	max-height:50px;
	vertical-align: middle;
	text-align: center;
}
#reloadSearch .addCart,
#reloadSearch .addSku{
	display:block;
	margin:12px auto;
	color:#fff !important;
	height:25px;
	line-height: 25px;
	text-align:center;
	padding: 0px 12px;
	text-decoration: none;
	width:70px;
	background:url(/bitrix/templates/electro/components/electro/search.line/.default/images/incart1.png) repeat #888888;
	float: none;
}
#reloadSearch .addCart:hover,
#reloadSearch .addSku:hover{
	background:url(/bitrix/templates/electro/components/electro/search.line/.default/images/incartHover.png) repeat #888888;
}
#reloadSearch .addCart:active,
#reloadSearch .addSku:active{
	position:relative;
	top:1px;
}
#reloadSearch .addCart.disabled{
	box-sizing: content-box;
	background:url(/bitrix/templates/electro/components/electro/search.line/.default/images/incartHover.png) repeat #888888 !important;
	opacity: 0.7;
}
#reloadSearch span.price{
	position: relative;
	font-size:17px;
}
#reloadSearch s{
	color: #888888;
	font-size: 14px;
	min-width: 72px;
	position: absolute;
	right: -21px;
	top: -16px;
}
#reloadSearch .allResult{
	display:block;
	font-size:15px;
	text-align:center;
	background:#292929;
	color:#fff;
	height:40px;
	line-height:40px;
	text-decoration: none;
}
#reloadSearch .allResult:hover{
	background:#212121;
}
#reloadSearch .available, #reloadSearch .noAvailable{
	font-size:12px;
}
#reloadSearch .available{
	color:#05c012;
}
#reloadSearch .noAvailable{
	color:#888;
}
#searchTable{
	width:72%;
	table-layout: fixed;
	border-collapse:collapse;
	margin:0 auto;
}
#searchTable.small{
	width:100%;
}
#searchTable td{
	padding:0px;
}
#searchTable.small .inputSelect{
	width:40px;
}
#searchTable.small .inputSubmit{
	width:30px;
}
#searchTable .inputSelect{
	width:90px;
}
#searchTable .inputData{
	width:100%;
}
#searchTable .inputSubmit{
	width:90px;
}
#topSearchMenu{
	margin:0px auto;
}
#topSearchMenu ul{
	float:right;
	margin-top:-14px;
}
#topSearchMenu li{
	float:left;
	border-right:1px solid #2d2d2d;
	line-height:16px;
	height:16px;
}
#topSearchMenu li:first-child{
	border-left:1px solid #2d2d2d;
}
#topSearchMenu li a{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	color:#787878;
	text-decoration: none;
	padding:0px 12px;
	line-height:16px;
	display:block;
}
#topSearchMenu li a:hover{
	color:#888888;
}
#topSearchMenu li a:active{
	position:relative;
	top:1px;
}
#topSearchLine{
	margin:32px auto;
	position:relative;
}
#topSearchSelect{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	display:inline-block;
	width:90px;
	height:30px;
	line-height: 30px;
	background: url("/bitrix/templates/electro/components/electro/search.line/.default/images/searchGradient1.png")  0 0 repeat #373737;
	color:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right: 1px solid #000000;
	cursor: pointer;
	position:relative;
}
#topSearchSelect .slide{
	display:block;
	height:30px;
}
#topSearchSelect ul{
	width:300px;
	position:absolute;
	top:31px;
	background-color:#2d2e2d;
	z-index:100;
	display:none;
}
#topSearchSelect ul li{
	color: #feffff;
	text-align:left;
	padding-left:32px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.132);
	display:block;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#topSearchSelect ul li:hover{
	background-color:#242425;
	color:#888888;
}
#topSearchSelect:hover{
	background: url("/bitrix/templates/electro/components/electro/search.line/.default/images/searchGradient1Hover.png")  0 0 repeat #373737;
}
#topSearchSelect img{
	vertical-align: middle;
	padding:0px 3px;
}
#searchTable.small #topSearchSelect {
	width:40px;
}
#searchTable.small #topSearchSelect span{
	display:none;
}
#searchTable.small #topSearchSelect img{
	padding:0;
}
#topSearchLine form{
	text-indent:0px;
	white-space:nowrap;
	letter-spacing:0px;
}
#topSearchLine input{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	height:30px;
	border:0px;
}
#searchTable.small input[type="text"]{
	text-indent: 8px;
}
#topSearchLine input[type="text"]{
	width: 100%;
	background-color:#2d2d2e;
	color:#656565;
	border:1px solid #000001;
	display: block;
	float:left;
	text-indent: 6px;
}
#topSearchLine #goTopSearch{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	width:90px;
	background: #23ca98;
	cursor: pointer;
	color:#fff;
	line-height:30px;
	display:block;
	text-decoration: none;
	border-top:1px solid #010000;
	border-bottom:1px solid #010000;
	border-right:1px solid #010000;
	height: 30px;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#topSearchLine #goTopSearch:hover{
	background: #016fce;
}
#topSearchLine #goTopSearch:active{
	text-indent: 2px;
}
#searchTable.small #goTopSearch{
	width:30px;
}
#searchTable.small #goTopSearch span{
	display:none;
}
#searchTable.small #goTopSearch img{
	padding:0px;
}
#searchTable.small #goTopSearch img{
	vertical-align: middle;
	margin-left:4px;
}
#topSearchLine form a img{
	vertical-align: middle;
	padding-right:4px;
}
#topSearchLine select, #topSearchLine option{
	display: none;
}
#searchMenu ul{
	float:right;
	margin-top:12px;
}
#searchMenu ul li:first-child{
	border-left: 1px solid #2e2d2d;
	padding:0 12px;
}
#searchMenu ul li{
	border-right: 1px solid #2e2d2d;
}
#searchMenu a{
	color: #787878 !important;
	font: 13px "bender", "arial", sans-serif !important;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
}
#searchMenu a:hover{
	color:#888888 !important;
}
/* End */


/* Start:/bitrix/templates/electro/components/bitrix/menu/leftMenu/style.css?16109868943373*/
#leftMenu > li {
	border-bottom: 1px solid #3c3c3b;
	/*position: relative;*/
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/*#leftMenu > li:hover {
	background-color: #fff;
}

#leftMenu > li:hover > a {
	color: #2d2d2d;
}*/

#leftMenu .selected{
	background-color: #FFFFFF;
}

#leftMenu .selected > a{
	color: #2d2d2d;
}

#leftMenu .hover{
	background-color: #FFFFFF;
}

#leftMenu .hover > a{
	color: #2d2d2d;
}


#leftMenu > li > a {
	font: normal normal 13px "bender" , arial , sans-serif;
	text-decoration: none;
	display: block;
	color: #9f9e9e;
	padding: 12px 12px 12px 25px;
}

#leftMenu > li > a > ins {
	display: table;
}

#leftMenu > li > a > ins > img {
	vertical-align: middle;
	padding-right: 8px;
}

#leftMenu > li > a > ins > span {
	display: table-cell;
	vertical-align: middle;
}

#leftMenu > li > .drop {
	position: absolute;
	right: 0px;
	left: 364px;
	background-color: #fff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	z-index: 999;
	top: 60px;
	overflow: hidden;
	min-height: 510px;
	display: none;
}

#leftMenu li div ul {
	float: left;
	width: 230px;
	border-right: 1px solid #e5e5e5;
	margin: 18px 0px;
}

#leftMenu li div ul li {
	margin-bottom: 8px;
}

#leftMenu li div ul li a {
	font: normal normal 13px "bender" , arial , sans-serif;
	color: #000;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0px 12px;
}

#leftMenu li div ul li a:hover {
	color: #888888;
}

#leftMenu li div ul li a:active {
	position: relative;
	top: 1px;
}

#leftMenu li div ul li a span {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #888888;
	display: block;
}

#leftMenu li div ul li a span:hover {
	color: #0074d9;
}

#leftMenu li div ol {
	float: left;
	width: 230px;
	background: #888888;
 /* Old browsers */
	background: -moz-linear-gradient(top,  #888888 0%, #0074d9 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888888), color-stop(100%,#0074d9));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #888888 0%,#0074d9 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #888888 0%,#0074d9 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #888888 0%,#0074d9 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #888888 0%,#0074d9 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#0074d9',GradientType=0 );
 /* IE6-9 */
	position: absolute;
	right: 0;
	padding-bottom: 1200px;
}

#leftMenu li div ol li span {
	font: normal normal 15px "bender" , arial , sans-serif;
	color: #fff;
	padding: 18px 0px 4px 24px;
	display: block;
}

#leftMenu li div ol li a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-left: 24px;
}

#leftMenu li div ol li a:hover {
	color: #c8e5ff;
}

#leftMenu li div ol li a:active {
	position: relative;
	top: 1px;
}

#leftMenu li div ol li a.pic {
	padding-bottom: 18px;
	border-bottom: 1px solid #0067c1;
	width: 80%;
	margin: 0px auto 18px;
	text-align: center;
	padding-left: 0;
}

#leftMenu li div ol li a.pic img {
	max-width: 100%;
}

#leftMenu li div ol li {
	margin-bottom: 12px;
}

#leftMenu .selected { 
	background-color: #FFFFFF;
}
/* End */


/* Start:/bitrix/templates/electro/components/bitrix/breadcrumb/breadcrumb/style.css?1610986881947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/electro/components/bitrix/breadcrumb/breadcrumb/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -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 */


/* Start:/bitrix/templates/electro/components/bitrix/sale.basket.basket.line/footCart/style.css?16109869221333*/
#footerCart table td {
	padding-left: 12px;
	line-height: 36px;
}

#footerCart ins {
	text-decoration: none;
	padding-bottom: 2px;
	margin-right: 8px;
	vertical-align: top;
}

#footerCart span {
	height: 18px;
	line-height: 18px;
	background: url("/bitrix/templates/electro/components/bitrix/sale.basket.basket.line/footCart/images/colorMenu2.png") #2D2D2D;
	border: 1px solid #888;
	min-width: 18px;
	display: inline-block;
	text-align: center;
	padding: 0px 4px;
	border-radius: 4px;
	vertical-align: middle;
}

#footerCart span:hover {
	color: #c8e5ff;
}

#footerCart td a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

#footerCart td  a:active {
	position: relative;
	top: 1px;
}

#footerCart .oCallback {
	color: #888;
	padding-right: 4px;
	font-size: 14px;
	display: inline-block;
}

#footerCart .oCallback:hover {
	color: #888888;
}

#footerCart .footerCart + span, #footerCart .footerCompare + span {
	margin-left: 8px;
}

#footerCart .footerCart, #footerCart .footerCompare {
	color: #888;
}

#footerCart .footerCart:hover {
	color: #888888;
}

#footerCart .footerCompare:hover {
	color: #f98c02;
}

#footerCart .footerCart + span {
	border: 1px solid #0074d9;
	color: #0074d9;
	max-width: 27px;
	overflow: hidden;
}

#footerCart .footerCompare + span {
	border: 1px solid #f98c02;
	color: #f98c02;
}

#footerCart .empty + span {
	border: 1px solid #888;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/electro/styles.css?177858370273081*/
/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-brands-400.eot");
  src: url("/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-brands-400.woff2") format("woff2"), url("/webfonts/fa-brands-400.woff") format("woff"), url("/webfonts/fa-brands-400.ttf") format("truetype"), url("/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.eot");
  src: url("/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-regular-400.woff2") format("woff2"), url("/webfonts/fa-regular-400.woff") format("woff"), url("/webfonts/fa-regular-400.ttf") format("truetype"), url("/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/webfonts/fa-solid-900.eot");
  src: url("/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-solid-900.woff2") format("woff2"), url("/webfonts/fa-solid-900.woff") format("woff"), url("/webfonts/fa-solid-900.ttf") format("truetype"), url("/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/* End */


/* Start:/bitrix/templates/electro/template_styles.css?1778583702158548*/
/* developed by dw24 2014 */

/* Main */

#topBanner{
	text-decoration: none;
}

#topBanner img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#closeBanner{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background: #ff9601;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

html {
	height: 100%;
}

body {
	font: normal normal 14px "Bender", "Verdana" , arial, sans-serif;
	max-width: 1920px;
	margin: 0px auto;
	height: 100%;
}

img {
	border: 0;
}

a {
	outline: none;
}

button {
	background-image: none;
	overflow: visible;
}

p {
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc li {
	list-style-type: disc;
	margin-bottom: 4px;
	line-height: 18px;
}

ol.dig {
	list-style-type: decimal;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ol.dig li{
	list-style-type: decimal;
}

.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

ins {
	text-decoration: none;
}

input:focus::-webkit-input-placeholder{
    color: transparent;
}

input:focus::-moz-placeholder{
    color: transparent;	
}

input[type="password"] {
	-webkit-text-security: square;
}

input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

#logo {
	line-height: 125px;
	display: block;
}

#logo img {
	vertical-align: middle;
}

#logo:active {
	position: relative;
	top: 1px;
}

/* Header Top */

#headerLine {
	background: url(/bitrix/templates/electro/images/headerLine.png) repeat #2b2b2b;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
	border-top: 4px solid #444444;
	min-width: 1000px;
	height: 62px;
	overflow: hidden;
}

#headerLineLeft {
	height: 62px;
	display: inline-block;
}

#headerLineRight {
	float: right;
	position: relative;
	height: 62px;
	z-index: 100;
}

/* Header */

#header {
	background: url(/bitrix/templates/electro/images/bgHead2.png) repeat #1f1f1d;
	height: 125px;
	min-width: 1000px;
	
}

#header .wrapper{
	display: table;
	table-layout: fixed;
	width:100%;
	margin:0;
}

#headerLeft {
	display: table-cell;
	vertical-align: top;
	width:300px;
	padding-left:25px;
}

#headerRight {
	display: table-cell;
	vertical-align: top;
	width:400px;
	padding-right: 25px;
}

#headerRight table {
	width: 100%;
}

#headerRight table td {
	text-align: right;
	color: #9e9e9e;
	padding-top: 22px;
	vertical-align: top;
}

#headerRight table td:first-child {
	padding-right: 42px;
}

#headerRight table tr:first-child td {
	padding-top: 34px;
}

#headerRight table td a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #9e9e9f;
	text-decoration: none;
}

#headerRight table td a:hover {
	color: #888888;
}

#headerRight table td a:active {
	position: relative;
	top: 1px;
}

#headerRight table td a span {
	border-bottom: 1px dashed #333;
	padding-bottom: 2px;
	font-size: 14px;
}

#headerRight table td a img {
	padding-right: 8px;
	vertical-align: middle;
}

#headerRight table td a.oCallback {
	color: #fff;
	background: url(/bitrix/templates/electro/images/incart1.png) repeat #888888;
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 120px;
	float: right;
	margin-top: -4px;
}

#headerRight table td a.oCallback:hover {
	background: url(/bitrix/templates/electro/images/incartHover.png) repeat #888888;
}

#headerRight table td a.oCallback:active {
	position: relative;
	top: 1px;
}

#headerRight span {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #9e9e9f;
}

/* Main Slider */
#slider {
	width: 65.8%;
	float: left;
}

#slider img, #advRight img {
	max-width: 100%;
}

#advRight {
	float: right;
	width: 32.9%;
}

#advRight li:first-child {
	margin: 0px;
}

#advRight li {
	margin-top: 4.4%;
}

#mainContent {
	margin-top: 24px;
	width: 100%;
	min-width: 1000px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}

#mainContentleft {
	background: url(/bitrix/templates/electro/images/colorMenu.png) repeat #2d2d2f;
	width: 19.8%;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 24px;
	position: relative;
}

#mainContentleft a.mainContentleftArrow > span {
	font: normal normal 18px "bender" , arial , sans-serif;
	height: 60px;
	line-height: 60px;
	background: url(/bitrix/templates/electro/images/color.png) repeat #888888;
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 25px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#mainContentleft a.mainContentleftArrow > span:active {
	color: #d8edff;
}

#mainContentleft  a.mainContentleftArrow {
	text-decoration: none;
	position: relative;
	display: block;
}

#mainContentleft  a.mainContentleftArrow img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
}

#mainContentleft  a.mainContentleftArrow > span > sub {
	background: url(/bitrix/templates/electro/images/arrowBig.png) no-repeat transparent;
	display: none;
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 20px;
	top: 50%;
	margin-top: -9px;
	float: right;
	margin-left: 10px;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#mainContentleft  a > span:active + sub {
	background: url(/bitrix/templates/electro/images/arrowBigHover.png) no-repeat transparent;
}

#mainContentleft  a.allowHide > span > sub {
	display: inline;
}

#mainContentleft  a.allowHide > sub {
	display: inline;
}

#mainContentleft  a.allowHide + ul {
	display: none;
}

#mainContentleft #fixMenu {
	will-change: left, top;
	position: relative;
	z-index: 90;
}

#mainContentleft #fixMenu.fixed {
	position: fixed;
	width: 19.8%;
	min-width: 213px;
	max-width: 409px;
	padding-right: 24px;
	top: 0;
}

#blackout {
	background-color: rgba(31, 31, 31, 0.500);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#comparison {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

#comparisonContainer {
	width: 350px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#comparisonContainer span.heading {
	background-color: #000000;
	color: #888888;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#comparisonContainer p {
	margin: 18px;
	text-align: center;
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
}

#comparisonContainer p span {
	display: block;
	color: #888888;
	margin-top: 4px;
}

#comparisonClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#comparisonClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#comparisonClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#comparisonOrder {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 14px;
}

#comparisonOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin: 0px 8px;
}

#comparisonOrder a.comparisonContinue {
	background: url(/bitrix/templates/electro/images/color.png) 0 0 repeat #888888;
}

#comparisonOrder a.comparisonContinue:hover {
	background: url(/bitrix/templates/electro/images/color2.png) 0 0 repeat #888888;
}

#comparisonOrder a.comparisonMake {
	background: url(/bitrix/templates/electro/images/color13.png) 0 0 repeat #f98c02;
}

#comparisonOrder a.comparisonMake:hover {
	background: url(/bitrix/templates/electro/images/color14.png) 0 0 repeat #df7d00;
}

#comparisonOrder a.comparisonContinue:active,
#comparisonOrder a.comparisonMake:active {
	position: relative;
	top: 1px;
}

#inSku {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	display: none;
	z-index: 9999;
	left: 0;
	top: 0;
}

/*#bx_incl_area_9 #inSku{
	display: block;
}*/

#inSkuContainer {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	z-index: 9998;
	left: 50%;
	top: 50%;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.700);
	padding: 8px;
}

#inSkuContainer .heading {
	background-color: #000000;
	color: #888888;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#inSku .wrap{
	overflow: hidden;
}

#inSku .head{
	padding: 12px 0px;
	display: block;
	color: #fff;
	text-align: center;
}

#inSku .picBlock{
	width: 220px;
	float: left;
	margin-right: 24px;
}

#inSku .picBlock a{
	line-height: 200px;
	text-align: center;
	background: #fff;
	display: block;
	height: 200px;
	width: 220px;
}

#inSku .picBlock img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#inSku .infoBlock{
	width: 756px;
	float: left;
}

#inSku .infoBlock table{
	width: 100%;
    border-spacing: 0px 12px;
    border-collapse: separate;
}

#inSku .infoBlock table th{
	font-weight: normal;
	vertical-align:top;
	padding: 0px 12px;
	text-align: center;
	color: #fff;
}

#inSku .infoBlock table .active td{
	background-color: #043359;
}

#inSku .infoBlock table td{
	color: #ccc;
	text-align: center;
	padding: 8px 8px;
	background: #232323;
}

#inSku .infoBlock .rd{
	width: 30px;
	padding: 12px 0 12px 12px;
}

#inSku .infoBlock .name{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #888888;
	padding: 0 12px 0 0;
}

#inSku .infoBlock input{
	display: none;
}

#inSku .infoBlock input[type="radio"] + label {
     display:inline-block;
     width: 15px;
     height: 15px;
     vertical-align: middle;
     background: url(/bitrix/templates/electro/images/radio.png) left top no-repeat;
     cursor: pointer;
}

#inSku .infoBlock input[type="radio"]:hover + label {
   background-position: 0px -15px;
}

#inSku .infoBlock input[type="radio"]:checked + label {
   background-position: 0px -30px;
}

#inSku .infoBlock input[type="radio"]:checked:hover + label {
   background-position: 0px -45px;
}

#inSku .infoBlock input[type="radio"]:disabled + label {
   background-position: 0px -60px;
}

#inSku .infoBlock .price{
	position: relative;
	text-align: center;
	display: block;
	color: #888888;
	font-size: 15px;
	white-space: nowrap;
}

#inSku .infoBlock .btn{
	background: #181818;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 30px;
}

#inSku .infoBlock .btn:hover{
	background-color: #0c0c0c;
}

#inSku .infoBlock .btn:active{
	background-color: #000;
}

#inSku .infoBlock .addCart{
	background-color: #888888;
	text-indent: -9999px;
}

#inSku .infoBlock .addCart.disabled{
	background-color: #888888 !important;
	border: none !important;
	opacity: 0.5;
}

#inSku .infoBlock .addCart:hover{
	background-color: #016fce;
}

#inSku .infoBlock .zoom{
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/electro/images/sku_zoom.png);
	background-position: center center;
}

#inSku .infoBlock .addCart, #inSku .infoBlock .addCart.added{
	background-repeat: no-repeat !important;
	background-image: url(/bitrix/templates/electro/images/sku_cart.png) !important;
	background-position: center center !important;
}

#inSku .infoBlock .addCompare, #inSku .infoBlock .addCompare.added{
	background-repeat: no-repeat !important;
	background-image: url(/bitrix/templates/electro/images/sku_compare.png) !important;
	background-position: center center !important;
	text-indent: -9999px !important;
}

#inSku .infoBlock .price s{
	position: absolute;
	font-size: 13px;
	display: block;
	color: #aaa;
	top: -14px;
	right: 0px;
}

#inSku .tools{
	margin-bottom: 12px;
	overflow: hidden;
}

#inSku .tools ul{
	float: right;
}

#inSku .tools li{
	float: left;
	margin-left: 12px;
}

#inSku .tools li a{
	font: 14px/35px "bender", "arial", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 0 18px;
	display: block;
	height: 35px;
	color: #fff;
}

#inSku .tools .inSkuContinue{
	background: #ff9208;
}

#inSku .tools .inSkuContinue:hover{
	background: #f98c02
}

#inSku .tools .inSkuContinue:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart{
	background: #888888;
}

#inSku .tools .addCart:hover{
	background: #016fce;
}

#inSku .tools .addCart:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart.disabled{
	box-sizing: content-box !important;
	background: #888888 !important;
	border: none !important;
	color: #fff !important;
	opacity: 0.5;
}

#inSkuClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inSkuClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#inSkuClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#inBasket {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: visible;
}

#inBasketContainer {
	width: 700px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#inBasketContainer span.heading {
	background-color: #000000;
	color: #888888;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#inBasketClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inBasketClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#inBasketClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#inBasketContainer > table {
	width: 100%;
	margin-top: 8px;
}

#inBasketContainer > table > tbody > tr > td {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	vertical-align: top;
	padding-left: 12px;
	text-align: left;
}

#inBasketContainer > table > tbody > tr > td:first-child {
	vertical-align: middle;
	padding: 0;
	width: 240px;
	text-align: center;
	height: 170px;
	line-height: 170px;
	background-color: #fff;
}

#inBasketContainer > table td:first-child img {
	max-width: 190px;
	max-height: 170px;
	vertical-align: middle;
}

#inBasketToolsTable {
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
}

#inBasketToolsTable td {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #2d2d2d;
	padding: 9px;
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
}

#inBasketToolsTable #inBasketQty {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

#inBasketDelete {
	text-align: center;
	display: inline-block;
	width: 17px;
	height: 25px;
	background: url(/bitrix/templates/electro/images/delete.png) 0 0 no-repeat;
}

#inBasketDelete:hover {
	background: url(/bitrix/templates/electro/images/delete.png) -18px 0px no-repeat;
}

#inBasketDelete:active {
	background: url(/bitrix/templates/electro/images/delete.png) -36px 0 no-repeat;
}

#inBasketPrice {
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #888888;
}

#inBasketTotal {
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #fff;
	text-align: right;
	margin-top: 12px;
}

#inBasketTotal span {
	color: #888888;
	display: inline-block;
}

#inBasketOrder {
	margin-top: 12px;
	text-align: right;
}

#inBasketOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin-left: 8px;
}

#inBasketOrder a.inBasketContinue {
	background: url(/bitrix/templates/electro/images/color.png) 0 0 repeat #888888;
}

#inBasketOrder a.inBasketContinue:hover {
	background: url(/bitrix/templates/electro/images/color2.png) 0 0 repeat #888888;
}

#inBasketOrder a.inBasketMake {
	background: url(/bitrix/templates/electro/images/color13.png) 0 0 repeat #f98c02;
}

#inBasketOrder a.inBasketMake:hover {
	background: url(/bitrix/templates/electro/images/color14.png) 0 0 repeat #df7d00;
}

#inBasketOrder a.inBasketContinue:active,
#inBasketOrder a.inBasketMake:active {
	position: relative;
	top: 1px;
}

#inBasketToolsTable input.qty {
	width: 30px;
	text-align: center;
	float: left;
	border: 0px;
	font: normal normal 12px "bender" , arial , sans-serif;
	height: 20px;
}

#inBasketToolsTable input.qty.error{
	border: 1px solid #ff0000;
}

#inBasketToolsTable .minus,
#inBasketToolsTable .plus {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: 0px;
	cursor: pointer;
}

#inBasketToolsTable .minus {
	background: url(/bitrix/templates/electro/images/plusMinus.png) 0 0 no-repeat;
}

#inBasketToolsTable .minus:hover {
	background: url(/bitrix/templates/electro/images/plusMinus.png) -20px 0 no-repeat;
	border: 0px;
}

#inBasketToolsTable .minus:active {
	background: url(/bitrix/templates/electro/images/plusMinus.png) -40px 0 no-repeat;
	top: 0px;
}

#inBasketToolsTable .plus {
	background: url(/bitrix/templates/electro/images/plusMinus.png) 0 -20px no-repeat;
}

#inBasketToolsTable .plus:hover {
	background: url(/bitrix/templates/electro/images/plusMinus.png) -20px -20px no-repeat;
	border: 0px;
}

#inBasketToolsTable .plus:active {
	background: url(/bitrix/templates/electro/images/plusMinus.png) -40px -20px no-repeat;
	top: 0px;
}

#inBasketToolsTable .rouble {
	color: #888888;
}

#mainContentRight {
	width: 73%;
	display: table-cell;
	padding-left: 24px;
	padding-right: 25px;
	vertical-align: top;
}

#mainContentRight  h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}

#mainContentRight #breadcrumbs {
	font: normal normal 14px "bender" , "Verdana" ,  arial , sans-serif;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#mainContentRight #breadcrumbs li:first-child a:hover {
	color: #333;
}

#mainContentRight #breadcrumbs li {
	color: #7F7F7F;
	float: left;
	margin-right: 4px;
}

#mainContentRight #breadcrumbs li a {
	color: #888888;
	text-decoration: none;
}

#mainContentRight #breadcrumbs li a:hover {
	color: #888888;
}

#mainContentRight h1 {
	font: normal normal 24px "bender" , "Verdana" ,  arial , sans-serif;
	color: #888888;
	padding-bottom: 24px;
	padding-top: 24px;
}

#mainContentRight #middleSlider img {
	max-width: 100%;
}

#mainContentRight #bottomSlider {
	margin-top: 24px;
}

#mainContentRight #bottomSlider img {
	max-width: 100%;
}

#ancillary ul {
	margin: 0;
	padding: 0;
}

#ancillary > ul > li:first-child {
	margin-left: 0px;
}

#ancillary > ul > li {
	float: left;
	width: 23.3%;
	margin-left: 2%;
	margin-top: 24px;
}

#ancillary li ul {
	border: 1px solid #e4e4e4;
	min-height: 250px;
}

#ancillary li ul li{
	border-top: 1px solid #e4e4e4;
	margin: 0 12px;
}

#ancillary li ul li:first-child {
	border: 0px;
}

#ancillary li ul li table {
	font: normal normal 12px "bender" , arial , sans-serif;
}

#ancillary li ul li table td:first-child {
	padding-right: 8px;
}

#ancillary li ul li table td {
	height: 78px;
}

#ancillary li ul li table td a {
	text-decoration: none;
	color: #000;
}

#ancillary li ul li table td a:hover {
	color: #888888;
}

#ancillary li ul li table td img {
	padding-right: 8px;
	max-width: 50px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-right: 4px;
}

#ancillary #ref li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0px 12px;
	border-top: 0px;
}

#ancillary #ref li:last-child {
	border: 0;
}

#ancillary #ref li table {
	border: 0px;
}

#ancillary #ref li table td {
	height: 58px !important;
}

#ancillary #ref li table td a {
	color: #000;
	text-decoration: none;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
}

#ancillary #ref li table td a:hover {
	color: #888888;
}

#ancillary .ftPic {
	display: block;
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#footer {
	background: url("/bitrix/templates/electro/images/bgHead.png") #888888;
	width: 100%;
	min-width: 1000px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 24px;
	padding-bottom: 24px;
}

#footerLeft {
	display: table-cell;
	width: 19.8%;
}

#footerLeft a {
	padding: 24px 0 0 25px;
	display: block;
	margin: 0;
}

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

#footerLeft a img {
	max-width: 90%;
}

#footerLeft p {
	padding: 18px 10px 12px 25px;
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #9E9E9E;
}

#footerLeft span {
	display: block;
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #9E9E9E;
	padding: 0px 0px 4px 25px;
}

#footerRight {
	width: 73%;
	display: table-cell;
	padding-left: 24px;
	padding-right: 25px;
	vertical-align: top;
	padding-bottom: 24px;
}

#footerRight > ul {
	margin-top: 24px;
}

#footerRight > ul > li {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
}

#footerRight > ul > li > span {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #888888;
	margin-bottom: 18px;
	display: block;
	white-space: nowrap;
}

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

#footerRight > ul > li a:hover {
	color: #888888;
}

#footerRight .footerList li {
	margin-bottom: 12px;
}

#footerRight #footerSocial li {
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	margin-bottom: 12px;
}

#footerRight #footerSocial li img {
	vertical-align: middle;
}

#footerCart {
	position: fixed;
	bottom: 0px;
	background: url("/bitrix/templates/electro/images/colorMenu2.png") #2D2D2D;
	font: normal normal 14px "bender" , arial , sans-serif;
	width: 356px;
	right: 40px;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 4px;
	color: #fff;
	z-index: 999;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.500);
}

#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	left: 50%;
	margin-left: -150px;
	margin-top: -130px;
	padding: 8px;
	position: relative;
	top: 50%;
	width: 300px;
	z-index: 999;
}

#elementErrorContainer span.heading {
	background-color: #000000;
	color: #888888;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #fff;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/bitrix/templates/electro/images/exit.png") 0px 0px no-repeat transparent;
	display: block;
	height: 19px;
	position: absolute;
	right: 24px;
	top: 23px;
	width: 17px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("/bitrix/templates/electro/images/exit.png") 0px -20px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/bitrix/templates/electro/images/exit.png") 0px -41px no-repeat transparent;
}

#elementErrorContainer .close {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #888888;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #016fc3;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#reg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#reg #regWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#reg #regWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #888888;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#reg #regWrapper a.regClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#reg #regWrapper a.regClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#reg #regWrapper a.regClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#reg #regWrapper form {
	margin-top: 24px;
}

#reg #regWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#reg #regWrapper input#regName {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regName:focus {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regEmail {
	background: url(/bitrix/templates/electro/images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regEmail:focus {
	background: url(/bitrix/templates/electro/images/mail.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regPassword,input#regRePassword {
	background: url(/bitrix/templates/electro/images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regPassword:focus , input#regRePassword:focus {
	background: url(/bitrix/templates/electro/images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper a#regSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro/images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#reg #regWrapper a#regSubmit:hover {
	background: url(/bitrix/templates/electro/images/color2.png) repeat transparent;
}

#reg #regWrapper #regErrors {
	min-height: 62px;
	margin-top: 24px;
	margin-left: 25px;
	color: #fff;
	display: none;
}

#auth {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#auth #authWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#auth #authWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #888888;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#auth #authWrapper a.authClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#auth #authWrapper a.authClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#auth #authWrapper a.authClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#auth #authWrapper form {
	margin-top: 24px;
}

#auth #authWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#auth #authWrapper input#authName {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authName:focus {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper input#authPassword {
	background: url(/bitrix/templates/electro/images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authPassword:focus {
	background: url(/bitrix/templates/electro/images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper a#authSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro/images/color.png) repeat transparent;
	width: 120px;
	margin-left: 25px;
	margin-bottom: 12px;
	border: 1px solid #000;
	float: left;
}

#auth #authWrapper a#authSubmit:hover {
	background: url(/bitrix/templates/electro/images/color2.png) repeat transparent;
}

#auth #authWrapper #authLostPassword {
	font: normal normal 14px "bender" , arial , sans-serif;
	line-height: 32px;
	color: #888888;
	text-decoration: none;
}

#auth #authWrapper #authLostPassword:hover {
	color: #888888;
}

#auth #authWrapper #authErrors {
	font: normal normal 14px "bender" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
}

#city {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#city #cityWrapper {
	width: 550px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -275px;
	padding: 8px;
}

#city #cityWrapper a.cityClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#city #cityWrapper a.cityClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#city #cityWrapper a.cityClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#city #cityWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #888888;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#city #cityWrapper ul {
	margin: 24px 0px;
}

#city #cityWrapper ul li {
	float: left;
	width: 170px;
	padding-left: 12px;
	margin-bottom: 12px;
}

#city #cityWrapper ul li a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	display: block;
	text-decoration: none;
}

#city #cityWrapper ul li a:hover {
	color: #eee;
}

#city #cityWrapper ul li a ins {
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px dashed #fff;
}

#city #cityWrapper ul li a:hover span {
	border-bottom: 1px dashed #eee;
}

/* CLASES */
.offersLine {
	font: normal normal 18px "bender" , arial , sans-serif;
	width: 100%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: url(/bitrix/templates/electro/images/color.png) repeat #888888;
}

.offersLine span {
	line-height: 40px;
	padding-left: 12px;
}

.offersLine a {
	font: normal normal 16px "bender" , arial , sans-serif;
	display: block;
	float: right;
	line-height: 40px;
	margin-right: 12px;
	color: #fff;
	text-decoration: none;
	display: none;
}

.offersLine a:hover {
	color: #e4f2ff;
}

.offersLine a:active {
	position: relative;
	top: 1px;
}

/*PRODUCT*/

.productTitleLink {
	display: block;
	color: #888888;
	line-height: 21px;
	border-top: 4px double #c8e5ff;
	border-bottom: 4px double #c8e5ff;
	text-decoration: none;
	padding: 12px 0px;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	width: 100%;
}

.productTitleLink span {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.productTitleLink:hover {
	color: #006dcc;
}

.productImg {
	line-height: 150px;
	height: 150px;
	display: block;
}

.productImg img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.productImg:active {
	position: relative;
	top: 1px;
}

.productPrice {
	color: #b81506;
	font: normal normal 18px "bender" , arial , sans-serif;
	display: block;
	position: relative;
	border-bottom: 4px double #c8e5ff;
	padding: 12px 0px;
}

.productPrice s {
	font: normal normal 12px "bender" , arial , sans-serif;
	position: absolute;
	top: 0px;
	right: 60px;
}

.productAppendBlock {
	border-bottom: 4px double #c8e5ff;
	height: 40px;
}

.productCompare {
	display: block;
	width: 40%;
	float: left;
	color: #42607f;
	text-decoration: none;
	font-size: 12px;
	border-right: 4px double #c8e5ff;
	line-height: 40px;
}

.productCart {
	display: block;
	width: 58.1%;
	float: left;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
}

.productCart span {
	background: url(/bitrix/templates/electro/images/incart1.png) repeat #888888;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	font: normal normal 12px "bender" , arial , sans-serif;
	display: inline-block;
	line-height: 25px;
	padding: 0px 12px;
}

.productCart span:hover {
	background: url(/bitrix/templates/electro/images/incartHover.png) repeat #888888;
}

.productCart span:active {
	position: relative;
	top: 1px;
}

.productStock {
	float: left;
	text-align: center;
	width: 58.1%;
	line-height: 24px;
	height: 24px;
}

.productStock u {
	text-decoration: none;
	font-size: 12px;
}

.productStock u.productInStock {
	color: #1d7e2d;
}

.productStock u.productNotAvailable {
	color: #999;
}

.ancillaryTitle {
	background: url(/bitrix/templates/electro/images/color.png) repeat #888888;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.ancillaryTitle span {
	margin-left: 12px;
}

.ancillaryTitle a {
	float: right;
	color: #fff;
	margin-right: 12px;
	padding-bottom: 2px;
	text-decoration: none;
}

.ancillaryTitle a:hover {
	color: #c8e5ff;
}

.stockColor {
	background: url(/bitrix/templates/electro/images/color2.png) repeat #888888;
}

.browseColor {
	background: url(/bitrix/templates/electro/images/color4.png) repeat #004b8d;
}

.refColor {
	background: url(/bitrix/templates/electro/images/color5.png) repeat #010144;
}

.electroCheck_div {
	background: url(/bitrix/templates/electro/images/checkBox.png) 0px 0px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div:hover {
	background: url(/bitrix/templates/electro/images/checkBox.png) 0px -15px no-repeat transparent;
}

.electroCheck_div_active {
	background: url(/bitrix/templates/electro/images/checkBox.png) 0px -30px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div_active:hover {
	background: url(/bitrix/templates/electro/images/checkBox.png) 0px -45px no-repeat transparent;
}

.electroCheck_div_disabled {
	background: url(/bitrix/templates/electro/images/checkBox.png) 0px -60px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

#personalInfo {
	overflow: hidden;
	clear: both;
}

#personalInfo span.heading {
	display: block;
	text-align: left !important;
	padding-left: 24px;
	color: #fff !important;
	background: url(/bitrix/templates/electro/images/color.png) 0 0 repeat #888888 !important;
}

#personalInfo input[type="checkbox"] {
	height: 15px;
	width: 15px;
}

#mainProfile {
	overflow: hidden;
}

#mainProfile .profileTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#mainProfile .left {
	padding-right: 4%;
}

#mainProfile .left .heading {
	font-size: 18px;
	color: #fff;
	background: url("/bitrix/templates/electro/images/color.png") #888888;
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 18px;
	margin-bottom: 24px;
}

#mainProfile .profileSettings .heading {
	font-size: 16;
	color: #888888;
	background: none;
	margin: 0;
	padding: 0;
}

#mainProfile .profileSettings {
	margin: 0 18px;
	margin-right: 30px;
}

#mainProfile .profileSettings li:first-child {
	margin-right: 10%;
}

#mainProfile .profileSettings li {
	float: left;
	width: 45%;
	min-width: 200px;
}

#mainProfile .profileSettings input[type="text"] {
	padding: 0 5px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	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 */;
}

#mainProfile .profileSettings input[type="text"]:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings textarea {
	padding: 5px 5px;
	width: 100%;
	min-width: 180px;
	height: 80px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	resize: none;
	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 */;
}

#mainProfile .profileSettings textarea:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings label {
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}

#mainProfile .profileSettings .submit {
	background: #888888;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	width: 212px;
	text-align: center;
	margin-top: 8px;
}

#mainProfile .profileSettings .submit:hover {
	background: #016FCE;
}

#mainProfile .profileSettings .submit:active {
	position: relative;
	top: 1px;
}

#mainProfile .right {
	width: 290px;
	vertical-align: top;
}

#mainProfile .right .wrap {
	border: 1px solid #c0c0c0;
}

#mainProfile .right .heading {
	background: url("/bitrix/templates/electro/images/color.png") #888888;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 18px;
}

#mainProfile .right ul li:first-child {
	border: 0;
}

#mainProfile .right ul li {
	border-top: 1px solid #c0c0c0;
	height: 35px;
	line-height: 35px;
	padding-left: 18px;
}

#mainProfile .right ul li a {
	color: #505050;
	display: block;
	text-decoration: none;
}

#mainProfile .right ul li a:hover {
	color: #888888;
}

#mainProfile .right ul li .cnt {
	background: #888888;
	padding: 4px 6px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

#mainProfile .bx_my_order_switch a {
	height: 35px;
	line-height: 35px;
	background: url("/bitrix/templates/electro/images/color.png") #888888;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0px 12px;
}

#mainProfile .bx_my_order_switch a:hover {
	background: #888888;
}

#mainProfile .bx_my_order_switch a:active {
	position: relative;
	top: 1px;
}

#empty .info {
	display: inline-block;
	width: 75%;
}

#empty h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

#empty p {
	font-size: 16px;
}

#empty p a {
	color: #888888;
}

#empty p a:hover {
	color: #888888;
}

#empty .back {
	background: #888888;
	display: block;
	line-height: 35px;
	width: 180px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 12px;
}

#empty .back:hover {
	background: #016FCE;
}

#empty .back:active {
	position: relative;
	top: 1px;
}

#empty .emptyImg {
	display: inline-block;
	margin-right: 36px;
	vertical-align: bottom;
}

#empty table{
	width:100%;
	table-layout: fixed;
}

#empty table h3{
	margin-top:0px;
}

#empty table .info{
	width: 100%;
}

#empty table td:first-child{
	padding-right: 24px;
	width:319px;
}

#empty table td{
	vertical-align: middle;
}

#loader {
	background: url(/bitrix/templates/electro/images/loader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#advBlock ul {
	margin: 0;
	padding: 0;
}

#advBlock.small #slider {
	width: 100% !important;
}

#advBlock.small #advRight {
	display: none !important;
}

#authForm .inf {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 12px;
}

#authForm .inf a {
	color: #888888;
}
#authForm a{
	color: #888888;
	text-decoration: none;
	display: block;
	padding:2px 0;
	margin-top:8px;
}
#authForm .inf a:hover {
	color: #888888;
}

#authForm label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#authForm input[type="text"], 
#authForm input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#authForm input:focus {
	border: 1px solid #888888;
}

#authForm .electroCheck {
	width: 15px;
	height: 15px;
	float:left;
}

#authForm .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #888888;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#authForm .submit:hover {
	background: #016fce;
}

#authForm .submit:active, #authForm .submit:focus {
	border: 0;
}

#authForm .sec {
	margin-left: 4px;
}

#authForm .forgot {
	color: #888888;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	margin-left: 12px;
}

#authForm .forgot:hover {
	color: #888888;
}
#authForm p{
	margin:0;
}
#authForm .notetext{
	display: block;
	margin-bottom: 12px;
}
#authForm .errortext {
	margin-top:0;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
}
#register h1{
	padding-bottom: 0px;
}
#register label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#register input[type="text"], 
#register input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#register .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #888888;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#register .submit:hover {
	background: #016fce;
}

#register .submit:active, #register .submit:focus {
	border: 0;
}

#register a{
	color:#888888;
	text-decoration: none;
	font-weight: normal;
}
#register a:hover{
	color:#888888;
}
#register .inf {
	margin-top: 0;
	font-size: 14px;
}

#register .inf a {
	color: #888888;
}

#register .inf a:hover {
	color: #888888;
}

#forgot .inf {
	margin-top: 0;
	font-size: 14px;
}

#forgot .inf a {
	color: #888888;
}

#forgot .inf a:hover {
	color: #888888;
}

#forgot label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#forgot input[type="text"], 
#forgot input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#forgot .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #888888;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#forgot .submit:hover {
	background: #016fce;
}

#forgot .submit:active, #register .submit:focus {
	border: 0;
}

#callback label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#callback input[type="text"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 350px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#callback input:focus {
	border: 1px solid #888888;
}

#callback textarea {
	resize: none;
	overflow: auto;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #C0C0C0;
	width: 350px;
	background: #f9f9f9;
	height: 90px;
}

#callback textarea:focus {
	border: 1px solid #888888;
}

#callback .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #888888;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#callback .submit:hover {
	background: #016fce;
}

#callback .submit:active, #callback .submit:focus {
	border: 0;
}

#callback p {
	margin-top: 0;
	font-size: 14px;
}

#orderSettings {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#orderSettings td {
	padding: 24px 0 48px;
	vertical-align: top;
}

#orderSettings td:first-child {
	width: 400px;
	padding-right: 24px;
}

#order #ID_PROFILE_ID {
	width: 400px;
}

#order #deviveryList {
	overflow: hidden;
}

#order #deviveryList li {
	border: 1px solid #C0C0C0;
	display: block;
	overflow: hidden;
	width: 320px;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	cursor: pointer;
	height: 90px;
}

#order #deviveryList .selected {
	border: 1px solid #797979;
}

#order #deviveryList .name {
	font-size: 13px;
	color: #000;
}

#order .productList {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#order .productList th {
	background: #F2F2F2;
	border-right: 1px solid #F9F9F9;
	color: #000000;
	font: 15px "bender", "arial", sans-serif;
	padding: 12px;
	text-align: center;
}

#order .productList td {
	text-align: center;
	padding: 12px;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	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 */
	color: #000;
	font-size: 14px;
}

#order .productList td img {
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}

#order .productList td a {
	display: block;
	color: #000;
	text-align: left;
}

#order .productList td a:hover {
	color: #888888;
}

#order .heading {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #888888;
	height: 40px;
	line-height: 40px;
	background: #888888;
	display: block;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 12px;
}

#order .heading2 {
	display: block;
	font-size: 18px;
	margin: 12px 0px;
}

#order .heading3 {
	display: block;
	font-size: 16px;
	margin: 12px 0;
	padding-bottom: 12px;
}

#order .selectPerson li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #f6f6f6;
	color: #000;
	border: 1px solid #e4d4d4;
	margin-right: 12px;
	padding: 0px 12px;
	cursor: pointer;
}

#order .selectPerson .selected {
	color: #fff;
	background: #888888;
}

#order .pers {
	display: none;
}

#order #sale_order_props label {
	display: block;
	width: 150px;
	margin: 12px 0px;
	font-size: 14px;
}

#order #sale_order_props input {
	display: inline-block;
	height: 20px;
	width: 400px;
	padding-left: 4px;
}

#order #sale_order_props textarea {
	width: 400px;
	padding-left: 4px;
	padding-top: 4px;
	resize: none;
}

#fastBack {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 0;
}

#fastBack #fastBackWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
	position: relative;
	transform: translateY(-50%);
}

#fastBack #fastBackWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #888888;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#fastBack #fastBackWrapper .fastBackClose {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#fastBack #fastBackWrapper .fastBackClose:hover {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -20px  transparent;
}

#fastBack #fastBackWrapper .fastBackClose:active {
	background: url(/bitrix/templates/electro/images/exit.png) no-repeat  0px -41px  transparent;
}

#fastBack #fastBackSuccess{
	display: none;
}

#fastBack .message{
	text-align: center;
	color: #fff;
	display: block;
}

#fastBack .close{

	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro/images/color.png) repeat transparent;
	width: 170px;
	margin: auto;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack .close:hover{
	background: url(/bitrix/templates/electro/images/color2.png) repeat transparent;
}

#fastBack .close:active{
	position: relative;
	top: 1px;
}

#fastBack #fastBackWrapper form {
	margin-top: 24px;
}

#fastBack #fastBackWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#fastBack #fastBackWrapper textarea {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 288px;
	margin: 0px 25px 12px;
	height: 80px;
	line-height: 21px;
	background-color: #2d2d2d !important;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
	overflow: hidden;
	background-image: none;
	display: block;
}

#fastBack #fastBackWrapper textarea:focus {
	background-color: #888888 !important;
}

#fastBack #fastBackWrapper textarea:active {
	background-color: #2d2d2d !important;
}

#fastBack #fastBackWrapper select {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 302px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 21px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	display: block;
}

#fastBack #fastBackWrapper input#fastBackName {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackName:focus {
	background: url(/bitrix/templates/electro/images/login.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper input#fastBackEmail {
	background: url(/bitrix/templates/electro/images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackEmail:focus {
	background: url(/bitrix/templates/electro/images/mail.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper input#fastBackPhone {
	background: url(/bitrix/templates/electro/images/phone.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackPhone:focus {
	background: url(/bitrix/templates/electro/images/phone.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper a#fastBackSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro/images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack #fastBackWrapper a#fastBackSubmit:hover {
	background: url(/bitrix/templates/electro/images/color2.png) repeat transparent;
}

#fastBack #fastBackWrapper #fastBackErrors {
	font: normal normal 14px "bender" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
	display: none;
}

.sectional li {
	display: block;
}

/* GLOBAL CLASES */

.product {
	float: left;
}

.product .wrap {
	width: 90%;
	border: 1px solid #e4e4e4;
	margin: 0px auto;
	position: relative;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product .wrap:hover {
	border: 1px solid #c9c9c9;
}

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

.product .rating {
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 10;
	width: 79px;
}

.product .rating i {
	background: url(/bitrix/templates/electro/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

.product .rating i.m {
	background: url(/bitrix/templates/electro/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

.product a {
	text-decoration: none;
}

.product a:active {
	position: relative;
	top: 1px;
}

.product .pic {
	text-align: center;
	padding: 24px 0px 8px;
	display: block;
	height: 120px;
	line-height: 120px;
}

.product .pic img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

.product .name {
	font: normal normal 13px "bender" , arial , sans-serif;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	padding: 0px 10px;
	display: block;
	color: #000;
	height: 30px;
	overflow: hidden;
}

.product .name:hover {
	color: #888888;
}

.product .name:active {
	position: relative;
	top: 1px;
}

.product .price {
	font: normal normal 18px "bender" , arial , sans-serif;
	position: relative;
	line-height: 25px;
	display: block;
	color: #000;
	height: 25px;
	width: 49%;
	float: left;
	font-weight: 400;
}

.product .price s {
	font: normal normal 12px "bender" , arial , sans-serif;
	position: absolute;
	color: #acacac;
	right: 12px;
	top: -8px;
	display: block;
}

.product .price, 
.product .addCart {
	text-align: center;
	margin-top: 16px;
}

.product .addCart,
.product .addSku {
	background: url("/bitrix/templates/electro/images/incart1.png") 0 0  repeat #888888;
	font: normal normal 14px "bender" , arial , sans-serif;
	line-height: 25px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 83px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product .addCart:hover,
.product .addSku:hover {
	background: url("/bitrix/templates/electro/images/incartHover.png") 0 0  repeat #888888;
}

.product .hr {
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	clear: both;
}

.product .addCompare, .product .available, .product .noAvailable {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #7f7f7f;
	text-align: center;
	line-height: 28px;
	display: block;
	height: 28px;
	float: left;
	width: 49.4%;
	margin: 2px 0px;
}

.product .addCompare img, 
.product .available img, .product .noAvailable img {
	vertical-align: middle;
	padding-right: 4px;
}

.product .addCompare {
	border-right: 1px solid #e4e4e4;
}

.product .addCompare:hover {
	color: #888888;
}

.product .available {
	color: #19ad24;
}

#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;
}

#upButton{
	
    background-color: #2D2D2D;
    border-top-right-radius: 4px;
	position: fixed;
    display: block;
    cursor: pointer;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
    z-index: 998;
    border-left: 1px solid #414141;
    text-align: center;
}

#upButton img{
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#upButton img{
    opacity: .3;
	vertical-align: middle;
}

#upButton.enb img{
	opacity: 0.7;
}

#upButton:hover img{
	opacity: .9;
}

#upButton:active img{
	opacity: 1;
}

.addCompare{
	-webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}

.contactList {
	margin-top: 24px;
	overflow: hidden;
}

.contactList li{
	float: left;
	width: 25%;
}

.contactList li table{
	width: 100%;
	table-layout: fixed;
}

.contactList li table td{
	text-align: left;
	vertical-align: middle;
}

.contactList li table td:first-child{
	width: 42px;
	padding-right: 12px;
	text-align: center;
}

.contactList li table td img{
	vertical-align: middle;
}

.contactLabel{
	font-size: 16px;
	margin-top: 0;
}

.copyright {
	color: #525252;
}

.copyrightRef {
	display: block !important;
	margin-top: -5px;
}

.copyrightRef img {
	padding-top: 0px !important;
	margin-top: -10px;
}

.copyrightRef img {
	margin: 0px !important;
}

.footerRating {
	margin-left: 0px !important;
	margin-top: 8px;
}

.footerBorder {
	border: 0px !important;
}

.vk, .twitter, .facebook, .odnoklassniki, .googleplus {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 6px;
}

.vk {
	background: url(/bitrix/templates/electro/images/sn1.png) 0 0 no-repeat;
}

a:hover .vk {
	background: url(/bitrix/templates/electro/images/sn1.png) 0 -21px no-repeat;
}

.facebook {
	background: url(/bitrix/templates/electro/images/sn2.png) 0 0 no-repeat;
}

a:hover .facebook {
	background: url(/bitrix/templates/electro/images/sn2.png) 0 -21px no-repeat;
}

.odnoklassniki {
	background: url(/bitrix/templates/electro/images/sn3.png) 0 0 no-repeat;
}

a:hover .odnoklassniki {
	background: url(/bitrix/templates/electro/images/sn3.png) 0 -21px no-repeat;
}

.twitter {
	background: url(/bitrix/templates/electro/images/sn4.png) 0 0 no-repeat;
}

a:hover .twitter {
	background: url(/bitrix/templates/electro/images/sn4.png) 0 -21px no-repeat;
}

.googleplus {
	background: url(/bitrix/templates/electro/images/sn5.png) 0 0 no-repeat;
}

a:hover .googleplus {
	background: url(/bitrix/templates/electro/images/sn5.png) 0 -21px no-repeat;
}

.wrapper {
	margin: 0px 25px;
	min-width: 900px;
}

.loaderMin {
	background: url("/bitrix/templates/electro/images/loaderMin.gif") 0 7px  no-repeat !important;
}

.loaderBlue {
	background: url("/bitrix/templates/electro/images/loaderBlue.gif") 0 7px  no-repeat !important;
}

.visible {
	position: static !important;
	height: 0px;
}

.rouble {
	font: normal normal 14px "rouble", "bender" , arial , sans-serif;
	font-style: normal;
	position: relative;
}

.rouble i {
	font: 14px "rouble", "bender", "arial", sans-serif;
	position: absolute;
	left: 1%;
	top: 14%;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
	background-color: #888888 !important;
	color: #fff !important;
}

.addCart{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.addCart.disabled,
.addSku.disabled{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #e4e4e4 !important;
	background: #f6f6f6 !important;
	color: #888 !important;
	cursor: default !important;
}

.addCart.disabled:active,
.addSku.disabled:active{
	position: static !important;
}

.bask .addCart.disabled,
.bask .addSku.disabled{
	background-color: #888888 !important;
	color: #fff !important;
	border: 0 !important;
	opacity: 0.5 !important;
	box-sizing: content-box !important;
}

.loading{
	position: relative;
	color:#F9F9F9 !important;
}

.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.1);

}

.basketIMG{
	display: block;
	height:170px;
	line-height: 170px;
}
.basketIMG img{
	max-height: 95% !important;
}
.addCart.added{
	background: #0099FF !important;
}

.addSku{
	font: normal normal 14px "bender" , arial , sans-serif;
	background-color: #888888;
	line-height: 25px;
	text-align: center;
	margin: 16px 10px 10px 10px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 86px;
}
.addSku:hover {
	background-color: #016fce;
}	

.addSku:active{
	position: relative;
	top: 1px;
}

.blackOut{
	position: fixed;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}

.mv{
	color: #888888;
}

.mv:hover{
	color: #888888;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

::selection {
	background: #eca712;
	color: #fff;
}

::-moz-selection {
	background: #eca712;
	color: #fff;
}

::-webkit-selection {
	background: #eca712;
	color: #fff;
}



/* important */

.available{
	color: #19ad24 !important;
}

/* ===============================================================*/

/* Start:/bitrix/templates/electro_green_white/font/bender/bender.css?1491226036273*/
@font-face {
    font-family: 'Bender';
    src: url('/bitrix/templates/electro_green_white/font/bender/bender.eot');
    src: url('/bitrix/templates/electro_green_white/font/bender/bender.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/electro_green_white/font/bender/bender.woff') format('woff'),
         url('/bitrix/templates/electro_green_white/font/bender/bender.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* End */


/* Start:/bitrix/templates/electro_green_white/colorSwitcher.css?14912260365419*/
#colorSwitcher	{
	display: block;
	position: fixed;
	top: 35%;
	right: 0;
	background-color: #2d2d2d;
	color: #fff;
	width: 150px;
	padding: 10px 5px;
	margin-right: -160px;
	z-index: 40000;
}

#colorSwitcher span {
	display: block;
	padding: 5px 10px;
	margin-bottom: 8px;
}

#colorSwitcher #CSTrigger {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -50px;
	width: 50px;
	height: 50px;
	background: url('/bitrix/templates/electro_green_white/images/gears.png') center center no-repeat #2d2d2d;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
}

#colorSwitcher #CSTrigger:hover {
	background-color: #222;
}


#colorSwitcher ul {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	padding: 5px;
	overflow: hidden;
	clear: both;
}

#colorSwitcher .colorBox {
	float: left;
	width: 33.33333333%;
}

#colorSwitcher .colorTrigger, #colorSwitcher .bgTrigger {
	display: block;
	padding: 18px 0;
	margin: 0 5px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#colorSwitcher #c_blue {
	background-color: #888888;
}

#colorSwitcher #c_blue:hover, #colorSwitcher .selected #c_blue {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(65, 146, 217, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(65, 146, 217, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(65, 146, 217, 0.8);
}

#colorSwitcher #c_darkBlue {
	background-color: #3241A0;
}


#colorSwitcher #c_darkBlue:hover, #colorSwitcher .selected #c_darkBlue  {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 65, 160, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(50, 65, 160, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(50, 65, 160, 0.8);
}

#colorSwitcher #c_violet {
	background-color: #8732A0;
}


#colorSwitcher #c_violet:hover, #colorSwitcher .selected #c_violet {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(135, 50, 160, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(135, 50, 160, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(135, 50, 160, 0.8);
}


#colorSwitcher #c_darkRed {
	background-color: #A62D48;
}

#colorSwitcher #c_darkRed:hover, #colorSwitcher .selected #c_darkRed {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(166, 45, 72, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(166, 45, 72, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(166, 45, 72, 0.8);
}


#colorSwitcher #c_orange {
	background-color: #FF9800;
}


#colorSwitcher #c_orange:hover, #colorSwitcher .selected #c_orange {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(255, 152, 0, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(255, 152, 0, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(255, 152, 0, 0.8);
}


#colorSwitcher #c_coral {
	background-color: #FD6840;
}


#colorSwitcher #c_coral:hover, #colorSwitcher .selected #c_coral {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(253, 104, 64, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(253, 104, 64, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(253, 104, 64, 0.8);
}


#colorSwitcher #c_pink {
	background-color: #da38ae;
}

#colorSwitcher #c_pink:hover, #colorSwitcher .selected #c_pink {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(218, 56, 174, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(218, 56, 174, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(218, 56, 174, 0.8);
}

#colorSwitcher #c_red {
	background-color: #ff3a4d;
}

#colorSwitcher #c_red:hover, #colorSwitcher .selected #c_red {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(255, 58, 77, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(255, 58, 77, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(255, 58, 77, 0.8);
}

#colorSwitcher #c_green {
	background-color: #09a274;
}

#colorSwitcher #c_green:hover, #colorSwitcher .selected #c_green {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(9, 162, 116, 0.8);
	-moz-box-shadow: 0px 0px 6px 0px rgba(9, 162, 116, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(9, 162, 116, 0.8);
}

#colorSwitcher #bg_white {
	background-color: #fff;
}


#colorSwitcher #bg_white:hover, #colorSwitcher .selected #bg_white {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, .4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, .4);
	box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, .4);
}

#colorSwitcher #bg_black {
	background-color: #000;
}

#colorSwitcher #bg_black:hover, #colorSwitcher .selected #bg_black {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .4);
}

#colorSwitcher #bg_bw {
	background: url('/bitrix/templates/electro_green_white/images/bw.png') top center no-repeat transparent;
}

#colorSwitcher .selected #bg_bw {
	background-image: url('/bitrix/templates/electro_green_white/images/bwSelected.png') !important;
}

#colorSwitcher #bg_bw:hover, #colorSwitcher .selected #bg_bw {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2),  -2px -2px 3px 0px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2),  -2px -2px 3px 0px rgba(255, 255, 255, 0.1);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, .2),  -2px -2px 3px 0px rgba(255, 255, 255, 0.1);
}

#colorSwitcher .selected a {
	background-image: url('/bitrix/templates/electro_green_white/images/selectedColor.png');
	background-repeat: no-repeat;
	background-position: center center;
}

#colorSwitcher #setTheme {
	display: block;
	margin: 0 auto;
	width: 120px;
	padding: 5px 0;
	text-align: center;
	background-color: #3c3c3c;
	border:1px solid #222;
	color: #fff;
	font: 13px "Bender", sans-serif;
	line-height: 1;
}

#colorSwitcher #setTheme:hover {
	cursor: pointer;
	background-color: #222;
	border-color: #111;
}

#colorSwitcher #setTheme:active {
	box-shadow: inset 0px 2px 3px rgba(0,0,0, .3);
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/style.css?14912260381849*/
#topMenu{
	margin-top: 18px;
	visibility: hidden;
}
#topMenu > li{
	font: normal normal 13px "bender" , arial , sans-serif;
	padding:0px 12px;
	float:left;
	border-left:1px solid #3c3c3c;
	height:24px;
	line-height:24px;
	position: relative;
}
#topMenu > li:last-child{
	border-right:1px solid #3c3c3c;
}
#topMenu > li a{
	display:inline-block;
	text-decoration: none;
	color:white;
}
#topMenu > li a:hover{
	color:#23ca98;
}
#topMenu > li a:active{
	position: relative;
	top:1px;
}
#topMenu > li a.selected{
	background-color:#23ca98;
	border-radius: 4px;
	color:#fff;
	height:24px;
	line-height: 24px;
	display:inline-block;
	padding:0px 6px;
}

#topMenu > li ul .selected {
	height: auto;
	padding: 4px 6px;
}

#topMenu > li a.selected.home{
	background: url(/bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/images/home.png) 0 0 no-repeat transparent !important;
	width:6px;
	height:17px;
	text-indent: -9999px;
	margin-top:3px;
}
#topMenu > li a.selected:hover{
	background-color:#11b785;
}
#topMenu > li.slide > a{
	background: url(/bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/images/slideMenu.png) 0 0 no-repeat transparent;
	width:25px;
	height:19px;
	margin-top:3px;
}
#topMenu > li.slide > a:hover{
	background: url(/bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/images/slideMenu.png) -25px 0 no-repeat transparent;
}
#topMenu > li.slide > a:active{
	background: url(/bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/images/slideMenu.png) -50px 0 no-repeat transparent;
}
#topMenu .slide ul li a{
	display: block;
}
#topMenu .slide ul li .selected{
	color:#23ca98;
	background: transparent;
	padding-left:12px;
}
#topMenu .slide ul li .selected:hover{
	background: transparent;
}
#topMenu li ul{
	display:none;
	position:absolute;
	top:44px;
	right:0px;
	width:250px;
	background: #888888;
	z-index: 999;
}
#topMenu li ul li{
	display: block;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
	text-align:left;
}
#topMenu li ul li:hover{
	background: #333333;
}
#topMenu li ul li a{
	display:block;
	padding:4px 12px;
	color:#fff;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/bitrix/sale.basket.basket.line/topCart/style.css?14912260381102*/
#topCart{
	margin-top: 18px;
}
#topCart li{
	font: normal normal 13px "bender" , arial , sans-serif;
	border-right:1px solid #3c3c3c;
	padding-right:12px;
	margin-left:12px;
	line-height:24px;
	display:block;
	height:24px;
	float:left;
	color:#fff;
}
#topCart li:first-child{
	border-left:1px solid #3c3c3c;
	padding-left:12px;
}
#topCart li a{
	text-decoration: none;
	color:#ffffff;
	line-height:24px;
}

#topCart li a.active{
	color:#23ca98 !important;
}

#topCart li a:hover{
	color:#23ca98;
}
#topCart li a.order{
	color:#9e9e9e;
}
#topCart li a.order:hover{
	color:#23ca98;
}
#topCart li a.order.blank{
	opacity: 0.9;
	cursor: default;
	color: white;
}
#topCart li img{
	vertical-align: middle;
	padding-right:4px;
}
#topCart li span{
	color:#fff;
	background-color:#5a5a5a;
	border-radius:4px;
	display:inline-block;
	text-align:center;
	line-height:20px;
	height:20px;
	padding:0px 6px;
}
#topCart li span.full{
	background-color:#23ca98;
	color:#fff;
}
#topCart a:active{
	position:relative;
	top:1px;
}

#topCart .rouble{
	display: inline;
	padding: 0;
	height: auto;
	background: transparent;
	top: 1px;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/search.line/.default/style.css?14912260387002*/
#topSearch{
	float:left;
	text-align:center;
	position: relative;
	width:100%;
}
#reloadSearch{
	background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 2px;
	left: 50%;
	width: 71.9%;
	min-width: 600px;
	overflow: hidden;
	position: absolute;
	top: 31px;
	z-index: 100;
	display: none;
	margin-left:-36%;
}
#reloadSearch table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
#reloadSearch table tr:hover{
	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 */	
}
#reloadSearch table td{
	border-top:1px solid #e4e4e4;
	padding:12px 4px;
}
#reloadSearch table .photo{
	width:15%;
}
#reloadSearch table .name{
	width:24%;
	text-align:left;
}
#reloadSearch table td.price{
	width:15%;
}
#reloadSearch table .quantity{
	width: 15%;
}
#reloadSearch table .bask{
	width:20%;
}
#reloadSearch table a{
	color:#000;
	font-size:14px;
	text-decoration: underline;
	display:block;
}
#reloadSearch table a:hover{
	color:#23ca98;
}
#reloadSearch table img{
	max-width:50px;
	max-height:50px;
	vertical-align: middle;
	text-align: center;
}
#reloadSearch .addCart,
#reloadSearch .addSku{
	display:block;
	margin:12px auto;
	color:#fff !important;
	height:25px;
	line-height: 25px;
	text-align:center;
	padding: 0px 12px;
	text-decoration: none;
	width:70px;
	background:url(/bitrix/templates/electro_green_white/components/electro/search.line/.default/images/incart1.png) repeat #23ca98;
	float: none;
}
#reloadSearch .addCart:hover,
#reloadSearch .addSku:hover{
	background:url(/bitrix/templates/electro_green_white/components/electro/search.line/.default/images/incartHover.png) repeat #23ca98;
}
#reloadSearch .addCart:active,
#reloadSearch .addSku:active{
	position:relative;
	top:1px;
}
#reloadSearch .addCart.disabled{
	box-sizing: content-box;
	background:url(/bitrix/templates/electro_green_white/components/electro/search.line/.default/images/incartHover.png) repeat #23ca98 !important;
	opacity: 0.7;
}
#reloadSearch span.price{
	position: relative;
	font-size:17px;
}
#reloadSearch s{
	color: #888888;
	font-size: 14px;
	min-width: 72px;
	position: absolute;
	right: -21px;
	top: -16px;
}
#reloadSearch .allResult{
	display:block;
	font-size:15px;
	text-align:center;
	background:#292929;
	color:#fff;
	height:40px;
	line-height:40px;
	text-decoration: none;
}
#reloadSearch .allResult:hover{
	background:#212121;
}
#reloadSearch .available, #reloadSearch .noAvailable{
	font-size:12px;
}
#reloadSearch .available{
	color:#05c012;
}
#reloadSearch .noAvailable{
	color:#888;
}
#searchTable{
	width:72%;
	table-layout: fixed;
	border-collapse:collapse;
	margin:0 auto;
}
#searchTable.small{
	width:100%;
}
#searchTable td{
	padding:0px;
}
#searchTable.small .inputSelect{
	width:40px;
}
#searchTable.small .inputSubmit{
	width:30px;
}
#searchTable .inputSelect{
	width:90px;
}
#searchTable .inputData{
	width:100%;
}
#searchTable .inputSubmit{
	width:90px;
}
#topSearchMenu{
	margin:0px auto;
}
#topSearchMenu ul{
	float:right;
	margin-top:-14px;
}
#topSearchMenu li{
	float:left;
	border-right:1px solid #2d2d2d;
	line-height:16px;
	height:16px;
}
#topSearchMenu li:first-child{
	border-left:1px solid #2d2d2d;
}
#topSearchMenu li a{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	color:#787878;
	text-decoration: none;
	padding:0px 12px;
	line-height:16px;
	display:block;
}
#topSearchMenu li a:hover{
	color:#23ca98;
}
#topSearchMenu li a:active{
	position:relative;
	top:1px;
}
#topSearchLine{
	margin:32px auto;
	position:relative;
}
#topSearchSelect{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	display:inline-block;
	width:90px;
	height:30px;
	line-height: 30px;
	background: url("/bitrix/templates/electro_green_white/components/electro/search.line/.default/images/searchGradient1.png")  0 0 repeat #888888;
	color:#fff;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	border-left:1px solid #555555;
	border-right: 1px solid #555555;
	cursor: pointer;
	position:relative;
}
#topSearchSelect .slide{
	display:block;
	height:30px;
}
#topSearchSelect ul{
	width:300px;
	position:absolute;
	top:31px;
	background-color:#E3E3E3;
	z-index:100;
	display:none;
}
#topSearchSelect ul li{
	color: #000000;
	text-align:left;
	padding-left:32px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.132);
	display:block;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#topSearchSelect ul li:hover{
	background-color:#FFFFFF;
	color:#23ca98;
}
#topSearchSelect:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/search.line/.default/images/searchGradient1Hover.png")  0 0 repeat #888888;
}
#topSearchSelect img{
	vertical-align: middle;
	padding:0px 3px;
}
#searchTable.small #topSearchSelect {
	width:40px;
}
#searchTable.small #topSearchSelect span{
	display:none;
}
#searchTable.small #topSearchSelect img{
	padding:0;
}
#topSearchLine form{
	text-indent:0px;
	white-space:nowrap;
	letter-spacing:0px;
}
#topSearchLine input{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	height:30px;
	border:0px;
}
#searchTable.small input[type="text"]{
	text-indent: 8px;
}
#topSearchLine input[type="text"]{
	width: 100%;
	background-color:#ffffff;
	color:#656565;
	border:1px solid #d3d3d3;
	display: block;
	float:left;
	text-indent: 6px;
}
#topSearchLine #goTopSearch{
	font: normal normal 13px "bender" , "Verdana" ,  arial , sans-serif;
	width:90px;
	background: #23ca98;
	cursor: pointer;
	color:#fff;
	line-height:30px;
	display:block;
	text-decoration: none;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	height: 30px;
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
#topSearchLine #goTopSearch:hover{
	background: #11b785;
}
#topSearchLine #goTopSearch:active{
	text-indent: 2px;
}
#searchTable.small #goTopSearch{
	width:30px;
}
#searchTable.small #goTopSearch span{
	display:none;
}
#searchTable.small #goTopSearch img{
	padding:0px;
}
#searchTable.small #goTopSearch img{
	vertical-align: middle;
	margin-left:4px;
}
#topSearchLine form a img{
	vertical-align: middle;
	padding-right:4px;
}
#topSearchLine select, #topSearchLine option{
	display: none;
}
#searchMenu ul{
	float:right;
	margin-top:12px;
}
#searchMenu ul li:first-child{
	border-left: 1px solid #D3D3D3;
	padding:0 12px;
}
#searchMenu ul li{
	border-right: 1px solid #D3D3D3;
}
#searchMenu a{
	color: #787878 !important;
	font: 13px "bender", "arial", sans-serif !important;
	text-decoration: none !important;
	background: none !important;
	border: none !important;
}
#searchMenu a:hover{
	color:#23ca98 !important;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/bitrix/menu/leftMenu/style.css?14912260383373*/
#leftMenu > li {
	border-bottom: 1px solid #DBDBDB;
	/*position: relative;*/
	-o-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

/*#leftMenu > li:hover {
	background-color: #fff;
}

#leftMenu > li:hover > a {
	color: #2d2d2d;
}*/

#leftMenu .selected{
	background-color: #FFFFFF;
}

#leftMenu .selected > a{
	color: #2d2d2d;
}

#leftMenu .hover{
	background-color: #FFFFFF;
}

#leftMenu .hover > a{
	color: #2d2d2d;
}


#leftMenu > li > a {
	font: normal normal 13px "bender" , arial , sans-serif;
	text-decoration: none;
	display: block;
	color: #000000;
	padding: 12px 12px 12px 25px;
}

#leftMenu > li > a > ins {
	display: table;
}

#leftMenu > li > a > ins > img {
	vertical-align: middle;
	padding-right: 8px;
}

#leftMenu > li > a > ins > span {
	display: table-cell;
	vertical-align: middle;
}

#leftMenu > li > .drop {
	position: absolute;
	right: 0px;
	left: 364px;
	background-color: #fff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.500);
	z-index: 999;
	top: 60px;
	overflow: hidden;
	min-height: 510px;
	display: none;
}

#leftMenu li div ul {
	float: left;
	width: 230px;
	border-right: 1px solid #e5e5e5;
	margin: 18px 0px;
}

#leftMenu li div ul li {
	margin-bottom: 8px;
}

#leftMenu li div ul li a {
	font: normal normal 13px "bender" , arial , sans-serif;
	color: #000;
	text-align: left;
	text-decoration: none;
	display: block;
	padding: 0px 12px;
}

#leftMenu li div ul li a:hover {
	color: #23ca98;
}

#leftMenu li div ul li a:active {
	position: relative;
	top: 1px;
}

#leftMenu li div ul li a span {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #23ca98;
	display: block;
}

#leftMenu li div ul li a span:hover {
	color: #11b785;
}

#leftMenu li div ol {
	float: left;
	width: 230px;
	background: #23ca98;
 /* Old browsers */
	background: -moz-linear-gradient(top,  #23ca98 0%, #11b785 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23ca98), color-stop(100%,#11b785));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23ca98 0%,#11b785 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23ca98 0%,#11b785 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23ca98 0%,#11b785 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #23ca98 0%,#11b785 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23ca98', endColorstr='#11b785',GradientType=0 );
 /* IE6-9 */
	position: absolute;
	right: 0;
	padding-bottom: 1200px;
}

#leftMenu li div ol li span {
	font: normal normal 15px "bender" , arial , sans-serif;
	color: #fff;
	padding: 18px 0px 4px 24px;
	display: block;
}

#leftMenu li div ol li a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-left: 24px;
}

#leftMenu li div ol li a:hover {
	color: #c8e5ff;
}

#leftMenu li div ol li a:active {
	position: relative;
	top: 1px;
}

#leftMenu li div ol li a.pic {
	padding-bottom: 18px;
	border-bottom: 1px solid #11b785;
	width: 80%;
	margin: 0px auto 18px;
	text-align: center;
	padding-left: 0;
}

#leftMenu li div ol li a.pic img {
	max-width: 100%;
}

#leftMenu li div ol li {
	margin-bottom: 12px;
}

#leftMenu .selected { 
	background-color: #FFFFFF;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/slider/.default/style.css?14912260381716*/
#slider{
	position: relative;
	visibility: hidden;
}
#slider .wrap{
	position: relative;
	overflow: hidden;
}
#slider ul{
	width: 9999999px;
	position:relative;
}
#slider ul li{
	float:left;
	display: block;
}
#slider ol{
	position: absolute;
	left:50%;
	bottom:12px;
}
#slider ol li{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) 0 0 no-repeat transparent;
	margin-right:4px;
	width:14px;
	height:14px;
	float:left;
	cursor: pointer;
}
#slider ol li:hover{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) -14px 0  no-repeat transparent;
}
#slider ol li:active{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) -28px 0  no-repeat transparent;
}
#slider ol li.selected{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) -42px 0  no-repeat transparent;	
}
#slider ol li.selected:hover{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) -56px 0  no-repeat transparent;	
}
#slider ol li.selected:active{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideButton.png) -70px 0  no-repeat transparent;	
}
#slider .sliderBtnLeft, 
#slider .sliderBtnRight{
	display:block;
	height:43px;
	width:24px;
	position:absolute;
	top:50%;
	margin-top:-21.5px;
}
#slider .sliderBtnLeft{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) 0 0 no-repeat transparent;
	left:-8px;
}
#slider .sliderBtnLeft:hover{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) -24px 0 no-repeat transparent;	
}
#slider .sliderBtnLeft:active{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) -48px 0 no-repeat transparent;		
}
#slider .sliderBtnRight{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) 0 -43px no-repeat transparent;
	right:-8px;
}
#slider .sliderBtnRight:hover{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) -24px -43px no-repeat transparent;	
}
#slider .sliderBtnRight:active{
	background:url(/bitrix/templates/electro_green_white/components/electro/slider/.default/images/slideArrow.png) -48px -43px no-repeat transparent;	
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/style.css?14912260381082*/
#bestsellers,
#bestsellers ul {
	margin: 24px 0px 12px 0px;
	margin-top: 0px !important;
}

#hitsCarousel{
	overflow:hidden;
	position:relative;
	margin-top: 25px !important;
}

#hitsCarousel .hitsBtnLeft, 
#hitsCarousel .hitsBtnRight{
	display:block;
	position:absolute;
	width:30px;
	height:54px;
	top:50%;
	margin-top:-27px;
}

#hitsCarousel .hitsBtnLeft{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") 0 0 no-repeat transparent;
	left:0px;
}

#hitsCarousel .hitsBtnLeft:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") -30px 0 no-repeat transparent;	
}

#hitsCarousel .hitsBtnLeft:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") -60px 0 no-repeat transparent;		
}

#hitsCarousel .hitsBtnRight{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") 0 -54px no-repeat transparent;
    right:0px;
}

#hitsCarousel .hitsBtnRight:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") -30px -54px no-repeat transparent;
}

#hitsCarousel .hitsBtnRight:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/images/buttonOffers.png") -60px -54px no-repeat transparent;		
}

#hitsCarousel .productList{
 	position:relative;
	overflow: hidden;
	width:99999px;
	clear: both;
	left:0px;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/style.css?14912260381140*/
#saleOffers {
	margin-top: 24px;
	overflow: hidden;
	clear: both;
}

#saleOffers ul {
	margin: 24px 0px;
	padding: 0;
}

#saleCarousel{
	overflow:hidden;
	position:relative;
}

#saleCarousel .saleBtnLeft, 
#saleCarousel .saleBtnRight{
	display:block;
	position:absolute;
	width:30px;
	height:54px;
	top:50%;
	margin-top:-27px;
}

#saleCarousel .saleBtnLeft{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") 0 0 no-repeat transparent;
	left:0px;
}

#saleCarousel .saleBtnLeft:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") -30px 0 no-repeat transparent;	
}

#saleCarousel .saleBtnLeft:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") -60px 0 no-repeat transparent;		
}

#saleCarousel .saleBtnRight{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") 0 -54px no-repeat transparent;
    right:0px;
}

#saleCarousel .saleBtnRight:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") -30px -54px no-repeat transparent;
}

#saleCarousel .saleBtnRight:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/images/buttonOffers.png") -60px -54px no-repeat transparent;		
}

#saleCarousel .productList{
 	position:relative;
	overflow: hidden;
	width:99999px;
	clear: both;
	left:0px;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/style.css?14912260381409*/
#brandCarousel {
	position: relative;
	height: 70px;
	background-color: #f5f5f5;
}

#brandCarousel .wrap {
	overflow: hidden;
}

#brandCarousel ul {
	width: 99999px;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0;
}

#brandCarousel ul li {
	float: left;
	display: block;
}

#brandCarousel ul li a {
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
}

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

#brandCarousel ul li a img {
	max-width: 80%;
	max-height: 80%;
	vertical-align: middle;
}

#brandCarousel .brandBtnLeft, 
#brandCarousel .brandBtnRight {
	display: block;
	height: 31px;
	width: 18px;
	position: absolute;
	top: 50%;
	margin-top: -15.5px;
}

#brandCarousel .brandBtnLeft {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) 0 0 no-repeat transparent;
	left: -8px;
}

#brandCarousel .brandBtnLeft:hover {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) -18px 0 no-repeat transparent;
}

#brandCarousel .brandBtnLeft:active {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) -36px 0 no-repeat transparent;
}

#brandCarousel .brandBtnRight {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) 0 -31px no-repeat transparent;
	right: -8px;
}

#brandCarousel .brandBtnRight:hover {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) -18px -31px no-repeat transparent;
}

#brandCarousel .brandBtnRight:active {
	background: url(/bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/images/brandsButton.png) -36px -31px no-repeat transparent;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/style.css?14912260381076*/
#newOffers {
	margin-top: 24px;
}

#newOffers ul {
	margin-top: 24px;
}

#newCarousel{
	overflow:hidden;
	position:relative;
}

#newCarousel  .newBtnLeft,
#newCarousel  .newBtnRight{
	display:block;
	position:absolute;
	width:30px;
	height:54px;
	top:50%;
	margin-top:-27px;
}

#newCarousel .newBtnLeft{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") 0 0 no-repeat transparent;
	left:0px;
}

#newCarousel .newBtnLeft:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") -30px 0 no-repeat transparent;	
}

#newCarousel .newBtnLeft:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") -60px 0 no-repeat transparent;		
}

#newCarousel .newBtnRight{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") 0 -54px no-repeat transparent;
    right:0px;
}

#newCarousel  .newBtnRight:hover{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") -30px -54px no-repeat transparent;
}

#newCarousel .newBtnRight:active{
	background: url("/bitrix/templates/electro_green_white/components/electro/offers.carousel/new/images/buttonOffers.png") -60px -54px no-repeat transparent;		
}

#newCarousel .productList{
 	position:relative;
	overflow: hidden;
	width:99999px;
	clear: both;
	left:0px;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/components/bitrix/sale.basket.basket.line/footCart/style.css?14912260381333*/
#footerCart table td {
	padding-left: 12px;
	line-height: 36px;
}

#footerCart ins {
	text-decoration: none;
	padding-bottom: 2px;
	margin-right: 8px;
	vertical-align: top;
}

#footerCart span {
	height: 18px;
	line-height: 18px;
	background: url("/bitrix/templates/electro_green_white/components/bitrix/sale.basket.basket.line/footCart/images/colorMenu2.png") #2D2D2D;
	border: 1px solid #888;
	min-width: 18px;
	display: inline-block;
	text-align: center;
	padding: 0px 4px;
	border-radius: 4px;
	vertical-align: middle;
}

#footerCart span:hover {
	color: #c8e5ff;
}

#footerCart td a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

#footerCart td  a:active {
	position: relative;
	top: 1px;
}

#footerCart .oCallback {
	color: #888;
	padding-right: 4px;
	font-size: 14px;
	display: inline-block;
}

#footerCart .oCallback:hover {
	color: #23ca98;
}

#footerCart .footerCart + span, #footerCart .footerCompare + span {
	margin-left: 8px;
}

#footerCart .footerCart, #footerCart .footerCompare {
	color: #888;
}

#footerCart .footerCart:hover {
	color: #23ca98;
}

#footerCart .footerCompare:hover {
	color: #22beff;
}

#footerCart .footerCart + span {
	border: 1px solid #11b785;
	color: #11b785;
	max-width: 27px;
	overflow: hidden;
}

#footerCart .footerCompare + span {
	border: 1px solid #22beff;
	color: #22beff;
}

#footerCart .empty + span {
	border: 1px solid #888;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/electro_green_white/template_styles.css?149122603860278*/
/* developed by dw24 2014 */

/* Main */

#topBanner{
	text-decoration: none;
}

#topBanner img{
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
}

#closeBanner{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background: #ff9601;
	text-decoration: none;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

html {
	height: 100%;
}

body {
	font: normal normal 14px "Bender", "Verdana" , arial, sans-serif;
	max-width: 1920px;
	margin: 0px auto;
	height: 100%;
}

img {
	border: 0;
}

a {
	outline: none;
}

button {
	background-image: none;
	overflow: visible;
}

p {
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc li {
	list-style-type: disc;
	margin-bottom: 4px;
	line-height: 18px;
}

ol.dig {
	list-style-type: decimal;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ol.dig li{
	list-style-type: decimal;
}

.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

ins {
	text-decoration: none;
}

input:focus::-webkit-input-placeholder{
    color: transparent;
}

input:focus::-moz-placeholder{
    color: transparent;	
}

input[type="password"] {
	-webkit-text-security: square;
}

input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

#logo {
	line-height: 125px;
	display: block;
}

#logo img {
	vertical-align: middle;
}

#logo:active {
	position: relative;
	top: 1px;
}

/* Header Top */

#headerLine {
	background: url(/bitrix/templates/electro_green_white/images/headerLine.png) repeat #888888;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
	border-top: 4px solid #444444;
	min-width: 1000px;
	height: 62px;
	overflow: hidden;
}

#headerLineLeft {
	height: 62px;
	display: inline-block;
}

#headerLineRight {
	float: right;
	position: relative;
	height: 62px;
	z-index: 100;
}

/* Header */

#header {
	background: url(/bitrix/templates/electro_green_white/images/bgHead2.png) repeat #ededed;
	height: 125px;
	min-width: 1000px;
	
}

#header .wrapper{
	display: table;
	table-layout: fixed;
	width:100%;
	margin:0;
}

#headerLeft {
	display: table-cell;
	vertical-align: top;
	width:300px;
	padding-left:25px;
}

#headerRight {
	display: table-cell;
	vertical-align: top;
	width:400px;
	padding-right: 25px;
}

#headerRight table {
	width: 100%;
}

#headerRight table td {
	text-align: right;
	color: #9e9e9e;
	padding-top: 22px;
	vertical-align: top;
}

#headerRight table td:first-child {
	padding-right: 42px;
}

#headerRight table tr:first-child td {
	padding-top: 34px;
}

#headerRight table td a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #595959;
	text-decoration: none;
}

#headerRight table td a:hover {
	color: #23ca98;
}

#headerRight table td a:active {
	position: relative;
	top: 1px;
}

#headerRight table td a span {
	border-bottom: 1px dashed #333;
	padding-bottom: 2px;
	font-size: 14px;
}

#headerRight table td a img {
	padding-right: 8px;
	vertical-align: middle;
}

#headerRight table td a.oCallback {
	color: #fff;
	background: url(/bitrix/templates/electro_green_white/images/incart1.png) repeat #23ca98;
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 120px;
	float: right;
	margin-top: -4px;
}

#headerRight table td a.oCallback:hover {
	background: url(/bitrix/templates/electro_green_white/images/incartHover.png) repeat #23ca98;
}

#headerRight table td a.oCallback:active {
	position: relative;
	top: 1px;
}

#headerRight span {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #595959;
}

/* Main Slider */
#slider {
	width: 65.8%;
	float: left;
}

#slider img, #advRight img {
	max-width: 100%;
}

#advRight {
	float: right;
	width: 32.9%;
}

#advRight li:first-child {
	margin: 0px;
}

#advRight li {
	margin-top: 4.4%;
}

#mainContent {
	margin-top: 24px;
	width: 100%;
	min-width: 1000px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}

#mainContentleft {
	background: url(/bitrix/templates/electro_green_white/images/colorMenu.png) repeat #ededed;
	width: 19.8%;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 24px;
	position: relative;
}

#mainContentleft a.mainContentleftArrow > span {
	font: normal normal 18px "bender" , arial , sans-serif;
	height: 60px;
	line-height: 60px;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat #23ca98;
	color: #fff;
	display: block;
	text-align: left;
	padding-left: 25px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#mainContentleft a.mainContentleftArrow > span:active {
	color: #d8edff;
}

#mainContentleft  a.mainContentleftArrow {
	text-decoration: none;
	position: relative;
	display: block;
}

#mainContentleft  a.mainContentleftArrow img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
}

#mainContentleft  a.mainContentleftArrow > span > sub {
	background: url(/bitrix/templates/electro_green_white/images/arrowBig.png) no-repeat transparent;
	display: none;
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 20px;
	top: 50%;
	margin-top: -9px;
	float: right;
	margin-left: 10px;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#mainContentleft  a > span:active + sub {
	background: url(/bitrix/templates/electro_green_white/images/arrowBigHover.png) no-repeat transparent;
}

#mainContentleft  a.allowHide > span > sub {
	display: inline;
}

#mainContentleft  a.allowHide > sub {
	display: inline;
}

#mainContentleft  a.allowHide + ul {
	display: none;
}

#mainContentleft #fixMenu {
	will-change: left, top;
	position: relative;
	z-index: 90;
}

#mainContentleft #fixMenu.fixed {
	position: fixed;
	width: 19.8%;
	min-width: 213px;
	max-width: 409px;
	padding-right: 24px;
	top: 0;
}

#blackout {
	background-color: rgba(31, 31, 31, 0.500);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#comparison {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

#comparisonContainer {
	width: 350px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#comparisonContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#comparisonContainer p {
	margin: 18px;
	text-align: center;
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
}

#comparisonContainer p span {
	display: block;
	color: #23ca98;
	margin-top: 4px;
}

#comparisonClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#comparisonClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#comparisonClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#comparisonOrder {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 14px;
}

#comparisonOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin: 0px 8px;
}

#comparisonOrder a.comparisonContinue {
	background: url(/bitrix/templates/electro_green_white/images/color.png) 0 0 repeat #23ca98;
}

#comparisonOrder a.comparisonContinue:hover {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) 0 0 repeat #11b785;
}

#comparisonOrder a.comparisonMake {
	background: url(/bitrix/templates/electro_green_white/images/color13.png) 0 0 repeat #22beff;
}

#comparisonOrder a.comparisonMake:hover {
	background: url(/bitrix/templates/electro_green_white/images/color14.png) 0 0 repeat #0da9ea;
}

#comparisonOrder a.comparisonContinue:active,
#comparisonOrder a.comparisonMake:active {
	position: relative;
	top: 1px;
}

#inSku {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	display: none;
	z-index: 9999;
	left: 0;
	top: 0;
}

/*#bx_incl_area_9 #inSku{
	display: block;
}*/

#inSkuContainer {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	z-index: 9998;
	left: 50%;
	top: 50%;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.700);
	padding: 8px;
}

#inSkuContainer .heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#inSku .wrap{
	overflow: hidden;
}

#inSku .head{
	padding: 12px 0px;
	display: block;
	color: #fff;
	text-align: center;
}

#inSku .picBlock{
	width: 220px;
	float: left;
	margin-right: 24px;
}

#inSku .picBlock a{
	line-height: 200px;
	text-align: center;
	background: #fff;
	display: block;
	height: 200px;
	width: 220px;
}

#inSku .picBlock img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#inSku .infoBlock{
	width: 756px;
	float: left;
}

#inSku .infoBlock table{
	width: 100%;
    border-spacing: 0px 12px;
    border-collapse: separate;
}

#inSku .infoBlock table th{
	font-weight: normal;
	vertical-align:top;
	padding: 0px 12px;
	text-align: center;
	color: #fff;
}

#inSku .infoBlock table .active td{
	background-color: #043359;
}

#inSku .infoBlock table td{
	color: #ccc;
	text-align: center;
	padding: 8px 8px;
	background: #232323;
}

#inSku .infoBlock .rd{
	width: 30px;
	padding: 12px 0 12px 12px;
}

#inSku .infoBlock .name{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #23ca98;
	padding: 0 12px 0 0;
}

#inSku .infoBlock input{
	display: none;
}

#inSku .infoBlock input[type="radio"] + label {
     display:inline-block;
     width: 15px;
     height: 15px;
     vertical-align: middle;
     background: url(/bitrix/templates/electro_green_white/images/radio.png) left top no-repeat;
     cursor: pointer;
}

#inSku .infoBlock input[type="radio"]:hover + label {
   background-position: 0px -15px;
}

#inSku .infoBlock input[type="radio"]:checked + label {
   background-position: 0px -30px;
}

#inSku .infoBlock input[type="radio"]:checked:hover + label {
   background-position: 0px -45px;
}

#inSku .infoBlock input[type="radio"]:disabled + label {
   background-position: 0px -60px;
}

#inSku .infoBlock .price{
	position: relative;
	text-align: center;
	display: block;
	color: #23ca98;
	font-size: 15px;
	white-space: nowrap;
}

#inSku .infoBlock .btn{
	background: #181818;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 30px;
}

#inSku .infoBlock .btn:hover{
	background-color: #0c0c0c;
}

#inSku .infoBlock .btn:active{
	background-color: #000;
}

#inSku .infoBlock .addCart{
	background-color: #23ca98;
	text-indent: -9999px;
}

#inSku .infoBlock .addCart.disabled{
	background-color: #23ca98 !important;
	border: none !important;
	opacity: 0.5;
}

#inSku .infoBlock .addCart:hover{
	background-color: #11b785;
}

#inSku .infoBlock .zoom{
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/electro_green_white/images/sku_zoom.png);
	background-position: center center;
}

#inSku .infoBlock .addCart, #inSku .infoBlock .addCart.added{
	background-repeat: no-repeat !important;
	background-image: url(/bitrix/templates/electro_green_white/images/sku_cart.png) !important;
	background-position: center center !important;
}

#inSku .infoBlock .addCompare, #inSku .infoBlock .addCompare.added{
	background-repeat: no-repeat !important;
	background-image: url(/bitrix/templates/electro_green_white/images/sku_compare.png) !important;
	background-position: center center !important;
	text-indent: -9999px !important;
}

#inSku .infoBlock .price s{
	position: absolute;
	font-size: 13px;
	display: block;
	color: #aaa;
	top: -14px;
	right: 0px;
}

#inSku .tools{
	margin-bottom: 12px;
	overflow: hidden;
}

#inSku .tools ul{
	float: right;
}

#inSku .tools li{
	float: left;
	margin-left: 12px;
}

#inSku .tools li a{
	font: 14px/35px "bender", "arial", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 0 18px;
	display: block;
	height: 35px;
	color: #fff;
}

#inSku .tools .inSkuContinue{
	background: #0da9ea;
}

#inSku .tools .inSkuContinue:hover{
	background: #22beff
}

#inSku .tools .inSkuContinue:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart{
	background: #23ca98;
}

#inSku .tools .addCart:hover{
	background: #11b785;
}

#inSku .tools .addCart:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart.disabled{
	box-sizing: content-box !important;
	background: #11b785 !important;
	border: none !important;
	color: #fff !important;
	opacity: 0.5;
}

#inSkuClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inSkuClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#inSkuClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#inBasket {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: visible;
}

#inBasketContainer {
	width: 700px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#inBasketContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#inBasketClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inBasketClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#inBasketClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#inBasketContainer > table {
	width: 100%;
	margin-top: 8px;
}

#inBasketContainer > table > tbody > tr > td {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	vertical-align: top;
	padding-left: 12px;
	text-align: left;
}

#inBasketContainer > table > tbody > tr > td:first-child {
	vertical-align: middle;
	padding: 0;
	width: 240px;
	text-align: center;
	height: 170px;
	line-height: 170px;
	background-color: #fff;
}

#inBasketContainer > table td:first-child img {
	max-width: 190px;
	max-height: 170px;
	vertical-align: middle;
}

#inBasketToolsTable {
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
}

#inBasketToolsTable td {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #2d2d2d;
	padding: 9px;
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
}

#inBasketToolsTable #inBasketQty {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

#inBasketDelete {
	text-align: center;
	display: inline-block;
	width: 17px;
	height: 25px;
	background: url(/bitrix/templates/electro_green_white/images/delete.png) 0 0 no-repeat;
}

#inBasketDelete:hover {
	background: url(/bitrix/templates/electro_green_white/images/delete.png) -18px 0px no-repeat;
}

#inBasketDelete:active {
	background: url(/bitrix/templates/electro_green_white/images/delete.png) -36px 0 no-repeat;
}

#inBasketPrice {
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #23ca98;
}

#inBasketTotal {
	font: normal normal 16px "bender" , arial , sans-serif;
	color: #fff;
	text-align: right;
	margin-top: 12px;
}

#inBasketTotal span {
	color: #23ca98;
	display: inline-block;
}

#inBasketOrder {
	margin-top: 12px;
	text-align: right;
}

#inBasketOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin-left: 8px;
}

#inBasketOrder a.inBasketContinue {
	background: url(/bitrix/templates/electro_green_white/images/color.png) 0 0 repeat #23ca98;
}

#inBasketOrder a.inBasketContinue:hover {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) 0 0 repeat #11b785;
}

#inBasketOrder a.inBasketMake {
	background: url(/bitrix/templates/electro_green_white/images/color13.png) 0 0 repeat #22beff;
}

#inBasketOrder a.inBasketMake:hover {
	background: url(/bitrix/templates/electro_green_white/images/color14.png) 0 0 repeat #0da9ea;
}

#inBasketOrder a.inBasketContinue:active,
#inBasketOrder a.inBasketMake:active {
	position: relative;
	top: 1px;
}

#inBasketToolsTable input.qty {
	width: 30px;
	text-align: center;
	float: left;
	border: 0px;
	font: normal normal 12px "bender" , arial , sans-serif;
	height: 20px;
}

#inBasketToolsTable input.qty.error{
	border: 1px solid #ff0000;
}

#inBasketToolsTable .minus,
#inBasketToolsTable .plus {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: 0px;
	cursor: pointer;
}

#inBasketToolsTable .minus {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) 0 0 no-repeat;
}

#inBasketToolsTable .minus:hover {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) -20px 0 no-repeat;
	border: 0px;
}

#inBasketToolsTable .minus:active {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) -40px 0 no-repeat;
	top: 0px;
}

#inBasketToolsTable .plus {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) 0 -20px no-repeat;
}

#inBasketToolsTable .plus:hover {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) -20px -20px no-repeat;
	border: 0px;
}

#inBasketToolsTable .plus:active {
	background: url(/bitrix/templates/electro_green_white/images/plusMinus.png) -40px -20px no-repeat;
	top: 0px;
}

#inBasketToolsTable .rouble {
	color: #23ca98;
}

#mainContentRight {
	width: 73%;
	display: table-cell;
	padding-left: 24px;
	padding-right: 25px;
	vertical-align: top;
}

#mainContentRight  h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}

#mainContentRight #breadcrumbs {
	font: normal normal 14px "bender" , "Verdana" ,  arial , sans-serif;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#mainContentRight #breadcrumbs li:first-child a:hover {
	color: #333;
}

#mainContentRight #breadcrumbs li {
	color: #7F7F7F;
	float: left;
	margin-right: 4px;
}

#mainContentRight #breadcrumbs li a {
	color: #23ca98;
	text-decoration: none;
}

#mainContentRight #breadcrumbs li a:hover {
	color: #11b785;
}

#mainContentRight h1 {
	font: normal normal 24px "bender" , "Verdana" ,  arial , sans-serif;
	color: #23ca98;
	padding-bottom: 24px;
	padding-top: 24px;
}

#mainContentRight #middleSlider img {
	max-width: 100%;
}

#mainContentRight #bottomSlider {
	margin-top: 24px;
}

#mainContentRight #bottomSlider img {
	max-width: 100%;
}

#ancillary ul {
	margin: 0;
	padding: 0;
}

#ancillary > ul > li:first-child {
	margin-left: 0px;
}

#ancillary > ul > li {
	float: left;
	width: 23.3%;
	margin-left: 2%;
	margin-top: 24px;
}

#ancillary li ul {
	border: 1px solid #e4e4e4;
	min-height: 250px;
}

#ancillary li ul li{
	border-top: 1px solid #e4e4e4;
	margin: 0 12px;
}

#ancillary li ul li:first-child {
	border: 0px;
}

#ancillary li ul li table {
	font: normal normal 12px "bender" , arial , sans-serif;
}

#ancillary li ul li table td:first-child {
	padding-right: 8px;
}

#ancillary li ul li table td {
	height: 78px;
}

#ancillary li ul li table td a {
	text-decoration: none;
	color: #000;
}

#ancillary li ul li table td a:hover {
	color: #23ca98;
}

#ancillary li ul li table td img {
	padding-right: 8px;
	max-width: 50px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-right: 4px;
}

#ancillary #ref li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0px 12px;
	border-top: 0px;
}

#ancillary #ref li:last-child {
	border: 0;
}

#ancillary #ref li table {
	border: 0px;
}

#ancillary #ref li table td {
	height: 58px !important;
}

#ancillary #ref li table td a {
	color: #000;
	text-decoration: none;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
}

#ancillary #ref li table td a:hover {
	color: #23ca98;
}

#ancillary .ftPic {
	display: block;
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#footer {
	background: url("/bitrix/templates/electro_green_white/images/bgHead.png") #888888;
	width: 100%;
	min-width: 1000px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 24px;
	padding-bottom: 24px;
}

#footerLeft {
	display: table-cell;
	width: 19.8%;
}

#footerLeft a {
	padding: 24px 0 0 25px;
	display: block;
	margin: 0;
}

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

#footerLeft a img {
	max-width: 90%;
}

#footerLeft p {
	padding: 18px 10px 12px 25px;
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #dddddd;
}

#footerLeft span {
	display: block;
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #9E9E9E;
	padding: 0px 0px 4px 25px;
}

#footerRight {
	width: 73%;
	display: table-cell;
	padding-left: 24px;
	padding-right: 25px;
	vertical-align: top;
	padding-bottom: 24px;
}

#footerRight > ul {
	margin-top: 24px;
}

#footerRight > ul > li {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
}

#footerRight > ul > li > span {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #cccccc;
	margin-bottom: 18px;
	display: block;
	white-space: nowrap;
}

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

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

#footerRight .footerList li {
	margin-bottom: 12px;
}

#footerRight #footerSocial li {
	color: #fff;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	margin-bottom: 12px;
}

#footerRight #footerSocial li img {
	vertical-align: middle;
}

#footerCart {
	position: fixed;
	bottom: 0px;
	background: url("/bitrix/templates/electro_green_white/images/colorMenu2.png") #2D2D2D;
	font: normal normal 14px "bender" , arial , sans-serif;
	width: 356px;
	right: 40px;
	height: 40px;
	line-height: 40px;
	border-top-left-radius: 4px;
	color: #fff;
	z-index: 999;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.500);
}

#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	left: 50%;
	margin-left: -150px;
	margin-top: -130px;
	padding: 8px;
	position: relative;
	top: 50%;
	width: 300px;
	z-index: 999;
}

#elementErrorContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "bender", "arial", sans-serif;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #fff;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("/bitrix/templates/electro_green_white/images/exit.png") 0px 0px no-repeat transparent;
	display: block;
	height: 19px;
	position: absolute;
	right: 24px;
	top: 23px;
	width: 17px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("/bitrix/templates/electro_green_white/images/exit.png") 0px -20px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("/bitrix/templates/electro_green_white/images/exit.png") 0px -41px no-repeat transparent;
}

#elementErrorContainer .close {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #11b785;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #11b785;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#reg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#reg #regWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#reg #regWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#reg #regWrapper a.regClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#reg #regWrapper a.regClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#reg #regWrapper a.regClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#reg #regWrapper form {
	margin-top: 24px;
}

#reg #regWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#reg #regWrapper input#regName {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regName:focus {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regEmail {
	background: url(/bitrix/templates/electro_green_white/images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regEmail:focus {
	background: url(/bitrix/templates/electro_green_white/images/mail.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regPassword,input#regRePassword {
	background: url(/bitrix/templates/electro_green_white/images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regPassword:focus , input#regRePassword:focus {
	background: url(/bitrix/templates/electro_green_white/images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper a#regSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#reg #regWrapper a#regSubmit:hover {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) repeat transparent;
}

#reg #regWrapper #regErrors {
	min-height: 62px;
	margin-top: 24px;
	margin-left: 25px;
	color: #fff;
	display: none;
}

#auth {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#auth #authWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#auth #authWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#auth #authWrapper a.authClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#auth #authWrapper a.authClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#auth #authWrapper a.authClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#auth #authWrapper form {
	margin-top: 24px;
}

#auth #authWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#auth #authWrapper input#authName {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authName:focus {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper input#authPassword {
	background: url(/bitrix/templates/electro_green_white/images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authPassword:focus {
	background: url(/bitrix/templates/electro_green_white/images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper a#authSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat transparent;
	width: 120px;
	margin-left: 25px;
	margin-bottom: 12px;
	border: 1px solid #000;
	float: left;
}

#auth #authWrapper a#authSubmit:hover {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) repeat transparent;
}

#auth #authWrapper #authLostPassword {
	font: normal normal 14px "bender" , arial , sans-serif;
	line-height: 32px;
	color: #23ca98;
	text-decoration: none;
}

#auth #authWrapper #authLostPassword:hover {
	color: #11b785;
}

#auth #authWrapper #authErrors {
	font: normal normal 14px "bender" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
}

#city {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#city #cityWrapper {
	width: 550px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -275px;
	padding: 8px;
}

#city #cityWrapper a.cityClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#city #cityWrapper a.cityClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#city #cityWrapper a.cityClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#city #cityWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#city #cityWrapper ul {
	margin: 24px 0px;
}

#city #cityWrapper ul li {
	float: left;
	width: 170px;
	padding-left: 12px;
	margin-bottom: 12px;
}

#city #cityWrapper ul li a {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	display: block;
	text-decoration: none;
}

#city #cityWrapper ul li a:hover {
	color: #eee;
}

#city #cityWrapper ul li a ins {
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px dashed #fff;
}

#city #cityWrapper ul li a:hover span {
	border-bottom: 1px dashed #eee;
}

/* CLASES */
.offersLine {
	font: normal normal 18px "bender" , arial , sans-serif;
	width: 100%;
	color: #fff;
	height: 40px;
	line-height: 40px;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat #23ca98;
}

.offersLine span {
	line-height: 40px;
	padding-left: 12px;
}

.offersLine a {
	font: normal normal 16px "bender" , arial , sans-serif;
	display: block;
	float: right;
	line-height: 40px;
	margin-right: 12px;
	color: #fff;
	text-decoration: none;
	display: none;
}

.offersLine a:hover {
	color: #e4f2ff;
}

.offersLine a:active {
	position: relative;
	top: 1px;
}

/*PRODUCT*/

.productTitleLink {
	display: block;
	color: #11b785;
	line-height: 21px;
	border-top: 4px double #c8e5ff;
	border-bottom: 4px double #c8e5ff;
	text-decoration: none;
	padding: 12px 0px;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	width: 100%;
}

.productTitleLink span {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.productTitleLink:hover {
	color: #006dcc;
}

.productImg {
	line-height: 150px;
	height: 150px;
	display: block;
}

.productImg img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.productImg:active {
	position: relative;
	top: 1px;
}

.productPrice {
	color: #b81506;
	font: normal normal 18px "bender" , arial , sans-serif;
	display: block;
	position: relative;
	border-bottom: 4px double #c8e5ff;
	padding: 12px 0px;
}

.productPrice s {
	font: normal normal 12px "bender" , arial , sans-serif;
	position: absolute;
	top: 0px;
	right: 60px;
}

.productAppendBlock {
	border-bottom: 4px double #c8e5ff;
	height: 40px;
}

.productCompare {
	display: block;
	width: 40%;
	float: left;
	color: #42607f;
	text-decoration: none;
	font-size: 12px;
	border-right: 4px double #c8e5ff;
	line-height: 40px;
}

.productCart {
	display: block;
	width: 58.1%;
	float: left;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
}

.productCart span {
	background: url(/bitrix/templates/electro_green_white/images/incart1.png) repeat #23ca98;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	font: normal normal 12px "bender" , arial , sans-serif;
	display: inline-block;
	line-height: 25px;
	padding: 0px 12px;
}

.productCart span:hover {
	background: url(/bitrix/templates/electro_green_white/images/incartHover.png) repeat #23ca98;
}

.productCart span:active {
	position: relative;
	top: 1px;
}

.productStock {
	float: left;
	text-align: center;
	width: 58.1%;
	line-height: 24px;
	height: 24px;
}

.productStock u {
	text-decoration: none;
	font-size: 12px;
}

.productStock u.productInStock {
	color: #1d7e2d;
}

.productStock u.productNotAvailable {
	color: #999;
}

.ancillaryTitle {
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat #23ca98;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.ancillaryTitle span {
	margin-left: 12px;
}

.ancillaryTitle a {
	float: right;
	color: #fff;
	margin-right: 12px;
	padding-bottom: 2px;
	text-decoration: none;
}

.ancillaryTitle a:hover {
	color: #c8e5ff;
}

.stockColor {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) repeat #11b785;
}

.browseColor {
	background: url(/bitrix/templates/electro_green_white/images/color4.png) repeat #004b8d;
}

.refColor {
	background: url(/bitrix/templates/electro_green_white/images/color5.png) repeat #010144;
}

.electroCheck_div {
	background: url(/bitrix/templates/electro_green_white/images/checkBox.png) 0px 0px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div:hover {
	background: url(/bitrix/templates/electro_green_white/images/checkBox.png) 0px -15px no-repeat transparent;
}

.electroCheck_div_active {
	background: url(/bitrix/templates/electro_green_white/images/checkBox.png) 0px -30px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div_active:hover {
	background: url(/bitrix/templates/electro_green_white/images/checkBox.png) 0px -45px no-repeat transparent;
}

.electroCheck_div_disabled {
	background: url(/bitrix/templates/electro_green_white/images/checkBox.png) 0px -60px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

#personalInfo {
	overflow: hidden;
	clear: both;
}

#personalInfo span.heading {
	display: block;
	text-align: left !important;
	padding-left: 24px;
	color: #fff !important;
	background: url(/bitrix/templates/electro_green_white/images/color.png) 0 0 repeat #23ca98 !important;
}

#personalInfo input[type="checkbox"] {
	height: 15px;
	width: 15px;
}

#mainProfile {
	overflow: hidden;
}

#mainProfile .profileTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#mainProfile .left {
	padding-right: 4%;
}

#mainProfile .left .heading {
	font-size: 18px;
	color: #fff;
	background: url("/bitrix/templates/electro_green_white/images/color.png") #23ca98;
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 18px;
	margin-bottom: 24px;
}

#mainProfile .profileSettings .heading {
	font-size: 16;
	color: #23ca98;
	background: none;
	margin: 0;
	padding: 0;
}

#mainProfile .profileSettings {
	margin: 0 18px;
	margin-right: 30px;
}

#mainProfile .profileSettings li:first-child {
	margin-right: 10%;
}

#mainProfile .profileSettings li {
	float: left;
	width: 45%;
	min-width: 200px;
}

#mainProfile .profileSettings input[type="text"] {
	padding: 0 5px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	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 */;
}

#mainProfile .profileSettings input[type="text"]:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings textarea {
	padding: 5px 5px;
	width: 100%;
	min-width: 180px;
	height: 80px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	resize: none;
	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 */;
}

#mainProfile .profileSettings textarea:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings label {
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}

#mainProfile .profileSettings .submit {
	background: #23ca98;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	width: 212px;
	text-align: center;
	margin-top: 8px;
}

#mainProfile .profileSettings .submit:hover {
	background: #11b785;
}

#mainProfile .profileSettings .submit:active {
	position: relative;
	top: 1px;
}

#mainProfile .right {
	width: 290px;
	vertical-align: top;
}

#mainProfile .right .wrap {
	border: 1px solid #c0c0c0;
}

#mainProfile .right .heading {
	background: url("/bitrix/templates/electro_green_white/images/color.png") #23ca98;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 18px;
}

#mainProfile .right ul li:first-child {
	border: 0;
}

#mainProfile .right ul li {
	border-top: 1px solid #c0c0c0;
	height: 35px;
	line-height: 35px;
	padding-left: 18px;
}

#mainProfile .right ul li a {
	color: #505050;
	display: block;
	text-decoration: none;
}

#mainProfile .right ul li a:hover {
	color: #23ca98;
}

#mainProfile .right ul li .cnt {
	background: #23ca98;
	padding: 4px 6px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

#mainProfile .bx_my_order_switch a {
	height: 35px;
	line-height: 35px;
	background: url("/bitrix/templates/electro_green_white/images/color.png") #23ca98;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0px 12px;
}

#mainProfile .bx_my_order_switch a:hover {
	background: #11b785;
}

#mainProfile .bx_my_order_switch a:active {
	position: relative;
	top: 1px;
}

#empty .info {
	display: inline-block;
	width: 75%;
}

#empty h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

#empty p {
	font-size: 16px;
}

#empty p a {
	color: #23ca98;
}

#empty p a:hover {
	color: #11b785;
}

#empty .back {
	background: #23ca98;
	display: block;
	line-height: 35px;
	width: 180px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 12px;
}

#empty .back:hover {
	background: #11b785;
}

#empty .back:active {
	position: relative;
	top: 1px;
}

#empty .emptyImg {
	display: inline-block;
	margin-right: 36px;
	vertical-align: bottom;
}

#empty table{
	width:100%;
	table-layout: fixed;
}

#empty table h3{
	margin-top:0px;
}

#empty table .info{
	width: 100%;
}

#empty table td:first-child{
	padding-right: 24px;
	width:319px;
}

#empty table td{
	vertical-align: middle;
}

#loader {
	background: url(/bitrix/templates/electro_green_white/images/loader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#advBlock ul {
	margin: 0;
	padding: 0;
}

#advBlock.small #slider {
	width: 100% !important;
}

#advBlock.small #advRight {
	display: none !important;
}

#authForm .inf {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 12px;
}

#authForm .inf a {
	color: #23ca98;
}
#authForm a{
	color: #23ca98;
	text-decoration: none;
	display: block;
	padding:2px 0;
	margin-top:8px;
}
#authForm .inf a:hover {
	color: #11b785;
}

#authForm label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#authForm input[type="text"], 
#authForm input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#authForm input:focus {
	border: 1px solid #888888;
}

#authForm .electroCheck {
	width: 15px;
	height: 15px;
	float:left;
}

#authForm .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#authForm .submit:hover {
	background: #11b785;
}

#authForm .submit:active, #authForm .submit:focus {
	border: 0;
}

#authForm .sec {
	margin-left: 4px;
}

#authForm .forgot {
	color: #23ca98;
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	margin-left: 12px;
}

#authForm .forgot:hover {
	color: #11b785;
}
#authForm p{
	margin:0;
}
#authForm .notetext{
	display: block;
	margin-bottom: 12px;
}
#authForm .errortext {
	margin-top:0;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
}
#register h1{
	padding-bottom: 0px;
}
#register label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#register input[type="text"], 
#register input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#register .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#register .submit:hover {
	background: #11b785;
}

#register .submit:active, #register .submit:focus {
	border: 0;
}

#register a{
	color:#23ca98;
	text-decoration: none;
	font-weight: normal;
}
#register a:hover{
	color:#11b785;
}
#register .inf {
	margin-top: 0;
	font-size: 14px;
}

#register .inf a {
	color: #23ca98;
}

#register .inf a:hover {
	color: #11b785;
}

#forgot .inf {
	margin-top: 0;
	font-size: 14px;
}

#forgot .inf a {
	color: #23ca98;
}

#forgot .inf a:hover {
	color: #11b785;
}

#forgot label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#forgot input[type="text"], 
#forgot input[type="password"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#forgot .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#forgot .submit:hover {
	background: #11b785;
}

#forgot .submit:active, #register .submit:focus {
	border: 0;
}

#callback label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#callback input[type="text"] {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 350px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#callback input:focus {
	border: 1px solid #888888;
}

#callback textarea {
	resize: none;
	overflow: auto;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #C0C0C0;
	width: 350px;
	background: #f9f9f9;
	height: 90px;
}

#callback textarea:focus {
	border: 1px solid #888888;
}

#callback .submit {
	font: normal normal 14px "bender" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#callback .submit:hover {
	background: #11b785;
}

#callback .submit:active, #callback .submit:focus {
	border: 0;
}

#callback p {
	margin-top: 0;
	font-size: 14px;
}

#orderSettings {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#orderSettings td {
	padding: 24px 0 48px;
	vertical-align: top;
}

#orderSettings td:first-child {
	width: 400px;
	padding-right: 24px;
}

#order #ID_PROFILE_ID {
	width: 400px;
}

#order #deviveryList {
	overflow: hidden;
}

#order #deviveryList li {
	border: 1px solid #C0C0C0;
	display: block;
	overflow: hidden;
	width: 320px;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	cursor: pointer;
	height: 90px;
}

#order #deviveryList .selected {
	border: 1px solid #797979;
}

#order #deviveryList .name {
	font-size: 13px;
	color: #000;
}

#order .productList {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#order .productList th {
	background: #F2F2F2;
	border-right: 1px solid #F9F9F9;
	color: #000000;
	font: 15px "bender", "arial", sans-serif;
	padding: 12px;
	text-align: center;
}

#order .productList td {
	text-align: center;
	padding: 12px;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	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 */
	color: #000;
	font-size: 14px;
}

#order .productList td img {
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}

#order .productList td a {
	display: block;
	color: #000;
	text-align: left;
}

#order .productList td a:hover {
	color: #23ca98;
}

#order .heading {
	font: normal normal 18px "bender" , arial , sans-serif;
	color: #11b785;
	height: 40px;
	line-height: 40px;
	background: #11b785;
	display: block;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 12px;
}

#order .heading2 {
	display: block;
	font-size: 18px;
	margin: 12px 0px;
}

#order .heading3 {
	display: block;
	font-size: 16px;
	margin: 12px 0;
	padding-bottom: 12px;
}

#order .selectPerson li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #f6f6f6;
	color: #000;
	border: 1px solid #e4d4d4;
	margin-right: 12px;
	padding: 0px 12px;
	cursor: pointer;
}

#order .selectPerson .selected {
	color: #fff;
	background: #11b785;
}

#order .pers {
	display: none;
}

#order #sale_order_props label {
	display: block;
	width: 150px;
	margin: 12px 0px;
	font-size: 14px;
}

#order #sale_order_props input {
	display: inline-block;
	height: 20px;
	width: 400px;
	padding-left: 4px;
}

#order #sale_order_props textarea {
	width: 400px;
	padding-left: 4px;
	padding-top: 4px;
	resize: none;
}

#fastBack {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 0;
}

#fastBack #fastBackWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
	position: relative;
	transform: translateY(-50%);
}

#fastBack #fastBackWrapper span {
	font: normal normal 18px "bender" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#fastBack #fastBackWrapper .fastBackClose {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px 0px  transparent;
	width: 17px;
	height: 19px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#fastBack #fastBackWrapper .fastBackClose:hover {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -20px  transparent;
}

#fastBack #fastBackWrapper .fastBackClose:active {
	background: url(/bitrix/templates/electro_green_white/images/exit.png) no-repeat  0px -41px  transparent;
}

#fastBack #fastBackSuccess{
	display: none;
}

#fastBack .message{
	text-align: center;
	color: #fff;
	display: block;
}

#fastBack .close{

	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat transparent;
	width: 170px;
	margin: auto;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack .close:hover{
	background: url(/bitrix/templates/electro_green_white/images/color2.png) repeat transparent;
}

#fastBack .close:active{
	position: relative;
	top: 1px;
}

#fastBack #fastBackWrapper form {
	margin-top: 24px;
}

#fastBack #fastBackWrapper input {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#fastBack #fastBackWrapper textarea {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 288px;
	margin: 0px 25px 12px;
	height: 80px;
	line-height: 21px;
	background-color: #2d2d2d !important;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
	overflow: hidden;
	background-image: none;
	display: block;
}

#fastBack #fastBackWrapper textarea:focus {
	background-color: #888888 !important;
}

#fastBack #fastBackWrapper textarea:active {
	background-color: #2d2d2d !important;
}

#fastBack #fastBackWrapper select {
	font: normal normal 14px "bender" , arial , sans-serif;
	border: 1px solid #000;
	width: 302px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 21px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	display: block;
}

#fastBack #fastBackWrapper input#fastBackName {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackName:focus {
	background: url(/bitrix/templates/electro_green_white/images/login.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper input#fastBackEmail {
	background: url(/bitrix/templates/electro_green_white/images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackEmail:focus {
	background: url(/bitrix/templates/electro_green_white/images/mail.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper input#fastBackPhone {
	background: url(/bitrix/templates/electro_green_white/images/phone.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackPhone:focus {
	background: url(/bitrix/templates/electro_green_white/images/phone.png) no-repeat  10px -40px  #888888;
}

#fastBack #fastBackWrapper a#fastBackSubmit {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(/bitrix/templates/electro_green_white/images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack #fastBackWrapper a#fastBackSubmit:hover {
	background: url(/bitrix/templates/electro_green_white/images/color2.png) repeat transparent;
}

#fastBack #fastBackWrapper #fastBackErrors {
	font: normal normal 14px "bender" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
	display: none;
}

.sectional li {
	display: block;
}

/* GLOBAL CLASES */

.product {
	float: left;
}

.product .wrap {
	width: 90%;
	border: 1px solid #e4e4e4;
	margin: 0px auto;
	position: relative;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product .wrap:hover {
	border: 1px solid #c9c9c9;
}

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

.product .rating {
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 10;
	width: 79px;
}

.product .rating i {
	background: url(/bitrix/templates/electro_green_white/images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

.product .rating i.m {
	background: url(/bitrix/templates/electro_green_white/images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

.product a {
	text-decoration: none;
}

.product a:active {
	position: relative;
	top: 1px;
}

.product .pic {
	text-align: center;
	padding: 24px 0px 8px;
	display: block;
	height: 120px;
	line-height: 120px;
}

.product .pic img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

.product .name {
	font: normal normal 13px "bender" , arial , sans-serif;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	padding: 0px 10px;
	display: block;
	color: #000;
	height: 30px;
	overflow: hidden;
}

.product .name:hover {
	color: #11b785;
}

.product .name:active {
	position: relative;
	top: 1px;
}

.product .price {
	font: normal normal 18px "bender" , arial , sans-serif;
	position: relative;
	line-height: 25px;
	display: block;
	color: #000;
	height: 25px;
	width: 49%;
	float: left;
	font-weight: 400;
}

.product .price s {
	font: normal normal 12px "bender" , arial , sans-serif;
	position: absolute;
	color: #acacac;
	right: 12px;
	top: -8px;
	display: block;
}

.product .price, 
.product .addCart {
	text-align: center;
	margin-top: 16px;
}

.product .addCart,
.product .addSku {
	background: url("/bitrix/templates/electro_green_white/images/incart1.png") 0 0  repeat #23ca98;
	font: normal normal 14px "bender" , arial , sans-serif;
	line-height: 25px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 83px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.product .addCart:hover,
.product .addSku:hover {
	background: url("/bitrix/templates/electro_green_white/images/incartHover.png") 0 0  repeat #11b785;
}

.product .hr {
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	clear: both;
}

.product .addCompare, .product .available, .product .noAvailable {
	font: normal normal 14px "bender" , arial , sans-serif;
	color: #7f7f7f;
	text-align: center;
	line-height: 28px;
	display: block;
	height: 28px;
	float: left;
	width: 49.4%;
	margin: 2px 0px;
}

.product .addCompare img, 
.product .available img, .product .noAvailable img {
	vertical-align: middle;
	padding-right: 4px;
}

.product .addCompare {
	border-right: 1px solid #e4e4e4;
}

.product .addCompare:hover {
	color: #23ca98;
}

.product .available {
	color: #19ad24;
}

#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;
}

#upButton{
	
    background-color: #2D2D2D;
    border-top-right-radius: 4px;
	position: fixed;
    display: block;
    cursor: pointer;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
    z-index: 998;
    border-left: 1px solid #414141;
    text-align: center;
}

#upButton img{
	-o-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#upButton img{
    opacity: .3;
	vertical-align: middle;
}

#upButton.enb img{
	opacity: 0.7;
}

#upButton:hover img{
	opacity: .9;
}

#upButton:active img{
	opacity: 1;
}

.addCompare{
	-webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}

.contactList {
	margin-top: 24px;
	overflow: hidden;
}

.contactList li{
	float: left;
	width: 25%;
}

.contactList li table{
	width: 100%;
	table-layout: fixed;
}

.contactList li table td{
	text-align: left;
	vertical-align: middle;
}

.contactList li table td:first-child{
	width: 42px;
	padding-right: 12px;
	text-align: center;
}

.contactList li table td img{
	vertical-align: middle;
}

.contactLabel{
	font-size: 16px;
	margin-top: 0;
}

.copyright {
	color: #525252;
}

.copyrightRef {
	display: block !important;
	margin-top: -5px;
}

.copyrightRef img {
	padding-top: 0px !important;
	margin-top: -10px;
}

.copyrightRef img {
	margin: 0px !important;
}

.footerRating {
	margin-left: 0px !important;
	margin-top: 8px;
}

.footerBorder {
	border: 0px !important;
}

.vk, .twitter, .facebook, .odnoklassniki, .googleplus {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 6px;
}

.vk {
	background: url(/bitrix/templates/electro_green_white/images/sn1.png) 0 0 no-repeat;
}

a:hover .vk {
	background: url(/bitrix/templates/electro_green_white/images/sn1.png) 0 -21px no-repeat;
}

.facebook {
	background: url(/bitrix/templates/electro_green_white/images/sn2.png) 0 0 no-repeat;
}

a:hover .facebook {
	background: url(/bitrix/templates/electro_green_white/images/sn2.png) 0 -21px no-repeat;
}

.odnoklassniki {
	background: url(/bitrix/templates/electro_green_white/images/sn3.png) 0 0 no-repeat;
}

a:hover .odnoklassniki {
	background: url(/bitrix/templates/electro_green_white/images/sn3.png) 0 -21px no-repeat;
}

.twitter {
	background: url(/bitrix/templates/electro_green_white/images/sn4.png) 0 0 no-repeat;
}

a:hover .twitter {
	background: url(/bitrix/templates/electro_green_white/images/sn4.png) 0 -21px no-repeat;
}

.googleplus {
	background: url(/bitrix/templates/electro_green_white/images/sn5.png) 0 0 no-repeat;
}

a:hover .googleplus {
	background: url(/bitrix/templates/electro_green_white/images/sn5.png) 0 -21px no-repeat;
}

.wrapper {
	margin: 0px 25px;
	min-width: 900px;
}

.loaderMin {
	background: url("/bitrix/templates/electro_green_white/images/loaderMin.gif") 0 7px  no-repeat !important;
}

.loaderBlue {
	background: url("/bitrix/templates/electro_green_white/images/loaderBlue.gif") 0 7px  no-repeat !important;
}

.visible {
	position: static !important;
	height: 0px;
}

.rouble {
	font: normal normal 14px "rouble", "bender" , arial , sans-serif;
	font-style: normal;
	position: relative;
}

.rouble i {
	font: 14px "rouble", "bender", "arial", sans-serif;
	position: absolute;
	left: 1%;
	top: 14%;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
	background-color: #23ca98 !important;
	color: #fff !important;
}

.addCart{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.addCart.disabled,
.addSku.disabled{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #e4e4e4 !important;
	background: #f6f6f6 !important;
	color: #888 !important;
	cursor: default !important;
}

.addCart.disabled:active,
.addSku.disabled:active{
	position: static !important;
}

.bask .addCart.disabled,
.bask .addSku.disabled{
	background-color: #11b785 !important;
	color: #fff !important;
	border: 0 !important;
	opacity: 0.5 !important;
	box-sizing: content-box !important;
}

.loading{
	position: relative;
	color:#F9F9F9 !important;
}

.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.1);

}

.basketIMG{
	display: block;
	height:170px;
	line-height: 170px;
}
.basketIMG img{
	max-height: 95% !important;
}
.addCart.added{
	background: #11b785 !important;
}

.addSku{
	font: normal normal 14px "bender" , arial , sans-serif;
	background-color: #23ca98;
	line-height: 25px;
	text-align: center;
	margin: 16px 10px 10px 10px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 86px;
}
.addSku:hover {
	background-color: #11b785;
}	

.addSku:active{
	position: relative;
	top: 1px;
}

.blackOut{
	position: fixed;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}

.mv{
	color: #23ca98;
}

.mv:hover{
	color: #11b785;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

::selection {
	background: #eca712;
	color: #fff;
}

::-moz-selection {
	background: #eca712;
	color: #fff;
}

::-webkit-selection {
	background: #eca712;
	color: #fff;
}



/* important */

.available{
	color: #19ad24 !important;
}

/* End */
/* /bitrix/templates/electro_green_white/font/bender/bender.css?1491226036273 */
/* /bitrix/templates/electro_green_white/colorSwitcher.css?14912260365419 */
/* /bitrix/templates/electro_green_white/components/bitrix/menu/topMenu/style.css?14912260381849 */
/* /bitrix/templates/electro_green_white/components/bitrix/sale.basket.basket.line/topCart/style.css?14912260381102 */
/* /bitrix/templates/electro_green_white/components/electro/search.line/.default/style.css?14912260387002 */
/* /bitrix/templates/electro_green_white/components/bitrix/menu/leftMenu/style.css?14912260383373 */
/* /bitrix/templates/electro_green_white/components/electro/slider/.default/style.css?14912260381716 */
/* /bitrix/templates/electro_green_white/components/electro/offers.carousel/hits/style.css?14912260381082 */
/* /bitrix/templates/electro_green_white/components/electro/offers.carousel/sale/style.css?14912260381140 */
/* /bitrix/templates/electro_green_white/components/electro/brands.carousel/.default/style.css?14912260381409 */
/* /bitrix/templates/electro_green_white/components/electro/offers.carousel/new/style.css?14912260381076 */
/* /bitrix/templates/electro_green_white/components/bitrix/sale.basket.basket.line/footCart/style.css?14912260381333 */
/* /bitrix/templates/electro_green_white/template_styles.css?149122603860278 */  
/* End */
/* /bitrix/templates/electro/font/bender/bender.css?1610986954273 */
/* /bitrix/templates/electro/components/bitrix/menu/topMenu/style.css?16109868961849 */
/* /bitrix/templates/electro/components/bitrix/sale.basket.basket.line/topCart/style.css?16109869221102 */
/* /bitrix/templates/electro/components/electro/search.line/.default/style.css?16109869507003 */
/* /bitrix/templates/electro/components/bitrix/menu/leftMenu/style.css?16109868943373 */
/* /bitrix/templates/electro/components/bitrix/breadcrumb/breadcrumb/style.css?1610986881947 */
/* /bitrix/templates/electro/components/bitrix/sale.basket.basket.line/footCart/style.css?16109869221333 */
/* /bitrix/templates/electro/styles.css?177858370273081 */
/* /bitrix/templates/electro/template_styles.css?1778583702158548 */
