@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300italic,300,100italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic-ext);
/*----------------------------------------------------------------------------------*/
/*------------------------------RESET DEFAULT STYLES--------------------------------*/
/*----------------------------------------------------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
}

body {
  margin: 0;
  position: relative;
background:  url(../images/bg.png) repeat;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

select, input, textarea {

    vertical-align: middle;
}

textarea {
    vertical-align: top;
}

:focus {
    outline: none;
}

input[type=button] {
    cursor: pointer;
}

img, fieldset {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link, a:visited {
    color: #484848;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}




  .clear{
clear:both;
}
.clear-left{
clear:left;
}
.clear-right{
clear:right;
}
.left{
float:left;
}
.right{
float:right;
}
.back{

}
.all{
width: 100%;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 52%, rgba(255,255,255,1) 72%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(27%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(52%,rgba(255,255,255,1)), color-stop(72%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 52%,rgba(255,255,255,1) 72%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
display: table;

}

.bold{
font-weight: bold;
}
/*------------------------------------header--------------------------------*/
.head{
width:1024px;
background:  url(../images/header-bg.png) center top no-repeat;
height:163px;
margin:20px auto 0;
position: relative;
z-index: 40;

}
.head-ins{
width:1024px;
background:  url(../images/header-bg.png) center top no-repeat;
height:163px;
margin:20px 0 0;
position: relative;
z-index: 40;
top:0;
left:30px;
}
.energy{
position: relative;
z-index: 39;
float:left;
margin:0px;
height:120px;
}
.shadow{
box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
}
.border-radius{
border-radius:4px;
border:3px solid #fff;
}
/*-------------------------------------header--------------------------------*/
.cont-al-index{
width:1024px;
margin:0 auto;
background: #bcd3ed url(../images/content-bg.png) left bottom no-repeat;
position: relative;
z-index: 3;
top: -40px;
border:1px solid #999ea3;
box-shadow:  0px 2px 5px 0 rgba(0,0,0,0.5);
}
.cont-al
{
background: #bcd3ed url(../images/content-bg.png) left bottom no-repeat;
display: table;
margin: 0 30px;
width: 94%;
position: relative;
z-index: 3;
top: -40px;
border:1px solid #999ea3;
box-shadow:  0px 2px 5px 0 rgba(0,0,0,0.5);
}

.search{
clear:both;                 
width:380px;
position: relative;
left: 50%;
margin-left:-175px}
.search form input{
float:left;
}
.search form input[type="text"]{
 border:none;
 background: #fff;
   padding:3px 3px 3px 10px;
   margin:5px 0 5px 0;
   width:265px;
   font-size: 16px;
   color:#000;  
   height:15px;
   outline:none;
   border-radius:12px;
   font-family: 'Roboto', sans-serif;
   font-weight: 200;
   font-style: italic;
   box-shadow:  0 5px 5px rgba(0,0,0,0.15),
    inset 0px 2px 5px rgba(0,0,0,.8);
    border:1px solid rgba(0,0,0,0.6);
}
.search form input[type="submit"]{
margin:5px 0 0 5px;

}
.nav{
float:left;
width:210px;
}
.akciya{
float:right;
width:210px;
padding-top:30px;
}
.shadow-box{
width:152px;
border-radius:6px;
box-shadow: 3px 5px 5px rgba(0,0,0,0.5);
 background: #fff;
 margin: 15px auto;
}
.content{
margin:0 230px;

padding: 60px 0 120px;
} 
.content-ins{
margin:0 0 0 230px;
padding: 60px 0 120px;
}
.content-bg1{
background: rgba(183,204,226,0.7);

}
.content-bg{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */
}
    

.login{
 width:210px;
 margin-top:20px;

}
.login label{
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-style: italic;
      font-size: 14px;
   color:#000; 
    margin:0px 0 0px 10px;

    line-height: 2.2;
}
.login .field{
 border:none;
 background: #fff;
 float:right;
   padding:3px 3px 3px 10px;
   margin:5px 0 0px 0;
   width:125px;
   font-size: 16px;
   color:#000;  
   height:15px;
   outline:none;
   border-radius:12px;
   font-family: 'Roboto', sans-serif;
   font-weight: 200;
   font-style: italic;
   box-shadow:  0 5px 5px rgba(0,0,0,0.15),
    inset 0px 2px 5px rgba(0,0,0,.8);
    border:1px solid rgba(0,0,0,0.6);
}
.nav {
text-align: center;
}
.nav img{
margin:10px 0;
}
.akciya {

text-align: center;}
.akciya p{
font-family: 'Roboto', sans-serif;
   font-weight: 200;      
 padding:3px;      
 font-size: 16px;
}
 .button1{
background:  url(../images/button1.png) center top no-repeat;
width:77px;
height:30px;
border:0;
display: block; 
margin: 0px;
 }
  .button2{
background: url(../images/button2.png) center top no-repeat;
width: 88px;
height: 30px;
border: 0;
display: block;
position: relative;
right: -200px;
top: 5px;

 }
  .button3{
background:  url(../images/button3.png) center top no-repeat;
width:77px;
height:30px;
border:0;
display: block; 
margin: 0px;
float:right;
 }
