@font-face{
  font-family: 'Century Gothic';
  src:  url('../fonts/CenturyGothic.eot');
  src:  url('../fonts/CenturyGothic.eot#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype'),
    url('../fonts/CenturyGothic.svg') format('svg');
}
@font-face{
  font-family: 'Century Gothic Bold';
  src:  url('../fonts/CenturyGothic-Bold.eot');
  src:  url('../fonts/CenturyGothic-Bold.eot#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
    url('../fonts/CenturyGothic-Bold.svg') format('svg');
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
  padding-top: 75px;
  margin-bottom: 300px;
}
strong, b {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
}
button {
  outline: none;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.mainmenu>a.menu-item.open, .mainmenu>.btn-group.menu-item.open>button, .mainmenu>.btn-group.menu-item.open>button>.dropdown-menu,
.cabmenu>a.menu-item.open, .cabmenu>.btn-group.menu-item.open>button, .cabmenu>.btn-group.menu-item.open>button>.dropdown-menu {
  outline: solid rgba(0, 0, 0, .6) 10000px;
  -webkit-transition: outline 0.5s linear;
  -moz-transition: outline 0.5s linear;
  -o-transition: outline 0.5s linear;
  transition: outline 0.5s linear;
}
body:last-child:not(:root:root) .mainmenu>a.menu-item.open,
body:last-child:not(:root:root) .mainmenu>.btn-group.menu-item.open>button,
body:last-child:not(:root:root) .mainmenu>.btn-group.menu-item.open>button>.dropdown-menu,
body:last-child:not(:root:root) .cabmenu>a.menu-item.open,
body:last-child:not(:root:root) .cabmenu>.btn-group.menu-item.open>button,
body:last-child:not(:root:root) .cabmenu>.btn-group.menu-item.open>button>.dropdown-menu {
  outline: solid rgba(0, 0, 0, .6) 1000000px;
}
.jumbotron {
  min-height: 300px;
}
.jumbotron.lk {
    min-height: 0px;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-inverse .navbar-toggle {
    border-color: #d1d1d1;
    background-color: #d1d1d1;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0085fb;
    border-color: #0085fb;
}
.collapse.in {
  -o-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px 0px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #d1d1d1!important;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
     margin-left: 0px; 
}
.btn-group-lg>.btn, .btn-lg {
  font-size: 1.1em;
  padding: 14px 6px;
}
.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}
.jumbotron h1 {
  font-size: 2.4em;
}
.jumbotron h2 a, .jumbotron p a {
  color: #ffffff;
}
h1 {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-weight: 700;
  margin: 0.5em 0em 1em;
  font-size: 1.1em;
}
h3 {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: 300;
  margin: 0.35em 0em 2em;
  font-size: 1.45em;
  text-decoration: underline;
}
h4 {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-weight: 700;
  margin: 1.2em 0em 2em;
  font-size: 1.4em;
}
h5 {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-weight: 700;
  margin: 1em 0em 1.3em;
  font-size: 1.1em;
}
.nopadd {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-brand {
    float: left;
    width: 89px;
    height: 52px;
    padding: 6px 0px 0px 15px;
    margin-left: -15px;
}
.logo {
  padding-left: 0px;
}
img.logo {
    width: 89px;
    height: 52px;
}
.log-in {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
img.logo2 {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 52px;
  margin-top: 6px;
}
.logo3 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
img.logo3 {
  width: 100%;
  height: auto;
  max-width: 227px;
  max-height: 52px;
  margin-top: 6px;
}
.cabinet {
  background-color: #f1f1f1;
}
.cabinet p {
  text-align: right;
  margin-top: 30px;
}
.btn-log-in {
    margin-top: 26px;
    padding: 4px 25px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid transparent;
    width: 300px;
    height: 30px;
    transition: height 0.2s ease;
    overflow: hidden;
    text-align: center;
    background-color: #2651a0!important;
}

.btn-log-in:hover {
  height: 162px;
  transition: height 0.2s ease;
  background-color: #2651a0!important;
}  

.btn-log-in .loginTitle1 {display: block; font-weight: bold;}
.btn-log-in .loginTitle2 {display: none; font-weight: bold;}

.btn-log-in:hover .loginTitle1 {display: none;}
.btn-log-in:hover .loginTitle2 {display: block;}

.btn-log-in .loginOption { 
  display: block;
  text-align: left;
  margin-top: 15px
}

.btn-log-in .loginOption a{ 
   color: #ffffff;
}  


.cabinet a {
  color: #000000;
}
.cabinet a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #316ad5;
}
.cabinet a:active, .cabinet a:visited {
  color: #000000;
}
.cabinet a:not(:first-child) {
  margin-left: 30px;
}
.cabinet a:not(:last-child)  {
  margin-right: 30px;
}
.btn-group-lg>.btn, .btn-lg {
  border-radius: 12px;
}
.btn-group-lg>.btn-group-lg:first-child {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.btn-group-lg>.btn-group-lg:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.dropdown-menu {
  top: 107%;
  float: left;
  min-width: 160px;
  padding: 15px 20px 15px 25px;
  margin: 2px 0 0;
  margin-top: -3px;
  font-size: 14px;
  background-color: #4385f6;
  border: 0px solid #2c6ae1;
  border-top: 5px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 2px 6px 12px rgba(0,0,0,.3);
  text-transform: none;
}
.mainmenu, .cabmenu {
  width: 100%;
}
.mainmenu .menu-item {
  width: 20%;
  border-color: transparent;
  border-width: 0px;
  text-transform: uppercase;
  background-color: #ffffff;
}
.mainmenu.mainmenu-short .menu-item {
  width: 25%;
}
.mainmenu.mainmenu-long .menu-item {
  width: 16.666666666%;
}
.cabmenu .menu-item {
  background-color: #ffffff;
  border-color: transparent;
  border-width: 0px;
  text-transform: uppercase;
}
.mainmenu .menu-item:not(:last-child), .cabmenu div.menu-item:not(:last-child) {
  border-right: 1px dashed #dddddd;
}
.mainmenu .menu-item:not(:first-child), .cabmenu div.menu-item:not(:first-child) {
  border-left: 1px dashed #dddddd;
}
/*.mainmenu .menu-item:not(:last-child), .cabmenu div.menu-item:not(:last-child) {
  background-image: url(../img/dash.png);
  background-position: right top;
  background-repeat: repeat-y;
  background-color: #ffffff;
}*/
.mainmenu .menu-item>button, .cabmenu .menu-item>button {
  width: 100%;
  text-transform: uppercase;
  background: transparent;
  border-color: transparent;
  border-width: 0px;
}
.mainmenu .menu-item.open>button, .cabmenu .menu-item.open>button  {
  background-color: #316ad5;
  border-color: #316ad5;
  color: #ffffff;
  border-width: 0px;
}
.mainmenu .open .dropdown-menu>li>a, 
.cabmenu .open .dropdown-menu>li>a,
.mainmenu .dropdown-menu>li>a {
  color: #ffffff;
  padding: 3px 20px 3px 3px;
}
.mainmenu .open .dropdown-menu>li>a span, .cabmenu .open .dropdown-menu>li>a span {
  padding-bottom: 3px;
}

.mainmenu .open .dropdown-menu>li>a:hover, 
.mainmenu .dropdown-menu>li>a:hover, 
.cabmenu .open .dropdown-menu>li>a:hover {
  background-color: transparent;
}
.mainmenu .open .dropdown-menu>li>a:hover span, 
.mainmenu .dropdown-menu>li>a:hover span, 
.cabmenu .open .dropdown-menu>li>a:hover span {
  background: transparent url(../img/line.png) bottom left repeat-x;
}
.mainmenu .menu-item.active, .mainmenu .menu-item.active>button, .cabmenu .menu-item.active, .cabmenu .menu-item.active>button {
  background-color: #2651a0;
  color: #ffffff!important;
  background-image: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent;
}
.dropdown-menu>.active>a span, .dropdown-menu>.active>a:focus span, .dropdown-menu>.active>a:hover span {
  background: transparent url(../img/line.png) bottom left repeat-x;
}
#about{
  -o-box-shadow: 0px 5px 0px 0px rgba(34, 71, 149, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(34, 71, 149, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(34, 71, 149, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(34, 71, 149, 1);
  box-shadow: 0px 5px 0px 0px rgba(34, 71, 149, 1);
}
#news {
  -o-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
}
#telemetr {
  -o-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
}
#service  {
  -o-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
}
#career {
  -o-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
}
#contacts {
  -o-box-shadow: 0px 5px 0px 0px rgba(149, 99, 165, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(149, 99, 165, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(149, 99, 165, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(149, 99, 165, 1);
  box-shadow: 0px 5px 0px 0px rgba(149, 99, 165, 1);
}

.cabmenu>button {
    padding: 14px 5px;
}
.cabmenu #online {
  width:10%;
}
.cabmenu #online {
  -o-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
  box-shadow: 0px 5px 0px 0px rgba(51, 102, 204, 1);
}
.cabmenu #common {
  width:10%;
}
.cabmenu #common {
  -o-box-shadow: 0 5px 0px 0px rgba(183, 74, 72, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(183, 74, 72, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(183, 74, 72, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(183, 74, 72, 1);
  box-shadow: 0 5px 0px 0px rgba(183, 74, 72, 1);
}
.cabmenu #channels {
  width:13%;
}
.cabmenu #channels {
  -o-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
  box-shadow: 0 5px 0px 0px rgba(255, 153, 0, 1);
}
.cabmenu #prog {
  width:15%;
}
.cabmenu #prog {
  -o-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
  box-shadow: 0 5px 0px 0px rgba(16, 150, 24, 1);
}
.cabmenu #time {
  width:22%;
}
.cabmenu #time {
  -o-box-shadow: 0 5px 0px 0px rgba(138, 2, 136, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(138, 2, 136, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(138, 2, 136, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(138, 2, 136, 1);
  box-shadow: 0 5px 0px 0px rgba(138, 2, 136, 1);
}
.cabmenu #adv {
  width:11%;
}
.cabmenu #adv {
  -o-box-shadow: 0 5px 0px 0px rgba(7, 147, 182, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(7, 147, 182, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(7, 147, 182, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(7, 147, 182, 1);
  box-shadow: 0 5px 0px 0px rgba(7, 147, 182, 1);
}
.cabmenu #ind {
  width:19%;
  border-left: 1px dashed #dddddd;
}
.cabmenu #ind {
  -o-box-shadow: 0 5px 0px 0px rgba(209, 72, 118, 1);
  -ms-box-shadow: 0 5px 0px 0px rgba(209, 72, 118, 1);
  -moz-box-shadow: 0 5px 0px 0px rgba(209, 72, 118, 1);
  -webkit-box-shadow: 0 5px 0px 0px rgba(209, 72, 118, 1);
  box-shadow: 0 5px 0px 0px rgba(209, 72, 118, 1);
}
.cabmenu .menu-item button[disabled='disabled'], .cabmenu a.disabled {
    -o-box-shadow: 0 5px 0px 0px rgba(134, 134, 134, 1)!important;
    -ms-box-shadow: 0 5px 0px 0px rgba(134, 134, 134, 1)!important;
    -moz-box-shadow: 0 5px 0px 0px rgba(134, 134, 134, 1)!important;
    -webkit-box-shadow: 0 5px 0px 0px rgba(134, 134, 134, 1)!important;
    box-shadow: 0 5px 0px 0px rgba(134, 134, 134, 1)!important;
    background-color: #d1d1d1;
    opacity: 1!important;
}
.cabmenu #adv .dropdown-menu  {
  width: 300px;
}
.cabmenu #adv .dropdown-menu>li>a {
    white-space: normal;
}
.blue {
  height: 75px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.bluebord {
  border: 1px solid #0085fb;
}
.bluetxt {
  color: #0085fb;
}
.header {
  background: #0085fb url("../img/bg.jpg") bottom center repeat-x;
  color: #ffffff;
  padding: 20px 0px 15px 0; 
}
.header.lk {
  background: #0085fb url("../img/bg.jpg") top center repeat-x;
}
.header h2 {
  font-size: 1.3em;
  line-height: 1.345em;
  font-weight: normal;
}
.maintxt {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: justify;
}
.maintxt .col-xs-6 h2:first-child {
  margin-top: 11%;
}
.maintxt p {
  margin: 0px;
  padding: 0px;
  font-size: 1.15em;
}
.headbuttons {
  list-style-type: none;
  padding:0px;
  margin-top: 12%;
  width: 100%;
  text-align: center;
  font-size: 1.45em;
}
.headbuttons-stat {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}
.headbuttons .btn-xs {
  width: 80px;
  height: 30px;
  white-space: normal;
  line-height: 1em;
  font-size: 0.5em;
  padding: 3px 4px;
}
.headbuttons .btn-xs.btn-stat {
  width: 100%;
  max-width: 400px;
}
.headbuttons .btn-xs.online {
  padding: 8px 4px;
}
ul.headbuttons li {
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  margin-right: 250px;
}
a.phone {
  color:#ffffff;
}
a.phone:hover {
  color:#ffffff;
  text-decoration: none;
}
.maincontent {
  text-align: justify;
}

.maincontent .row {
  padding-top: 15px;
  padding-bottom: 25px;
}
.maincontent .row .col-md-12 {
  clear: both;
}
.maincontent .row .col-md-12 ul, .maincontent .row .commontable ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
}
.maincontent .row .col-md-12 ul li, .maincontent .row .commontable ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  text-indent: -16px;
  text-align: left;
}
.maincontent .row .col-md-12:nth-of-type(odd) ul li, .maincontent .row.reverce .col-md-12:nth-of-type(odd) ul li {
  padding: 0px;
}
.maincontent .row .commontable ul.left li {
  text-indent: 0px;
}
.maincontent .row .commontable ul li {
  padding: 0px;
}
.maincontent.career .row .col-md-12 ul li {
    padding: 0px 0px 0px 23px;
    text-indent: -22px;
}
.maincontent .row .col-md-12 ul li:before, .maincontent .row .commontable ul li:before {
  content: "\2219 \00A0 \00A0 \00A0 ";
}
.maincontent .row .col-md-12:nth-of-type(odd) ul li:before, .maincontent .row .commontable tr:nth-of-type(odd) td ul li:before {
  content: "\00A0 \00A0 \00A0 \00A0 \2219 \00A0 \00A0 \00A0 ";
}
.maincontent.career .row .col-md-12 ul li:before {
  content: "— \00A0 ";
}
.maincontent .row .col-md-12:not(:first-child) h4, .maincontent .row .commontable tr:not(:first-child) td h4 {
  margin-top: 2.5em;
}
.img-half {
  width: 48.5%;
  height: auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.imgicon {
  width:150px;
  margin-top: 20px;
  float: right;
  margin-left:20px;
}
.maincontent .row .col-md-12:nth-of-type(even) img.img-half,
.maincontent .row.reverce .col-md-12:nth-of-type(odd) img.img-half  {
  float: right;
  margin-right: 0px;
  margin-left: 25px;
}
.maincontent .row.reverce .col-md-12:nth-of-type(even) img.img-half {
  float: left;
  margin-right: 25px;
  margin-left: 0px;
}
.maincontent .row.reverce .col-md-12 img.img-half {
  margin-top: 60px;
}
.maincontent .row .col-md-12.short h4 {
  margin-top: 5em;
}
.maincontent .row .col-md-12.short img.img-half {
  margin-top: 30px;
}
.commontable tr td {
  font-size: .85em;
  line-height: 1.5em;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
  width: 50%;
  text-align: justify;
}
.news-item {  
  margin: 20px 0px 40px;
}
.news-item img.news-preview {
  width: 35%;
  max-width: 300px;
  height: auto;
  float: left;
  margin: 0px 20px 20px 0px;
}
.news-item h2 {
  font-size: 18px;
  font-family: 'Century Gothic Bold', Arial, sans-serif;
}
.news-item h2 span {
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
  color: #999999;
  font-size: 15px;
}
.news-item h2.date {
  margin-top: 0px;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif;
}
.pr-item {
  margin: 10px 0px 15px;
}
.pr-item a {
  word-break: break-all;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #0085fb;
  text-align: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer a {
 color: #ffffff;
}
#footer h5 {
  margin: 3px 0px 0px 0px;
  font-size: 13px;
  line-height: 1.4em;
}
#footer h5 a {
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif; 
  font-weight: 300;
}
#footer .phone {
  font-family: 'Century Gothic Bold', Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 42px;
}
#footer hr {
  border: 0px;
  height: 1px;
  background: #3d71c6;
}
#footer small {
  line-height: 2.5em;
  font-size: 10px;
}
img.logobot {
  width: 70px;
  height: 41px;
}
.footer-menu {
  list-style-type: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.footer-menu li {
  display: inline-block;
  font-size: 13px;
}
.footer-menu li:not(:last-child){
  margin-right: 10px;
}
.footer-menu li.dropdown .dropdown-menu li{
  min-width: 200px;
}
.copy {
  font-size: 11px;
}
#footer .dropdown-menu {
  width: 300px;
  left: -100px;
  background-color: #fff;
  padding: 10px 5px 5px 0px;
  margin: 0px;
  font-size: 12px
}
#footer .left .dropdown-menu {
  left: -40px;
}
#footer .right .dropdown-menu {
  left: -200px;
}
#footer .dropdown-menu li>a{
  color: #000000;
}

