

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/robotomedium.eot');
  src: url('../fonts/robotomedium.eot#iefix') format('embedded-opentype'),
  url('../fonts/robotomedium.woff2') format('woff2'), 
  url('../fonts/robotomedium.woff') format('woff'), 
  url('../fonts/robotomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Black'), 
  local('Roboto-Black'), 
  url('../fonts/robotoblack.woff2') format('woff2'), 
  url('../fonts/robotoblack.woff') format('woff'), 
  url('../fonts/robotoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/robotocondensedbold.eot');
  src: url('../fonts/robotocondensedbold.eot#iefix') format('embedded-opentype'),
  url('../fonts/robotocondensedbold.woff2') format('woff2'), 
  url('../fonts/robotocondensedbold.woff') format('woff'), 
  url('../fonts/robotocondensedbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'Exo2';
  src: url('../fonts/exo2extrabold.eot');
  src: url('../fonts/exo2extrabold.eot#iefix') format('embedded-opentype'),
  url('../fonts/exo2extrabold.woff2') format('woff2'), 
  url('../fonts/exo2extrabold.woff') format('woff'), 
  url('../fonts/exo2extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}


body {
  font-family:Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.42857143;
  color: rgb(38,38,38);
  background-color: #eeeeee;
}


#header {
  background: rgb(0,92,169);
  border-bottom:2px solid rgb(0,62,134);
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}


p, h3, h1 {text-align: center;}


.page-wrap {
  background: rgb(255,255,255);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}

/* nav */

.navbar-97 {
  margin-bottom: 0px;  
  border-radius: 0px;
}

.navbar-97 .navbar-nav{
  font-family:Roboto Condensed, Arial, sans-serif;
  text-transform: uppercase;
}


.navbar-97  .navbar-nav > li > a {
  color: rgb(255,255,255);
  height:60px;
  padding-top:8px;
  padding-left:20px;
  padding-right:20px;
  line-height: 22px;
}


.navbar-97 .navbar-nav > li > a:hover,
.navbar-97 .navbar-nav > li > a:focus {
  background-color: rgb(0,62,134);
}


.navbar-97 .navbar-nav > li > a:active, {
 background: rgb(0,209,0);
}


.navbar-97 .navbar-brand {
  background: url(../img/logo.png) no-repeat left bottom;
  width: 265px;
  height: 60px;
  margin-right:70px;
}

.navbar-97 .navbar-nav > li.active > a,
.navbar-97 .navbar-nav > li.active > a:hover,
.navbar-97 .navbar-nav > li.active > a:focus {
  color: rgb(0,92,169);
  cursor: default;
  background-color: rgb(240,240,240);
}



.navbar-97 .navbar-toggle .icon-bar{
  background-color:rgb(255,255,255);
}

.navbar-97 .navbar-nav > li.lang-ver {
    float: right;
}

.navbar-97 .navbar-nav {
    float: none;
    width: 100%;
}



.navbar-97  .navbar-nav > li.lang-ver > a {
color:rgb(115,166,210);
padding: 0px 0px;
height: auto;
margin: 5px 10px 0px 10px;
}


.navbar-97  .navbar-nav > li.lang-ver > a:hover {
  background-color: #005ca9;
}

@media screen and  (max-width: 1199px) {
.navbar-97 .navbar-brand {
  margin-right:0px;
 } 
 .navbar-97 .navbar-nav > li > a {
  padding-left:10px;
  padding-right:10px;
 }
} 

@media (max-width : 992px ){
  .navbar-97  .navbar-nav > li > a {
    padding-left:12px;
    padding-right:12px;
  }


.navbar-97 .navbar-nav > li.lang-ver > a {
    color: rgb(115,166,210);
    padding: 0px 0px;
    height: auto;
    margin: 5px 5px 0px 5px;
}

 .navbar-97 .navbar-nav > li.lang-ver {
    float: left;
 }

 .navbar-97 .navbar-nav {
    float: left;
 }


}


@media (max-width : 769px ){
  .navbar-97 .navbar-brand {
    background-size: contain;
    margin-right: 0px;
    width: 200px;
    height: 60px;
  }
  .navbar-97  .navbar-nav > li > a {
    padding-top:20px;
    height:60px;
    max-width:100%;
  }
  .navbar-97 br {display:none;}

  .navbar-97 .navbar-nav > li.lang-ver > a {
    color: rgb(115,166,210);
    padding: 0px 0px;
    height: auto;
    margin: 15px 15px 15px 15px;
  }


  .navbar-97  .navbar-nav > li.lang-ver > a:hover {
     background-color: #005ca9;
  }


}

.navbar-97  .navbar-nav .nav-padding {
padding-top: 20px;
}


/* index page */

.index-bg-top{
  text-align: center;
  margin: 0px -15px 25px;
}

.index-bg-top img{
 width:100%;
}

.index-bg-mid{
 margin: 0px -15px; 
 text-align: center;
}

.index-bg-mid img{
  width:100%;
}

.index-bg-mid .btn {
  margin-top:-40px;
}

.img-scheme {
  text-align: center;
}
.img-scheme img{
  /*width: 100%;*/ 
  max-width: 529px;
  margin-bottom: 25px;
  margin-left: 15px;
  /*margin-right: 10px;*/
}



.left-side img{
  float:left;
  position: relative;
  right:-15px;
}

.left-side .img-f{
  margin-left:0px;
}





.tx36{
  font-size: 36px; 
  font-weight: bold; 
  text-transform: uppercase; 
  color: rgb(0,92,169); 
  padding: 30px 0px;
}


.exo44 {
 margin-top: 40px;
 color: rgb(38,38,38);
 font-size: 44px;
 font-family: Exo2, Arial, sans-serif;
}

.index-bg-mid hr {
  height: 2px;
  background:rgb(38,38,38);
  width:200px;
  margin-bottom: 50px
}


.textblock .col-md-4 {
  text-align: center;
  padding-bottom:50px;
}


.textblock h3 {
 margin-top: 0px;
 padding-left: 15px;
 color: rgb(0,92,169);
 font-size: 22px;
 margin-bottom: 0px;
 text-align: left;
 font-family: Exo2, Arial, sans-serif;
}

.textblock .dop-h3 {
  color: rgb(0,92,169);
  margin: 0px;
  padding-left: 15px;
  font-size: 20px;
  text-align: left;
}

.textblock hr {
  height: 1px;
  background: rgb(0,92,169);
  width:90%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.textblock img {
  float:left;
  padding:0 0 0 20px;
}

.index-bg-bot{
  margin-top: -30px;
  height: 95px;
  background: url('../img/index_bg_bot.png')  no-repeat top;
  text-align: center;
}

.index-bg-bot .btn{
  margin-top:0px;
}



.textblock .uz1 {
 background: url(../img/z1.png) no-repeat 45px 0px;
 padding-left: 110px;
 height: 100px;
}

.textblock .uz2 {
 background: url(../img/z2.png) no-repeat 15px 0px;
 padding-left: 110px;
 height: 100px;
}

.textblock .uz3 {
 background: url(../img/z3.png) no-repeat 30px 0px;
 padding-left: 110px;
 height: 100px;
}

.textblock .uz4 {
 background: url(../img/z4.png) no-repeat 35px 0px;
 padding-left: 110px;
 height: 100px;
}

.textblock .uz5 {
 background: url(../img/z5.png) no-repeat 15px 0px;
 padding-left: 110px;
 height: 100px;
}

.textblock .uz6 {
 background: url(../img/z6.png) no-repeat 20px 0px;
 padding-left: 110px;
 height: 100px;
}



@media screen and  (max-width: 1199px) {

  .img-scheme img{
    width: 250px; 
  }  

 .img-scheme .btn-map {
  padding:10px 15px;
}


.left-side img{
  float:none;
}

.left-side .img-f{
  margin-left:10px;
}

 } 

@media (max-width : 769px ){

  .img-scheme img{
    width: 300px; 
  }
}



 @media screen and (max-width : 992px ){

   .img-scheme img{
    width: 300px; 
  } 
 
 .img-scheme .btn-map {
  margin-bottom: 50px;
   }

/*.textblock .uz1, 
.textblock .uz2, 
.textblock .uz3, 
.textblock .uz4, 
.textblock .uz5, 
.textblock .uz6 {
 background-position: no-repeat 15px 0px;
}*/


  }

@media print {
  .img-scheme img{
    width: 300px; 
  }
}



/* contact page */

.contact-bg-top{
  text-align: center;
  margin: 0px -15px;
  margin-bottom: 30px;
}

.contact-bg-top img{
  width:100%; 
}

.textcontact .one {
  padding-left:35px;
}

.textcontact .two {
  padding-left:15px;
}

.contact-scheme img{
  max-width: 512px;
  margin-bottom: 20px;
}

.contact-scheme a{
  width:100%;
  clear:both;
  display: block;
}

.textcontact p {
  margin-top: 80px;
  text-align: left; 
  width:100%;
  clear:both;
  margin-bottom: 50px;
  font-family:Roboto Condensed, Arial, sans-serif; font-weight: 700;
  font-size: 20px;
}

.textcontact h3 {
  text-transform: uppercase;
  font-family: Exo2, Arial, sans-serif;
  border-bottom: 4px solid rgb(0,92,169);
  padding-bottom:25px;
  float:left;
  margin-top: 5px;
}

.textcontact hr {
  height: 4px;
  background: rgb(0,92,169);
  width:260px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-bg-bot{
  margin-top: 10px;
  height: 147px;
  background: url('../img/contact-bot.png')  no-repeat center;
  text-align: center;
}


@media screen and (max-width : 769px ){
  .contact-scheme img{
    width:100%;
    margin-bottom: 40px;
  }

  .textcontact .one {
    padding-left: 15px;
  }
}


/* demand page */

.demand-bg-top{
  text-align: center;
  margin: 0px -15px;
  margin-bottom: 20px;
}

.demand-bg-top img{
 width:100%;
}

.demand-bg-top h2{
  font-size: 80px;
  text-tranform: uppercase;
  color: rgb(0,92,169);
  font-family: Exo2, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: -5px;
}

.demand-form {
 margin: 0px -15px;
 padding: 60px 30px 40px 30px;
 background-color: rgb(0,92,169);
}

.demand-form label {
  font-size: 20px;
  margin: 20px 0px;
  color:rgb(255,255,255);
  font-family:Roboto Condensed, Arial, sans-serif; font-weight: 700;
}

.form-control {
  border-radius: 0px;
  font-size: 18px;
  height: 44px;
  padding: 12px 12px;
}

.demand-form .btn{
  float:right;
  margin: 60px 0px 40px 0px;
  width:90%;
}

.demand-form .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.4), 0 0 8px rgba(102, 175, 233, .9);
  box-shadow: inset 0 2px 2px rgba(0,0,0,.4), 0 0 8px rgba(102, 175, 233, .9);
}

#feedbackCaptcha{
  text-align: left;
  display:block;
}


