@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,400italic,500,500italic,700,900&subset=latin,cyrillic);
/* 
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.10.2015, 3:50:12
    Author     : Scherbakov Aleksey
*/
* {margin: 0; padding: 0;}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.breadcrumb {
    padding-left: 0;
    padding: 10px 7px 0 0;
    margin-bottom: 10px;
    background: none;
}
.breadcrumb a, .breadcrumb li.active {color: #a1acb3;}
.breadcrumb a, .breadcrumb a:hover{text-decoration: underline;}
.breadcrumb > li + li:before {
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    content: "\e258";
    color: #a1acb3;
}

.breadcrumb li{
    position: relative;
}
.inner-breadcrumb{
    display: block;
    position: absolute;
    min-width: 100%;
    padding: 10px 0 0 20px;
    z-index: 5;
    max-height: 400px;
    overflow-y: auto;
}
.inner-breadcrumb div{
    background: #fff;
    border: 1px solid #a1acb3;
    padding: 5px 10px;
}
.inner-breadcrumb div img{
    padding: 3px 10px;
    position: absolute;
    top: 0;
    left: 25px;
}
.inner-breadcrumb div a{
    display: block;
    font-style: italic;
    margin: 10px 0;
    font-size: 12px;
    white-space: nowrap;

}
.inner-breadcrumb div a.active{
    color: #0052a0;
    text-decoration: none;
    pointer-events: none;
    cursor: default
}

.breadcrumb li:hover .inner-breadcrumb{
    opacity:1;
    visibility: visible;
    -webkit-transition: opacity 0s, visibility 0s ease 0s;
    -moz-transition: opacity 0s, visibility 0s ease 0s;
    -o-transition: opacity 0s, visibility 0s ease 0s;
    transition: opacity 0s, visibility 0s ease 0s;
}
.inner-breadcrumb{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s, visibility 0s ease 1s;
    -moz-transition: opacity 1s, visibility 0s ease 1s;
    -o-transition: opacity 1s, visibility 0s ease 1s;
    transition: opacity 1s, visibility 0s ease 1s;
}

.clear-b{ clear: both; }
h1, .h1 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
h2, .h2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
h3, .h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
h4, .h4 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
h5, .h5 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.h-group {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.h-group span {
    font-weight: 300;
    font-style: normal;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: lowercase;
}
a, .a {cursor: pointer; text-decoration: underline;}
a:hover {text-decoration: none;}
.btn:active, .btn.active {box-shadow: none; -webkit-box-shadow: none;}
p {
    line-height: 21px;
    margin: 20px 0 10px 0;
    padding: 0;
}
ul,ol {padding: 0 0 0 40px; margin: 10px 0 20px 0;}
ul li ul{ margin: 0px 0 5px; padding: 0 0 0 15px; }
.content img {padding: 10px 0;}
button {border-width: 2px;}
button, .form-control, .input-group .form-control {z-index: 0;}
.hasDatepicker {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
}
.pointer {cursor: pointer;}
.right {float: right;}
.left {float: left;}
.text-middle {vertical-align: middle;}
.table-cell {display: table-cell;}
.h35 {height: 35px;}
.w35 {width: 35px;}
.bg-blue {background-color: #0052A0;}
.m0 {margin: 0;}
.mt-6 {margin-top: -6px;}
.mt-10 {margin-top: -10px;}
.mt-15 {margin-top: -15px;}
.mt-35 {margin-top: -35px;}
.mt0 {margin-top: 0;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt110 {margin-top: 110px;}
.mt175 {margin-top: 175px;}
.mb-10 {margin-bottom: -10px;}
.mb-14 {margin-bottom: -14px;}
.mb-15 {margin-bottom: -15px;}
.mb-12 {margin-bottom: -12px;}
.mb0 {margin-bottom: 0px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb23 {margin-bottom: 23px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr50 {margin-right: 50px;}
.mr80 {margin-right: 80px;}
.mtb {margin: 14px 0;}
.mlr-20 {margin: 0 20px;}
.mlr10 {margin: 0 10px;}
.p0 {padding: 0;}
.p5-10 {padding: 5px 10px;}
.p8 {padding: 8px;}
.p10 {padding: 10px;}
.p12 {padding: 12px;}
.p15 {padding: 15px;}
.plr0 {padding-left: 0;padding-right: 0;}
.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 38px;}
.pb60 {padding-bottom: 60px;}
.pb120 {padding-bottom: 120px;}
.pt0 {padding-top: 0;}
.pt2 {padding-top: 2px;}
.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt14 {padding-top: 14px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt120 {padding-top: 120px;}
.pt160 {padding-top: 160px;}
.pl0 {padding-left: 0;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}
.pl70 {padding-left: 70px;}
.pr0  {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs16 {font-size: 16px;}
.fs14 {font-size: 14px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs36 {font-size: 36px;}
.fs48 {font-size: 48px;}
.fs70 {font-size: 70px;}
.relative {position: relative;}
.absolute {position: absolute;}
.block {display: block;}
.none {display: none;}
.border-0{
    border: none;
}
.dispinlin {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}
.img-size {
    width: 100%;
    height: auto;
    max-width: 310px;
}
.widauto {width: 100%;}
.widmax200 {max-width: 200px;}
.medium { font-weight: 500;}
.min-width {min-width: 480px;}
.heigauto {height: auto;}
.dotted-line {
    background-image: url(https://files.energomera.ru/img/bg-border-menu.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
}
.show {display: block;}
.hide {display: none;}
.break-word {overflow-wrap: break-word;}
.undernone {text-decoration: none;}
.underline {text-decoration: underline;}
.froboto {font-family: 'Roboto', sans-serif;}
.fl {font-weight: 300; font-family: 'Roboto', sans-serif;}
.rital {font-style: italic; font-family: 'Roboto', sans-serif;}
.white {color: #fff;}
.black {color: #000;}
.gray-hex {color: #333;}
.blue {color: #0052a0;}
.gray {color: #a1acb3;}
.row-gray, .row-gray a{ color: #b7b7b7; }
.turquoise {color: #c0e0ea;}
.grey,
.grey a {
    color: #a5b0b7;
    font-size: 12px;
    font-style: italic;
}
.banner {
    height: 400px;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {display: none;}
.glyphicon-out { height: 30px; top: 0px; background-image: url("/files/9c5a2451a3f89335bf3b43b425800781.png") }

.st-but.btn {
    background-color: #0052a0;
    margin: 0 0 0 0;
    color: #ffffff;
}
.st-but.btn:hover {background-color: #a5b0b7; color: #333333;}
.colum1 {width: 400px; padding: 0 10px;}
.col-1 {width: 310px; padding: 0 10px;}
.w200 {width: 200px;}
.col90 {width: 90px;}

.col-90 {width: 90px;}
.col-200 {width: 200px;}
.col-310 {width: 310px;}
.col-420 {width: 420px;}
.col-530 {width: 530px;}
.col-640 {width: 640px;}
.col-750 {width: 750px;}
.col-860 {width: 860px;}
.col-970 {width: 970px;}
.col-1080 {width: 1080px;}
.col-1190 {width: 1190px;}
.col-1300 {width: 1300px;}

.col300 {width: 300px;}
.col310 {width: 310px;}
.col-1 .col310 {width: 290px;}
.col385 {width: 385px;}
.reset {
    background-image: url(https://files.energomera.ru/img/reset-sprite.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
}
.reset:hover {background-position: 0 -33px; cursor: pointer;}
.no-bordertab {border-collapse: inherit;}
td, th {padding: 0 10px;}

.carousel-control {width: 5%;}
.btn-group {margin: 0;}
.btn {
    padding: 5px 12px;
    margin: 0 10px;
    border-radius: 0 !important;
    background-color: #ffffff;
    color: #333333;
    border-width: 2px;
    height: 42px;
}

.btn-group .caret {
    vertical-align: middle;
    border-left: 6px dashed #a5b0b7;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 13px;
}
.btn-group:hover .caret {
    top: 18px;
    border-top: 6px dashed #a5b0b7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.filt-btn-group .btn-group {width: 100%;}
.btn-group .btn + .btn {margin-left: 0;}
.btn-group > button {
    background: none;
    border: 2px solid #b0b9bf;
    border-radius: 0;
}
.btn-group button.active,
.btn-group.open ul.dropdown-menu button:hover {background-color: #0052a0; color: #ffffff;}
.tags .btn-group ul.dropdown-menu button {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
.tags .btn-group ul.dropdown-menu button.active {margin-right: 10px;}
.btn-group ul.dropdown-menu button {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0 10px;
}
.btn-group ul.dropdown-menu button.active {
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0 35px 0 10px;
    background-image: url(https://files.energomera.ru/img/close-li.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.btn-group ul.dropdown-menu button:first-child {margin-left: 0;}
.btn-group > button:hover span.caret {color: #ffffff;}
.btn-group > button > span.ui-button-text,
.ui-button-text-only .ui-button-text {padding: 0;}
.btn-group > button > span.ui-button-text {font-size: 13px;}
.filter-news .btn-group ul.dropdown-menu button.btn-primary.active,
.filter-news .btn-group ul.dropdown-menu button.btn-info.active,
.filter-news .btn-group ul.dropdown-menu button.btn-success.active,
.filter-news .btn-group ul.dropdown-menu button.btn-warning.active {
    width: auto;
    text-align: left;
    padding: 5px 10px;
}
.filter-news .btn-group ul.dropdown-menu button.btn-primary.active {background: #286090;}
.filter-news .btn-group ul.dropdown-menu button.btn-info.active {background: #31b0d5;}
.filter-news .btn-group ul.dropdown-menu button.btn-success.active {background: #449d44;}
.filter-news .btn-group ul.dropdown-menu button.btn-warning.active {background: #ec971f;}
.topbotbor {border-top: 6px solid #c0e0ea; border-bottom: 6px solid #c0e0ea;}
.bordiv {border: 2px solid #a5b0b7;}
.bordiv .btn-group {width: 100%; text-align: left;}
.bordiv .btn-group button {text-align: left;}
.bordiv1px {border: 1px solid #a5b0b7;}
.help-need {
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-repeat: no-repeat;
    padding-left: 45px;
    color: #333333;
}
.help-need.phone-need {background-position: -7px -1352px;}
.help-need.ques-need {background-position: -7px -1392px;}
.help-need.faq-need {background-position: -7px -1434px;}
.help-need.phone-need:hover {background-position: -7px -1476px; color: #0052a0; cursor: pointer;}
.help-need.ques-need:hover {background-position: -7px -1516px;}
.help-need.faq-need:hover {background-position: -7px -1558px;}

/*--------------------------------------*/
.tags ul.dropdown-menu {border:none;}
ul.dropdown-menu {
    top: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 1px solid #a5b0b7;
    background: #ffffff;
}
ul.dropdown-menu li.dropdown-header {
    display: block;
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b0b9bf;
    white-space: nowrap;
    text-decoration: none;
}
ul.dropdown-menu li a:hover  {background-color: #0052a0; color: #ffffff;}
ul.dropdown-menu li.dropdown-header:hover  {background-color: #ccc; color: #fff; cursor: pointer;}
ul.dropdown-menu li.menu_check:hover > a,
ul.dropdown-menu li.menu_check > a {
    background-color: #0052a0;
    color: #ffffff;
    padding: 8px 30px 8px 8px;
    background-image: url(https://files.energomera.ru/img/close-li.png);
    background-position: 96%;
    background-repeat: no-repeat;
}
ul.dropdown-menu li > a {padding: 8px; text-decoration: none;}
ul.button-scroll {
    overflow-y: auto;
    max-height: 330px;
    overflow-x: hidden;
}
.dropdown-menu.button-scroll > .active > a {background-color: #0052a0;}
.color-tag.dropdown-menu {z-index: 10;}
#select-list .btn {padding: 0 10px; overflow: hidden; white-space: normal; line-height: 16px;}
#city-map,
#select-list,
#select-location {display: none;}
#city-map ul {
    margin: 0;
    padding: 40px 20px;
}
#city-map ul li {
    width: 310px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 10px;
}
#city-map ul li.active, #city-map ul li:hover {
    background-color: #0052a0;
    color: #ffffff;
    cursor: pointer;
}
.tabs-download .nav-tabs {margin: 0; background-image: none;}
.tabs-download .nav-tabs > li {
    background-color: none;
    margin: 0 10px 0 0;
    padding: 0;
}
.tabs-download .nav-tabs > li > a {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 5px;
    margin: 0;
    border: 2px solid #a5b0b7;
}
.tabs-download .nav-tabs li.active,
.tabs-download .nav-tabs > li.active > a:focus {background-image: none; border-width: 2px;}
.tabs-download .nav-tabs > li.active > a,
.tabs-download .nav-tabs > li.active > a:hover,
.tabs-download .nav-tabs > li > a:hover,
.tabs-download .nav-tabs > li.active > a:focus {
    background-color: #0052a0;
    color: #ffffff;
    border: 2px solid #0052a0;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 5px;
}
.color-number span {
    color: #0052a0;
    font-size: 24px;
    margin-right: 15px;
    font-weight: 600;
}
.web-label {
    background-color: #00ccff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 5px 15px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.web-anons {min-height: 84px; max-height: 84px; overflow: hidden;}
.web-img img {padding: 0; margin-bottom: 10px;}
.web-button {background-color: #00ccff; color: #fff;}
.web-button-close {background-color: #a1acb3; color: #fff;}
.web-button-close:hover {color: #fff;}

.news-anons-text img {float: left; margin-right: 20px;}
.news-anons-text u a {color: #333333;}
.date-type {
    height: 40px;
    display: block;
    padding: 10px 0;
}
.date-type .btn {height: auto;}
span.type-news {margin-left: 7px;}
.underlin-t {text-decoration: underline; color: #333333;}
button.rsa-but {
    background-image: url(https://files.energomera.ru/img/rsa.png);
    background-color: #a5b0b7;
    background-repeat: no-repeat;
    background-position: 164px 50%;
    width: 190px;
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 8px 28px 8px 0;
    color: #ffffff;
    border: 0;
}
ul.news-pagin {padding: 0;}
ul.news-pagin li {list-style: none;}
ul.news-pagin li {
    position: relative;
    float: left;
    padding: 3px 0 0 0;
    margin-left: 0;
    color: #a5b0b7;
    text-decoration: none;
    border: 1px solid #ffffff;
    display: block;
    width: 30px;
    height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
ul.news-pagin li a {
    position: relative;
    float: left;
    padding: 1px 0 0 0;
    margin-top: -2px;
    margin-left: 0;
    color: #333333;
    text-decoration: none;
    border: 1px solid #ffffff;
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.first-news-pagin {
    background-image: url(https://files.energomera.ru/img/news-pagin.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.last-news-pagin {
    background-image: url(https://files.energomera.ru/img/news-pagin.png);
    background-repeat: no-repeat;
    background-position: 50% -30px;
}
.pagination > li:first-child > a {border-radius: 0;}
ul.news-pagin li.active a,
ul.news-pagin li:hover a {
    background-color: #ffffff;
    font-size: 18px;
    color: #a5b0b7;
    border: 1px solid #a5b0b7;
}
ul.news-pagin li:hover a.first-news-pagin,
ul.news-pagin li:hover a.last-news-pagin {border-color: #ffffff;}



.back-news,
.forward-news {
    width: 390px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 10px;
    color: #333333;
    text-decoration: underline;
    background-image: url(https://files.energomera.ru/img/icon/prev-next-news.png);
}
.back-news {padding: 0 0 0 31px; background-position: -42px 38px;}
.forward-news {padding: 0 31px 0 0; background-position: 375px 38px;}
.btn-link.share {
    background-image: url(https://files.energomera.ru/img/share.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 23px;
}
.btn-default.back-to-news a span {color: #a1acb3;}
.btn-default.back-to-news a {color: #333333;}
button.btn.btn-config,
button.btn.btn-buy,
button.btn.btn-webinar {
    background-repeat: no-repeat;
    padding-left: 52px;
    color: #0052a0;
    font-size: 16px;
    height: 48px;
    text-align: left;
}
button.btn.btn-config {width: 270px;}
button.btn.btn-buy {width: 150px;}
button.btn.btn-webinar {width: 150px;}
button.btn.btn-config {background-image: url(https://files.energomera.ru/img/btn-config.png);}
button.btn.btn-buy {background-image: url(https://files.energomera.ru/img/btn-buy.png);}
button.btn.btn-webinar {background-image: url(https://files.energomera.ru/img/webinar.png);}
a.product-categ {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 135px;
    height: 215px;
    *display: inline;
    zoom: 1;
    margin: 0 10px;
}
a.product-categ span {color: #64727c; font-size: 12px;}
.preview-news img {height: auto;}
img.box5 {
    display: block;
    text-indent: 0px;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
img.box5:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.projects-index .grid-view,
.site-signup .grid-view{
    overflow: auto;
}
.preview-news {
    /*height: 335px;*/
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.preview-news span {color: #0b0b0b;}
.preview-news strong,
.preview-video strong {color: #00529f; line-height: 1.3;}
.preview-news p {margin-top: 5px;}
.preview-news p,
.preview-video a p {color: #0b0b0b;}
.preview-video img {padding: 0;}
span.white-grad {
    background-image: url("https://files.energomera.ru/img/white-grad.png");
    background-repeat: no-repeat;
    width: 160px;
    height: 25px;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    background-size: 160px 20px;
}
a.title-news {
    font-size: 14px;
    border-bottom: 1px dashed #9CA8B1;
    padding: 15px 0;
}
a.title-news span {width: 10px;}
.prev-news, .next-news {
    margin-top: 10px;
    background-image: url(https://files.energomera.ru/img/icon/prev-next-news.png);
    background-repeat: no-repeat;
}
.prev-news {
    display: block;
    background-position: -42px 50%;
    padding-left: 30px;
    text-decoration: underline;
    color: #333333;
}
.next-news {
    display: block;
    background-position: 365px 50%;
    padding-right: 30px;
    text-decoration: underline;
    color: #333333;
}
.h1-link {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}
.eng-standart {
    background-color: #0052a0;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    width: 200px;
    height: 35px;
    line-height: 35px;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}
.eng-stan-auto {
    background-color: #0052a0;
    color: #ffffff;
    height: 35px;
    width: 290px;
    margin: 0 auto;
}
.eng-standart:hover, .eng-stan-auto:hover {background-color: #a5b0b7; color: #333333;}
.link-history:focus, .eng-standart:focus {color: #fff;}
.faq-anons p {font-family: 'Roboto'; color: #000000;}
.women {
    height: 1000px;
}
.callback-help {width: 360px; margin: 85px 0 0 0;}
.help-phone {
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-repeat: no-repeat;
    color: #0052a0;
    font-size: 40px;
    font-family: roboto;
    background-position: -8px 4px;
    padding-left: 35px;
}
.help-mail {
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-repeat: no-repeat;
    color: #0052a0;
    font-size: 27px;
    font-family: roboto;
    background-position: -5px -52px;
    padding-left: 40px;
    text-decoration: none;
}
.link-configurator {
    background-image: url(https://files.energomera.ru/img/configurator-big.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 37px 0px 37px 130px;
}
.value-configurator-col2{
    font-size: 14px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.value-configurator-col1{
    font-size: 14px;
    width: 100%;
    vertical-align: top;
}
.off-col .catalog a {
    height: auto;
    width: 200px;
    float: none;
}
.catalog a {display: inline-block; height: 270px; width: 200px;}
a span.extension.absolute {
    top: 135px;
    right: -35px;
    background-color: #a5b0b7;
    padding: 0 10px;
}
a:hover span.extension.absolute {color: #ffffff; background-color: #0052a0;}
span.extension.absolute b {display: block;}
.downprog {
    display: block;
    width: 310px;
    background-color: #0052a0;
    padding: 10px;
    color: #ffffff;
}
.downprog-385 {
    display: block;
    width: 385px;
    background-color: #0052a0;
    padding: 10px;
    color: #ffffff;
}
.downprog:hover,
.downprog-385:hover {background-color: #a5b0b7; color: #333333;}
.load-doc {
    border: 2px solid #a5b0b7;
    height: 30px;
    padding: 0 35px 0 10px;
    width: 75%;
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 100% -96px;
    background-repeat: no-repeat;
}
.panel-group.collapse .panel {
    border-bottom: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin: 0;
}
.panel-default > .panel-heading {
    background: none;
    padding: 0;
    border: none;
}
.panel {	border: none;}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {border: none;}

.panel.panel-default .panel.panel-default h4.panel-title a.collapse-toggle {padding-left: 30px;}
a.collapsed, .panel-collapse a.collapse-toggle {color: #000;}
a.collapse-toggle.collapsed,
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-title a.collapse-toggle.collapsed {
    background-image: url(https://files.energomera.ru/img/icon/silver-r.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
}
a.collapse-toggle,
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-title a.collapse-toggle {
    background-image: url(https://files.energomera.ru/img/icon/silver-b.png);
    background-repeat: no-repeat;
    background-position: 99% 50%;
    color: #0052a0;
}

.integret.collapse .panel-default .panel-heading h4.panel-title {background-color: #0052a0;}
.integret.collapse .panel-default .panel-heading h4.panel-title a {color: #fff; border-top: none; padding: 20px 50px 20px 20px;}
.integret.collapse .panel-default .panel-heading h4.panel-title a.collapse-toggle.collapsed {background-image: url(https://files.energomera.ru/img/icon/white-r.png);}
.integret.collapse .panel-default .panel-heading h4.panel-title a.collapse-toggle {background-image: url(https://files.energomera.ru/img/icon/white-b.png);}
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default {border-bottom: 1px dotted #a1acb3;}
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-title a {
    background-color: #ffffff;
    color: #333 !important;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
    font-weight: bold;
}
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-collapse .panel-body ul {text-align: left; padding: 0 0 0 20px;}
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-collapse .panel-body ul li {list-style: none;}
.integret.collapse .panel-default .panel-collapse .panel-body .added .panel-default .panel-collapse .panel-body ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 13px;
    display: block;
}
.integret.collapse span {
    display: block;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px
}


.answer {padding-left: 70px;}
.answer u {color: #0052a0; cursor: pointer;}
.panel-body {padding: 0px;}
.panel-group {margin-bottom: 0;}
.no-bordertab tr td {padding: 5px 5px 5px 0;}
.no-bordertab tr td img {padding: 0;}
.extension span {
    background-color: #a5b0b7;
    padding: 2px 8px;
    display: block;
    width: 110px;
}
.download tr td:first-child {
    padding-right: 30px;
    max-width: 640px;
    min-width: 640px;
}
.load-po {width: 310px}
.load-po tr td:first-child {padding-right: 10px; width: 70%;}
.load-po .extension {
    width: 30%;
    padding: 5px 0;
    vertical-align: bottom;
}
.load-po .extension span {padding: 2px; width: auto;}
.download tr.a,
.download tr td a,
.listFiles tr td a,
.load-po tr td a {
    text-decoration: none;
    color: #333333;
}
.dwload-po a{
    text-decoration: none;
    color: #333333;
}
.listFiles tr td.icon {padding-right: 10px;}
.listFiles tr td.extension {padding: 5px; width: 110px;}
.download tr:hover,
.listFiles tr:hover {cursor: pointer;}
.download tr:hover td a,
.listFiles tr:hover td a,
.load-po tr:hover td a {color: #0052a0;}
.download tr:hover td span,
.listFiles tr:hover td.extension,
.listFiles tr:hover td.size,
.load-po tr:hover td.extension span {background-color: #0052a0; color: #ffffff;}
.dwload-po:hover a span {background-color: #0052a0; color: #ffffff;}
.structure tr {border: none;}
.download tr td,
.listFiles tr,
.load-po tr {position: relative;}
.download tr .img-table,
.listFiles tr .img-table {
    display: none;
    position: absolute;
    right: 125px;
    top: 29px;
    z-index: 50;
}
.download tr:hover .img-table,
.listFiles tr:hover .img-table {display: block;}

/********DOCUMENTATION DOWNLOAD*********/

.chose-product{ height: 450px; min-width: 240px;}
@media screen and ( max-width: 659px){
    .chose-product div.col-1{ width: 100%; margin: 0; }
    .chose-product .btn-group button{ font-size: 12px; line-height: 14px; }
    .chose-product .btn-group ul{ width: 100%; }
    .chose-product .btn-group ul button{ white-space: normal; padding: 5px; height: 40px;}
}

/************/


/********TMO ADMIN*********/
.val-create .field-SelectVal .chosen-drop{
    position: relative;
}
.val-create .field-SelectVal .chosen-drop li.group-result{
    margin: 0 1px;
}

/*************/

.compare {
    padding: 2px 0 7px 30px;
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 0px -422px;
}
.compare span{
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 0px -380px;
    display: inline-block;
    font-weight: bold;
    width: 33px;
    height: 29px;
    padding-top: 2px;
}
.connect {
    padding: 5px 0 7px 60px;
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 0px -472px;
}
.compare, .compare span, .connect{background-repeat: no-repeat;}
.photo-gall {}
.photo-gall-img {height: 160px; overflow: hidden;  width: 100%;	position: relative;}
.photo-gall-prev {background-image: url(https://files.energomera.ru/img/icon/sprite.png); display: block; width: 35px; height: 100%; position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: -211px 50%; cursor: pointer;}
.photo-gall-next {background-image: url(https://files.energomera.ru/img/icon/sprite.png); display: block; width: 35px; height: 100%; position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: -247px 50%; cursor: pointer;}
.tab-pane button:hover {background-color: #0052a0; color: #ffffff;}
.chct,
.chcts,
.chct tr th,
.chcts tr th {border-collapse: inherit; border: none;}
.chct tr td:first-child,
.chcts tr td:first-child {font-weight: bold;}
.chct tr td,
.chcts tr td {padding: 5px 10px;}
.chct tr:hover,
.chcts tr:hover {background-color: #dfdfdf;}
.link-history {
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    background-color: #0052A0;
    padding: 5px 30px 5px 10px;
    margin-top: 9px;
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 100% -1827px;
    background-repeat: no-repeat;
    font-weight: lighter;
}
.link-history:hover {
    color: #333333;
    background-color: #a5b0b7;
    background-position: 100% -1865px;
}
.his-block {
    background-color: #0052A0;
    color: #ffffff;
    padding: 10px;
    margin-top: 15%;
    max-width: 465px;
    line-height: 1.2;
}
.gradient {font-size: 17px; padding-bottom: 25px;}
.bottom-gradient {
    background-image: url(/images/bottom-gradient.png);
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 91px;
    width: 100%;
    background-repeat: repeat-x;
}
.bottom-gradient a {bottom: -10px; z-index: 10;}
#gradient {display: none; padding: 20px 5%; font-size: 17px;}
.block-history .block-photogallery {overflow: hidden; height: 315px;}
.history {
    background-image: url(https://files.energomera.ru/img/icon/hist-energ.png);
    background-repeat: repeat-x;
    background-position: 0 126px;
    height: 330px;
    width: 2410px;
}
.photogallery {
    height: 330px;
    width: 2825px;
}
.block-photogallery#mCustomScrollbar {height: 195px;}
#mCustomScrollbar{
    width: 100%;
    height: 350px;
    padding: 0;
    margin-right: 40px;
    margin-bottom: 45px;
}
.his-poin-top {}
.his-poin-boot {top: 118px;}
.his-poin-top {
    min-height: 140px;
    min-width: 280px;
    background-image: url(https://files.energomera.ru/img/icon/his-poin-top.png);
    background-repeat: no-repeat;
    background-position: 40px 100%;

}
.his-poin-boot {
    min-height: 140px;
    background-image: url(https://files.energomera.ru/img/icon/his-poin-boot.png);
    background-repeat: no-repeat;
    background-position: 40px 0;
}
.his-poin-top img, .his-poin-boot img {padding: 0 20px 0 0;border-radius: 200px;}
.his-number,
.his-text {
    display: inline-block;
    position: relative;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}
.his-poin-top .year-from {
    position: absolute;
    left: 5px;
    bottom: 18px;
}
.his-poin-top .year-before {
    position: absolute;
    left: 63px;
    bottom: 18px;
}
.his-poin-boot .year-from {
    position: absolute;
    left: 5px;
    top: -15px;
}
.his-poin-boot .year-before {
    position: absolute;
    left: 63px;
    top: -15px;
}
.next-history,
.prev-history {
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-repeat: no-repeat;
    width: 65px;
    height: 34px;
    display: inline-block;
    position: relative;
    *display: inline;
    zoom: 1;
}
.prev-history {background-position: 0 -581px;}
.next-history {background-position: 0 -643px;}
.prev-history:hover {background-position: 0 -706px;}
.next-history:hover {background-position: 0 -769px}
.transp-left,
.transp-right {
    background-repeat: repeat-y;
    width: 139px;
    height: 373px;
    top: 0;
    z-index: 10;
}
.transp-left {
    background-image: url(https://files.energomera.ru/img/icon/hadow-w-l.png);
    background-position: 0 0;
    left: -78px;
}
.transp-right {
    background-image: url(https://files.energomera.ru/img/icon/hadow-w-r.png);
    right: -78px;
    background-position: 0 0;
}
.comp-gallery {overflow: hidden;	height: 181px;}
.hist-energ { overflow-x: auto; }
.hist-energ div.hist-energ-line { min-width: 900px; }
.factorys{
    background-image: url(/files/6febaa99f3ee3f7f6b7f6219ebaa5d93.png);
    background-repeat: no-repeat;
    background-position: 95% 90%;
    padding: 0 235px 0 0;
}
.student {
    background-image: url(https://files.energomera.ru/img/icon/monitor.png);
    background-repeat: no-repeat;
    background-position: 95% 100%;
    padding: 0 230px 0 0;
}
.student > span{ line-height: 38px; }
a.gallery {text-decoration: none;}
.desc-part{ padding-top: 5%; }
table.table-striped {border-collapse: collapse;}
.table > tbody > tr > th,
table.table-striped td, tr, th {border: 2px solid #a5b0b7;}
.table-striped > tbody > tr:nth-of-type(odd) {background: none;}
tr td.block_params ul {	padding: 0 0 0 0; list-style: none;}
.panel-collapse .block_params {
    padding-left: 60px;
    background-image: url(https://files.energomera.ru/img/st-top.png);
    background-repeat: no-repeat;
    background-position: 25px 14px;
}
.warranty-5 {
    background-image: url(https://files.energomera.ru/img/osobennosti-3.png);
    background-repeat: repeat-y;
    background-position: 100% 0;
    background-size: 100%;
}

h4.panel-title a {
    border-top: 1px dotted #a1acb3;
    border-bottom: 1px dotted #a1acb3;
    font-family: roboto;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 25px 55px 25px 0;
}

.dashed-link {
    color: #C7CDD1;
    border-bottom: 1px dashed #a1acb3;
    border-image: url(https://files.energomera.ru/img/bg-border-menu.gif) 1 repeat repeat;
}
.dashed-link-blue {
    color: #0052a0;
    border-bottom: 1px dashed #a1acb3;
    border-image: url(https://files.energomera.ru/img/bg-border-menu.gif) 1 repeat repeat;
}
.carousel-inner.meters .item li.span3 {display: inline-block; vertical-align: top;}
.carousel-inner.meters {height: 370px;}
a.carousel-control.right {
    background-image: url(https://files.energomera.ru/img/icon/sprite.png);
    background-position: -235px 50%;
    width: 60px;
}
a.carousel-control.left {
    background-image: url(https://files.energomera.ru/img/icon/sprite.png);
    background-position: -195px 50%;
    width: 60px;
}
.thumbnails {margin: 0; 	padding: 0;}
.items-groups {border: 1px solid #ffffff; width: 220px; margin: 0 auto;}
.items-groups a { color: #090909;}
.items-groups:hover {border-color: #b0b9bf;}
.items-groups img {width: 200px; height: auto;}
.items-groups .items-groups-info {
    display: none;
    position: absolute;
    left: -1px;
    z-index: 90;
    border: 1px solid #ffffff;
    padding: 0 20px 20px 20px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}
.items-groups:hover .items-groups-info {
    display: none;
    /*display: block;*/
    border-color: #b0b9bf;
    border-top-color: #ffffff;
    margin-right: -1px;
}
.not-flexisel .ul-flexisel li {margin-bottom: 100px;}
.ul-flexisel li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    list-style: none;
    *display: inline;
    zoom: 1;
}
.clearout {height:20px; clear:both;}
#flexiselDemo2 {display:none;}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
    border: none;
    border-radius: 0;
    background: none;
    padding-bottom: 80px;
}
.nbs-flexisel-item {	min-width: 220px;}
.nbs-flexisel-item img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 200px;
    max-height: 200px;
    padding: 0;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 52px;
    height: 51px;
    background-image: url(https://files.energomera.ru/img/icon/flexisel-nav.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 70;
    cursor: pointer;
    top: 100px !important;
    /*background-color: #0052a0;*/
    opacity: 1;
}
.product-gallery .nbs-flexisel-nav-left,
.product-gallery .nbs-flexisel-nav-right {background-color: transparent;}
.nbs-flexisel-nav-left {background-position: 0 0;}
.nbs-flexisel-nav-left:hover {background-position: 0 -54px;}
.nbs-flexisel-nav-right {right: 10px; background-position: -52px 0;}
.nbs-flexisel-nav-right:hover  {right: 10px; background-position: -52px -54px;}
.product-gallery .nbs-flexisel-container {
    position: relative;
    /*width: 69%;*/
    float: left;
}
.product-gallery .nbs-flexisel-container .items-groups {width: 200px;}
.product-gallery .nbs-flexisel-container .items-groups {border-color: #ffffff;}
.askue-load-1,
.askue-load-2,
.askue-load-3 {
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-repeat: no-repeat;
    padding: 22px 0 22px 70px;
}
.askue-load-1 {background-position: 0 -1054px;}
.askue-load-2 {background-position: 0 -1155px;}
.askue-load-3 {background-position: 0 -1255px;}
ymaps.ymaps-2-1-34-search,
.ymaps-2-1-34-button_size_s .ymaps-2-1-34-button__text {display: none;}

.iis {
    background-image: url(/images/useaskue-img-bg.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    min-height: 693px;
    max-width: 303px;
    border: 1px solid #64727c;
    padding-bottom: 270px;
    font-family: 'Roboto', sans-serif;
}
.iis h2 {min-height: 65px;}
.iis span {font-weight: bold; font-size: 18px;}
.iis-abs {
    bottom: 0;
    height: 270px;
    left: 0;
    padding: 10px 15px 0 15px;
}
.helpfix .bg-blue a:hover {color: #ffffff; text-decoration: none;}
.helpfix .bg-blue a:focus {color: #ffffff; text-decoration: none;}
.header,
.container {width: 100%; position: relative; padding: 0 10px;}
span.glyphicon-remove-sign {display: none;}
.link-distr:hover { color: #ffffff;}


/*FORUM*/

#phpbb #wrap{ margin-bottom: 140px;}
#phpbb > img{ display: none;}
#phpbb footer{ position: absolute; bottom: 0;}

@media screen and ( max-width: 659px){
    #phpbb #wrap{ margin-bottom: 220px; }
    #phpbb footer .footcol{ float: none!important; margin-left: 5px; }
}
/*----------*/
.ya-site-suggest-popup{ top: 35px; }
.ya-site-form table,
.ya-site-form tr,
.ya-site-form td,
.l-page_type_search tr,
table.b-head tr {border: 0;}

b.b-pager__title,
.b-pager__key,
.b-pager__arrow.b-pager__inactive,
.b-pager__arrow.b-pager__active,
.b-bottom-wizard .b-pager__sorted,
table.b-head tr .b-head__r {display: none;}

table.b-head tr .b-head__l {padding: 0;}
#ya-site-results .b-serp-item {margin-bottom: 60px;}
#ya-site-results .b-serp-item .b-serp-item__text {margin: 10px 0;}
#ya-site-results .l-page_type_search .b-serp-url,
#ya-site-results .l-page_type_search .b-serp-item__links-item  a {color: #a1acb3;}
table.l-page_type_search td .b-body-items {padding-left: 35px;}
#ya-site-results b.b-serp-item__number,
.b-serp-item a.b-serp-item__title-link yass-span,
.b-serp-item a.b-serp-item__title-link {font-size: 18px; color: #0052a0 !important; font-family: 'Roboto', sans-serif; font-weight: bold; margin: 0;}
.l-page_type_search .b-serp-item__text {font-size: 14px; font-family: 'Roboto', sans-serif;}
#ya-site-results .b-bottom-wizard .b-pager.g-gap-horizontal {margin-left: 0;}
#ya-site-results .b-bottom-wizard .b-link:link,
#ya-site-results .b-bottom-wizard .b-link {
    margin: 0 5px;
    text-decoration: none;
    color: #333333;
    border: 1px solid #ffffff;
    display: inline-block;
    position: relative;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 29px;
    height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
#ya-site-results .b-bottom-wizard .b-pager__current,
#ya-site-results .b-bottom-wizard .b-link:hover {
    color: #a5b0b7 !important;
    border: 1px solid #a5b0b7;
    display: inline-block;
    position: relative;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    width: 29px;
    height: 29px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px;
    text-decoration: none;
    background: none;
    padding-top: 0px;
}

/*SELECT With search*/
.view-reg, .view-prod{ margin: 20px 0; }
.view-prod .chosen-drop, .view-reg .chosen-drop, .where-buy-block .chosen-drop{  border-radius: 0;}
.view-prod .chosen-single, .where-buy-block .chosen-single, .view-reg .chosen-single{
    border: 2px solid #b0b9bf;
    height: 42px;
    border-radius: 0;
    line-height: 38px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    padding: 0;
}
.view-prod .chosen-container-single .chosen-single div,
.where-buy-block .chosen-container-single .chosen-single div, .view-reg .chosen-container-single .chosen-single div{
    width: 20px;
}
.view-prod .chosen-container-single .chosen-single div b,
.where-buy-block .chosen-container-single .chosen-single div b, .view-reg .chosen-container-single .chosen-single div b{
    background:url(/files/7d89d5860f68d444b97ebe340480896e.png) no-repeat 0 50%;
}
.view-prod .chosen-container-active.chosen-with-drop .chosen-single div b,
.where-buy-block .chosen-container-active.chosen-with-drop .chosen-single div b, .view-reg .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(/files/9233ded55d6aa365acb531ef7fd0a534.png) no-repeat 0 50%;
}
.view-prod .chosen-results, .where-buy-block .chosen-results, .view-reg .chosen-results{
    font-size: 14px;
    font-family: Arial;
    color: #333333;
}
.view-prod .chosen-results li, .where-buy-block .chosen-results li, .view-reg .chosen-results li{
    padding: 8px 5px;
}
.view-prod .chosen-results li.result-selected,
.where-buy-block .chosen-results li.result-selected, .view-reg .chosen-results li.result-selected{
    background: #337ab7;
    color: #fff;
}
.view-prod .chosen-results li.active-result:hover,
.where-buy-block .chosen-results li.active-result:hover, .view-reg .chosen-results li.active-result:hover{
    background: #0052a0;
}
.btn-group > button > span.ui-button-text{
    font-size: 14px;
    font-family: Arial;
}

/**/


/*--- LK ---*/
.link-lk {
    border: 1px solid #b0b9bf;
    text-align: center;
    padding: 10px;
    min-height: 165px;
    margin-bottom: 20px;
}
.link-lk:hover {
    background-color: #0052a0;
    border-color: #0052a0;
}
.link-lk:hover h4 a,
.link-lk:hover p {
    color: #ffffff;
}

a.recall {
    border: 1px solid #b0b9bf;
    text-align: center;
    padding: 10px;
    height: 150px;
    display: table-cell;
    width: 300px;
    vertical-align: middle;
}
a.recall:hover {
    background-color: #0052a0;
    border-color: #0052a0;
    color: #ffffff;
}
/*--- end LK ---*/
/*--------*/
/*--- page heroes -----*/
.girl img,
.electrician img,
.teacher img,
.prosecutor img {padding: 0px; vertical-align: bottom;}

.girl img {
    width: 100%;
    height: auto;
}
.electrician  .carousel-inner > .item > img,
.teacher  .carousel-inner > .item > img,
.prosecutor  > img {
    max-width: 100%;
}

.girl {
    background-image: url(https://files.energomera.ru/files/8b8189571c0c0e88530d06d0d93a1872.jpg);
    background-repeat: repeat-x;
    background-size: contain;
}
.electrician {
    background-image: url(https://files.energomera.ru/files/0e410773f85b4701ddd87e1655ea043d.jpg);
    background-repeat: repeat-x;
}
.teacher {
    background-image: url(https://files.energomera.ru/files/a163975a1d915729eb70d427dab70fd8.jpg);
    background-repeat: repeat-x;
}
.prosecutor {
    background-image: url(https://files.energomera.ru/files/750fc1718e7bbc5d1ad22702a3399450.jpg);
    background-repeat: repeat-x;
}
.titl-people{
    background-color: #fff;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
}
.text-people {
    font: normal 16px 'Roboto';
    color: #000;
}

.text-people p{font-size: 16px; 	left: 3%;}
.button-people{font-size: 12px; left: 60%;}
.button-people a:hover{color: #cacbcb;}

.lmargin{left: 40%;}

.electrician .carousel-indicators,
.prosecutor .carousel-indicators,
.girl .carousel-indicators,
.teacher .carousel-indicators {display: none;}

.teacher a.carousel-control.left,
.teacher a.carousel-control.right,
.electrician a.carousel-control.left,
.electrician a.carousel-control.right,
.prosecutor a.carousel-control.left,
.prosecutor a.carousel-control.right {background: none;}

.teacher a.carousel-control.left span,
.electrician a.carousel-control.left span,
.prosecutor a.carousel-control.left span {
    background-image: url(https://files.energomera.ru/files/e5fcc0ec26c1f45d0972e457e531a0a7.png);
    background-position: 0 50%;
    width: 46px;
    font-size: 0;
    height: 44px;
}
.teacher a.carousel-control.right span,
.electrician a.carousel-control.right span,
.prosecutor a.carousel-control.right span {
    background-image: url(https://files.energomera.ru/files/e5fcc0ec26c1f45d0972e457e531a0a7.png);
    background-position: -159px 50%;
    width: 46px;
    font-size: 0;
    height: 44px;
}

.qwery {
    background-image: url(https://files.energomera.ru/files/4a0b3a508c67ee4cb67b11c670547bab.png);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
    margin: 0 0 25px 10px;
    vertical-align: middle;
}

.promoList {
    margin: 15px 0 0 0;
    padding: 0px 0 0 42px;
}
.promoList li {margin-bottom: 10px;}

.smallText{font-size: 16px;}

.sb-active .block-close {
    position: fixed;
    width: 1920px;
    height: 100%;
    z-index: 200;
    left: -1920px;
    cursor: pointer;
}
.soc-big {
    position: absolute;
    bottom: 62px;
    right: 0;
    z-index: 10;
    width: 87px;
}
.facebook-big,
.youtube-big,
.instagram-big,
.twitter-big,
.vk-big {
    display: block;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}
.vk-big {background-position: 0 -117px;}
.facebook-big {background-position: 0 -230px;}
.youtube-big {background-position: 0 0;}
.instagram-big {background-position: 0 -342px;}
.twitter-big {background-position: 0 -453px;}
.facebook-big img,
.youtube-big img,
.instagram-big img,
.twitter-big img,
.vk-big img {
    width: 100%;
    height: 100%;
}

div.all-adress{
    margin-top: 10px;
}
.data_content_3 .dispinlin span{
    display: inline-block;
    height: 20px;
    margin-right: 5px;
}

.data_content_3 .dispinlin .opt{
    background-image: url(/files/c148a3e734136224824c2f69a411133c.jpg);
    width: 30px;
}
.data_content_3 .dispinlin .roznica{
    background-image: url(/files/d062ad3946e244597ccd84ea2b0a4418.jpg);
    width: 70px;
}
.data_content_3 .dispinlin .opt-roznica{
    background-image: url(/files/a0b0a1d30d4e1696605730247d978f25.jpg);
    width: 100px;
}

/*****SELECT_ENERGOMERA*****/

.select-energomera {  position: relative; margin-bottom: 20px; }
.select-energomera select {  display: none;   }
.select-enrg-selected:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color:  transparent transparent transparent #b0b9bf;
}
.select-enrg-selected.select-arrow-enrg-active:after {
    border-color: #b0b9bf transparent transparent transparent;
    top: 11px;
    right: 10px;
}

.select-enrg-items div,.select-enrg-selected {
    color: #a2a2a2;
    font-style: italic;
    height: 30px;
    line-height: 28px;
    padding: 0px 15px;
    cursor: pointer;
    user-select: none;
    border: none;
    background: #fff;
}
.select-enrg-items div{
    line-height: 15px;
    padding: 7px 15px 5px;
    height: auto;
    min-height: 30px;
}
.select-enrg-selected {   border: 2px solid #b0b9bf;   line-height: 26px;   position: relative; overflow: hidden; }
.select-enrg-items {
    position: absolute;
    max-height: 215px;
    overflow: auto;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #b0b9bf;
    border-top: 0;
}
.select-enrg-hide {   display: none; }
.select-enrg-items div:hover, .same-as-enrg-selected {  background: #0052a0;   color: #fff; }

.input-enrg input{
    border-radius: 0;
    height: 30px;
    border: 2px solid #b0b9bf;
    margin-bottom: 20px;
    width: 100%;
    color: #a2a2a2;
    font-style: italic;
}
.input-enrg.y-variants{   margin-top: -10px; }
.tarea-enrg textarea{
    resize: none;
    height: 100px;
    padding: 5px 15px;
    border: 2px solid #b0b9bf;
    color: #a2a2a2;
    font-style: italic;
    font-family: roboto;
}

.confeo{ margin-bottom: 110px; }
.confeo div.col-lg-12 h1{ margin-bottom: 20px; }
.confeo .col-md-offset-1 h4{  white-space: nowrap; }
.confeo .eng-standart{ margin: 0; font-weight: bold; text-decoration: none;}
.confeo-contacts input{ margin-bottom: 15px; }
.confeo-contacts .eng-standart{ margin: 0px; }
.confeo-btn-block .eng-standart{ width: auto; padding-left: 15px; padding-right: 15px; margin: 0px 0px 10px 10px;}
.order-send .eng-standart{ font-weight: bold; margin: 10px 0; }
.order-send{ margin-top: -90px; }
.order-send input.form-control{
    border-radius: 0;
    height: 30px;
    border: 2px solid #b0b9bf;
    width: 100%;
    color: #a2a2a2;
    font-style: italic;
}
.confeo .warning{
    border: 2px solid #f21e1b;
}
.confeo-result .eng-standart{ width: auto; padding: 0 15px; text-decoration: none;}

/*ADMIN*/
/*#e-2-admin .chosen-container-active .chosen-drop{ position: relative; }*/
.product-tab-update .chosen-results{ max-height: 180px; }
/******ENGLISH*****/

.ask-us{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 50%;
    opacity: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #a5b0b7;
    -webkit-animation: 0.5s ask-anim ease-in-out 2s forwards;
    -moz-animation: 0.5s ask-anim ease-in-out 2s forwards;
    -o-animation: 0.5s ask-anim ease-in-out 2s forwards;
    animation: 0.5s ask-anim ease-in-out 2s forwards;
}
@keyframes ask-anim{
    0%{ bottom: 30%; opacity: 0; }
    100%{ bottom: 20px; opacity: 1;}
}

/*--- end page heroes -----*/
/* hh */
.hh h3 {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.hh input.input-hh {
    border: 2px solid #b0b9bf;
    width: 300px;
    padding: 5px 10px;
    margin-bottom: 15px;
}
.hh button {height: 34px;}
.hh .btn-group .caret {margin-top: 3px;}
.hh .col90.dropdown-menu {min-width: 90px;}
/* end hh */
.testing label {font-weight: normal; display: block;}

@media screen and (max-width: 330px) {
    .col-xs-12 {padding-right: 5px; padding-left: 10px;}
}
@media screen and (min-width: 330px) {
    a.product-categ {margin: 0px 5%;}
    .filter-news.tags ul.color-tag.dropdown-menu {position: absolute;}
    span.diod {display: block;}
    .promoList,
    .promoList li strong {display: block;}
}
@media screen and (min-width: 490px) {
    .soc-big {right: 64px;}
    .facebook-big, .youtube-big, .instagram-big, .twitter-big, .vk-big {
        width: 87px;
        height: 87px;
    }
    #hitSale, .download_offline span {float: right;}
}
@media screen and (min-width: 660px) {
    a.product-categ {margin: 0px 11px;}
    .filter-news.tags ul.color-tag.dropdown-menu {position: relative; display: block;}
    .filter-news.tags button.color-tag.btn {display: none;}
    span.diod {display: none;}
    span.glyphicon-remove-sign {display: inline-block;}
    .titl-people {font-size: 22px;}
    .text-people {display: block;}
    .text-people p{font-size: 16px; display: none;}
    .button-people{font-size: 16px; left: 61%;}
    .lmargin{left: 50%;}
    .women {background-image: url(https://files.energomera.ru/img/women.jpg); background-repeat: no-repeat; background-position: 0 30px;}
    .callback-help {margin: 85px 0 0 35px;}
}

@media screen and (min-width: 992px) {
    .container {width: 982px;}
    a.product-categ {margin: 0px 13px;}
    .filter-news.tags ul.color-tag.dropdown-menu {position: relative; display: block;}
    .filter-news.tags button.color-tag.btn {display: none;}
    span.diod {display: none;}
    span.glyphicon-remove-sign {display: inline-block;}
    .width723 {width: 723px;}
    .titl-people {font-size: 17px;}
    .text-people {font-size: 13px; display: block;}
    .text-people p{display: block;}
    .girl {padding-bottom: 5px;}
    .lmargin{left: 40%;}
    .smallText{font-size: 12px; width: 76%;}
    .promoList li {
        font-size: 12px;
        background: none;
        padding-right: 25px;
    }
}

@media screen and (min-width: 1320px) {
    .container {width: 1320px;}
    .filter-news.tags ul.color-tag.dropdown-menu {position: relative; display: block;}
    .filter-news.tags button.color-tag.btn {display: none;}
    span.diod {display: none;}
    span.glyphicon-remove-sign {display: inline-block;}
    a.product-categ {margin: 0px 13px;}
    .helpfix.helpfix-top {
        position: fixed;
        top: 0;
        z-index: 35;
        max-width: 310px;
    }
    .electrician  .carousel-inner > .item > img,
    .teacher  .carousel-inner > .item > img,
    .prosecutor .carousel-inner > .item > img {
        max-width: none;
    }
    .titl-people {font-size: 22px;}
    .text-people.t-p17 {font-size: 17px;}
    .text-people {font-size: 16px; display: block;}
    .text-people p{font-size: 20px; display: block; left: 0%;}
    .button-people{font-size: 20px; left: 47%;}
    .girl {padding-bottom: 0;}
    .lmargin{left: 40%;}
    .smallText{font-size: 16px; width: 100%;}
    .promoList li {
        font-size: 16px;
        padding-right: 170px;
        background-repeat: no-repeat;
        background-position: 97% 50%;
    }
    .promoList li.lamp {background-image: url(https://files.energomera.ru/files/5dc674551e3cd8c47a77f863e3b8199c.png);}
    .promoList li.elecprib {background-image: url(https://files.energomera.ru/files/225bd539b0e59e040151df92d2db6a0f.png);}
    .promoList li.plitael {background-image: url(https://files.energomera.ru/files/560f823510ac65379ef4e9e04ccd3179.png);}
    .promoList li.mtmeter {background-image: url(https://files.energomera.ru/files/5fe7de5b5b4fc66bbeb65e081916633b.png);}

}

.value-configurator-col2{
    font-size: 14px;
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.value-configurator-col1{
    font-size: 14px;
    width: 100%;
    vertical-align: top;
}


@media screen and (max-width: 1319px){
    .factorys{
        background-size: 40%;
        background-position: 100% 5%;
        padding: 0;
    }
    .student{
        background-position: 95% 5%;
        background-size: 25%;
        padding: 0;
    }
    .desc-part{ padding-top: 3%; }
}

@media screen and (max-width: 989px){
    .his-block > span{ font-size: 16px }
    .pull-right.rital.mr80{ margin-right: 0; }
    .desc-part{ padding-top: 0; margin: 5px 0 0; font-size: 14px;}
    .factorys{
        background-image: url(/files/6febaa99f3ee3f7f6b7f6219ebaa5d93.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 95% 90%;
        padding: 0 235px 0 0;
    }
    .student {
        background-image: url(https://files.energomera.ru/img/icon/monitor.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 95% 100%;
        padding: 0 230px 0 0;
    }
}
@media screen and (max-width: 659px){
    .prefix{
        margin: 0!important;
        width: 80%;
    }
    .prefix img{
        max-width: 300px;
    }
    .pull-right.rital.mr80{ margin: 10px 0 20px; }
    .factorys,.student{
        background: none;
        padding: 0;
        font-size: 18px;
    }
    .student > span{ line-height: 26px; }
    .ask-us{
        width: 48px;
        height: 40px;
        overflow: hidden;
        padding: 0 10px;
    }
    .ask-us > .help-need.ques-need{
        background-position: -7px -1385px;
    }
}

#photoMeter {float: left; padding-right: 20px;}
#id_parameter {font-weight: bold;}
#id_parameter a.undernone {
    background-image: url(https://files.energomera.ru/img/icon/switch-point.png);
    background-repeat: no-repeat;
    background-position: 100% 7px;
    padding-right: 13px;
}
#id_parameter a.undernone.openLink {background-position: 100% -61px;}
#updateInfo a:hover {color: #fff;}
.download_offline span:hover {background-color: #a5b0b7; color: #333333;}

#id_parameter:hover .qwery {display: inline-block;}
#id_parameter:hover a, #id_parameter:focus a {color: #337ab7;}
.qwery {
    display: none;
    background-image: url(https://files.energomera.ru/files/4a0b3a508c67ee4cb67b11c670547bab.png);
    width: 11px;
    height: 12px;
    background-repeat: no-repeat;
    border: none;
    background-color: #fff;
    margin: 3px 15px 0 0;
    vertical-align: middle;
}

.config-menu{
    display: inline-block;
    border: 1px solid #002d5d;
    margin: 20px 0;
    padding: 10px;
}
.config-menu .param a, .config-content a, #resaultInfoBlock{
    color: #546172;
}
.config-menu .param div.filters-h{
    margin: 15px 0 0px;
}
.config-menu .param div.filters-c{
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.config-menu .qwery{
    display: inline;
    margin-left: 5px;
    margin-bottom: 2px;
    margin-right: 0;
}
.config-menu .value-configurator-col1, .config-menu .value-configurator-col2{ color: #546172; line-height: 14px; position: relative; margin-bottom: 10px; padding-left: 15px;}
.config-menu .value-configurator-col1 input, .config-menu .value-configurator-col2 input{ position: absolute; left: 0; }
.config-menu .value-configurator-col2{ width: 50%; }
.config-menu .eng-standart{ line-height: 35px; }
.config-menu #id_parameter a.undernone{ background: url(/files/47c01c95aeec510657cd7bfdb2557bbc.jpg); background-repeat: no-repeat;  background-position: 100% 50%;}
.config-menu #id_parameter a.undernone.openLink{ background: url(/files/304b27fc4ac408b6de3f1f259d2b5b79.jpg); background-repeat: no-repeat;  background-position: 100% 50%;}


#container-loader
{
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999;
    background-color: rgba(200, 200, 200, 0.5);
    width: 100%;
    height: 100%;
}
#loader-configurator {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .where-prod {margin: 0 0 0 -10px; padding: 0;}
.where-prod li {list-style: none; text-decoration: none;}
.where-prod li a {
	padding: 10px;
    font-weight: 500;
    font-size: 16px;
	text-decoration: none;
	color: #333;
}
.where-prod li a:hover, .where-prod li.active a {background-color: #0052a0; color: #fff; cursor: pointer;}
.symbols {
	background-color: #ffffff;
    padding-bottom: 10px;
	width: 100%;
}
.usmeters, .usnva, .usaskue, .usmetlog {
	background-repeat: no-repeat;
	background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
}
.block_type_purchase .dropdown_type_purchase{ width: 100%;}
.block_type_purchase .btn-group ul.dropdown-menu{ width: 100%; max-width: inherit; }
.block_type_purchase .btn-group ul.dropdown-menu .caret{ display: none; }
.usmeters {background-position: 0 -822px;}
.usnva {background-position: 0 -877px;}
.usaskue {background-position: 0 -934px;}
.usmetlog {background-position: 0 -990px;}
.distadress .usmeters {background-position: 0 -1613px;}
.distadress .usnva {background-position: 0 -1668px;}
.distadress .usaskue {background-position: 0 -1725px;}
.distadress .usmetlog {background-position: 0 -1780px;}

.distadress .usmeters, .distadress .usnva, .distadress .usaskue, .distadress .usmetlog {
	width: 32px;
    height: 24px;
    padding: 0;
    display: block;
    float: left;
}
.distadress p {font-family: 'Roboto', sans-serif; font-weight: 500;}

.all-adress a.collapse-toggle {background-position: 36px -1026px;}
.all-adress h4.panel-title a {
	font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 5px 10px;
    border: none;
    background-color: #0052a0;
    color: #fff;
    width: 105px;
}
.all-adress .panel-body {padding: 20px 0 0 40px;}
.block-where-bay{ width: 100%; }
.block-where-bay .btn {
    height: 45px;
    border-color: #a5b0b7;
    background-color: #a5b0b7;
    color: #fff;
	padding: 0;
    margin: 0;
}
.block-where-bay {background-color: #a5b0b7; width: 100%;}
.block-where-bay button.active {
	background-color: #fff;
    color: #a5b0b7;
}
.product-width {
    padding-left: 0px;
}
.product-width .btn-group {width: 100%;}
.btnList{     width: 49%; }
.btnMap{     width: 49%; float: right; }

@media screen and ( max-width: 659px) {
    ul.widauto li.a{
    padding: 0;
    text-decoration: none;
}
}

.black-menu-left{
    border: 2px solid #77e4ff;
}
.black-menu-left > a,
.black-menu-left > a:hover{
    color: #77e4ff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-decoration: none;
    margin: 20px 30px;
}
.black-menu-left > a.underline,
.black-menu-left > a.underline:hover
{
    text-decoration: underline;
}
.table-download-t1{
    width: 100%;
    border-collapse: inherit;
}
.table-download-t1 tr td:first-child{
    width:20%;
    vertical-aligh: top;
}
.table-download-t1 tr td{
    padding: 5px 0;
}
.table-download-t1 tr td a{
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 110px;
    background-color: #a5b0b7;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    margin:5px 5px 5px 5px;
}
.table-download-t1 tr td a.video-icon{
    display: inline;
    background-color: transparent;
    padding: 5px 0 7px 40px;
    background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: -1px -475px;
    margin-right: 20px;
}
.collapse-all > p{
    font-style: italic;
    margin: 0;
}
.collapse-all .panel-body{
    padding:0 20px;
}
.collapse-all .panel-heading a{
    color: #000;
}
.baner-edu{
    padding: 60px 0;
    max-width: 550px;
}
.baner-edu h1{
    font-size: 40px;
    margin-top:20px;
    min-width: 400px;
}
.baner-edu p{
    margin:20px 0 20px 40%;
    width: 330px;
}
.baner-edu a{
    display: block;
    height: 55px;
    line-height: 55px;
    width: 270px;
    background-color: #77e4ff;
    text-decoration: none;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin:20px 0 20px 40%;
}

/*RESULTS*/
.table_results{
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
}
.table_results tr td{
    border: 2px solid #a5b0b7;
    padding: 10px 10px;
}
.table_results td:nth-child(2){
    text-align: left;
}
.table_results tr:first-child,
.table_results tr:first-child td:nth-child(2){
    font-weight: bold;
    text-align: center;
}
.in-line p{
    margin:0 20px 0 0;
    display: inline-block;
}

.content img.img-product {
	padding: 0 20px 20px 0;
	float:left;
}
.nav-tabs {margin-bottom: 10px; border-bottom: none;}
.nav-tabs > li {margin-bottom: 0; padding-bottom: 5px;}
.nav-tabs > li > a {
	margin-right: 0px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    font-family: roboto;
	padding: 4px 12px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:focus {background-color: #a5b0b7; border: 0;}
.nav-tabs > li.bb > a {
	background-image: url(https://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 135px -523px;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #090909; }
@media screen and (max-width: 659px) {
	.content img.img-product {
		width: 100%;
		height: auto;
	}
	.tab-content > .tab-pane { overflow-x: scroll; }
	.nav-tabs li {
		width: 100%;
		border-bottom: 1px dashed #b4bdc2;
		padding: 0;
	}
	.nav-tabs li a {padding: 6px 0; margin: 0;}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {padding-left: 10px; color: #090909;}
	.nav-tabs, .nav-tabs > li.active {background: none;}
}
@media screen and (min-width: 330px) {

}
@media screen and (min-width: 990px) {
	.nav-tabs {
		background-image: url(https://files.energomera.ru/img/line.png);
		background-repeat: repeat-x;
		background-position: 0 29px;
	}
	.nav-tabs li.active{    
		background-image: url(https://files.energomera.ru/img/icon/point-tabs.png);
		background-repeat: no-repeat;
		background-position: 50% 100%;
	}
}
ul.ul-flexisel .catalog{ margin-left: -40px; }
.modifications span.reset{
	width: 30px;
	height: 30px;
	background-size: 30px;
	vertical-align: -16px;
}
.modifications span.reset:hover{
	width: 30px;
	height: 30px;
	background-size: 30px;
	vertical-align: -16px;
	background-position: 0px -30px;
}


/*BUTTONS*/
.filter{
	position: relative;
}
.filter h4{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #abb5bc;
	margin: 0 0 5px;
}
.modifications .panel-group .panel + .panel{
	margin: 0;
}
.modifications ul.button-scroll{
	width: 100%;
	min-width: inherit;
}
.modifications .btn-group{
	margin-right: 8px;
	width: 290px;
	margin-bottom: 10px;
}
.modifications .btn-group .ui-button-text{
	overflow: hidden;
	width: 96%;
}
 .modifications .btn-group ul.dropdown-menu button.active{
	background-image: none;
}
.modifications .button_type_purchase{
	padding: 10px;
	height: 30px;
}
.modifications .dropdown_type_purchase{
	margin: 0;
	padding: 0 10px;
	height: 30px;
	width: 100%;
}
.modifications .ui-button-text{
	padding-right: 15px!important;
}
.modifications .btn-group .caret{
	right: 5px;
	top: 8px;
}
.modifications .btn-group:hover .caret{

	right: 8px;
	top: 12px;
}
.btn-clear{
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background: #a5b0b7;
	position: absolute;
	bottom: 10px;
}
.btn-clear span.glyphicon{
	color: white;
	top: 2px;
}

/*ANOTHER NUMBERS OF COLL*/

.col-numb-0 .mods-name{
	width: 100%;
	padding: 0 10px;
	margin-bottom: -1px;
}
.col-numb-0 .mods-name h4{
	border-right: 2px solid #a5b0b7;
}
.col-numb-1 .head-mods-table td:first-child{
	width: 142px!important;
}
.col-numb-2 .head-mods-table td:first-child{
	width: 284px!important;
}


/*COLLAPSE*/

.modifications .panel-title a{
	background-image: url(https://files.energomera.ru/img/icon/silver-b.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-size: 30px;
}
.modifications .panel-title a.collapsed {
	background-image: url(https://files.energomera.ru/img/icon/silver-r.png);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
.modifications table{
	width: 100%;
	text-align: center;
}
.modifications table tr{
	border: none;
}
.modifications table td{
	width: 286px;
	border: 2px solid #b0b9bf;
	padding: 10px;
}
.head-mods-table table td:first-child{
	width: 426px;
	text-align: left;
}
.mods-name button{
	border: none;
	background: none;
	font-size: 14px;
	float: left;
	vertical-align: middle;
	padding: 5px;
}
.mods-name button:hover{
	background: none;
	color: inherit;
	padding-top: 10px;
}
.modifications h4.panel-title a{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	padding: 10px;
	line-height: 20px;
	border: none;
	width: 100%;
	padding-left: 5px;
	padding-right: 40px;
}
.modifications h4.panel-title a.collapsed{
	color: #090909;
}
.mods-name h4{
	border-left: 2px solid #a5b0b7;
	border-bottom: 2px solid #a5b0b7;
	position: relative;
	display: flex;
}

.mods-table table td{
	border-top: none;
	font-weight: bold;
}
.glyphicon-download-mods{
	background: url(/files/4e189bb509d933834656f7a2c45d7b0e.png);
	width: 15px;
	height: 15px;
}

.properties{
	padding-left: 55px;
	margin-bottom: 10px;
}
.modifications .panel-body{
	position: relative;
}
.modifications .panel-body a{
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 30px;
	height: 21px;
	background-image: url(https://files.energomera.ru/files/ca2fb6dbebcc45759a5cb16f2d10d4b0.png);
	background-size: 30px;
}

.modifications .panel-collapse{
	border: 2px solid #b0b9bf;
	border-top: none;
}
.properties p{
	margin: 10px 0;
	line-height: 18px;
}
.properties p:nth-child(2){
	margin-bottom: 15px;
}
.properties > table {
	width: auto;
	text-align: left;
}
.properties > table tr:hover {background-color: #dfdfdf;}
.properties > table td{
	width: auto;
	padding: 5px;
	border: none;
	vertical-align: top;
}
.properties p{
	margin: 10px 0 0;
	line-height: 18px;
	font-weight: bold;
	font-family: roboto;
}

div.config{
	line-height: 16px;
	margin: 30px 0;
	width: 320px;
}
div.config a{
	width: auto;
	color: #a5b0b7;
	text-decoration: none;
}
div.config a:hover{
	color: #0052a0;
}
div.config a .glyphicon{
	font-size: 30px;
	float: left;
	margin-right: 5px;
}
div.config a p:nth-child(2){
	line-height: 16px;
	display: block;
	width: content;
	margin: 0;
	color: #333;
}
div.config a p:nth-child(3){
	line-height: 16px;
	display: block;
	width: content;
	margin: 0;
	color: #0052a0;
	text-decoration: underline;
}
.none-mods .alert{
	border: 2px solid #b0b9bf;
	border-top: none;
	border-radius: 0;
}

/*UO*/
.uo-table .brd-left{    border-left: 1px solid #000000; }
.uo-table .brdr-btm{ border-bottom: 1px solid #000000; }
.uo-table{
	overflow-x: auto;
	margin-top: 20px;
}
.uo-table table th{
	text-align: center;
	vertical-align: top;
}
.uo-table table th:first-child{
	padding: 0;
	white-space: nowrap;
}
.uo-table table tr{
	border: none;
}
.uo-table th{
	border: none;
	padding: 0 5px;
}
.uo-table table td{
	padding: 5px;
}
.uo-table table td p{
	margin: 0 0 5px 0;
	font-size: 12px;
	line-height: 16px;
}
.uo-table table td ul{
	font-size: 11px;
	list-style: none;
	margin: 0;
	margin-bottom: 5px;
	margin-top: -5px;
	padding-left: 15px;
}
.uo-table .last{
	width: 310px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}
.key-span{
	font-weight: normal; font-style: italic; color: #abb5bc; font-size: 12px;
}

table.shema td {
	font-family:Tahoma;text-decoration:none;
	border:1px solid #000000;
	padding:0 5px 15px!important;
	font-size:11px;
}
table.structure td{
	padding: 0;
}
table.shema {
	border-collapse:collapse;
	width: 310px!important;
}

td.bb, td.lb, td.blb {border-style:solid;border-color:#000000;border-top-width:0;border-right-width:0;padding:0!important;}
td.bb {border-bottom-width:1px;border-left-width:0;}
td.lb {border-bottom-width:0;border-left-width:1px;}
td.blb {border-bottom-width:1px;border-left-width:1px;}


.tech-description{ width: 100%; }
.tech-description th, .tech-description tr{ border: none; }
.tech-description tr:hover{ background-color: #dfdfdf; }
.tech-description td:first-child{ width: 65%; font-weight: bold; }
.tech-description th, .tech-description td{ padding: 5px 10px; vertical-align: top; color: #333;}
.tech-description button{
	border: none;
	color: #a5b0b7;
	background: none;
	width: auto;
	height: auto;
	margin: 0;
	margin-left: 10px;
	line-height: 18px;
	cursor: pointer;
}
.tech-description button:hover{ color: #0052A0; background: none;}
div.popover{ width: 260px; }

.glyphicon-mods{
	background: url(https://files.energomera.ru/files/9845026a1ddfb300815f237642e1ed9d.png);
	width: 12px;
	height: 9px;
	margin-bottom: 1px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.head-mods-table table td:first-child{
		width: 425px;
	}
	.nav-tabs{
		background-position: 0 30px;
	}
	.modifications h4.panel-title a { width: 96%; }
	.col-numb-2 .head-mods-table td:first-child{
		width: 283px!important;
	}
}
@media screen and (max-width: 1329px){

	.modifications table td{
		width: 159px;
	}
	.head-mods-table table td:first-child{
		width: 480px;
	}
	.properties > table td{
		width: auto;
	}
	.properties ul li{
		 margin-bottom: 10px;
	 }
	.col-numb-1 .head-mods-table td:first-child {
		width: 160px !important;
	}
	.col-numb-2 .head-mods-table td:first-child {
		width: 320px !important;
	}
}
@media screen and (max-width: 989px){
	.mods-name{
		padding: 0 10px;
	}
	.mods-name h4{
		border-right: 2px solid #b0b9bf;
	}
}
@media screen and (max-width: 659px){
	.modifications h4.panel-title a{
		padding-right: 40px;
	}
	.modifications .panel-body a {
		margin-left: 10px;
		position: inherit;
	}
}
@media only screen and (max-width: 1319px) {
	/* IE 11 */
	_:-ms-fullscreen, :root .head-mods-table table td:first-child {
		width: 479px;
	}
	.col-numb-2 .head-mods-table td:first-child{
		width: 319.5px!important;
	}
}


/*MODIFICATION TABLE*/
.modifications .properties table tr:hover{
	background: #ddd;
}
.modifications .properties table tr.header-tr:hover{
	background: none;
}
.modifications .properties table td h5{
	margin: 15px 0 5px;
}
.modifications .properties table td{
	border: none;
	padding: 0px 50px 0px 0;
	font-family: roboto;
	width: auto;
}
.modifications .properties table td:nth-child(2){
	font-style: italic;
}
.modifications .properties table td:first-child{
	font-weight: bold;
	font-style: normal;
}

@media screen and ( max-width: 659px) {
	.modifications .properties {
		padding-left: 0;
	}

	.modifications .panel-collapse {
		border: none;
		border-bottom: 1px dotted #b0b9bf;
	}

	.mods-name h4 {
		border-left: none;
		border-right: none;
		border-bottom: 1px dotted #b0b9bf;
	}

	.modifications .panel-default:nth-child(2) .mods-name h4 {
		border-top: 1px dotted #b0b9bf;
	}

	.modifications .panel-collapse .panel-body > a {
		display: none;
	}

	.modifications .properties table td {
		font-size: 12px;
		padding: 0;
	}

	.properties .header-tr {
		display: none;
	}

	.config {
		font-size: 12px;
	}

	.properties .header-tr {
		display: none !important;
	}

	.modifications .properties table tr {
		vertical-align: top;
		display: inline-block;
		width: 100%;
		padding: 10px 0;
	}

	.modifications .properties table td {
		line-height: 14px;
	}

	.modifications .properties table td b {
		color: #0052a0;
	}

	.modifications .properties table td b::after {
		content: "\2013";
		color: #000;
		margin: 0 2px;
	}

	.modifications .properties table td:first-child {
		display: inline-block;
		float: left;
	}

	.modifications .properties table td:nth-child(2) {
		display: inline-block;
		float: left;
		max-width: 42%;
		font-style: normal
	}

	.modifications .properties table td:nth-child(3) {
		font-weight: bold;
		width: 115px;
		display: inline-block;
		float: right;
	}
}

	@media screen and ( min-width: 580px) and ( max-width: 659px){
		.modifications .properties table td:nth-child(2){
			max-width: 70%;
		}
	}
	@media screen and ( min-width: 445px) and ( max-width: 579px){
		.modifications .properties table td:nth-child(2){
			max-width: 60%;
		}
	}
	@media screen and ( min-width: 500px) and ( max-width: 499px){
		.modifications .properties table td:nth-child(2){
			max-width: 60%;
		}
	}


/*****FAST VIEW MODUL'*******/

	.custom-fancy-product .nbs-flexisel-item .items-groups{ text-align: center; }
	.custom-fancy-product .fancybox-inner, .custom-fancy-product .fancybox-wrap {height: auto!important; overflow: visible!important; max-width: 1000px;}
	.custom-fancy-product .fancybox-next, .custom-fancy-product .fancybox-prev { display: none; }
	.fast-button{ width: 100%; text-decoration: none; text-align: center; color: #969696!important;
		line-height: 40px; height: 40px; margin: 0!important; position: relative;
		display: none; background: #dcdce1!important;
		font-family: Roboto, sans-serif; padding-left: 30px;
	}
	.fast-button:before{
		content: '';
		width: 24px;
		height: 14px;
		background: url(/files/6910b6763068bdd92d170fb4e6a7c447.png);
		position: absolute;
		left: 30px;
		top: 12px;
	}
	.fast-button:hover{ color: #333!important; }
	.fast-button:hover:before{	background: url(/files/6064fba540f309d980a923cbad5fe13e.png); }
	.fast-view{ width: 100%; max-width: 1000px; display: none; margin: 0 auto;
		padding: 10px 0; position: relative; background: #fff;}

	.fast-view ul{ padding: 0; list-style: none; }
	.fast-view h1{ margin: 10px 0; font-size: 16px; font-weight: normal; }
	.fast-view h2{ margin: 0; font-size: 18px; font-weight: bold; }
	.fast-view h3{ margin: 30px 0 10px; font-size: 14px; }
	.fast-view #property-tab{ width: 100%; }
	.fast-view #property-tab td{ padding: 5px 5px 5px 0; vertical-align: top; line-height: 16px; }
	.fast-view #property-tab td:first-child{ width: 65%; }
	.fast-view #property-tab tr{ border: none; }
	.fast-view .fw-content a, .fast-view .fw-more a{ display: block; margin: 15px 0; }
	.fast-view .fw-content .description p a{ display: inline; }
	.fast-view .fw-content a.check-all {  margin: 10px 0; }
	.fast-view .fw-content a.docs{  margin: 0px 0; color: #333;}
	.fast-view .fw-more{ border-left: 1px solid #333; margin-top: 20px; padding: 50px 20px; height: 300px; }
	.fast-view .fw-more a{ color: #333; }
	.fast-view .full-view{ text-decoration: none; }
	.fast-view .fw-more img{ width: 30px; margin-right: 5px; }

	.nbs-flexisel-item:hover .fast-button{ display: block; z-index: 5; }
	.nbs-flexisel-item:hover .items-groups{ margin-bottom: -40px; }
	/*.nbs-flexisel-item .fast-button:hover{ opacity: 1; color: #fff; background: #0052A0;}*/

	.fast-view #fancybox-close{      display: inline;  position: absolute;    top: -15px; right: -15px;  width: 30px;  height: 30px;   background: transparent url(/download/fancybox-butt.png) -40px 0px; cursor: pointer; z-index: 1103;  }
	.fast-view a.close-fancy i{ display: block; width: 30px; height: 30px; background-image: url(/download/fancybox-butt.png); background-position: -60px 0;}

	#fancybox-buttons.custom-fancy-product ul{ width: 35px; }
	#fancybox-buttons.custom-fancy-product ul li{ display: none; }
	#fancybox-buttons.custom-fancy-product ul li:last-child{ display: block; }
	#fancybox-buttons.custom-fancy-product ul li:last-child a{ border-left: none!important; background-position: -58px 0!important; }
	#fancybox-thumbs.custom-fancy-product{ display: none; }

	#large-img{  width: 100%; height: 100%; min-height: 280px;  min-width: 200px;  max-height: 400px;  max-width: 400px;  background-size: contain;  background-repeat: no-repeat; background-position: 50%; }

	.fancybox-overlay-fixed{ opacity: 0; } /* Плавность для всего фенсибокса */
	#fast-view, .fancybox-overlay-fixed{

		opacity: 0;

		-webkit-animation: 0.5s fancy-prod 0.5s forwards;
		-moz-animation: 0.5s fancy-prod 0.5s forwards;
		-o-animation: 0.5s fancy-prod 0.5s forwards;
		animation: 0.5s fancy-prod 0.5s forwards;
	}
	@keyframes fancy-prod{
		0%{ opacity: 0; }
		100%{ opacity: 1;}
	}

	@media screen and (max-width: 989px){
		.custom-fancy-product, .fast-button{ display: none!important; }
	}

/***************/

