


/* Start:/local/templates/texenergo/css/normalize.min.css?15498687612502*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* End */



/* Start:/local/templates/texenergo/css/owl.carousel.css?15498687615921*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/texenergo/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* End */



/* Start:/local/templates/texenergo/css/owl.carousel2.css?15498687612264*/
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  /*width: 100%;*/
  -webkit-transform-style: preserve-3d;
}
#tAnalogs .owl-carousel .owl-item .pCartNav img{
	display:inline;
	margin-right:5px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	z-index: 1000;	
	background: url("/local/templates/texenergo/css/../img/hero/controls.png") repeat scroll 0 0 ;
	border-radius: 0;
	cursor: pointer;
	height: 54px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;	
	width: 55px;
	color: #fff;
    display: inline-block;
    font-size: 12px;
	top: 210px;
}

.owl-carousel .owl-nav .owl-prev {
    background-position: 0 0;
	left: 0;	
}

 .owl-carousel .owl-nav .owl-next {
    background-position: 54px 0;
    right: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* End */



/* Start:/local/templates/texenergo/css/owl.theme.css?15498687611723*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/*.owl-controls.clickable {
	display: none!important;
}*/

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/local/templates/texenergo/css/AjaxLoader.gif) no-repeat center center
}
/* End */



/* Start:/local/templates/texenergo/css/catalog.css?15498687614002*/
/* bar module */

.bar {
    box-sizing: border-box;
    width: 305px;
    margin-bottom: 10px;
    padding: 25px 0;
    background: #fff;
    float: left;
}

.bar > h1 {
    margin: 0 25px 20px 25px;
    font-size: 23px;
    font-weight: 400;
    color: #36393f;
    line-height: 27.5px;
}

.bar a:hover {
    color: #ed5c2f;
}

.bar-column {
    width: 305px;
    float: left;
    margin-right: 12px;
}

.bar-column:last-child {
    margin-right: 0;
}

.li-bar-parent {
    padding: 6px 25px;
}

.li-bar-parent.has-child.is-open {
    background: #f6f6f6;
}

.li-bar-parent.has-child.is-open > a {
    color: #000;
    font-weight: 500;
}

/*.li-bar-parent.has-child::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 4px;
    background: url('/local/templates/texenergo/css/../img/catalog/list.png') 0 0 no-repeat;
}
.li-bar-parent.has-child.is-open::before {
    background-position: -25px 0;
}*/
.li-bar-parent.is-open > .ul-bar-child {
    display: block;
}

.has-child {
}

.li-bar-parent a {
    font-size: 15px;
    color: #36393f;
}

.ul-bar-child {
    display: none;
}

.li-bar-child {
    margin-bottom: 10px;
}

.bar a > em {
    font-weight: 300;
    color: #9ba0ab;
}

.block-bar-promo {
    box-sizing: border-box;
    width: 305px;
    padding: 20px;
    margin-top: 20px;
    position: relative;
    left: -25px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #fff;
    color: #36393f;
}

.block-bar-promo::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 30px;
    background: url('/local/templates/texenergo/css/../img/catalog/pimp.png') 0 0 no-repeat;
}

.block-bar-promo > a,
.block-bar-promo .caption {
    float: left;
}

.block-bar-promo > a {
    margin-top: 8px;
}

.block-bar-promo .caption {
    width: 150px;
    margin-left: 20px;
}

.block-bar-promo .caption span,
.block-bar-promo .caption a {
    display: block;
}

.block-bar-promo li {
    display: inline-block;
    width: 58px;
    height: 58px;
    cursor: pointer;
}

.block-bar-promo ul {
    display: inline-block;
    border: 1px solid #efefef;
}

a.block-bar-other {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    float: none !important;
    margin-left: 10px;
    position: relative;
    top: 10px;
    width: 58px;
}

.block-bar-promo li > img {
    width: 100%;
    height: auto;
    border-right: 1px solid #efefef;
}

a.name-bar {
    font-size: 13px;
}

.sku-bar {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-bar-promo .sku-bar{font-weight:normal;}
.block-bar-promo a.name-bar{color:#ed5c2f;}

.price-bar {
    font-size: 14px;
}

.block-bar-promo .price-bar {
    margin-top: 5px;
}

.block_raiting_small {
    display: inline-block;
    vertical-align: top;
    height: 11px;
    width: 81px;
    overflow: hidden;
}

.block_raiting_small .item {
    float: left;
    background: url('/local/templates/texenergo/css/../img/sprite/small_star_sprite.png') no-repeat left bottom;
    width: 10px;
    height: 11px;
    margin-right: 4px;
}

.block_raiting_small .item.active {
    background-position: left top;
}


.block_raiting_big {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 131px;
    overflow: hidden;
}

.block_raiting_big .item {
    float: left;
    background: url('/local/templates/texenergo/css/../img/sprite/big_star_sprite.png') no-repeat left bottom;
    width: 19px;
    height: 18px;
    margin-right: 7px;
}

.block_raiting_big .item.active {
    background-position: left top;
}

.btn_like {
    width: 26px;
    height: 28px;
    background: url('/local/templates/texenergo/css/../img/sprite/like_sprite.png') no-repeat left top;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 9px;
}

.btn_like:hover {
    background-position: left bottom;
}

.btn_like.active {
    background-position: left bottom;
}

.pReviewSingle {
    position: relative;
    padding-right: 36px;
}












/* End */



/* Start:/local/templates/texenergo/css/popups.css?15498687618791*/
/* box-popup-order module */

.box-popup {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 10000;
	overflow-y: auto;
}
	.popup-order {
		width: 720px;
		position: absolute;
		left: 50%;
		top: 5%;
		margin-left: -360px;
		background: #fff;
	}
	.popup-order header {
		padding: 40px 40px 20px 40px;
		border-bottom: 1px solid #ebebeb;
		text-align: center;
	}
	.popup-order header .order-num {
		margin-right: 5px;
	}
	.popup-order header .h1-popup {
		margin-top: 0;
		margin-bottom: 5px;
	}
	.popup-order footer {
		padding: 30px 0 30px 20px;
	}
	.popup-order footer .button-normal {
		margin-right: 10px;
		margin-left: 220px;
	}
	.popup-order-bigger {
		width: 860px;
		margin-left: -470px;
		padding: 40px;
	}
	.box-popup.box-popup-person {
		height: 2700px;
	}

/* h1-popup module */

.h1-popup {
	font-size: 2.9rem;
	font-weight: 600;
	text-transform: uppercase;
}

/* h2-popup module */

.h2-popup {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 2.3rem;
	font-weight: 300;
	color: #36393f;
	letter-spacing: .05rem;
}

/* h3-popup module */

.h3-popup {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #3d3d3d;
}

/* order-num module */

.order-num {
	font-size: 2.3rem;
	color: #ed5c2f;
}

/* date-popup module */

.date-popup {
	font-size: 2.3rem;
	font-weight: 300;
	color: #858585;
}

/* section-popup module */

.section-popup {
	padding: 20px 40px 40px 40px;
	border-bottom: 1px solid #ebebeb;
}
	.section-popup .h3-popup {
		margin-top: 20px;
	}
	.section-popup .link-popup-big {
		display: block;
		margin-bottom: 12px;
	}
	.section-popup .wrap-links {
		display: inline-block;
		margin-top: 40px;
		margin-left: 20px;
	}
	.section-popup .textarea-popup {
		display: inline-block;
		width: 380px;
	}
	.section-popup .wrap-form-time {
		margin-top: 20px;
	}
	.section-popup .block-source-a,
	.section-popup .block-source-b {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.section-popup .block-source-b a {
		display: block;
	}
	.section-popup .block-source-b span {
		font-size: 1.5rem;
		color: #3d3d3d;
	}
	.section-popup .input-popup-phone-short {
		width: 62px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.section-popup .input-popup-phone-long {
		width: 108px;
	}
	.section-popup .input-popup-phone-long.only {
		width: 178px;
	}
	.section-popup-comments .textarea-popup {
		width: 92%;
	}
	.section-popup .input-popup-org {
		width: 99%;
	}
	.section-popup .block-source-half {
		display: inline-block;
		float: left;
		width: 48%;
	}
		.section-popup .block-source-half.first {
			margin-right: 3%;
		}
	.block-source-third {
		display: inline-block;
		float: left;
		width: 31%;
		margin-right: 3%;
	}
		.block-source-third.last {
			margin-right: 0;
		}
	.row-clear .h3-popup {
		padding-top: 10px;
	}
	.textarea-50 {
		display: inline-block;
		width: 300px;
		margin-top: 10px;
	}
		.textarea-50.first {
			margin-right: 27px;
		}
	.textarea-50 > .textarea-popup {
		width: 265px;
	}
	.section-popup .image-frame {
		height: 50px;
		margin-top: 10px;
		margin-bottom: 20px;
	}


/* row-popup module */

.row-popup {
	margin-top: 10px;
	letter-spacing: .05rem;
}
	.param-popup {
		display: inline-block;
		width: 115px;
		font-size: 1.5rem;
		font-weight: 600;
		color: #3d3d3d;
	}
	.value-popup,
	.link-popup {
		font-size: 1.5em;
		font-weight: 300;
		color: #3d3d3d;
	}
	.link-popup {
		color: #ed5c2f;
	}
		.link-popup:hover {
			text-decoration: underline;
		}

/* invoice popup module */

.invoice-popup {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
	.invoice-popup:last-child {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.invoice-popup h3,
	.invoice-popup a {
		margin-top: 0;
		margin-bottom: 3px;
		font-size: 1.3rem;
		font-weight: 600;
		color: #3d3d3d;
	}
	.invoice-popup span {
		font-size: 1.3rem;
		font-weight: 300;
		color: #6f6f6f;
	}
	.invoice-block-a,
	.invoice-block-b,
	.invoice-block-c {
		display: inline-block;
		float: left;
		width: 210px;
	}
	.invoice-popup a {
		color: #ed5c2f;
	}
		.invoice-popup a:hover {
			text-decoration: underline;
		}

/* wrap-input module */

.wrap-input {
	margin-bottom: 5px;
}
	.wrap-input label {
	    display: inline-block;
	    cursor: pointer;
	    position: relative;
	    padding-left: 25px;
	    margin-right: 15px;
	    font-size: 15px;
	    color: #3d3d3d;
	}
	.wrap-input input {
	    display: none;
	}
	.wrap-input input[type=radio] + label:before {
	    content: "";
	    display: inline-block;
	    width: 14px;
	    height: 14px;
	    margin-right: 10px;
	    position: absolute;
	    left: 0;
	    background-color: #eaeaea;
	    border: 1px solid #eaeaea;
	    border-radius: 8px;
	}
	.wrap-input input[type=checkbox] + label:before {
	    content: "";
	    display: inline-block;
	    width: 14px;
	    height: 14px;
	    margin-right: 10px;
	    position: absolute;
	    left: 0;
	    background-color: #eaeaea;
	    border: 1px solid #eaeaea;
	    border-radius: 0;
	}

	.wrap-input input[type=radio]:checked + label:before {
	    content: "";
	    color: #f3f3f3;
	    background: url('/local/templates/texenergo/css/../img/radio.png') center center no-repeat, #fff;
	    border-color: #bcbcbc;
	    font-size: 30px;
	    text-align: center;
	    line-height: 18px;
	}
	.wrap-input input[type=checkbox]:checked + label:before {
	    content: "\2713";
	    color: #f15a3a;
	    background: #fff;
	    border-color: #bcbcbc;
	    font-size: 13px;
	    text-align: center;
	    line-height: 18px;
	}
	.wrap-input-advanced {
		display: inline-block;
		float: left;
		width: 250px;
	}

/* textarea-popup & input-popup modules */

.textarea-popup,
.input-popup {
	background: #eaeaea;
	border-radius: 20px;
	border-color: transparent;
	font-size: 1.5rem;
	outline: none;
	transition: all .3s ease;
}
	.textarea-popup {
		padding: 20px;
	}
	.textarea-popup:focus,
	.input-popup:focus {
		background: #f3f3f3;
	}
	.input-popup {
		height: 42px;
		text-indent: 20px;
	}
	.wrap-form-time span {
		font-size: 1.5rem;
		font-weight: 300;
		margin-right: 5px;
	}
	.wrap-form-time input {
		margin-right: 20px;
	}
	.wrap-form-time h3 {
		margin-right: 20px;
	}
	label.label-grayed {
		font-size: 1.3rem;
		font-weight: 400;
		color: #868686;
		letter-spacing: .05rem;
	}
	label.label-stronger {
		margin-bottom: 5px;
		color: #3d3d3d;
		font-size: 1.5rem;
	}

/* input-popup module */

.input-popup-full {
	width: 100%;
}

/* input-popup-time module */

.input-popup-time {
	width: 90px;
}

/* input-popup-name module */

.input-popup-name {
	width: 288px;
}

/* link-popup-big module */

.link-popup-big {
	font-size: 1.1rem;
	font-weight: 500;
	color: #ed5c2f;
	text-transform: uppercase;
}
	.link-popup-big:hover {
		text-decoration: underline;
	}
	.link-popup-big > em {
		font-size: 1.5rem;
		font-weight: 600;
	}

/* button-normal module */

.button-normal {
	padding: 15px 15px;
	border: 1px solid #f15a3a;
	border-radius: 25px;
	background: #f15a3a;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05rem;
	transition: all .3s;
}
	.button-normal:hover {
		opacity: .85;
	}

/* button-white module */

.button-white {
	padding: 8px 20px;
	font-weight: 600;
	background: transparent;
	border: 1px solid #d4d5d6;
	color: #ed5c2f;
}
	.button-white::before {
		content: '';
		display: inline-block;
		float: left;
		width: 12px;
		height: 10px;
		background: url('/local/templates/texenergo/css/../img/button-arrows.png') 0 0 no-repeat;
	}

/* link-bold module */

.link-bold {
	font-size: 1.2rem;
	font-weight: 500;
	color: #ed5c2f;
	text-transform: uppercase;
}
	.link-bold:hover {
		text-decoration: underline;
	}

/* close-popup module */

.close-popup {
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url('/local/templates/texenergo/css/../img/cross-popup.png') no-repeat;
	cursor: pointer;
}

/* p-gray module */

.p-gray {
	margin-top: 0;
	font-size: 1.3rem;
	color: #868686;
}

/* block-33 module */

.block-33 {
	display: inline-block;
	width: 213px;
	float: left;
	text-align: center;
}

/* city-select module */

.city-select {
	display: inline-block;
	float: left;
	width: 175px;
	height: 60px;
	margin-right: 20px;
	background: #f8f8f8;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	transition: all .4s ease;
}
	.city-select.active {
		background: #3f5a89;
		color: #fff;
	}
	.city-select.active > span {
		color: #fff;
	}
	.city-select > span {
		display: inline-block;
		font-size: 1.2rem;
		font-weight: 500;
		color: #393b41;
		vertical-align: middle;
		line-height: normal;
	}

/* reclamation-popup module */

.reclamation-popup {
	float: left;
	margin-right: 20px;
}

/* p-normal module */

.p-normal {
	font-size: 1.5rem;
	color: #3d3d3d;
}





























/* End */



/* Start:/local/templates/texenergo/css/select2.css?154986876117793*/
/*
Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

.select2-container.f-select .select2-choice > .select2-chosen {
  margin-right: 5px;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/local/templates/texenergo/css/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/local/templates/texenergo/css/select2.png') no-repeat 0 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('/local/templates/texenergo/css/select2.png') no-repeat 100% -22px;
    background: url('/local/templates/texenergo/css/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/local/templates/texenergo/css/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/templates/texenergo/css/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/templates/texenergo/css/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%;
    background: url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
	min-width: 145px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/local/templates/texenergo/css/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin-left: 0;
    margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('/local/templates/texenergo/css/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('/local/templates/texenergo/css/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}

/* End */



/* Start:/local/templates/texenergo/css/searchbox.css?15498687613630*/

.searchbox {
    width: 660px;
    height: 480px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -330px;
    -webkit-box-shadow: 1px 1px 8px 0px #2d3034;
    -o-box-shadow: 1px 1px 8px 0px #2d3034;
    box-shadow: 1px 1px 8px 0px #2d3034;
    background-color: #fff;
    z-index: 999;
}

.searchbox .search-category {
    position: relative;
}

.searchbox .search-category aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    background-color: #36393f;
    border-bottom: 1px solid #4a4d52;
    color: #fff;
    font-size: 0.92857142857143em; /* 13px/14px */
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.searchbox .search-category a {
    font-size: 1.3rem;
    text-transform: none;
    color: #fff;
}

.searchbox .search-category a:hover {
    text-decoration: underline;
}

.searchbox .search-category .more {
    display: block;
    float: right;
    font-size: 1.1rem;
    color: #ed5c2f;
    width: 100%;
    padding-bottom: 15px;
}

.searchbox .search-category section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    left: 181px;
    width: 479px;
    border-bottom: 1px solid #ebebec;
    margin-left: 200px;
}

.searchbox .search-result {
    margin-bottom: 20px;
    font-size: .9em;
    color: #000;
    display: block;
    overflow: hidden;
}

.searchbox .search-result .promo {
    color: #ed5c2f;
    font-size: 1em;
    margin-right: 4px;
    font-weight: 700;
}

.searchbox .search-result .sale {
    display: block;
    font-size: 1.1rem;
}

.searchbox .search-result a {
    color: #000;
}

.searchbox .search-result .analogs {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #9c9da0;
    float: right;
    margin-right: 30px;
    margin-top: 2px;
    padding-right: 20px;
    background: url('/local/templates/texenergo/css/../img/header/arrow-right.png') right center no-repeat;
}

.searchbox .search-result img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.searchbox .search-result .serial-number {
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
}

.searchbox .search-result .date {
    display: block;
    color: #398665;
    font-size: 1.1rem;
}

.searchbox .search-result .picture {
    display: block;
    width: 43px;
    height: 43px;
    float: left;
    text-align: center;
}

.searchbox .search-result .title {
    font-weight: 200;
    display: block;
    float: left;
    width: 300px;
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
    word-break: break-all; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
    line-break: loose; /* нет поддержки для русского языка */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; /* не поддерживает IE, Opera12.14, значение auto не поддерживается Chrome */
}

.searchbox .search-result .title b {
    font-weight: 700;
}

.searchbox .search-result .analogs-link {
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #9C9DA0;
    float: right;
    margin-right: 30px;
    margin-top: 2px;
    padding-right: 20px;
    background: url('/local/templates/texenergo/css/../img/header/arrow-right.png') right center no-repeat;
}
/* End */



/* Start:/local/templates/texenergo/js/vendor/fancybox/jquery.fancybox.css?17054466024950*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/texenergo/js/vendor/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/texenergo/js/vendor/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/texenergo/js/vendor/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/texenergo/js/vendor/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-inner p {font-size:14px; margin:1em 0.5em;}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/texenergo/js/vendor/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/texenergo/js/vendor/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */



/* Start:/local/templates/texenergo/js/vendor/fancybox/helpers/jquery.fancybox-thumbs.css?1549868761735*/
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
/* End */



/* Start:/local/templates/texenergo/css/fancybox.custom.css?1549868761448*/
.fancybox-skin {
    background: #fff;
    border-radius: 0;
}

.fancybox-close {
    background: url(/local/templates/texenergo/css/../img/popup-close.png) no-repeat center center;
    top: -38px;
    right: -38px;
}

#fancybox-thumbs.bottom {
    bottom: 15px;
    z-index:99999;
}

#fancybox-thumbs ul li {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    background: #fff;
    border: 1px solid #ebebeb;
}

.fancybox-prev,
.fancybox-next{
    /*display: none !important;*/
}
/* End */



/* Start:/local/templates/texenergo/js/vendor/datepicker/css/datepicker.css?15498687613211*/
div.datepicker {
    position: relative;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 200;
    width: 196px;
    height: 147px;
    position: absolute;
    cursor: default;
    top: 0;
    left: 0;
    display: none;
}

.datepickerContainer {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    z-index: 60000;
    text-align: left;
}

.datepickerHidden {
    display: none;
}

div.datepicker table {
    border-collapse: collapse;
}

div.datepicker a {
    color: #454545;
    text-decoration: none;
    cursor: default;
    outline: none;
}

div.datepicker table td {
    text-align: right;
    padding: 3px;
    margin: 0;
}

div.datepicker th {
    text-align: center;
    color: #999;
    font-weight: normal;
}

div.datepicker tbody th {
    text-align: left;
}

div.datepicker tbody a {
    display: block;
}

.datepickerDays a {
    width: 20px;
    line-height: 16px;
    height: 16px;
    padding-right: 2px;
}

.datepickerYears a,
.datepickerMonths a {
    width: 44px;
    line-height: 36px;
    height: 36px;
    text-align: center;
}

td.datepickerNotInMonth a {
    color: #E5E5E5;
}

tbody.datepickerDays td.datepickerSelected {
    background: #F25A3A;
    color: #fff;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background: #F25A3A;
    color: #fff;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
    background: #F25A3A;
    color: #fff;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
    background: #F25A3A;
    color: #fff;
}

tbody.datepickerDays td.datepickerSelected a,
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected a,
tbody.datepickerYears td.datepickerSelected a,
tbody.datepickerMonths td.datepickerSelected a {
    color: #fff !important;
}

div.datepicker a:hover,
div.datepicker a:hover {
    color: #454545;
}

div.datepicker td.datepickerNotInMonth a:hover {
    color: #454545;
}

div.datepicker td.datepickerSaturday a,
div.datepicker td.datepickerSunday a {
    color: #F25A3A;
}

div.datepicker tbody th {
    text-align: left;
}

.datepickerSpace div {
    width: 20px;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.datepickerGoNext a {
    float: right;
    width: 20px;
}

.datepickerGoPrev a {
    float: left;
    width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
    display: none;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
    display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
    display: none;
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
    color: #333;
}

td.datepickerDisabled a:hover {
    color: #333;
}

td.datepickerSpecial a {
    background: #700;
}

td.datepickerSpecial.datepickerSelected a {
    background: #a00;
}
/* End */



/* Start:/local/templates/texenergo/js/vendor/jscrollpane/jquery.jscrollpane.css?15498687612529*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
    -moz-outline: 0;
    outline: 0;
}

.jspScrollable {
    -moz-outline: 0;
    outline: 0;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 100%;
    background: #F7F6F4;
}

.jspHorizontalBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11px;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #fff;
    position: relative;
}

.jspDrag {
    background: #b3b3b5;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 4px;
}

.jspHorizontalBar .jspTrack {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    height: 12px;
}

.jspHorizontalBar .jspDrag {
    float: left;
    height: 8px;
    top: 2px;
}

.jspHorizontalBar .jspDrag .jspDragLeft,
.jspHorizontalBar .jspDrag .jspDragRight {
    position: absolute;
    width: 9px;
    height: 9px;
    /*background: url(/local/templates/texenergo/js/vendor/jscrollpane/arrows-horizontal.png) no-repeat;*/
}

.jspHorizontalBar .jspDrag .jspDragLeft {
    left: 0;
    top: 0;
    background-position: left center;
}

.jspHorizontalBar .jspDrag .jspDragRight {
    right: 0;
    top: 0;
    background-position: right center;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspVerticalBar .jspDrag .jspDragTop,
.jspVerticalBar .jspDrag .jspDragBottom {
    position: absolute;
    width: 9px;
    height: 9px;
    background: url(/local/templates/texenergo/js/vendor/jscrollpane/arrows-vertical.png) no-repeat;
}

.jspVerticalBar .jspDrag .jspDragTop {
    left: 0;
    top: 0;
    background-position: left top;
}

.jspVerticalBar .jspDrag .jspDragBottom {
    left: 0;
    bottom: 0;
    background-position: left bottom;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/* End */



/* Start:/local/templates/texenergo/js/vendor/quantity/jquery.quantity.css?15498687611144*/
.quantity-container {
    width: 138px;
    height: 32px;

    font-size: 10px;
    line-height: 14px;

    text-align: center;
    margin-bottom: 10px;
}

.quantity-container .value {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #6F6F6F;
    display: inline;
    border: none;
    background: none;
    -moz-appearance: textfield;
    -moz-outline: 0;
    outline: 0;

    width: 64px;
    height: 30px;
    line-height: 30px;
    background-color: #EAEAEA;
    border-radius: 20px;
    text-align: center;

}

.quantity-container .value::-webkit-outer-spin-button,
.quantity-container .value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-container .minus,
.quantity-container .plus {
    line-height: 30px;
    font-size: 24px;
    text-indent: -999em;
    outline: 0;
    height: 32px;
    width: 32px;
    background: url('/local/templates/texenergo/js/vendor/quantity/quantity-icons.png') 0 0 no-repeat;
    cursor: pointer;
}

.quantity-container .minus {
    float: left;
    background-position: 0 0;
}

.quantity-container .plus {
    float: right;
    background-position: -39px 0;
}
/* End */



/* Start:/local/templates/texenergo/components/bitrix/breadcrumb/.default/style.css?1549868761207*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */



/* Start:/local/components/aero/catalog.panel/templates/.default/style.css?17089356025819*/
.b-titem {
    text-align: center;
    padding: 14px 0; /* 14px 0 SVV 20240219 */
}
.b-titem__wrapper {
    border-right: 1px solid #ebebeb;
    padding: 0 30px;
    height: 390px;
}
@media (min-width: 992px) {
    .b-titem__wrapper {
        height: 325px;
    }
}
.b-titem__title_wrapper {
    position: relative;
    margin-bottom: 10px;
}
.b-titem__title {
    color: #010101;
    display: block;
    line-height: 1.1;
    max-height: 2.2em;
    overflow: hidden;
}
.b-titem__title:hover,
.b-titem__title:focus,
.b-titem__title:active {
    text-decoration: none;
}
.b-titem__image_wrapper {
    margin-bottom: 0; /*10 SVV 20240219*/
}
.b-titem__image_wrapper img {
    margin: 0 auto;
    height: 130px;
}
.b-titem__percent {
    font-family: MuseoSansCyrl100, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #e79523;
}
@media (min-width: 992px) {
    .b-titem__percent {
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 1;
    }
}
.b-titem__info {
    font-size: 10px;
    color: #7c7c7c;
    margin-bottom: 10px; /*20 SVV 20240219*/
}
@media (min-width: 1200px) {
    .b-titem__info {
        font-size: 11px;
    }
}
.b-titem__price_line {
    height: 88px;
    margin: 7px 0;
    font-size: 16px;
    font-weight: 300;
    font-family: MuseoSansCyrl300, sans-serif;
}
.b-titem__opt_price {
    font-size: 12px;
}
.b-titem__price {
    font-family: MuseoSansCyrl700, sans-serif;
    font-size: 24px;
    color: black;
    line-height: 1;
}
.b-titem__old_price {
    font-family: MuseoSansCyrl300, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ff5a12;
    text-decoration: line-through;
}
.b-titem__old_price_rub {
    font-size: 12px;
}
.toolbar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 9999;
}
.toolbar .toolbar-content {
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    height: 360px;
    overflow: hidden;
    display: none;
}
.toolbar.opened .toolbar-content {
    display: block;
}
.toolbar-tabs {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    background: #303030;
}
.toolbar.opened .tab.active {
    background: #454545;
}
.toolbar .compare-link {
    color: #fff;
}
.toolbar .toolbar-tabs .tab {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-decoration: none;
    box-sizing: border-box;
    border-right: 1px solid #404040;
    width: 301px;
    height: 35px;
    background-color: #303030;
    display: block;
    float: left;
    color: #fff;
    line-height: 35px;
    font-size: 13px;
    cursor: pointer;
}
.toolbar .toolbar-tabs .tab span {
    color: #ed5c2f;
    display: inline-block;
    margin-left: 8px;
}
.toolbar .toolbar-tabs .tab .title-label {
    color: #ed5c2f;
    display: inline-block;
    margin: 0 0 0 8px ;
    font-weight: normal;
}
.toolbar .toolbar-tabs .tab .title-label {
    color: #fff;
}
.toolbar .toolbar-tabs span.tab {
    cursor: auto;
}
.toolbar .toolbar-tabs span.tab i,
.toolbar .toolbar-tabs span.tab span,
.toolbar .toolbar-tabs span.tab .title-label {
    color: #7f7f7f;
}
.toolbar .toolbar-tabs .tab .title-label-active {
    color: #ed5c2f;
}
.toolbar .toolbar-tabs .tab .title-label-active {
    display: none;
}
.toolbar.opened .toolbar-tabs .tab.active .title-label-active {
    display: inline-block;
}
.toolbar.opened .toolbar-tabs .tab.active .title-label {
    display: none;
}
.toolbar .favorites i,
.toolbar .recent i,
.toolbar .compare i {
    /*background: url('/local/components/aero/catalog.panel/templates/.default/images/fav-sprite.png') 0 0 no-repeat;*/
    width: 18px;
    height: 11px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.toolbar .favorites i {
    background-position: 0 0;
}
.toolbar .recent i {
    background-position: -18px 0;
}
.toolbar .compare i {
    background-position: -40px 0;
    top: -3px;
}
.toolbar .toolbar-content .owl-wrapper-outer {
    border-left: 1px solid #ebebeb;
}
.toolbar .toolbar-content .owl-prev {
    left: -40px !important;
    top: 125px !important;
    background-position: left center !important;
}
.toolbar .toolbar-content .owl-next {
    right: -40px !important;
    top: 125px !important;
    background-position: right center !important;
}
.toolbar .control {
    width: 37px;
    height: 35px;
    display: block;
    float: right;
    background-color: #454545;
    cursor: pointer;
}
.toolbar .control i {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 12px;
    height: 10px;
    background: url('/local/components/aero/catalog.panel/templates/.default/images/arrows.png') 0 0 no-repeat;
}
.toolbar.opened .control i {
    background-position: 0 bottom;
}
.toolbar .toolbar-tabs a.compare-link span,
.toolbar .toolbar-tabs a {
    color: #fff;
}

/* PRODUCTS FIX */
.toolbar .toolbar-content .container {
    width: 940px;
    background-color: #fff;
}
.toolbar .toolbar-content .cat-products {
    border-top: 0;
    border-bottom: 0;
}
.toolbar .toolbar-content .product-image {
    padding-top: 26px;
}
.toolbar .toolbar-content p {
    font-size: 14px;
    padding: 10px;
}
.toolbar .lines{padding-top:8px;}
.toolbar .lines > div{
	background-color: #fff;
    height: 2px;
    margin: 2px auto;
    position: relative;
    width: 20px;
}
.toolbar.opened .lines .line_l{
	left:-2px;
}
.toolbar.opened .lines .line_r{
	left:2px;
}
.favorites-remove,
.compare-remove {
  display: inline-block;
  visibility: hidden;
  color: darkgray;
  font-size: 24px !important;
  position: absolute;
  top: 14px;
  right: 7px;
}
.b-titem:hover .favorites-remove i,
.b-titem:hover .compare-remove i,
.b-titem .favorites-remove i:hover,
.b-titem .compare-remove i:hover {
  visibility: visible;
  z-index: 1;
}
.b-titem-sku,
.b-titem-reference {
    line-height: 1.1em;
    height: 1.1em;
    overflow: hidden;
}
/* End */



/* Start:/local/templates/texenergo/styles.css?16391516421674*/
* {
  margin: 0;
  padding: 0;
}

*,
*:hover,
*:focus {
  outline: none !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    color: #36393f;
    /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'OpenSansRegular', Arial, sans-serif;
    /*font-family: 'KelsonSansRegular', Arial, sans-serif;*/
    line-height: 1.4;
    background-color: #e8e8e8;
    position: relative;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: #727478;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

b {
    font-weight: 500;
}

.article_visual{
    font-size: 15px;
    margin: 25px auto 0;
    width: 630px;
	color: #36393f;
    font-family: "Helvetica Neue",Arial,sans-serif;
    line-height: 1.4;
}

.article_visual h1{
	font-size: 2em;
    margin: 0.67em 0;
}

.article_visual h2{
	font-size: 1.5em;
    margin: 0.83em 0;
}

.article_visual h3{
	font-size: 1.17em;
    margin: 1em 0;
}

.article_visual h4{
	font-size: 1em;
    margin: 1.33em 0;
}

.article_visual p, .article_visual pre {
    margin: 1em 0;
}

.article_visual ul {
    list-style: square outside none;
}

.article_visual ol, .article_visual ul {
    padding: 0 0 0 40px;
}

.article_visual table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End */



/* Start:/local/templates/texenergo/template_styles.css?1751281957200471*/
/* ==========================================================================
   main.css
   ========================================================================== */

/* font-family: "KelsonSansRegular"; */
/*
@font-face {
    font-family: "KelsonSansRegular";
    src: url("/local/templates/texenergo/./fonts/KelsonSansRegular/KelsonSansRegular.eot");
    src: url("/local/templates/texenergo/./fonts/KelsonSansRegular/KelsonSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/KelsonSansRegular/KelsonSansRegular.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/KelsonSansRegular/KelsonSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/
/* font-family: "DejaVuSerifCondensedBold"; */
@font-face {
    font-family: "DejaVuSerifCondensedBold";
    src: url("/local/templates/texenergo/./fonts/DejaVuSerifCondensedBold/DejaVuSerifCondensedBold.eot");
    src: url("/local/templates/texenergo/./fonts/DejaVuSerifCondensedBold/DejaVuSerifCondensedBold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/DejaVuSerifCondensedBold/DejaVuSerifCondensedBold.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/DejaVuSerifCondensedBold/DejaVuSerifCondensedBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("/local/templates/texenergo/./fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("/local/templates/texenergo/./fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "KelsonSansLight"; */
@font-face {
    font-family: "KelsonSansLight";
    src: url("/local/templates/texenergo/./fonts/KelsonSansLight/KelsonSansLight.eot");
    src: url("/local/templates/texenergo/./fonts/KelsonSansLight/KelsonSansLight.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/KelsonSansLight/KelsonSansLight.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/KelsonSansLight/KelsonSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansRegular"; */
@font-face {
    font-family: "OpenSansRegular";
    src: url("/local/templates/texenergo/./fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("/local/templates/texenergo/./fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansLight"; */
@font-face {
    font-family: "OpenSansLight";
    src: url("/local/templates/texenergo/./fonts/OpenSansLight/OpenSansLight.eot");
    src: url("/local/templates/texenergo/./fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansSemiBold"; */
/*
@font-face {
    font-family: "OpenSansSemiBold";
    src: url("/local/templates/texenergo/./fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
    src: url("/local/templates/texenergo/./fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
    url("/local/templates/texenergo/./fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
    url("/local/templates/texenergo/./fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}*/

html,
button,
input,
select,
textarea {
    color: #222;
}

input[type=password] {
    font-family: serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Base
   ========================================================================== */

.box-arrow {
    width: 15px;
    height: 10px;
    background: url('/local/templates/texenergo/img/header/box-arrow.png') center center no-repeat;
}

.line {
    height: 1px;
    border-top: 1px solid #dadadb;
    margin: 0 0 20px 0;
}

.rounded {
    color: #ed5c2f;
    border: 1px solid #d4d5d6;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 180px;
    height: 42px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 0.92857142857143em;
}

button {
    outline: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.l-margin-top-10 {
    margin-top: 10px;
}

.l-block {
    display: block;
}

.l-inline {
    display: inline-block;
}

/* ==========================================================================
   Patterns
   ========================================================================== */

/* Product */

.product {
    background-color: #fff;
    display: inline-block;
    width: 304px;
    height: 139px;
    position: relative;
    overflow: hidden;

}

.product img {
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}

.product .name {
    display: block;
    margin-top: 20px;
    font-weight: 300;
    font-size: 13px;
}

.product .name.fx {
    height: 60px;
    margin-bottom: 17px;
}

.product .name:hover {
    text-decoration: underline;
}

.product .sku {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.product .rating {
    display: block;
    float: none;
    margin-left: -7px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.product .price {
    display: block;
    font-size: 14px;
}

.product.last {
    margin-right: 0 !important;
}

.product .banner {
    position: absolute;
    z-index: 99;
    top: -12px;
    left: 0;
}

/* ==========================================================================
   _header
   ========================================================================== */

.header-top {
    /*background-color: #231f20;*/
    background-color: #000;
}
.header-top .twelve {
  padding:0;
}
.header-main {
    background-color: #fff;
}
.header-main .twelve {
  padding:0;
}

.header-main .main-nav a {
    text-transform: uppercase;
   font-size: 12px;
    font-family: 'OpenSansRegular', Arial, sans-serif;
    font-weight: bold;
}

.header-main .main-nav a:hover {
    text-decoration: underline;
}

.header-top a {
    text-transform: none;
    color: #fff;
}
.header-top a.orange {
    color: #ed5c2f;
} 
.top-bar ul {
    margin: 0;
}

.top-bar a {
    font-size: 14px;
}

.top-bar li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    color: #fff;
}

.top-bar .menu {
    position: relative;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    padding-left: 10px;
    cursor: pointer;
}
.sidebar-responsive,
.main-nav-trigger {
    display: none;
}
.top-bar #menu-down {
    text-transform: uppercase;
    font-weight: bold;  
}
.top-bar .menu i {
    display: inline-block;
    /*width: 7px;
    height: 4px;
    background: url('/local/templates/texenergo/img/header/arrows.png') 0 1px no-repeat;
    margin: 0 10px 2px 5px;*/
    background: url('/local/templates/texenergo/img/header/ico-arrow-down.png') 0 1px no-repeat;
    width:8px;
    height:7px;
    margin: 0 10px 2px 5px;
}

.top-bar .phone {
    /*margin-right: 13px;*/
    margin-right: 7px;
    /*margin-left: 10px;*/
    margin-left: 5px;
    color: #ffffff;
    font-size: 20px;
}

.top-bar .phone i {
    display: inline-block;
    width: 16px;
    height: 16px;
    /*background: url('/local/templates/texenergo/img/header/phone.png') 2px 0 no-repeat;*/
    background: url('/local/templates/texenergo/img/header/ico-phone.png') 0 0 no-repeat;
    /*margin: 0 5px -2px 10px;*/
    margin:0;
    padding-right:2px;
}
.top-bar .city {
   font-size:14px;
}
.top-bar .city i {
   display: inline-block;
    width: 13px;
    height: 16px;
    background: url('/local/templates/texenergo/img/header/ico-city.png') 0 0 no-repeat;
    margin:0;
    padding-right:6px;
}
.top-bar .callback a, .top-bar .consultancy a {
    /*border-bottom: 1px solid #4d4d4d;*/
    /*margin-right: 20px;*/
    margin-right: 10px;
}

.top-bar .callback a:hover {
    text-decoration: none;
    /*border-bottom: 1px solid #fff;*/
}
.top-bar .popup_cb {
   color:#ed5c2f;
  /* width:130px;
   height:30px;
   background: url('/local/templates/texenergo/img/header/callback.jpg') 0 0 no-repeat;
   display:block;
   margin-top:10px;*/
}
.top-bar .right {
    margin-top:10px;
}
.top-bar .right a {
    /*margin-left:20px;*/
    margin-left:10px;
    margin-right:0;
}
.top-bar .consultancy a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.top-bar .consultancy a {
    margin-right: 0px;
}

.top-bar .delivery {
    margin-right: 35px;
}

.top-bar .manufacture {
    padding: 0 20px 0 20px;
    float: right;
    background-color: #3d3d3d;
    cursor: pointer;
}

.top-bar .manufacture i {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url('/local/templates/texenergo/img/header/arrows.png') 0 -26px no-repeat;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
/*
@media (min-width: 320px) and (max-width: 767px) { 
    .main-nav-trigger {
        position: relative;
        padding: 3px 8px;
        margin: 5px 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        display: inline-block;
        font-size:2em;
        color:#fff;
        float: left;
        cursor: pointer;
        font-family: "Arial Unicode MS", "Lucida Sans Unicode", sans-serif;
        }
    .sidebar-responsive {
        position: absolute;
        left: 10px;
        top:46px;
        background: #000;
        width: 200px;
        z-index: 1000;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        opacity: 0.85;
        display: none;
    }
    #menu-responsive  a {
        display: block;
        padding: 10px 0;
        font-size: 1.1em;
        border-bottom: 1px solid #666;
        text-transform: uppercase;
        margin: 0 10px;

    }
    #menu-responsive  a:hover {
        background-color: #111;
        color:#f25a3a;
        opacity: 0.85;
    }
    #menu-responsive .menu i {
        display: inline-block;
        width: 7px;
        height: 4px;
        background: url('/local/templates/texenergo/img/header/arrows.png') 0 1px no-repeat;
        margin: 0 10px 2px 18px;
    }
    .top-bar {
        padding:0;
    }
    .top-bar .phone {
        font-size:1.5em;
    }
    .top-bar .phone .icon {
        display: none;
    }
    .top-bar .manufacture,
    .top-bar #callback {
        display: none;
    }
    .top-bar .delivery {
        display: none;
    }
    .cart i.icon-cart {
        display: inline-block;
        width: 18px;
        height: 14px;
        background: url('/local/templates/texenergo/img/header/cart-sprite.png') 0 0 no-repeat;
        margin-right: 3px;
        position: relative;
        top: 3px;
    }
    .container.open-menu {
        position: relative;
        left:220px;
        margin-right:-220px;
        // width: 100%;
    }
}
*/
/* ******** main-nav ********* */
.zmdi-star,
.zmdi-star-half {
  color: #ff5a12;
}

.main-nav ul {
    margin-top: 15px;
}

.main-nav ul > li {
    margin-right: 10px;
}

.main-nav ul > li.search,
.main-nav ul > li.cart,
.main-nav ul > li.login {
    margin-right: 0;
}

.main-nav li, .main-nav form {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 500;
}

.main-nav li.logo {
    position: relative;
    top: -1px;
    margin-right:55px;	
    width:166px;
}
.main-nav li.logo .logo-text {
   font-family:MyriadProSemiBoldItalic;
   font-size:15px;
   color:#ed5c2f;
   margin-top: -7px;
   display: block;   
}

.main-nav li.logo img {
    transition: all .4s ease;
}

.main-nav li.logo img:hover {
    opacity: .85;
}

.main-nav li i.icon {
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url('/local/templates/texenergo/img/header/arrows.png') 0 -9px no-repeat;
    margin: 0 0 2px 5px;
}
.main-nav .right {
    margin-top:10px;
}
.main-nav .cart, .main-nav .login {
    cursor: pointer;
}

.main-nav .cart i.icon-cart {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url('/local/templates/texenergo/img/header/cart-sprite.png') 0 0 no-repeat;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.main-nav .login .logout {
    display: block;
    margin-left: 25px;
    position: absolute;
}

.main-nav .login i.icon-login {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url('/local/templates/texenergo/img/header/cart-sprite.png') -19px 0 no-repeat;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.main-nav .login i.icon-cabinet {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url('/local/templates/texenergo/img/header/cart-sprite.png') -38px 0 no-repeat;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.main-nav .cart-quantity {
    font-size: 1.2em;
}

.main-nav .cart i, .main-nav .login i {
    display: inline-block;
    width: 7px;
    height: 4px;
    background: url('/local/templates/texenergo/img/header/arrows.png') 0px -18px no-repeat;
    margin: 0 0px 2px 8px;
}

.main-nav .login span {
    font-size: 1.2em;
}

.main-nav .login a {
    text-transform: none;
}
@media (min-width: 320px) and (max-width: 767px) { 
    .main-nav .logo {
        display: none;
    }
    .main-nav .search,
    .main-nav .searchbar {
        width:100%;
    }
}

.manufacture-dropdown {
    width: 940px;
    height: 330px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -470px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px 0px #2d3034;
    -o-box-shadow: 1px 1px 8px 0px #2d3034;
    box-shadow: 1px 1px 8px 0px #2d3034;
    border: 1px solid #F7F7F7;
    border-top: 4px solid #d5d5d5;
    z-index: 999;
}

.manufacture-dropdown .all-manufactures {
    display: table-row;
}

.manufacture-dropdown .main-brands {
    width: 46%;
    display: table-cell;
    padding-top: 10px;
    font-size: 13px;
}

.manufacture-dropdown .main-brands article {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.manufacture-dropdown .main-brands article:last-child {
    border: none;
}

.manufacture-dropdown .main-brands img {
    float: left;
    margin: 0 10px 0 25px;
    position: relative;
    top: -5px;

}

.manufacture-dropdown .other-brands {
    width: 54%;
    display: table-cell;
    padding: 20px 0;
    color: #36393f;
    font-weight: 500;
    padding-left: 40px;
}

.manufacture-dropdown .other-brands li {
    display: inline-block;
    width: 110px;
    height: 70px;
    border: 1px solid red;
}

.switch {
    width: 60px;
    height: 20px;
    background: url('/local/templates/texenergo/img/header/switch.png') center 0 no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.on {
    background-position: center -24px;
}

.manufacture-dropdown .other-brands .brands {
    margin-top: 15px;
    margin-bottom: 15px;
}

.manufacture-dropdown .other-brands .cell {
    width: 110px;
    height: 70px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.manufacture-dropdown .other-brands .cell img {
    margin-top: 20px;
}

.manufacture-dropdown .other-brands .show-all-brands {
    font-size: 11px;
    background: url('/local/templates/texenergo/img/header/arrow-down.png') right center no-repeat;
    padding-right: 20px;
    text-transform: uppercase;
}

.manufacture-dropdown .other-brands .show-all-brands.open {
    background: none;
}

.manufacture-dropdown .other-brands .show-all-brands:hover {
    text-decoration: underline;
}

.manufacture-dropdown .box-arrow {
    position: absolute;
    top: -13px;
    left: 379px;
}

.categories {
    width: 940px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -470px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 8px 0px #2d3034;
    -o-box-shadow: 1px 1px 8px 0px #2d3034;
    box-shadow: 1px 1px 8px 0px #2d3034;
    border: 1px solid #F7F7F7;
    border-top: 4px solid #d5d5d5;
    z-index: 1120;
}

.categories .category-nav {
    float: left;
    -webkit-box-shadow: 11px 8px 19px -11px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 11px 8px 19px -11px rgba(50, 50, 50, 0.21);
    box-shadow: 11px 8px 19px -11px rgba(50, 50, 50, 0.21);
}

.categories .category-nav ul {
    float: left;
    width: 234px;
    margin-left: 40px;
    margin-top: 30px;
    padding-right: 20px;
}

.categories .category-nav li {
    margin-bottom: 20px;
    width: 100%;
}

.categories .category-nav a {
    font-size: 13px;
    font-weight: 500;
    color: #36393f;
    text-transform: none;
}

.categories .category-nav a:hover {
    text-decoration: underline;
}

.categories aside {
    width: 390px;
    float: left;
}

.categories h1 {
    color: #ed5c2f;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.categories .category-image {
    margin-left: 90px;
    margin-top: 10px;
}

.categories .catalog-link {
    display: block;
    width: 130px;
    margin: 0 auto;
    margin-top: 20px;
    background: url('/local/templates/texenergo/img/header/arrow-right.png') right center no-repeat;
    font-size: 11px;
    text-transform: uppercase;
}

.categories .catalog-link:hover {
    text-decoration: underline;
}

.categories .box-arrow {
    position: absolute;
    top: -12px;
    left: 228px;
}

.menu-drop {
    width: 230px;
    /*height: 122px;*/
    background-color: #36393f;
    position: absolute;
    top: 30px;
    left: 0;
    -webkit-box-shadow: 1px 1px 8px 0px #2d3034;
    -o-box-shadow: 1px 1px 8px 0px #2d3034;
    box-shadow: 1px 1px 8px 0px #2d3034;
    border: 1px solid #2d3034;
    z-index: 1000;
}

.menu-drop ul {
    float: left;
    margin-left: 20px;
    margin-top: 16px;
}

.menu-drop li {
    margin-bottom: 10px;
    height: auto;
    display: block;
    line-height: normal;
    width: 90px;
}

.menu-drop a {
    font-size: 11px;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

.menu-drop a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   block "seo-text"
   ========================================================================== */
.seo-text {
	margin: 10px;
	background-color: #fff;
	padding: 10px;
	clear:both;
	font-size:1.2em;
}
.seo-text a {
	text-decoration: underline;
}
/* ==========================================================================
   _footer
   ========================================================================== */

.footer {
    /*background-color: #f4f4f4;*/
    /*background-color: #231f20;*/
    background-color: #000;    
    padding-top: 25px;
    margin-top: 30px;
}

.mainpage-overflow-wrap .footer{
	position:relative;
	z-index:10;
}

.footer .footer-nav img {
    /*margin-bottom: 20px;*/
    margin-top: 2px;
}
.footer .link-logo {
  color: #fe5906 !important;
}
.footer .blk-copyright {
  font-size:0.9em;
}
.footer .footer-nav {
    position: relative;
    z-index: 10;
}

.footer .footer-nav ul {
    float: left;
    margin-right: 10px;
    width: 180px;
}

.footer .footer-nav ul:last-child {
    margin-right: 0px;
}

.footer .footer-nav h1 {
    font-size: 1.5em;
    font-weight: 500;
}

.footer .footer-nav h2 {
    /*font-size: 1.5em;*/
    font-size:16px;
    font-weight: 500;
    color:#fff;
}

.footer-networks a {
  font-size:13px !important;
}
.footer-facebook a {
  color:#447fd0 !important;
} 
.footer-vk a {
  color:#405b98 !important;
}
.footer-twitter a {
  color:#0892ad !important;
}
.footer-ok a {
  color:#bf6f05 !important;
}
.footer-youtube a {
  color:#9e101a !important;
}

.footer .footer-nav ul a {
    /*font-size: 1.2em;*/
    font-size:16px;	
    text-transform: none;
    line-height: 2em;
    color:#a3a3a3;
}

.footer .footer-nav ul a:hover {
    text-decoration: underline;
}

.footer .footer-nav .copyright {
    /*font-size: 1.2em;
    color: #727478;*/
    font-size:16px;
    color:#a3a3a3;
}

.footer .footer-snet {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer .footer-nav .specials {
    padding-left: 30px;
}

.footer .footer-nav .specials a {
    font-size: 1.5em;
    line-height: 1.35;
}

.footer .footer-nav .promotions {
    margin-bottom: 10px;
    background: url('/local/templates/texenergo/img/footer/footer-nav.png') left -1px no-repeat;
}

.footer .footer-nav .footer_catalogs,
.subscribe-form .footer_catalogs {
    margin-bottom: 10px;
    background: url('/local/templates/texenergo/img/footer/footer_catalogs.png') 0 0 no-repeat;
}

.footer .footer-nav .footer_pricelist,
.subscribe-form .footer_pricelist {
    margin-bottom: 10px;
    background: url('/local/templates/texenergo/img/footer/footer_price.png') 0 0 no-repeat;
}
.specials.footer_pricelist,
.specials.footer_catalogs {
    width:200px;
    float:left;
    font-size:16px;    
}
.specials.footer_pricelist a,
.specials.footer_catalogs a {
    display:block;
    margin-left:30px;
    color:#fff;
}
.specials.footer_catalogs {
    margin-right:80px;
}

.footer .footer-nav .promotions a {
    color: #ed5c2f;
}

.footer .footer-nav .sales {
    background: url('/local/templates/texenergo/img/footer/footer-nav.png') left -24px no-repeat;
}

.footer .footer-nav .line {
    /*width: 130px;*/
   margin-top:10px;
}

.line-footer {
    float: left;
}
.footer p {
    font-size: 13px;
    color: #727478;
    font-weight: 300;
    width: 450px;
    margin-top: 20px;
    margin-bottom: 80px;
    display: block;
    float: left;
}

.footer p.first {
    margin-right: 40px;
}

@media (min-width: 320px) and (max-width: 767px) { 
    .footer .footer-nav ul a {
        margin-bottom:10px;
        display: inline-block;
    }
    .footer .footer-nav .promotions {
        background: url('/local/templates/texenergo/img/footer/footer-nav.png') left 4px no-repeat;
    }
}

/* ==========================================================================
   Vote section
   ========================================================================== */

.vote {
    position: relative;
    margin: 0 auto;
    background-color: #f4f4f4;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*margin-bottom: -60px;*/
}

.vote .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    /*top: -61px;*/
    /* test */
}

.vote .twelve {
    background-color: #fff;
}

.vote .question {
    height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.vote .question h1 {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    color: #727478;
    margin-top: 18px;
    margin-left: 50px;
}

.vote .question span {
    font-weight: 500;
    color: #398665;
}

.vote .question a {
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    display: inline-block;
    padding-right: 20px;
    margin-right: 50px;
    background: url('/local/templates/texenergo/img/footer/long-arrows.png') right 0px no-repeat;
    margin-top: 23px;
    color: #9A9EA5;
}

.vote .question a:hover {
    text-decoration: underline;
}

.vote .answers {
    margin-top: 25px;
    margin-bottom: 30px;
}

.vote .answers form {
    font-size: 20px;
    padding: 0 50px;
}

.vote .answers img {
    display: inline-block;
    max-width: 82px;
}

.vote .answers button {
    float: right;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 500;
}

.vote .answers button:hover {
    border-color: #ed5c2f;
}

.vote .errortext {
    font-size: 12px;
    padding: 0 50px;
    color: red;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.hero {
    /*height: 660px;*/
    /*padding-bottom: 3em;*/
    width: 100%;
    /* background: url('/local/templates/texenergo/img/hero/background.jpg') center 0 repeat-x, #36393f; */
    /*background-image: url('/local/templates/texenergo/img/hero/background.jpg');

    background-repeat: repeat-x;
    background-color: #36393f;

    background-position: center 0;*/
    position: relative;
}

.heroSlider {
}
.mainpage_banners .heroSlider {
  /*height:410px;*/
}
.heroSlider .owl-controls .owl-buttons div {
    width: 55px;
    height: 54px;
    padding: 0;
    margin: 0;
    top: 210px;
    background: url('/local/templates/texenergo/img/hero/controls.png');
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
}

.heroSlider .owl-controls .owl-buttons .owl-prev {
    background-position: 0 0;
    left: 0;
}

.heroSlider .owl-controls .owl-buttons .owl-next {
    background-position: 54px 0;
    right: 0;
}

.heroSlider .owl-controls .owl-buttons:hover {
    opacity: .8;
}

.mainpage_banners .heroSlider .owl-controls .owl-buttons:hover {
    opacity: 1;
}

.mainpage_banners .owl-controls .owl-buttons .owl-prev,
.mainpage_banners .owl-controls .owl-buttons .owl-next {
    z-index: 1000;
}

.productsTable .owl-controls .owl-buttons div {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 203px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    border-radius: 0;
    opacity: 1;
    z-index: 100;
}

.productsTable .owl-controls .owl-buttons .owl-prev {
    background: url('/local/templates/texenergo/img/promotions/prev.png') 0 0 no-repeat;
    left: 0;
}

.productsTable .owl-controls .owl-buttons .owl-next {
    background: url('/local/templates/texenergo/img/promotions/next.png') 0 0 no-repeat;
    right: 0;
}

.hero .container {
    width: 940px; 
    /*width: 100%;*/
    padding:0;

}

.hero .tagline {
    margin-top:3em;
}

.hero .hero-selector {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: center;
}

.hero .switch {
    float: none;
    display: inline-block;
    background: url('/local/templates/texenergo/img/hero/switch.png') center 1px no-repeat;
    position: relative;
    top: 5px;
}

.hero .slide {
    margin-top: 12px;
}

.hero img {
    transition: all .4s ease;
}

.hero img:hover {
    opacity: .90;
}

.hero .banner-first,
.hero .banner-second,
.hero .banner-third {
    position: relative;
    /*height: 469px;*/
    float: left;
}
.hero .banner-second,
.hero .banner-third {
    display: none;
}

.hero .banner-first.fixed-half {
    width: 470px;
}

.slide.container li.left {
    float: left;
}

.hero .banner-third {
    width: 234px;
    overflow: hidden;
}

.hero .banner-first img {
    width: 100%;
    height: auto;
}

.hero .banner-third .first-half,
.hero .banner-third .second-half {
    position: absolute;
}

.hero .banner-third .first-half {
    top: 0;
}

.hero .banner-third .second-half {
    top: 235px;
}

.hero h1 {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
}

.hero .rounded {
    width: 220px;
    height: 33px;
    font-size: 11px;
    font-weight: 400;
    background-color: #292c31;
    color: #fff;
    line-height: 30px;
    border: none;
    margin: 0 auto;
    display: block;
    transition: all .3s ease;
}

.hero .rounded:hover {
    color: #292c31;
    background-color: #fff;
}

.hero .hero-more {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 15px;
    background: url('/local/templates/texenergo/img/hero/more.png') center center no-repeat;
    cursor: pointer;
    margin-top: 15px;
}

.hero .control-prev, .hero .control-next {
    width: 55px;
    height: 54px;
    background: url('/local/templates/texenergo/img/hero/controls.png');
    position: absolute;
    cursor: pointer;
}

.hero .control-prev:hover, .hero .control-next:hover {
    opacity: .8;
}

.hero .control-prev {
    background-position: 0 0;
    top: 260px;
    left: 0;
}

.hero .control-next {
    background-position: 54px 0;
    top: 260px;
    right: 0
}

@media (min-width: 320px) and (max-width: 767px) { 
    .hero {
        /* height: 220px;*/
        padding-top:10px;
        background-color:#02314C;
        background-image:none;
    }
    .mainpage_banners .owl-dots,
    .hero .hero-selector {
        display: none;
    }
}

/* ==========================================================================
   News
   ========================================================================== */

.news {
    position: relative;
    background-color: #fff;
}

.main-publication {
  background-color: #f8f8f9;
  height:500px;
}
.main-publication .twelve {
  padding:0;
}
.main-publication .article-item {
  width:460px;
  height: 295px;
  border-bottom: 5px solid #f15c22;
  background-color:#fff;
}
.main-publication .date {
  text-align:right;
}
.main-publication .img_container {
    float: left;
    margin-right: 20px;
    margin-top:10px;
}
.main-publication .preview-text {
   margin-top:15px;
   color:#231f20;
}

.main-news {
  padding-top:10px;
  padding-bottom:30px;
}
.main-news .twelve {
  padding:0;
}
.news .slider-wrapper {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.news .news-items {
    font-size: 13px;
}

.news .news-nav {
    /* width: 900px;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.main-goods {
  padding-top:10px;
}
.main-goods .twelve {
  padding:0;
}
.news.main-goods {
  background-color:#f8f8f9;
}
.main-goods .all-pubs {
  margin-bottom:20px !important;
}
.main-news .header, 
.main-goods .header, 
.main-library .header,
.product-day .header, 
.main-block-contact .header,
.main-publication .header,
.main-block-orders .header,
.shares-header .header,
.main-tenders .header {
  /*text-transform: uppercase;*/
  font-weight: normal;
  font-size: 30px;
  font-family: OpenSansLight;
  color: #231f20;
  text-align:center;
}
.main-tenders .header {
  font-size:40px;
  position:absolute;
  top:60px;
  width:960px;
  margin:0 auto;
  z-index:1000;
}
.main-tenders .substrate {
    top: 25px;
    position: absolute;
    width: 850px;
    height: 130px;
    background-color: #fff;
    opacity: 0.5;
    left: 50px;
}
.header.goods-news {
  margin-bottom:40px;
}
.goods-news-line {
  overflow:hidden;
  margin-bottom:15px;
}
.goods-news-item {
  padding-left:0;
  width:450px;
  float:left;
}
.goods-news-item .date {
    width: 74px;
    display: block;
    background-color: #f15c22;
    color: #fff;
    padding: 3px 8px;
}
.goods-news-item.od {
  margin-right:40px;
}
.goods-news-img {
  padding-left:0;
  background-color:#fff;
  width:170px;
  float:left;
}
.goods-news-text {
  height:140px;
  background-color:#fff;
  float:left;
  width:250px;
}
.goods-news-text .news-link {
   display:block;
   margin-top:50px;
   color:#231f20;
}

.goods-news-item .img_container {
  /*width:100px;
  height:100px;*/
  width:140px;
  height:140px;
}
.goods-news-item .date {
  margin-top:0;
}
.main-news-wrapper {
  padding-left:0;
  width:730px;
  float:left;
}
.main-news-wrapper_mod {
  width:940px;
}
.main-news-wrapper .header {
  text-align: center;
  width:520px;
  margin-left:210px;
}
.advertising {
  padding-right:0;
  float:right;
}
.advertising-news {
  margin-top:10px;
}
.slider-wrapper .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

.slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url('/local/templates/texenergo/img/news/control-prev.png') center center no-repeat;
    /*top: 70px;*/
    top:130px;
    left: -40px;
}

.slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url('/local/templates/texenergo/img/news/control-next.png') center center no-repeat;
    /*top: 70px;*/
    top: 130px;
    right: -40px;
}
@media (min-width: 320px) and (max-width: 767px) {
    .slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 5px;
    }
    .slider-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 5px;
    }
    .news .news-nav li {
        margin-bottom: 10px;
    }
}

.news .news-nav li {
    display: inline-block;
    margin-right: 20px;
}

.news .news-nav li:last-child {
    margin-right: 0;
}

.news .news-nav a {
    text-transform: uppercase;
    font-size: 12px;
}

.news .news-nav a:hover {
    text-decoration: underline;
}

.news .news-nav .selected {
    color: #ed5c2f;
}

.news .news-nav .green {
    color: #398665;
}

.news .news-items li {
    /*width: 177px;*/
    width:460px;
    font-size: 16px;
    display: inline-block;
    margin-right: 14px;
    margin-top: 15px;
    text-align: left;
}

.news .news-items li:first-child {
    margin-left: 4px;
}

.news .news-items li:last-child {
    margin-right: 0;
}

.news .news-items img {
    display: block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.news .news-items img:hover {
    opacity: .8;
}

.date,
.tag {
    font-size: 14px;
    color: #489076;
    display: block;
}

.relatedPubs .date {
    margin-top: 40px;
}
.date {
    margin-top: 12px;
}

.tag {
    margin-bottom: 8px;
}

.news .news-items li a {
    display: inline-block;
    max-width: 130px;
}

.news .news-items.mainpage-news li a {
    /*max-height: 150px;
    max-width: 150px;*/
    max-height: 200px;
    max-width: 200px;
}
.publication-element .news-items.mainpage-news li a {
    /*max-height: 150px;
    max-width: 150px;*/
    max-height: 200px;
    max-width: 200px;
    width:200px;
    margin-left:0;
}

.news .news-items li a:hover {
    text-decoration: underline;
}

.news .control-prev, .news .control-next {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 20px;
    cursor: pointer;
}

.news .control-prev {
    background: url('/local/templates/texenergo/img/news/control-prev.png') 0 0 no-repeat;
    top: -176px;
    left: -30px;
}

.news .control-next {
    background: url('/local/templates/texenergo/img/news/control-next.png') 0 0 no-repeat;
    top: -176px;
    left: 960px;
}

.news .all-pubs {
    width: 200px;
    /*margin: 0 auto;
    text-align: center;*/
    margin-top: -10px;
    margin-bottom: 0;
    clear:both;
}

.news-link {
  font-size:14px;
  font-weight: normal; 
  padding:0 0 6px 0;
}
.news-list-item .news-link {
  padding:0 15px 0 10px;
  background-color:#fff;
  color: #231f20;
  margin-bottom:5px;
  display:block;
}
.news-link:hover {
  text-decoration: underline;
}
#news-first {
  text-align: left;
  padding-left:0;
  width:210px;
  float:left;
}
#news-first .news-link {
  display:block;
  line-height: 1.2;  
  font-weight: bold;
  font-size:17px;
  padding: 10px 20px 10px 0;
  color: #231f20;
}
#news-first .date {
    background-color: #f15c22;
    width: 74px;
    padding: 3px 9px;
    color:#fff;
    margin-top:0;
}
#news-first .preview-text {
  font-size: 14px;
  line-height: 1.4;  
  padding: 10px 15px 10px 0;
  display: block;  
  color:#231f20;
}
.news-list {
  text-align: left;
  margin-top:0;
  width:520px;
  float:left;
}
.news-list .news-list-item {
    overflow: hidden;
/*    margin-bottom:6px;
    border-bottom: 1px solid #e5e5e5;*/
   background-color:#fefefe;
}
.news-list .date {
/*  margin-top:0;
  display:inline;
  padding:0;
  font-size:11px;
    background-color: #f15c22;*/
    width: 90px;
    padding: 3px 9px;
    color: #f15c22;
    margin-top:0;
    font-weight:bold;
}

@media (min-width: 320px) and (max-width: 767px) { 
    .news .all-pubs {
        margin-top: 10px;
    }
}
.news .show,
.main-library .show,
.main-tenders .show {
    text-transform: none;
    border-bottom: 1px dashed;
    padding-bottom: 3px;    
    font-size: 14px;
    color: #f15c22;
    font-weight: 500;
    background: none;
    text-align: center;
    padding-right: 0;
}

.news a.show:hover {
    text-decoration: none;
}

.news .arrow {
    display: block;
    width: 10px;
    height: 10px;
    background: url('/local/templates/texenergo/img/news/arrow-down.png') center center no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    cursor: pointer;

}

@media (min-width: 320px) and (max-width: 767px) { 
    .news .news-nav a {
        padding-bottom: 10px;
        display: inline-block;
    }
    .news .slider-wrapper {
        margin-bottom: 0;
    }
}    

/* =========================
   main-shares
   ========================= */
.main-block-orders {
    height: 300px;
    background:url(/../../../upload/images/main/main-block-shares.jpg) no-repeat center top #fff;
}
.shares-header {
  background-color:#fff;
}
.main-shares {
  background-color:#37474f;
}
.main-shares .twelve {
 padding:0;
}
.main-block-orders .header {
  margin-top:75px;
}
.b-ordering-system {
  height:190px;
  background-color:#f2f2f2;
  margin-top:50px;
  opacity:0.8;
  text-align: center;
  color: #f15d22;
  overflow: hidden;
}
.main-block-orders .header-categories {
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    margin-top: 30px;
}
.main-block-orders .header-ordering {
    font-size: 36px;
    font-family: OpenSansLight;
    margin: 0;
    font-weight: normal;
}
.main-shares .shares-items {
  margin-top:0px;
}
.main-shares .block-stock-main {
  height:200px;
  background:transparent;
}
.main-shares .block-stock-main .stock-info {
  height:120px;
  padding:3px 20px 6px 20px;
}
.main-shares .stock-list {
  margin-top:20px;
  padding:0 !important;
}
.main-shares .block-stock-main {
  padding:0;
}
.main-shares .block-stock-main .slide {
  padding-left:0;
  padding-right:10px;
  margin-top:0;
}
.main-shares .block-stock-main .stock-name {
  font-size: 15px ;
  font-weight: normal;
  color:#fffefe;
}
.stock-main-item {
  width:180px;
  float:left;
}

.block-stock-main .date {
  margin-top:10px;
  font-size:14px;
  margin-bottom:15px;
  color:#fffefe;
  font-weight:bold;
}
.block-stock-main .stock-info.od {
  background-color:#78909c;
}
.block-stock-main .stock-info.even {
  background-color:#ed5b22;
}
.main-shares .block-stock-main .all-pubs {
  left:0;
  bottom:20px;
}
.main-shares .block-stock-main .show {
  font-size:14px;
  color:#fff;
  text-transform:none;
  border-bottom: 1px dashed;
  padding: 0 0 3px 0;
}
.main-shares .block-stock-main .show:hover {
  text-decoration:none;
}
.main-block-orders .button {
  width:240px;
  font-size:13px;
  margin-top:10px;
}
/*  block banner  */
.main-block-banner {
    height: 200px;
    background: url(/../../../upload/images/main/banner-blok.jpg) no-repeat center top;
}
.main-banner-link {
  display:block;
  width:100%;
  height:100%;
}
/* ==========================================================================
   Promotions
   ========================================================================== */

.promotions {
    background-color: #e8e8e8;
    position: relative;
}

.promotions .rounded {
    background-color: #e8e8e8;
    color: #727478;
    font-size: 12px;
    margin-right: 6px;
    height: 30px;
    width: auto;
    padding: 0 30px;
    white-space: nowrap;
}

.promotions .selected {
    color: #ed5c2f;
    background-color: #fff;
    border: 1px solid #fff;
}

.promotions .promotions-nav ul {
    display: block;
    width: 800px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
}

.promotions .promotions-nav.mainpage-nav ul{
	width:810px;
}

.promotions .product {
    margin-right: 10px;
    margin-bottom: 10px;
}

.promotions .products-table {
    margin-top: 20px;
}

.promotions .catalog-link {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}

.promotions .catalog-link a {
    text-transform: uppercase;
    font-size: 11px;
    color: #9c9da0;
    padding-right: 20px;
    background: url('/local/templates/texenergo/img/promotions/right-arrow.png') right center no-repeat;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
}

.promotions .catalog-link a:hover {
    text-decoration: underline;
}

.promotions .next, .promotions .prev {
    width: 54px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.promotions .prev {
    background: url('/local/templates/texenergo/img/promotions/prev.png') 0 0 no-repeat;
    top: 278px;
    left: 0;
}

.promotions .next {
    background: url('/local/templates/texenergo/img/promotions/next.png') 0 0 no-repeat;
    top: 278px;
    right: 0;
}

.promotions .prev:hover, .promotions .next:hover {
    opacity: .8;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mainpage-promotions {
        display:none;
    }
}

/* ==========================================================================
    Modules
   ========================================================================== */

.crumbs {
    background-color: #f2f2f2;
}

.crumbs span.big {
    color: #4e4e4e;
    font-size: 1.1em;
}

.crumbs li {
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    background: url('/local/templates/texenergo/img/crumbs.png') left 2px no-repeat;
}

.crumbs li:first-child {
    background: none;
    padding: 0;
    margin: 0;
}

.crumbs a {
    font-size: 1.1em;
    color: #4e4e4e;
}

.crumbs a:hover {
    text-decoration: underline;
}

.crumbs b {
    color: #3d3d3d;
}

.headline {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 26px;
    /*text-transform: uppercase;*/
}
.headline.info_detail_page {
   font-size:36px;
   word-spacing:10px;
   font-family: DejaVuSerifCondensedBold;
   line-height: 1.2;
}

.headline-header {
    margin-top: 0;
    font-size: 28px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom:20px;
}


.headline-analog {
    margin-top: 10px;
    margin-bottom: 10px;
}

.headline-product {
    font-size: 26px;
    font-weight: 300;
    color: #82848a;
    width: 740px;
}

.headline-product b {
    font-weight: bold;
    color: #3d3d3d;
}

.headline-und {
    border-bottom: 1px solid #d0d0d0;
}

.headline-und .headline {
    margin-top: 21px;
}

.headline-centered {
    display: block;
    width: 100%;
    text-align: center;
}

.main {
    background-color: #e8e8e8;
}

.main em {
    font-style: normal;
}

.share {
    float: right;
    margin-top: 25px;
}

.share-landing {
    margin-top: 21px;
}

.share-analog {
    margin-top: 12px;
}

.share li {
    display: inline-block;
    padding-right: 12px;
    margin-right: 25px;
    background: url('/local/templates/texenergo/img/catalog/icon-arrow.png') right 11px no-repeat;
    cursor: pointer;
}

.share li.no-dropdown {
    background: none;
}

.searchbar {
    width: 160px;
    height: 30px;
    line-height: 30px;
    background-color: #eaeaea;
    /*background-image: url(/local/templates/texenergo/img/header/search.png);
    background-position: 12px center;
    background-repeat: no-repeat;*/
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 20px 20px;
    padding: 0 20px 0 30px;
    font-size: 15px;
    position: absolute;
    right: 0 !important;
    left: auto !important;
    top: 0;
    border: 1px solid #eaeaea;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.searbar-button {
    background: url("/local/templates/texenergo/img/header/search.png") no-repeat 50% 50%;;
    height: 30px;
    width: 27px;
    border: 0;
    position:absolute;
    right:0;
}

.searchbar.searchbar-help {
    top: 2px;
    left: 0px;
    position: relative;
}

.searchbar-header:focus {
    width: 615px;
    left: 195px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.searchbar-header[placeholder]          {text-overflow:ellipsis;}
.searchbar-header::-moz-placeholder     {text-overflow:ellipsis;} 
.searchbar-header:-moz-placeholder      {text-overflow:ellipsis;} 
.searchbar-header:-ms-input-placeholder {text-overflow:ellipsis;}    

.searchbar-header-main {
    width: 615px;
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.sidebar-catalog .searchbar-header:focus {
    margin-left: 0;
}

.sidebar {
    width: 210px;
    min-height: 400px;
    background-color: #393b41;
}

.sidebar ul {
    margin: 0;
}

.three .sidebar ul {
    z-index: 9999999;
}

.sidebar li.menu {
    background: #4e5158;
    border-bottom: 1px solid #4d4f54;
    /* list-style-type:none; */
}

.sidebar .search {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #606369;
    background-color: #4e5158;
}

.sidebar .searchbar {
    width: 175px;
    position: static;
}

.sidebar .head {
    padding-left: 55px;
    background: #4e5158 url('/local/templates/texenergo/img/catalog/cat-arrow.png') 17px 12px no-repeat;
    text-transform: uppercase;
}

.sidebar .head a {
    display: inline-block;
    width: 130px;
    color: #fff;
}

.sidebar li a {
    display: inline-block;
    font-size: 10px;
    color: #fff;
}

.sidebar li a.active {
    color: #ed5c2f;
}

.sidebar li a:hover {
    text-decoration: underline;
}

.sort {
    background-color: #f8f8f8;
    padding: 15px;
    position: relative;
}

.sort .text {
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
}

.sort .selector {
    padding-right: 12px;
    margin-right: 30px;
    background: url('/local/templates/texenergo/img/catalog/selector.png') right 5px no-repeat;
    font-size: 11px;
    font-weight: 500;
    color: #ed5c2f;
    text-transform: uppercase;
    cursor: pointer;
}

.cat-block {
    margin-bottom: 10px;
}

.cat-block .cat-header {
    position: relative;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
}

.cat-block .cat-header h1,h2 {
    display: inline-block;
    margin: 13px 0 15px 0;
    font-size: 23px;
    font-weight: 300;
}

.cat-block.last {
    margin-bottom: 20px;
}

.cat-more {
    display: inline-block;
    padding-right: 18px;
    margin: 15px 0;
    background: url('/local/templates/texenergo/img/footer/arrow-down.png') right 1px no-repeat;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.cat-block .cat-footer {
    background-color: #fff;
    text-align: center;
}

.cat-products {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.cat-products .cat-product {
    float: left;
    position: relative;
    border-right: 1px solid #ebebeb;
    background-color: #fff;
    /* z-index: 10; add this to interact with hoverbox */
    z-index: 100;
}

.cat-products .cat-product.forth {
    border-right: none;
}

.cat-products .cat-hoverbox {
    top: -10px;
    left: -9px;
    z-index: 1100;
}

.cat-products-land {
    margin-bottom: 20px;
}

.catProducts-cart .cat-hoverbox {
    display: none !important;
}

.cat-products .cat-rating {
    margin-top: 10px;
}

.cat-products .cat-price {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.nowrap {
    white-space: nowrap;
}

.cat-products .wrapper {
    position: relative;
}

.wrapper-land {
}

.cat-products-list .cat-hoverbox {
    display: none;
}

.cat-product {
    position: relative;
    width: 177px;
}

.cat-product-list {
    width: 187px;
}

.cat-product.last {
    border-right: none;
}

.cat-product-four {
    float: left;
    position: relative;
    width: 177px;
}

.cat-product-four.last .product-image {
    border-right: none;
}

.cat-product-line {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.cat-product-line.first {
    border-top: 1px solid #ebebeb;
}

.cat-delivery, .cat-discount {
    position: absolute;
    width: 25px;
    height: 25px;
    background: url('/local/templates/texenergo/img/catalog/cat-sprite.png');
}

.cat-delivery {
    top: 10px;
    right: 35px;
    background-position: 0 -30px;
}

.cat-discount {
    top: 10px;
    right: 10px;
    background-position: 0 0;
}

.new {
    background: url('/local/templates/texenergo/img/catalog/new.png') top left no-repeat;
}

.new-in-img {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 55px !important;
}

.cat-hoverbox {
    position: absolute;
    width: 196px;
    height: 185px;
    padding-top: 320px;
    background-color: #393b41;
    color: #fff;
    z-index: 1;
}

.main-search .cat-hoverbox {
    padding-top: 363px;
}

.cat-hoverbox-favorites {
    width: 206px;
}

.pCart .cat-incart,
.pCart-line .cat-incart,
.cat-hoverbox .cat-incart {
    display: inline-block;
    padding-left: 30px;
    background: url('/local/templates/texenergo/img/catalog/cart.png') 9px center no-repeat;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.cat-hoverbox .cat-incart.active {
    background: url('/local/templates/texenergo/img/catalog/cart-active.png') left 0 no-repeat;
}

.cat-hoverbox .row {
    position: relative;
    padding: 5px 10px;
    border-bottom: 1px solid #51535b;
}

.cat-hoverbox .row:last-child {
    border-bottom: none;
}

.cat-analogs {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.cat-hoverbox .cat-analogs {
    margin-bottom: 5px;
}

.cat-analogs:hover {
    text-decoration: underline;
}

.cat-instock {
    position: absolute;
    right: 50px;
    font-size: 11px;
}

.cat-hoverbox .cat-indicator {
    position: absolute;
    right: 12px;
    top: 9px;
}

.cat-indicator {
    display: inline-block;
    width: 31px;
    height: 9px;
    background: url('/local/templates/texenergo/img/catalog/indicator.png');
}

.cat-technicals li {
    font-size: 11px;
    margin-bottom: 2px;
}

.like-block {
    float: right;
}

.cat-like, .cat-compare {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 3px;
    background: url('/local/templates/texenergo/img/catalog/cat-sprite.png');
}

.cat-like:hover, .cat-compare:hover {
    opacity: .8;
}

.cat-like {
    background-position: -30px 0;
}

.cat-compare {
    background-position: -30px -30px;
}

.product-image {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.product-image .product-info {
    margin-top: 5px;
    text-align: center;
}

.product-image > ul {
    width: 143px;
    margin: 0 auto;
    margin-top: 13px;
}

.product-image > ul a {
    position: relative;
    left: -3px;
    font-size: 13px;
    color: #ed5c2f;
}

.product-image ul > a:hover {
    text-decoration: underline;
}

.product-image > ul > li {
    display: inline-block;
    float: left;
    border: 1px solid #efefef;
}

.product-image li.second-l {
    border-left: none;
}

.product-image li.bottom-l {
    border-top: none;
}

.product-image li > img {
    width: 80%;
    height: auto;
    cursor: pointer;
}

.product-name {
    display: inline-block;
    width: 100px;
    font-size: 11px;
    color: #6f6f6f;
    /*overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    /*word-wrap: break-word;
    /*word-break: break-all;*/
    /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
    /*line-break: loose; /* нет поддержки для русского языка */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; /* не поддерживает IE, Opera12.14, значение auto не поддерживается Chrome */
}

.product-name:hover {
    text-decoration: underline;
}

.product-name-line {
    position: relative;
    width: 100%;
    font-weight: bold;

}

.product-number {
    display: block;
    font-size: 10px;
    color: #3d3d3d;
    /* text-transform: uppercase;*/
}

.cat-rating {
    display: inline-block;
    width: 81px;
    height: 11px;
    background: url('/local/templates/texenergo/img/footer/rating.png') center center no-repeat;
}

.add-cat-rating {
    display: inline-block;
    width: 81px;
    height: 11px;
}

.cat-rating-line {
    margin-right: 80px;
}

.cat-price {
    padding-top: 3px;
    font-size: 17px;
    font-weight: bold;
    color: #ed5c2f;
}

.cat-price-line {
    line-height: 70px;
}

.cat-arrow {
    display: inline-block;
    width: 12px;
    height: 19px;
    background: url('/local/templates/texenergo/img/catalog/arrows.png');
}

.cat-arrow-left {
    position: absolute;
    left: 20px;
    top: 21px;
    background-position: 0 0;
}

.cat-arrow-right {
    position: absolute;
    background-position: -16px 0;
    right: 20px;
    top: 21px;
}

.cat-more {
    display: inline-block;
    font-size: 11px;
}

.cat-promo {
}

.cat-promo-l {

}

.cat-promo-time .text {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #3d3d3d;
}

.cat-promo-time > div {
    display: inline-block;
}

.cat-promo .digits {
    font-size: 15px;
    font-weight: 500;
}

.cat-promo-quantity {
    float: right;
    margin-right: 15px;
}

.cat-quantity {
    color: #ed5c2f;
}

.cat-promo-quantity .text {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: #3d3d3d;
}

.rouble {
    font-family: rouble;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 100%;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.rouble:before {*/
/*content: "\e600";*/
/*}*/

.digits {
    width: 31px;
    height: 31px;
    margin-top: 10px;
    padding-top: 4px;
}

.cat-promo-captions {
    margin-left: 6px;
}

.cat-promo-captions li {
    display: inline-block;
    width: 31px;
    margin-right: 2px;
    text-align: center;
}

.cat-promo-captions li:nth-child(3) {
    margin-right: 7px;
}

.cat-day,
.cat-hour,
.cat-min {
    width: 30px;
    color: #398665;
}

.cat-day,
.cat-hour,
.cat-min,
.cat-quantity {
    background: url('/local/templates/texenergo/img/catalog/digits.png');
}

.two-dots {
    position: relative;
    top: -2px;
    font-weight: bold;
    color: #b4b4b8;
}

.col {
    display: inline-block;
}

.cat-line-icons {
    float: right;
    margin-right: 20px;
    margin-top: 16px;
}

.cat-line-icons img {
    transition: all .3s ease;
    border-radius : 24 px;
    border: 2px solid #FFF;
}

.cat-line-icons img:hover {
    opacity: .75;
}

.cart-line {
    margin: 0 auto;
}

.line-thumbnail img {
    margin: 15px 10px 8px 30px;
}

.line-product-info {
    position: relative;
    width: 200px;
    top: 8px;
    margin-right: 20px;
}

.col-headings {
    background-color: #fff;
}

.col-headings ul {
    margin: 0;
    border-top: 1px solid #ebebeb;
}

.col-headings li {
    display: inline-block;
    margin: 25px 0 25px 0;
    font-size: 11px;
    color: #6f6f6f;
}

.col-headings li:nth-child(1) {
    margin-left: 90px;
    width: 212px;
}

.col-headings li:nth-child(2) {
    width: 163px;
}

.col-headings li:nth-child(3) {
    width: 150px;
}

.switch-grp {
    display: inline-block;
    position: relative;
    top: 9px;
    margin-left: 20px;
}

.switch-sbgrp {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
}

.switch-grp .switch-label {
    margin-right: 7px;
}

.switch-label {
    font-size: 13px;
    color: #3d3d3d;
}

.switch-label.unactive {
    color: gray;
}

.cat-subheading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
    color: #36393f;
}

.product-category {
    margin-bottom: 37px;
}

.product-category.last {
    margin-bottom: 0px;
}

.cat-unit {
    display: block;
    float: left;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 305px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.cat-unit.last {
    margin-right: 0;
}

.cat-unit img {
  float: left;
  width:80px;
}

.cat-unit figcaption {
    display: inline-block;
    float: left;
    width: 170px;
    vertical-align: middle;
    line-height: normal;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 18px;
    /*word-wrap: break-word;*/
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.cat-unit figcaption a {
    font-weight: 300;
    color: #36393e;
}

.cat-unit figcaption .total-items {
    font-weight: 300;
    color: #9ba0ab;
}

.row-category {
    margin-top: 10px;
}

.cat-column {
    width: 306px;
    float: left;
    margin-right: 10px;
}

.cat-column.last {
    margin-right: 0;
}

.col-block {
    float: left;
    width: 306px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

.col-block h1 {
    padding-left: 30px;
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 300;
    width: 220px;
}

.col-item {
}

.col-item .col-name {
    display: inline-block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #36393f;
}

.col-item .col-name:hover {
    color: #ed5c2f;
}

.col-item em {
    font-weight: 300;
    color: #9ba0ab;
}

.parent {
    position: relative;
    /*padding: 15px 0;*/
    text-indent: 13px;
    background: url('/local/templates/texenergo/img/catalog/item-open.png') 30px 0 no-repeat, #fff;
    z-index: 1;
}

.child {
    position: relative;
    text-indent: 0;
    z-index: 10;
}

.parent, .child {
    margin-top: 12px;
}

.col-item em {
    font-size: 15px;
    font-style: normal;
}

.child-content {
    display: none;
    position: relative;
    padding: 15px 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.child-content .child-content-image {
    float: left;
}

.child-content .child-content-desc {
    float: left;
    width: 150px;
}

.child-content .cat-rating {
    margin-left: -7px;
}

.child-content-arrow {
    position: absolute;
    top: -6px;
    left: 34px;
}

.child-content .cat-rating {
    display: block;
    margin-top: 5px;
}

.child-content .price {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #36393f;
}

.child-content .product-name {
    display: inline;
    font-size: 13px;
    width: 150px;
}

.pSidebar {
    float: left;
    width: 270px;
    margin-right: 10px;
    background-color: #fff;
}

.pWarranty {
    background-color: #398665;
    padding: 16px 25px;
}

.pWarranty span {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.pWarranty > img {
    float: left;
    position: relative;
    top: 4px;
}

.pWarrantyDiv {
    float: right;
    width: 175px;
}

.pRateBlock,
.pPromotionBlock,
.pPriceBlock,
.pCartNav {
    padding: 15px;
}

.pRateBlock img {
    float: left;
}

.pRateBlock span {
    float: right;
    font-size: 13px;
    color: #6f6f6f
}

.pPromotionBlock {
    background-color: #f8f8f8;
    text-align: center;
}

.pPromotionBlock span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3d;
    text-align: center;
}

.pPromotionBlock ul {
    margin-left: 25px;
}

.pPromotionBlock li {
    display: inline;
    margin-right: 31px;
}

.pPromotionBlock .pTimeBlock {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.pDays,
.pHours,
.pMinutes {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    margin-right: 10px;
    background: url('/local/templates/texenergo/img/product/clock.png') no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #398665;
    text-align: center;
}

.pPriceBlock {
    text-align: center;
}

.pPriceBig {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #ed5c2f;
}

.pPriceSmall {
    display: block;
    font-size: 13px;
    /*text-transform: uppercase;*/
    color: #6f6f6f;
    text-decoration: line-through;
}

.pBonuses {
    padding: 0 18px 0 12px;
    background: url('/local/templates/texenergo/img/product/thunder-ico.png') left center no-repeat, url('/local/templates/texenergo/img/product/question-mark.png') right 3px no-repeat;
    font-size: 13px;
    font-weight: 500;
    color: #ed5c2f;
    cursor: pointer;
}

.pCart {
    padding: 15px 0;
    background-color: #393b41;
}

.pInCartText {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.pInCartData {
    display: block;
    margin-top: -3px;
    font-size: 10px;
    color: #8d929f;
}

.pInCartImg {
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    width: 31px;
    height: 35px;
    background: url('/local/templates/texenergo/img/catalog/cartbig.png') 0 0 no-repeat;
}

.pInCart.active .pInCartImg {
    background-position: -32px center;
}

.pInCart {
    float: left;
    width: 170px;
    margin-left: 10px;
}

.pCartButtons {
    display: inline-block;
    margin-right: 0px;
}

.pCartButtons a {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    background: url('/local/templates/texenergo/img/product/product-sprite.png') no-repeat -81px 0;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}

.pCartButtons a:first-child {
    background-position: -41px 0;
}

.pCartButtons a:hover {
    opacity: .7;
}

.pCartButtons a.catalog-favorite-toggle.active {
    background-position: 0 0;
}

.pCartButtons a.j-delete-from-compare.active {
    background-position: 0 0;
}

.pCartQuantity {
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #4d4f54;
    text-align: center;
}

.pCartQuantity span:nth-child(1) {
    margin-right: 3px;
    color: #8d929f;
}

.pCartQuantity span:nth-child(2) {
    margin-right: 5px;
    font-size: 13px;
    text-transform: none;
    color: #fff;
}

.pCartNav {
    margin-left: 30px;
}

.pCartNav ul li {
    margin: 0 0 8px;
}

.pCartNav a {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #afafaf;
    font-size: 11px;
    font-weight: bold;
    color: #3d3d3d;
}

.pCartNav img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -1px;
}

.pTechnicals {
    padding: 20px 0 0 0;
    background-color: #f8f8f8;
    font-size: 11px;
    color: #3d3d3d;
}

.pTechnicals h3 {
    display: block;
    margin-top: 0;
    font-size: 13px;
    color: #ed5c2f;
    text-transform: uppercase;
    text-align: center;
}

.pTechnicals .pTechnicalsMain li {
    padding: 8px 20px;
    border-top: 1px solid #ebebeb;
}

.pTechnicals .pTechnical {
    float: left;
    padding-right: 18px;
    font-weight: bold;
}

.pTechnicalValueCont {
    float: right;
    width: 60px;
}

.pTechnicals .pTechnicalValue {
    padding-right: 20px;
    text-align: left;
}

.pTechnicals .pQuestion {
    background: url('/local/templates/texenergo/img/product/question-mark.png') right center no-repeat;
}

.pTechnicalsSecond {
    padding-top: 15px;
    padding-left: 40px;
    margin-bottom: 0;
    background-color: #ffffff;
}

.pTechnicalsSecond.prodTechnical {
    padding-left: 0;
    text-align: center;
}

.pTechnicalsSecond li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.pTechnicalsSecond .pSecondHeader, .pTechnicalsSecond .pSecondValue {
    display: block;
}

.pTechnicalsSecond .pSecondValue {
    font-weight: bold;
}

.pTechnicalsSecond .pSecondPrice {
    color: #ed5c2f;
}

.pBarcodeCont {
    background-color: #fff;
}

.pBarcode {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.pDilers {
    background-color: #393b41;
    text-align: center;
}

.pDilers h3 {
    padding: 15px 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.pContent {
    float: left;
    width: 660px;
}

.tabContainer > ul {
    margin-bottom: 0;
    margin-top: 0;
}

.tabContainer > ul > li {
    display: inline-block;
    background-color: #f2f2f2;
}

.tabContainer > ul > li.active {
    background-color: #fff;
}

.tMain,
.tLine,
.tAnalogs,
.tDiscounts {
    padding: 15px 20px;
    font-size: 11px;
    color: #9c9da0;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 40px;
}

.tabContainer a.active {
    color: #ed5c2f;
    cursor: default;
}

.tMainSection {
}

.pPromoRow {
    background-color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
}
.info-product {
    font-size: 11px;
    margin-left: 20px;
}

.pPromoRow span {
    font-weight: 400;
}

.pPromoTag {
    display: inline-block;
    height: 24px;
    padding-left: 30px;
    margin-left: 20px;
    margin-right: 5px;
    background: url('/local/templates/texenergo/img/product/car-circle.png') left center no-repeat;
    font-weight: 500;
    color: #ed5c2f;
    line-height: 24px;
}

.pView {
    float: left;
    width: 383px;
    background-color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.pAccessories {
    float: left;
    width: 250px;
    padding-left: 20px;
    background-color: #fff;
    border-left: 1px solid #f6f6f6;
}

.pAccessories .product {
    background-color: #fff;
    width: 100%;
    height: auto;
}

.pAccessories h3 {
    margin-left: 60px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .5px;
    margin-top:6px;
    text-transform:uppercase;
}

.pAccessories .sku {
    font-size: 11px;
    font-weight: 500;
    color: #3d3d3d;
}

.pAccessories .price {
    font-size: 17px;
    font-weight: 500;
    color: #ed5c2f;
}

.pAccessories .pAccessoriesUl {
    padding-bottom: 19px;
}

.pProductImage {
    position: relative;
    padding: 0 30px;
}

.pProductImage .switch-grp {
    position: absolute;
    width: 200px;
    top: 20px;
    left: 0;
}

.pProductImage .switch-label {
    font-weight: normal;
    color: #6f6f6f;
}

.pProductImage > img {
    display: block;
    padding-top: 44px;
    padding-left: 65px;
}

.pSlider {
    display: block;
    position: relative;
    width: 280px;
    margin: 0 auto;
}

.pSlider ul {
    border-right: 1px solid #ebebeb;
}

.pSlider li {
    margin-right: -4px;
    border: 1px solid #ebebeb;
    border-right: none;
    cursor: pointer;
}

.pSlider li.active {
}

/* check */
.pControlPrev,
.pControlNext {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pControlPrev {
    top: 26px;
    left: -35px;
    background: url('/local/templates/texenergo/img/footer/favorites-left.png') center center no-repeat;
}

.pControlNext {
    top: 26px;
    left: 291px;
    background: url('/local/templates/texenergo/img/footer/favorites-right.png') center center no-repeat;
}

.pOverview {
    padding: 20px 20px 20px 30px;
    margin-top: 10px;
    background-color: #fff;
}

.pOverview .a-error {
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 13px;
    color: #ed5c2f;
}

.pOverview .a-error:hover {
    text-decoration: underline;
}

.pCopy {
    /*float: left;
    width: 340px;*/
    width: 100%;
    /*position: relative;*/
    margin-right: 32px;
}

.pCopy > h1 {
    margin-top: 0;
    font-size: 19px;
    font-weight: 400;
}

.pCopy > h2 {
    margin-top: 0;
    font-size: 19px;
    font-weight: 400;
    display:block;
}


.pCopy > p,
.pCopy li {
    font-size: 13px;
    color: #3d3d3d;
}

.pCopy li {
    margin-top: 20px;
    background-color: #fff;
}

.pCopy ul li:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-right: 10px;
    background: url('/local/templates/texenergo/img/header/arrow-right.png');
}

.pCopy .disclaimer_description {
    color: #64656a;
    font-size: 9px;
}

.pPublications {
    /*float: left;*/
    float:right;
    padding: 15px 25px;
    margin: 18px 0 15px 15px;
    width: 185px;
    background-color: #f8f8f8;
}

.pPublications .switch-sbgrp {
    display: block;
    margin-right: 0;
}

.pPublications .switch-label {
    font-weight: 300;
    color: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
}
.pPublications .header-protocol {
  margin-bottom: 10px;
  white-space: normal;  
}

.pPublicationsImg {
    margin-top: 5px;
}
.pSingle .pPublicationsImg {
   /*width:140px !important;*/
}

.pPublications > p {
    font-size: 13px;
    color: #3d3d3d;
}

.pPublications .date,
.pPublications .tag {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 11px;
}
.pPublications .tag {
    display:block;
    margin-top:0;
}
.pPublications .header-publication {
    margin-top: 5px;
}
.pPublications .link-publication {
    white-space: normal;
    font-size: 12px;
}

.pPublicationsSliders {
    position: relative;
    text-align: center;
}

.pPublicationsSliders b {
    font-size: 13px;
    font-weight: 500;
}

.pPublications .pLeftArrow,
.pPublications .pRightArrow {
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.pPublications .pLeftArrow {
    top: 4px;
    left: 0;
    background: url('/local/templates/texenergo/img/header/arrow-left.png') no-repeat;
}

.pPublications .pRightArrow {
    top: 4px;
    right: 0;
    background: url('/local/templates/texenergo/img/header/arrow-right.png') no-repeat;
}

.pAdditional {
    background-color: #fff;
    padding: 20px 0;
    margin-top: 10px;
    overflow: hidden;
}

.pAdditional > header {
    border-bottom: 1px solid #ebebeb;
}

.pAdditionalHeader {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #36393f;
    text-transform: none;
}

.pAdditional .product {
    width: 193px;
    background-color: #fff;
}

.pAdditionalUl {
    padding-left: 20px;
    margin-top: 0;
}

.pAdditionalUl .sku {
    font-weight: 500;
    font-size: 11px;
}

.pAdditionalUl .price {
    font-size: 17px;
    font-weight: 500;
    color: #ed5c2f;
}

.pAdditionalImage {
    position: relative;
    top: 5px;
    float: left;
    height: 80px;
}

.pAdditionalImage img {
    float: none;
}

.pReviews {
    position: relative;
    padding: 20px 30px 20px 30px;
    margin-bottom: 75px;
    background-color: #fff;
}

.pReviews .pAdditionalHeader {
    padding-left: 0;
}

.rounded-reviews {
    float: right;
    width: 210px;
    font-size: 13px;
    font-weight: 500;
    color: #ed5c2f;
}

.rounded-reviews:hover {
    border-color: #ed5c2f;
}

.pReviewsTot {
    float: left;
}

.pReviewsTot em {
    font-size: 19px;
    font-weight: 500;
    font-style: normal;
    color: #398665;
}

.pReviewsAvg {
    display: block;
}

.pReviewsAvg .text {
    margin-right: 10px;
    font-size: 1.3em;

}

.pReviewsAvg img {
    position: relative;
    top: -3px;
}

.pReviewSingle {
    padding: 15px;
    margin-top: 10px;
    background-color: #f8f8f8;
    font-size: 13px;
    color: #3d3d3d;
}

.pReviewSingle:last-child {
    margin-bottom: 15px;
}

.pReviewSingle b {
    font-weight: 600;
}

.pReviewRating {
    display: block;
    margin-top: 4px;
}

.tLineSection {
    padding: 15px 0 0 0;
    background-color: #fff;
    text-transform: none;
    font-weight: normal;
    line-height: 18px;
}

.pAdditionalHeader-tline {
    padding-left: 0;
    margin-top: 10px;
}

.pText {
    font-size: 13px;
    color: #3d3d3d;
}

.tLineSection > header {
    padding: 0 25px;
    border-bottom: 1px solid #ebebeb;
}

.pCompareLine {
    padding: 15px 25px;
}

.rounded {
    width: 190px;
}

.pPager li {
    margin-right: 18px;
}

.pPager a {
    background-color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12.5px;
    color: #9c9da0;
}

.pagerCurrent {
    color: #000 !important;
}

.pProductImage-line > img {
    padding-top: 12px;
    padding-left: 28px;
}

.pSlider-line {
    margin: 10px 0 0 30px;
    width: 195px;
}

.pSlider-line li {
    width: 48px;
    height: 48px;
}

.pSlider-line li > img {
    width: 48px;
    height: 48px;
}

.pLineImage {
    float: left;
}

.pLineOverview {
    float: left;
    width: 255px;
    margin-right: 58px;
    margin-bottom: 30px;
}

.pLineCart {
    float: right;
    width: 180px;
    padding-top: 10px;
    margin: 20px 20px 20px 0;
    background-color: #f8f8f8;
}

.pLineCart > img {
    padding-left: 20px;
    margin-right: 20px;
}

.pLineCart > span {
    font-size: 11px;
    position: relative;
    top: 2px;
}

.pLinePrice {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #ed5c2f;
}

.pLineOld {
    display: block;
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #6f6f6f;
    text-decoration: line-through;
}

.name-pline {
    display: block;
    margin-top: 20px;
    font-weight: 300;
    font-size: 13px;
    /*overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    /*word-wrap: break-word;
    /*word-break: break-all; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
    /*line-break: loose; /* нет поддержки для русского языка */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; /* не поддерживает IE, Opera12.14, значение auto не поддерживается Chrome */
}

.sku-pline {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3d;
}

.copy-pline {
    font-size: 13px;
    color: #3d3d3d;
}

.pProductInLine {
    border-bottom: 1px solid #ebebeb;
}

.row-pline {
    font-size: 13px;
    margin-top: 2px;
}

.row-pline .spanFirst {
    display: inline-block;
    width: 85px;
}

.row-pline .spanSecond {
    display: inline-block;
    width: 80px;
    font-weight: 500;
}

.pPriceBig-line {
    display: inline-block;
}

.pCart-line {
    padding: 15px 0;
    background-color: #393b41;
}

.pPutInBasket {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.pInCart-line {
    background: url("/local/templates/texenergo/img/catalog/cart.png") no-repeat scroll 0 0 / 20px 16px rgba(0, 0, 0, 0);
    padding-left: 30px;
    width: 70px;
}

.pInCart-line.active {
    background-image: url(/local/templates/texenergo/img/catalog/cart-active.png);
}

.pInCart-line img {
    display: none;
}

.pCart-line em {
    display: inline-block;
    margin-left: 10px;
    margin-right: 3px;
    color: #fff;
    font-style: normal;
}

.pAnalog {
    font-weight: 500;
    color: #fff !important;
    display: block;
}

.pAnalog:after {
    content: " »";
}

.pSlider .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pSlider .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 18px;
    left: -45px;
    background: url('/local/templates/texenergo/img/footer/favorites-left.png') center center no-repeat;
}

.pSlider .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 18px;
    left: 275px;
    background: url('/local/templates/texenergo/img/footer/favorites-right.png') center center no-repeat;
}

li.pSingle {
    padding-left: 4px;
    background-color: #f8f8f8;
}

.pSingle p {
    font-size: 13px;
}

.pPublications .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.pPublications .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -10px;
    bottom: -33px;
    background: url('/local/templates/texenergo/img/header/arrow-left.png') center center no-repeat;
}

.pPublications .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -8px;
    bottom: -33px;
    background: url('/local/templates/texenergo/img/header/arrow-right.png') center center no-repeat;
}

.pPubPages {
    display: block;
    width: 60px;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
}

.sidebar-main {
    text-transform: uppercase;
}

.main-floated {
    float: left;
    width: 720px;
}

.promo-section .sort {
    position: relative;
    margin-top: 10px;
    background-color: #f8f8f8;
}

.promo-section .sort .selector {
    background: url('/local/templates/texenergo/img/catalog/selector.png') right 5px no-repeat;
}

.promo-slider {
    position: relative;
    height: 280px;
    width: 100%;
    margin-bottom: 10px;
    /* background-color: #318668; */
}

.promo-slider.wb {
    background: none;
}

.promo-slider.full-slider {
    /* background: none; */
}

.promo-slider li {
    height: 260px;
}

.promo-slider > ul {
    margin: 0;
}

.promo-slider .tagline-promo {
    position: relative;
    top: 32px;
    width: 270px;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 340px;
}

.subline-promo {
    position: absolute;
    top: 184px;
    left: 342px;
    width: 200px;
    font-size: 13px;
    font-weight: 300;
    color: #fff000;
    text-transform: uppercase;
}

.promo-slider .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 20px;
    cursor: pointer;
    padding: 0;
}

.promo-slider .owl-controls {
    display: inline-block !important;
}

.promo-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 120px;
    left: 20px;
    background: url('/local/templates/texenergo/img/promo/slider-arrows.png') 0 0 no-repeat;
    z-index: 100;
}

.promo-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 120px;
    background: url('/local/templates/texenergo/img/promo/slider-arrows.png') -17px 0 no-repeat;
    right: 20px;
    z-index: 100;
}

.sort-pager li {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    color: #a7a7a7;
}

.sort-pager-promo {
    position: absolute;
    right: 0;
    top: 4px;
}

.promo-item {
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.promo-item .date {
    margin-top: 0;
}

.promoImage {
    float: left;
    width: 210px;
    margin-right: 20px;
    text-align: center;
}

.promoDesc {
    float: left;
    width: 420px;
}

.promoDesc h1 {
    color: black;
    margin-top: 0;
    font-size: 15px;
}

.promoDesc > p {
    font-size: 13px;
}

.promoCounter {
    display: block;
    width: 165px;
    margin: 10px auto;
    color: #3d3d3d;
    font-size: 10px;
}

.promoCounter-l {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.promoCounter-r {
    float: left;
    width: 30px;
}

.counterDigits {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    background: url('/local/templates/texenergo/img/promo/clock-sprite.png') 0 0 no-repeat;
    font-size: 15px;
    color: #318668;
    line-height: 30px;
}

.counterBlock {
    display: inline-block;
    margin-right: 5px;
}

.promoCounter-r .counterDigits {
    color: #ed5c2f;
    background: url('/local/templates/texenergo/img/promo/clock-sprite.png') -39px 0 no-repeat;
}

.promoCounter small {
    font-size: 10px;
}

.bottom-pager {
    position: relative;
    font-size: 13px;
    padding: 3px 0 3px 0;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
}

.bottomPager-search {
    display: block;
    width: 300px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bottomPager-search .wrapper {
    display: inline-block;
}

.bottomPager-search ul {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 31px;
}

.bottomPager-search li:last-child {
    margin-right: 0;
}

.bottom-pager li {
    display: inline-block;
    margin-right: 12px;
}

.bottom-pager li.last {
    margin-right: 0;
}

.bottom-pager a {
    font-weight: 300;
    color: #a7a7a7;
}

.bottom-pager-left,
.bottom-pager-right {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 20px;
    background: url('/local/templates/texenergo/img/promo/pager-arrows.png') no-repeat;
    cursor: pointer;
}

.bottom-pager-left {
    top: 20px;
    left: 20px;
    background-position: 0 0;
}

.bottom-pager-right {
    top: 20px;
    background-position: -13px 0;
    right: 20px;
}

div.bottom-pager-left {
    background: none;
}

div.bottom-pager-right {
    background: none;
}

.pager-current {
    color: #000 !important;
}

.sliderFeatured {
    position: absolute;
    left: 67px;
    top: 35px;
}

.full-slider .owl-carousel,
.full-slider .owl-carousel .owl-wrapper-outer {
    height: 100%;
}

.full-slider .sliderFeatured {
    position: static;
    display: block;
    margin: 0 auto;
}

.pubsMain ul {
    margin: 0 auto;
    width: 566px;
    display: block;
}

.pubsMain small {
    font-size: 11px;
    color: #318668;
}

.pubsMain p {
    font-size: 13px;
    color: #36393f;
}

.pubsMain li {
    float: left;
    margin-right: 17px;
}

.pubsMain li:last-child {
    margin-right: 0;
}

.pubsMain li > p {
    width: 177px;
}

.publications {
    padding-top: 20px;
    background: #fff;
}

.publications .pubsText a {
    color: #000;
}

.publications footer {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.publications header {
    margin-bottom: 36px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.publications header > h1 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 300;
    color: #36393e;
}

.show {
    padding-right: 20px;
    background: url('/local/templates/texenergo/img/header/arrow-right.png') right 1px no-repeat;
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
}

.show:hover {
    text-decoration: underline;
}

.catProducts-four {
    margin-bottom: 10px;
}

.catProducts-four header {
    padding-top: 20px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.catProducts-four h1 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 300;
    color: #36393e;
}

.catProducts-four .product-image {
    border-right: 1px solid #ebebeb;
}

.catProducts-four footer {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #ebebeb;
    text-align: center;
    clear: both;
}

.catProducts-four .cat-price {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.helpSearch {
    padding: 22px 20px;
    margin-bottom: 10px;
    background-color: #4e5157;
}

#infocenter_popup_content .helpSearch {
    display: none;
}

#infocenter_popup .helpSearch {
    margin-bottom: 0;
}

.searchbar-help {
    height: 32px;
    width: 680px;
}

.helpItem {
    width: 355px;
    background-color: #fff;
}

.helpItem header {
    cursor: pointer;
    background-color: #fff;
}

.helpItem header.nochildren {
    cursor: default;
}

.helpItem-hover header:hover {
    background: #3f5a89;
}

.helpItem-hover header:hover > h1 {
    color: #fff;
}

.helpItem-hover header:hover .helpIcon {
    background-position-y: -40px;
}

.helpItem header > h1 {
    margin-left: 35px;
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    color: #727478;
}

.helpItem .helpIcon {
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
    width: 30px;
    height: 23px;
    background: url('/local/templates/texenergo/img/help/help-sprite.png') no-repeat;
}

.helpItem .helpIcon-1 {
    background-position: 0 0;
}

.helpItem .helpIcon-2 {
    background-position: -199px 0;
}

.helpItem .helpIcon-3 {
    background-position: -81px 0;
}

.helpItem .helpIcon-4 {
    background-position: -41px 0;
}

.helpItem .helpIcon-5 {
    background-position: -120px 0;
}

.helpItem .helpIcon-6 {
    background-position: -160px 0;
}

.helpSubLinks {
    margin-left: 20px;
}

.helpLinks {
    padding: 15px 30px 30px 30px;
    background-color: #fff;
}

.helpLinks li {
    margin-bottom: 10px;
}

.helpLinks a {
    font-size: 15px;
    font-weight: 300;
    color: #3d3d3d;
}

.helpLinks a:hover {
    color: #f25a3a;
}

.helpColumn {
    float: left;
    margin-bottom: 20px;
}

.helpColumn-first {
    margin-right: 10px;
}

.helpColumn > ul > li {
    margin-bottom: 10px;
}

.sidebarSearch {
    font-size: 11px;
}

.sidebarSearch-main {
    text-transform: uppercase;
}

.sidebarSearch-main li {
    line-height: 52px;
    height: 54px;
    padding-left: 15px;
    background-color: #4e5157;
    border-bottom: 1px solid #606368;
}

.sidebarSearch-main li a {
    vertical-align: middle;
}

.sidebarSearch-sub {
    margin-bottom: 0;
    text-transform: none;
}

.sidebarSearch-sub li {
    line-height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    background-color: #393b40;
    border-bottom: none;
}

.sidebarSearch-sub li a {
    display: inline-block;
    width: 100px;
}

.sidebarSearch-sub li a:hover {
    text-decoration: underline;
}

.sidebarQnt {
    float: right;
    margin-right: 15px;
    font-size: 11px;
    color: #ed5c2f;
}

.searchBanner {
    width: 720px;
    height: 100px;
    background: url('/local/templates/texenergo/img/search/sales-banner.png') 0 0 no-repeat;
}

.pagerSearch-left {
    position: relative;
    float: left;
    left: 0;
    top: 10px;
    margin-right: 20px;
}

.pagerSearch-right {
    float: left;
    position: relative;
    left: 0;
    top: 10px;
    margin-left: 20px;
}

.searchQuery {
    color: #b3b3b5;
}

.searchQuery em {
    position: relative;
    top: -20px;
    color: #f25a3a;
    font-size: 15px;
    font-style: normal;
}

.bottomPager-container {
    background-color: #fff;
}

.pubsMain-search {
    float: left;
    width: 155px;
    padding-top: 40px;
    padding-left: 20px;
}

.searchLinear {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
}

.searchImage-linear {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.searchImage-linear img {
    padding-left: 25px;
    padding-top: 20px;
}

.searchDetails-linear {
    float: left;
}

.productName-linear {
    display: block;
    width: 200px;
}

.catRating-linear {
    position: relative;
    top: 1px;
}

.productNumber-linear {
    display: inline-block;
}

.searchReviews {
    font-size: 11px;
    color: #6f6f6f;
}

.searchDetails-linear {
    width: 320px;
    padding-top: 27px;
    margin-right: 20px;
}

.searchDetails-linear p {
    font-size: 13px;
    font-weight: 300;
    color: #727478;
}

.searchCart-linear {
    float: left;
    width: 200px;
    padding-top: 27px;
}

.searchCart-linear .pLineOld {
    display: inline-block;
    margin-left: 15px;
}

.searchCart-linear .pCart-line {
    padding-bottom: 0;
    margin-top: 10px;
}

.searchCart-linear .pCartQuantity {
    background-color: #fff;
    text-align: left;
}

.searchCart-linear .pCartQuantity img {
    position: relative;
    top: -1px;
}

.searchCart-linear .pCart-line em {
    color: #000;
}

.pAnalog-linear {
    margin-left: 30px;
    color: #000;
}

.pAnalog-linear:after {
    content: " »";
}

.colHeadings-search {
    background-color: #fff;
}

.colHeadings-search ul {
    margin: 0;
    border-top: 1px solid #ebebeb;
}

.colHeadings-search li {
    display: inline-block;
    margin: 25px 0 25px 0;
    font-size: 11px;
    color: #838383;
}

.colHeadings-search li:nth-child(1) {
    margin-left: 23px;
    width: 345px;
}

.colHeadings-search li:nth-child(2) {
    width: 108px;
}

.colHeadings-search li:nth-child(3) {
    width: 105px;
}

.catProduct-search .line-product-info {
    width: 282px;
}

.catProduct-search {
    border-bottom: 0;
}

.catPrice-search {
    margin-right: 50px;
}

.lineThumbnail-search img {
    position: relative;
    top: -3px;
    margin-left: 20px;
}

.bottomPager-border {
    border-top: 1px solid #ebebeb;
}

.manHero {
    position: relative;
    height: 260px;
    background: url('/local/templates/texenergo/img/manufacture/hero-image.jpg') center center no-repeat;
}

.manHero-about {
    background: url('/local/templates/texenergo/img/about/about.jpg') center center no-repeat;
}

.manHero-about.eshop {
    background: url('/local/templates/texenergo/img/about/eshop.jpg') center center no-repeat;
}

.manHero-about.user_help {
    background: url('/local/templates/texenergo/img/about/user_help.jpg') center center no-repeat;
}

.manHero.manTopDelivery {
    background: url('/local/templates/texenergo/img/about/eshop_delivery.jpg') center center no-repeat;
}

.manHeadline {
    display: block;
    position: relative;
    top: 35px;
    width: 520px;
    padding: 25px 50px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
}

.manHeadline > h1 {
    margin-top: 0;
    font-size: 28px;
    color: #3d3d3d;
    text-transform: uppercase;
}
.manHeadline > h2 {
    margin-top: 0;
    font-size: 28px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-weight: bold;
}

.manHeadline > p {
    font-size: 15px;
    font-weight: 500;
    color: #3d3d3d;
}
.manHeadline > .aboutCompany {
    font-size: 15px;
    font-weight: 500;
    color: #3d3d3d;
    text-transform: none;
}

.manCategories {
    margin-bottom: 20px;
}

.manCategory {
    float: left;
    width: 323px;
    height: 90px;
    padding: 20px 16px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: #fff;
}

.manCategory img {
    position: relative;
    float: left;
    top: 10px;
    margin-right: 15px;
}

.b-manCategory-copy {
    float: left;
    width: 230px;
}

.b-manCategory-copy h1 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    color: #f25a3a;
    text-transform: uppercase;
}
.b-manCategory-copy h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    color: #f25a3a;
    text-transform: uppercase;
    font-weight: normal;    
}
.b-manCategory-copy h3 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 14px;
    color: #f25a3a;
    text-transform: uppercase;
}

.b-manCategory-copy p {
    margin-top: 0;
    font-size: 13px;
    color: #3d3d3d;
}

.helpItem-shipping {
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}

.helpItem-shipping > header.pd {
    padding-left: 40px;
}

.questionHeadline > h1 {
    display: inline-block;
    padding-left: 30px;
    /* background: url('/local/templates/texenergo/img/catalog/item-open.png') left center no-repeat; */
    font-size: 15px;
    font-weight: 500;
    color: #3d3d3d;
    cursor: pointer;
}

.questionHeadline > h1.bld a {
    color: #000;
    font-weight: bold;
}

.questionHeadline .help_href {
    display: inline-block;
}

.questionHeadline .toggle_trigger {
    margin-right: 8px;
    background: url('/local/templates/texenergo/img/catalog/item-open.png') left center no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
    float: left;
}

.questionDetails > p {
    padding-right: 20px;
    margin-left: 29px;
    font-size: 13px;
    color: #3d3d3d;
}

.rounded-shipping {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 55px;
    background: #f9f9f9;
    font-size: 13px;
    font-weight: 500;
}

.rounded-shipping:hover {
    border-color: #ed5c2f;
}

.helpItem-shipping .helpLinks {
    padding-bottom: 0;
    padding-top: 0;
}

.accountMenu {
    background-color: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.accountList {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.accountList li {
    display: block;
    float: left;
    border-right: 1px solid #f2f2f2;
    text-align: center;
    min-width: 122px;
}

.accountList li:first-child {
    border-left: 1px solid #e8e8e8;
}

.accountList a {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 500;
    line-height: 56px;
    text-transform: uppercase;
}

.accountList a:hover {
    text-decoration: underline;
}

a.accountHelp {
    padding-left: 30px;
    background: url('/local/templates/texenergo/img/account/help-icon.png') 10px 20px no-repeat;
    color: #f25a3a;
}

.accountMenu-selected,
.accountMenu-selected a {
    background-color: #f25a3a;
    color: #fff;
}

.sidebar-account {
    margin-bottom: 20px;
    margin-top: 0;
    background-color: #4e5157;
}

.sidebar-account li {
    border-bottom-color: #606368;
    line-height: 30px;
}

li.more-info {
    padding-bottom: 0;
    padding-top: 15px;
    border-bottom: none;
    color: #fff;
    line-height: 16px;
}

.more-info span {
    display: block;
}

.more-info a:first-child {
    background: url('/local/templates/texenergo/img/account/help-icon.png') 108px 0 no-repeat;
}

.sidebar-account .more {
    height: 48px;
    padding-left: 15px;
    border-bottom: 1px solid #606369;
    background: url('/local/templates/texenergo/img/account/right-arrow.png') 182px center no-repeat;
    line-height: 48px;
}

.sidebar-account .more-single {
    background: none;
}

.b-sidebarOrder {
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-sidebarOrder > span {
    font-size: 13px;
    text-transform: none;
}

.b-sidebarOrder > img {
    margin-top: 10px;
}

.b-sidebarOrder > em {
    position: relative;
    top: 5px;
    margin-left: 5px;
    font-style: normal;
}

.sidebar-account .sidebarDetails-orders {
    padding-top: 0;
    padding-left: 15px;
}

.sidebarWarn {
    padding-right: 20px;
    background: url('/local/templates/texenergo/img/account/warn.png') right center no-repeat;
}

.archiveLink {
    font-size: 11px;
    text-transform: none;
}

.sidebar-account section {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #606368;
}

.sidebarCredit {
}

section.sidebarCredit-profile {
    padding-top: 0;
}

.sidebarCredit span,
.sidebarSocials span,
.sidebarDiscount span {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.sidebarDiscount span {
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-size: 12px;
}

.sidebarDiscount em {
    font-size: 12px;
    font-weight: bold;
}

.sidebarCredit em,
.sidebarDiscount em {
    font-size: 12px;
    color: #ed5c2f;
    font-style: normal;
    text-transform: none;
}

.rounded-account {
    width: 110px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

button.rounded-approve {
    border-color: #f25a3a;
    width: 320px;
    background-position: 293px center;
}

.b-sidebarRow {
    position: relative;
    margin-top: 10px;
}

.b-sidebarRow span {
    display: inline-block;
    margin-left: 5px;
}

.main-account {
    margin-bottom: 20px;
}

.switch-socials {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 3px;
    width: 38px;
    height: 20px;
    background: url('/local/templates/texenergo/img/account/switch-sidebar.png') no-repeat;
    cursor: pointer;
}

.accountFilter {
    padding: 10px 20px;
    background-color: #f8f8f8;
    margin: 0;
}

.b-filterStatus,
.b-filterPeriod {
    display: inline-block;
}

.b-filterPeriod {
    float: right;
}

.b-filterPeriod.fl {
    float: left;
}

.b-filterDefault {
    display: inline-block;
    white-space: nowrap;
}

.b-filterDefault label {
    font-size: 11px;
    font-weight: bold;
    color: #9c9da0;
    text-transform: uppercase;
}

.b-filterStatus-margin {
    margin-left: 50px;
}

.accountFilter label {
    font-size: 11px;
    font-weight: bold;
    color: #9c9da0;
    text-transform: uppercase;
    vertical-align: middle;
}

.accountFilter em {
    margin-left: 5px;
    color: #f25a3a;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
}

.accountSearch {
    display: inline-block;
    float: right;
    margin-top: 30px;
}

.searchBar-account {
    display: inline-block;
    float: right;
    margin-right: 0;
    width: 260px;
    background-color: #fff;
}

.orderItem {
    padding: 25px 0 0 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin: 0;
}

.orderItem header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.orderItem header > h1 {
    display: inline-block;
}

.orderName {
    padding-left: 35px;
    font-size: 23px;
    font-weight: 300;
    color: #f25a3a;
}

.orderName-order {
    display: block;
    font-size: 15px;
    color: #3d3d3d;
}

.orderDate {
    font-size: 23px;
    font-weight: 300;
    color: #858585;
}

.orderDate-order {
    font-size: 15px;
    color: #3d3d3d;
    display: inline-block;
}

.switchSocials-order {
    position: relative;
    top: 6px;
    left: 0;
    margin-right: 8px;
}

.b-switchDocuments {
    display: inline-block;
    position: relative;
    top: 15px;
    margin-right: 25px;
}

.b-switchDocuments span {
    font-size: 13px;
    color: #3d3d3d;
}

.accountFinancials {
    padding: 25px 0 25px 25px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

.accountFinancials span {
    color: #3d3d3d;
    font-size: 13px;
    line-height: 29px;
}

.orderBar {
    display: inline-block;
    position: relative;
    width: 515px;
    height: 29px;
    margin-right: 45px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f2f2f2;
    z-index: 100;
}

.orderBar span {
    white-space: nowrap;
    color: #f25a3a;
    padding-left: 12px;
    font-weight: 300;
    line-height: 29px;
    display: inline-block;
    min-width: 50px;
    /*text-shadow: 1px 1px 0px rgba(0,0,0,0.6);*/
}

.orderFill {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    border-bottom: 1px solid #46494e;
    margin-right: 45px;
    background-color: #4e5157;
    max-width: 100%;
}

.orderFill.fill-60 {
    width: 60%;
}

.orderFill.fill-75 {
    width: 75%;
}

.orderFill.fill-100 {
    width: 100%;
}

.accountInvoice {
    padding-top: 10px;
    padding-bottom: 25px;
}

.b-invoiceHead {
    position: relative;
}

.b-invoiceHead .b-switchDocuments {
    top: 6px;
}

.b-invoiceHeadline {
    display: inline-block;
    padding-left: 32px;
    margin-left: 25px;
    background: url('/local/templates/texenergo/img/account/toggle-buttons.png') left 11px no-repeat;
    cursor: pointer;
}

.b-invoiceHeadline.empty-invoice {
    background: none;
    padding-left: 0;
}

.b-invoiceHeadline > h1 {
    margin-bottom: -3px;
    font-size: 13px;
    color: #3d3d3d;
}

.b-invoiceHeadline > span {
    color: #6f6f6f;
}

.b-invoiceStatus {
    position: absolute;
    top: 14px;
    left: 40%;
    padding-left: 20px;
    background: url('/local/templates/texenergo/img/account/help-icon.png') left 0 no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #858585;
}

.b-invoiceStatus a {
    color: #949494;
    font-weight: 500;
}

.b-invoiceStatus a:hover {
    text-decoration: underline;
}

.b-invoiceStatus.statusUnpaid {
    background: none;
}

.b-invoiceStatus .accountUnpaid {
    background: none;
    color: #f25a3a;
}

.b-invoiceBody {
    margin-top: 20px;
}

.orderSubline {
    padding: 6px 15px;
    margin-left: 25px;
    margin-right: 40px;
    margin-top: 20px;
    background-color: #f2f2f2;
    font-size: 13px;
    color: #3d3d3d;
}

.b-orderRow {
    margin-bottom: 12px;
}

.b-orderRow > span {
    margin-left: 40px;
    font-size: 13px;
    color: #3d3d3d;
}

.b-orderRow a {
    color: #F25A3A;
    font-weight: normal;
    text-decoration: underline;
}

.invoiceDate {
    margin-right: 45px;
}

.invoiceSum {
    font-size: 13px;
    color: #ed5c2f;
    font-style: normal;
}

.invoiceQuantity {
    font-size: 13px;
    font-weight: 300;
    color: #ed5c2f;
    text-decoration: underline;
}

.b-orderRow .invoiceSmall {
    display: inline-block;
    padding-left: 20px;
    background: url('/local/templates/texenergo/img/account/small.png') left 0 no-repeat;
    font-size: 11px;
    color: #3d3d3d;
}

.contractItem {
}

.contractItem > header {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.contractItem header > h1 {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
    font-size: 23px;
    font-weight: 300;
    color: #8a8a8a;
}

.contractItem header > span {
    font-size: 36px;
    font-weight: 500;
    color: #f25a3a;
}

.contractItem .orderItem > h1 {
    margin-top: 0;
}

.contractItem .orderName {
    padding-left: 0;
}

.orderItem {
    position: relative;
}

.orderItem-order {
    padding-bottom: 45px;
}

.b-orderItem {
    padding: 0 40px 40px 40px;
    min-height: 360px;
}

.b-contractText {
    margin-bottom: 25px;
    width: 300px;
}

.b-contractText span {
    display: block;
    font-size: 15px;
    color: #3d3d3d;
}

.b-contractText em {
    font-size: 15px;
    font-weight: 500;
    color: #3d3d3d;
    font-style: normal;
}

.rounded-contract {
    display: block;
    width: 190px;
    margin-left: 0;
    margin-bottom: 15px;
    border-color: #d4d5d6;
    background-color: #fff;
}

.contractDownload {
    display: inline-block;
    height: 32px;
    padding-left: 32px;
    margin-bottom: 80px;
    background: url('/local/templates/texenergo/img/account/pdf-icon.png') left 0 no-repeat;
    font-size: 11px;
    font-weight: bold;
    color: #3d3d3d;
    text-decoration: underline;
    line-height: 32px;
}

.contractStatus {
    width: 350px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background-color: #f8f8f8;
}

.contractStatus h1 {
    margin-top: 0;
    font-size: 19px;
    font-weight: 300;
    color: #36393f;
    text-align: center;
}

.contractStatus figure > canvas {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contractStatus figcaption {
    font-size: 13px;
    color: #494949;
}

.b-contractStatus {
    padding: 25px 20px;
}

.statusCol {
    float: left;
    width: 155px;
    text-align: center;
}

.statusCol span {
    font-size: 11px;
}

.squareDebt,
.squareLimit,
.squareOverdraft {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.squareOverdraft {
    background-color: #4e5157;
}

.squareDebt {
    background-color: #f25a29;
}

.squareLimit {
    background-color: green;
}

.contractItem .orderWarn {
    font-size: 23px;
    font-weight: 300;
    padding-right: 20px;
    background: url('/local/templates/texenergo/img/account/help-icon.png') right 0 no-repeat;
    color: #f25b3b;
    cursor: pointer;
}

.orderNote {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.b-orderNote {
    padding: 20px 40px 20px 40px;
}

.noteHeadline {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 23px;
    font-weight: 300;
    color: #858585;
}

.noteInfo {
    font-size: 23px;
    font-weight: 300;
    color: #ed5c2f;
    line-height: 25px;
}

.noteSmall {
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #3d3d3d;
}

.b-orderNote-left {
    width: 390px;
}

.b-orderNote-button {
    width: 190px;
}

.b-orderNote-button .rounded {
    margin-top: 12px;
    margin-bottom: 0;
}

.main-reclamation {
    background-color: #fff;
}

.b-main-reclamation {
    padding: 40px 40px 373px 40px;
}

.reclBlock {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    color: #36393f;
}

.b-reclBlock {
    padding: 20px;
    transition: all .25s ease;
}

.b-reclBlock:hover, .b-reclBlock.active {
    background: #3f5a89;
    color: #fff;
}

.reclBlock h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 300;
}

.reclBlock span {
    font-size: 15px;
    font-weight: 300;
}

.orderItem-shipping {
    padding-top: 15px;
}

.accountShipping {
    padding-right: 46px;
}

.accountShipping.last {
    border-bottom: none;
}

.b-accountShipping {
}

.b-accountShipping-left {
    float: left;
    width: 150px;
    padding-top: 29px;
    text-align: center;
}

.b-accountShipping-left span {
    font-weight: bold;
}

.b-accountShipping-right {
    float: right;
    width: 490px;
}

.accountShipping .orderBar {
    width: 380px;
    margin-right: 0;
}

.shipButtons {
    padding-top: 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.b-shipButtons {
    width: 660px;
    padding-left: 4px;
    margin: 0 auto;
}

.shipButtons button {
    float: left;
    width: initial;
    padding: 0 19px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
}

.shipButtons button:last-child {
    margin-right: 0;
}

.profileSelector {
    float: right;
    margin-top: 30px;
    top: 0;
    font-size: 13px;
    font-weight: bold;
    color: #ed5c2f;
    text-transform: uppercase;
}

.form-block {
    margin-bottom: 10px;
    background-color: #fff;
}

.formHeader {
    padding: 20px 40px;
    border-bottom: 1px solid #ebebeb;
}

.formHeader > h1,
.formHeader > h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 300;
    color: #36393f;
}

.formHeader input[type="checkbox"] {
    margin-left: 20px;
}

.formBody {
    padding: 20px 40px;
}

.formRow {
    margin-bottom: 14px;
}

.formParent {
    float: left;
    width: 305px;
    margin-right: 30px;
}

.formParent-full {
    width: 100%;
}

.formChild {
    float: left;
    margin-right: 10px;
}

.form-10 {
    width: 65px;
}

.form-15 {
    width: 100px;
}

.form-25 {
    width: 190px;
}

.form-50 {
    width: 100%;
}

.form-100 {
    width: 100%;
}

.formLabel {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
}

.passwordLabel {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
    color: #3d3d3d;
}

.checkboxLabel {
    margin-left: 6px;
    font-size: 13px;
    font-weight: 300;
    color: #3d3d3d;
}

.formInput {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 30px;
    background-color: #eaeaea;
    font-size: 15px;
    color: #3d3d3d;
    padding: 0 20px;
    outline: none;
}

textarea.formInput {
    padding: 10px 20px;
}

.formInput-field {
    height: 120px;
}

.formInput-password {
    width: 239px;
    background: url('/local/templates/texenergo/img/profile/eye.png') 200px center no-repeat, #eaeaea;
}

.b-formLogistics input[type="checkbox"] {
    height: 10px;
    margin-top: 20px;
}

.rounded-form {
    width: 235px;
    font-size: 12px;
}

.formBottom {
    margin-top: 10px;
}

.rounded-red {
    width: 130px;
    background-color: #f25a3a;
    font-size: 13px;
    color: #fff;
}

.formUndo {
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #ed5c2f;
    text-transform: uppercase;
}

.formUndo:hover {
    text-decoration: underline;
}

.main-about .manCategory img {
    position: relative;
    margin-right: 0;
    left: -5px;
    top: 0;
}

.articleItem {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;

}

.articleItem img {
    float: left;
    margin-right: 30px;
}

.articleItem img.center {
    float: none;
    margin-right: 0;
}

.b-articleItem {
    padding: 30px;
}

.b-articleText {
    float: left;
    width: 430px;
}

.b-articleText h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #3d3d3d;
}

.b-articleText p {
    font-size: 13px;
    color: #36393f;
}

.b-articleText .date {
    margin-top: 0;
}

.sectionVideos {
    background-color: #fff;
}

.sectionVideos ul {
    padding: 30px 30px 0 30px;
    margin-top: 0;
    margin-bottom: 0;
}

.sectionVideos li {
    float: left;
    width: 149px;
    margin-right: 18px;
}

.sectionVideos.videosLine li{
	margin-right: 16px;
}

.sectionVideos li:last-child {
    margin-right: 0;
}

.sectionVideos h2 {
    margin-bottom: 3px;
    font-size: 13px;
    color: #3d3d3d;
}

.sectionVideos p {
    font-size: 13px;
    color: #3d3d3d;
}

.videoDuration {
    font-size: 11px;
    font-weight: 300;
    color: #5c9e86;
}

.videoTitle:hover {
    text-decoration: underline;
}

.contactCity {
    margin-bottom: 20px;
}

.b-contactCity {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.roundedContact {
    width: 130px;
    height: 31px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    color: #727478;
    text-transform: uppercase;
}

.roundedContact-selected {
    background-color: #fff;
    color: #f25a3a;
}

.contacts {
    margin-bottom: 20px;
}

.contactHeader {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.b-contactHeader {
    padding: 20px 30px;
}

.contactHeader h1 {
    font-size: 19px;
    color: #318668;
    margin: 0;
    font-weight: bold;
}
.contactHeader h2 {
    font-size: 19px;
    color: #318668;
    margin: 0;
    font-weight: bold;
}

.contactBody {
    background-color: #fff;
    font-size: 15px;
}

.b-contactBody {
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
}

.b-contactBody-borderless {
    border-bottom: none;
}

.b-contactRow {
    margin-bottom: 20px;
}

.b-contactAdress {
    width: 360px;
    float: left;
}

.b-contactAdress p {
    margin-top: 0;
}

.b-contactAdress a {
    display: inline-block;
    margin-right: 10px;
}

.b-contactSchedule {
    width: 245px;
    float: right;
}

.contactDays {
}

.contactDays ul {
    margin-top: 0;
    margin-bottom: 0;
}

.contactDays li {
    float: left;
    width: 34px;
    height: 35px;
    border-right: 1px solid #5a5a5a;
    background-color: #3d3d3d;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
}

.contactDays li.sunday {
    background-color: #f25a3a;
    border-right: 1px solid #f47255;
}

.contactTime {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f2f2f2;
    text-align: center;
}

.contactTime span {
    margin-left: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #3d3d3d;
}

.contactTime em {
    margin-right: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #ed5c2f;
}

.b-contactPhone {
    clear: both;
}

.contactLink, .showMapLink {
    border-bottom: 1px dotted #ed5c2f;
    font-size: 13px;
    color: #ed5c2f;
    outline: none;
}

.contactLink:hover,
.showMapLink:hover {
    color: #36393f;
    border-color: #36393f;
}

.contactLink.active,
.showMapLink.active {
    color: #36393f;
    border-color: transparent;
}

.scheme {
    padding: 10px 0 0 0;
}

.contactLink-mail {
    font-size: 15px;
}

.b-contactPhone,
.b-contactMail {
    float: left;
    margin-right: 60px;
}

.b-contactPhone b,
.b-contactMail b {
    display: block;
}

.b-contactPhone span,
.b-contactMail span {
    display: block;
}

.b-contactDept {
    font-size: 13px;
}

.b-contactDept b,
.b-contactDept span {
    display: block;
    margin-bottom: 3px;
}

.b-contactDept ul {
    margin-top: 0;
    margin-bottom: 0;
}

.b-contactDept li {
    width: 180px;
    float: left;
    margin-right: 55px;
}

.b-contactDept li:last-child {
    margin-right: 0;
}

.contactBox {
    position: relative;
    padding: 5px 20px 30px 20px;
    background-color: #393b40;
}

.b-boxLeft,
.b-boxRight {
    position: relative;
    float: left;
    width: 340px;
    margin-top: 20px;
}

.b-boxLeft {
    clear: left;
}

.b-boxRight {
    clear: right;
}

.b-boxLeft img,
.b-boxRight img {
    float: left;
    margin-right: 20px;
}

.contactBox h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #ed5c2f;
}
.contactBox h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: #ed5c2f;
    display: block;	
}

.contactBox em {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
}

.contactBox span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}

.contactBox .contactLink {
    margin-left: 5px;
}

.contactTriangle {
    position: absolute;
    width: 10px;
    height: 5px;
    top: -5px;
    background: url('/local/templates/texenergo/img/contact/triangle.png') 0 0 no-repeat;
}

.contactTriangle-left {
    left: 10%;
}

.contactTriangle-center {
    left: 45%;
}

.contactTriangle-right {
    left: 78%;
}

.contactHover {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 100px;
    background: url('/local/templates/texenergo/img/contact/hover.png') center center no-repeat, rgba(255, 255, 255, .5);
}

.b-hoverWrapper {
    display: inline-block;
    float: left;
}

.b-hoverWrapper:hover > .contactHover {
    visibility: visible;
    cursor: pointer;
}

.aboutIntro {
    padding: 25px 25px;
    margin-bottom: 10px;
    background-color: #fff;
}

.aboutIntro ul {
  padding-left:20px;
  list-style:disc;
}
.aboutIntro li {
  font-size:15px;
}
.aboutIntro p {
    margin: 0;
    font-size: 14.6px;
    color: #3d3d3d;
}

.aboutAll {
    position: relative;
    padding: 25px;
    height: 1110px;
    background-color: #fff;
    margin-bottom: 20px;
}

.storyArticle {
    position: absolute;
    width: 262px;
    background-color: #efefef;;
}

.storyArticle p {
    padding: 20px 20px 20px 20px;
    margin: 0;
    font-size: 13px;
    color: #3d3d3d;
}

.storyYear {
    position: absolute;
    left: -24px;
    font-size: 21px;
    font-weight: bold;
    color: #398665;
    background-color: #fff;
}

.year-2012 {
    top: 642px;
}

.aboutLeft,
.aboutStory,
.aboutRight {
    position: relative;
    float: left;
}

.aboutLeft,
.aboutRight {
    width: 262px;
}

.aboutStory {
    position: relative;
    width: 136px;
}

.hangerRight,
.hangerLeft {
    position: absolute;
    width: 79px;
    height: 21px;
    background: url('/local/templates/texenergo/img/about/hanger-sprite.png') 0 0 no-repeat;
    z-index: 100;
}

.hangerRight {
    right: -79px;
    top: 20px;
}

.hangerLeft {
    left: -77px;
    top: 18px;
    background-position: 0 -21px;
}

.hangerDate {
    color: #398665;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
}

.hangerDate-right {
    top: -12px;
    left: 19px;
}

.hangerDate-left {
    top: -10px;
    left: 27px;
}

.storyVertical {
    width: 3px;
    position: relative;
    top: 20px;
    margin: 0 auto;
    background: rgba(49, 134, 104, .4);
}

.cartCrumbs {
    float: right;
    margin-top: 37px;
}

.cartCrumbs ul {
    list-style: none;
}

.cartCrumbs li {
    display: inline-block;
    margin-right: 8px;
}

.cartCrumbs span,
.cartCrumbs a {
    padding-right: 23px;
    background: url('/local/templates/texenergo/img/cart/crumbs-arrow.png') right 3px no-repeat;
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
}

.cartCrumbs li:last-child a {
    background: none;
}

.cartCrumbs .crumbsActive {
    color: #f25a3a;
}

.cartCrumbs .crumbsComplete {
    color: #000;
    background-position: right -12px;
}

.cartCrumbs .cartCrumbs-last {
    background: none;
    padding-right: 0;
}

.cartItems {
}

.blockHeader {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ebebeb;
    background: #fff;
    line-height: 59px;
    text-align: center;
}

.blockHeader h1 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 300;
    color: #36393f;
}

.cartRegular {
    display: block;
    font-size: 13px;
    color: #6f6f6f;
    text-decoration: line-through;
}

.cartFooter {
}

.cartBonus {
    position: relative;
    height: 60px;
    background: #318668;
    line-height: 60px;
}

.cartBonus > h1 {
    display: inline-block;
    margin: 0 0 0 320px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.cartBonus > h1 > em {
    font-weight: 300;
}

.cartBonus input {
    width: 110px;
    height: 32px;
    margin-right: 5px;
    background: #fff;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    color: #6f6f6f;
    text-indent: 20px;
    outline: none;
}

.cartBonus-approve em {
    float: right;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-right: 30px;
}

.bonusButton {
    width: 50px;
    height: 32px;
    background: #f25a3a;
    border: none;
    border-radius: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;

}

.b-cartBonus-field {
    float: right;
    width: 180px;
    margin-right: 60px;
}

.b-cartTotals {
    background: #fff;
}

.cartTotals {
    display: inline-block;
    float: right;
    width: 400px;
    margin-right: 50px;
    background-color: #fff;
}

.totalsDiscount {
    display: block;
    width: 400px;
    height: 38px;
    margin-right: 50px;
    border-bottom: 1px solid #ebebeb;;
    line-height: 38px;
}

.totalsDiscount span,
.totalsDiscount em {
    font-size: 15px;
    color: #3d3d3d;
}

.totalsDiscount em {
    color: #ed5c2f;
}

.totalsDiscount .discountAmount {
    display: inline-block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #3d3d3d;
}

.totalsDiscount-approve {
    width: 418px;
}

.totalSum {
    display: block;
    width: 400px;
    margin-right: 50px;
    line-height: 70px;
}

.totalSum .text {
    float: left;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #ed5c2f;
}

.totalSum .cartTotal {
    float: right;
    font-size: 36px;
    font-weight: 500;
    color: #ed5c2f;
}

.totalSum-approve {
    width: 418px;
}

.cartButtons {
    display: inline-block;
    float: right;
    margin-top: 30px;
    margin-bottom: 20px;
}

.rounded-cart {
    min-width: 175px;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 40px;
    line-height: 40px;
    padding-left: 20px;
    display: inline-block;
    text-decoration: none;
}

.rounded-click {
    margin-right: 5px;
    border: 1px solid #c4c5c6;
    color: #ed5c2f;
    background: transparent;
}

.rounded-order {
    /*padding-right: 20px;*/
    color: #fff;
    background: #f25a3a;
    border: none;
}

.rounded-ship {
    width: 205px;
    padding: 0;
    margin: 0 10px 0 0;
    border-color: #ed5c2f;
    background-image: none;
}

.rounded-preorder {
    width: 190px;
    background-position: 164px 13px;
}

.rounded-long {
    width: 340px;
    background-position: 305px center;
}

.catProducts-cart {
}

.catProducts-cart .wrapper-land {
    margin-left: 0;
}

.catProducts-cart .wrapper {
    float: left;
}

.catProducts-cart .cat-product {
    width: 187px;
}

.catFooter-cart {
    clear: both;
    height: 40px;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
}

.cat-footer-landing {
    position: relative;
}

.promoTabs {
    clear: both;
}

.promoTabs > ul {
    background: #f2f2f2;
}

.promoTabs.basketPromo > ul {
    padding-left: 60px;
}

.promoTabs > ul li {
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    font-size: 11px;
    font-weight: 500;
    background: #f2f2f2;
    text-transform: uppercase;
    line-height: 40px;
}

.promoTabs .activeTab {
    background: #fff;
}

.promoTabs .activeTab > a {
    color: #ed5c2f;
}

.cartItems-approve {
    float: left;
    width: 661px;
    margin-right: 10px;
}

.cartItem-approve {
}

.cartItem-approve figure {
    width: 360px;
}

.cartChange {
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
}

.cartChange:hover {
    text-decoration: underline;
}

.cartAside {
    margin-bottom: 10px;
    background-color: #fff;
    float: right;
    width: 269px;
}

.h-cartAside {
    position: relative;
    padding: 0 15px;
    background-color: #4e5157;
    color: #fff;
    line-height: 60px;
}

.h-cartAside h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
}

.b-cartAside {
    background-color: #fff;

}

.b-cartAside-shipping {
    padding: 0 15px 15px 15px;
}

.clientName {
    margin-top: 0;
}

.asideSection {
    padding: 20px 20px;
    border-bottom: 1px solid #ebebeb;
}

.asideSection:last-child {
    border-bottom: none;
}

.asideText-bold {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3d;
}

.asideText-normal {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: normal;
    color: #3d3d3d;
}

.asideText-phone {
    margin-bottom: 10px;
}

.deliveryAdd {
    display: block;
    margin-bottom: 1px;
    color: #3f3f3f;
    font-size: 13px;
    text-decoration: underline;
}

.asideSmall {
    color: #3f3f3f;
    font-size: 11px;
}

.asideComment {
    width: 220px;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #bababa;
    border-radius: 15px;
    text-indent: 10px;
    font-size: 15px;
    outline: none;
}

.asideAdd {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 10px;
    background: url('/local/templates/texenergo/img/cart/delete.png') right center no-repeat;
}

.b-cartPayment {
    padding: 20px 30px;
    background-color: #fff;
}

.radioCaption {
    font-size: 15px;
    color: #3d3d3d;
}

.radioRow {
    position: relative;
    display: block;
    margin-left: 10px;
    margin-bottom: 20px;
}

.radioRow > label {
    padding-left: 25px;
    position: relative;
    cursor: pointer;

}

.radioRow label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 18px;
}

.radioRow input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f25a3a;
    font-size: 32px;
    text-align: center;
    line-height: 15px;
}

.radioRow > input[type='radio'] {
    display: none;
}

.payRadio {
    margin-right: 8px;
}

.payHeadline {
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    color: #ed5c2f;
}

.payHeadline em {
    font-size: 27px;
}

.f-cartPayment {
    height: 100px;
    padding: 0 30px;
    border-top: 1px solid #ebebeb;
    background-color: #fff;
    line-height: 100px;
}

.f-cartPayment .rounded-click {
    float: left;
    margin-top: 28px;
}

.f-cartPayment .rounded-order {
    float: right;
    margin-top: 28px;
}

.asideItem {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.asideCaption {
    float: left;
    width: 130px;
}

.asideBonus,
.asideCourier,
.asideTotal {
    float: left;
}

.asideBonus {
    width: 254px;
    height: 35px;
    padding-left: 15px;
    background-color: #318668;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 35px;
}

.asideBonus em {
    float: right;
    margin-right: 15px;
}

.asideCourier {
    width: 254px;
    padding-left: 15px;
    background-color: #fff;
    font-size: 13px;
    color: #3d3d3d;
    line-height: 35px;
}

.asideCourier em {
    float: right;
    margin-right: 15px;
}

.asideTotal {
    padding: 10px 15px;
    border-top: 1px solid #ebebeb;
}

.asideTotal.asideFixed {
    padding: 10px 15px 70px 15px;
    float: none;
}

.asideTotal span {
    display: block;
    text-align: right;
    font-size: 15px;
    color: #ed5c2f;
}

.asideTotal span > em {
    font-size: 27px;
}

.asideTotal small {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    color: #6f6f6f;
    text-align: right;
}

.preOrder {
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #f25a3a;
}

.preInfo {
    font-size: 17px;
    color: #36393f;
}

.preRow {
    display: block;
    text-align: center;
}

.preRow > em {
    color: #ed5c2f;
    font-weight: 500;
}

.preInfo > p {
    display: block;
    text-align: center;
}

.preInfo h3 {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}

.rounded-long {
    width: 460px;
    margin-top: 30px;
    background-position: 434px 13px;
}

.prePromo {
    margin-top: 60px;
}

.prePromo-ul {
}

.prePromo-li {
    float: left;
    width: 227px;
    height: 380px;
    position: relative;
    margin-right: 10px;
    background-color: #fff;
}

.prePromo-figure {
    margin-top: 50px;
}

.prePromo-figure a {
    display: block;
    width: 225px;
    height: 185px;
    text-align: center;
}

.prePromo-figure img {
}

.prePromo-figcaption {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 180px;

}

.prePromo-figcaption > span {
    font-size: 11px;
    font-weight: bold;
    color: #f25a3a;
    text-transform: uppercase;
}

.prePromo-figcaption > p {
    margin-top: 4px;
    font-size: 11px;
    color: #6e6e6e;
    text-transform: uppercase;
}

.preDiscount,
.preNew {
    display: block;
    width: 62px;
    height: 64px;
    position: absolute;
    top: 25px;
    right: 20px;
}

.preDiscount {
    background: url('/local/templates/texenergo/img/cart/badge-discount.png') center center no-repeat;
}

.preNew {
    background: url('/local/templates/texenergo/img/cart/badge-new.png') center center no-repeat;
}

.f-shippingOptions {
    display: inline-block;
    clear: both;
    width: 601px;
    background-color: transparent;
}

.f-shippingOptions .rounded-click,
.f-shippingOptions .rounded-order {
    margin-top: 0;
}

.shippingOptions {
    padding: 30px;
    background-color: #fff;
}

.shippingWrapper {
    display: inline-block;
    float: left;
    width: 290px;
    margin-right: 20px;
}

.profileList .shippingWrapper {
    margin-right: 10px;
}

.shippingOption {
    display: inline-block;
    width: 230px;
    height: 250px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
}

.shippingOption > h3 {
    margin-top: 0;
    font-size: 19px;
    color: #3d3d3d;
}

.shippingOption > span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #3d3d3d;
}

.shippingOption > p {
    font-size: 13px;
    color: #3d3d3d;
}

.shippingOption > small {
    display: block;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #6f6f6f;
}

.buttonWrapper {
    display: block;
    margin: 0 auto;
    width: 262px;
}

.profileList .buttonWrapper {
    display: block;
    margin: 0 auto;
    width: 262px;
    margin-bottom: 20px;
}

.asideOne {
    clear: both;
    width: 269px;
    height: 40px;
    background-color: #393b40;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
}

.asideOne > span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.formTabs-ul {
    width: 720px;
    margin: 0 auto;
}
.formTabs-ul_sidebar {
  background-color: #000;  
  width:210px;
}
.formTab {
    float: left;
    width: 240px;
    height: 40px;
    background-color: #f2f2f2;
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.formTab_sidebar {
    width: auto;
    background-color: #000;
}
.formTab > a {
    display: block;
    padding: 0 15px;
    height: 40px;
}
.formTab_sidebar .formTab_link {
    padding: 0 10px;
}
.formTab.active,
.formTab.active > a {
    background-color: #fff;
    color: #ed5c2f;
}
.formTab_sidebar a {
  color:#aaa !important;
}
.formTab_sidebar.active,
.formTab_sidebar.active > a {
    background-color: #000;
    color:#ed5c2f !important;
}
.formTab_sidebar > a:hover {
  text-decoration: none !important;
}

.cartForm {
    width: 600px;
    padding: 30px 60px;
    margin: 0 auto;
    background-color: #fff;
}

.cartForm-group {
    margin-bottom: 30px;
}

.cartForm-group-user {
    margin-bottom: 10px;
}

.cartForm-group-login {
    padding-top: 20px;
}

.cartForm-group-pass {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
}

.cartForm-field {
    display: inline-block;
    float: left;
    width: 280px;
    margin-right: 40px;
    margin-bottom: 10px;
}

.cartForm-field-login {
    margin: 10px 67px;
}

.cartForm-field-message {
    margin-left: 67px;
    font-size: 14px;
}

.cartForm-span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
}

.cartForm-span-inline {
    display: inline-block;
    float: left;
}

.cartForm-input,
.cartForm-input-user {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #eaeaea;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    padding: 0 20px;
    outline-style: none;
}

.cartForm-input-user {
    border-radius: 20px;
}

.cartForm-buttons {
    text-align: center;
}

.cartForm-buttons-login {
    margin-left: 80px;
    display: block;
    float: left;
    margin-top: 15px;
}

.roundedForm {
    display: block;
    width: 280px;
    margin: 0 auto;
    border-color: #f25a3a;
    background-image: none;
}

.cartForm-exist {
    display: block;
    margin-top: 18px;
    font-size: 12px;
    font-weight: 500;
    color: #ed5c2f;
    text-transform: uppercase;
}

.cartForm-exist:hover {
    text-decoration: underline;
}

.cartForm-exist-login {
    float: left;
    line-height: 6px;
    margin-right: 20px;
}
.cartForm-text {
    font-size: 1.1em;	
}
.cartLogin-form .cartForm-text {
    clear: both;
    text-align: center;
    padding-top: 10px;
}

.cartRegister {
    width: 720px;
    margin: 30px auto;
}

.cartLogin {
    width: 420px;
    margin: 30px auto;
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 100px;
}

.cartLogin-header {
    height: 60px;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    line-height: 60px;
}

.cartLogin-header > h1 {
    margin: 0;
    font-size: 23px;
    font-weight: 300;
    color: #36393f;
}

.cartLink-forget {
    display: inline-block;
    float: right;
    font-size: 13px;
    color: #ed5c2f;
    line-height: 22px;
}

.cartLink-forget:hover {
    text-decoration: underline;
}

.main-price {
    margin-bottom: 20px;
}

.priceHeader {
    padding: 10px 30px;
    background-color: #fff;
}

.priceHeader > h2 {
    font-size: 15px;
    font-weight: normal;
    color: #3d3d3d;
}
.priceHeader > p {
    font-size: 15px;
    font-weight: normal;
    color: #3d3d3d;
}

.priceBody {
    padding: 30px 30px 10px 30px;
    margin-top: 10px;
    background-color: #fff;
}

.priceList {
    display: inline-block;
    float: left;
    width: 330px;
    margin-bottom: 25px;
    height: 110px;
}

.priceList-first {
    margin-bottom: 50px;
}

.priceList h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #ed5c2f;
    text-transform: uppercase;
}

.priceList span {
    font-size: 13px;
    color: #3d3d3d;
}

.priceImage {
    float: left;
    margin-right: 20px;
}

.priceList-caption {
    float: left;
    width: 195px;
    display: inline-block;
}

.sidebar-padding {
    padding-left: 15px;
}

.no-arrow {
    background-image: none !important;
}

.subControls {
    display: inline-block;
    margin-left: 60px;
    position: relative;
    top: 22px;
    float: right;
}

.subSocials,
.subMetrics,
.subControls-button {
    float: left;
}

.subSocials {
    margin-right: 20px;
}

.subSocials-span {
    display: block;
    font-size: 11px;
    color: #3d3d3d;
    margin-bottom: 6px;
}

.subSocial {
    display: inline-block;
    width: 70px;
    margin-right: 10px;
}

.subSocial-image {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/local/templates/texenergo/img/subscription/socials.png') 0 0 no-repeat;
    margin-right: 3px;
}

.subSocial-facebook {
    background-position: 0 0;
}

.subSocial-vkontakte {
    background-position: -32px 0;
}

.subSocial-twitter {
    background-position: -64px 0;
}

.subSocial-facebook.active {
    background-position: 0 bottom;
}

.subSocial-vkontakte.active {
    background-position: -32px bottom;
}

.subSocial-twitter.active {
    background-position: -64px bottom;
}

.subSwitch {
    display: inline-block;
    width: 38px;
    height: 21px;
    background: url('/local/templates/texenergo/img/subscription/switch.png') 0 0 no-repeat;
    cursor: pointer;
}

.subSwitch-on {
    background-position: -38px 0;
}

.subSwitch.subSwitch-between {
    background-position: -79px 0;
}

.subSwitch.subSwitch-between.subSwitch-on {
    background-position: -38px 0;
}

.subMetrics {
}

.subMetrics-bonuses {
    float: left;
    padding-right: 15px;
    position: relative;
    top: 6px;
    margin-right: 15px;
}

.subMetrics-bonuses > span,
.subMetrics-bonuses > em {
    display: block;
    font-size: 11px;
    color: #3d3d3d;
}

.subMetrics-bonuses > em {
    font-weight: 500;
    font-style: normal;
    color: #ed5c2f;
}

.subMetrics-divider {
    padding-left: 15px;
    border-right: 1px solid #d0d0d0;
    background: url('/local/templates/texenergo/img/subscription/th-icon.png') left center no-repeat;
}

.subControls-button {
    width: 105px;
    height: 30px;
    border: none;
    position: relative;
    top: 8px;
    border-radius: 15px;
    font-size: 12px;
    background-color: #fff;
    color: #ed5c2f;
    text-transform: uppercase;
}

.caption-production {

}

.caption-production a {

}

h3.production-header {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px !important;
}

.subSection {
    background-color: #fff;
    color: #3d3d3d;
    padding: 20px 40px;
    margin-bottom: 80px;
}

.subSection-left,
.subSection-right {
    float: left;
}

.subSection-left {
    width: 360px;
    margin-right: 30px;
}

.subSection-right {
    width: 453px;
}

.subSection-block {
}

.subSection-header {
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.subSection-header > h1 {
    display: inline-block;
    font-size: 23px;
    font-weight: 300;
}

.subSection-header > a {
    display: inline-block;
    position: absolute;
    right: 0;
    font-size: 11px;
    font-weight: 500;
    color: #9c9da0;
    text-transform: uppercase;
    top: 25px;
}

.subSection-header > a:hover {
    text-decoration: underline;
}

.subSection-row {
    position: relative;
    margin-bottom: 20px;
    padding-right: 30px;
}

.subSection-row .subSwitch {
    position: absolute;
    right: 0;
}

.subSection-span {
    font-size: 15px;
    color: #3d3d3d;
}

.subSection-span-special {
    color: #ed5c2f;
}

.newsContent {
    padding: 40px 40px 20px 40px;
    background: #fff;
}

.newsContent > p {
    color: #36393f;
}

.newsEm {
    font-size: 25px;
    font-weight: 300;
}

.newsPr {
    display: block;
    margin: 25px auto 0 auto;
    width: 630px;
    font-size: 15px;
}

.newsFigure {
    position: relative;
}

.newsFigure > img {
    display: block;
    max-width: 621px;
    margin: 0 auto;
}

.newsFigure-caption {
    position: absolute;
    top: 0;
    right: 10px;
}

.date-news {
    display: inline-block;
    width: 90px;
    margin-top: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

.relatedPubs {
    background: #fff;
    margin-top: 20px;
}

.relatedPubs-header {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.relatedPubs-header > h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 2.3em;
    font-weight: 300;
    margin: 0;
}

.relatedPubs-ul {
    display: block;
    width: 796px;
    margin: 30px auto 20px auto;
    padding-bottom: 20px;
}

.relatedPubs-li {
    display: inline-block;
    width: 178px;
    margin-right: 25px;
}

.relatedPubs-li.last {
    margin-right: 0;
}

.pubsText {
    margin-top: 0;
    font-size: 13px;
}

.subControls-viewed {
    float: right;
    position: relative;
    top: 23px;
    margin-left: 0;
    width: 476px;
}

.subSocials-span-viewed {
    width: 100px;
    position: relative;
    top: 5px;
}

.catProducts-offset {
    position: relative;
    top: -1px;
}

.bottom-pager-viewed {
    position: relative;
    top: -1px;
}

.markdownMessage {
    position: absolute;
    bottom: 14px;
    width: 286px;
    height: 35px;
    padding: 10px 20px;
    background-color: rgba(237, 92, 47, .8);
    text-align: center;
}

.markdownMessage span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.priceList-catalog {
}

.priceList-catalog h3 {
    display: inline-block;
    width: 140px;
    font-size: 13px !important;
    font-weight: 500;
}

.priceHeader li {
    font-size: 15px;
}

.priceBody-catalog {
    padding: 0;
    margin-top: 0;
    background-color: transparent;
}

.catalog-list {
    float: left;
    width: 720px;
}

.catalog-list .cat-hoverbox {
    display: none;
}

.catalogBrands {
}

.catalogBrands li {
    display: inline-block;
    width: 172px;
    margin-right: 7px;
    margin-bottom: 10px;
}

.catalogBrands li.last {
    margin-right: 0;
}

.qmark {
    padding-right: 16px;
    background: url('/local/templates/texenergo/img/comparsion/qmark.png') right center no-repeat;
}

.counter {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 2px;
    font-size: 15px;
    font-weight: 800;
    color: #ed5c2f;
}

.sidebar-special {
    color: #ed5c2f !important;
}

.sidebar .submenu {
    display: none;
    background: #393b41;
    padding: 20px 0 10px 15px;
    margin-bottom: 0;
}

.sidebar .submenu li {
    margin-bottom: 15px;
}

.sidebar .submenu a {
    width: 180px;
    font-size: 13px;
    font-weight: 300;
    text-transform: none;
}

.sidebar .submenu a:hover, .sidebar .submenu a.active {
    /* text-decoration: underline; */
    color: #ed5c2f;
}

.sidebar .submenu a.target-blank {
    position: relative;
    padding-right: 30px;
    width: 150px;
}

.sidebar .submenu a .icon-target-blank {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 19px;
    height: 17px;
    background: url('/local/templates/texenergo/img/catalog/icon-target-blank.png') no-repeat 0 0;
}

.sidebar .submenu a:hover .icon-target-blank {
    background-position: -30px 0;
}

.side-category,
.side-single {
    display: inline-block;
    position: relative;
    height: 48px;
    width: 195px !important;
    border-bottom: 1px solid #606369;
    padding-left: 15px;
    line-height: 48px;
    width: inherit;
}

.side-category.is-opened {
    border-bottom: none;
}

.more-icon {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 11px;
    height: 13px;
    background: url('/local/templates/texenergo/img/catalog/more.png');
    background-position: 0 0;
}

.more-icon.is-opened {
    background-position: 0 -13px;
    top: 15px;
}

.three-nomargin {
    margin-right: 0;
}

.nine-nomargin {
    width: 720px !important;
    margin-left: 0;
}

.sidebar .search {
    padding-left: 15px;
}

.sidebar-catalog .head, .head.head_back {
    display: table;
    position: relative;
    height: 48px;
    width: 155px;
    vertical-align: middle;
}

.sidebar-catalog .head a, .head.head_back a {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
}

.sidebar-catalog .head-sub a, .head.head_back .head-sub a {
    text-transform: none;
    font-size: 11px;
}

.head.head_back {
    margin-bottom: 2px;
}

.head.head_back p {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-catalog .head p {
    display: table-cell;
    vertical-align: middle;
}

.sidebar-catalog .head-sub {
    width: 195px;
    padding-left: 70px;
    background: url('/local/templates/texenergo/img/catalog/cat-arrow.png') 32px 12px no-repeat;
}

.sidebar-catalog .head-single {
    background-image: none;
    padding-left: 15px;
    border-bottom: 1px solid #606369;
}

.sidebar-catalog .head-single-arrow {
    background: url("/local/templates/texenergo/img/account/right-arrow.png") 180px 20px no-repeat;
}

.sidebar-catalog .head-single a {
    width: 182px;
    font-weight: 300;
}

.sidebar-catalog .head-single a:hover {
    text-decoration: underline;
}

/* menu-section module */

.menu-section {
    width: 210px;
}

.menu-section > ul {
    width: 210px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #606369;
}

.menu-section > ul li:last-child {
    border-bottom: none;
}

.sidebar-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 210px;
    padding: 14px 15px;
    border-bottom: 1px solid #60636a;
    background: #393b41;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    cursor: pointer;
}

.sidebar-header {
    padding-left: 15px;
    background: #4e5158;
    font-size: 11px;
    overflow: hidden;
    padding-right: 35px;
}

.sidebar-header.is-opened {
    border-bottom: none;
}

.sidebar-header > span {
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar-single {
    font-size: 11px;
    text-transform: uppercase;
}

.sidebar-single a {
    color: #fff;
    text-transform: uppercase;
}

.sidebar-single a:hover {
    text-decoration: underline;
}

.sidebar-radio {
    display: none;
}

.label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 16px;
    border: 1px solid #676a74;
    margin-right: 10px;
    background-color: #4e5158;
}

.label-rounded:before {
    border-radius: 8px;
}

.sidebar-radio:checked + .label-rounded:before {
    content: "\2022";
    color: #ed5c2f;
    background-color: #fff;
    border-color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 16px;
}

.sidebar-radio:checked + .label-squared:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}

/* pager-top module */

.pager-top {
    float: right;
    margin-top: 0;
}

.pager-top li {
    display: inline-block;
    margin-right: 7px;
}

.pager-top a {
    font-size: 13px;
    color: #a7a7a7;
}

.pager-top a.selected {
    color: #3d3d3d;
}

/* brands module */

.brands {
    background-color: #fff;
}

.brands ul {
    display: block;
    width: 605px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.brands li {
    display: inline-block;
    margin-right: 40px;
}

.brands li.last {
    margin-right: 0;
}

/* thumbnails module */

.thumbnails {
    position: absolute;
    top: 180px;
    left: 15px;
    padding: 5px;
    background-color: #fff;
}

.thumbnails ul {
    margin-top: 0;
    margin-bottom: 0;
}

.thumbnails li {
    display: inline-block;
    width: 47px;
    margin-left: -4px;
    border: 1px solid #ebebeb;
    text-align: center;
}

.thumbnails img {
    padding: 5px;
}

/* item-analog module */

.item-analog {
    float: left;
    width: 235px;
    background-color: #fff;
}

.item-analog .compMain {
    border-right: 1px solid #ebebeb;
}

.item-analog .pTechnicalsMain {
    margin-bottom: 0;
    border-right: 1px solid #e4e5e5;
}

.item-analog .pTechnicalsSecond {
    margin-top: 0;
}

.item-analog .pTechnicals h3 {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 0;
}

.item-analog .pBarcodeCont,
.item-analog .pTechnicalsSecond {
    border-right: 1px solid #ebebeb;
}

.item-analog .compMain.last,
.item-analog .pCart.last,
.item-analog .pCartNav.last,
.item-analog .pTechnicalsMain.last
.item-analog .pBarcodeCont {
    border-right: none;
}

/* tabsl-analog module */

.tabs-analog {
}

.tabs-analog ul {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f2f2f2;
}

.tabs-analog li {
    display: inline-block;
    border-right: 1px solid #e8e8e8;
}

.tabs-analog a {
    display: inline-block;
    padding: 15px 20px;
    font-size: 11px;
    font-weight: 500;
    background-color: #f2f2f2;
    color: #9c9da0;
    text-transform: uppercase;
}

.tabs-analog .active {
    background-color: #fff;
    color: #ed5c2f;
}

/* switch-module */

.group-switch {
    display: block;
    margin-top: 15px;
}

.group-switch:before,
.group-switch:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}

.group-switch:after {
    clear: both
}

.group-switch {
    zoom: 1
}

.group-switch > div {
    float: left;
    margin-right: 4px;
}

.group-switch > span {
    float: left;
    font-size: 13px;
}

.group-switch-catalog {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 25px;

}

.group-switch-catalog > div {
    margin-left: 10px;
    margin-right: 10px;
}

/* cat-header module */

.cat-header {
    position: relative;
    background-color: #fff;
    text-align: center;
}

.cat-header h1,h2 {
    display: inline-block;
    margin: 13px 0 15px 0;
    font-size: 23px;
    font-weight: 300;
}

/* other styles */

.cat-products .cell {
    position: relative;
    min-height: 292px;
    float: left;
}

.cat-products .cell:hover {
    z-index: 200;
}

.cat-products .cell:last-child .cat-product {
    border-right: 0;
}

.cat-products .wrapper {
    position: relative;
}

.box-analog {
    display: inline-block;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -57px;
    width: 115px;
    height: 35px;
    background-color: #393b41;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.box-analog > span {
    display: inline-block;
    padding-right: 35px;
    font-size: 11px;
    text-transform: uppercase;
    background: url('/local/templates/texenergo/img/catalog/arrow-analog.png') right center no-repeat;
}

.box-analog:hover > span {
    text-decoration: underline;
}

.brands.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    position: absolute;
    top: -39px;
    width: 12px;
    height: 19px;
    padding: 0;
    margin: 0;
    background: url('/local/templates/texenergo/img/catalog/arrows.png');
    opacity: 1;
}

.brands.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    background-position: 0 0;
}

.brands.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 20px;
    background-position: -16px 0;
}

a.name {
    font-size: 11px;
}

a.name:hover {
    text-decoration: underline;
}

.analogs {
    margin-bottom: 70px;
}

.cart-analogs .pInCart {
    width: 145px;
}

.cart-analogs .pInCartImg {
    padding-left: 0;
    margin-left: 0;
    margin-right: 5px;
}

.item-analog .pCart {
    padding-top: 17px;
    border-right: 1px solid #4b4d52;
}

.item-analog .pCartNav {
    margin-left: 21px;
    border-right: 1px solid #ebebeb;
}

.item-analog .pTechnicalsMain li {
    padding-left: 16px;
    padding-right: 16px;
}

.item-analog .pTechnicalsSecond {
    padding-left: 35px;
}

.item-analog .pBarcode {
    position: relative;
    left: -3px;
}

.item-analog .pCartQuantity img {
    position: relative;
    top: -1px;
}

.item-analog .cat-delivery,
.item-analog .cat-discount {
    top: -20px;
}

.image-cart-small {
    float: left;
    height: 15px;
    background: url('/local/templates/texenergo/img/catalog/cart-small.png') center center no-repeat;
}

.link-cart {
    font-size: 13px !important;
    text-transform: uppercase;
    color: #fff;
}

.logo-analog {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;

}

.logo-analog img {
    border: 3px solid #f2f2f2;
}

.show-promo {
    background: url('/local/templates/texenergo/img/footer/arrow-down.png') center right no-repeat;
}

/* ==========================================================================
   State
   ========================================================================== */

.parent.is-opened {
    padding: 15px 0;
    position: relative;
    background: url('/local/templates/texenergo/img/catalog/item-close.png') 30px 15px no-repeat, #f6f6f6;
}

.is-bolded {
    font-weight: 500 !important;
    color: #ed5c2f !important;
}

.is-questionDetail-opened {
    background: url('/local/templates/texenergo/img/catalog/item-close.png') left center no-repeat !important;
}

.is-switchSocials-on {
    background-position: 3px -23px;
}

.is-invoiceHeadline-open {
    background-position-y: -62px;
}

.cat-product.is-hovered {
    z-index: 1110;
}

.filter {
    position: relative;
}

.clear-filter {
    display: inline-block;
    width: 25px;
    height: 150px;
    position: absolute;
    left: -22px;
    top: 48px;
    border: none;
    text-indent: -999em;
    background: url('/local/templates/texenergo/img/news/clear.png') center center no-repeat, #393b41;
    outline: 0;
}

.close-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -30px;
    background: #ffffff url('/local/templates/texenergo/img/cross.png') center center no-repeat;
    visibility: hidden;
}

.close-popup {
    z-index: 10000;
}

.cart-hover .cartItem:hover {
    box-shadow: 0 0 15px 0 rgb(216, 216, 216);
    z-index: 100;
}

.cartItem:hover > .close-item {
    visibility: visible;
}

/* sidebar-catalog-child module */

.sidebar-second {
    position: absolute;
    top: -98px;
    left: 212px;
    z-index: 1000;
    min-height: 0;
}

.sidebar-second ul {
    margin-bottom: 0;
}

.sidebar-third {
    position: absolute;
    top: -98px;
    left: 212px;
    z-index: 1000;
}

.sidebar-third ul {
    margin-top: 21px;
    margin-bottom: 0;
}

.group-switch-margin {
    margin-top: 20px;
}

.compReview-bottom {
    margin-bottom: 10px;
}

/* list-toggle module */

.list-toggle {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    left: 5px;
    margin-right: 13px;
    background: url('/local/templates/texenergo/img/catalog/list.png') 0 0 no-repeat;
    cursor: pointer;
}

.list-toggle.open {
    background-position: -25px 0;
}

/* one-click module */

.one-click-container {
    display: inline-block;
    width: 654px;
    height: 490px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -327px;
    background: #fff;
    z-index: 1000;
}

.one-click {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 10000;
}

.one-click-inner {
    padding: 5px 40px;
}

.one-click h2 {
    padding-left: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 23px;
    font-weight: 400;
}

.one-click p {
    font-size: 13px;
    color: #3d3d3d;
}

.one-click .wrap-form-a,
.one-click .wrap-form-b {
    width: 277px;
    float: left;
}

.one-click .wrap-form-button button {
    margin-top: 8px;
}

.one-click label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #3d3d3d;
}

.one-click textarea {
    width: 100%;
    padding: 10px 10px;
    background: #eaeaea;
    border: none;
    outline: none;
    font-size: 13px;
}

.one-click .input-simple {
    margin-bottom: 28px;
}

.captcha-one {
    margin-bottom: 10px;
}

.captcha-renew {
    display: inline-block;
    width: 21px;
    height: 19px;
    padding-top: 1px;
    margin-left: 18px;
    background: url('/local/templates/texenergo/img/product/captcha-renew.png') 0 0 no-repeat;
    font-size: 13px;
    color: #3d3d3d;
    font-style: normal;
    text-indent: 28px;
    cursor: pointer;
}

.one-click footer {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.one-click footer .button-orange-norm {
    margin-top: 28px;
}

/* input-simple module */

.input-simple {
    background-color: #eaeaea;
    border: none;
    outline: none;
    text-indent: 20px;
    font-size: 13px;
}

.input-simple-normal {
    width: 247px;
    height: 42px;
}

.input-simple-shorter {
    width: 152px;
}

/* button-orange module */

.button-orange {
    width: 280px;
    height: 44px;
    background-color: #f15a3a;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

/* thanks-container module */

.thanks-container {
    width: 620px;
    height: 148px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -74px;
    background: #fff;
}

.thanks-container p {
    width: 95%;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}

/* errorform-container module */

.errorform-container {
    height: 418px;
    width: 620px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -310px;
    margin-top: -209px;
}

/* textarea-oneclick module */

.one-click .textarea-oneclick {
    display: block;
    width: 500px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 25px;
}

.textarea-wrap {
    width: 90%;
    margin: 0 auto;
}

/* button-orange-norm module */

.button-orange-norm {
    padding: 15px 40px;
    background-color: #f15a3a;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    font-size: 13px;
    color: #fff;
    transition: all .4s ease;
}

.button-orange-norm:hover {
    opacity: .8;
}

/* review-block module */

.review-block {
}

.review-block textarea {
    width: 100%;
    margin: 20px 0;
    padding-top: 20px;
    border: none;
    border-radius: 20px;
    background: #eaeaea;
    outline: none;
    font-size: 14px;
    text-indent: 20px;
}

.review-stars {
    margin-left: 10px;
    cursor: pointer;
}

.review-block span {
    margin-left: 3px;
    position: relative;
    top: 2px;
    font-size: 13px;
}

.review-block .button-orange-norm {
    display: block;
    margin: 20px 0;
}

/* link-file module */

.link-file {
    display: block;
    margin-bottom: 20px;
    position: relative;
    font-size: 13px;
    color: #ed5c2f;
}

.link-file:hover {
    text-decoration: underline;
}

.link-file:first-child {
    margin-top: 10px;
}

.file-instruction::before,
.file-technical::before,
.file-modification::before {
    content: '';
    display: inline-block;
    float: left;
    width: 22px;
    height: 24px;
    position: relative;
    margin-right: 10px;
    background: url('/local/templates/texenergo/img/product/files.png') no-repeat;
}

.file-instruction::before {
    background-position: 0 0;
    top: -5px;
}

.file-technical::before {
    background-position: -31px 0;
    top: 5px;
}

.file-modification::before {
    background-position: -62px 0;
    top: 5px;
}

/* product-gallery module */

.product-gallery {
    height: 500px;
    width: 500px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    z-index: 100000;
}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #fff !important;
}

/* box-close module */

.box-close {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('/local/templates/texenergo/img/box-close.png') 0 0;
    position: relative;
    top: 55px;
    left: 50%;
    margin-left: 250px;
    z-index: 10000;
    cursor: pointer;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Font Face
   ========================================================================== */

@font-face {
    font-family: 'rouble';
    src: url('/local/templates/texenergo/./fonts/rouble.eot');
    src: url('/local/templates/texenergo/./fonts/rouble.ttf') format('truetype');
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.ul-nomargin {
    margin-top: 0;
}

.clearRight {
    clear: right;
}

.last-child {
    margin-right: 0;
}

.imgHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.h-noMargin-right {
    margin-right: 0;
}

.no-margin {
    margin-right: 0;
}

.position {
    position: relative;
}

.high {
    height: 287px !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    top: -287px !important;
    margin-bottom: -287px;
}

.toolbar-active {
    background-color: #6a6c6f !important;
}
@media (min-width: 320px) and (max-width: 767px) {
    .toolbar {
        display: none;
    }
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.unvisible {
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.fullwidth {
    width: 100%;
}

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

.row-clear {
    clear: both;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

span.bold {
    font-weight: bold;
}

.highlight-text {
  color:#f16522 !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        -webkit-box-shadow: none !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.accountFilter .select2-chosen {
    color: #F25A3A;
}

.accountFilter em {
    cursor: pointer;
}

.b-filterPeriod {
    position: relative;
}

.publication-container .b-filterPeriod .filter-dates {
    left: -20px;
    right: auto;
}

.b-filterPeriod .filter-dates {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 10000;
    width: 485px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.b-filterPeriod .filter-dates .calendar {
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
}

.owl-slider.related_pub {
    margin: 30px auto 20px;
    width: 796px;
}

.owl-slider.mainpage {
    width: 596px;
}

.owl-slider.related_pub.owl-theme .owl-controls .owl-buttons div {
    top: -69px;
}

.relatedPubs .cat-products .cat-product {
    border: 0 none;
}

a.video_url {
    display: block;
    position: relative;
}

a.video_url.fl {
    float: left;
}

.play_btn {
    width: 24px;
    height: 24px;
    background: url('/local/templates/texenergo/img/videos/play.png');
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
}

a.video_url.fl .play_btn {
    margin-left: -32px;
}

a.heading {
    color: #3d3d3d;
}

a.img_container {
  display: block;
  width: 210px;
  height: 180px;
  margin-top:30px;
}

a.img_container_video {
    display: block;
    width: 150px;
    height: 117px;
    overflow: hidden;
}

a.img_container.fl {
    float: left;
    margin-right: 20px;
}

#infocenter_popup {
    z-index: 7020;
    width: 960px;
    position: absolute;
    background-color: #e8e8e8;
    margin-right: -480px;
    right: -480px;
    top: 0;
    padding-bottom: 40px;
}

#infocenter_popup .helpSearch.infocenterSearch {
    height: 15px;
}

#infocenter_popup .main-floated.main-floated-infocenter {
    float: none;
    margin: 0 auto;
}

#infocenter_close {
    position: relative;
    left: 0;
    font-size: 14px;
}

.infocenter_back {
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    position: relative;
    bottom: 5px;
}

.infocenter_back img {
    margin-right: 5px;
    vertical-align: top;
}

.history_button.heading_button {
    float: right;
    margin-top: 35px;
}

.history_button.heading_button img {
    margin-right: 5px;
}

#infocenter_popup .infocenterSearch .searchbar.searchbar-help {
    position: absolute;
    left: 50% !important;
    margin-left: -304px;
    width: 608px;
    top: 13px;
}

#infocenter_shadow {
    overflow-x: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: fixed;
    right: 0;
    background: url("/local/templates/texenergo/img/overlay_bg.png") repeat;
    z-index: 7010;
    opacity: 0;
}

#info_center_link {
    color: #ed5c2f;
}

.text-block {
    padding: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 200;
}

.history_button.heading_button {
    float: right;
    margin-top: 35px;
}

.history_button.heading_button img {
    margin-right: 5px;
}

/* .detail-publication ul {
    list-style: square inside;
	padding: 0 0 0 40px;
} */

.main-brands article section.brand-text {
    padding-left: 130px;
}

.product_docs li {
    padding-bottom: 10px;
}

/*перебил стили, чтобы длинное название файла на карточке товара не вылезало из блока, а переносилось*/
.product_docs a {
    display:block;
    font-size:0;
    line-height:0;
    letter-spacing:-1px;
}

.product_docs a img {
    margin-right: 7px;
    display:inline-block;
    vertical-align:middle;
    float:none;
}

.product_docs a span {
    display:inline-block;
    vertical-align:middle;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    white-space: normal;
    width: 140px;
}
.product_docs a .file-size {
    font-size: 10px;
}

.filter .sidebar-header > span {
    color: #ed5c2f;
}

.filter .sidebar-header > span {
    color: #ed5c2f;
}

.mainpage-about {
    width: 720px;
    margin: 0 auto;
}

.mainpage-products .twelve {
    margin-left: 35px;
    width: 890px;
}

#productsTableMp .owl-carousel .owl-wrapper-outer {
    overflow: inherit;
}

#productsTableMp .cat-products {
    padding-left: 25px;
}

.cat-promo .digits {
    text-align: center;
}

.sectionArticles .section-special-wrap {
    width: 200px;
    float: left;
}

.sectionArticles {
    margin-bottom: 20px;
}

.heroSlider.specialSlider.cat-products .cat-product {
    border-right: 0 none;
}

.heroSlider.specialSlider .cat-products {
    background: none;
    border: 0 none;
}

.heroSlider.specialSlider .cat-products .cell {
    min-height: 470px;
    margin-left: 10px;
    background: #fff;
}

.heroSlider.specialSlider .cat-products .cell:first-child {
    margin-left: 0;
}

.heroSlider.specialSlider .twelve {
    margin: 0;
    height: 469px;
}

.heroSlider.specialSlider .cat-products {
    height: 466px;
}

.heroSlider.specialSlider .cat-product {
    width: 226px;
}

.heroSlider.specialSlider .product-image {
    padding-top: 60px;
}

.heroSlider.specialSlider .products-grid .product-image a.picture {
    height: 200px;
}

.heroSlider.specialSlider .cat-block {
    margin-bottom: 0;
}

.heroSlider.specialSlider .product-name {
    word-break: normal;
}

.pPromotionBlock.pubPromotion {
    margin-top: 20px;
}

.special-figure .cat-promo, .section-special-wrap .cat-promo {
    margin-top: 10px;
    width: 177px;
    text-align: center;
}

.special-figure a.img_container, .section-special-wrap a.img_container {
    text-align: center;
    height: 177px;
}

.section-special-wrap .articleItem img {
    float: none;
    margin-right: 0;
}

.form.cb_form .form-row > textarea {
    background-color: #eaeaea;
    border: medium none;
    border-radius: 20px;
    display: block;
    font-size: 15px;
    height: 84px;
    padding: 10px 20px;
    outline-style: none;
    display: block;
    width: 100%;
}

.tabContainer.tabsAbout {
    position: relative;
}

.tabContainer.tabsAbout > ul {
    margin-bottom: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
}

.tabContainer.tabsAbout > ul > li {
    display: block;
    width: 200px;
}

.tabContainer.tabsAbout > ul > li {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #f2f2f2;
}

.tabContainer.tabsAbout > ul > li a {
    width: 100%;
}

.tabContainer.tabsAbout > ul > li.active {
    background-color: #f2f2f2;
}

.tabContainer.tabsAbout .aboutAll {
    min-height: 200px;
}

#forgot_form .notetext, #change_form .notetext {
    /*text-align:justify;*/
}

.orange {
    color: #ed5c2f;
}
.allotted {
  font-weight: bold;
}

#infocenter_popup .load_indicator {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    width: 960px;
}

.mainpage-promotions {
    /* overflow: hidden; */
	z-index:20;
    padding-bottom: 40px;
}
.mainpage-promotions .header {
   text-align: center;
    font-weight: normal;
    text-transform: uppercase;
   margin-top:30px;
   margin-bottom:0;
}
.mainpage-overflow-wrap{
	overflow:hidden;
}

.catalogBrands li {
    height: 110px;
    width: 173px;
    background-color: #FFF;
    text-align: center;
}

.catalogBrands li p {
    margin: 0;
    padding-top: 20px;
}

.manufacturer-table {
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 5px;
}

.manufacturer-table td {
    width: 25%;
    height: 110px;
    background-color: #fff;
    text-align: center;
}

.manufacturer-table td.empty {
    background: none;
}

.manufacturer-table td p.name {
    font-size: 14px;
}

.lt-label {
    display: none;
}

.lt-active .lt-label {
    display: block;
}

.employee-picture {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.emp-contacts-wrap {
    float: left;
    width: 240px;
}

.cb-text {
    color: #f25a3a;
    font-size: 12px;
}

.share-block {
    padding: 5px;
    /*background: #fff;*/
    /*position: absolute;*/
    overflow:hidden;
    width: 141px;
    z-index: 999;
}
.share-block.publication-element {
    width:300px;
}
.publication-view {
    font-size: 14px;
    float: left;
    padding: 5px 0 5px 10px;
}
.share-block a {
    display: block;
    float: left;
    margin-left: 7px;
    cursor: pointer;
}

.share-block a:first-child {
    margin-left: 0;
}

.share-social {
    background: url("/local/templates/texenergo/img/social_icons_btn.png") no-repeat 0 0;
    height: 30px;
    width: 30px;
}

.share-vk {
    background-position: -124px 0;
}

.share-tw {
    background-position: -31px 0;
}

.share-od {
    background-position: -93px 0;
}

.shippingOptions {
    font-size: 12px;
}

.padded-bot {
    margin-bottom: 20px;
}

.b-manCategory-copy h1.thin {
    font-weight: normal;
}

#product-share-trigger {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url('/local/templates/texenergo/img/catalog/share.png');
}

.main-floated {
    margin-bottom: 20px;
    margin-top: 0
}

.search-result-empty {
    font-size: 16px;
}

.dilivery_cost_calculator .cartCrumbs,
.dilivery_cost_calculator .cartAside,
.dilivery_cost_calculator .profilesWrapper,
.dilivery_cost_calculator footer.order-buttons,
.dilivery_cost_calculator .agree_manager,
.dilivery_cost_calculator .contact_preson_wrap,
.dilivery_cost_calculator .calcInvisible,
.dilivery_cost_calculator .profile_self {
    display: none;
}

.onlycalcVisible {
    display: none;
}

.dilivery_cost_calculator .onlycalcVisible {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.dilivery_cost_calculator #delivery_calc_result {
    font-size: 2.7em;
    color: #ed5c2f;
}

.dilivery_cost_calculator .calc_total_text {
    color: #ed5c2f;
    font-size: 1.5em;
    padding-right: 10px;
}

.dilivery_cost_calculator .calc_total_wrap {
    float: right;
}

.dilivery_cost_calculator .calc-buttons {
    margin-top: 50px;
}

.dilivery_cost_calculator .current-zone-price {
    float: right;
    color: #ed5c2f;
    font-size: 2em;
}

.dilivery_cost_calculator .container .twelve {
    width: auto;
}

.dilivery_cost_calculator .twelve.top_heading {
    display: none;
}

.dilivery_cost_calculator .container {
    float: left;
    position: static;
    width: 720px;
}

.dilivery_cost_calculator .orderTabs > ul, .dilivery_cost_calculator .shippingSelectors > ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 410px;
}

.dilivery_cost_calculator .shippingSelectors {
    padding-bottom: 20px;
}

.cart-line.basket-add img {
    display: none;
    border: 0 none;
}

.cart-line {
    outline: 0 none;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url('/local/templates/texenergo/img/catalog/cart-line.png') 0 0 no-repeat;
}

.cart-line.active {
    background-image: url('/local/templates/texenergo/img/catalog/cart-line-active.png');
}

.catalog-favorite-toggle img {
    display: none;
    border: 0 none;
}

.catalog-favorite-toggle {
    outline: 0 none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/local/templates/texenergo/img/catalog/like-gray.png') 0 0 no-repeat transparent;
    margin-bottom: 5px;
    border-radius: 24px;
}

.catalog-favorite-toggle.active {
    background-image: url('/local/templates/texenergo/img/catalog/like-orange.png');
    background-repeat: no-repeat;
    border-radius: 0;
}

.cat-line-icons .j-add-to-compare img,
.cat-line-icons .j-delete-from-compare img {
    display: none;
    border: 0 none;
}

.j-add-to-compare, .j-delete-from-compare {
    outline: 0 none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/local/templates/texenergo/img/catalog/bars-gray.png') 0 0 no-repeat;
    border-radius: 24px;
    margin-bottom: 5px;
}

.cat-hoverbox .j-add-to-compare,
.cat-hoverbox .j-delete-from-compare {
    margin-bottom: 0;
}

.j-add-to-compare.active, .j-delete-from-compare.active {
    background-image: url('/local/templates/texenergo/img/catalog/bars-orange.png');
    background-repeat: no-repeat;
    border-radius: 0;
}

.like-block .cat-like,
.like-block .cat-compare {
    vertical-align: top;
}

.like-block .cat-like.active,
.like-block .cat-compare.active {
    border: 0 none;
}

.pCart-line .pCartButtons a.active {
    border: 0 none;
}

.main-floated {
    margin-bottom: 20px;
}

.main-info ul li:before, .detail-publication ul li:before {
    background: url("/local/templates/texenergo/img/header/arrow-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 11px;
}
.publication-slider .header-blk-slider {
   font-family: DejaVuSerifCondensedBold;
   font-size: 20px;
}

#tAnalogs .owl-carousel .owl-item img {
    margin: 0 auto;
}

.aero_copyright {
    padding-top: 20px;
}

.heroSlider.specialSlider .heroSliderAction .product-name {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}

.twelve.order-head-wrap {
    float: none;
}

.crumbsDisabled {
    cursor: default;
}

.sidebar li a.eventCnt {
    font-size: 14px;
    margin-left: 90px;
    font-weight: bold;
    color: #ed5c2f;
}

.footer .footer-nav ul.copyright-wrap {
    width: 180px;
}

.sitemap-container {
    margin: 20px auto;
    width: 960px;
}

.no-vacancy {
    color: #727478;
    font-size: 16px;
}

.vacancyies_wrap .helpLinks {
    padding: 0px 10px;
}

.vacancyies_wrap .questionHeadline > h1 {
    padding-left: 0;
}

.vacancyies_wrap .send_response {
    background: none repeat scroll 0 0 #ed5c2f;
    border: 1px solid #ed5c2f;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    float: right;
    margin-top: 8px;
}

.vacancyies_wrap .send_response:hover {
    color: #fff;
}

.success_msg_vacancy {
    border: 1px solid #ccc;
    color: green;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.vacancyies_wrap .questionHeadline .help_href {
    max-width: 400px;
}
.subscribe-tbl {
  width: 100%;
}

.subscribe-tbl .subscribe-img {
  text-align: right;
  display: inline-block;
  float: left;
  margin-bottom: 10px;
}

.subscribe-tbl .subscribe-text {
    font-size: 16px;
    padding: 0 20px 0 10px;
    text-align: left;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    color:#fff;
}

.subscribe-email {
    background-color: #fff;
    display: inline-block;
    width: 325px;
    float: left;
    margin-bottom: 10px;
}

.subscribe-tbl .subscribe-ok {
      display: inline-block;
      float: right;
      margin-bottom: 10px;

}

.subscribe-form {
    margin: 0 0 50px 0;
    position: relative;
}

.subscribe-form #subscribe-result-msg {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

.subscribe-form #subscribe-result-msg.ok {
    color: green;
}

.subscribe-form #subscribe-result-msg.fail {
    color: red;
}

.subscription-form td {
    padding: 5px 10px;
}
@media (min-width: 320px) and (max-width: 560px) {
    .subscribe-email {
        width: 100%;
    }
    .subscribe-tbl .subscribe-ok {
        float: left;
    }
} 
@media (min-width: 561px) and (max-width: 767px) {
    .subscribe-email {
        width: 70%;
    }
} 

.bx-core-waitwindow {
    display: none;
}

.data-group {
    padding: 0 60px 0 30px;
}

.title,
h2.title {
    font-size: 23px;
    margin: 0 0 15px 0;
    font-weight: normal;
}

.title small {
    font-size: 15px;
    color: #3d3d3d;
}

.f-group {
    margin: 0 0 20px;
}

.f-group-sm {
    margin: 0 0 10px;
}

.f-input,
.f-textarea {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    line-height: 42px;
    background-color: #eaeaea;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    padding: 0 20px;
    outline-style: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f-input {
    height: 42px;
}

.f-textarea {
    resize: none;
}

.f-input-block,
.f-textarea-block {
    display: block;
    width: 100%;
}

.f-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.f-label-block {
    display: block;
    margin-bottom: 5px;
}

.f-label.f-label-regular {
    font-weight: normal;
    position: relative;
    padding: 0 0 0 30px;
}

.f-label.f-label-regular input {
    position: absolute;
    left: 0;
    top: 3px;
}

.grid {
    margin: 0;
    padding: 0;
}

.grid > li {
    float: left;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grid.grid-cols-3 > li {
    width: 33.333%;
}

.grid.grid-cols-3 > li.colspan-2 {
    width: 66.666%;
}

.grid.grid-cols-4 > li {
    width: 25%;
}

.grid.grid-cols-4 > li.colspan-2 {
    width: 50%;
}

.grid.grid-cols-4 > li.colspan-3 {
    width: 75%;
}

.grid.grid-cols-6 > li {
    width: 16.666%;
}

.grid.grid-cols-6 > li.colspan-4 {
    width: 66.666%;
}

.grid.grid-cols-8 > li {
    width: 12.5%;
}

.grid.grid-cols-8 > li.colspan-4 {
    width: 50%;
}

.grid.grid-spacing-1x {
    margin: 0 -5px;
}

.grid.grid-spacing-1x > li {
    padding: 0 5px;
}

.grid.grid-spacing-4x {
    margin: 0 -20px;
}

.grid.grid-spacing-4x > li {
    padding: 0 20px;
}

.t-info {
    font-size: 13px;
    font-weight: bold;
}

.t-info small {
    font-size: 11px;
    color: #6f6f6f;
    font-weight: normal;
}

hr.hr {
    height: 0;
    margin: 15px -30px;
    border-color: #ebebeb;
}

.t-anchor {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #3d3d3d;
}

.t-anchor:hover {
    text-decoration: underline;
}

.t-right {
    text-align: right;
}

.f-aside-right {
    padding: 24px 0 0 0;
}

.f-text {
    font-size: 14px;
}

.parsley-errors-list {
    display: none;
}

select.parsley-error,
textarea.parsley-error,
input.parsley-error {
    background-color: #f7e5ef;
    border: 1px solid #f6bfbf;
}

.select-city-map {
    margin-top: 20px;
    width: auto;
    height: 400px;
}

.parsley-error label:before {
    background-color: #f7e5ef !important;
    border: 1px solid #f6bfbf !important;;
}

.bill-products-list {
    font-size: 1.3rem;
    display: none;
    margin-bottom: 15px;
}

.bill-products-list thead td {
    font-weight: bold;
}

.bill-products-list td {
    padding: 5px 15px;
}

.person-type-block {
    display: none;
}

.person-type-block.active {
    display: block;
}

[data-form-message] .text-error {
    color: red;
}

.subsections {
    margin-right: -5px;
}

#forgot_form .errortext {
    text-align: center;
}

#forgot_form .notetext {
    text-align: center;
}

.scheme_inside {
    margin-top: 20px;
}

.p404 {
    background-color: #e8e8e8;
    padding: 0 0 72px;
}

.p404_logo {
    text-align: center;
    padding: 45px 0 0 0;
}

.p404_404 {
    text-align: center;
    color: #f25843;
    font-size: 226px;
    margin: 59px 0 0 0;
}

.p404_desc {
    text-align: center;
    font-size: 16px;
    margin: -32px 0 61px 0;
}

.p404_hr {
    text-align: center;
    margin: 0 0 46px 0;
}

.p404_btns {
    text-align: center;
}

.p404_btns-or {
    font-size: 13px;
    margin: 0 16px;
}

.subscription-form-wrap .note-ok {
    color: #ed5c2f;
}

.subscription-form-wrap .note-fail {
    color: #ed5c2f;
}

#form_auth.form .field-error-message {
    margin-left: 0;
    text-align: center;
}

#forgot_form.form .field-error-message {
    margin-left: 0;
    text-align: center;
}

.rollover__front,
.rollover__bottom {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rollover {
    display: inline-block;
    height: 36px;
    width: 77px;
    position: relative;
}

.rollover.active .rollover__bottom {
    height: 100%;
    opacity: 1;
}

.rollover.active .rollover__front {
    height: 0;
    display: none;
    opacity: 0;
}

.rollover__front {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 1;
    overflow: hidden;
}
.pull-left .rollover__front {
    background-color: #ed5c2f;
    border-radius: 25px;
}

.rollover__bottom {
    position: absolute;
    left: 0;
    height: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
}
.rollover .cart-line {
    margin: 0 auto;
    display: block;
}
.rollover + .like-block {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.rollover * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rollover__bottom .removeProduct {
    background: url("/local/templates/texenergo/img/catalog/delete-from-cart.png") no-repeat scroll center center transparent;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0.7em;
    top: 1em;
    border: 0;
    margin-top: -6px;
}

.input-basket-count {
    border-radius: 25px;
    font-size: 13px;
    line-height: 1;
    background-color: white;
    border: 1px solid #ed5c2f;
    padding: 0 18px;
}
.flip-side.rollover__bottom .zmdi-close-circle-o:before {
    background-color: #fff;
    color: #ed5c2f;
    font-size: 1.4em;
}
.list-flipper .input-basket-count {
    height: 36px;
    width: 74px;
    padding: 0 23px 0 12px;
}
.list-flipper .input-basket-count:focus {
    border: 1px solid #b3b3b5;
    background-color: #fff;
}
.grid-flipper {
    width: 114px;
    height: 24px;
    vertical-align: top;
}
.grid-flipper .rollover__front .cat-incart {
    display:block;
    width: 114px;
    height: 24px;
    line-height: 24px;
    background-color: #ed5c2f;
    color: #fff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    background: url(/local/templates/texenergo/img/catalog/cart.png) 9px center no-repeat;
}

.grid-flipper .input-basket-count {
    height: 24px;
    width: 114px;
}
.grid-flipper .input-basket-count:focus {
    border: 1px solid #ed5c2f;
    background-color: #fff;
}
.pCart-line .rollover {
    margin-left: 7px;
}

.pCart .grid-flipper {
    margin-left: 20px;
    margin-right: 40px;
    vertical-align: middle;
    height: 30px;
    width: 135px;
}
.pCart .grid-flipper .cat-incart {
    height: 30px;
    width: 135px;
    line-height: 30px;
    background-position: 20px center;
    padding-left: 45px;
}
.pCart .pCartButtons {
    vertical-align: middle;
}

.pCart .input-basket-count {
    height: 30px;
    line-height: 30px;
    width: 135px;
}

.addNote {
    position: absolute;
    left: 108%;
    top: 50%;
    margin-top: -18px;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    transition: all .4s ease;
}
.toolbar .addNote {
    top: -100%;
  }
.addNote.arrow_box {
    background: #4e5158;
}
.arrow_box:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(78, 81, 88, 0);
    border-right-color: #4e5158;
    border-width: 8px;
    margin-top: -8px;
}
.BackToTop {
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 999;
}
.BackToDown {
    display: none;
    opacity: 1;
    position: fixed;
    z-index: 99999;
}
.select2-results li{max-width:220px;}

.manufacturer-description {
    font-size: 15px;
}

.manufacturer-description li:before {
    background: url("/local/templates/texenergo/img/header/arrow-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 11px;
}

.specials-carousel {
    overflow: hidden;
}
.specials-carousel-item {
    float: left;
    width: 720px;
}
.cat-arrow.disabled {
    display: none !important;
}

.cat-block .pProductInLine {
    /*width: 720px;*/
    width:auto;
}

.pCartQuantity,
.rest-row,
.row-rest,
.product-rest,
.cat-indicator.cat-value-indicator,
.cat-instock {

    /*display: none !important;*/
}
.hide {
	/*display: none !important;*/
}
#info_center_link {display:none;}
.mainpage_banners {padding-top:20px;}
.hero .hero-selector {display:none;}
#heroSlider {
	/*width:940px;*/
	margin:0 auto;
}
/* block-stock-main */
.block-stock-main {
  background:#e8e8e8;
  margin-top:13px;
  height:360px;
}
.block-stock-main .header {
  font-size:12px;
  text-transform: uppercase;
  margin:15px 0 0 8px;
}
.block-stock-main .stock-list {
  padding:0 8px;
}
.block-stock-main .slide {
  margin-top:5px;
}
.block-stock-main .date {
/*  margin-top:5px;
  display:inline;
  margin-right:2px;
  font-size:11px;
*/
}
.block-stock-main .stock-info {
  background:#fff;
  padding:3px 10px 6px 10px;
}
.block-stock-main .stock-name {
  font-size:12px;
  font-weight: bold;
}
.block-stock-main .stock-name:hover {
  text-decoration: underline;
}
.block-stock-main .all-pubs {
    position: absolute;
    bottom: 5px;
    left: 8px;
}
.block-stock-main .show {
  font-size:10px;
  background:none;
}

.mainpage-promotions .rounded {
  width:190px;
  float:left;
  border: 1px solid #d4d5d6;
}
.system-description {
  font-size: 13px;
  padding: 10px 20px 1px;
  background-color: #fff;
  margin-bottom: 10px;
}
.system-description p {
 margin:0 0 8px 0;
}
.cycle-pager > * {
  cursor:pointer;
}
#heroSlider .cycle-pager {
  font-size:35px;
  width:100px;
  margin:0 auto;
}
#heroSlider .cycle-pager span {
  margin-right:5px;
  color:#999;
}
#heroSlider span.cycle-pager-active {
  color:#fff;
}

/* shares-text in categories */
.shares-text {
  padding:0 10px 10px 10px;
  background-color:#fff;
  overflow:hidden;
  margin-top:5px;
  margin-bottom:5px;
}
.shares-text .header {
  font-size:1.3em;
  margin-bottom:0;
  text-transform: uppercase;
}
.shares-text p {
  margin-top:0;
  margin-bottom:0;
  font-size:14px;
}
.shares-text ul {
  margin-top:0;
  margin-bottom:0;
}
.shares-text ul.inline li { 
  display:inline-block;
  font-size:14px;
  margin-right:20px;
  font-weight:bold; 
}
/* tenders */
.main-tenders {
  background-color: #f8f8f9;
  padding-bottom:20px;
  padding-top:10px;
  background: url('/local/templates/texenergo/img/tenders/fon_tenders.jpg') top center no-repeat;
}
.main-tenders {
  background-color:#fff;
}
.tender-item {
  border-top: 3px solid #f15c22;
  clear:both;
}
.tender-item .wrapper-date {
  width:170px !important;
  font-size:13px;
  color:#f15c22;
  margin-top:15px;
  float:left;
}

.main-tenders .header {
  text-align:center;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom:20px;
}
.main-tenders .tender-item  {
  padding:0;
  /*margin-right:30px;*/
  /*width:210px;*/
  background-color: #fff;
}
.main-tenders .img_container {
  /*float:left;
  margin-right:10px;
  width:100px;*/
  text-align:center;
  margin-top:20px;
}
.main-tenders img {
  display:inline-block;
}
.main-tenders .tender-status {
   font-size: 13px;
    padding: 5px 6px;
    text-align: center;
    width: 108px;
    margin: 10px 0 0 5px;    
    float:left;
}
.main-tenders .tender-active {
    background-color: #f15c22;
    color: #fff;
    width: 108px;
    float:left;
}
.main-tenders .tender-close {
    background-color: #bbb;
    color: #727478;
}
.main-tenders .tender-content {
  /*background-color: #37474f;*/
  width:650px;
  float:left;
  margin-left:15px;
}
.main-tenders .title-anons {
  display:block;
  /*height: 40px;*/
  /*border-bottom: 3px solid #f15c22;*/
  font-size:16px;
  /*color:#fff;*/
  padding:6px 0 0 0;
  font-weight: bold;
  text-align:left;
}
.main-tenders .preview-text {
  font-size:14px;
  /*color:#fff;*/
  padding:0 0 15px 18px;
  display:block;
  /*height:195px;*/
  background: url('/local/templates/texenergo/img/tenders/doc_tenders.png') 0 5px no-repeat;
  margin-top:5px;
}
.main-tenders .all-pubs {
  clear:both;
  text-align: left;
  margin-top:15px;
}

.main-publication .wrapper-date {
  text-align:right;
}
.main-publication .date,
.main-tenders .date {
    margin-top:0;
    width: 74px;
    display: inline-block;
    background-color: #f15c22;
    color: #fff;
    padding: 3px 8px;
}
.main-tenders .goods-news {
  overflow:hidden;
  margin-top:200px;
  background-color:#fff;
  border-bottom: 3px solid #f15c22;
}
.banner-block-tenders {
  margin-top:20px;
}
/* library */
.main-library {
  background-color: #fff;
  padding-bottom:20px;
  padding-top:10px;
}
.main-library .header {
  text-align:center;
  /*text-transform: uppercase;*/
  font-weight: normal;
  margin-bottom:20px;
}
.main-library .border-right {
    border-right: 5px solid #f15c22;
}

.main-library .img_container {
  float:left;
  margin-right:10px;
  width:100px;
}
.main-library .news-link {
  margin-bottom:6px;
}
.main-library .title-anons {
  display:block;
}
.main-library .all-pubs {
  clear:both;
  text-align:right;
  /*text-align: center;*/
}
.main-library .date {
  margin-top:0;
}
.library-column {
  width:310px;
  float:left;
}
.library-column.last {
  padding-left:30px;
}
.library-column.pic {
  text-align:right;
  padding-right:0;
  float:left;
  width:300px;
}
.library-item  .book {
  background:url('/local/templates/texenergo/img/icon_book.jpg') no-repeat left top;
  padding-left:40px;
  font-size:16px;
  color:#231f20;
  display:block;
  width:270px;
}
.library-item  .gost {
  background:url('/local/templates/texenergo/img/icon_gost.jpg') no-repeat left top;
  padding-left:40px;
  font-size:16px;
  color:#231f20;
  display:block;
}
/* main-block-contact  */
.main-block-contact {
  height:500px;
  /*background:url(/../../../upload/images/main/banner-contact.jpg) no-repeat left bottom #fff;*/
   background-color:#fff;
   overflow:hidden;
}
.main-block-contact .map-contact {
   display:block;
   height:400px;
}
.banner-block-tenders {
  margin-top:20px;
}
.banner-block-tenders .img-responsive {
  width:100%;
}
.advertising {
  /*padding-left:15px;*/
  margin-top:90px;
}
.advertising-katalog-te {
  margin-top:10px;
  margin-bottom:40px;
}
.main-product-day {
  padding-top:15px;
  padding-bottom:20px;
}
.main-product-day .pProductInLine {
  width:100%;
}
.main-product-day .pLineOverview {
  width:50%;
  margin-bottom:15px;
  margin-left:10px;
}
.main-product-day .pProductImage-line {
  margin-bottom:15px;
}
.main-product-day .pLineCart {
  /*width:22%;*/
}
.main-product-day .copy-pline:hover {
  text-decoration: underline;
}
.main-product-day .header {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.main-publication .article-content .header  {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top:10px;
}
/* popup */
.bx-core-adm-dialog-buttons #close {
    position: absolute;
    border: none;
    background: url(/local/templates/texenergo/css/../img/popup-close.png) no-repeat center center;
    top: -28px;
    right: -35px;
    width: 38px;
    height: 38px;
    color: transparent;
}
.bx-core-dialog-overlay {
  background-color:#000;
  opacity:0.6;
}
.blk-site-year {
  overflow:hidden;
  margin-bottom:15px;
}
.blk-site-year__img {
  float:left;
  margin-right:10px;
}
.blk-site-year__text {
  font-size: 13px;
  color: #a3a3a3;
  margin-top: 10px;
  display: block;
}
@import "/local/templates/texenergo/../../components/echocompany/block.quickorder/templates/.default/fonts/Ubuntu/stylesheet.css";
@import "/local/templates/texenergo/../../components/echocompany/block.quickorder/templates/.default/fonts/BrutalType-Bold/styles.css";
.b-quickorder__headerlink{
  font-family: Ubuntu;
}
.b-quickorder__svgexcelicon {
    display: inline-block;
    width: 12px;
    height: 14px;
    mask: url("/local/templates/texenergo/../../components/echocompany/block.quickorder/templates/.default/img/svg_excel.svg");
    -webkit-mask: url("/local/templates/texenergo/../../components/echocompany/block.quickorder/templates/.default/img/svg_excel.svg");
    background-color: #ffffff;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

/* * * * * * * SVV 20241014 * * * * * * *
 *             404                      *
 * * * * * * * SVV 20241014 * * * * * * */
.p404_logo {
    height: 51px;
    width: 180px;
    background: url(/local/templates/texenergo/img/404/logo.png) center center no-repeat;
    margin: 32px auto 0;
    cursor: pointer;
}
.p404_hr {
    background:url(/local/templates/texenergo/img/404/hr.png) center center no-repeat;
    height:49px;width:100%;
    margin: 0 auto 32px;
}

.smart-captcha {
    min-width: 300px;
    min-height: 120px;
    margin-bottom: 12px;
}
/* End */



/* Start:/local/templates/texenergo/css/forms.css?15498687611523*/

.form .field-error {
    background: #ffeee9;
    margin-bottom: 3px;
}

.form .NFI-wrapper.field-error input {
    border-color: #F25A3A;
    margin-bottom: 3px;
}

.form .field-error[type=checkbox] + .label {
    color: #F25A3A;
}

.form .field-error-message {
    color: #F25A3A;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.form .form-success-message {
    color: green;
    margin: 15px 0;
    font-size: 12px;
}

.form .form-error-message,
.form .errortext,
.form .notetext {
    color: #F25A3A;
    font-size: 12px;
    /*width: 280px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

.form .form-error-message a,
.form .errortext a,
.form .notetext a {
    color: #F25A3A;
    text-decoration: underline;
}

.form .form-row {
    margin-bottom: 20px;
}

.form .form-row > label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
}

.form .form-row > .inputtext {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #eaeaea;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  outline-style: none;
  padding: 0 20px;
  margin: 0;
}

.form .form-buttons {
    text-align: center;
}

/*.cartLogin-form .errortext,
.cartLogin-form .notetext {
    margin: 15px 67px;
}
*/

.form .form-row > .inputtext,
.form.cb_form .form-row > textarea,
.cartForm-input,
.cartForm-input-user,
.formInput {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* End */



/* Start:/local/templates/texenergo/css/forum.css?154986876126971*/
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext);

div.forum-legend-info div.forum-legend-item div.forum-icon-container {
    padding-right: 0;
}

div.forum-clear-float { clear: both; }
div.forum-info-box{
    border-left:1px solid #e4e3e1;
    border-right:1px solid #e4e3e1;
    background:#fff;
    padding:20px;
    color:#4c4c4c;
    font-size:14px;
    line-height:1.5;
}
div.forum-menu-box{
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    height:40px;
    padding:0px 15px;
    margin-bottom:15px;
    margin-top:15px;
}
div.forum-menu-box .forum-menu-item{
    border:0px;
    background:url(/img/forum/forum_menu.png) 0 0 no-repeat;
    padding:0px 15px 0px 26px;
    height:40px;
    display:block;
    float:left;
}
div.forum-menu-box .forum-menu-item.forum-menu-users{background-position:0px -40px;}
div.forum-menu-box .forum-menu-item.forum-menu-authorize{background-position:0px -80px;}
div.forum-menu-box a{
    color: #eb5c2f;
    font-size:14px;
    line-height:40px;
    text-decoration:underline;
}
div.forum-header-box{
    border:0px;
    background:transparent;
    color:#121212;
    font-weight:bold;
    padding:0px;
}
div.forum-header-title{
    font-size: 18px;
    margin-bottom:15px;
    padding-left: 20px;
}
div.forum-header-title a{
    color: #eb5c2f;
    font-size:16px;
}
table.forum-table{
    width:100%;
    color:#4c4c4c;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
}
table.forum-table tr,
table.forum-table td{
    border:0px;
}
table.forum-table tr{
    padding:0px 10px;
}
table.forum-table tbody td{
    padding:20px 17px;
    /*background:url(/img/forum/border.png) left bottom repeat-x;*/
    /*border-bottom:1px dotted #cdccca;*/
}
table.forum-table th{
    border:0px;
    /*border-bottom: 1px solid #cdccca;*/
    padding:0px 17px;
    line-height:40px;
    background: #FFFFFF;
}
table.forum-table th span{
    font-size:12px;
    color:#494949;
}
table.forum-table th.forum-column-title{
    padding-left:50px;
}

table.forum-table td.forum-column-title {
    line-height: 20px;
}
table.forum-forum-list  td.forum-column-title {
    line-height: 47px;
}

table.forum-table th.forum-column-lastpost{
    width:220px;
}
table.forum-table th.forum-column-topics{
    text-align:center;
    width:30px;
}
table.forum-table th.forum-column-replies{
    width:60px;
    text-align:center;
}
table.forum-table a{
    color: #eb5c2f;
    font-size:14px;
    text-decoration:underline;
}
table.forum-table .forum-item-title a{
    color:#000;
    font-size:16px;
    text-decoration:none;
}
table.forum-table .forum-item-info{
    /*padding:0px;*/
}
table.forum-table tbody td.forum-column-border{background:none;padding:0px;width:20px;}
table.forum-table tbody td.forum-column-icon{padding:6px 0px 0px 0px;width:13px;}
table.forum-table tbody td.forum-column-topics,
table.forum-table tbody td.forum-column-replies,
table.forum-table tbody td.forum-column-views{text-align:center;}
table.forum-table tbody tr.forum-row-last td{background:none;}
span.forum-lastpost-date{display:block;padding-top:6px;}
div.forum-info-box a{
    color: #eb5c2f;
    font-size:14px;
    text-decoration:underline;
}
div.forum-info-box.forum-users-online{
    padding-bottom:0px;
}
div.forum-info-box.forum-users-online .forum-users-online span{font-weight:bold;}
div.forum-info-box.forum-users-online .forum-info-box-inner{
    padding:0px 300px 17px 0px;
    background:url(/img/forum/border.png) left bottom repeat-x;
}
div.forum-info-box.forum-statistics{
    border-bottom: 1px solid #cdccca;
}
div.forum-info-box.forum-main-footer{
    border:0px;
    margin-bottom:20px;
    background:none;
}
div.forum-statistics-right{float:right;}
div.forum-statistics-left{float:left;}
div.forum-statistics-topics span,
div.forum-statistics-replies span,
div.forum-statistics-allusers span,
div.forum-statistics-users span{font-weight:bold;}
div.forum-icon-container{
    padding:0px;
    margin:2px 0px 0px 0px;
    position:relative;
    float:left;
}

.forum-icon.forum-icon-default{
    width:13px;
    height:13px;
    border:0px;
    background:url('/local/templates/texenergo/css/../img/forum/forum_icons.png') 0px -15px no-repeat;
}
.forum-icon.forum-icon-newposts{
    width:13px;
    height:13px;
    border:0px;
    background:url('/local/templates/texenergo/css/../img/forum/forum_icons.png') 0px 0px no-repeat;
}
.forum-icon.forum-icon-moved{
    width:13px;
    height:13px;
    border:0px;
    background:url('/local/templates/texenergo/css/../img/forum/forum_icons.png') 0px -30px no-repeat;
}
.forum-icon.forum-icon-sticky {
    width:13px;
    height:13px;
    border:0px;
    background:url('/local/templates/texenergo/css/../img/forum/forum_icons.png') 0px -45px no-repeat;
}
.forum-icon.forum-icon-closed{
    width:13px;
    height:13px;
    border:0px;
    background:url('/local/templates/texenergo/css/../img/forum/forum_icons.png') 0px -60px no-repeat;
}
.forum-legend-item .forum-icon-container{margin-right:12px;}
.forum-legend-left{
    float:left;
    width:230px;
}
.forum-legend-right{
    float:left;
}
.forum-navigation-box{padding-bottom:15px;}
.forum-page-navigation .paginator__wrap{padding:0px;margin:0px;}
.forum-page-navigation .paginator{margin:0px;padding:0px;}
.forum-page-navigation span.pagescount{
    display:block;
    float:left;

    font-size:12px;
    color:#494949;
    margin:7px 20px 0px 0px;
}

.forum-header-options{float:right;line-height:20px;margin-top:-6px;}
.forum-header-options a{
    color: #eb5c2f;
    font-size:14px;
    text-decoration:underline;
    margin-right:10px;
    font-weight:normal;
}
.forum-header-options .forum-new-post{float:right;}
.forum-option-subscribe a,
.forum-new-post a{
    padding: 0px 0px;
    text-align: center;
    float:right;
    display: block;
    background: #f8f8f8;
    border: 1px solid #aba6a4;
    border-radius: 14px;
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
    min-width: 88px;
    height: 28px;
    line-height: 26px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration:none !important;
}
.forum-option-subscribe a:hover,
.forum-new-post a:hover{
    background: #eeeeee;
}
.forum-new-post a{
    color: #fff;
    background: #F25A3A;
    border-color: #F25A3A;
}
.forum-new-post a:hover{
    background: #ce4d31;
    border-color: #ce4d31;
}

.forum-item-info .forum-item-desc{
    color:#4c4c4c;
    font-size:14px;
    line-height:25px;
    display:block;
}
.forum-column-lastpost .forum-select-box{
    float: left;
    padding: 25px 7px 10px 0px;
}
.forum-column-lastpost .forum-lastpost-title{
    line-height:1.5;
}
.forum-column-lastpost span.forum-lastpost-date{
    padding-top:0px;
}
.forum-topics-moderate { text-align: right; }
.forum-footer-inner{line-height:30px;padding:5px 15px;}
.forum-topics-moderate .nice-select,
.forum-main-footer-rapid-access-items .forum-rapid-access-items .nice-select{width:250px;}
.forum-footer-inner span.forum-footer-option{margin:0px 10px 0px 0px;}
.forum-main-footer-rapid-access-items .forum-rapid-access-items input[type=submit],
.forum-topics-moderate input[type=submit],
div.forum-topic-list table.forum-post-table .forum-column-footer input[type=submit]{
    padding: 0 10px;
    margin: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #aba6a4;
    border-radius: 14px;
    color: #4b4b4b;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration:none;
}
.forum-main-footer-rapid-access-items .forum-rapid-access-items input[type=submit]{margin:0px;}
.forum-main-footer-rapid-access-items .forum-rapid-access-items input[type=submit]:hover,
.forum-topics-moderate input[type=submit]:hover,
div.forum-topic-list table.forum-post-table .forum-column-footer input[type=submit]:hover{
    background: #eeeeee;
}
.forum-footer-new-post{
    height:28px;
    position:relative;
    margin:-15px 15px 7px 0px;
}
div.forum-info-box.forum-main-footer.forum-main-footer-rapid-access-items{
    padding:0px;
}
.forum-main-footer-rapid-access-items .forum-rapid-access-items{
    float:right;
    width:292px;
    margin:-45px 15px 0px 0px;
}
div.forum-info-box.forum-users-online.nobg{
    border-bottom: 1px solid #cdccca;
}
div.forum-info-box.forum-users-online.nobg .forum-info-box-inner{
    background:none;
}
div.forum-topic-list{
    color:#4c4c4c;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
}
div.forum-topic-list .forum-topic-title{
    padding:15px 20px;
    line-height:1.5;
    font-size:16px;
    color:#000;
    border-bottom: 1px solid #cdccca;
}
div.forum-topic-list div.forum-post-table{
    padding:0px 20px;
}





div.forum-topic-list table.forum-post-table{
    width:100%;
    color:#272727;
    font-size:12px;
    line-height:1.5;
}
div.forum-topic-list table.forum-post-table .forum-post-entry a,
div.forum-topic-list table.forum-post-table .forum-user-additional a,
div.forum-topic-list table.forum-post-table .forum-cell-actions a,
div.forum-topic-list table.forum-post-table .forum-column-footer a{
    color: #eb5c2f;
    text-decoration:underline;
    font-size:12px;
}
div.forum-topic-list table.forum-post-table .forum-post-entry a:hover,
div.forum-topic-list table.forum-post-table .forum-user-additional a:hover,
div.forum-topic-list table.forum-post-table .forum-cell-actions a:hover,
div.forum-topic-list table.forum-post-table .forum-column-footer a:hover{
    text-decoration:none;
}

div.forum-topic-list table.forum-post-table tr{}
div.forum-topic-list table.forum-post-table tr td{
}
div.forum-topic-list table.forum-post-table tr td.forum-cell-user{
    padding:20px 20px 0px 0px;
    width:95px;
}
div.forum-topic-list table.forum-post-table tr td.forum-cell-post{
    padding:20px 0px 0px 0px;

}
div.forum-topic-list table.forum-post-table tr td.forum-cell-contact{
    background:url(/img/forum/border.png) left bottom repeat-x;
    padding:0px 20px 20px 0px;
}
div.forum-topic-list table.forum-post-table tr td.forum-cell-actions{
    background:url(/img/forum/border.png) left bottom repeat-x;
    padding:0px 0px 20px 0px;
}
div.forum-topic-list table.forum-post-table.forum-post-last tr td.forum-cell-actions,
div.forum-topic-list table.forum-post-table.forum-post-last tr td.forum-cell-contact{
    background:none;
}
div.forum-topic-list table.forum-post-table tr td.forum-cell-user .forum-user-name a{
    font-size:14px;
    color:#272727;
}
div.forum-topic-list table.forum-post-table .forum-post-entry{
    padding:15px 0px 0px 0px;
}
div.forum-topic-list table.forum-post-table .forum-post-date,
div.forum-topic-list table.forum-post-table span.forum-post-number a{
    color:#777777;
    font-size:12px;
}
div.forum-topic-list table.forum-post-table .forum-post-date input[type=checkbox]{
    vertical-align: top;
    margin: 3px 0px 0px 5px;
}

div.forum-topic-list table.forum-post-table .forum-column-footer{}
div.forum-topic-list table.forum-post-table .forum-column-footer .forum-post-moderate,
div.forum-topic-list table.forum-post-table .forum-column-footer .forum-topic-moderate{
    float:left;
    padding:5px 10px;
}
div.forum-topic-list table.forum-post-table .forum-column-footer .nice-select{
    width:200px;
}
div.forum-help,
div.forum-rules{
    color:#272727;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
}
div.forum-help .forum-bold,
div.forum-rules .forum-bold{
    font-weight:bold;
    margin:20px 0px 10px 0px;
}
div.forum-help ol,
div.forum-help ul,
div.forum-rules ol,
div.forum-rules ul{
    margin:0px 0px 0px 20px;
    list-style: none outside url(/img/forum/marker.png);
}
div.forum-rules ul{
    margin:0px 0px 0px 60px;
}
div.forum-help ul{
    list-style: none;
}
/*
 *
 * Filter
 *
 */
div.forum-filter {
    color:#494949;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
}
div.forum-filter .forum-filter-field {
    padding:7px 0px;
}
div.forum-filter .forum-filter-field.forum-filter-footer{
    padding-bottom:0px;
}
div.forum-filter .forum-filter-field .forum-filter-field-title{
    float:left;
    width:130px;
    padding-top:3px;
}
div.forum-filter .forum-filter-field .forum-filter-field-item{
    float:left;
}

div.forum-filter input[type=text] {
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 192px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px;
}

img.calendar-icon2,img.calendar-icon2:hover{
    width:29px;
    height:28px;
    position:absolute;
    margin:0 0 0 -29px;
    padding:0;
    border:0px;
    background:0px;
    cursor:pointer;
}
div.forum-filter input[type=text].text_date,
input[type=text].text_date{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width:100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
div.forum-filter .nice-select{width:250px;}
div.forum-filter input[name=set_filter],
div.forum-filter input[name=s]{
    min-width: 100px;
    height: 27px;
    border: 1px solid #F25A3A;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 400;
    background: #F25A3A;
}
div.forum-filter input[name=s]:hover,
div.forum-filter input[name=set_filter]:hover{
    background: #ce4d31;
    border-color: #ce4d31;
}
div.forum-filter input[name=del_filter]{
    background:none;
    border:none;
    color: #eb5c2f;
    text-decoration:underline;
    font-size:12px;
}
div.forum-filter input[name=del_filter]:hover{
    text-decoration:none;
}

.forum-users .forum-user-name a{font-size:16px;font-weight:bold;color:#000;text-decoration:none;}
.forum-users .forum-user-status{line-height:2;}
.forum-users .forum-column-posts,
.forum-users .forum-column-points{text-align:center;}
.forum-users .forum-column-posts a,
.forum-users .forum-column-points a{color: #4c4c4c;text-decoration:none;}
.forum-search-block-container{
    color:#494949;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0px;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
}
.forum-reply-form{
    color:#494949;
    font-size:14px;
}
.forum-reply-form .forum-reply-header{
    /*padding:10px 0px 10px 0px;*/
}
.forum-reply-form a{
    color: #eb5c2f;
    text-decoration:none;
    cursor:pointer;
}
.forum-reply-form .forum-notify-bar{
    padding:0px 0px 5px 0px;
}
.forum-reply-form .forum-reply-buttons{padding:20px 0px 0px 0px;}
.forum-reply-form .forum-reply-buttons input[type=submit]{
    min-width: 150px;
    height: 27px;
    border: 1px solid #F25A3A;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    background: #F25A3A;
}
.forum-reply-form .forum-reply-buttons input[type=submit]:hover{
    background: #ce4d31;
    border-color: #ce4d31;
}
.forum-reply-form .forum-reply-field-tags{
    display:none;
}
.forum-reply-form .forum-reply-field {
  margin: 14px 0 0 0;
}
div.bxlhe-frame {
  border: 1px solid #e7e7e7;
}
.forum-reply-form .forum-reply-field.forum-reply-field-title label,
.forum-reply-form .forum-reply-field.forum-reply-field-desc label,
.forum-reply-form .forum-reply-field.forum-reply-field-tags label,
.forum-reply-form .forum-reply-field.forum-reply-field-switcher label,
.forum-reply-field-user .forum-reply-field label {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin-right: 16px;
}
.forum-reply-form .forum-reply-field input[type=text]{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 250px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}

.forum-header-search{font-size:14px;color:#121212;padding:5px 0px 15px 0px;}
.forum-header-search span{}
.forum-header-search input[type=text]{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
    margin-left:10px;
}
.forum-header-search input[type=submit],
.forum-user-edit-buttons input[name=save],
.forum-topic-move-buttons input[type=submit],
.forum-form-move-message .forum-post-move input[type=submit]{
    width: 100px;
    height: 27px;
    border: 1px solid #F25A3A;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
    margin-left:10px;
    font-weight: 400;
    background: #F25A3A;
}
.forum-header-search input[type=submit]:hover,
.forum-user-edit-buttons input[name=save]:hover,
.forum-topic-move-buttons input[type=submit]:hover,
.forum-form-move-message .forum-post-move input[type=submit]:hover{
    background: #ce4d31;
    border-color: #ce4d31;
}
.forum-topic-move-buttons{
    padding:20px 0px;
}
.forum-topic-move-buttons input[type=submit]{
    margin-top:2px;
    width:auto;
}
.forum-topic-move-buttons .nice-select{width:250px;overflow:hidden;}
.forum-header-search a{color: #eb5c2f;font-size: 14px;text-decoration: underline;margin-left:30px;}
.forum-header-search a:hover{text-decoration:none;}

.forum-search-list .forum-search-item{}
.forum-search-list .forum-search-item .forum-search-item-inner{
    background:url(/img/forum/border.png) left bottom repeat-x;
}
.forum-search-list .forum-search-item.forum-info-box-last .forum-search-item-inner{
    background:none;
}
table.forum-user-profile-view{width:100%;}
table.forum-user-profile-view a{color: #eb5c2f;font-size: 14px;text-decoration:underline;}
table.forum-user-profile-view a:hover{text-decoration:none;}
table.forum-user-profile-view td.forum-cell-user{width:250px;}
table.forum-user-profile-view .forum-user-info{color:#000;font-size:12px;line-height:1.5;}
table.forum-user-profile-view .forum-user-info .forum-user-name{font-size:14px;}
table.forum-user-profile-view .forum-vote-user a{text-decoration:none;}
table.forum-user-profile-view .forum-user-hide-action{padding-bottom:15px;}
table.forum-user-profile-view .forum-table tr:last-child td{background:none;}
table.forum-user-profile-view .forum-vote-block{color: #4c4c4c;font-size: 14px;line-height:1.5;}
table.forum-user-profile-view .forum-vote-block input[type=text]{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
.forum-vote-block input[type=submit],
.forum-user-edit-buttons input[name=cancel]{
    width: 100px;
    height: 27px;
    margin-bottom: 8px;
    margin-left:10px;
    font-weight: 400;
    background: #f8f8f8;
    border: 1px solid #aba6a4;
    border-radius: 14px;
    color: #4b4b4b;
    font-size: 12px;
}
.forum-vote-block input[type=submit]:hover,
.forum-user-edit-buttons input[name=cancel]:hover{
    background: #eeeeee;
}
.forum-vote-block input[type=text] {
	height: 27px;
	line-height: 27px;
	background-color: #eaeaea;
	border: none;
	border-radius: 20px;
	font-size: 12px;
	outline-style: none;
	padding: 0 20px;
	margin: 0;
}
.forum-tabs{}
.forum-tabs .forum-tabs-header .tab-container,
.forum-tabs .forum-tabs-header .tab-container-selected{color: #eb5c2f;font-size: 14px;text-decoration:none;cursor:pointer;float:left;height:40px;line-height:40px;background:none;padding:0px 10px;border:0px;}
.forum-tabs .forum-tabs-header .tab-container-selected{background-color: #eae8e9;}
.forum-tabs .forum-tabs-header .forum-info-box-inner{border:0px;}
.forum-tabs table.forum-table{border-top: 1px solid #e4e3e1;}
.forum-tabs table.forum-table th,
.forum-tabs table.forum-table td{
    border:0px;
    background:url(/img/forum/border.png) left bottom repeat-x;
    line-height:1;
    padding: 20px 17px;
}
.forum-tabs table.forum-table .starrequired{color:red;}
.forum-tabs table.forum-table .nice-select{width:250px;overflow: hidden;}
.forum-tabs table.forum-table .file_delete{padding-top:10px;}
.forum-tabs table.forum-table .file_delete img{margin-top:10px;}
.forum-tabs table.forum-table tr:last-child td,
.forum-tabs table.forum-table tr:last-child th{background:none;}
.forum-tabs table.forum-table input[type=text],
.forum-tabs table.forum-table input[type=password],
.forum-tabs table.forum-table textarea{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
.forum-tabs table.forum-table textarea{height:100px;line-height:1.5;}
.forum-tabs table.forum-table input.text_date{width:100px;}
.forum-tabs table.forum-table tr.header{width:auto;height:auto;margin:0px;}
.forum-user-edit-buttons{
    color:#4c4c4c;
    font-size:14px;
    border:1px solid #e4e3e1;
    border-top:0;
    background:#fff;
    border-bottom: 1px solid #cdccca;
    margin-bottom:20px;
    padding: 20px;
    text-align: right;
}

div.forum-info-box a:hover,
table.forum-table a:hover,
.forum-header-options a:hover{
    text-decoration:none;
}
table.forum-table .forum-item-title a:hover{text-decoration:underline;}

.forum-form-move-message{}
.forum-form-move-message div.forum-topic-list{padding:0px 20px;}
.forum-form-move-message .forum-post-move{margin-bottom:20px;}
.forum-form-move-message .forum-post-move input[type=submit]{margin:10px 0px 0px 0px;}
.forum-form-move-message .forum-post-move input[type=text]{
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #b0ada8;
    height: 28px;
    line-height: 27px;
    width: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}
.forum-form-move-message .forum-post-move input[name=newTID]{width:70px;}
.forum-form-move-message .forum-post-move .forum-reply-fields{padding-top:10px;}
.forum-form-move-message .forum-post-move .forum-reply-field{padding:0px 0px 10px 0px;}
.forum-form-move-message .forum-post-move .forum-reply-field label{width: 100px;display: inline-block;}
.forum-form-move-message .forum-post-move .forum-required-field{color:red;}

div.forum-page-navigation {float: none; height: 50px;}
div.forum-page-navigation a {border: none;}

table.forum-table td.forum-column-footer {
    background: none;
}

/* reviews styles */
.b-reviews {
    background: #fff;
    margin-bottom: 40px;
    font-family: 'PT Sans', Arial, sans-serif;
}

.b-reviews_title {
    font-size: 20px;
    padding: 1px 30px 14px 30px
    /*border-bottom: 1px solid #e4e4e4;*/
}

.b-reviews_list {
    margin-bottom: 20px;
}

.b-reviews_list__item {
    overflow: hidden;
    padding-left: 200px;
    padding: 20px 30px 20px 200px;
    border-top: 1px dotted #e4e4e4;
    font-size: 14px;
    line-height: 21px;
}

.b-reviews_list__item:first-child {border-top: medium none;}

.b-reviews_list__item .b-reviews_user {
    width: 155px;
    padding: 0 15px 0 0;
    float: left;
    margin-left: -170px;
}

.b-reviews_list__item .b-reviews_user .user_name {
    font-weight: 600;
    margin-bottom: 10px;
}

.b-reviews_list__item .b-reviews_post .post_date {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

.b-reviews_form {
    background: #393b41;
    color: #fff;
}

.b-reviews_form_opener {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 30px;
    border-bottom: 1px dotted #4d4d4d;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.b-reviews_form_opener span:after {
    content: "";
    background: url("/local/templates/texenergo/css/../img/forum/review_opener.png") no-repeat 0 0;
    width: 11px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.b-reviews_form_opener.opened span:after {background-position: 0 -10px;}

.b-reviews_form_content {
    padding: 28px 30px 18px;
    display: none;
}

.b-review_table {
    width: 100%;
}

.b-review_table td {
    padding: 0 0 18px;
    vertical-align: top;
    font-size: 14px;
}

.b-review_table td.td_label {
    width: 170px;
    padding-top: 10px;
}

.b-review_table .tr_rating td.td_label {padding-top: 3px;}

.b-reviews_form .input_review {
    background: #fff;
    border: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    padding: 12px 17px;
    font-size: 14px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 16px;
    color: #000;
}

.b-reviews_form .textarea_review {
    background: #fff;
    border: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 8px 17px;
    font-size: 14px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 21px;
    color: #000;
}

.b-reviews_form .update_captcha {
    background: url("/local/templates/texenergo/css/../img/forum/update_captcha.png") no-repeat 0 0;
    width: 33px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}

.b-reviews_form .review_captcha {
    float: right;
    width: 209px;
}

.b-reviews_form .input_review_captcha {
    width: 128px;
}

.btn_review {
    background: #eb5c2f;
    display: block;
    text-decoration: none;
    border: medium none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 128px;
    height: 40px;
    line-height: 40px;
    padding: 12px 0;
    font-size: 14px;
    font-family: 'PT Sans', Arial, sans-serif;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

.btn_review_send {
    float: right;
}

.b-review_auth_wrap {
    font-size: 14px;
}

.b-review_auth_wrap {
    margin-bottom: 22px;
}

.b-review_auth {
    width: 128px;
    margin-left: 15px;
    float: right;
    text-align: center;
}

.b-review_auth .btn_review {
    margin-bottom: 5px;
}

.b-review_auth .review_link_reg {
    color: #fff;
    text-decoration: underline;
}

.b-review_auth .review_link_reg:hover {text-decoration: none;}

.form-ajax .field-error-message {
    color: #F25A3A;
    font-size: 14px;
    margin-bottom: 10px;
}
/* end reviews styles */
/* End */



/* Start:/local/templates/texenergo/css/buttons.css?1549868761898*/
.button {
    font-size: 12px;
    font-weight: 500;
    border-radius: 40px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #C4C5C6;
    color: #ED5C2F;
    background: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}

.button.orange {
    border-color: #F25A3A;
    background: #F25A3A;
    color: #fff;
}
.button.dark {
    border-color: #36393f;
    background: #36393f;
    color: #fff;
}
.button.size1{
	width: 156px;
	box-sizing: border-box;
}

.button.transparent {
    background: transparent;
    color: #727478;
}

.button[disabled],
.button.disabled {
    background: #fff;
    border: 1px solid #C4C5C6;
    color: #C4C5C6;
    cursor: default;
}

.button.small {
    line-height: 31px;
    height: 31px;
}
/* End */



/* Start:/local/templates/texenergo/integration.css?154986876128261*/
@font-face {
  font-family: 'rouble';
  src:url('/local/templates/texenergo/./fonts/rouble.eot');
  src:url('/local/templates/texenergo/./fonts/rouble.eot') format('embedded-opentype'),
  url('/local/templates/texenergo/./fonts/rouble.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



.cat-products .wrapper.special-item {
    vertical-align: top;
}

.catalog-input-hide {
    position: fixed;
    left: -1000em;
}

.cat-footer-landing a {
    padding-right: 20px;
    background: url('/local/templates/texenergo/img/footer/arrow-down.png') center right no-repeat;
    font-size: 1.1rem;
    font-weight: 600;
    color: #9c9da0;
    text-transform: uppercase;
}

.cat-footer-landing a.no-promo{
	background: none;
}

.cat-footer-landing a:hover {
    text-decoration: underline;
}

.cat-delivery.cat-delivery-only {
    right: 10px;
}

.cat-rating.cat-value-raiting,
.cat-rating.cat-value-raiting-0 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% 0;
}

.cat-rating.cat-value-raiting-1 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% -16px;
}

.cat-rating.cat-value-raiting-2 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% -32px;
}

.cat-rating.cat-value-raiting-3 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% -48px;
}

.cat-rating.cat-value-raiting-4 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% -64px;
}

.cat-rating.cat-value-raiting-5 {
    background: url('/local/templates/texenergo/img/raiting.png') no-repeat 50% -80px;
}

.cat-rating.cat-rating-big {
    width: 119px;
    height: 18px;
}

.pReviewsAvg .cat-rating.cat-rating-big {
    position: relative;
    top: -3px;
    vertical-align: middle;
}

.cat-rating-big.cat-value-raiting,
.cat-rating-big.cat-value-raiting-0 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% 0;
}

.cat-rating-big.cat-value-raiting-1 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% -23px;
}

.cat-rating-big.cat-value-raiting-2 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% -46px;
}

.cat-rating-big.cat-value-raiting-3 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% -69px;
}

.cat-rating-big.cat-value-raiting-4 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% -92px;
}

.cat-rating-big.cat-value-raiting-5 {
    background: url('/local/templates/texenergo/img/raiting-big.png') no-repeat 50% -115px;
}

.owl-slider.owl-theme .owl-controls {
    margin: 0;
}

.basketPromo .cat-products .wrapper{
	margin-left:4px;
}

.owl-slider.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    position: absolute;
    top: -39px;
    width: 12px;
    height: 19px;
    padding: 0;
    margin: 0;
    background: url('/local/templates/texenergo/img/catalog/arrows.png');
    opacity: 1;
}

.basketPromo .owl-slider.owl-theme .owl-controls .owl-buttons div{
	top:-30px;
}

.owl-slider.owl-slider-inside-short.owl-theme .owl-controls .owl-buttons div {
    top: -107px;
}

.thumbnails .owl-slider.owl-theme .owl-controls .owl-buttons div {
    top: 12px;
}

.owl-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    background-position: 0 0;
}

.thumbnails .owl-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -15px;
}

.pSlider-line .owl-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -15px;
    background-image: url('/local/templates/texenergo/img/catalog/arrows.png');
}

.owl-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 20px;
    left: auto;
    background-position: -16px 0;
}

.thumbnails .owl-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -15px;
}

.pSlider-line .owl-slider.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -15px;
    background-image: url('/local/templates/texenergo/img/catalog/arrows.png');
}

.headline .counter {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    text-transform: none;
}

.line-thumbnail {
    width: 72px;
    padding-top: 35px;
}

.line-thumbnail img {
    max-width: 32px;
}

.full-list .cat-footer {
    display: none;
}

.full-list .category-line {
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
}

.brand-block img {
    max-width: 152px;
}

.brands img {
    max-width: 119px;
}

.box-analog > a.analog-title {
    display: inline-block;
    padding-right: 35px;
    font-size: 11px;
    text-transform: uppercase;
    background: url('/local/templates/texenergo/img/catalog/arrow-analog.png') right center no-repeat;
    text-decoration: none;
    color: #fff;
}

.box-analog:hover > a.analog-title {
    text-decoration: underline;
}

.list-items-img {
    max-width: 86px;
    max-height: 123px;
}

.banner-sale a {
  display: block;
  text-align: center;
}

.banner-sale img {
  width: 100%;
  height: auto;
}

div.bottom-pager-left,
div.bottom-pager-right {
    cursor: default;
}

.pDilers h3 span {
    cursor: pointer;
}

.pDilers-info {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.pDilers-info img {
    max-width: 230px;
    height: auto;
    width: auto;
}

.pPromoRow div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    max-width: 500px;
}

/*.pPromoRow .pPromoTag {vertical-align:middle;}*/

.pProductImage > img {
    max-width: 199px;
    max-height: 210px;
    min-width: 114px;
    min-height: 112px;
}

.pView.pView-big {
    width: 660px;
}

.pView.pView-big .pProductImage {
    width: 323px;
    margin: 0 auto;
    height: 265px;
}

.pAccessories .product img,
.pAdditionalImage img {
    max-width: 60px;
    max-height: 60px;
    margin-top: 15px;
}

.pCopy.pCopy-big {
    width: 610px;
    margin: 0;
}

.pPublicationsImg {
    max-width: 177px;
    max-height: 139px;
}

.pSlider li img,
.block-bar-promo li > img {
    /*max-width:68px;*/
    max-height: 68px;
}

.thumbnails ul {
    width: 141px;
}

.thumbnails li {
    height: 43px;
    line-height: 43px;
    margin: 0;
    width: 45px;
    background: #fff;
}

.thumbnails li img {
    max-width: 24px;
    max-height: 33px;
}

.cat-hoverbox .row.center {
    text-align: center;
}

.cat-hoverbox .row.center .cat-instock,
.cat-hoverbox .row.center .cat-indicator {
    position: relative;
    top: auto;
    right: auto;
    vertical-align: middle;
}

.cat-hoverbox .row.center .cat-indicator {
    margin: 2px 0 0 5px;
}

.pCartQuantity div.cat-indicator {
    margin: 0px;
    padding: 0px;
    width: 50px;
}

.pAdditionalHeader a {
    color: #36393F;
}

.li-bar-parent.has-child:before {
    background-image: url("/local/templates/texenergo/img/catalog/list.png");
}

.block-bar-promo:before {
    background-image: url("/local/templates/texenergo/img/catalog/pimp.png");
}

.block-bar-promo.promo-white:before {
    background-image: url("/local/templates/texenergo/img/catalog/pimp-white.png");
}

.caption .cat-rating {
    vertical-align: middle;
    margin: 2px 0 0 -7px;
}

.block-bar-promo img {
    max-width: 77px;
}

.rounded-reviews.blog-add-comment {
    padding: 0;
    display: block !important;
    line-height: 42px;
    cursor: pointer;
}

.pReviewContent .date > span {
    text-transform: lowercase;
}

.blog-comment-meta {
    padding: 0;
}

.pText,
.copy-pline,
.cat-technicals ul {
    margin: 1em 0;
}

.pProductImage-line > img {
    max-width: 99px;
}

.pLineImage .pSlider-line ul {
    position: relative;
    width: 150px;
}

.pLineCart > .cat-rating {
    margin: 0 20px;
    width: 67px;
    vertical-align: middle;
}

.pAnalog a {
    color: #fff;
}

.cat-indicator.cat-value-indicator,
.cat-indicator.cat-value-indicator-0 {
    background: url('/local/templates/texenergo/img/indicator.gif') no-repeat 50% 0;
}

.cat-indicator.cat-value-indicator-1 {
    background: url('/local/templates/texenergo/img/indicator.gif') no-repeat 50% -14px;
}

.cat-indicator.cat-value-indicator-2 {
    background: url('/local/templates/texenergo/img/indicator.gif') no-repeat 50% -28px;
}

.cat-indicator.cat-value-indicator-3 {
    background: url('/local/templates/texenergo/img/indicator.gif') no-repeat 50% -42px;
}

.pCartQuantity .cat-indicator {
    vertical-align: middle;
}

.cat-block .pProductInLine {
    background: #fff;
}

.pSlider-line li {
    background: #fff;
}

.pSlider-line li > img {
    height: auto;
    width: auto;
    max-height: 48px;
}

.rounded.rounded-reviews.right.center {
    text-align: center;
    line-height: 42px;
}

.cat-technicals li {
    background: none;
    display: block;
}

.additional-params {
    margin-top: -11px;
}

.searchbox {
    height: auto !important;
    overflow: hidden;
}

.sale-block {
    width: 161px;
}

.product-rest {
    width: 30px;
    height: 10px;
    margin-left: 30px;
    position: relative;
    top: -12px;
}

.col-headings li.rest-list {
    margin-left: -25px;
    margin-right: 45px;
}

.cat-indicator.cat-value-indicator.cat-white-indicator, .cat-indicator.cat-white-indicator.cat-value-indicator-0 {
    background: url('/local/templates/texenergo/img/indicator-white.gif') no-repeat 50% 0;
}

.cat-indicator.cat-white-indicator.cat-value-indicator-1 {
    background: url('/local/templates/texenergo/img/indicator-white.gif') no-repeat 50% -14px;
}

.cat-indicator.cat-white-indicator.cat-value-indicator-2 {
    background: url('/local/templates/texenergo/img/indicator-white.gif') no-repeat 50% -28px;
}

.cat-indicator.cat-white-indicator.cat-value-indicator-3 {
    background: url('/local/templates/texenergo/img/indicator-white.gif') no-repeat 50% -42px;
}

.price-col {
    width: 89px;
    position: relative;
    top: -10px;
}

.actions-time .cat-promo {
    position: relative;
    top: 16px;
}

.actions-time .cat-promo-time {
    float: none;
}

.actions-time .cat-promo-captions {
    padding: 0;
    margin: 0 0px 0 14px;
}

.product-descr-wrap {
    display: inline-block;
    position: relative;
    top: -18px;
}

.product-descr-wrap .line-product-info {
    width: 150px;
}

.actions-headings.col-headings li:nth-child(2) {
    width: 105px;
}

.actions-icons {
    margin-top: 26px;
}

.sale-block .digits {
    margin-top: 0;
    text-indent: 8px;
    line-height: 24px;
}

.actions-headings.col-headings li:nth-child(3) {
    width: 135px;
}

.container {
    position: relative;
}

.own-production-inside {
    position: absolute;
    right: 150px;
    top: 25px;
    margin: 0;
    width: 160px;
}

.inside-headline {
    width: 570px;
}

.level-two-full-header {
    border-bottom: 1px solid #ebebeb;
}

.pBarcodeCont {
    text-align: center;
}

.pCopy {
    font-size: 1.3rem;
}

.pLineImage {
    width: 205px;
    position: relative;
}

.product-image .thumbnails {
    top: 120px;
}

.product-image .thumbnails.special-offer-thumbnails {
    top: 214px;
}

.old-pirce-catalog-full-last {
    position: relative;
    top: 0;
}

.cat-hoverbox {
    height: auto;
    padding-bottom: 15px;
}

.rating-col .cat-rating-line {
    margin-right: 25px;
}

.col-headings li.headings-rate {
    width: 100px;
}

.col-headings li.headings-price {
    width: 113px;
}

.col-headings li.headings-rest {
    margin-right: 26px;
}

.product-rest.bottom-rest {
  top: 0;
}

.last-list-price-col {
    position: relative;
}

.old-price-last-list {
    position: absolute;
    top: 40px;
    left: 3px;
}

.second-level-product-line.pProductInLine:last-child {
    margin-bottom: 15px;
}

.pLineOverview {
    margin-right: 30px;
}

a.name {
    font-size: 13px;
}

.sku-pline {
    /*font-weight: bold;*/
    /*font-size: 15px;*/
}

.last-full-rating {
    position: relative;
    left: -7px;
    margin-top: 5px;
}

.pAccessories {
    position: relative;
    z-index: 500;
    margin-top:-45px;
}

.pAccessories h3 {
    margin-left: auto;
    margin-right: auto;
    width: 162px;
    padding-top:11px;
}

.pAccessories .accessories-right {
    position: absolute;
    right: 10px;
    top: 14px;
    /*background: url(/local/templates/texenergo/img/product/slider-arrow-right.png) no-repeat;*/
    background: url(/local/templates/texenergo/img/product/right_arrow.png) no-repeat;
    width: 12px;
    height: 22px;
}

.pAccessories .accessories-left {
    position: absolute;
    left: 30px;
    top: 14px;
    /*background: url(/local/templates/texenergo/img/product/slider-arrrow-left.png) no-repeat;*/
    background: url(/local/templates/texenergo/img/product/left_arrow.png) no-repeat;
    width: 12px;
    height: 22px;
}

.pAdditional {
    position: relative;
}

.pAdditional .additional-right {
    position: absolute;
    right: 31px;
    top: 22px;
    background: url(/local/templates/texenergo/img/product/slider-arrow-right.png) no-repeat;
    width: 12px;
    height: 10px;
}

.pAdditional .additional-left {
    position: absolute;
    right: 60px;
    top: 22px;
    background: url(/local/templates/texenergo/img/product/slider-arrrow-left.png) no-repeat;
    width: 12px;
    height: 10px;
}

.pAdditional .product {
    display: block;
    float: left;
    height: auto;
    margin-right: 15px;
}

.product .rating {
    margin-left: 51px;
}

.pAdditionalUl .price {
    margin-left: 58px;
}

.pAdditionalUl .sku {
    padding-left: 55px;
}
.pAdditionalUl .bx_item_detail_rating {
    padding-left: 55px;
}

.line-thumbnail img {
    max-width: 60px;
    margin: 0px 10px 8px 10px;
}

.pAccessories .sku {
    padding-left: 70px;
}

.pAccessories .price {
    padding-left: 58px;
}

.list-items-img {
    max-height: 60px;
}

.product .name {
    padding-left: 57px;
}

.searchbox .search-result img {
    max-width: 25px;
}

.accessory-list .pTechnicalsMain li {
    border-bottom: 1px solid #ebebeb;
    border-top: none;
}

.pCopy {
    min-height: 1px;
}

.pProductImage {
    z-index: 500;
}

.pAccessories .pAccessoriesUl .pPriceSmall {
    padding-left: 59px;
}

.pAdditionalUl .pPriceSmall {
    padding-left: 60px;
}

.col-headings li {
    background: #fff;
}

.tLineSection .line-product-info {
    width: 146px;
}

.tLineSection .new-in-img {
    z-index: 100;
}

.tLineSection .col-headings li:nth-child(1) {
    width: 156px;
}

.tLineSection .rating-col {
    position: relative;
    top: -25px;
}

.tLineSection .cat-product-line {
    position: relative;
}

.pLineImage.seria-pLineImage {
    width: 185px;
}

.sort .text {
    margin-right: 5px;
}

.row-pline {
    margin-top: 10px;
}

.accessory-name a:hover {
    text-decoration: underline;
}

.searchImage-linear {
    width: 111px;
}

.catProduct-search.search-list .line-product-info {
    width: 261px;
}

.search-list .catPrice-search {
    display: block;
    width: 89px;
    line-height: 16px;
}

.row.rest-row {
    height: 16px;
}

.main-search .cat-hoverbox {
    height: auto;
}

.main-search .line-thumbnail {
    padding-top: 0;
}

.main-search .cat-line-icons {
    margin-top: 24px;
}

.seach-header {
    border-bottom: 1px solid #ebebeb;
}

.no-border-top {
    border-top: none;
}

.all-producnts-header {
    margin-top: 15px;
}

.manufacture-dropdown .switch {
    float: left !important;
    margin: 0 auto;
}

.manufacture-dropdown {
    height: auto !important;
}

.switch-wrap {
    overflow: hidden;
    width: 287px;
    margin: 0 auto;
    color: #36393f;
    font-weight: 500;
    font-size: 1.3rem;
    margin: 19px auto 0;
}

.manufacture-dropdown .main-brands {
    height: auto !important;
}

.categories {
    height: auto !important;
    z-index: 1120;
}

.product-img-block .owl-carousel .owl-item {
    width: auto !important;
}

.pSlider ul {
    border-right: none;
}

.categories aside {
    width: 305px !important;
}

.inside-full-slider.pSlider-line li {
    width: auto;
}

.inside-full-slider .owl-item {
    width: auto !important;
}

.catalog-list .cat-hoverbox {
    display: block;
}

.last-full .owl-wrapper-outer {
    overflow: hidden;
}

.last-full .thumbnails .owl-wrapper-outer {
    overflow: hidden;
}

.last-full-cat-hoverbox {
    padding-top: 365px !important;
}

.owl-carousel .owl-wrapper-outer {
    z-index: 5;
}

.new-in-img {
    z-index: 1000;
}

.pTechnicalValueCont {
    float: right;
    width: 110px;
    padding-right: 12px;
    text-align: right;
}

.header-main .main-nav ul li a:hover {
    color: #ed5c2f;
    text-decoration: none;
}

.categories .category-nav ul li a:hover {
    color: #ed5c2f;
    text-decoration: none;
}

.pProductImage-line > img.big-last-full-img {
    max-width: 170px;
    padding: 25px 0 0 0;
    /*width: 100%;*/
}

.own-production-inside .subSwitch {
    margin-top: 9px;
}

.main-nav li {
    position: relative;
}

.main-nav li.search {
  position: relative;
}

.categories {
    left: 265px !important;
    top: 30px !important;
}

.manufacture-dropdown {
    left: 133px !important;
    top: 30px !important;
    z-index: 1120;
}

.main-search .cat-hoverbox {
    padding-top: 280px !important;
}

.cat-hoverbox {
    padding-top: 360px;
}

/*.compCanvas {width: auto!important;}*/
.main-nav form {
  width: 100px;
  height: 30px;
}

.cat-unit img {
    margin-top: 17px;
}

.catalog-special-offer {
    width: 939px;
    margin: 0 auto 10px;
}

.catalog-brand {
    /*width: 939px;*/
    margin: 0 auto 20px;
}

.categories .category-nav ul.long-list {
    width: 560px;
}

.menu-section .sidebar-child .select2-choice {
    margin-top: 25px;
    margin-top: 19px;
    text-transform: none;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.menu-section .sidebar-child .select2-container .select2-choice:after {
    top: 8px;
}

.dark-select {
    background: #4e5158;
    color: #fff;
}

.dark-select .select2-results .select2-highlighted {
    background: #4e5158;
    color: #ed5c2f;
}

.dark-select .select2-results .select2-highlighted .select2-result-label {
    color: #ed5c2f;
}

.dark-select .select2-result-label {
    color: #fff;
}

.dark-select.select2-drop-active:before {
    border-color: transparent transparent #4e5158 transparent;
}

.sidebar-catalog .head-sub.no-arrow-head {
    background: none;
    padding-left: 26px;
}

.sidebar-catalog .head-sub.no-arrow-head a:hover {
    text-decoration: none;
}

.catalog-offer .cat-product {
    width: 184px;
    padding-bottom: 25px;
}

.catalog-offer-basket-buttons {
    background-color: #393b41;
    padding: 16px 0 6px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.offer-left {
    position: absolute;
    top: 21px;
    left: 23px;
    display: block;
    width: 12px;
    height: 19px;
    background: url('/local/templates/texenergo/img/catalog/arrows.png');
    background-position: 0 0;
}

.offer-right {
    position: absolute;
    top: 21px;
    right: 23px;
    display: block;
    width: 12px;
    height: 19px;
    background: url('/local/templates/texenergo/img/catalog/arrows.png');
    background-position: -16px 0;
}

.sidebar-catalog .has-submenu.head p {
    padding-right: 31px;
}

.sidebar-second {
    left: 210px;
    top: 0;
}

.sidebar-catalog .head-single a {
    width: 164px;
}

.discounted-block {
    width: 270px;
    height: 94px;
    background: url('/local/templates/texenergo/img/product/discounted-substrate.png');
    margin: 10px auto;
    background-position: center;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    text-transform: none;
    line-height: 90px;
}

.compImage .picture {
    height: 133px;
    margin-bottom: 25px;
}

.compImage > a {
    display: block;
    min-height: 148px;
}


/* /Catalog page


/* Custom select */

.product-sort-top {
    width: auto;
	padding-bottom:2px;
}

.select2-search {
    display: none;
}

.select2-container .select2-choice {
    display: block;
    height: 15px;
    overflow: hidden;
    position: relative;
    border: none;
    white-space: nowrap;
    /* color: #444; */
    text-decoration: none;
    border-radius: none;
    background-clip: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-image: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 500;
    color: #ed5c2f;
    text-transform: uppercase;
    padding: 0 0 0 2px;
    position: relative;
    top: -1px;
    box-shadow: none;
    position: relative;
}

.select2-container.f-select .select2-choice {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  line-height: 42px;
  background-color: #eaeaea;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  color: #222;
  font-weight: normal;
  text-transform: none;
  padding: 0 25px 0 20px;
  outline-style: none;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.select2-container .select2-choice:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 13px;
    width: 7px;
    height: 4px;
    background: url(/local/templates/texenergo/img/select-arrow.png) no-repeat;
}

.select2-container.f-select .select2-choice:after {
  top: 20px;
  right: 10px;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-drop-active {
    border: none;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.4;
    font-size: 1.1rem;
    font-weight: 400;
    color: #9c9da0;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    width: auto !important;
    border-radius: 4px;
    margin-top: 12px;
    margin-left: -18px;
}

.select2-drop-active:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #ffffff transparent;
    margin-left: -7px;
}

.select2-results .select2-highlighted {
    background: #fff;
    color: #ed5c2f;
}

/* /Custom select */

/* Accessory */

.accessory-wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 1px;
}

.accessory-list > div {
    width: 219px;
    float: left;
    border-left: 1px solid #f3f0f0;
    padding: 10px 0 0;
    background: #fff;
}

.accessory-list >div:first-child {
    border-left: none;
}

.accessory-wrap .manufacturer-wrap {
    width: 200px;
    margin: auto;
    height: 51px;
}

.accessory-wrap .manufacturer {
    width: 194px;
    height: 51px;
    border: 3px solid #f2f2f2;
    margin-left: 10px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.accessory-wrap .shipping-icons {
    float: right;
    width: auto;
    height: 24px;
    overflow: hidden;
    margin: 10px 10px 0 0;
}

.shipping-icons .shipping {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/texenergo/img/product/shipping.png) no-repeat;
    float: left;
}

.shipping-icons .sale-procent {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/local/templates/texenergo/img/product/sale-procent.png) no-repeat;
    float: left;
}

.accessory-wrap .img-wrap-inner {
    width: 219px;
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.accessory-wrap .img-wrap-inner img {
    max-width: 95px;
    max-height: 131px;
}

.accessory-list .img-wrap {
    margin-top: 4px;
}

.accessory-list .accessory-name {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6f6f6f;
    text-align: center;
    margin: 7px 0 0;
    padding: 0 24px;
    /*        height: 60px;
            overflow: hidden;*/
}

.accessory-list .accessory-article {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #6f6f6f;
    text-align: center;
    margin: 0;
}

.accessory-list .rating-wrap {
    margin: 25px 0 0;
    text-align: center;
}

.accessory-list .rating-wrap.with-reviews {
    padding-left: 40px;
    text-align: left;
    height: 11px;
}

.accessory-list .accessoty-rating {

}

.rating-wrap span {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #6f6f6f;
    margin-left: 5px;
}

.accessory-list .price {
    font-size: 1.7rem;
    font-weight: bold;
    color: #ed5c2f;
    text-align: center;
    display: block;
    margin: 15px 0 0;
}

.accessory-list .old-pirce {
    font-size: 13px;
    line-height: 18px;
    color: #6f6f6f;
    text-decoration: line-through;
    text-align: center;
}

.accessory-list .small-cart {
    width: 88px;
    height: 10px;
    margin: 0;
    display: inline-block;
    float: left;
}

.accessory-list .pCart {
    overflow: hidden;
    width: 100%;
}

.accessory-list .pInCart {
    width: 125px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.catalog-special-offer .pInCart i {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(/local/templates/texenergo/img/product/cart-small.png) no-repeat;
    margin-right: 7px;
}

.catalog-special-offer .pInCart {
    width: 98px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.accessory-list .pInCart i {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(/local/templates/texenergo/img/product/cart-small.png) no-repeat;
    margin-right: 11px;
}

.accessory-list .pCartNav {
    overflow: hidden;
    padding: 0;
    margin: 15px 0 0 30px;
}

.accessory-list .pCartNav li {
    border: none;
    padding: 0;
}

.accessory-list .characteristics {
    background: #f8f8f8;
    padding: 15px 0 15px 16px;
    position: relative;
    min-height: 17px;
    margin: 15px 0 0;
    border: none;
    /*        width: 101%;*/
}

.accessory-list li:first-child .characteristics:after {
    content: 'Характеристики';
    color: #ed5c2f;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.accessory-list .pTechnicals {
    overflow: hidden;
    padding: 0;
    background: #f8f8f8;
}

.accessory-list .pTechnicals ul {
    overflow: hidden;
    padding: 0;
}

.accessory-list .pTechnicalsMain li {
    background-color: #f8f8f8;
}

.accessory-list .pTechnicalsMain li:first-child {
    background-color: #f8f8f8;
    border-top: 1px solid #ebebeb;
}

.accessory-list .additional-params li:first-child {
    border-top: none;
}

.accessory-list .additional-params li:last-child {
    border-bottom: none;
}

.accessory-list .pTechnicalsSecond li {
    width: 109px;
    text-align: center;
    border: none;
}

.accessory-list .bar-code {
    text-align: center;
}

.accessory-wrap .owl-wrapper-outer {
    border-bottom: 1px solid #e8e8e8;
}

.catalog-special-offer .owl-theme .owl-controls .owl-page span.owl-numbers, .accessory-wrap .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #a7a7a7;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: #fff;
    opacity: 1;
}

.catalog-special-offer .owl-theme .owl-controls .owl-page.active span, .catalog-special-offer .owl-theme .owl-controls.clickable .owl-page:hover span, .accessory-wrap .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    color: #3d3d3d;
}

.catalog-special-offer .owl-pagination, .accessory-wrap .owl-pagination {
    width: 200px;
    overflow: hidden;
    height: auto;
    margin: auto;
    position: relative;
}

.catalog-special-offer .owl-controls, .accessory-wrap .owl-controls {
    width: 200px;
    overflow: hidden;
    height: auto;
    margin: auto;
    position: relative;
}

.catalog-special-offer .accessory-right, .accessory-wrap .accessory-right {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    background: url(/local/templates/texenergo/img/product/slider-arrow-right.png) no-repeat;
    width: 12px;
    height: 10px;
    z-index: 100;
}

.catalog-special-offer .accessory-left, .accessory-wrap .accessory-left {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background: url(/local/templates/texenergo/img/product/slider-arrrow-left.png) no-repeat;
    width: 12px;
    height: 10px;
    z-index: 100;
}

.catalog-special-offer .owl-carousel .owl-wrapper {
    margin-bottom: -2px;
}

.catalog-special-offer .owl-carousel .owl-wrapper-outer {
    border-bottom: 1px solid #ebebeb;
}

.animated-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    margin: -53px 0 0 -30px;
    max-width: 60px;
}

.j-compare-list > p {
    float: none;
    width: 100%;
}

.j-compare-list > p .notetext {
    margin: 0 auto;
    width: 900px;
    display: block;
    color: #727478;
}

.container .notetext {
    font-size: 13px;
}

/* /Accessory */

/* End */



/* Start:/local/templates/texenergo/fonts/MaterialDesignIconicFont/material-design-iconic-font.css?170893560290461*/
/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url('/local/templates/texenergo/fonts/MaterialDesignIconicFont/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), 
       url('/local/templates/texenergo/fonts/MaterialDesignIconicFont/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), 
       url('/local/templates/texenergo/fonts/MaterialDesignIconicFont/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
          animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
          animation: zmdi-spin-reverse 1.5s infinite linear;
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #ffffff;
}
/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-3d-rotation:before {
  content: '\f101';
}
.zmdi-airplane-off:before {
  content: '\f102';
}
.zmdi-airplane:before {
  content: '\f103';
}
.zmdi-album:before {
  content: '\f104';
}
.zmdi-archive:before {
  content: '\f105';
}
.zmdi-assignment-account:before {
  content: '\f106';
}
.zmdi-assignment-alert:before {
  content: '\f107';
}
.zmdi-assignment-check:before {
  content: '\f108';
}
.zmdi-assignment-o:before {
  content: '\f109';
}
.zmdi-assignment-return:before {
  content: '\f10a';
}
.zmdi-assignment-returned:before {
  content: '\f10b';
}
.zmdi-assignment:before {
  content: '\f10c';
}
.zmdi-attachment-alt:before {
  content: '\f10d';
}
.zmdi-attachment:before {
  content: '\f10e';
}
.zmdi-audio:before {
  content: '\f10f';
}
.zmdi-badge-check:before {
  content: '\f110';
}
.zmdi-balance-wallet:before {
  content: '\f111';
}
.zmdi-balance:before {
  content: '\f112';
}
.zmdi-battery-alert:before {
  content: '\f113';
}
.zmdi-battery-flash:before {
  content: '\f114';
}
.zmdi-battery-unknown:before {
  content: '\f115';
}
.zmdi-battery:before {
  content: '\f116';
}
.zmdi-bike:before {
  content: '\f117';
}
.zmdi-block-alt:before {
  content: '\f118';
}
.zmdi-block:before {
  content: '\f119';
}
.zmdi-boat:before {
  content: '\f11a';
}
.zmdi-book-image:before {
  content: '\f11b';
}
.zmdi-book:before {
  content: '\f11c';
}
.zmdi-bookmark-outline:before {
  content: '\f11d';
}
.zmdi-bookmark:before {
  content: '\f11e';
}
.zmdi-brush:before {
  content: '\f11f';
}
.zmdi-bug:before {
  content: '\f120';
}
.zmdi-bus:before {
  content: '\f121';
}
.zmdi-cake:before {
  content: '\f122';
}
.zmdi-car-taxi:before {
  content: '\f123';
}
.zmdi-car-wash:before {
  content: '\f124';
}
.zmdi-car:before {
  content: '\f125';
}
.zmdi-card-giftcard:before {
  content: '\f126';
}
.zmdi-card-membership:before {
  content: '\f127';
}
.zmdi-card-travel:before {
  content: '\f128';
}
.zmdi-card:before {
  content: '\f129';
}
.zmdi-case-check:before {
  content: '\f12a';
}
.zmdi-case-download:before {
  content: '\f12b';
}
.zmdi-case-play:before {
  content: '\f12c';
}
.zmdi-case:before {
  content: '\f12d';
}
.zmdi-cast-connected:before {
  content: '\f12e';
}
.zmdi-cast:before {
  content: '\f12f';
}
.zmdi-chart-donut:before {
  content: '\f130';
}
.zmdi-chart:before {
  content: '\f131';
}
.zmdi-city-alt:before {
  content: '\f132';
}
.zmdi-city:before {
  content: '\f133';
}
.zmdi-close-circle-o:before {
  content: '\f134';
}
.zmdi-close-circle:before {
  content: '\f135';
}
.zmdi-close:before {
  content: '\f136';
}
.zmdi-cocktail:before {
  content: '\f137';
}
.zmdi-code-setting:before {
  content: '\f138';
}
.zmdi-code-smartphone:before {
  content: '\f139';
}
.zmdi-code:before {
  content: '\f13a';
}
.zmdi-coffee:before {
  content: '\f13b';
}
.zmdi-collection-bookmark:before {
  content: '\f13c';
}
.zmdi-collection-case-play:before {
  content: '\f13d';
}
.zmdi-collection-folder-image:before {
  content: '\f13e';
}
.zmdi-collection-image-o:before {
  content: '\f13f';
}
.zmdi-collection-image:before {
  content: '\f140';
}
.zmdi-collection-item-1:before {
  content: '\f141';
}
.zmdi-collection-item-2:before {
  content: '\f142';
}
.zmdi-collection-item-3:before {
  content: '\f143';
}
.zmdi-collection-item-4:before {
  content: '\f144';
}
.zmdi-collection-item-5:before {
  content: '\f145';
}
.zmdi-collection-item-6:before {
  content: '\f146';
}
.zmdi-collection-item-7:before {
  content: '\f147';
}
.zmdi-collection-item-8:before {
  content: '\f148';
}
.zmdi-collection-item-9-plus:before {
  content: '\f149';
}
.zmdi-collection-item-9:before {
  content: '\f14a';
}
.zmdi-collection-item:before {
  content: '\f14b';
}
.zmdi-collection-music:before {
  content: '\f14c';
}
.zmdi-collection-pdf:before {
  content: '\f14d';
}
.zmdi-collection-plus:before {
  content: '\f14e';
}
.zmdi-collection-speaker:before {
  content: '\f14f';
}
.zmdi-collection-text:before {
  content: '\f150';
}
.zmdi-collection-video:before {
  content: '\f151';
}
.zmdi-compass:before {
  content: '\f152';
}
.zmdi-cutlery:before {
  content: '\f153';
}
.zmdi-delete:before {
  content: '\f154';
}
.zmdi-dialpad:before {
  content: '\f155';
}
.zmdi-dns:before {
  content: '\f156';
}
.zmdi-drink:before {
  content: '\f157';
}
.zmdi-edit:before {
  content: '\f158';
}
.zmdi-email-open:before {
  content: '\f159';
}
.zmdi-email:before {
  content: '\f15a';
}
.zmdi-eye-off:before {
  content: '\f15b';
}
.zmdi-eye:before {
  content: '\f15c';
}
.zmdi-eyedropper:before {
  content: '\f15d';
}
.zmdi-favorite-outline:before {
  content: '\f15e';
}
.zmdi-favorite:before {
  content: '\f15f';
}
.zmdi-filter-list:before {
  content: '\f160';
}
.zmdi-fire:before {
  content: '\f161';
}
.zmdi-flag:before {
  content: '\f162';
}
.zmdi-flare:before {
  content: '\f163';
}
.zmdi-flash-auto:before {
  content: '\f164';
}
.zmdi-flash-off:before {
  content: '\f165';
}
.zmdi-flash:before {
  content: '\f166';
}
.zmdi-flip:before {
  content: '\f167';
}
.zmdi-flower-alt:before {
  content: '\f168';
}
.zmdi-flower:before {
  content: '\f169';
}
.zmdi-font:before {
  content: '\f16a';
}
.zmdi-fullscreen-alt:before {
  content: '\f16b';
}
.zmdi-fullscreen-exit:before {
  content: '\f16c';
}
.zmdi-fullscreen:before {
  content: '\f16d';
}
.zmdi-functions:before {
  content: '\f16e';
}
.zmdi-gas-station:before {
  content: '\f16f';
}
.zmdi-gesture:before {
  content: '\f170';
}
.zmdi-globe-alt:before {
  content: '\f171';
}
.zmdi-globe-lock:before {
  content: '\f172';
}
.zmdi-globe:before {
  content: '\f173';
}
.zmdi-graduation-cap:before {
  content: '\f174';
}
.zmdi-home:before {
  content: '\f175';
}
.zmdi-hospital-alt:before {
  content: '\f176';
}
.zmdi-hospital:before {
  content: '\f177';
}
.zmdi-hotel:before {
  content: '\f178';
}
.zmdi-hourglass-alt:before {
  content: '\f179';
}
.zmdi-hourglass-outline:before {
  content: '\f17a';
}
.zmdi-hourglass:before {
  content: '\f17b';
}
.zmdi-http:before {
  content: '\f17c';
}
.zmdi-image-alt:before {
  content: '\f17d';
}
.zmdi-image-o:before {
  content: '\f17e';
}
.zmdi-image:before {
  content: '\f17f';
}
.zmdi-inbox:before {
  content: '\f180';
}
.zmdi-invert-colors-off:before {
  content: '\f181';
}
.zmdi-invert-colors:before {
  content: '\f182';
}
.zmdi-key:before {
  content: '\f183';
}
.zmdi-label-alt-outline:before {
  content: '\f184';
}
.zmdi-label-alt:before {
  content: '\f185';
}
.zmdi-label-heart:before {
  content: '\f186';
}
.zmdi-label:before {
  content: '\f187';
}
.zmdi-labels:before {
  content: '\f188';
}
.zmdi-lamp:before {
  content: '\f189';
}
.zmdi-landscape:before {
  content: '\f18a';
}
.zmdi-layers-off:before {
  content: '\f18b';
}
.zmdi-layers:before {
  content: '\f18c';
}
.zmdi-library:before {
  content: '\f18d';
}
.zmdi-link:before {
  content: '\f18e';
}
.zmdi-lock-open:before {
  content: '\f18f';
}
.zmdi-lock-outline:before {
  content: '\f190';
}
.zmdi-lock:before {
  content: '\f191';
}
.zmdi-mail-reply-all:before {
  content: '\f192';
}
.zmdi-mail-reply:before {
  content: '\f193';
}
.zmdi-mail-send:before {
  content: '\f194';
}
.zmdi-mall:before {
  content: '\f195';
}
.zmdi-map:before {
  content: '\f196';
}
.zmdi-menu:before {
  content: '\f197';
}
.zmdi-money-box:before {
  content: '\f198';
}
.zmdi-money-off:before {
  content: '\f199';
}
.zmdi-money:before {
  content: '\f19a';
}
.zmdi-more-vert:before {
  content: '\f19b';
}
.zmdi-more:before {
  content: '\f19c';
}
.zmdi-movie-alt:before {
  content: '\f19d';
}
.zmdi-movie:before {
  content: '\f19e';
}
.zmdi-nature-people:before {
  content: '\f19f';
}
.zmdi-nature:before {
  content: '\f1a0';
}
.zmdi-navigation:before {
  content: '\f1a1';
}
.zmdi-open-in-browser:before {
  content: '\f1a2';
}
.zmdi-open-in-new:before {
  content: '\f1a3';
}
.zmdi-palette:before {
  content: '\f1a4';
}
.zmdi-parking:before {
  content: '\f1a5';
}
.zmdi-pin-account:before {
  content: '\f1a6';
}
.zmdi-pin-assistant:before {
  content: '\f1a7';
}
.zmdi-pin-drop:before {
  content: '\f1a8';
}
.zmdi-pin-help:before {
  content: '\f1a9';
}
.zmdi-pin-off:before {
  content: '\f1aa';
}
.zmdi-pin:before {
  content: '\f1ab';
}
.zmdi-pizza:before {
  content: '\f1ac';
}
.zmdi-plaster:before {
  content: '\f1ad';
}
.zmdi-power-setting:before {
  content: '\f1ae';
}
.zmdi-power:before {
  content: '\f1af';
}
.zmdi-print:before {
  content: '\f1b0';
}
.zmdi-puzzle-piece:before {
  content: '\f1b1';
}
.zmdi-quote:before {
  content: '\f1b2';
}
.zmdi-railway:before {
  content: '\f1b3';
}
.zmdi-receipt:before {
  content: '\f1b4';
}
.zmdi-refresh-alt:before {
  content: '\f1b5';
}
.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}
.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}
.zmdi-refresh-sync:before {
  content: '\f1b8';
}
.zmdi-refresh:before {
  content: '\f1b9';
}
.zmdi-roller:before {
  content: '\f1ba';
}
.zmdi-ruler:before {
  content: '\f1bb';
}
.zmdi-scissors:before {
  content: '\f1bc';
}
.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}
.zmdi-screen-rotation:before {
  content: '\f1be';
}
.zmdi-search-for:before {
  content: '\f1bf';
}
.zmdi-search-in-file:before {
  content: '\f1c0';
}
.zmdi-search-in-page:before {
  content: '\f1c1';
}
.zmdi-search-replace:before {
  content: '\f1c2';
}
.zmdi-search:before {
  content: '\f1c3';
}
.zmdi-seat:before {
  content: '\f1c4';
}
.zmdi-settings-square:before {
  content: '\f1c5';
}
.zmdi-settings:before {
  content: '\f1c6';
}
.zmdi-shield-check:before {
  content: '\f1c7';
}
.zmdi-shield-security:before {
  content: '\f1c8';
}
.zmdi-shopping-basket:before {
  content: '\f1c9';
}
.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}
.zmdi-shopping-cart:before {
  content: '\f1cb';
}
.zmdi-sign-in:before {
  content: '\f1cc';
}
.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}
.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}
.zmdi-sort-asc:before {
  content: '\f1cf';
}
.zmdi-sort-desc:before {
  content: '\f1d0';
}
.zmdi-spellcheck:before {
  content: '\f1d1';
}
.zmdi-storage:before {
  content: '\f1d2';
}
.zmdi-store-24:before {
  content: '\f1d3';
}
.zmdi-store:before {
  content: '\f1d4';
}
.zmdi-subway:before {
  content: '\f1d5';
}
.zmdi-sun:before {
  content: '\f1d6';
}
.zmdi-tab-unselected:before {
  content: '\f1d7';
}
.zmdi-tab:before {
  content: '\f1d8';
}
.zmdi-tag-close:before {
  content: '\f1d9';
}
.zmdi-tag-more:before {
  content: '\f1da';
}
.zmdi-tag:before {
  content: '\f1db';
}
.zmdi-thumb-down:before {
  content: '\f1dc';
}
.zmdi-thumb-up-down:before {
  content: '\f1dd';
}
.zmdi-thumb-up:before {
  content: '\f1de';
}
.zmdi-ticket-star:before {
  content: '\f1df';
}
.zmdi-toll:before {
  content: '\f1e0';
}
.zmdi-toys:before {
  content: '\f1e1';
}
.zmdi-traffic:before {
  content: '\f1e2';
}
.zmdi-translate:before {
  content: '\f1e3';
}
.zmdi-triangle-down:before {
  content: '\f1e4';
}
.zmdi-triangle-up:before {
  content: '\f1e5';
}
.zmdi-truck:before {
  content: '\f1e6';
}
.zmdi-turning-sign:before {
  content: '\f1e7';
}
.zmdi-wallpaper:before {
  content: '\f1e8';
}
.zmdi-washing-machine:before {
  content: '\f1e9';
}
.zmdi-window-maximize:before {
  content: '\f1ea';
}
.zmdi-window-minimize:before {
  content: '\f1eb';
}
.zmdi-window-restore:before {
  content: '\f1ec';
}
.zmdi-wrench:before {
  content: '\f1ed';
}
.zmdi-zoom-in:before {
  content: '\f1ee';
}
.zmdi-zoom-out:before {
  content: '\f1ef';
}
.zmdi-alert-circle-o:before {
  content: '\f1f0';
}
.zmdi-alert-circle:before {
  content: '\f1f1';
}
.zmdi-alert-octagon:before {
  content: '\f1f2';
}
.zmdi-alert-polygon:before {
  content: '\f1f3';
}
.zmdi-alert-triangle:before {
  content: '\f1f4';
}
.zmdi-help-outline:before {
  content: '\f1f5';
}
.zmdi-help:before {
  content: '\f1f6';
}
.zmdi-info-outline:before {
  content: '\f1f7';
}
.zmdi-info:before {
  content: '\f1f8';
}
.zmdi-notifications-active:before {
  content: '\f1f9';
}
.zmdi-notifications-add:before {
  content: '\f1fa';
}
.zmdi-notifications-none:before {
  content: '\f1fb';
}
.zmdi-notifications-off:before {
  content: '\f1fc';
}
.zmdi-notifications-paused:before {
  content: '\f1fd';
}
.zmdi-notifications:before {
  content: '\f1fe';
}
.zmdi-account-add:before {
  content: '\f1ff';
}
.zmdi-account-box-mail:before {
  content: '\f200';
}
.zmdi-account-box-o:before {
  content: '\f201';
}
.zmdi-account-box-phone:before {
  content: '\f202';
}
.zmdi-account-box:before {
  content: '\f203';
}
.zmdi-account-calendar:before {
  content: '\f204';
}
.zmdi-account-circle:before {
  content: '\f205';
}
.zmdi-account-o:before {
  content: '\f206';
}
.zmdi-account:before {
  content: '\f207';
}
.zmdi-accounts-add:before {
  content: '\f208';
}
.zmdi-accounts-alt:before {
  content: '\f209';
}
.zmdi-accounts-list-alt:before {
  content: '\f20a';
}
.zmdi-accounts-list:before {
  content: '\f20b';
}
.zmdi-accounts-outline:before {
  content: '\f20c';
}
.zmdi-accounts:before {
  content: '\f20d';
}
.zmdi-face:before {
  content: '\f20e';
}
.zmdi-female:before {
  content: '\f20f';
}
.zmdi-male-alt:before {
  content: '\f210';
}
.zmdi-male-female:before {
  content: '\f211';
}
.zmdi-male:before {
  content: '\f212';
}
.zmdi-mood-bad:before {
  content: '\f213';
}
.zmdi-mood:before {
  content: '\f214';
}
.zmdi-run:before {
  content: '\f215';
}
.zmdi-walk:before {
  content: '\f216';
}
.zmdi-cloud-box:before {
  content: '\f217';
}
.zmdi-cloud-circle:before {
  content: '\f218';
}
.zmdi-cloud-done:before {
  content: '\f219';
}
.zmdi-cloud-download:before {
  content: '\f21a';
}
.zmdi-cloud-off:before {
  content: '\f21b';
}
.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}
.zmdi-cloud-outline:before {
  content: '\f21d';
}
.zmdi-cloud-upload:before {
  content: '\f21e';
}
.zmdi-cloud:before {
  content: '\f21f';
}
.zmdi-download:before {
  content: '\f220';
}
.zmdi-file-plus:before {
  content: '\f221';
}
.zmdi-file-text:before {
  content: '\f222';
}
.zmdi-file:before {
  content: '\f223';
}
.zmdi-folder-outline:before {
  content: '\f224';
}
.zmdi-folder-person:before {
  content: '\f225';
}
.zmdi-folder-star-alt:before {
  content: '\f226';
}
.zmdi-folder-star:before {
  content: '\f227';
}
.zmdi-folder:before {
  content: '\f228';
}
.zmdi-gif:before {
  content: '\f229';
}
.zmdi-upload:before {
  content: '\f22a';
}
.zmdi-border-all:before {
  content: '\f22b';
}
.zmdi-border-bottom:before {
  content: '\f22c';
}
.zmdi-border-clear:before {
  content: '\f22d';
}
.zmdi-border-color:before {
  content: '\f22e';
}
.zmdi-border-horizontal:before {
  content: '\f22f';
}
.zmdi-border-inner:before {
  content: '\f230';
}
.zmdi-border-left:before {
  content: '\f231';
}
.zmdi-border-outer:before {
  content: '\f232';
}
.zmdi-border-right:before {
  content: '\f233';
}
.zmdi-border-style:before {
  content: '\f234';
}
.zmdi-border-top:before {
  content: '\f235';
}
.zmdi-border-vertical:before {
  content: '\f236';
}
.zmdi-copy:before {
  content: '\f237';
}
.zmdi-crop:before {
  content: '\f238';
}
.zmdi-format-align-center:before {
  content: '\f239';
}
.zmdi-format-align-justify:before {
  content: '\f23a';
}
.zmdi-format-align-left:before {
  content: '\f23b';
}
.zmdi-format-align-right:before {
  content: '\f23c';
}
.zmdi-format-bold:before {
  content: '\f23d';
}
.zmdi-format-clear-all:before {
  content: '\f23e';
}
.zmdi-format-clear:before {
  content: '\f23f';
}
.zmdi-format-color-fill:before {
  content: '\f240';
}
.zmdi-format-color-reset:before {
  content: '\f241';
}
.zmdi-format-color-text:before {
  content: '\f242';
}
.zmdi-format-indent-decrease:before {
  content: '\f243';
}
.zmdi-format-indent-increase:before {
  content: '\f244';
}
.zmdi-format-italic:before {
  content: '\f245';
}
.zmdi-format-line-spacing:before {
  content: '\f246';
}
.zmdi-format-list-bulleted:before {
  content: '\f247';
}
.zmdi-format-list-numbered:before {
  content: '\f248';
}
.zmdi-format-ltr:before {
  content: '\f249';
}
.zmdi-format-rtl:before {
  content: '\f24a';
}
.zmdi-format-size:before {
  content: '\f24b';
}
.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}
.zmdi-format-strikethrough:before {
  content: '\f24d';
}
.zmdi-format-subject:before {
  content: '\f24e';
}
.zmdi-format-underlined:before {
  content: '\f24f';
}
.zmdi-format-valign-bottom:before {
  content: '\f250';
}
.zmdi-format-valign-center:before {
  content: '\f251';
}
.zmdi-format-valign-top:before {
  content: '\f252';
}
.zmdi-redo:before {
  content: '\f253';
}
.zmdi-select-all:before {
  content: '\f254';
}
.zmdi-space-bar:before {
  content: '\f255';
}
.zmdi-text-format:before {
  content: '\f256';
}
.zmdi-transform:before {
  content: '\f257';
}
.zmdi-undo:before {
  content: '\f258';
}
.zmdi-wrap-text:before {
  content: '\f259';
}
.zmdi-comment-alert:before {
  content: '\f25a';
}
.zmdi-comment-alt-text:before {
  content: '\f25b';
}
.zmdi-comment-alt:before {
  content: '\f25c';
}
.zmdi-comment-edit:before {
  content: '\f25d';
}
.zmdi-comment-image:before {
  content: '\f25e';
}
.zmdi-comment-list:before {
  content: '\f25f';
}
.zmdi-comment-more:before {
  content: '\f260';
}
.zmdi-comment-outline:before {
  content: '\f261';
}
.zmdi-comment-text-alt:before {
  content: '\f262';
}
.zmdi-comment-text:before {
  content: '\f263';
}
.zmdi-comment-video:before {
  content: '\f264';
}
.zmdi-comment:before {
  content: '\f265';
}
.zmdi-comments:before {
  content: '\f266';
}
.zmdi-check-all:before {
  content: '\f267';
}
.zmdi-check-circle-u:before {
  content: '\f268';
}
.zmdi-check-circle:before {
  content: '\f269';
}
.zmdi-check-square:before {
  content: '\f26a';
}
.zmdi-check:before {
  content: '\f26b';
}
.zmdi-circle-o:before {
  content: '\f26c';
}
.zmdi-circle:before {
  content: '\f26d';
}
.zmdi-dot-circle-alt:before {
  content: '\f26e';
}
.zmdi-dot-circle:before {
  content: '\f26f';
}
.zmdi-minus-circle-outline:before {
  content: '\f270';
}
.zmdi-minus-circle:before {
  content: '\f271';
}
.zmdi-minus-square:before {
  content: '\f272';
}
.zmdi-minus:before {
  content: '\f273';
}
.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}
.zmdi-plus-circle-o:before {
  content: '\f275';
}
.zmdi-plus-circle:before {
  content: '\f276';
}
.zmdi-plus-square:before {
  content: '\f277';
}
.zmdi-plus:before {
  content: '\f278';
}
.zmdi-square-o:before {
  content: '\f279';
}
.zmdi-star-circle:before {
  content: '\f27a';
}
.zmdi-star-half:before {
  content: '\f27b';
}
.zmdi-star-outline:before {
  content: '\f27c';
}
.zmdi-star:before {
  content: '\f27d';
}
.zmdi-bluetooth-connected:before {
  content: '\f27e';
}
.zmdi-bluetooth-off:before {
  content: '\f27f';
}
.zmdi-bluetooth-search:before {
  content: '\f280';
}
.zmdi-bluetooth-setting:before {
  content: '\f281';
}
.zmdi-bluetooth:before {
  content: '\f282';
}
.zmdi-camera-add:before {
  content: '\f283';
}
.zmdi-camera-alt:before {
  content: '\f284';
}
.zmdi-camera-bw:before {
  content: '\f285';
}
.zmdi-camera-front:before {
  content: '\f286';
}
.zmdi-camera-mic:before {
  content: '\f287';
}
.zmdi-camera-party-mode:before {
  content: '\f288';
}
.zmdi-camera-rear:before {
  content: '\f289';
}
.zmdi-camera-roll:before {
  content: '\f28a';
}
.zmdi-camera-switch:before {
  content: '\f28b';
}
.zmdi-camera:before {
  content: '\f28c';
}
.zmdi-card-alert:before {
  content: '\f28d';
}
.zmdi-card-off:before {
  content: '\f28e';
}
.zmdi-card-sd:before {
  content: '\f28f';
}
.zmdi-card-sim:before {
  content: '\f290';
}
.zmdi-desktop-mac:before {
  content: '\f291';
}
.zmdi-desktop-windows:before {
  content: '\f292';
}
.zmdi-device-hub:before {
  content: '\f293';
}
.zmdi-devices-off:before {
  content: '\f294';
}
.zmdi-devices:before {
  content: '\f295';
}
.zmdi-dock:before {
  content: '\f296';
}
.zmdi-floppy:before {
  content: '\f297';
}
.zmdi-gamepad:before {
  content: '\f298';
}
.zmdi-gps-dot:before {
  content: '\f299';
}
.zmdi-gps-off:before {
  content: '\f29a';
}
.zmdi-gps:before {
  content: '\f29b';
}
.zmdi-headset-mic:before {
  content: '\f29c';
}
.zmdi-headset:before {
  content: '\f29d';
}
.zmdi-input-antenna:before {
  content: '\f29e';
}
.zmdi-input-composite:before {
  content: '\f29f';
}
.zmdi-input-hdmi:before {
  content: '\f2a0';
}
.zmdi-input-power:before {
  content: '\f2a1';
}
.zmdi-input-svideo:before {
  content: '\f2a2';
}
.zmdi-keyboard-hide:before {
  content: '\f2a3';
}
.zmdi-keyboard:before {
  content: '\f2a4';
}
.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}
.zmdi-laptop-mac:before {
  content: '\f2a6';
}
.zmdi-laptop:before {
  content: '\f2a7';
}
.zmdi-mic-off:before {
  content: '\f2a8';
}
.zmdi-mic-outline:before {
  content: '\f2a9';
}
.zmdi-mic-setting:before {
  content: '\f2aa';
}
.zmdi-mic:before {
  content: '\f2ab';
}
.zmdi-mouse:before {
  content: '\f2ac';
}
.zmdi-network-alert:before {
  content: '\f2ad';
}
.zmdi-network-locked:before {
  content: '\f2ae';
}
.zmdi-network-off:before {
  content: '\f2af';
}
.zmdi-network-outline:before {
  content: '\f2b0';
}
.zmdi-network-setting:before {
  content: '\f2b1';
}
.zmdi-network:before {
  content: '\f2b2';
}
.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}
.zmdi-phone-end:before {
  content: '\f2b4';
}
.zmdi-phone-forwarded:before {
  content: '\f2b5';
}
.zmdi-phone-in-talk:before {
  content: '\f2b6';
}
.zmdi-phone-locked:before {
  content: '\f2b7';
}
.zmdi-phone-missed:before {
  content: '\f2b8';
}
.zmdi-phone-msg:before {
  content: '\f2b9';
}
.zmdi-phone-paused:before {
  content: '\f2ba';
}
.zmdi-phone-ring:before {
  content: '\f2bb';
}
.zmdi-phone-setting:before {
  content: '\f2bc';
}
.zmdi-phone-sip:before {
  content: '\f2bd';
}
.zmdi-phone:before {
  content: '\f2be';
}
.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}
.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}
.zmdi-portable-wifi:before {
  content: '\f2c1';
}
.zmdi-radio:before {
  content: '\f2c2';
}
.zmdi-reader:before {
  content: '\f2c3';
}
.zmdi-remote-control-alt:before {
  content: '\f2c4';
}
.zmdi-remote-control:before {
  content: '\f2c5';
}
.zmdi-router:before {
  content: '\f2c6';
}
.zmdi-scanner:before {
  content: '\f2c7';
}
.zmdi-smartphone-android:before {
  content: '\f2c8';
}
.zmdi-smartphone-download:before {
  content: '\f2c9';
}
.zmdi-smartphone-erase:before {
  content: '\f2ca';
}
.zmdi-smartphone-info:before {
  content: '\f2cb';
}
.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}
.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}
.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}
.zmdi-smartphone-lock:before {
  content: '\f2cf';
}
.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}
.zmdi-smartphone-ring:before {
  content: '\f2d1';
}
.zmdi-smartphone-setting:before {
  content: '\f2d2';
}
.zmdi-smartphone-setup:before {
  content: '\f2d3';
}
.zmdi-smartphone:before {
  content: '\f2d4';
}
.zmdi-speaker:before {
  content: '\f2d5';
}
.zmdi-tablet-android:before {
  content: '\f2d6';
}
.zmdi-tablet-mac:before {
  content: '\f2d7';
}
.zmdi-tablet:before {
  content: '\f2d8';
}
.zmdi-tv-alt-play:before {
  content: '\f2d9';
}
.zmdi-tv-list:before {
  content: '\f2da';
}
.zmdi-tv-play:before {
  content: '\f2db';
}
.zmdi-tv:before {
  content: '\f2dc';
}
.zmdi-usb:before {
  content: '\f2dd';
}
.zmdi-videocam-off:before {
  content: '\f2de';
}
.zmdi-videocam-switch:before {
  content: '\f2df';
}
.zmdi-videocam:before {
  content: '\f2e0';
}
.zmdi-watch:before {
  content: '\f2e1';
}
.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}
.zmdi-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-wifi-info:before {
  content: '\f2e4';
}
.zmdi-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-wifi-off:before {
  content: '\f2e6';
}
.zmdi-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-wifi:before {
  content: '\f2e8';
}
.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}
.zmdi-arrow-left:before {
  content: '\f2ea';
}
.zmdi-arrow-merge:before {
  content: '\f2eb';
}
.zmdi-arrow-missed:before {
  content: '\f2ec';
}
.zmdi-arrow-right-top:before {
  content: '\f2ed';
}
.zmdi-arrow-right:before {
  content: '\f2ee';
}
.zmdi-arrow-split:before {
  content: '\f2ef';
}
.zmdi-arrows:before {
  content: '\f2f0';
}
.zmdi-caret-down-circle:before {
  content: '\f2f1';
}
.zmdi-caret-down:before {
  content: '\f2f2';
}
.zmdi-caret-left-circle:before {
  content: '\f2f3';
}
.zmdi-caret-left:before {
  content: '\f2f4';
}
.zmdi-caret-right-circle:before {
  content: '\f2f5';
}
.zmdi-caret-right:before {
  content: '\f2f6';
}
.zmdi-caret-up-circle:before {
  content: '\f2f7';
}
.zmdi-caret-up:before {
  content: '\f2f8';
}
.zmdi-chevron-down:before {
  content: '\f2f9';
}
.zmdi-chevron-left:before {
  content: '\f2fa';
}
.zmdi-chevron-right:before {
  content: '\f2fb';
}
.zmdi-chevron-up:before {
  content: '\f2fc';
}
.zmdi-forward:before {
  content: '\f2fd';
}
.zmdi-long-arrow-down:before {
  content: '\f2fe';
}
.zmdi-long-arrow-left:before {
  content: '\f2ff';
}
.zmdi-long-arrow-return:before {
  content: '\f300';
}
.zmdi-long-arrow-right:before {
  content: '\f301';
}
.zmdi-long-arrow-tab:before {
  content: '\f302';
}
.zmdi-long-arrow-up:before {
  content: '\f303';
}
.zmdi-rotate-ccw:before {
  content: '\f304';
}
.zmdi-rotate-cw:before {
  content: '\f305';
}
.zmdi-rotate-left:before {
  content: '\f306';
}
.zmdi-rotate-right:before {
  content: '\f307';
}
.zmdi-square-down:before {
  content: '\f308';
}
.zmdi-square-right:before {
  content: '\f309';
}
.zmdi-swap-alt:before {
  content: '\f30a';
}
.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}
.zmdi-swap-vertical:before {
  content: '\f30c';
}
.zmdi-swap:before {
  content: '\f30d';
}
.zmdi-trending-down:before {
  content: '\f30e';
}
.zmdi-trending-flat:before {
  content: '\f30f';
}
.zmdi-trending-up:before {
  content: '\f310';
}
.zmdi-unfold-less:before {
  content: '\f311';
}
.zmdi-unfold-more:before {
  content: '\f312';
}
.zmdi-apps:before {
  content: '\f313';
}
.zmdi-grid-off:before {
  content: '\f314';
}
.zmdi-grid:before {
  content: '\f315';
}
.zmdi-view-agenda:before {
  content: '\f316';
}
.zmdi-view-array:before {
  content: '\f317';
}
.zmdi-view-carousel:before {
  content: '\f318';
}
.zmdi-view-column:before {
  content: '\f319';
}
.zmdi-view-comfy:before {
  content: '\f31a';
}
.zmdi-view-compact:before {
  content: '\f31b';
}
.zmdi-view-dashboard:before {
  content: '\f31c';
}
.zmdi-view-day:before {
  content: '\f31d';
}
.zmdi-view-headline:before {
  content: '\f31e';
}
.zmdi-view-list-alt:before {
  content: '\f31f';
}
.zmdi-view-list:before {
  content: '\f320';
}
.zmdi-view-module:before {
  content: '\f321';
}
.zmdi-view-quilt:before {
  content: '\f322';
}
.zmdi-view-stream:before {
  content: '\f323';
}
.zmdi-view-subtitles:before {
  content: '\f324';
}
.zmdi-view-toc:before {
  content: '\f325';
}
.zmdi-view-web:before {
  content: '\f326';
}
.zmdi-view-week:before {
  content: '\f327';
}
.zmdi-widgets:before {
  content: '\f328';
}
.zmdi-alarm-check:before {
  content: '\f329';
}
.zmdi-alarm-off:before {
  content: '\f32a';
}
.zmdi-alarm-plus:before {
  content: '\f32b';
}
.zmdi-alarm-snooze:before {
  content: '\f32c';
}
.zmdi-alarm:before {
  content: '\f32d';
}
.zmdi-calendar-alt:before {
  content: '\f32e';
}
.zmdi-calendar-check:before {
  content: '\f32f';
}
.zmdi-calendar-close:before {
  content: '\f330';
}
.zmdi-calendar-note:before {
  content: '\f331';
}
.zmdi-calendar:before {
  content: '\f332';
}
.zmdi-time-countdown:before {
  content: '\f333';
}
.zmdi-time-interval:before {
  content: '\f334';
}
.zmdi-time-restore-setting:before {
  content: '\f335';
}
.zmdi-time-restore:before {
  content: '\f336';
}
.zmdi-time:before {
  content: '\f337';
}
.zmdi-timer-off:before {
  content: '\f338';
}
.zmdi-timer:before {
  content: '\f339';
}
.zmdi-android-alt:before {
  content: '\f33a';
}
.zmdi-android:before {
  content: '\f33b';
}
.zmdi-apple:before {
  content: '\f33c';
}
.zmdi-behance:before {
  content: '\f33d';
}
.zmdi-codepen:before {
  content: '\f33e';
}
.zmdi-dribbble:before {
  content: '\f33f';
}
.zmdi-dropbox:before {
  content: '\f340';
}
.zmdi-evernote:before {
  content: '\f341';
}
.zmdi-facebook-box:before {
  content: '\f342';
}
.zmdi-facebook:before {
  content: '\f343';
}
.zmdi-github-box:before {
  content: '\f344';
}
.zmdi-github:before {
  content: '\f345';
}
.zmdi-google-drive:before {
  content: '\f346';
}
.zmdi-google-earth:before {
  content: '\f347';
}
.zmdi-google-glass:before {
  content: '\f348';
}
.zmdi-google-maps:before {
  content: '\f349';
}
.zmdi-google-pages:before {
  content: '\f34a';
}
.zmdi-google-play:before {
  content: '\f34b';
}
.zmdi-google-plus-box:before {
  content: '\f34c';
}
.zmdi-google-plus:before {
  content: '\f34d';
}
.zmdi-google:before {
  content: '\f34e';
}
.zmdi-instagram:before {
  content: '\f34f';
}
.zmdi-language-css3:before {
  content: '\f350';
}
.zmdi-language-html5:before {
  content: '\f351';
}
.zmdi-language-javascript:before {
  content: '\f352';
}
.zmdi-language-python-alt:before {
  content: '\f353';
}
.zmdi-language-python:before {
  content: '\f354';
}
.zmdi-lastfm:before {
  content: '\f355';
}
.zmdi-linkedin-box:before {
  content: '\f356';
}
.zmdi-paypal:before {
  content: '\f357';
}
.zmdi-pinterest-box:before {
  content: '\f358';
}
.zmdi-pocket:before {
  content: '\f359';
}
.zmdi-polymer:before {
  content: '\f35a';
}
.zmdi-share:before {
  content: '\f35b';
}
.zmdi-stackoverflow:before {
  content: '\f35c';
}
.zmdi-steam-square:before {
  content: '\f35d';
}
.zmdi-steam:before {
  content: '\f35e';
}
.zmdi-twitter-box:before {
  content: '\f35f';
}
.zmdi-twitter:before {
  content: '\f360';
}
.zmdi-vk:before {
  content: '\f361';
}
.zmdi-wikipedia:before {
  content: '\f362';
}
.zmdi-windows:before {
  content: '\f363';
}
.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}
.zmdi-aspect-ratio:before {
  content: '\f365';
}
.zmdi-blur-circular:before {
  content: '\f366';
}
.zmdi-blur-linear:before {
  content: '\f367';
}
.zmdi-blur-off:before {
  content: '\f368';
}
.zmdi-blur:before {
  content: '\f369';
}
.zmdi-brightness-2:before {
  content: '\f36a';
}
.zmdi-brightness-3:before {
  content: '\f36b';
}
.zmdi-brightness-4:before {
  content: '\f36c';
}
.zmdi-brightness-5:before {
  content: '\f36d';
}
.zmdi-brightness-6:before {
  content: '\f36e';
}
.zmdi-brightness-7:before {
  content: '\f36f';
}
.zmdi-brightness-auto:before {
  content: '\f370';
}
.zmdi-brightness-setting:before {
  content: '\f371';
}
.zmdi-broken-image:before {
  content: '\f372';
}
.zmdi-center-focus-strong:before {
  content: '\f373';
}
.zmdi-center-focus-weak:before {
  content: '\f374';
}
.zmdi-compare:before {
  content: '\f375';
}
.zmdi-crop-16-9:before {
  content: '\f376';
}
.zmdi-crop-3-2:before {
  content: '\f377';
}
.zmdi-crop-5-4:before {
  content: '\f378';
}
.zmdi-crop-7-5:before {
  content: '\f379';
}
.zmdi-crop-din:before {
  content: '\f37a';
}
.zmdi-crop-free:before {
  content: '\f37b';
}
.zmdi-crop-landscape:before {
  content: '\f37c';
}
.zmdi-crop-portrait:before {
  content: '\f37d';
}
.zmdi-crop-square:before {
  content: '\f37e';
}
.zmdi-exposure-alt:before {
  content: '\f37f';
}
.zmdi-exposure:before {
  content: '\f380';
}
.zmdi-filter-b-and-w:before {
  content: '\f381';
}
.zmdi-filter-center-focus:before {
  content: '\f382';
}
.zmdi-filter-frames:before {
  content: '\f383';
}
.zmdi-filter-tilt-shift:before {
  content: '\f384';
}
.zmdi-gradient:before {
  content: '\f385';
}
.zmdi-grain:before {
  content: '\f386';
}
.zmdi-graphic-eq:before {
  content: '\f387';
}
.zmdi-hdr-off:before {
  content: '\f388';
}
.zmdi-hdr-strong:before {
  content: '\f389';
}
.zmdi-hdr-weak:before {
  content: '\f38a';
}
.zmdi-hdr:before {
  content: '\f38b';
}
.zmdi-iridescent:before {
  content: '\f38c';
}
.zmdi-leak-off:before {
  content: '\f38d';
}
.zmdi-leak:before {
  content: '\f38e';
}
.zmdi-looks:before {
  content: '\f38f';
}
.zmdi-loupe:before {
  content: '\f390';
}
.zmdi-panorama-horizontal:before {
  content: '\f391';
}
.zmdi-panorama-vertical:before {
  content: '\f392';
}
.zmdi-panorama-wide-angle:before {
  content: '\f393';
}
.zmdi-photo-size-select-large:before {
  content: '\f394';
}
.zmdi-photo-size-select-small:before {
  content: '\f395';
}
.zmdi-picture-in-picture:before {
  content: '\f396';
}
.zmdi-slideshow:before {
  content: '\f397';
}
.zmdi-texture:before {
  content: '\f398';
}
.zmdi-tonality:before {
  content: '\f399';
}
.zmdi-vignette:before {
  content: '\f39a';
}
.zmdi-wb-auto:before {
  content: '\f39b';
}
.zmdi-eject-alt:before {
  content: '\f39c';
}
.zmdi-eject:before {
  content: '\f39d';
}
.zmdi-equalizer:before {
  content: '\f39e';
}
.zmdi-fast-forward:before {
  content: '\f39f';
}
.zmdi-fast-rewind:before {
  content: '\f3a0';
}
.zmdi-forward-10:before {
  content: '\f3a1';
}
.zmdi-forward-30:before {
  content: '\f3a2';
}
.zmdi-forward-5:before {
  content: '\f3a3';
}
.zmdi-hearing:before {
  content: '\f3a4';
}
.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}
.zmdi-pause-circle:before {
  content: '\f3a6';
}
.zmdi-pause:before {
  content: '\f3a7';
}
.zmdi-play-circle-outline:before {
  content: '\f3a8';
}
.zmdi-play-circle:before {
  content: '\f3a9';
}
.zmdi-play:before {
  content: '\f3aa';
}
.zmdi-playlist-audio:before {
  content: '\f3ab';
}
.zmdi-playlist-plus:before {
  content: '\f3ac';
}
.zmdi-repeat-one:before {
  content: '\f3ad';
}
.zmdi-repeat:before {
  content: '\f3ae';
}
.zmdi-replay-10:before {
  content: '\f3af';
}
.zmdi-replay-30:before {
  content: '\f3b0';
}
.zmdi-replay-5:before {
  content: '\f3b1';
}
.zmdi-replay:before {
  content: '\f3b2';
}
.zmdi-shuffle:before {
  content: '\f3b3';
}
.zmdi-skip-next:before {
  content: '\f3b4';
}
.zmdi-skip-previous:before {
  content: '\f3b5';
}
.zmdi-stop:before {
  content: '\f3b6';
}
.zmdi-surround-sound:before {
  content: '\f3b7';
}
.zmdi-tune:before {
  content: '\f3b8';
}
.zmdi-volume-down:before {
  content: '\f3b9';
}
.zmdi-volume-mute:before {
  content: '\f3ba';
}
.zmdi-volume-off:before {
  content: '\f3bb';
}
.zmdi-volume-up:before {
  content: '\f3bc';
}
.zmdi-n-1-square:before {
  content: '\f3bd';
}
.zmdi-n-2-square:before {
  content: '\f3be';
}
.zmdi-n-3-square:before {
  content: '\f3bf';
}
.zmdi-n-4-square:before {
  content: '\f3c0';
}
.zmdi-n-5-square:before {
  content: '\f3c1';
}
.zmdi-n-6-square:before {
  content: '\f3c2';
}
.zmdi-neg-1:before {
  content: '\f3c3';
}
.zmdi-neg-2:before {
  content: '\f3c4';
}
.zmdi-plus-1:before {
  content: '\f3c5';
}
.zmdi-plus-2:before {
  content: '\f3c6';
}
.zmdi-sec-10:before {
  content: '\f3c7';
}
.zmdi-sec-3:before {
  content: '\f3c8';
}
.zmdi-zero:before {
  content: '\f3c9';
}
.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}
.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}
.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}
.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}
.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}
.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}
.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}
.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}
.zmdi-airplay:before {
  content: '\f3d2';
}
.zmdi-closed-caption:before {
  content: '\f3d3';
}
.zmdi-confirmation-number:before {
  content: '\f3d4';
}
.zmdi-developer-board:before {
  content: '\f3d5';
}
.zmdi-disc-full:before {
  content: '\f3d6';
}
.zmdi-explicit:before {
  content: '\f3d7';
}
.zmdi-flight-land:before {
  content: '\f3d8';
}
.zmdi-flight-takeoff:before {
  content: '\f3d9';
}
.zmdi-flip-to-back:before {
  content: '\f3da';
}
.zmdi-flip-to-front:before {
  content: '\f3db';
}
.zmdi-group-work:before {
  content: '\f3dc';
}
.zmdi-hd:before {
  content: '\f3dd';
}
.zmdi-hq:before {
  content: '\f3de';
}
.zmdi-markunread-mailbox:before {
  content: '\f3df';
}
.zmdi-memory:before {
  content: '\f3e0';
}
.zmdi-nfc:before {
  content: '\f3e1';
}
.zmdi-play-for-work:before {
  content: '\f3e2';
}
.zmdi-power-input:before {
  content: '\f3e3';
}
.zmdi-present-to-all:before {
  content: '\f3e4';
}
.zmdi-satellite:before {
  content: '\f3e5';
}
.zmdi-tap-and-play:before {
  content: '\f3e6';
}
.zmdi-vibration:before {
  content: '\f3e7';
}
.zmdi-voicemail:before {
  content: '\f3e8';
}
.zmdi-group:before {
  content: '\f3e9';
}
.zmdi-rss:before {
  content: '\f3ea';
}
.zmdi-shape:before {
  content: '\f3eb';
}
.zmdi-spinner:before {
  content: '\f3ec';
}
.zmdi-ungroup:before {
  content: '\f3ed';
}
.zmdi-500px:before {
  content: '\f3ee';
}
.zmdi-8tracks:before {
  content: '\f3ef';
}
.zmdi-amazon:before {
  content: '\f3f0';
}
.zmdi-blogger:before {
  content: '\f3f1';
}
.zmdi-delicious:before {
  content: '\f3f2';
}
.zmdi-disqus:before {
  content: '\f3f3';
}
.zmdi-flattr:before {
  content: '\f3f4';
}
.zmdi-flickr:before {
  content: '\f3f5';
}
.zmdi-github-alt:before {
  content: '\f3f6';
}
.zmdi-google-old:before {
  content: '\f3f7';
}
.zmdi-linkedin:before {
  content: '\f3f8';
}
.zmdi-odnoklassniki:before {
  content: '\f3f9';
}
.zmdi-outlook:before {
  content: '\f3fa';
}
.zmdi-paypal-alt:before {
  content: '\f3fb';
}
.zmdi-pinterest:before {
  content: '\f3fc';
}
.zmdi-playstation:before {
  content: '\f3fd';
}
.zmdi-reddit:before {
  content: '\f3fe';
}
.zmdi-skype:before {
  content: '\f3ff';
}
.zmdi-slideshare:before {
  content: '\f400';
}
.zmdi-soundcloud:before {
  content: '\f401';
}
.zmdi-tumblr:before {
  content: '\f402';
}
.zmdi-twitch:before {
  content: '\f403';
}
.zmdi-vimeo:before {
  content: '\f404';
}
.zmdi-whatsapp:before {
  content: '\f405';
}
.zmdi-xbox:before {
  content: '\f406';
}
.zmdi-yahoo:before {
  content: '\f407';
}
.zmdi-youtube-play:before {
  content: '\f408';
}
.zmdi-youtube:before {
  content: '\f409';
}
.zmdi-import-export:before {
  content: '\f30c';
}
.zmdi-swap-vertical-:before {
  content: '\f30c';
}
.zmdi-airplanemode-inactive:before {
  content: '\f102';
}
.zmdi-airplanemode-active:before {
  content: '\f103';
}
.zmdi-rate-review:before {
  content: '\f103';
}
.zmdi-comment-sign:before {
  content: '\f25a';
}
.zmdi-network-warning:before {
  content: '\f2ad';
}
.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}
.zmdi-file-add:before {
  content: '\f221';
}
.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}
.zmdi-collection-add:before {
  content: '\f14e';
}
.zmdi-format-playlist-add:before {
  content: '\f3ac';
}
.zmdi-format-queue-music:before {
  content: '\f3ab';
}
.zmdi-plus-box:before {
  content: '\f277';
}
.zmdi-tag-backspace:before {
  content: '\f1d9';
}
.zmdi-alarm-add:before {
  content: '\f32b';
}
.zmdi-battery-charging:before {
  content: '\f114';
}
.zmdi-daydream-setting:before {
  content: '\f217';
}
.zmdi-more-horiz:before {
  content: '\f19c';
}
.zmdi-book-photo:before {
  content: '\f11b';
}
.zmdi-incandescent:before {
  content: '\f189';
}
.zmdi-wb-iridescent:before {
  content: '\f38c';
}
.zmdi-calendar-remove:before {
  content: '\f330';
}
.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}
.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}
.zmdi-crop-original:before {
  content: '\f17e';
}
.zmdi-power-off:before {
  content: '\f1af';
}
.zmdi-power-off-setting:before {
  content: '\f1ae';
}
.zmdi-leak-remove:before {
  content: '\f38d';
}
.zmdi-star-border:before {
  content: '\f27c';
}
.zmdi-brightness-low:before {
  content: '\f36d';
}
.zmdi-brightness-medium:before {
  content: '\f36e';
}
.zmdi-brightness-high:before {
  content: '\f36f';
}
.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}
.zmdi-live-tv:before {
  content: '\f2d9';
}
.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}
.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}
.zmdi-arrow-back:before {
  content: '\f2ea';
}
.zmdi-arrow-forward:before {
  content: '\f2ee';
}
.zmdi-arrow-in:before {
  content: '\f2e9';
}
.zmdi-arrow-out:before {
  content: '\f2ed';
}
.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}
.zmdi-adb:before {
  content: '\f33a';
}
.zmdi-network-wifi:before {
  content: '\f2e8';
}
.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}
.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}
.zmdi-network-wifi-off:before {
  content: '\f2e6';
}
.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}
.zmdi-network-wifi-info:before {
  content: '\f2e4';
}
.zmdi-layers-clear:before {
  content: '\f18b';
}
.zmdi-colorize:before {
  content: '\f15d';
}
.zmdi-format-paint:before {
  content: '\f1ba';
}
.zmdi-format-quote:before {
  content: '\f1b2';
}
.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}
.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}
.zmdi-folder-shared:before {
  content: '\f225';
}
.zmdi-folder-special:before {
  content: '\f226';
}
.zmdi-comment-dots:before {
  content: '\f260';
}
.zmdi-reorder:before {
  content: '\f31e';
}
.zmdi-dehaze:before {
  content: '\f197';
}
.zmdi-sort:before {
  content: '\f1ce';
}
.zmdi-pages:before {
  content: '\f34a';
}
.zmdi-stack-overflow:before {
  content: '\f35c';
}
.zmdi-calendar-account:before {
  content: '\f204';
}
.zmdi-paste:before {
  content: '\f109';
}
.zmdi-cut:before {
  content: '\f1bc';
}
.zmdi-save:before {
  content: '\f297';
}
.zmdi-smartphone-code:before {
  content: '\f139';
}
.zmdi-directions-bike:before {
  content: '\f117';
}
.zmdi-directions-boat:before {
  content: '\f11a';
}
.zmdi-directions-bus:before {
  content: '\f121';
}
.zmdi-directions-car:before {
  content: '\f125';
}
.zmdi-directions-railway:before {
  content: '\f1b3';
}
.zmdi-directions-run:before {
  content: '\f215';
}
.zmdi-directions-subway:before {
  content: '\f1d5';
}
.zmdi-directions-walk:before {
  content: '\f216';
}
.zmdi-local-hotel:before {
  content: '\f178';
}
.zmdi-local-activity:before {
  content: '\f1df';
}
.zmdi-local-play:before {
  content: '\f1df';
}
.zmdi-local-airport:before {
  content: '\f103';
}
.zmdi-local-atm:before {
  content: '\f198';
}
.zmdi-local-bar:before {
  content: '\f137';
}
.zmdi-local-cafe:before {
  content: '\f13b';
}
.zmdi-local-car-wash:before {
  content: '\f124';
}
.zmdi-local-convenience-store:before {
  content: '\f1d3';
}
.zmdi-local-dining:before {
  content: '\f153';
}
.zmdi-local-drink:before {
  content: '\f157';
}
.zmdi-local-florist:before {
  content: '\f168';
}
.zmdi-local-gas-station:before {
  content: '\f16f';
}
.zmdi-local-grocery-store:before {
  content: '\f1cb';
}
.zmdi-local-hospital:before {
  content: '\f177';
}
.zmdi-local-laundry-service:before {
  content: '\f1e9';
}
.zmdi-local-library:before {
  content: '\f18d';
}
.zmdi-local-mall:before {
  content: '\f195';
}
.zmdi-local-movies:before {
  content: '\f19d';
}
.zmdi-local-offer:before {
  content: '\f187';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-parking:before {
  content: '\f1a5';
}
.zmdi-local-pharmacy:before {
  content: '\f176';
}
.zmdi-local-phone:before {
  content: '\f2be';
}
.zmdi-local-pizza:before {
  content: '\f1ac';
}
.zmdi-local-post-office:before {
  content: '\f15a';
}
.zmdi-local-printshop:before {
  content: '\f1b0';
}
.zmdi-local-see:before {
  content: '\f28c';
}
.zmdi-local-shipping:before {
  content: '\f1e6';
}
.zmdi-local-store:before {
  content: '\f1d4';
}
.zmdi-local-taxi:before {
  content: '\f123';
}
.zmdi-local-wc:before {
  content: '\f211';
}
.zmdi-my-location:before {
  content: '\f299';
}
.zmdi-directions:before {
  content: '\f1e7';
}

/* End */



/* Start:/local/templates/texenergo/components/texenergo/catalog.section/special/style.css?1584941522432*/
.cat-products-list .cat-header {
    border-bottom: 1px solid #ebebeb;
}

.cat-products .product-image .picture {
    display: block;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}

.cat-products .product-image .picture img {
    display: none;
}
.price-text {
  font-size: 11px;
  color: #000;
  font-weight: normal;
  display:block;
  line-height: 0.6;
}

/* End */
/* /local/templates/texenergo/css/normalize.min.css?15498687612502 */
/* /local/templates/texenergo/css/owl.carousel.css?15498687615921 */
/* /local/templates/texenergo/css/owl.carousel2.css?15498687612264 */
/* /local/templates/texenergo/css/owl.theme.css?15498687611723 */
/* /local/templates/texenergo/css/catalog.css?15498687614002 */
/* /local/templates/texenergo/css/popups.css?15498687618791 */
/* /local/templates/texenergo/css/select2.css?154986876117793 */
/* /local/templates/texenergo/css/searchbox.css?15498687613630 */
/* /local/templates/texenergo/js/vendor/fancybox/jquery.fancybox.css?17054466024950 */
/* /local/templates/texenergo/js/vendor/fancybox/helpers/jquery.fancybox-thumbs.css?1549868761735 */
/* /local/templates/texenergo/css/fancybox.custom.css?1549868761448 */
/* /local/templates/texenergo/js/vendor/datepicker/css/datepicker.css?15498687613211 */
/* /local/templates/texenergo/js/vendor/jscrollpane/jquery.jscrollpane.css?15498687612529 */
/* /local/templates/texenergo/js/vendor/quantity/jquery.quantity.css?15498687611144 */
/* /local/templates/texenergo/components/bitrix/breadcrumb/.default/style.css?1549868761207 */
/* /local/components/aero/catalog.panel/templates/.default/style.css?17089356025819 */
/* /local/templates/texenergo/styles.css?16391516421674 */
/* /local/templates/texenergo/template_styles.css?1751281957200471 */
/* /local/templates/texenergo/css/forms.css?15498687611523 */
/* /local/templates/texenergo/css/forum.css?154986876126971 */
/* /local/templates/texenergo/css/buttons.css?1549868761898 */
/* /local/templates/texenergo/integration.css?154986876128261 */
/* /local/templates/texenergo/fonts/MaterialDesignIconicFont/material-design-iconic-font.css?170893560290461 */
/* /local/templates/texenergo/components/texenergo/catalog.section/special/style.css?1584941522432 */
