@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: 'FontAwesome';
    font-size: 14px;
    content: "\f105";
    color: #a1acb3;
    padding: 0 5px;
}

.breadcrumb li{
    position: relative;
}
.inner-breadcrumb{
    display: block;
    position: absolute;
    min-width: 100%;
    padding: 10px 0 0 20px;
    z-index: 5;
}
.inner-breadcrumb div{
    background: #fff;
    border: 1px solid #a1acb3;
    padding: 5px 10px;
    max-height: 260px;
    overflow-y: auto;
}
.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;
}

.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 0.5s, visibility 0s ease 0.5s;
    -moz-transition: opacity 0.5s, visibility 0s ease 0.5s;
    -o-transition: opacity 0.5s, visibility 0s ease 0.5s;
    transition: opacity 0.5s, visibility 0s ease 0.5s;
}

.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;
}
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;}
.pl80 {padding-left: 80px;}
.pl100 {padding-left: 100px;}
.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;
    zoom: 1;
}
.bold{
    font-weight: bold;
}
.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(http://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;
    text-decoration: none;
}
.st-but.but-oplist{
    background: #0099ff;
    position: relative;
    padding-right: 35px;
    margin: 0 10px;
}
.st-but.but-oplist:after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 7px;
    background: url(http://files.energomera.ru/images/arrow_oplist_but.png);
}
.st-but.but-oplist:hover:after{
    background: url(http://files.energomera.ru/images/arrow_oplist_but_black.png);
}
.st-but.btn:hover {background-color: #a1acb3; 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(http://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: 35px;
}

.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: 10px;
}
.btn-group.open button:focus .caret {
    top: 15px;
    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;
    position: relative;
}
.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;
    line-height: 15px;
}
.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;
    padding: 0px 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(http://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(http://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; margin-left: 0; margin-right: 0;}
#city-map,
#select-list,
#select-location {display: none;}
#city-map ul {
    margin: 0;
    padding: 10px 0;
    max-width: 930px;
}
#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; border-bottom: 0}
.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;
    border-radius: 0;
    color: #333;
    text-decoration: none;
}
.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-block{ display: inline-block; }
.web-anons{ margin-left: 330px; }
.web-info .pt10.relative{ margin-left: 330px; }
.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;}

.none-sale {
    background-color: #a1acb3;
    color: #fff;
    pointer-events: none;
    margin: 0 0 0 0;
}