hr.big {
  margin: 60px 0px;
}
.bg-about {
  background: rgba(34, 71, 149, 1);
  padding: 8px;
}
.bg-service {
  background:  rgba(183, 74, 72, 1);
  padding: 12px;
  text-align: left;
  text-decoration: none;
  width: auto;
  display: inline-block;
  margin: 20px 0px 10px;
}

.bg-career {
  background:  rgba(255, 153, 0, 1);
  padding: 12px;
  text-align: left;
  text-decoration: none;
  width: auto;
  display: inline-block;
  margin: 20px 0px 10px;
}
.bg-career a, .bg-career a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bg-contacts {
  background:  rgba(16, 150, 24, 1);
  padding: 12px;
  text-align: left;
  text-decoration: none;
  width: auto;
  display: inline-block;
  margin: 20px 0px 10px;
}

.reqs a, .reqs a:hover {
  color: inherit;
  text-decoration: none;
  cursor: inherit;
}

.regbanner {
    background: url(../img/regbanner.jpg) top center no-repeat;
    background-size: auto 100%;
    height: 200px;
    margin-top: 30px;
    position: relative;
}
.regbanner a.btn {
  position: absolute;
  left: 65px;
  bottom: 40px;
  font-weight: bold;
}
.regbanner a.btn-warning {
  background-color: #e66905;
  border-color: #e66905;
}
.regbanner a.btn-warning:hover {
  background-color: #ffffff;
  color: #e66905;
  border-color: #ffffff;
}
.jumbotron.telemetr {
  min-height: 30px;
  padding: 20px 0px 30px;
}