/* communication page */

.communication-bg-top{
  text-align: center;
  margin: 0px -15px;
  margin-bottom: 0px;
}

.communication-bg-top img{
 width:100%;
}

.compadding {padding-top:30px;}

.addmargin {margin-top:20px;}

.padding-15 {padding-left:0px;}


.communication-bg-bot{
  margin-top: 0px;
  height: 137px;
  background: url('../img/index_bg_bot.png')  no-repeat top;
  text-align: center;
}

.communication-bg-bot .btn{
  margin-top:60px;
}

@media print {
.compadding {
    padding-top: 10px;
}
.addmargin {
  margin-top:0px;
}
}



/* info page */

.info-bg-top{
  text-align: center;
  margin: 0px -15px;
}

.info-bg-top img{
 width:100%;
}

.info-bg-bot{
  height: 160px;
  background: url('../img/info-bot.png')  no-repeat center;
  text-align: center;
}

.info-bg-bot .btn{
  margin-top:70px;
}



.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px 35px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}

.table {margin-bottom: 0px;}



.td-striped{
  background-color: rgb(240,240,240);
}

.red {color:#ff0000;}

table i { text-align: left;
  text-transform: uppercase;
  font-style: normal;

  font-family: Exo2, Arial, sans-serif;
}


.bg-gray {
  background-color: rgb(240,240,240); 
  height: 20px;
}



@media screen and (max-width : 769px ){
 table td {display:block; width:100%;}
 col {display: none}
 .table > tbody > tr > td {
   border-top: none; 
 }
}

/* accessibility page */

.accessibility-bg-top{
  text-align: center;
  margin: 0px -15px;
  margin-bottom: 30px;
}

.accessibility-bg-top img{
 width:100%;
}


.accessibility-bg-top .btn{
  margin-top: -300px;
}


.accessibility-way {
  background: url('../img/accessibility-way.png')  no-repeat;
  margin: -100px -15px 0px -15px;
}



.accessibility-way-sm {
  width:100%;
  margin:50px 0 50px 0;
}


#block-new {
padding-right:40px;
}


