/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic,400italic,700italic&subset=latin,cyrillic); */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=cyrillic,latin); */
/* bit55 reset */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height:100%}
body { /* line-height: 1.4;  */margin:0;}
a:hover, a:active { outline:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
/* a:focus { outline:thin dotted; } */
abbr[title] { border-bottom:1px dotted; }
blockquote { margin:14px 40px; }
pre, code { font-family:'consolas', monospace;}
small { font-size:85%; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sup { top:-0.5em; }
sub { bottom:-0.25em; }
ul, ol { margin:14px 0; padding:0 0 0 2em; }
img { border:0;}
form { margin:0; }
/* fieldset { border:0; margin:0; padding:0; }
legend { border:0; padding:0; } */
label { cursor:pointer; }
button, input { line-height:normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
::-moz-selection , ::selection{ background: #999;color:#eee;text-shadow: none;}
textarea { overflow:auto; vertical-align:top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color:#f0dddd; }
table { border-collapse:collapse; border-spacing:0; }
.hidden { display:none; visibility:hidden; }
.clearfix:before, .clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
.clearfix { zoom:1; }
/* :end bit55 reset */


/*!
 * Font Awesome Free 5.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
  
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
  
.ico {
  margin-right:0.5em;
}
.ico.right {
  margin-right:0;
  margin-left:0.5em;
}
.ico.smooth {
    color:rgba(0,0,0,0.2);
}
.ico.f16 {
  font-size:16px;
}
.ico.f24 {
  font-size:24px;
  line-height:24px;  
}

html {
    overflow-y:scroll;    
}
body {
  font: normal 14px/1.4 "Roboto", Arial, sans-serif; 
  color:#333; 
  background:#fff;
  display:block;
  /* background: url(/ngd/bg2.png) no-repeat top right; */  
  
}
button, input, select, textarea/* , table */ { 
  font: normal 14px/1.4 "Roboto", Arial, sans-serif; 
}
table {
  font-family: Arial, sans-serif;
}
p {
	margin:0;
  margin-bottom:7px;
}
p:last-child {
	margin-bottom:0;
}

select,
textarea,
input[type="text"],
input[type="password"] {
  box-sizing: border-box;
  border: 1px solid;
  border-color: #d9d9d9;
  border-radius:2px;  
  /* width:100%; */
  padding: 3px 4px;
  margin-bottom:7px;
  background: #ffffff;
}

select,
input[type="text"],
input[type="password"] {
  height:28px;
  max-width:100%;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, .btn {
  border-color: #4AA3DF;
  outline: 0;
}

button, input[type="button"], input[type="submit"], .btn {  
  text-align:center; 
  text-decoration:none;
  color:#fff;
  padding:8px 14px;
  display:inline-block;
  box-sizing: border-box;
  background-color: #2E8ECE;
  border:1px solid transparent;
  border-radius: 2px; 
  vertical-align: middle; /* ?? */
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
  background-color: #4AA3DF; 
  text-decoration:none;
  color:#fff;
  /* box-shadow: 0 0px 3px rgba(0,0,0,0.2); */
}
button:active, input[type="button"]:active, input[type="submit"]:active, .btn:active {
  box-shadow: inset 0 0px 3px rgba(0,0,0,0.3);
}

button.btn-lite, input.btn-lite, a.btn-lite {
  background-color: #f5f5f5;
  color: #444;
  border:1px solid #ddd;  
}
button.btn-lite:hover, input.btn-lite:hover, a.btn-lite:hover {
  background-color: #f1f1f1;
  color: #444;
  border-color:#ccc;  
}
.btn-inline {
  padding:4px 10px !important;
  display:inline-block;
  box-sizing: border-box;
}

.btn-cat-bc {
  text-decoration:none;
  /* font-weight:bold; */
  display:inline-block;
  padding-right:28px;
  /* line-height: 22px;
  padding:2px 4px;
  
  background:#eee;
  border:1px solid #ccc;
  border-radius:2px; 
  color:#333;
  box-sizing: border-box; */
  position:relative;
}
.btn-cat-bc__caret {
  position:absolute;
  right:4px;
  top:0px;
}

/* layout level styles */
.l-wrapper { 
  max-width:1200px; 
  min-width:604px; 
  margin:0 auto;
  padding:10px;
  padding-top:0;  
} 

.l-top {
  padding-left:240px;
  padding-top:10px;
  /* padding-bottom:14px; */
  position:relative;
  min-height:100px;
}
.l-top__logo {
  width:220px;
  height:100px;
  display:block;
  position:absolute;
  top:0;left:0;
}
.l-top__logo  img{
  display:block;  
}
.l-top__13 {
  float:left;
  width:32%;
  margin-left:1%;
}
.l-top__13:nth-child(3) {
  float:right;
  width:32%;
}
.l-top__13.-cntr {
  float:left;
  margin-top:6px;
  width:32%;
  margin-left:2px;
}
.l-top__hamburger, .l-sidebar-close {
  display:none;
}

.l-top__ltr {
  border-radius:3px;
  border:1px solid #ccc;
  background: #eee url(/ngd/cntr-bg.png) repeat-x center;
  margin-right:2px;
  display:inline-block;
  padding:0 4px;
/*   padding-bottom:1px; */
  font-family:Consolas, monospace;
  font-size:19px;
  font-weight:bold;
  color:#01AADC;
  text-shadow:0 1px 0px #999, 0 -1px 0px #fff;
}

.l-top__region {
  margin:14px 0;
  /* padding-right:160px; */
  position:relative;
}
.l-top__list {
  overflow-x:hidden;
  white-space:nowrap;
}
.l-top__list a, .l-top__list span {
  margin-right:14px;
  text-decoration:underline;
}
.l-top__list .selected {
  text-decoration:none;
  font-weight:bold;
  display:inline-block;
  padding:3px 8px;
  background:#f3f3f3;
  border-radius:2px; 
  color:#333;
}
.selreg {
  position:absolute;
  right:0; top:0;
}
.selreg__ico {
  display:inline-block;
  width:23px; height:15px;
  background:url(/ngd/arr-down.png) no-repeat center;
}


/* top section navigation */
.l-tn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom:20px;
}
.tn__item {
  /* -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; */
  
  width:90px;
  background:#fff;
  font-size:11px;
  text-align:center;
  padding:4px;
  border:2px solid #fff;
  border-radius:3px;
}
.tn__item:hover {
  /* background:#eee; */
  border-color:#FB1818;
  color:#FB1818;
}

.tn__ico { 
  margin:0 auto;
}




/* ===LAYOUT=== */
.l-columns {
  position:relative;
  min-height:1180px;
  /* max-width:920px; */
  /* padding-right:240px; */
  display: flex;
  width:100%;  
}
.l-main {
  flex: 1 1 0;
  min-width: 0;
}
.l-sidebar__overlay {  
  width:220px;
  padding-left:20px;
  flex: 0 0 auto;
}

.l-sidebar {
  width:220px;  
}


h1, h2, h3 { 
  font-size:17px;
  font-weight:bold; 
  margin:0;
  color:#008CC6;
} 
h4 {margin:10px 0}

.cab {  
  margin-bottom:20px;
  border-radius:2px;
  overflow:hidden;
}
.cab__title {
  font-weight:bold;
  padding:10px 14px;
  padding-bottom:8px;
  color:#fff;
  background:#2B78B3;
  text-align:center;
  border-bottom:2px solid rgba(0,0,0,0.1);
  border-top-left-radius:2px;
  border-top-right-radius:2px;
}

h3.title, h1.title {
  font-weight:bold;
  padding:10px 12px;
  color:#555;
  background:#eff9fd;
  text-align:center;
  margin-bottom:20px;
  border-radius:2px;
  box-sizing:border-box;
  /* background:url(/ngd/bg4.jpg); */
}
h3.title, h1.title {
  font-size:15px;
  text-align:left;
}

h3.title.-hots {
  color:#fb1818;
  padding-left:40px;
  position:relative;
}
.ico-hots {
  height:40px;
  width:40px;
  position:absolute;
  top:0; left:10px;
  font-size:24px;
  line-height:40px;
}
h3.title.-sp {
  color:#008cc6;
  padding-left:40px;
  position:relative;
}
.ico-sp {
  height:40px;
  width:40px;
  position:absolute;
  top:0; left:8px;
  font-size:24px;
  line-height:40px;  
}

.title a, .title a:hover {
  color:#008CC6;
  text-decoration:none;
}

.cab__login {
  background:#eee;
  padding:9px 2px;
  border-bottom:1px solid #ddd;
  font-weight:bold;
  text-align:center;
  overflow:hidden;
  font-size:12px;
}
.cab__menu {
  background:#f3f3f3;
  padding:14px;
  list-style-type:none;
  margin:0;
}
.cab__menu  li{
  margin:0;
  padding:0;
}

.cab__notes {
  display:block;
  position:relative;
  padding:0;
  padding-left:50px;
  padding-right:64px;
  background:#2B78B3;
  color:#fff;
  margin-bottom:20px;
  border-radius:2px;
}
.cab__notes:hover {
  color:#fff;
}


.b-today {
  padding:8px 14px;
  margin-bottom:20px;
  color:#333;
  background:#eee;
}

/* --- main styles --- */
/* p, ul, ol { margin:0; padding:0; }
p, ol { 
margin-bottom:1em; 
line-height:1.5em; 
}
ul {line-height:1.5em;}
li{ margin-left:2em; }
p:last-child {
	margin-bottom:0;
} */
a { 
  text-decoration:none; 
  /* color:#00599B; */
  color:#008CC6;
}
a:hover { 
  /* text-decoration:none;  */
  color:#000; 
} 
small{font-size:11px;}
hr {
  margin: 5px 0;
  border:0;
  border-top: 1px solid #ddd;
  clear:both;
}
table{ border-collapse:collapse;width:100%}
td, th{ vertical-align:top; text-align:left; background:none; padding:0; padding-right:10px}


/* .title { 
  padding:5px 8px; 
  color:#ffffff;
  background: #137FCE;
} 
.title a { 
  text-decoration:underline; 
  color:#fff; 
} 
.title a:hover { 
  text-decoration:underline;
  color:#eee; 
}  */

/* #logo {
padding:0; 
margin:0;
margin-bottom:15px;
padding:10px 0;
border-bottom: 1px solid #ccc;

} 
#logo img { 
vertical-align:middle;
background:transparent; 
}  */

.nav {
  float:none; 
  clear:both;
  /* width:960px; */
  height:32px;
  background-color: #0194D6;
  background-image: -webkit-linear-gradient(#4AACE5, #006FC7);
  background-image: linear-gradient(#4AACE5, #006FC7);
  margin-bottom:18px;
  border-radius:5px; 
  border-bottom:1px solid #4AACE5; 
}
.nav ul {
  list-style:none;
  margin-left:10px;
}
.nav li {
  float:left;
  margin-left:0px;
}
.nav a {
  display:block;
  padding:8px 16px;
  height:16px;
  color:#fff;
  text-decoration:none;
}
.nav a:hover {
  background:rgba(255,255,255,0.5);
  color:#000;
  text-shadow:0 1px 0 rgba(255,255,255,0.3);
}

.cabinet li { margin-left:0px; list-style-type:none;padding:0px 10px; margin-bottom:1px}

 
.content {
  text-align:left;
}
#col-one { 
  float:right; 
  width:220px; 
} 
#col-one .title { 
  text-align:center;
}
#col-one .content { 
  padding:10px; 
  padding-bottom: 10px;
  background:#F6F6F5; 
  border:1px solid #CBCBCB;
  border-top:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  margin-bottom:10px; 
} 


.footer {
  max-width: 1170px;
  margin:10px auto;
  padding-right:240px;
  min-height:250px;
  position:relative;
}
.footer-addit{
  position:absolute;
  top:0;
  right:0;
  width:220px;
}
.footer-kurs{
  height:160px;
  text-align:center;
  border:2px solid #008cc6;
  color:#008cc6;
  font-weight:bold;
  margin-bottom:14px;
}
.kurs-title {
  min-height:40px;
  font-size:13px;
  padding-left:48px;
  margin-bottom:14px;
  text-align:left;
  font-weight:normal;
  color:#333;
  position:relative;
}
.kurs-col {
  width:33%;
  float:left;
}
.kurs-value {
  font-size:16px;
  padding:7px 0;
}
.kurs-name {
  font-size:12px;
  padding:7px 0;
  color:#333;
}
.kurs-trend {
  font-size:12px;
  padding:7px 0;
}
.kurs-value.-red, .kurs-trend.-red {
  color:#fb1818;
}
.ico-kurs {
  width:40px;
  height:40px;
  background: url(/ngd/money-ico.png) no-repeat center;
  position:absolute;
  top:0;left:0;
}
.footer-main { 
  clear:both; 
  padding:15px 0px;  
  border-top: 2px solid #008cc6;
  vertical-align:top;
  font-size:11px;
  overflow:hidden;
  text-shadow:0px 1px 0px rgba(255,255,255,0.5);
} 
.footer-main p, .footer-main h3, .footer-main ul { 
  font-size:12px;
  color:#444;
  margin:0;
  margin-bottom:4px; 
  padding:0;
} 
.footer-main a { 
  font-size:12px;
  color:#444;
  text-shadow:0px 1px 0px rgba(255,255,255,0.5);
  text-decoration:none; 
} 
.footer-main a:hover { 
  text-shadow:none;
  color:#000; 
} 
.footer-main li { 
  list-style-type:none;
  margin-left:0px;
}
.flist {
  float:left;
  /* padding-right:20px; */
  box-sizing:border-box;
  width:33%;
}
.r {
  float:right;
  padding: 0 10px;
}

.cats {
line-height:140%;
}
.cats small {
  color:#aaa;
}


 
.fwrap { 
  float:left; 
  width:auto; 
  margin-right:20px; 
  margin-bottom:7px; 
}
/* .fwrap  img{ vertical-align:middle;}  */

.flbl { display:block; } 


.f-wrap  {float:left;margin-right:20px;margin-top:5px;margin-bottom:5px;}
.f-label {display:block;margin-right:3px;}
.sortlinks {padding:5px 5px; background-color:#D3E7F2; min-height:19px}
.sortlinks a {padding:2px 8px; margin-right:3px; display:inline-block; border-radius:2px;}
.sortlinks a:hover {background:rgba(0,0,0,0.1);}
.sortlinks a.active {
  /* background:#1C99E1;
  background-image: linear-gradient(#78b9e6, #268bd2); */
  background-color: #008cc6;
  color:#fff;
}

.pagelink {
  padding:1px 5px; 
  border:2px solid #fff;
  color:#008cc6; 
  display:inline-block;
  min-width:12px;
  text-align:center;
  /* font-size:17px; */
  font-weight:bold;
}
.pagelink:hover    {border:2px solid #fb1818; color:#fb1818;}
.pagelink.active  {border:2px solid #008cc6; color:#008cc6;}

.searchform { 
  background:#eff9fd; 
  border:0px solid #F6F6F5; 
  padding:10px; 
  display:block; 
} 
.allround { border-radius:5px; }

.th-search {
  /* background:#eff9fd; */
  background:#FFF5CE;
  border:2px solid rgba(0,0,0,0.05);
  border-radius:2px;
  padding:10px;
  margin-bottom:15px;
}

.addit_opt {
  display:none;
  margin-top:-1px; 
  margin-left:0; 
  padding:7px; 
  width:480px;
} 
/* #overlay {
  display:none; 
  position:fixed; 
  height:100%; 
  width:100%; 
  top:0; 
  left:0; 
  background:rgba(0,0,0,0.3); 
  border:1px solid #cecece; 
  z-index:9999; 
} 
*/

 .adlg { 
  display:none; 
  position:fixed; 
  background:#F6F6F5;
  border:0px solid #1692D9;
  box-shadow:0 0 4px #333;
  border-radius:2px;
  z-index:10000; 
  padding:8px;
  max-width:100%;
  max-height:100%;
}

.logic-block {
  border:1px dashed #64BFF4; 
  margin:15px 0;
}

.novalid { border: 1px solid red !important;}

.f-message {
  background: #FFF5CE;
  border: 1px solid rgba(0,0,0,0.1);
  color: #444;
  margin: 10px 0 10px 0;
  padding: 10px;
  position: relative;
  border-radius:2px;
}

.f-message-error {
  background: #ffebe1;
  border-color: #ffddd3;
  color: #5c4c45;
  box-shadow: none;
}
.f-message-success {
  background: #e9f2c9;
  border-color: #dbe4bb;
  color: #4b5331;
  box-shadow: none;
}

.s-tabs {
  font-size:15px; 
  display:inline-block;
  background:#D3E7F2;
  list-style:none;
  padding:0;
}
.s-tabs.fullwidth {
  font-size:13px;
  display:block;
  background:transparent;
}

.s-tabs span, .s-tabs .active {
  /* background-color: #268bd2; */
  color:#fff;
  padding:4px 8px;
  display:inline-block;
  background-color: #008cc6;  
}
.s-tabs li {
  margin:0;
  margin-right:2px;
  display:inline-block;
}
.s-tabs a {
  padding:2px 8px;
  display:inline-block;
}
.s-tabs a:hover {text-decoration:underline;}
.active:hover {text-decoration:none!important;}

.tabs {
  margin: 14px 0 14px 0;
  padding:0px;
  position: relative;
}
.tabs__item {
  margin: 0;
  display:inline-block;
}
.tabs__link {
  display: block;
  text-decoration: none;
  padding:6px 8px;
  padding-bottom:5px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.tabs__link:hover{
  background-color: #eee;
  /* color: #fff; */
  text-decoration: none;
}
.tabs__link.-active, .tabs__link.-active:hover{
  background-color: #008CC6;
  color: #fff;
}
.tabs.-lined {  
  border-bottom: 2px solid #008CC6;
}

.col50 {
  float:left;
  width:50%;
  box-sizing:border-box;
  padding-right:28px;
}
.col50:last-child {
  padding-right:0;
}



.mysrv-head {
  margin:-1px;
  padding:5px; 
  margin-bottom:0; 
  border-radius:5px;
  border: 1px solid #DB7719; 
  color:#fff; 
  background: #feb962;
  background-image: -webkit-linear-gradient(#feb962, #f88a2a);
  background-image: -o-linear-gradient(#feb962, #f88a2a);
  background-image: linear-gradient(#feb962, #f88a2a);
}

.pp-head {
  padding:10px; 
  margin-bottom:0; 
  border-radius:4px;
  color:#333; 
  font-weight:bold; 
  background: #EFF9FD;
}

.b-hots-new {
  float:left;
  position:relative; 
  height: 138px;  
  overflow:hidden;
  border: 1px solid #bbb;
}
.b-hots-new.stub {
    width:200px;
    background:#fff;
    border: 1px dashed #ddd;
    text-align:center;
    line-height:138px;
    color:#eee;
    font-size:40px;
}

.b-hots-new  .info{
  padding:5px;
  color:#fff;
  font: 12px/1.3 Roboto, Arial, sans-serif;
  background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%) repeat scroll 0 0;
  text-shadow:0 1px 1px #333;
  overflow:hidden;
  max-height:28px; 
  width:190px;    
  position:absolute;
  left:0; bottom:0;
}

.b-hots {
  float:left;
  position:relative; 
  border-radius:3px;
  border:2px solid #aaa;
  height: 111px;
}
.b-hots  .info{
  padding:3px 5px;
  color:#fff;
  font: 12px/1.3 Roboto, Arial, sans-serif;
  background:rgba(0,0,0,0.5);
  text-shadow:0 1px 1px #333;
  overflow:hidden;
  height:28px; 
  width:139px;    
  position:absolute;
  left:0; bottom:0;
}

/* .b-hots:hover  .info{
  height:105px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
} */

.b-hots  .info{
  padding:3px 5px;
  color:#333;
  text-align:center;
  background:rgba(0,0,0,0);
  overflow-y:hidden;
  height:105px;  
  width:139px;  
  line-height:105px;
  position:absolute;
  left:0; bottom:0;
}

.bb-wide {
  /* width:720px; */
  /* height:70px; */
  /* margin-bottom:15px; */
  /* background:#f2f2f2; */
  text-align:center;
}
.bb-wide div {
   margin-bottom:15px;
}

.icon-mappin {
  display:inline-block;
  position:relative;
  vertical-align:middle;
  width:20px;
  height:32px;
  background: url(/assets/img/map_pin_fill_20x32.png) no-repeat center center;
  margin-right:4px;
}
.g-row {
  zoom: 1;
  margin: 8px 0 0;
}
.g-row:before,
.g-row:after {
  display: table;
  content: '';
}
.g-row:after {
  clear: both;
}
.g-row:first-child {
  margin-top: 0;
}
.g-col {
  float:left;
  margin-right:10px;
  vertical-align:middle;
}
.g-col:last-child {
  margin-right:0px;
}
.g-col-right {
  float:right;
  margin-left:10px;
}

.f2-checkbox,
.f2-radio    {
  display:inline-block;
  vertical-align:middle;
  padding: 2px 6px; 
  background-color: #E7F0F5;
  background-image: -webkit-linear-gradient(#fcfcfc, #D5E4ED);
  background-image: -o-linear-gradient(#fcfcfc, #D5E4ED);
  background-image: linear-gradient(#fcfcfc, #D5E4ED);
  border: 1px solid #AAC9DB;
  color: #333; 
  margin-bottom:2px;
}

.f2-checkbox-on, .f2-radio-on,
a.f2-checkbox-on, a.f2-radio-on  { 
  color: #fff; 
  border: 1px solid #1683C4; 
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.1), 0px 1px 0px rgba(255,255,255,0.3);
  text-shadow: 0px 1px 1px rgba(0,0,0,0.3); 
  background: #1C99E1; 
  margin-bottom:2px;
}
.f2-checkbox input,.f2-radio input, .f3-checkbox input,.f3-radio input
 { position: absolute; left: -9999px; }
 
.f3-checkbox,.f3-radio  {
  display:inline-block;
  vertical-align:middle;
  color: #999; 
  font-size:11px;
}
.f3-checkbox div,.f3-radio  div  {
  display:inline-block;
  vertical-align:middle;
  height:16px;
  width: 16px;
  background: url(/ngd/checkbox-sprite.png) no-repeat scroll 0 0;  
  margin-bottom:2px;
  margin-right:4px;
  /* transition: all 0.1s; */
}
.f3-checkbox-on, .f3-radio-on  {
  color: #008CC6; 
}
.f3-checkbox:hover div, .f3-radio:hover  div {
  background: url(/ngd/checkbox-sprite.png) no-repeat scroll 0px -16px;
}
.f3-checkbox-on div, .f3-radio-on div
{ 
  background: url(/ngd/checkbox-sprite.png) no-repeat scroll 0px -32px !important;
  /* transition: all 0.1s;  */ 
}


.debug_info{
  padding:2px 10px; 
  padding-left:20px;
  background:#FFE376;
  font:normal 9px Verdana;
}

#pop_info {
  display:none;
  padding:4px 10px; 
  padding-left:20px;
  background:#FFE376;
  position:fixed;
  bottom:23px;left:0;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  z-index:9999;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #01B1E1;
	background-color: #FFE376;
	padding: 5px;
  border-radius:3px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-size:11px;
}

#toTop {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 12000;
  padding:5px 8px;
  border-radius:3px;
  color:#fff;
  background:rgba(0,0,0,0.5);
}
#toTop:hover {
  background:rgba(0,0,0,0.7);
}

.toolbar {background:#F0FAFD;padding:8px;}
.mod-toolbar {box-sizing:border-box;background:#F0FAFD;padding:8px;z-index:2;/* width:100% */}

.pay-name { color:#008cc6; font-weight:bold;margin-bottom:8px;}
.pay-desc { color:#555;font-size:13px}
.pay-code { color:#A90607; font-weight:bold;}
.pay-float { float:left; text-align:center; width:23%;margin:1%;margin-top:8px}
.pay-btns {display:block;margin-top:8px;text-align:center;font-size:13px;color:#d33;}

.annts-item { font-size: 11px; border:2px solid #999;background:#fff; padding:0px; margin-bottom:14px; position:relative;}
.annts-col {padding:10px;background:#fff;position:relative;}
.annts-col.-srv {padding-right:230px;min-height:130px}
.annts-col.-srv  .annts-srv{
  display:block;
  width:200px;
  padding:10px;
  position:absolute;
  top:0; right:0;
}
.annts-hdr {padding:5px 10px;background:#999;color:#fff;font-weight:bold;font-size:13px;text-align:center}
.annts-bcr {color:#777; margin-bottom:5px;}
.annts-msg {background:#F0F0F1;font-size:13px;padding:4px 10px}
.annts-wpay {background:#FFCB30;font-size:13px;padding:4px 10px}
.annts-info {color:#777;margin-top:8px;}
.annts-txt {font-size:14px}
.annts-btns {font-size:13px; padding:10px;padding-top:0px}
.annts-ico {
  height:18px;width:18px;
  display:inline-block;
  vertical-align:middle;
  margin-right:4px;
  margin-left:-4px;
  margin-top:-4px;
}
.annts-srv-link-off {color:#999}
.annts-srv-link-off:hover, .annts-srv-link-on:hover {color:#000; text-decoration:underline;}
.annts-ico.-edit { background:url(/ngd/pen.png) no-repeat center; }
.annts-ico.-prolongate, .annts-ico.-pub { background:url(/ngd/redo.png) no-repeat center; }
.annts-ico.-delete { background:url(/ngd/trash_can.png) no-repeat center; }
.annts-ico.-disable { background:url(/ngd/delete.png) no-repeat center; }
.annts-ico.-unpub { background:url(/ngd/delete.png) no-repeat center; }
.annts-ico.-draft { background:url(/ngd/bookmark.png) no-repeat center; }
.annts-ico.-srv-on { background:url(/ngd/checkmark2.png) no-repeat center; }

.annts-item.-red {border-color:#FF4003}
.annts-item.-red .annts-hdr {background:#FF4003}
.annts-item.-red .annts-msg {color:#d33}
.annts-item.-green {border-color:#6CD91A}
.annts-item.-green .annts-hdr {background:#6CD91A}
.annts-item.-green .annts-msg {color:#090}
.annts-item.-orange {border-color:#FFCB30}
.annts-item.-orange .annts-hdr {background:#FFCB30}
.annts-item.-orange .annts-msg {color:#777}

.btn-in {font-weight:bold; padding:2px 4px; display:inline-block;border-radius: 3px;}
.btn-in:hover {background:#64BFF4;color:#fff}
.btn-in img{vertical-align:middle;}

.fhelp {font-size: 11px; padding: 5px 15px; color:#777;}
.b-dash{border:1px dashed #64BFF4; margin:15px 0;margin-bottom:0; padding: 5px 10px; display:block;float:none;}
/* #contacts {background:#f2f2f2} */
#contacts input[type="text"], #contacts select {font-size:14px; font-weight:normal; padding: 2px 4px; margin-bottom:4px;}
#tkod_1, #tkod_2, #tkod_3, #tkod_4, #tkod_5 {font-weight:normal}

/* .banner-bg{background:url(/assets/img/banner-bg.png) center;} */

.statics {text-align:justify}
.statics h3, .statics h2{ 
  color: #c00; 
  margin: 1em 0;
} 
.statics ul, .statics ol{ 
  margin-bottom:1em; 
} 
.statics img{ 
   border:3px solid #D3E7F2;
   margin:10px;
   margin-top:0px;
   box-shadow: 0 0px 3px rgba(0,0,0,0.5);
}
.statics a:hover{ 
  color:#c00;text-decoration:underline;
}
.statics .spoiler{ 
  background:#ffffcc;
  border:1px solid #c00;
  border-radius:5px;
  padding:10px;
  margin-bottom:6px;
  background: #feffe3;
  border-radius: 5px;
  border: 1px solid #eff3d5;
  color: #444;
}

/* .form td{	
	vertical-align:top;
  padding:4px;
  background: #f5f5f5; 
}
.form tr:nth-child(even) td, 
.form tr.even td  { 
	background: #eee; 
} */
.red {color:#d33;}

/* серый */
.status-0 {
	background-color: #ddd;
	color: #777;
  text-align:center;
  padding: 0 3px;
  border-radius:2px;
}
/* зел */
.status-1 {
	background-color: #bcf187;
	color: #006600;
  text-align:center;
  padding: 0 3px;
  border-radius:2px;
}
/* крас */
.status-2 {
	background-color: #ffcccc;
	color: #ba1717;
  text-align:center;
  padding: 0 3px;
  border-radius:2px;
}
/* оранж */
.status-3 {
	background-color: #ffe376;
	color: #912402;
  text-align:center;
  padding: 0 3px;
  border-radius:2px;
}
.company-item {margin-bottom:1px;padding:10px 0;position:relative;overflow:none;border-bottom:1px dashed #ccc}
.company-item.ramka {background:#f5f5f5; border:1px solid #eee; padding:10px;margin-top:4px;}
.company-item.color {border: 1px solid #FFCC00; background:#FFEBAE; padding:10px;margin-top:4px;}
/* .company-item:nth-child(even) {background:#fcfcfc;}
.company-item:hover {background:#FFEBAE;} */
.company-item-logo {border:0px solid #eee;padding:1px;width:149px;text-align:right;margin-left:10px; float:right;/*position:absolute;top:0px;right:0px; */}
.company-item-title {font-size:14px;font-weight:bold;}
.company-item-title.star {padding-left:20px;background:url(/assets/img/star_16x16.png) no-repeat left center;}
.company-item-text {margin:6px 0; padding-bottom:18px;/* font-style:italic; */}
.company-item-address {position:absolute; bottom:10px;color:#555}
.company-item-desc {margin-top:5px;}


.al-item {
  position:relative;
  border-bottom:1px solid #eee;
  padding:10px;  
  background-color:#fefefe; 
  border-left:3px solid #eee;
  border-right:3px solid #eee;
}
.al-item:nth-child(odd) {
  background-color:#f7f7f7; 
}

.al-item.marked {
  background-color:#FFE376;
  background-image: linear-gradient(#FFE18A, #FFEEBB);
  background-image: -webkit-linear-gradient(#FFE18A, #FFEEBB);
  background-image: -moz-linear-gradient(#FFE18A, #FFEEBB);
  border-left:3px solid #FFE376;
  border-right:3px solid #FFE376;
  border-bottom-width:0;
}

/* .al-item.marked:nth-child(odd){
  background-color:#ffd;
  border-left:3px solid #FFE376;
  border-right:3px solid #FFE376;
} */

.al-item.comm{
  /* border-bottom:1px solid #D3E7F2; */
  background-color:#EFF9FD;
  background-image: linear-gradient(#EFF9FD, #D3E7F2);
  background-image: -webkit-linear-gradient(#EFF9FD, #D3E7F2);
  background-image: -moz-linear-gradient(#EFF9FD, #D3E7F2); 
  border-bottom-width:0;
  border-left:3px solid #D3E7F2;
  border-right:3px solid #D3E7F2;
}
.al-item.comm.marked{
  /* border-bottom:1px solid #FFE376; */  
  background-color:#FFE376;
  background-image: linear-gradient(#FFE18A, #FFEEBB);
  background-image: -webkit-linear-gradient(#FFE18A, #FFEEBB);
  background-image: -moz-linear-gradient(#FFE18A, #FFEEBB);
  border-left:3px solid #f33;
  border-right:3px solid #f33;
}

.al-item  a{
  outline:none;
  display:block;  
}

.al-item:hover {
  border-left:3px solid #58A6DD !important;
  border-right:3px solid #58A6DD !important;
}
.al-body {
  margin-bottom:7px;
  color:#333;
  line-height:1.2; 
  padding-right:84px;
}
.comm.marked  .al-body {
  font-weight:bold;
}
.al-col1 {float:left;margin-right:2px;width:70px;min-height:14px;text-align:left;}
.al-col2 {float:left;margin-right:3px;width:78px;min-height:14px;text-align:center;}
/* .al-col-main {padding-left:143px;} */
.al-col-main {padding-left:155px;}
.al-col-mini {padding-left:73px;}

.al-i {
  border:1px solid #D3E7F2;
  padding:1px;
  width:72px;
  height:48px;
  text-align:right;
  margin-left:10px; 
  float:right;
}
.al-red {
  color:#d33;
}
.al-green {  
  color:#3c3;
}
.al-blue, .ac-blue {
  color:#369;
}  
.al-bold, .ac-bold {
 	font-weight:bold;
}
.al-overflow {
 	overflow: hidden;
  max-height:50px;
  padding-right:0;
}  
.al-region {
  color:#999;
  font: normal 11px Arial;
}
.al-info {
  color:#999;
  font: normal 11px Arial;
  font-weight:bold;
}
.al-info-item {
  display:inline-block;
  margin-right:8px;
}
.al-info-item .npa {
  color:#999;
  border-bottom:1px dotted #999;
}
.icon-up {
  display:inline-block;
  position:relative;
  vertical-align:middle;
  margin:0 3px;
  margin-top:-2px;
  width:11px;
  height:12px;
  background: url(/assets/img/icon-up.png) no-repeat center center;
}


.ac-item {
    padding:10px 12px;
    background:#f9f9f9;
}
.ac-title {
  font: bold 18px Arial, sans-serif;
  margin-bottom: 12px;
}
.ac-text {margin-bottom: 12px;}
.ac-price {
  float:right;
  text-align:right;
  padding:5px 10px;
  border-radius:2px;
  background:#FFEBAE;
  background:#FFE376;
  margin-left:10px;
  margin-bottom:10px;
}
.ac-hr {height:2px; width:30%; /* background:#98CBED; */ background:#008cc6; margin-bottom: 12px;}
.ac-price-value {
  font-size:20px;
}
.ac-grey {color:#777;}
.ac-table {margin-bottom: 12px;}
.ac-row {}
.ac-col1 {display:inline-block; min-width:150px;}
.ac-col2 {display:inline-block; max-width:600px;}
.ac-region {
  color:#777;
  font-size:12px;
  margin-bottom: 12px;
}
.ac-meta {
  font: normal 12px Arial, sans-serif;
  line-height:140%;
  /* font-style:italic; */
  color:#777;
  margin-bottom: 12px;
}
.ac-gallery {}
.ac-gallery-overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.fancybox:hover .ac-gallery-overlay {
    background: url("/assets/img/magnifying_glass.png") no-repeat scroll center center rgba(0, 0, 0, 0.3);
    display: block;
}

.ac-map-toggle {
  height:32px;
  background: url(/assets/img/bg-map-toggle.png) center;
  box-shadow:inset 0 1px 3px rgba(0,0,0,0.3);
  text-align: center;
  margin-bottom: 12px;
}
.ac-map-toggle-show {
  line-height:32px;
  text-align: center;
  color:#333;
  text-decoration:underline;
}
.ac-map-toggle-hide {
  display:block;
  line-height:24px;
  text-align: center;
  color:#d33;
  text-decoration:underline;
}
.ac-map-hide {
  display:none;
}

.pp-item {
  float: left;
  width: 145px;
  height: 268px;
  border: 1px solid transparent;
  padding:10px;
  font-size:14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.pp-item:hover {
  border: 1px solid #FFE376;
  background:#FFE376;
}

.pp-thumb {
  margin: 10px auto;
  max-width:100%;
  width: 145px;
  height: 205px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.pp-title, .pp-btns {  
  text-align:center;
}

/* ------------------ reviewed ------------------ */

table.block { 
font-size:14px; 
color:#606060; 
border-collapse:collapse;
border:0; 
} 
table.block th{ 
color:#fff; 
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
font-size:14px; 
background-color: #BFD9F5;
background-color: #58A6DD;
padding:8px 5px; 
text-align:left;
vertical-align: middle;
border-bottom:1px solid #fff;
} 
table.block td { 
color:#606060; 
background-color:#fefefe; 
padding:5px; 
vertical-align:middle; 
} 

table.block tr.selected td { 
  background-color:#FFE376 !important;
  border-bottom-color:#FFE376 !important;
}

table.block .comm td { 
color:#606060; 
background-color:transpatent; 
/*border-top:1px solid #ccc; */
padding:5px; 
font-size:14px;
font-weight:bold;
vertical-align:middle; 
border-top: 0px solid #f00;
border-bottom: 0px solid #f00;
background-image: linear-gradient(#FFD24D, #FFEEBB);
background-image: -webkit-linear-gradient(#FFD24D, #FFEEBB);
background-image: -moz-linear-gradient(#FFD24D, #FFEEBB);
}

table.block .comm  td:first-child { 
border-left: 0px solid #f00;
}
table.block .comm td:last-child { 
border-right: 0px solid #f00;
}

table tr.tblover td { 
background-color:#FFF5CE;
cursor:pointer;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}

tr.odd td { /* , table.block tr:nth-child(odd) td */
background-color:#f7f7f7; 
} 
tr.marked td { 
background-color:#ffd;
color:#c00;
font-size:12px;
font-weight:bold;
}

tr.marked:nth-child(even) td {
background-color:#feb;
color:#333;
}

table.block tr:hover  td{ 
background-color:#FFF5CE; 
} 

tr.redmark td{
background-color:#FFE8E8;
border-bottom:1px solid #ddd;
}
span.redmark{ background-color:#FFE8E8; padding:4px}
tr.greenmark td{
background-color:#EEFBEE;
border-bottom:1px solid #ddd;
}
span.greenmark{background-color:#EEFBEE; padding:4px}
tr.yellowmark td{
background-color:#FFFFDD;
border-bottom:1px solid #ddd;
}
span.yellowmark {background-color:#FFFFDD; padding:4px}
.ch-text {font-size:14px;font-weight:bold;}


.addit_group {
  padding: 5px 10px;
  /* border: 1px solid rgba(0,0,0,0.1); */
  border-radius:2px;
  background-color:rgba(0,0,0,0.04);
  margin-bottom: 4px;
}

p.addit_title{
  /* margin-top:15px;
  margin-bottom: 0px; */
}

p.addit_title label {
  font-weight: 900;
  vertical-align: middle;
}

.f-wrap p.addit_title:first-child{
  margin-top: 0px;
}

.addit_cols {
  column-count:4;
}

@media only screen and (max-width: 1140px) {
  .addit_cols {
    column-count:3;
  }
}

/* add or edit annt */
.fadded:hover .info {
  background:rgba(0,0,0,0.4);
}

a#pickfile {display:block; width:100px; float:left; height:72px; text-align:center; border:2px solid #ccc; cursor:pointer;margin-right:8px;}
a#pickfile:hover {border: 2px solid #f00; color:#f00; background:#eee;}
.fadded {display:block; position:relative; width:100px; float:left; height:72px; text-align:center; border:2px solid #ccc; margin-right:8px; margin-bottom:8px; background:url(/assets/img/ajax-map.gif) no-repeat center center;}
.fadded span {margin-top:30px;}
.fadded img {max-width:100%;max-height:100%;vertical-align:middle;}
#fcontainer{padding:10px 5px 5px 15px;font-size:11px}
.fadded .info{ 
  position:absolute; 
  bottom:0px; left:0;
  width:84px;
  color:#fff;
  overflow:hidden;
  padding:3px 8px;
  display:none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fadded:hover .info{ 
  display:block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fadded .info a{ color:#eee; }
.fhelp {font-size: 11px; padding: 5px 15px; color:#777;}

.clear{clear:both;}
input[class^=addit_c], input[class^=addit_r]{
 /*  margin-top: 4px;
  float:left;
  margin-bottom: 7px;*/
  vertical-align:middle;
  margin:0;
} 

div#loadingAjax {
  position: fixed;
  top:15px;
  left: 15px;
  opacity: 0.5;
  background: #333;
  color: #FFF;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1001;
  display: none;
}

/* 0061 start */
#tbl-curs-choice-caret{
  cursor: pointer;
}
#tbl-curs-choice{
  background: red;
  position: absolute;
  top: 17px;
  right:0px;
  width:50px;
  display: none;
  z-index: 2000;
  background: #fff;
  border: 1px solid #aaa;

}
#tbl-curs-choice.active{
  display: block;
}
#tbl-curs-choice > div{
  padding: 3px;
  cursor: pointer;
}
#tbl-curs-choice > div:hover{

  background: #3875D7;
  color: #FFF;
}
/* 0061 end */


/* 0063 start */
.cc-col{
  margin-top: 10px;
  float:left;
  width: 50%;
}
.cc-col-item{
  margin-top: 10px;
}
.cc-image{
  width: 50px;
  height: 40px;
  float: left;
  /* background: url(http://s1.iconbird.com/ico/2013/9/452/w512h5121380477054shop.png); */
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.cc-content{
  float: left;
  margin-left: 5px;
  max-width: 280px;
  overflow: hidden;

}

.cc-title{
  color: #1E87C5;
  font-size:16px;
  text-decoration: underline;
}

.cc-col2{
  margin-top: 10px;
  float:left;
  margin-left: 20px;
  width: 250px;
}
.cc-col2 .cc-title{
  font-size:12px;
}
.cc-childs {
  max-height: 40px;
  /*
  white-space: nowrap;
  overflow: hidden;/**/
  text-overflow:ellipsis;
}
.cc-childs a {
  color:#363534;
}
.cc-childs a:hover {
  color: #1079BB;
}

.btn-cc, .btn-cc:hover {
  background-color: #00A2E8;
  color:#FFF;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.cc-col-on-hide{
  display: none;
}

.cc-btn-back{
  display: inline-block;
  width:40px;
  height:40px;
  line-height:36px;
  margin-right:10px;
  border-radius:24px;
  background:#eee;
  font-size: 18px;
  font-weight:bold;
  color: #777;
  text-align: center;

}

.cc-childs-category{
  margin-top: 5px;
  float: left;
  width: 50%;
}

.cc-childs-category div {
  margin-top: 5px;
}
.cc-childs-category a {
  text-decoration: underline;
  color:#008AD0!important;
}
.cc-childs-category a:hover {
  color: #1079BB;
}
.cc-childs-category .active{
  display: block!important;
}
.cc-childs-category .active a{
  color:  #363534!important;
  text-decoration: none;
  display: block!important;
}


.cc-childs-hide {
  display: none;
}



.table-office tr > td,
.table-office tr > th{
  padding-bottom: 10px;
}
.table-office tr:last-child > td,
.table-office tr:last-child > th{
  padding-bottom: 0px;
}

.cc-item {
  padding: 10px 12px;
  background: #F5F5F5;
  border: 1px solid #EEE;
  margin-bottom:10px;
}

.cc-item:hover{
 cursor: pointer;
 border-left:3px solid #58A6DD;
 border-right:3px solid #58A6DD;
 padding:10px;
}
.cc-item-colored{
  background-color: #FFEBAE;
  border: 1px solid #F6C300;
  border-bottom-width: 3px;
}

.cc-item .cc-item-star{
    background: none;
}
.cc-item-top .cc-item-star{
    background: url("../img/star_16x16.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: -2px;
}

.cc-item-star{
  display: inline-block;
  width: 25px;
}
.cc-item-office{
  font-size: 14px;
  margin-left: 25px;
  
}
.cc-item-text{
  float: left;
  width: 580px;
}

.cc-item-title{
  margin-bottom: 10px;
  font-size: 15px;
}
.cc-item-title a{
  color: #000;
}
.cc-item-logotip{
  float: left;
  width: 90px;
}
.cc-item-logotip > img{
  width: 72px;
  max-width: 72px;
  max-height: 72px;
}

.company-logotip{
  float:right;
  margin-top: 15px;
}

.company-title{
  font-size: 18px;
  margin-bottom: 0px!important;
}
.company-locality{
  margin-bottom: 15px;
}
.company-description{
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.company-tags{
  margin-top: 15px;
  margin-bottom: 15px;
}
.company-tags a{
  color:#00599B;
  text-decoration: underline;
}
.cc-item-tags a {
  text-decoration: underline;
}
.cc-child-offices{
  padding:15px;border-radius:20px;border:2px solid #DDD;margin-bottom:15px;
}
.cc-child-offices  .cc-office-item {
  padding-bottom: 10px;
  border-bottom:2px dotted #CCC;
  margin-bottom: 15px;
}
#mapid{
    width: 100%;
    height: 100%;
}

.fadded-logo{
  position: relative;
}
.info-logo{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fadded-logo:hover .info-logo{
  display: block;

}

/* 0063 end */


/* NGD styles */
.btn-add {
  font-weight:bold;
  padding:10px 5px;
  padding-bottom:7px;
  display:block;
  color:#fff;
  background:#FB1818;
  text-align:center;
  border-bottom:2px solid rgba(0,0,0,0.1);
  border-radius:3px;
}

.btn-add:hover {
  color:#fff;
  border-bottom:3px solid rgba(0,0,0,0.3);
}

.btn-solid {
  box-sizing:border-box;
  font-weight:bold;
  padding:10px 5px;
  padding-bottom:8px;
  display:block;
  color:#fff;
  background:#008cc6;
  text-align:center;
  border-bottom:2px solid rgba(0,0,0,0.1);
  border-radius:2px;
}
.btn-solid.-red {
  background:#FB1818;
}

.btn-add:hover, .btn-solid:hover {
  color:#fff;
  border-bottom:2px solid rgba(0,0,0,0.3);
}
.btn-big {
  box-sizing:border-box;
  font-weight:bold;
  padding:8px 14px;
  display:inline-block;
  color:#777;
  background:#fff;
  text-align:center;
  border:2px solid #008cc6;
  font-size:14px;
  border-radius:3px;
}
.btn-big:hover {
  background:#eee;
  color:#333;
}
.btn-big:active {
  background:#ddd;
}
.btn-big.-red {
  border:2px solid #FB1818;
}

.search-line {
  width:100%;
  padding:2px;
  height:40px;
  background:#fff;
  border: 2px solid #008cc6; 
  border-radius:3px; 
  padding-right:40px;
  box-sizing:border-box;
  position:relative;
}
input.search-line__field, input.search-line__field:focus{
  display:block;
  border:none;
  border-radius:0;
  margin:0;
  padding:0 4px;
  box-shadow:none;
  width:100%;
  height:32px;
  background:#fff;
}
.search-line__btn {
  position:absolute; 
  right:2px;top:2px;
  background:url(/ngd/search-btn-ico.png) no-repeat center;
  border-radius:0;
  border:none;
  width:32px;height:32px;
  cursor:pointer;
}
.search-line__btn:hover {
  background-color:transparent;
  box-shadow:none;
  text-decoration:none;
}

/* BIT55 extra framework */
.i-loader {
  /* background: url(/images/ajax-load.gif) no-repeat center center; */
  background: url("data:image/gif;base64,R0lGODlhEAAQAPUAAP///zMzM/Hx8XZ2djMzM8TExPf3997e3ufn54SEhDk5OcrKynFxceLi4klJSVJSUuzs7ImJiU5OTmpqaqysrJeXl9TU1KKiorq6uvz8/NnZ2Z6enn9/f0RERI6Ojs/Pz3p6eqenp7a2tmZmZldXV1xcXLGxsZKSkj4+PmFhYb+/vwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAGo0CA0IDJAAhIR0YgbDYmhAKggyQIDp/mwYGcADzIEGDT0QgRjyrgQHAYIMiRgAmhII0EDGBUFQ0SCAAGD0YNAiJIAwtHSBUQGQZNCEZNVQQSTZkWEQpIChEWQpQAApYEmRkLgQAZGRpQSAALA0kQTQlCBSQlBZahDEIECotvBgxIwL1ZVYBCBxIEGgadIAAcSB0NWhdjahoEI9qZttexABiRQkEAIfkECQoAAAAsAAAAABAAEAAABmBAgBAgGhGEhJFoyGQQnsjniCk0PY+Aq4eZQACs2OfWcCI+vVbkWEEoXtHCtfR6ZhrYV6p+z9fTCVtDYFdGYgAGQmiEIoZ3SIptACNyUWgMdnhRBF5UJ3lZTwl7bkhKTEEAIfkECQoAAAAsAAAAABAAEAAABp1AgBAAGRGOQoxhKNRoAI8jAaAhjA7DQwcEWBy5HOnSwDh+MuUPQEp4FqQowGFqOA6ez8XgeMogAAgoZwAbXEN+TA0GKg5SChEWTEMgbJUFkgAWCQpsHRhMAggZTEYboxdDBkYEAwsABU8QKQSjIwACbCIZGRVScgSoF0cjAgAZHUcTAB5HAgIOHU9CEBMEl8gECRkf0qkYo1IMEExBADsAAAAAAAAAAAA=") no-repeat center center;  
  width:16px; height:16px;
  display:inline-block;
  vertical-align:middle;
}
.mw__overlay, #adlg-overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9010;
    display:none;    
    opacity: 0; 
    /* -webkit-transition: opacity 0.2s ease; */
    /* transition: opacity 0.2s ease; */
}
html.mw-locked .mw__overlay, html.mw-locked #adlg-overlay {
    opacity: 1; /* анимация оверлея */
}


/* .mw__overlay:after, #adlg-overlay:after {
  display: inline-block;
  height: 90%;
  content: '';
} */
.mw__content, #adlg {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align:left;
  background:#fff;
  border-radius:2px;
  box-shadow:0 0 3px rgba(0,0,0,0.5);
  z-index:10000; 
  opacity:0;
  padding:20px 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top:-400px;
  margin-top:28px;
  margin-bottom:14px;
}
.mw__content, .mw__overlay:after, #adlg, #adlg-overlay:after {
  /* vertical-align: middle; */
}
.mw__content.-opened, #adlg.-opened { 
  opacity:1;
  top:0;
  /* -webkit-transform: scale(1);
  transform: scale(1); */
}
.mw__confirm:focus, .mw__cancel:focus {outline: 1px solid #FFBF00}

html.mw-locked {
  overflow:hidden;
}

.mw-close {
  display:block;
  float:right;
  position:relative;
  top:-4px; right:-4px;
  width:22px;
  height:22px;
  font-size:22px;
  line-height:100%;
}

/* .mw-locked .body-wrap { 
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transform: scale(0.99);
  transition: transform 0.1s ease;
} */

.tip__content {
	position: absolute;
  /* border:1px solid #fff; */
  border-radius:3px;
  box-shadow:0 0 4px rgba(0,0,0,0.3);
  font-size:13px;
  background: #FFF6C3;
  color: #444;
}
.tip__content.-hide {
	left: -99999px;
	top: -99999px;
}
.tip__inner {
	padding: 5px;
}
.tip__cone {
	height: 7px;
	left: 50%;
	margin: 0 0 0 -6px;
	position: absolute;
	width: 12px;
}
.tip__content.-bottom .tip__cone {
	background-position: 0 0;
	top: -9px;
}
.tip__content.-top .tip__cone {
	background-position: 0 -10px;
	bottom: -9px;
}
.tip__cone {
/* background:#eee; */
}

/* MW Media queries */
@media only screen and (min-width: 477px) {
  .mw__content {
      max-width: 640px;
      /* margin: 0px auto; */
      width: inherit;
      min-height: 0;
  }
}

.nw {
  position:fixed;
  top:10px;left:20px;
  /* display:none; */
  z-index:11111;
  width:200px;
}

.nw__message {
  cursor:pointer;
  padding:5px 14px;
  color:#fff;
  background:rgba(0,0,0,0.3);
  border-radius:2px;
  margin-bottom:4px;
  position:relative;
  top:-30px;
  opacity:0;
  transition: all 0.2s ease;
}
.nw__message.-show {
  top:0; left:0;
  opacity:1;
}
.nw__message.nw-hidden {
  opacity:0;
  left:-50px;
}

/* Netbook View Styles */
@media only screen and (max-width: 1024px) {
  .l-top__13 {
    float:left;
    width:36%;
    margin-left:1%;
  }
  .l-top__13:nth-child(3) {
    float:right;
    width:36%;
  }
  .l-top__13.-cntr {
    float:left;
    width:25%;
    font-size:10px;
  }
  .l-top__ltr {
    font-size:15px;
  }
}
/* Tablet View Styles */
@media only screen and (max-width: 1024px) {
  .-nomobi {
    display:none;
  }
  body {
      background:none;
  }
  .l-top__13 {
    float:left;
    width:49%;
    margin-left:1%;
  }
  .l-top__13:nth-child(3) {
    float:right;
    width:49%;
  }
  .l-top__13.-cntr {
    display:none;
  }
  .l-top__tools {
    position:relative;
    padding-right:48px;
  }
  .l-top__hamburger {
    display:block;
    width:40px;
    height:40px;
    background:#008cc6;
    position:absolute;
    top:0;right:0;
    border-radius:3px;
    font-size:24px;
    line-height:40px;
    text-align:center;
    color:#fff;
  }
  .l-top__hamburger:hover {
    color:#fff;
  }
  .l-sidebar__overlay {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    display:none;
    right: 0;
    top: 0;
    z-index: 9010;    
    opacity: 0; 
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    width:auto;
  }
  html.menu-showed {
    overflow:hidden;
  }
  html.menu-showed .l-sidebar__overlay {
      opacity: 1; /* анимация оверлея */ 
      display:block;
  }
  .l-sidebar {
    box-sizing:border-box;
    width:260px;
    background:#fff;
    padding:12px 20px;
    box-shadow:0 0 4px rgba(0,0,0,0.5);
    position:absolute;
    min-height:100%;
    top:0; right:-280px;
    /* -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; */
  }
  html.menu-showed .l-sidebar{
    right:0;
    /* -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; */
  }
  .l-sidebar-close {
    display:block;
    width:40px;
    height:40px;
    /* box-shadow:0 0 4px rgba(0,0,0,0.5); */
    position:fixed;
    top:12px; right:260px;
    font-size:24px;
    line-height:40px;
    background:#fff;
    text-align:center;
  }
  .l-columns {
    min-height:auto;
    padding-right:0;
  }
  .flist {
    float:left;
    padding-right:20px;
    box-sizing:border-box;
    width:50%;
  }
  
  /* top section navigation flex fallback*/
  /* .l-tn {
    display: block;
    clear:both;
    min-height:100px;
  }
  .tn__item {
    display: block;
    float:left;
    width:10.0%;
  }
  .tn__item:hover {
    border-color:#fff;
  } */


}