#searchTvshows.multipleSelect {
  width: auto!important;
  min-width: 280px;
}
.select2-container.search-film .select2-selection--single,
.select2-container--default.search-film .select2-selection--single .select2-selection__rendered {
  height: 45px;
  line-height: 45px;
}
.select2-container--default.search-film .select2-selection--single .select2-selection__arrow {
  height: 42px;
}
.ratingtv, .filmmenu {
  margin-bottom: 20px;
}
.ratingtv a, .filmmenu a {
  font-style: italic;
  color: #cccccc;
}
.filmmenu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.filmmenu li {
  display: inline-block;
  margin-right: 20px;
}
.filmmenu .active a {
  font-weight: bold;
}
/* ------ Devices ------ */
.mobnoscale {
  max-height: 5000em;
  min-height: 700px;
}
@media (min-width: 1920px) {
  .headbuttons {
    margin-top: 9%;
  }
  .headbuttons .btn-xs.online {
    padding: 10px 4px;
}
.headbuttons .btn-xs {
    width: 100px;
    height: 40px;
    line-height: 1.2em;
    font-size: 0.65em;
    }
}
@media (min-width: 1200px) {
  .container {
    width: 1040px;
  }
}
@media (max-width: 1200px) {
  .regbanner {
    height: 186px;
  }
  .regbanner a.btn {
    left: 50px;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .maincontent .row .col-md-12 p, .maincontent .row .col-md-12 ul,.maincontent .row .col-md-12 ul li, .maincontent .news-item p, .maincontent .news-item h2, .maincontent .news-item ul, .maincontent .news-item ul li {
     overflow: hidden;
  }
}
@media (max-width: 991px) {
    .header h2 {
    font-size: 1.1em;
  }
  #footer.respfoot .phone {
  font-size: 18px;
  line-height: 22px;
  }
  ul.headbuttons li {
    width: 22%;
  }
  .headbuttons .btn-xs {
    width: 75px;
  }
  .regbanner {
    height: 143px;
  }
  .regbanner a.btn {
    left: 36px;
    bottom: 20px;
  }
  .maincontent .row.reverce .col-md-12 img.img-half, .maincontent .row .col-md-12.short img.img-half {
    margin-top: 0px;
  }
  .maincontent .row .col-md-12.short h4 {
    margin-top: 2.5em;
  }
  .mainmenu a.menu-item, .mainmenu .menu-item>button {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .mainmenu .dropdown-menu {font-size: 13px;max-width: 350px;}
  .mainmenu a.menu-item {
    font-size: 11px;
    padding: 14px 10px;
  }
  .mainmenu .btn-group {
    margin-bottom: 5px;
  }
  .mainmenu .menu-item>button {
    font-size: 11px;
  }
  .mainmenu .dropdown-menu>li>a {
    white-space: normal;
  }
  .maintxt .col-xs-6 {
  width: 100%;
  clear: both;
  }
  .maintxt .col-xs-6 h2:first-child {
    margin-top: 10px;
  }
  .maintxt .col-xs-6 img {
  margin:0px auto;
  width: 70%;
  height: auto;
  }
  .headbuttons {
    margin-top: 20px;
  }
  ul.headbuttons li {
    width: 24%;
  }
  .headbuttons .btn-xs {
    width: 80px;
  }
  .popup-img {
    width: 100%!important;
  }
  .regbanner {
    background-size: 95.5% auto;
    margin-top: 15px;
  }
  .jumbotron.telemetr {
    padding: 20px 0px 15px;
  }
  .regbanner a.btn {
    left: 5%;
    bottom: auto;
    top: 55%;
    white-space: normal;
  }
  .commontable tr td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 720px) {
  body {
  margin-bottom: 500px;
  }
  #footer.respfoot .col-xs-3 {
    width: 100%;
    text-align: center;
    clear: both;
  }
  #footer.respfoot .col-xs-6 {
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer.respfoot .footer-menu {
  margin: 20px 0px 20px 0px;
  }
}
@media (max-width: 570px) {
  .mainmenu .menu-item, .mainmenu.mainmenu-short .menu-item, .mainmenu.mainmenu-long .menu-item {
    width: 50%;
  }
  .mainmenu #about, .mainmenu #service, .mainmenu #contacts{
    border-right: 0px dashed transparent;
    border-left: 0px dashed transparent;
  }
  .mainmenu #telemetr, .mainmenu #career {
    border-left: 1px dashed #dddddd;
    border-right: 0px dashed transparent;
  }
  .mainmenu.mainmenu-short #about, .mainmenu.mainmenu-short #career{
    border-right: 0px dashed transparent;
    border-left: 0px dashed transparent;
  }
  .mainmenu.mainmenu-short #service, .mainmenu.mainmenu-short #contacts{
    border-left: 1px dashed #dddddd;
    border-right: 0px dashed transparent;
  }
  .mainmenu.mainmenu-long #about, .mainmenu.mainmenu-long #telemetr,.mainmenu.mainmenu-long #career{
    border-right: 0px dashed transparent;
    border-left: 0px dashed transparent;
  }
  .mainmenu.mainmenu-long #news, .mainmenu.mainmenu-long #service, .mainmenu.mainmenu-long #contacts{
    border-left: 1px dashed #dddddd;
    border-right: 0px dashed transparent;
  }
  /*#service  {
  -o-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -ms-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  box-shadow: 0px 5px 0px 0px rgba(183, 74, 72, 1);
  }*/
  .mainmenu.btn-group .btn+.btn, .mainmenu.btn-group .btn+.btn-group, .mainmenu.btn-group .btn-group+.btn, .mainmenu.btn-group .btn-group+.btn-group {
    margin-left: 0px;
  }  
  .mainmenu .dropdown-menu {
    padding: 10px 15px 15px 20px; 
    left:0px;   
    right: 0;
    margin: 2px 0 0;
    font-size: 12px;
    top: 104%;
    width: 201%;
    max-width: none;
  }
  .mainmenu .menu-item:nth-child(2n) .dropdown-menu{
    left:auto;   
    right: 0px!important;
  }  
  .mainmenu.btn-group>.btn {
    margin-bottom: 5px;
  }
  .mainmenu.btn-group>.btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .mainmenu.btn-group>.btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .regbanner {
    background-size: 140% auto;
    background-position: 15px 0px;
    overflow: hidden;
    width: 97%;
    height: 163px;
  }
  .regbanner a.btn {
    left: 8%;
    width: 88%;
  }
}
@media (max-width: 470px) {
  ul.headbuttons li {
    width: 48%;
  }
  .maincontent .row .col-md-12:nth-of-type(odd) ul li:before {
  content: "\2219 \00A0 \00A0 \00A0 ";
  }
  .maincontent.career .row .col-md-12:nth-of-type(odd) ul li:before {
  content: "— \00A0 ";
  }
  .regbanner a.btn {
    left: 4%;
    width: 96%;
  }
}
@media (max-width: 768px) {
  a:active {
    background-color: #909090!important;
  }
}
.modal-title-site {
  color: black;
}