#block-new h3{
text-align: left;
text-transform: uppercase;
margin-bottom: 30px;
}



.bi-1 {
  margin-top: -78px;
}

.bi-2 {
  margin-top: -105px;
  margin-bottom: 0px;
}






 @media screen and (max-width : 992px ){

.bi-1 {
  margin-top: -62px;
}      

.bi-2 {
  margin-top: -87px;
}

  }



@media print {
.bi-2 {
  margin-bottom: 0px;
}
#block-new h3{
margin: 10px 0px;
}
#block-new{
line-height: 24px;
}
}


/* development page */


.development-bg-top{
  text-align: center;
  margin: 0px -15px;
  margin-bottom: 30px;
}

.development-bg-top img{
 width:100%;
}

#bg-elloy{
margin: -10px -15px 0px -15px;
background: #ffffed; 
padding:40px 0 0px 0;
}


#bg-elloy .row{
margin: 0px 0px;
}

.development-bg-pic{
  text-align: center;
  margin: -75px -15px 0px -15px;
  margin-bottom: 0px;
}

.development-bg-pic img{
 width:100%;
 margin-bottom: 10px;
}

.bgplan-1 {
  padding-left:40px;
}

.bgplan-1 h3 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  color:rgb(0,92,169);
  font-size:38px;
  font-family: Exo2, Arial, sans-serif;
}

