/*
007dc6 - main color
00ADEF - hover and blue
f1f2f3 - light gray
*/



/* common text */
body
{
  text-align: left;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  background: #efefef;
}



body, input, select, textarea
{
  color: #010101;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

input, select, textarea { outline: none; }

/* links general */
a
{
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d2;
}

.pseudo-link {border-bottom: 1px dashed #d2d2d2;cursor:pointer;}

a.imglink {border-bottom:none;}

a:hover, .pseudo-link:hover
{
  text-decoration: none;
  color: #00ADEF !important;
  border-color: #00ADEF !important;
  cursor:pointer;
}

/*
a:hover img {
    opacity:0.7;
    //filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
*/

img {vertical-align:top;}

iframe {border:none; vertical-align:top;}

/* headings, text */

h1, h2, h3, h4, h5, h6
{
  line-height: 1.3;
  font-weight: bold;
  font-weight:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; }
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b { font-weight: inherit; }
i { font-style: italic; }

sup
{
  font-size: 10px;
  line-height: 10px;
  color: #888;
}

blockquote {
  font-size: 1.15em;
  color:#888;
  margin:0 0 1em;
  padding: 1em;
}

#content-normal iframe {margin-bottom: 30px;}

address { font-style: normal; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

/* general text styles */
.content p, .intro p {margin: 0 0 1em;}


.content h1.mainHeader.long, .content h1
{
  color: #000;
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  margin:0;
}

h2
{
  font-size: 24px;
  line-height: 30px;
  margin: 1em 0 0.6em;
  color:#111;
  font-weight: bold;
  

}

#content-header h2 {
  margin:0.2em 0 0;
  font-size: 16px;
  color: #888;
  line-height: 1.3;
}


h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 0.6em;
  color:#111;

}



h4
{
    font-size: 15px;
    margin: 0 0 0.6em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    text-align: center;
}

/* top margin is usefull just in arcticle type containers */

article h3 {margin-top:1.2em;}

h4
{
  font-size: 15px;
  color:#010101;
  margin: 0.8em 0 0.6em;
  line-height: 1.5;
}

.col h2:first-child, .col h3:first-child, .col h4:first-child {margin-top:0;}
.content section h2:first-child  {margin-top:0;}

.bg h2, .bg h3, .bg2 h2, .bg2 h3 {margin-top:0;}

.content ul, .intro ul
{
  margin-bottom: 1em;
  margin-top: 0;
  padding:0;
  list-style: none;
}

.content ul ul, .intro ul ul { margin-top: 1em; padding-left:1em;}

.content ul li, .intro ul li
{
  background: url(../images/ul.png) 0 0.6em no-repeat;
  padding-left: 17px;
  margin-bottom: 0.6em;
  position: relative;
  zoom: 1;
  line-height: 1.4em;
}

*html .content ul li { background: url(../images/ul.png) 0 7px no-repeat; }


ol
{
  list-style: decimal;
  padding-left: 30px;
}

ol li { margin-bottom: 0.6em; }

.content dl
{
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  zoom: 1;
  _height: 1%;
}

.content dt
{
  font-weight: normal;
  float: left;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
}

.content dd
{
  padding-bottom: 0.5em;
  min-height: 1.5em;
  _height: 1.5em;
}

.content article cite
{
  font-size: 1.3em;
  display: block;
  margin-bottom: 1em;
  line-height: 1.5em;
  font-style: italic;
}

.content article .vrezka
{
  float: right;
  width: 30%;
  font-size: 22px;
  margin: 0 15px 15px 0;
}

.content article .alignLeft
{
  float: left;
  margin: 0 15px 15px 0;
}

.content .alert { /*color:red;*/ }

.content .small, .content .note, .content .description
{
  font-size: 13px;
  line-height: 1.4em;
  color: #888;
}

.content span.extra
{
  color: #007dc6;
}

p.description {
  font-size:13px;
  color:#888;
}

/* tables */
td, th
{
  vertical-align: top;
  text-align: left;
}

.content table
{
  margin-bottom: 20px;
  width: 100%;
  _width: 99%;
  font-size: 13px;
  line-height: 20px;
}

.content table.text-big
{
  font-size: 16px;
  line-height: 1.5;
}

.content table th
{
  padding: 5px 3px;
  font-weight: bold;
  text-align: left;
  background: #fff;
  color: #000;
  vertical-align: top;
  
  border-bottom: solid 1px #00ADEF;
  
}

.content table th[scope="col"] { border-bottom: solid 1px #00ADEF; }

.content table th[scope="row"]
{
  border-right: solid 1px #00ADEF;
  border-bottom: solid 1px #e6e6e6;
}

.content table .tr-even th[scope="row"] { background: #fcfcfc; }
.content table tr:hover th[scope="row"] { background: #f1f2f3; }

.content table td
{
  border-bottom: solid 1px #e6e6e6;
  padding: 3px 20px 3px 3px;
}

.content .tr-even td { background: #fcfcfc; }
table.contenttable tr:hover td { background: #f1f2f3; }
table.contenttable p {margin-bottom:0;}

table.icons td {text-align:center;border:none;}
table.icons img {margin-bottom:1em;}
table.icons a {border-bottom:none;}

/* highlight */
.page-highlight
{
  /*font-style: italic;*/
  font-size: 1.3em;
  line-height: 1.45;
  font-weight: normal !important;
}

.page-highlight b { font-weight: normal !important; }
body .page-highlight ul { padding: 0; }

body .page-highlight ul li
{
  padding-left: 23px;
  background: url(../images/ul-highlight.png) 0 0.75em no-repeat;
}

.rss_subscription {
  font-size:13px;
  text-align:right;
}

.rss_subscription a {color:#888;}
.rss_subscription a:hover {color:#00ADEF;}


div.higlight-info {
  background: #f1f2f3;
  padding:30px;
  margin-bottom:2em;
}

div.higlight-info h2 {margin-top:0;}



/* ==============================================================================
================================================================
============================================== */


              /* header and navigation */
#page-header {border-bottom: solid 1px #efefef;}

/* main menu */

#page-header nav#website-menu
{

  position: relative;
  overflow: hidden;
  font-size: 16px;
  vertical-align: middle;

  color: #000;
  margin:0 0 20px;
  padding: 0 300px 0 330px;
}


#page-header nav#website-menu a
{
  display: inline-block;
  line-height: 2;
  padding: 0 0.7em;  
  margin: 0 0.5em 0.5em 0;
  border: none;
  outline: none;
}

#page-header nav#website-menu a:hover
{
  background: #efefef;
}


#page-header nav#website-menu a.act
{
  background: #e9f2f8;
}


/* menu lang */
#menu-lang
{
  text-transform: uppercase;
  color:#888;
  font-size:11px;
}

#menu-lang span
{
  margin-left: 0.3em;
  padding: 2px 2px;
  border: solid 2px transparent;
}

#menu-lang span.act
{
  font-weight:bold;
  /*border-color:#000;*/
  background: #F1F2F3;
  color: #888;
  border-radius: 3px;
}


/* navspecial */

#navspecial a {border:none;}

/* header text */

#page-header .header-text h2 {
  display:inline-block;
  *display: inline;
  
  margin: 0;
  padding: 0;
  
  font-size: 18px;
  color: #000;
}

#page-header .header-text h2.phone {
  padding-right: 1em;
  margin-right: 1em;
  border-right: solid 1px #f1f2f3;
}

#page-header .header-text h2.feedback:before {
  content:'';
  display:inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #00ADEF;
  margin-right: 10px;
  vertical-align: middle;
    border: 2px solid #C6DCF9;
}

/* wayFinder */
body ul.wayFinder
{
  list-style:none;
  padding:0;
  margin:0;

  color: #888;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  _height: 1%;
  position: relative;
  padding: 0 !important;
}

body .wayFinder li
{
  background:none;
  float: left;
  margin: 0 1em 0 0;
  padding:0;
}

.wayFinder strong { font-weight: normal; }

.wayFinder .home a { 
  display:inline-block;
    *display:block;
    width:11px;
    *height:11px;
    overflow:hidden;
    text-indent:2000px;
    white-space:nowrap;
    background:url(../images/home.png) no-repeat 0px 50%;
     vertical-align:top;
}

.wayFinder a
{
  text-decoration: none;
  margin-right: 1em;
  color: #888;
}

.wayFinder a:hover { text-decoration: none; color:#00ADEF;}

/* submenu */
.content nav.subMenu ul
{
  line-height: 1.5;
  padding: 0;
  font-size: 16px;
}

.content nav.subMenu ul li
{
  margin: 0;
  padding: 0;
  background:none;  
  margin-bottom: 0.8em;
  zoom: 1;

}

.content nav.subMenu li ul { margin: 0.5em 0; padding-left: 0.7em; }

.content nav.subMenu a
{
  text-decoration: none;
  /*border-bottom: none;*/
}

.content nav.subMenu a:hover
{
  text-decoration: none;
  /*border-bottom: none;*/
}

.content nav.subMenu strong {
  border-bottom-color: #fff;
  background: #007dc6;
  padding: 2px 4px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  *display:block;
}



/**/

.hborders {
  padding:20px 0;
  border-top:solid 1px #d2d2d2;
  border-bottom:solid 1px #d2d2d2;
  margin:20px 0;
}


/* end x MAIN PAGE */




/* common framers */
.bg  {
  background-color:#f1f2f3 !important;
  padding:1em;
  margin-bottom:30px;
}

.bg2  {
  background-color:#eef7fc !important;
  padding:1em;
  margin-bottom:30px;
}


.empowered {
  font-size:20px;
}

/*.expandable { margin-bottom: 1em; }*/
.expandable_header {
  display: inline-block;
  *display: block;
  border-bottom: 2px dashed #ddd;
  cursor: pointer;
  display: inline;
  margin-bottom:1em;
}



.intro-block {
  font-size: 1.45em;
  margin-bottom:1em;
}

.box.light {
  padding:0.5em;
  border:solid 1px #cecece;
  margin-bottom:30px;
}

.box.light p:last-child {margin-bottom:0.5em;}

/* Updated by Ilya for indexed_search */
.csc-sword { background: #FFFF00; }

/* main slider v2 */
.ms1slider
{
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 350px;
}

.ms1slider__container
{
  position: relative;
  height: 100%;
}

.ms1slider > .ms1slider__slide {display: none;}

.ms1slider__slide
{
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.ms1slider__points
{
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  text-align: center;
}

.ms1slider__point
{
  display: inline-block;
  width: 4px;
  height: 4px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  margin-right: 3px;
  background: rgba(255,255,255,0.6);
  *background:#aaa;
}

.ms1slider__point.selected { background: #fff; }

.ms1slider__ears
{
  position: absolute;
  top: 0;
  bottom:0;
  
  z-index: 10;
  width: 30px;
  height: 100%;
  cursor: pointer;
}

.ms1slider__ears_left { 
  left: 0;   
  background: transparent url(../images/b.png) no-repeat 50% 50%;
}
.ms1slider__ears_right {
  right: 0;
  background: transparent url(../images/f.png) no-repeat 50% 50%;
}

/* main */
.tx-pagebrowse-pi1 { margin: 10px 0 20px; }

.tx-pagebrowse-pi1 ul
{
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  _height: 1%;
}

.content article .tx-pagebrowse-pi1 ul li
{
  background: none;
  padding: 0;
  margin: 0 1em 0 0;
  float: left;
}

.content article .tx-pagebrowse-pi1 ul li.pages { margin-right: 0; }
.content article .tx-pagebrowse-pi1 ul ul { margin: 0; }
.content article .tx-pagebrowse-pi1 ul li a { padding: 2px 4px; }

.content article .tx-pagebrowse-pi1 ul li.pages .current strong
{
  background: #4E89AD;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 4px;
  color: #fff;
  font-weight: normal;
}

/* search form */
.search_short {
  position: absolute;
  z-index:3;
  width: 167px;
  overflow: hidden;
  right: 42px;
  top: 82px;
  height: 30px;

  padding: 0px 30px 0px 0px;
  font-size:13px;
  border:solid 1px #efefef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px  
}

.search_short form
{
  padding: 0;
  margin: 0;
}

.search_short fieldset
{
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
}

.search_short fieldset input
{
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
  height:24px;
  padding:3px;
  vertical-align: baseline;
  *padding-top: 8px;
  -webkit-box-shadow: none;
}

.search_short input[type="submit"]
{
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -3000px;
  background: none;
  line-height: 1;
  border: none;
  overflow: hidden;
  background:url(../images/search-button.png) 0 0 no-repeat;
}

/* google search */

.gsc-control-cse table td, .gsc-control-cse table th {border:none !important; padding:0 !important;}


a.gsst_a {border-bottom:none;}
span.gscb_a {vertical-align:middle;}

#cboxTitle a
{
  color: #999;
  border-bottom: solid 1px #cecece;
}

#cboxTitle a:hover
{
  color: #ccc;
  border-bottom: solid 1px #ccc;
}

/* colorbox */

#cboxContent {
  padding-left: 290px;
}

#cboxTitle {
  position: absolute;
  left:0;
  bottom:0;
  top: auto;
  width: 250px;
  padding: 20px;
  
  top:0;
}
#cboxTitle .img-caption {
  /*margin-bottom: 20px;*/ 
  color: #fff;
  font-size: 13px;
  position: absolute;
  overflow-y:scroll;
  top: 20px;
  left:20px;
  right:20px;
  bottom: 50px;
}

#cboxTitle .img-caption::-webkit-scrollbar {
  width: 6px;
}

#cboxTitle .img-caption::-webkit-scrollbar-track {background:#000;}
#cboxTitle .img-caption::-webkit-scrollbar-thumb {background:#333; border-radius: 2px;}

#cboxTitle a {
  font-size: 11px;
  border-bottom-color: #333;
  color: #666;
  
  display: inline-block;
  position: absolute;
  bottom:20px;
  left:20px;
  border:0;
}

#cboxCurrent {font-size: 11px; color: #666;}


/* custom */
#header-partner {
  position: absolute;
  overflow: hidden;
  top: 35px;
  top: 10px;
  right: 30px;
  width: 118px;
  z-index:2;
}

/*#logo-gazprom a {border: none;}*/


/* special wraps */
.brandwall {
  margin:1.5em 0;
  text-align:center;
}

.brandwall a {
  border-bottom: none;
}

.brandwall a img {
  padding: 0.5em 1em;
  height: 50px;
  width: auto;
}


.content.inner #content-image img {max-width:100%; height: auto;}

/* forms special */ 
.form-email-content {
  padding: 20px;
  background:#f2f3f4;
}

.form-email-content .instructions {
  padding: 10px;
  background:#e3f1f9;
  margin:1em 0;
}

.form-email-content dl dt {
  font-size:13px;
  color:#888;
  float:none;
  padding:0;
}

.form-email-content dl dd {
  padding:0;
  margin:0 0 1em;
}