.multipleSelect {
  width: 100% !important;
}

.mobnoscale .select2-container--default .multipleSelect.select2-selection--multiple,
.mobnoscale .select2-container--default .multipleSelect.select2-selection--single {
    border-color: #66afe9!important;
    outline: 0;
    -webkit-box-shadow: inset 1px 0px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 1px 0px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

#chart_div {height: 410px;}
.report_result {min-height: 410px;}
#reportsHeader {font-size:15px; font-weight: bold; text-align: center; width:100%}

.period_picker_box {width:816px!important;}

.chart, .report {
    min-width: 300px;
    max-width: 800px;
    height: 400px;
    margin: 1em auto;
}

#chart4 {width:550px;}

.chartModal  {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}

.reportModal {
  position:absolute;
  width: 100%;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);  
  outline: solid rgba(0, 0, 0, .7) 10000px;
}    
.reportModal .reportTitle, .reportModal .reportSubtitle {
  width: 100%!important;
}


.chartModal .chart, .chartModal #chart4 {
    height: 90%!important;
    width: 90%!important;
    max-width: none; 
}

.reportModal .report {
}  

/*.chartModal .chart >div {width:100%!important;}  */
/*.chartModal #chartProfile1{width:100%!important;} */
.chartModal #chartProfile2 g text {font-size: 10px!important;}
.chartModal #chartProfile3 g text {font-size: 10px!important;}