.news-anons-text img {float: left; margin-right: 20px;}
.news-anons-text u a {color: #333333;}
.news-anons-img {width: 310px;}
.date-type {
    display: flex;
    align-items: baseline;
    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(http://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;
}
*/
ul.news-pagin{ display: flex; gap: 15px; padding: 0; list-style: none; }
ul.news-pagin li a{
    border-radius: 50%!important;
    margin: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a1acb3;
    border: none!important;
    font-size: 24px;
    color: #fff!important;
    text-decoration: none;
}
ul.news-pagin li.active a,
ul.news-pagin li:hover a,
ul.news-pagin li a.first-news-pagin,
ul.news-pagin li a.last-news-pagin {background: #0052a0;}
a.first-news-pagin:before, a.last-news-pagin:before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    transform: rotate(-45deg);
}
a.first-news-pagin:before{ border-top: 2px solid #fff; border-left: 2px solid #fff; margin-right: -5px; }
a.last-news-pagin:before{ border-bottom: 2px solid #fff; border-right: 2px solid #fff; margin-left: -5px; }
ul.news-pagin li a.first-news-pagin[href="#"],
ul.news-pagin li a.last-news-pagin[href="#"]{ background: #a1acb3;  pointer-events: none; }
/*
.first-news-pagin {
    background-image: url(http://files.energomera.ru/img/news-pagin.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.last-news-pagin {
    background-image: url(http://files.energomera.ru/img/news-pagin.png);
    background-repeat: no-repeat;
    background-position: 100% -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(http://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(http://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;
    background-size: 45px 45px;
    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(/common/img/icons/configurator.svg);}
button.btn.btn-buy {background-image: url(/common/img/icons/where_buy.svg);}
button.btn.btn-webinar {background-image: url(/common/img/icons/webinars.svg);}
a.product-categ {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 135px;
    height: 215px;
    *display: inline;
    zoom: 1;
    margin: 0 10px;
}
.fb-flexmb{ display: flex;
    gap: 10px;
    font-weight: 700;
    color: #00529f;
    margin: 10px 0;
    text-decoration: none; }
a.fb-flexmb span{ padding-left: 10px; }
a.fb-flexmb img{ max-width: 310px; }
a.product-categ span {color: #64727c; font-size: 12px;}
.preview-news img {height: auto; max-width: inherit; min-width: 100%;}
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;
    max-height: 130px;
    display: block;
    margin: auto;
}
img.box5:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.hpage-categ a.product-categ:nth-child(2) img{ margin-top: 20px; }
.projects-index .grid-view,
.site-signup .grid-view{
    overflow: auto;
}
.projects-index input, .projects-index .chosen-default, .projects-index .form-control{ border-radius: 0; }
.projects-index form{ display: flex; flex-wrap: wrap; }
.projects-index .hasDatepicker{ width: 100%; }
.projects-index .btn-success{ margin-left: 0; }
.projects-index .btn-success[href="/project/create"]{ margin-bottom: 20px; }
.projects-index .summary{ margin: 10px 0; }
.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; display: block;}
.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("http://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 #a1acb3;
    padding: 15px 0;
}
a.title-news span {width: 10px;}
.prev-news, .next-news {
    margin-top: 10px;
    background-image: url(http://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: calc(100% + 42px) 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;
    border: 0;
}
.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(http://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(http://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(http://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{ padding-left: 10px; padding-right: 10px; }
.catalog a {display: inline-block; margin-bottom: 20px; padding-right: 30px; }
.catalog a span img { width: 100%; padding: 0; margin-bottom: 10px; }
a span.extension.absolute {
    bottom: 0px;
    right: -20px;
    background-color: #a5b0b7;
    padding: 0 10px;
    min-width: 75px;
}
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;}
.downprog:active, .downprog:focus { color: #fff;}
.load-doc {
    border: 2px solid #a5b0b7;
    height: 30px;
    padding: 0 35px 0 10px;
    width: 75%;
    background-image: url(http://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(http://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(http://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(http://files.energomera.ru/img/icon/white-r.png);}
.integret.collapse .panel-default .panel-heading h4.panel-title a.collapse-toggle {background-image: url(http://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
}

.share-block .share__item a[data-share="facebook"]{ display: none; }

.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: 4px 8px;
    display: block;
    width: 110px;
    float: right;
}
.download tr td:first-child {
    padding-right: 30px;
    max-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;
}
.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{ max-width: 380px; border: 2px solid #a5b0b7; padding: 0px 20px 10px; margin: 20px 0 10px;}
.chose-product .chosen-single span{padding: 0 10px; line-height: 32px;}
.chose-product .downprog{ width: auto; }
.chose-product .dropdown_tag_product{ line-height: 16px; padding: 0 10px; }
.chose-product .chosen-single span, .chose-product .dropdown_tag_product{ white-space: normal; overflow: hidden; text-align: left; font-style: italic; color: #a1acb3;}
.chose-product .btn-group ul button{ white-space: normal;}
.chose-product .btn-group{ width: 100%;}
.fancybox-inner .chose-product{  min-width: 280px; min-height: 500px; border: none; }

/************/

/*FANCY FIX*/
.fancybox-inner{ overflow: inherit!important;}
#select-location{ min-height: 530px; min-width: 310px; max-width: 400px; width: 100%; padding: 10px;}
#select-location .dropdown_country.btn{ margin: 0; }
#select-location .dropdown-menu{ font-size: 14px; }
#select-location .btn-group{ width: 100%; font-family: Arial;}

/********TMO ADMIN*********/
.val-create .field-SelectVal .chosen-drop{
    position: relative;
}
.val-create .field-SelectVal .chosen-drop li.group-result{
    margin: 0 1px;
}

/*PARD*/

#e-10 .col-xs-12.col-lg-3{ margin-bottom: 20px; }
#e-10 .col-xs-12.col-lg-3 .a.link-lk{ margin-bottom: 0px; height: 100%; }

/*************/
.title-block{ display: flex; align-items: baseline; justify-content: space-between; }
.title-block h1{ display: table-cell; width: 90%; vertical-align: top; }
.modal-sing {
    display: inline-block;
    padding: 25px;
    border: 2px solid #a5b0b7;
    margin: 20px;
}
.eng-standart.btn-theme{
    position: absolute;
    right: 10px;
    top: 0;
    margin: 15px 0 0 0;
}
.alert-energy{
    background: #00ccff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin-right: 30px;
    line-height: 17px;
}
.alert-energy-err{ padding: 20px 15px; margin: 15px 30px 0 0; }
.theme-vebinars-flex{ display: flex;  align-items: center; flex-wrap: wrap; }
.theme-vebinars-flex div.info-vebinars:nth-child(2) br.hidden{
    display: block!important;
}
.info-vebinars{ margin-top: 15px ; line-height: 20px;}
.info-vebinars a{ color: #00ccff; font-weight: 600; margin-bottom: 2px; display: inline-block; }
.info-vebinars i{ font-weight: 500; }
#suggestTheme{
    padding: 40px;
}
#suggestTheme input, #suggestTheme textarea{
    height: 40px;
    margin: 5px 0;
    padding: 0 10px;
    text-align: left;
    width: 400px;
}
#suggestTheme textarea{
    height: 80px;
    resize: none;
}
#suggestTheme .eng-standart{
    margin: 30px 0 0;

}
.seminar-theme .select-energomera{
    margin: 10px 0;
}
.seminar-theme .select-energomera ul.select_energo_list{ width: 400px;  border: 1px solid #ccc; border-top: none; }
.seminar-theme .select_energo_gap{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 400px;
    font-style: normal;
    font-family: inherit;
    color: #999;
}
.seminar-theme.eng-standart{
    width: auto;
    padding: 0 10px;
    right: 228px;
}
/*SHARE WIDGET*/
.share-block button{
    border: none;
    background: none;
    color: #a5b0b7;
}
.share-block span{ position: relative; margin-left: 10px; display: flex; align-items: baseline; min-width: 15px; height: 15px; }
.share-block span:before{
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(/files/893126abf897efc33914a2a613690a27.png);
}
.share-block ul.dropdown-menu{
    top: 60px;
    padding: 10px 0;
    left: inherit;
    right: 0;
    z-index: 5;
}
.share-block ul.dropdown-menu:before{
    content: "";
    width: 15px;
    height: 10px;
    background: url(/files/9dc8cd028193c075165e827d1227d663.png);
    position: absolute;
    top: -8px;
    right: 5px;
}
.share-block ul.dropdown-menu a{ color: #a5b0b7; padding: 8px 15px;}
.share-block ul.dropdown-menu a i{ font-size: 18px; width: 30px;}
.share-block ul.dropdown-menu a:hover, .share-block ul.dropdown-menu a:focus,
.share-block ul.dropdown-menu a:active{ color: #0052a0; background: none; }
/***********/

/****SP-project Create****/

.sp-create-form form{
    display: flex;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 0 -10px;
}
.sp-create-form input, .sp-create-form .file-preview{ border: 1px solid #a1acb3; }
.sp-create-form .file-preview,
.sp-create-form div.form-group{ margin-bottom: 10px; }
.sp-create-form div.form-group{ padding-top: 0; padding-bottom: 0; }
.sp-create-form div.form-group input{ margin-top: 0px; margin-bottom: 10px;}
.sp-create-form div.field-spprojects-title{ flex: 100%; padding: 10px; }
div[class*="field-spprojects-files_"] { flex: 30%; padding: 20px 10px; }
.sp-create-form .equipment_wrapper{ display: flex; }
.sp-create-form .equipment_wrapper .equipment{flex: 2; padding: 10px; margin-right: 0px;}
.sp-create-form .equipment_wrapper .equipment_count{ flex: 1; max-width: 250px; padding: 10px; }
.sp-create-form label[for="address"]{ flex: 100%; padding: 10px; margin-bottom: 0; padding-bottom: 5px; margin-top: 10px!important;}
.sp-create-form .field-address input{ margin: 0; }
.sp-create-form .field-address{ flex: 100%; padding: 0 10px; }
.sp-create-form .field-realized{flex: 100%; padding: 0 10px; position: relative;}
.sp-create-form .field-realized input{ z-index: 0; margin: 18px 15px 10px!important; }
.sp-create-form .field-realized label { width: 220px; height: 34px; cursor: pointer; }
.sp-create-form .field-realized label input:before{content: ""; background: #fff; display: flex;border: 1px solid #a1acb3; height: 34px;width: 34px;border-radius: 5px;
    position: absolute; left: 10px; z-index: 5; top: 0;}
.sp-create-form .field-realized label input[aria-invalid="false"]:before{content: "\2713";display: flex;border: 1px solid #0099ff; background: #0099ff; height: 34px;width: 34px;
    border-radius: 5px;font-size: 25px;color: #ffffff;align-items: center;justify-content: center; position: absolute; left: 10px; z-index: 5; top: 0;}
.sp-create-form .field-realized label.l-check input[aria-invalid="false"]:before{content: ""; background: #fff; display: flex;border: 1px solid #a1acb3; height: 34px;width: 34px;border-radius: 5px;
    position: absolute; left: 10px; z-index: 5; top: 0;}
.sp-create-form #file_hidden{ flex: 100%; }
.sp-create-form select{ border: 1px solid #a1acb3; margin-top: 0; margin-bottom: 10px; }
.sp-create-form .file-drop-zone{ margin: 10px 15px; padding: 0; border: 1px dashed #a1acb3; }
.sp-create-form .file-preview .fileinput-remove{ top: 5px; right: 4px; font-size: 24px; color: #a1acb3; opacity: 1; }
.sp-create-form .file-drop-zone-title { color: #a1acb3; font-size: 18px; padding: 5px 0px; }
.sp-create-form .kv-fileinput-caption,
.sp-create-form .fileinput-cancel-button,
.sp-create-form .btn-primary.btn-file i{ display: none; }
.sp-create-form .btn-primary.btn-file span.hidden-xs{ font-size: 0; display: inline!important; }
.sp-create-form .btn-primary.btn-file span:after{ content: 'Выбрать файл...'; font-size: 14px; cursor: pointer; }
.sp-create-form .btn-primary.btn-file,
.sp-create-form #add_products,
.sp-create-form .btn-success{ padding: 0px 30px; border: none; background: #0052a0; color: #fff;
    cursor: pointer!important; font-size: 18px; height: 40px; border-radius: 10px!important; display: inline-block; line-height: 40px; text-decoration: none; }
.sp-create-form .btn-primary.btn-file,
.sp-create-form #add_products{ background: #a5b0b7; font-size: 14px; height: 30px; line-height: 30px; padding: 0px 15px; }
.sp-create-form .btn-success{ margin-top: 20px!important; }
.sp-create-form .btn-primary.btn-file:hover,
.sp-create-form #add_products:hover,
.sp-create-form .btn-success:hover{ background: #a5b0b7; color: #fff; text-decoration: underline; }
.sp-create-form #file_hidden #spprojects-files_project{ border: none; box-shadow: none; font-size: 5px; position: relative;
    height: 40px; width: 200px; padding: 5px; outline: none!important; }
.sp-create-form #spprojects-files_project:before{ display: none; }
.sp-create-form #spprojects-files_project:after { content: 'Выбрать файл...'; position: absolute; padding: 0px 15px;
    border: none; background: #a5b0b7; color: #fff; cursor: pointer!important; font-size: 14px; height: 30px; border-radius: 10px!important;
    display: inline-block; line-height: 30px; text-decoration: none; left: 0; top: 0;}
.sp-create-form #spprojects-files_project:hover:after, .sp-create-form .btn-primary.btn-file:hover{ background: #a5b0b7; color: #fff; text-decoration: underline; }
.sp-create-form .kv-file-content, .sp-create-form .file-upload-indicator, .sp-create-form .file-actions, .file-input .drag-handle-init,
.sp-create-form .file-input .fileinput-upload.fileinput-upload-button, .sp-create-form .file-input .glyphicon-trash{ display: none; }
.sp-create-form .file-thumbnail-footer{ height: auto!important; }
.sp-create-form .file-preview-frame.krajee-default{ width: 100%; box-shadow: none; border: none; margin: 0; padding: 0; }
.sp-create-form .krajee-default .file-footer-caption{ margin-bottom: 0; padding: 3px 0;}
.sp-create-form .krajee-default .file-caption-info, .sp-create-form .krajee-default .file-size-info{ width: 100%; }
.sp-create-form .fileinput-remove.fileinput-remove-button{ padding: 0px 15px; border: none; background: #a5b0b7; color: #fff;
    cursor: pointer!important; font-size: 14px; height: 30px; border-radius: 10px!important;
    line-height: 30px; text-decoration: none; left: 0; top: 0; }
.sp-create-form .field-spprojects-files_obj_act{ max-width: calc(100% / 3); }
.sp-create-form .input-group-btn.input-group-append{ display: block; }

.enable-boot-tables a{ margin-left: 0; margin-right: 0; }
.enable-boot-tables table > tbody > tr:hover {
    background: #f5f5f5!important;
}
.enable-boot-tables .table-bordered{ border: none!important; }
.enable-boot-tables table > tbody > tr th, .enable-boot-tables td, tr, th {
    border: none!important;
}
.enable-boot-tables table > thead > tr th{ border-bottom: 2px solid #ddd!important; }
.enable-boot-tables table tr td{ border-top: 1px solid #ddd!important; }


.btn-new-form, .btn-success.btn-new-form{ padding: 0px 20px; border: none; background: #0052a0; color: #fff; font-size: 18px;
    height: 40px; border-radius: 10px!important; display: inline-block; line-height: 40px; text-decoration: none; margin: 0; }
.btn-new-form:hover, .btn-new-form:focus, .btn-new-form:active, .btn-success.btn-new-form:hover, .btn-success.btn-new-form:focus,
.btn-success.btn-new-form:active {
    background: #a5b0b7;
    color: #fff;
    text-decoration: none;
}
.equipment_x button{
    background: #a5b0b7;
    font-size: 0px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    border: 1px solid #a1acb3;
    width: 25px;
    height: 25px!important;
    border-radius: 50%!important;
    margin: 4.5px 0!important;
}
.equipment_x button:hover, .equipment_x button:active, .equipment_x button:focus{ background: #0099ff; border: 1px solid #0099ff; outline: none; }
.equipment_x button:before{ content: '×';font-size: 25px; line-height: 25px; display: inline-block; height: 25px; }
.sp-create-form .equipment_wrapper div.form-group { margin-bottom: 0; }
.equipment_wrapper select:last-child, .equipment_wrapper .equipment_count input:last-child {
    margin-bottom: 0!important;
}
.equipment_wrapper div.equipment_x {
    margin-top: 0!important;
    height: auto!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 35px 10px 10px;
}
.sp-create-form .field-spprojects-bonus, .sp-create-form .status_field, .sp-create-form .field-spprojects-bonus_paid {
    flex: 100%;
    margin: 20px 10px 10px;
    padding: 0;
}
.sp-create-form .field-spprojects-bonus input {
    max-width: 230px;
}
@media screen and (max-width: 659px) {
    .sp-create-form form, .sp-create-form .btn-success, .sp-create-form .field-spprojects-files_obj_act {
        max-width: 100%;
        margin: 0;
    }
    .sp-create-form .field-realized label input[aria-invalid="false"]:before,
    .sp-create-form .field-realized label.l-check input[aria-invalid="false"]:before{ left: 0px; top: 7px; }

    .sp-create-form div.form-group {
        margin-bottom: 0;
    }

    .sp-create-form div.field-spprojects-title, .sp-create-form label[for="address"], .sp-create-form div.form-group,
    .sp-create-form div.form-group {
        padding: 10px 0px;
    }
    .sp-create-form .equipment_x button{ margin: 0!important; margin-top: 34px!important;  }
    .sp-create-form .file-preview {
        display: none;
    }

    div[class*="field-spprojects-files_"] {
        flex: 100%;
        padding: 0;
    }

    .sp-create-form .equipment_wrapper label {
        max-width: 150px;
    }
    .sp-create-form .field-spprojects-bonus input {
        max-width: 100%;
    }

    .sp-create-form .equipment_wrapper .equipment,
    .sp-create-form .equipment_wrapper .equipment_count {
        flex: 1;
        padding: 10px 0;
        max-width: inherit;
    }
    .sp-create-form .equipment_wrapper div.equipment_x{
        justify-content: flex-start;
    }
    .sp-create-form .field-spprojects-bonus, .sp-create-form .status_field, .sp-create-form .field-spprojects-bonus_paid{ margin-left: 0; margin-right: 0; }

    .sp-create-form .equipment_wrapper {
        gap: 0 20px;
    }

    .sp-create-form .btn-primary.btn-file, .sp-create-form #add_products {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sp-create-form .field-realized label input:before {
        left: 0;
        top: 8px;
    }
}
/**/

.compare {
    padding: 0px 0 0px 30px;
    background-image: url(http://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 0px -422px;
}
.compare a{ line-height: 35px; }
.compare span{
    background-image: url(http://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 50px;
    background-image: url(http://files.energomera.ru/img/icon/sprite-vert.png);
    background-position: 0px -472px;
    margin: 0 10px;
}
.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(http://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(http://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;}
.chct tr.h_group{ 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(http://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(http://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(http://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(http://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(http://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(http://files.energomera.ru/img/icon/hadow-w-l.png);
    background-position: 0 0;
    left: -78px;
}
.transp-right {
    background-image: url(http://files.energomera.ru/img/icon/hadow-w-r.png);
    right: -78px;
    background-position: 0 0;
}
.comp-gallery {overflow: hidden;	height: 181px;}
.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(http://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(http://files.energomera.ru/img/st-top.png);
    background-repeat: no-repeat;
    background-position: 25px 14px;
}
.warranty-5 {
    background-image: url(http://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(http://files.energomera.ru/img/bg-border-menu.gif) 1 repeat repeat;
}
.dashed-link-blue {
    color: #0052a0;
    border-bottom: 1px dashed #a1acb3;
    border-image: url(http://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, a.carousel-control.left {width: 60px; overflow: hidden;}
a.carousel-control.right span, a.carousel-control.left span{ border: 2px solid #fff; border-bottom: none; border-right: none;
    transform: rotate(-45deg); width: 20px; height: 20px; }
a.carousel-control.right span{ transform: rotate(135deg); }
.thumbnails {margin: 0; 	padding: 0;}
.items-groups {border: 1px solid #ffffff;}
.items-groups h4{ max-width: 320px; margin-right: auto; margin-left: auto; }
.items-groups a { color: #090909;}
.items-groups:hover {border-color: #a1acb3;}
.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;
    border-color: #b0b9bf;
    border-top-color: #ffffff;
    margin-right: -1px;
}
.not-flexisel .ul-flexisel{ padding: 0 10px; display: flex; flex-wrap: wrap; }
.not-flexisel .items-groups{ max-width: 100%; }
.not-flexisel .items-groups img{ max-width: 100%; height: auto; }
.not-flexisel .ul-flexisel li {height: 370px; width: calc(100% / 6); text-align: center; }
.not-flexisel .catalog{ margin-left: -10px; margin-right: -10px; }

.ul-flexisel li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    list-style: none;
    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: 50px;
}
.nbs-flexisel-item img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: auto;
    padding: 0;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 52px;
    height: 51px;
    background-image: url(http://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 {border-color: #ffffff;}
.askue-load-1,
.askue-load-2,
.askue-load-3 {
    background-image: url(http://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;}
.bg-blue .eng-standart{ background: #00ccff; font-weight: bold; text-align: center; width: 100%; margin: 25px 0 0; text-decoration: none;}
.bg-blue .eng-standart:hover, .bg-blue .eng-standart:focus, .bg-blue .eng-standart:active{ background: #a1acb3; }
.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;}
#phpbb footer .soc-net a[href="https://www.instagram.com/energomera_company/"],
#phpbb footer .soc-net a[href="https://www.facebook.com/energomera.ru"]{ display: none; }

form[action="./ucp.php?mode=sendpassword"] fieldset dl:first-child{ display: none; }
.small-icon.icon-logout, .small-icon.icon-register{ display: none; }

@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: 50px;}
#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;
    zoom: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 2px 0;
}
#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;
    zoom: 1;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px;
    text-decoration: none;
    background: none;
    padding: 2px 0;
}

/*SELECT With search*/
.chosen-container-single .chosen-single abbr.search-choice-close{ display: none; }
.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!important;
    height: 35px!important;
    border-radius: 0!important;
    line-height: 35px!important;
    color: #333!important;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    padding: 0;
}
.where-buy-block .chosen-container-single-nosearch{ pointer-events: none; opacity: 0.5;}
.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{
    vertical-align: middle;
    border-left: 6px dashed #a5b0b7;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 14px;
    top: 10px;
    width: auto;
    height: auto;
    background: none;
}
.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 {
    border-top: 6px dashed #a5b0b7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 15px;
    right: 10px;
}
.view-prod .chosen-results, .where-buy-block .chosen-results, .view-reg .chosen-results{
    font-size: 14px;
    font-family: Arial;
    color: #333!important;
}
.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;
}
.chosen-container.chosen-container-single .chosen-search input{
    background: none;
}

/*--- 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;
}
.caption{
    font-size: 12px;
    color: #929292;
    font-style: italic;
    margin: 10px 0;
    text-decoration: none;
}
a.recall:hover .caption{
    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(http://files.energomera.ru/files/8b8189571c0c0e88530d06d0d93a1872.jpg);
    background-repeat: repeat-x;
    background-size: contain;
}
.electrician {
    background-image: url(http://files.energomera.ru/files/0e410773f85b4701ddd87e1655ea043d.jpg);
    background-repeat: repeat-x;
}
.teacher {
    background-image: url(http://files.energomera.ru/files/a163975a1d915729eb70d427dab70fd8.jpg);
    background-repeat: repeat-x;
}
.prosecutor {
    background-image: url(http://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(http://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(http://files.energomera.ru/files/e5fcc0ec26c1f45d0972e457e531a0a7.png);
    background-position: -159px 50%;
    width: 46px;
    font-size: 0;
    height: 44px;
}

.qwery {
    background-image: url(http://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;
}

/*SOLUTION STYLES*/

.ngk-categorys div a{ color: #333; }
.ngk-categorys div b{ position: absolute; left: 30px; top: 20px; }
.ngk-categorys div img, .ngk-solution .ngk-solution-askue img{ width: 100%; height: auto; }
.ngk-solution .ngk-solution-askue a.eng-standart{
    position: absolute; right: 0; bottom: 10px; text-decoration: none; font-weight: bold; margin-right: 0; width: auto; padding: 0 50px;}
.ngk-projects .nbs-flexisel-nav-right{ right: 0px; }
.ngk-projects .nbs-flexisel-nav-left{ left: 0px; }
.ngk-projects .nbs-flexisel-inner{ padding: 20px 55px; }
.ngk-projects .nbs-flexisel-ul{ padding: 0; white-space: nowrap;}
.ngk-projects .ul-flexisel li .items-groups{ width: auto; border: none; padding-left: 10px; padding-right: 10px; }
.ngk-projects .ul-flexisel li .items-groups div{ width: 100%; overflow: hidden; }
.ngk-projects .ul-flexisel li .items-groups:hover{ border: none; text-decoration: none; }
.ngk-projects .nbs-flexisel-item img{ width: 100%; height: auto; max-width: inherit; max-height: inherit; transition: transform 0.5s ease;}
.ngk-projects .ul-flexisel li .items-groups:hover img{ transform: scale(1.1); transition: transform 0.5s ease;}
.ngk-projects .nbs-flexisel-item h4{ font-weight: bold; margin: 20px 0 5px; }
.ngk-projects .nbs-flexisel-item span{ font-family: Roboto; display: block; margin: 10px 0; }

.ngk-advantages-ul{
    list-style: none;
    padding: 0;
    font-family: Roboto;
    font-size: 18px;
    margin: 20px 0 20px;

}
.ngk-advantages-ul li{
    padding: 5px 0;
    position: relative;
    padding-left: 15px;
}
.ngk-advantages-ul li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 15px;
    background: #0052a0;
}
.ngk-op_list{
    position: absolute;
    right: 0;
    top: 80px;
}
.ngk-op_list i, .op_list_blank i{
    font-family: Roboto;
    display: block;
    color: #a5b0b7;
    font-size: 12px;
    line-height: 16px;
}
.ngk-op_list i:last-child, .op_list_blank i:last-child{
    font-size: 24px;
    margin: 10px 0;
}
.ngk-op_list a, .op_list_blank .relative a{
    display: inline-block;
    padding: 5px 10px;
    background: #0099ff;
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    margin: 30px 0;
    line-height: 50px;
}
.ngk-op_list a:hover, .op_list_blank .relative a:hover{
    background: #a1acb3;
    color: #333;
}
.ngk-op_list div:before{
    content: '';
    display: block;
    width: 129px;
    height: 144px;
    background: url(/images/ngk/arrow.png);
    position: absolute;
    left: -145px;
    top: 5px;
}
.ngk-op_list div:after{
    content: '';
    display: block;
    width: 129px;
    height: 144px;
    background: url(/images/ngk/arrow.png);
    position: absolute;
    transform: rotate(180deg);
    right: 75px;
    bottom: -20px;
}
.op_list_blank .relative:after {
    content: '';
    display: block;
    width: 129px;
    height: 144px;
    background: url(/images/ngk/arrow.png);
    position: absolute;
    transform: rotate(-180deg);
    left: 200px;
    bottom: 0;
    transform: scale(-0.8, 0.8) rotate(5deg);
    top: 15px;
}
.ngk-askue-types div > img{ margin-top: 10px; margin-right: 10px; }
.ngk-askue-types div div{ margin-bottom: 20px; }
.ngk-askue-types p{ margin-top: 0px; }
.ngk-used-products .nbs-flexisel-inner{
    padding-top: 20px;
    padding-bottom: 30px;
}

.ngk-used-products .nbs-flexisel-item:hover .items-groups{ margin-bottom: 0px; }
.ngk-steps-continer{
    display: flexbox;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0;
}
.ngk-step-item {
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ngk-step-item > div{
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ngk-step-item b{
    font-size: 80px;
    font-family: Roboto;
    color: #0099ff;
}
.ngk-step-item p{
    font-size: 18px;
    font-family: Roboto;
    margin: 0 30px 0 15px;
    font-weight: 500;
}
.ngk-step-item p a{
    color: #333;
}

.ngk-scada-img{
    position: absolute;
    right: 0;
    top: -10px;
}
.ngk-scada-types span{
    font-family: Roboto;
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
    min-width: 200px;
    text-align: center;
    margin-top: 20px;
}
.ngk-scada-types div:nth-child(2) span{
    background: #00e1ff;
}
.ngk-scada-types div:nth-child(3) span{
    background: #00a6ff;
}
.ngk-scada-types div:nth-child(4) span{
    background: #005bab;
}
.ngk-scada-types .ngk-advantages-ul, .ngk-steps-continer .ngk-advantages-ul{ font-size: 12px; line-height: 25px; font-weight: 500;}
.ngk-scada-types .ngk-advantages-ul li:before, .ngk-steps-continer .ngk-advantages-ul li:before{ top: 14px; }
.ngk-scada-types .ngk-advantages-ul.ngk-first-level li:before{ background: #00e1ff; }
.ngk-scada-types .ngk-advantages-ul.ngk-second-level li:before{ background: #00a6ff; }
.ngk-note{
    position: absolute;
    bottom: 20px;
}
.ngk-note i{
    font-size: 12px;
    font-family: Roboto;
    display: block;
    color: #a5b0b7;
    margin: 10px 0;
}
.ngk-steps-continer .ngk-advantages-ul b, .ngk-advantages-ul i{
    display: block;
    font-style: italic;
}
.ngk-steps-continer .ngk-advantages-ul i{
    color: #a5b0b7;
    line-height: 18px;
}

/**/

/*****SELECT_ENERGOMERA*****/

.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;
}
ul.select_energo_list { padding: 0; margin: 0; list-style-type: none; }
.select-energomera { display: inline-block; vertical-align: top; max-width: 660px; width: 100%; margin: 10px 0 20px; position: relative; }
.select_energo_gap {
    color: #a5b0b7;
    border: 2px solid #a5b0b7;
    font-size: 14px;
    font-family: roboto;
    font-style: italic;
    padding: 5px 15px;
    cursor: pointer;
    position: relative;
    height: 35px;
}
.select_energo_list {
    background: #fff;
    border: 1px solid #a5b0b7;
    border-top: none;
    margin: 0px;
    position: absolute;
    width: 100%;
    z-index: 60;

}
.select_energo_list.on { display: block; }
.select_energo_item span {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #a5b0b7;
    font-family: roboto;
    font-style: italic;
}
.select_energo_item.selected,
.select_energo_item span:hover {
    color: #fff;
    background: #a5b0b7;
}

.select_energo_gap:after {
    content: '';
    display: block;
    width: 0px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #a5b0b7;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.on.select_energo_gap:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**/

/*NEW-Gallery*/
.energomera-gallery{ text-align: center; width: 100%; }
.energomera-gallery .nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.energomera-gallery .nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
}
.energomera-gallery .nbs-flexisel-item img { max-width: inherit; min-width: inherit; padding: 0 10px; }
.energomera-gallery .nbs-flexisel-nav-left, .energomera-gallery .nbs-flexisel-nav-right {
    width: 120px;
    height: 60px;
    background-image: none;
    position: relative;
    top: 0!important;
    right: 0!important;
    clear: both;
    margin: 0px 10px;
    padding: 30px 0;
    display: inline-block;
}
.energomera-gallery .nbs-flexisel-nav-left:before, .energomera-gallery .nbs-flexisel-nav-right:before {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: #0099ff;
}
.energomera-gallery .nbs-flexisel-nav-left:after, .energomera-gallery .nbs-flexisel-nav-right:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #0099ff;
    border-top: none!important;
    border-right: none!important;
    transform: rotate(45deg);
    position: absolute;
    top: 16px;
    left: 4px;
}
.energomera-gallery .nbs-flexisel-nav-right:after {
    transform: rotate(225deg);
    left: inherit;
    right: 4px;
}
.energomera-gallery .nbs-flexisel-nav-left:hover:before, .energomera-gallery .nbs-flexisel-nav-right:hover:before {
    background: #a5b0b7;
}
.energomera-gallery .nbs-flexisel-nav-left:hover:after, .energomera-gallery .nbs-flexisel-nav-right:hover:after {
    border: 3px solid #a5b0b7;
}
.energomera-gallery .nbs-flexisel-inner{ padding-bottom: 30px; }

/**/

.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;}

.hpage-categ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

/*ADMIN*/
/*#e-2-admin .chosen-container-active .chosen-drop{ position: relative; }*/
#e-2-admin .btn, #e-3 .btn { text-decoration: none; display: flex; justify-content: center; align-items: center; font-size: 16px; max-width: 310px; }
#e-2-admin .form-control, #e-3 .form-control{ font-size: 16px; width: 100%; }
#e-2-admin .control-label, #e-3 .control-label{ margin-top: 20px; }
#e-2-admin .input-group, #e-3 .input-group{ flex-direction: column; align-items: baseline; }
#e-2-admin .input-group-btn, #e-3 .input-group-btn{ display: flex; flex-direction: row-reverse; width: auto; margin: 5px 0 10px;}
#e-2-admin .pagination, #e-3 .pagination{ gap: 10px; font-size: 18px; }
#e-2-admin .contact-index h1 + p.row .btn{ max-width: inherit; font-size: 14px; margin-bottom: 10px; }
#e-2-admin table.table-striped td a{ word-break: break-all; }
#e-2-admin .container.content{ margin-bottom: 50px; }
#e-2-admin a.btn{ margin: 10px; }
#e-2-admin .input-group.date{ display: block; }
.posts-search .field-postsearch-title{ display: flex; flex-direction: column-reverse;  }

.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;}

.selecthh {
    background: none;
    border: 2px solid #b0b9bf;
    border-radius: 0;
    padding: 5px;
}
#users-cfg_mode_of_study label,
.form-group.field-users-check_consent.required label {
    display: block;
    font-weight: normal;
}
#university_item
{
    display: none;
}

/* end hh */
.testing label {font-weight: normal; display: block;}

@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(http://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;}
    .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(http://files.energomera.ru/files/5dc674551e3cd8c47a77f863e3b8199c.png);}
    .promoList li.elecprib {background-image: url(http://files.energomera.ru/files/225bd539b0e59e040151df92d2db6a0f.png);}
    .promoList li.plitael {background-image: url(http://files.energomera.ru/files/560f823510ac65379ef4e9e04ccd3179.png);}
    .promoList li.mtmeter {background-image: url(http://files.energomera.ru/files/5fe7de5b5b4fc66bbeb65e081916633b.png);}
    /*ASKUE and MAP FIXED*/
    .helpfix{ width: 310px; }
    .helpfix.affix{ top: 105px; position: fixed!important; }
    .mapblock #map.affix{ top: 120px; position: fixed!important; max-width: 860px; }
    /**/
}

.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) and (min-width: 990px){
    .clear-md{
        clear: both;
    }
}

@media screen and (max-width: 989px) and (min-width: 660px){
    .clear-sm{
        clear: both;
    }
}
@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;
    }
    .prev-news, .next-news{ font-size: 18px; }
    .desc-part{ padding-top: 3%; }
    /*ASKUE FIXED*/
    .helpfix{ width: 230px; }
    .helpfix.affix{ top: 105px; position: fixed!important; }
    .helpfix.how-ord strong, .helpfix.how-ord div.mt30, .helpfix.how-ord .askue-load-1{ margin-top: 15px; }
    .mapblock #map.affix{ top: 120px; position: fixed!important; max-width: 640px; }
    /**/

    /*SOLUTION STYLES*/

    .ngk-categorys div b{ font-size: 12px; left: 24px; width: 120px; }

    .ngk-op_list div:before{ display: none; }
    .ngk-op_list div:after{ right: -30px; }
    .ngk-askue-types div div img{ width: 100%; height: auto; }
    .ngk-step-item p { font-size: 14px; margin: 0 10px; }
    .ngk-advantages-ul{ font-size: 17px; }
    .ngk-scada-img {  right: 120px;  }
    .ngk-scada-img img{  width: 460px; height: auto; }
    .ngk-steps-continer .ngk-advantages-ul i {  max-width: 230px;  }
    .ngk-steps-continer .ngk-step-item img{ padding-right: 25px; }

    /**/
    .theme-vebinars-flex{
        align-items: baseline;
        flex-direction: column;
    }
    /*Askue new syles*/

    .askue_full_cycle div {
        padding: 5px 14px 5px 10px;
    }
    .askue_full_cycle:before{
        margin-bottom: 20px;
    }
    .askue_full_cycle:after{
        margin-top: 20px;
    }
    .askue-functions{ height: 430px; }
    .askue-funct-point{ height: 65px; }
    .askue-functions br, .certificate-reference br{ display: none }
    .askue-advantages h1{ font-size: 48px; }
    .askue-funct-point p {
        max-width: 77%;
    }
    div[class*="askue-level"]{
        margin-bottom: 20px;
    }
    .certificate-reference{
        left: 235px;
        top: inherit;
        bottom: 10px;
    }
    .seminar-theme.eng-standart{
        right: 10px;
    }

    .not-flexisel .ul-flexisel li {width: calc(100% / 5);  }

    /**/
}

@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(http://files.energomera.ru/img/icon/monitor.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 95% 100%;
        padding: 0 230px 0 0;
    }
    .zavod-block-prof{ text-align: center; }
    .zavod-block-prof img{ margin-left: 0; padding-right: 5px}
    .zavod-pic{ max-width: 640px; }
    .new-stroke{ display: block; }
    /*ASKUE FIXED*/
    .helpfix.affix, .helpfix.affix-bottom{ position: static!important; }
    .mapblock #map.affix{ top: 120px; position: fixed!important; }
    /**/
    .theme-vebinars-flex{
        display: block;
    }
    .eng-standart.btn-theme{
        position: static;
        float: right;
    }
    /*SOLUTION STYLES*/
    .ngk-categorys div b{
        font-size: 16px;
        left: 35px;
        top: 30px;
    }
    .ngk-solution-askue{ max-width: 640px; margin-bottom: 20px; }
    .ngk-op_list, .ngk-scada-img {
        position: relative;
        top: 0px;
        right: 0;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .ngk-op_list div:after {
        right: inherit;
        left: 205px;
    }
    .ngk-askue-types div div img{
        max-width: 520px;
        margin: 10px 0 30px;
    }
    .ngk-steps-continer {
        flex-direction: column;
    }
    .ngk-steps-continer .relative{ padding-bottom: 50px; }
    .ngk-step-item {
        align-items: baseline;
        flex-direction: column;
    }
    .ngk-step-item br{ display: none; }
    .ngk-steps-continer .ngk-step-item img {
        padding-right: 0;
        transform: rotate(90deg);
        position: absolute;
        bottom: -10px;
        left: 10px;
    }
    .ngk-step-item > div {  align-items: baseline; }
    .ngk-step-item p {  font-size: 18px;  }
    .ngk-scada-img img {
        width: 100%;
        height: auto;
        max-width: 630px;
        margin: auto;
        display: block;
    }
    .ngk-note{ position: static; }
    .ngk-steps-continer .ngk-advantages-ul{ margin: 5px 0 20px; }

    .ngk-projects .nbs-flexisel-inner{
        padding: 20px 0px;
    }
    .not-flexisel .ul-flexisel li {width: calc(100% / 4);  }
}
@media screen and (max-width: 659px){
    .web-info .web-button.pull-right,
    .web-info .web-button-close.pull-right{
        float: none!important; margin: 15px 0!important;
    }
    .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;
    }
    .helpfix, .catalog a{ width: 50%; }
    .product-gallery.pl100{ padding-left: 10px; }
    .clear-xs{ clear: both; }
    .web-block{ display: block; }
    .web-block:nth-child(3){ margin-top: 0; }
    .web-block .web-info{ clear: both; }
    .web-block .web-img, .web-block .web-img img{ width: 100%!important; max-width: 310px;}
    .web-anons, .web-info .pt10.relative{ margin-left: 0; }
    .web-info .pt10.relative span{ font-size: 12px; }
    .web-info .web-button-close{ padding: 0 10px!important; }
    .web-info span em{ font-size: 12px!important; }
    .web-info a.h2{ font-size: 18px; margin-bottom: 10px; display:block; }
    .flex-reverse .title-block .share-container{ position: absolute; top: 0px; right: 10px; }
    .eng-standart.btn-theme{ float: none; }
    .prev-news, .next-news {
        text-align: left;
        padding: 0;
        background: none;
    }
    /*SOLUTION STYLES*/
    .ngk-categorys div a {
        display: block;
        color: #333;
        max-width: 210px;
        margin: 10px auto;
        position: relative;
    }
    .ngk-categorys div b {
        font-size: 16px;
        left: 15px;
        top: 20px;
    }
    .ngk-categorys div img{ max-width: 210px;  }
    .ngk-advantages-ul {
        font-size: 16px;
    }
    .ngk-projects .ul-flexisel li .items-groups{
        padding-left: 0px;
        padding-right: 0px;
    }

    #suggestTheme input, #suggestTheme textarea{
        width: 100%;
    }
    #suggestTheme form{
        overflow: hidden;
    }
    .seminar-theme .select-energomera .select_energo_gap,
    .seminar-theme .select-energomera ul.select_energo_list{width: 100%; }
    .seminar-theme.eng-standart{ margin: 10px; }
    #suggestTheme.seminar-theme{ padding: 40px 15px; }
    a.recall{
        display: flex;
        width: 100%;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .not-flexisel .ul-flexisel li {width: calc(100% / 2);  }
    a.fb-flexmb{ flex-direction: column; }
    a.fb-flexmb span{ padding-left: 0px; }
    a.fb-flexmb img{ max-width: 100%; }
    table.download, .load-po, div.qr table.download{ border-collapse: collapse; width: 100%;}
    table.download td, table.load-po td{ max-width: inherit; }
    table.download td:first-child, table.load-po td:first-child{ padding-left: 30px; padding-right: 5px; position: relative; }
    table.download td a, table.load-po td a{ text-decoration: underline; font-size: 12px; font-weight: bold; padding: 5px 0; display: inline-block;}
    table.download tr, table.load-po tr{ border: none; border-bottom: 1px dashed #b4bdc2; }
    table.download:nth-child(2) tr:first-child, table.load-po tr{ border-top: 1px dashed #b4bdc2; }
    table.download td.extension, table.load-po td.extension{ vertical-align: baseline; line-height: 21px;}
    table.download td.extension span, table.load-po td.extension span{ background: none; width: 85px; font-size: 12px;}
    table.download tr:hover td.extension span, table.load-po tr:hover td.extension span{ color: #00529f; background: none;}
    table.download td a::before,  table.load-po td a::before{
        content: '';
        width: 16px;
        height: 100%;
        display: inline-block;
        background: url(/files/5234bd023e303704d1d1bb2a9f58607c.png) no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    table.download tr:after{content: ''; width: 100%;}
    .tabs-download .downprog{ width: 100%; }
    .tabs-download .downprog span.pull-right{ line-height: 22px; font-size: 12px; }
    .fancybox-inner .downprog{ width: 100%; }
    .tabs-download .nav-tabs li{clear: both; margin: 0 10px 10px 0;}
    .support-panel .load-po tr td:first-child {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    table.load-po td a {
        font-weight: 600;
        font-family: inherit;
    }

    ul.news-pagin li{ display: none; }
    ul.news-pagin li:first-child,
    ul.news-pagin li:last-child{ display: flex; }
    ul.news-pagin { justify-content: center; }

}