.footer{
background:  url(../images/footer.png) center bottom no-repeat;
height:78px;
background-size: cover;
}
.footer img.left{
margin:5px 0 0 20px;
}
.footer div.left{
margin: 5px 0 0 180px;
}
.footer div.left p{
font-family: 'Roboto', sans-serif;
font-weight: 200;      
    
font-size: 16px;
color:#fff;
text-align: center;
line-height: 1;}           

.panel-ins{
height:200px;
}
.panel{
background: url(../images/panel.png) center top no-repeat;
width: 638px;
height: 81px;
position: relative;
z-index: 3;
margin: 0 auto;
float: left;
margin-top: -130px;
padding-top: 110px;
}       

.panel img{
vertical-align: bottom;
}
.panel label{
    margin:10px 5px 0;
}
p.per{
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-style: italic;
   font-size: 14px;
   color:#000; 
    margin:10px 10px 0;
    line-height: 1;
    width:60px;
    float:left;
}
p.pod{
   font-family: 'Roboto', sans-serif;
   font-weight: 500;
   font-style: italic;
   font-size: 14px;
   color:#000; 
    margin:10px 3px 0;
    line-height: 1;
    width:80px;
    float:left;
}
.panel input{
 border:none;
 background: #fff;

   padding:3px 3px 3px 10px;
   margin:5px 0 0px 0;
   width:70px;
   font-size: 16px;
    
   height:15px;
   outline:none;
   border-radius:12px;
   font-family: 'Roboto', sans-serif;
   font-weight: 200;
   font-style: italic; color:#000; 
   box-shadow:  0 5px 5px rgba(0,0,0,0.15),
    inset 0px 2px 5px rgba(0,0,0,.8);
    border:1px solid rgba(0,0,0,0.6);
}        

.pager{
height:30px;
float:left;
position: relative;
bottom:0px;
left:140px;
width:400px;

} 
.pager ul{
list-style: none url();
float:left;
}     
.pager ul li{
display: inline-block;
 font-family: 'Roboto', sans-serif;
   font-weight: 500;
   color:#000; 
}   
.marg{
margin:-8px 0 0 15px;
}  
table{
clear: both;
}
td{border-top:2px solid #7c7b7b;
border-bottom:2px solid #7c7b7b;
border-left:5px solid #7c7b7b;
border-right:5px solid #7c7b7b;
width:350px;
height:15px;}
.cont-info{
clear: both;
margin: 40px 0 0 0;
}
.cont{
display: table;
}

.discription{
box-shadow: 0px 5px 5px rgba(0,0,0,0.3),
inset 0px 5px 85px rgba(0,0,0,0.4);
margin:10px auto;
background: #fff;
border-radius:8px;
width:550px;
padding:10px 0;
}
.discription2 h2{
box-shadow: 0px 5px 5px rgba(0,0,0,0.3);

margin:10px auto;
background: #fff;
border-radius:8px;
width:570px;
padding:10px 0;
width:550px;
font-size: 30px; 
color:#000;
text-align: center;
font-family:'roboto';
font-weight: bold;
text-shadow: 1px 1px  5px rgba(0,0,0,0.1);
}
.discription h1{   
width:500px;
font-size: 30px; 
color:#000;
text-align: center;
font-family:'roboto';
font-weight: bold;
text-shadow: 1px 1px  5px rgba(0,0,0,0.1);
margin:0px auto;
background: #fff;
padding:10px 15px;
border-radius:8px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}    
.discription p{
font-size: 18px;
color:#000;
text-align: center;
font-family:'roboto';
font-weight: 500;
margin:10px auto;
line-height: 1;
width:460px;
padding:10px 20px;
}  
.discription h2.smaler{   
width:500px;
font-size: 24px; 
color:#000;
text-align: center;
font-family:'roboto';
font-weight: bold;
text-shadow: 1px 1px  5px rgba(0,0,0,0.1);
margin:0px auto;
background: #fff;
padding:10px 15px;
border-radius:8px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}   

.content-ins h1{   
width:500px;
font-size: 30px; 
color:#000;
text-align: center;
font-family:'roboto';
font-weight: bold;
text-shadow: 1px 1px  5px rgba(0,0,0,0.1);
margin:0px auto;

padding:10px 15px;

}                                                       