.chartModal .chart_video {
    height: 90%;
    width: 90%;
    max-width: none;  
    margin: 1em auto;
}

.chartModal .chart_video > .chart {
    width: calc(100% - 500px); 
    float:left;
    margin: 0;
}

.chartModal .chart_video > .video {
    height: 90%;
    width: 500px;
    padding: 10px;
    max-width: none;  
    float:right;
    background-color: white;
    border-top: 2px solid white;
}

.chartModal .chart_video > .video .videoControls{
  margin: 0.5em auto;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding-left: 72px;
}  

.chartModal .chart_video > .video video{
  width: 480px;
  margin: 0 auto;
}
 
.videoPreview{
  width: 480px;
  margin: 2em auto;
} 

.close {          
   display: none;
}  


.chartModal .close {
    position: absolute;
    top: 24px;
    right: 8%;
    font-size: 22px;
    display: block;
}   

.reportModal .close {
    position: absolute;
    top: 8px;
    right: 28px;
    font-size: 22px;
    display: block;
}   

.columnLabel {
  color: #ff0000;
  font-size: 15px;
  margin-bottom:10px;
}

.dataTables_info {display:none;}

video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}

.videoButton {float: left; height: 28px; width : 60px; max-width: 60px;}
.videoTime {float: left; width: 90px; max-width:80px; height: 28px; line-height: 28px; font-weight: bold;}
.btn-cont {line-height: 13px; height:28px; font-size:12px; padding: 6px 6px !important; width:100%;}

