*{
    margin:0;
    padding:0;
}
html, body{
    height:100%;
    color: #ffffff;
    min-width: 780px;
    background: #000000;
    font-family: Tahoma, Verdana;
}
#content{
    min-height: 100%;
}
#footer{
    margin-top:-50px;
    position: relative;
    height: 50px;
    width: 100%;
    background: #0d0d0d;
    font-size: 11px;
    line-height: 50px;
}
li{
    width: 20%;
    float: left;
    font-size: 16px;
    list-style: none;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
a{
    text-decoration: none;
    color: #ffffff;
}
#header{
    background: #141414;
    background-image: url('images/header.png');
    position: relative;
    -webkit-box-shadow: 1px 2px 19px 1px rgba(0,0,0,1);
    -moz-box-shadow: 1px 2px 19px 1px rgba(0,0,0,1);
    box-shadow: 1px 2px 19px 1px rgba(0,0,0,1);
    z-index: 100;
}
#header:before,#header:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
}
#header:before{
    height: 45%;
    top: 5%;
    background: rgba(255,255,255,.05);
    z-index: 1;
}
#header:after{
    top:50%;
    height: 50%;
    -webkit-box-shadow: inset 0px -35px 31px -32px rgba(0,0,0,0.41);
    -moz-box-shadow: inset 0px -35px 31px -32px rgba(0,0,0,0.41);
    box-shadow: inset 0px -35px 31px -32px rgba(0,0,0,0.41);
    z-index: 3;
}
.active{
    display: block;
    height: 100%;
    width: 50%;
    margin: 0 auto;
    border-bottom: 2px solid #0f4b75;
    background: #0f4b75;
    position: relative;
    z-index: 2;
    letter-spacing:2px;
}
.active:after{
    content: '';
    position: absolute;
    left:0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    background: #000000;
}
#miniature{
    background-image: url(images/miniature.png);
    height: 290px;
    position: relative;
    color:#ffffff;
    font-family: Myriad Pro;
    overflow: hidden;
    width: 100%;
}
/*светлый градиент круга*/
#miniature:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(15% 30%, circle closest-corner, rgba(255,255,255,0.15), rgba(1,25,40,0.5));
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(15% 30%, circle closest-corner, rgba(255,255,255,0.15), rgba(1,25,40,0.5));
    /* Opera */
    background-image: -o-radial-gradient(15% 30%, circle closest-corner, rgba(255,255,255,0.15), rgba(1,25,40,0.5));
    /* Webkit (Chrome 11+)*/
    background-image: -webkit-radial-gradient(15% 30%, circle  closest-corner, rgba(255,255,255,0.15), rgba(1,25,40,0.5));
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle closest-corner at 15% 30%, rgba(255,255,255,0.15), rgba(1,25,40,0.5));
    z-index: 3;
}
/*полосы*/
#miniature:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background-image: url(images/miniature-lines.png);
    background-repeat: repeat-x;
    z-index: 2;
}
/*светлая линия элипсовидная*/
#miniature #additional-design:before{
    content: '';
    position: absolute;
    top:-20%;
    left:-45%;
    width: 250%;
    height: 100%;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(30% 40%, ellipse farthest-corner, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 0);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(30% 40%, ellipse farthest-corner, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 0);
    /* Opera */
    background-image: -o-radial-gradient(30% 40%, ellipse farthest-corner, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 0);
    /* Webkit (Chrome 11+)*/
    background-image: -webkit-radial-gradient(30% 40%, ellipse  farthest-side, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 0);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-side at 30% 40%, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0) 0);
    z-index: 1;
}
/*тёмная тень*/
#miniature #additional-design:after{
    content: '';
    position: absolute;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(20% 35%, ellipse cover, rgba(0,0,0,0) 0%, rgba(1,19,32,1) 90%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(20% 35%, ellipse cover, rgba(0,0,0,0) 0%, rgba(1,19,32,1) 90%);
    /* Opera */
    background-image: -o-radial-gradient(20% 35%, ellipse cover, rgba(0,0,0,0) 0%, rgba(1,19,32,1) 90%);
    /* Webkit (Chrome 11+)*/
    background-image: -webkit-radial-gradient(20% 35%, ellipse cover, rgba(0,0,0,0) 0%, rgba(1,19,32,1) 90%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse cover at 20% 35%, rgba(0,0,0,0) 0%, rgba(1,19,32,1) 90%);
    z-index: 4;
}
#miniature h1{
    display: block;
    position: absolute;
    bottom:50%;
    left:5%;
    font-size: 34px;
    z-index: 100;

}
#miniature h2{
    display: block;
    position: absolute;
    bottom:50%;
    right:5%;
    font-size: 18px;
    color:#74828c;
    z-index: 100;

}
#miniature p{
    font-size: 13px;
    color: #ffffff;
}
input, textarea, select{
    border-radius: 3px;
    padding: 5px 0;
    width: 150px;
    color:#237fb4;
    font-weight: bold;
    display: block;
}
input{
    border: none;
    margin-top: 10px;
}
textarea{
    margin-top: 15px;
}
select{
    margin-top: 20px;
}
#why-us img{
    outline: 1px solid #c0bdb8;
    border: 1px solid #ffffff;
    margin: 15px 0;
}
#news h3:before, #why-us h3:before{
    content: url(images/arrow.png);
    margin-right: 3px;
}
#news h3:after{
    content: url(images/RSS.png);
    position: absolute;
    left: 0;
    margin-top: 2px;
}
#news h3:before{
    margin-left: 20px;
}
#why-us h3:before{
    margin-left: 10px;
}
h3{
    color:#1b5f87;
    margin-bottom: 20px;
}
.new p:first-child{
    color:#3e7aa4;
    font-weight: bold;
    margin: 10px 0;
}



/*jjjjjjj*/

#main{
    position: relative;
    font-size: 11px;
    margin: 50px 50px 0;
    padding-left: 200px;
    padding-right: 150px;
}

#news, #contact{
    position: absolute;
}
#news{
    left:0;
    left: 0;
}
#contact{
    right: 0;
    top:0;
    width: 150px;
}
#why-us{
    margin: 0 auto;
}
#news, #why-us{
    width: 200px;
}
#why-us{
    position: relative;
    padding-bottom: 100px;    /*footer reserv*/
}

/*#main:before{
    content: '';
    height: 100%;
    border-left: 1px dotted #ffffff;
    position: absolute;
    left: 10%;
}*/
/*#main:after{
    content: '';
    height: 100%;
    border-left: 1px dotted #ffffff;
    position: absolute;
    top:0;
    width: 25%;
    right: 0;
    background: green;
}*/




button{
    position: relative;
    background: #2fa1db;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -20px;
    color: #ffffff;
}
button:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    border-top: 3px solid #69bde8;
}

#footer span{
    padding-left: 50px;
}
#RSS{
    position: absolute;
    right: 50px;
    top: 0;
}