.dev-box-1 {
  background: url('../img/dev-z1.png')  no-repeat;
  height: 240px;
  margin-bottom: 40px;
}

.dev-box-2 {
  background: url('../img/dev-z2.png')  no-repeat;
  height: 180px;
  margin-bottom: 40px;
}

.dev-box-3 {
  background: url('../img/dev-z3.png')  no-repeat;
  height: 180px;
  margin-bottom: 40px;
}

  .development-plans-top {
    margin: 0px -15px 0px -15px;
  }

  .development-plans-top img{
    width:100%;
    max-width: 1170px;
  }



  .development-plans {
    margin: 0px -15px 0px -15px;
    padding-top: 40px;
    background: rgb(0,92,169); 
    text-align: center;
  }



  .development-plans img{
    margin-bottom: 30px;
    width:100%;
    max-width: 1070px;
  }

  .development-plans-bot {
    margin: 0px -15px 0px -15px;
    background: url('../img/development-bot-plan.png')  no-repeat center;
    height:67px;
  }



.development-bg-bot{
  margin-top: 70px;
  height: 90px;
  background: url('../img/index_bg_bot.png')  no-repeat top;
  text-align: center;
}

.development-bg-bot .btn{
  margin-top:-70px;
}



    @media screen and (max-width : 992px ){

    .dev-box-1, .dev-box-2, .dev-box-3 {
      background: none;
      height: auto;
      margin-bottom: 0px;
    } 

    .development-bg-pic {
      margin-top: -60px;
    }

  }


   @media screen and  (max-width : 769px ){
    .development-bg-pic {
      margin-top: -55px;
    }

    .bgplan-1 h3 {
  font-size:26px;

}
}



  @media print {
    .development-plans img{
      width: 1000px;
    }

  }





  /* btn */

  .btn-primary{
    font-size: 24px;
    background: rgb(16,64,131);
    border-radius: 0px;
    color: rgb(255,255,255);
    font-family: Exo2, Arial, sans-serif;
    font-weight: bold;
    border: 2px solid rgb(255,255,255);
    padding: 7px 30px 10px 30px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  .btn-primary:hover, .btn-primary:focus {
   background: rgb(0,134,3);
   border: 2px solid rgb(255,255,255);
 }

 .btn-primary:active {
   background: rgb(0,209,0);
 }


 @media (max-width : 769px ){
  .btn-primary{
    font-size: 18px;
    padding:10px 40px;
  }
}

/* footer */

#footer .container-fluid {
  height: 40px;
  background: rgb(0,92,169);
  border-top:2px solid rgb(0,62,134);
}

#footer .copyright {
 padding-top: 9px;
 color:rgb(255,255,255);
 text-transform: uppercase;
 font-size: 13px;
 font-size:bold;
}

/* print */




@media print {




  body {
    background-color: #fff;
  }

  .container {
    width:1100px;
  }

  .btn {
    display:none;
  }

  #header {
    display:none;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  
  .col-lg-6 {
    width: 50%;
  }

}


.pagebreak {
  page-break-after: always;
}

* {
  -webkit-print-color-adjust: exact; 
  print-color-adjust: exact;
}