.chart_tooltip {color:black;}
.chart_tooltip .glyphicon {top: 2px; font-size: 15px;}

.zoomBlock{position: relative; display: block;}
.zoomImage{position: absolute; top: 2px; right: 12px; width: 32px;}

.chart-container .reload{
    position: absolute;
    background: white;
    padding:4px;
    top: 90px;
    right: 70px;
    cursor: pointer;
    color: #888;
    width: 90px;
    height: 30px;
    visibility: hidden;
    border: 1px solid currentColor;
    border-radius: 3px;
    display: table;
}
.chart-container .reload>span.glyphicon {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
}
.chart-container .reload>span.text {
  font-size: 12px;
  padding-left:4px;
  display: table-cell;
  vertical-align: middle;
}

.chart-container .reload img {
    height: 17px;
    margin-top:-2px;
}

.zoom{
    position: absolute;
    background: white;
    padding:4px;
    top: 90px;
    right: 30px;
    font-size: 18px;
    color: #888;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 3px;
    text-align: center;
    display: block;
    cursor: pointer;
    visibility: hidden;
}

.print{
    background: white;
    padding:4px;
    font-size: 18px;
    color: #888;
    width: 30px;
    height: 30px;
    border: 1px solid currentColor;
    border-radius: 3px;
    text-align: center;
    display: block;
    cursor: pointer;
}

#chart2container .zoom {right: 5px;}
#chart2container .reload {right: 45px;}

.chartModal .zoom, .reportModal .zoom {
  display: none;
}

.chartModal .reload {
  right:180px!important;
  top: 20px!important;
}

.reload:hover, .zoom:hover, .print:hover {color:#333;}

.header .dropdown-toggle:after {
  content: '▸';
  position: absolute;
  margin-left: 3px;
  top: 15px;
  font-size: 13px;     
}

.header .dropdown-toggle:hover:after,
.header .dropdown-toggle.open:after {
  content: '▾';
  font-size: 13px;
}


#airComparisonResult {
  border: 0; 
  margin-top:0; 
  padding-left:20px;
  min-height: 550px; 
  height: 550px; 
  min-width: 550px;
  font-size:13px; 
  font-family: Arial, sans-serif;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);  
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  background-color: white;
  overflow: visible;
}

.reportModal #airComparisonResult {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);  
  height: 1350px;
  max-width: 1050px;
  padding-bottom: 20px;

} 
 
.reportTitle {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  width:100%; 
  height: 35px; 
  text-align:center; 
  font-size:18px; 
  padding-top:10px;
  color: #333;
}  

.reportSubtitle {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  width:100%; 
  height: 25px; 
  text-align:center; 
  font-size:12px; 
  padding-top:10px;
  margin-bottom:10px;
  color: #666;
}  

.airTimeRow {width: 80px; border-collapse: collapse; float:left; position: absolute;}
.airTimeRow>div {border: 1px solid #666; display:table-row; height: 30px; line-height: 30px; position:absolute}
.airTimeRow>div>div {width: 80px;}  

.airValueRow {width: 100px; border-collapse: collapse; float:left; position: absolute;}
.airValueRow>div {height: 30px; line-height: 30px; max-height: 30px; overflow: hidden; position:absolute;}
.airValueRow>div>div {width: 90px; text-align: right;}  

.airDataRow { font-size:12px; width: 200px; border-collapse: collapse; float:left; position: absolute;}
.airDataRow>div {border: 1px solid #666; display:table-row; overflow: hidden; position:absolute}
.airDataRow>div>div {top:-1px; position:relative; width: 200px; max-width: 200px; height:100%; overflow: hidden; vertical-align: middle; display: table-cell; padding: 0 5px 0 5px; text-align: center;}
.tooltipster-box{background:#fff!important}

.legends {clear: both; height:40px; width: 850px}
.legends>div {float: left; margin-right: 22px;}
.legend_color {float: left; width:13px; height:13px; border:0; background-color: red; border:1px solid #777;}
.legend_title {float: left; padding-left: 4px; font-size:13px; line-height: 13px; height:13px; color: #666; padding-top: 2px}

.toggleMap {cursor: pointer; font-style: italic;}

ol{
    list-style: none;
    padding-left: 10px;
}
ol > li{
    padding-left: 20px;
    position: relative;
    margin: 10px;
}
ol > li:before{
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: green;
}