@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
    url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
    url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('/media/css/fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'Open Sans Condensed Bold';
    src: url('/media/css/fonts/OpenSans-CondBold.ttf');
}
@font-face {
    font-family: 'RobotoSlab';
    src: url('/media/css/fonts/RobotoSlab-Regular.ttf');
}
*{
    margin: 0;
    padding: 0;
}
html,body{
    height:100%;
    margin:0;
    overflow:auto;
}
body{
    font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #c4d8f5;
    margin: 0;
    overflow: hidden;
}
#content{
    min-height: 100%;
    max-width: 1281px;
    margin: 0 auto;
    background-image: url('/media/img/admin/login-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
footer{
    margin: -100px auto 0;
    height: 100px;
    padding: 0px 30px;
    width: 1220px;
}
input[type="submit"]{
    font-size: 16px;
    background: #fc9d2c;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    font-family: 'Open Sans Condensed Bold';
}
input[type="checkbox"]{
    cursor: pointer;
}
form{
    width: 375px;
    height: 190px;
    position: relative;
    margin: 0 auto;
}
a{
    color: #6aa2d6;
    font-size: 12px;
}
p{
    color: #39516c;
}
.lang{
    padding: 30px 0 0 40px;
    width: 200px;
}
.lang .lang-top{
    color: #184867;
    font-size: 12px;
    margin-bottom: 10px;
}
.nav{
    overflow: hidden;
    position: relative;
    width: 190px;
    padding-left: 2px;
}
.nav a {
    display: block;
    position: relative;
    float: left;
    padding: 0 0 30px;
    width: 25%;
    text-decoration: none;
    color: #0e5c90;
    transition: .7s;
}
.nav a:hover {
    color: #1a9bfe;
}
.effect {
    position: absolute;
    left: -12.5%;
    transition: 0.7s ease-in-out;
}
.nav a:nth-child(1):hover ~ .effect {
    left: 12.5%;
    /* середина первого <a> */
}
.nav a:nth-child(2):hover ~ .effect {
    left: 37.5%;
    /* середина второго <a> */
}
.nav a:nth-child(3):hover ~ .effect {
    left: 62.5%;
    /* середина третьего <a> */
}
.ph-line-nav .effect {
    width: 20px;
    height: 2px;
    bottom: 26px;
    background: #1a9bfe;
    margin-left: -23px;
}
label{
    padding-top: 8px;
    color: #9ea0b9;
    font-size: 14px;
    display: block;
}
input[type='text'],input[type='password']{
    width: 278px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 2px 5px;
    height: 30px;
    margin-bottom: 15px;
}
.left{
    float: left;
    width: 70px;
    padding-right: 10px;
    text-align: right;
}
.right{
    float: right;
    width: 290px;
}
.column{
    margin: 7px 0;
    clear: both;
}
.column > div{
    display: block;
    min-height: 40px;
}
hr{
    border: 2px solid #e6f3f8;
    margin: 40px 0px;
}
.content{
    margin-top: 130px;
    position: relative;
}
#footer{
    padding: 20px 0 0 0;
}
#footer p{
    font-size: 12px;

}
.tooltip {
    position: relative;
}
.tooltip em {
    display: none;
}
.tooltip:hover em {
    width: 265px;
    font-style: normal;
    display: block;
    position: absolute;
    background: #51b6e7;
    color: #FFF;
    padding: 3px 5px;
    top: 19px;
    left: -20px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
}
.tooltip:hover em i {
    position: absolute;
    bottom: 34px;
    left: 27px;
    border-bottom: 7px solid #51b6e7;
    border-right: 7px solid transparent;
    display: block;
}
h1 {
    font-size: 36px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: open_sansregular, Tahoma, Arial, Helvetica, sans-serif;
    color: #4b7cb6;
    margin-bottom: 20px;
}

.logo{
    text-align: center;
}
.logo .roboto{
    font-family: 'RobotoSlab';
    color: #4c4c4c;
    font-size: 15px;
}
.logo p{
    color: #7f8080;
    font-size: 12px;
    margin: 5px 0 10px;
}
.line{
    border-bottom: 2px solid #39b1ef;
    width: 264px;
    margin: 0 auto;
}
.color-line{
    background: url("/media/img/color-line.jpg");
    height: 3px;
    width: 880px;
    margin-left: 55px;
}

.hover{
    -webkit-box-shadow: 7px 7px 5px 0px rgba(155, 180, 220, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(155, 180, 220, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(155, 180, 220, 0.75);
    position: absolute;
    top: 65px;
    right: 35px;
    background: #fda83a;
    padding: 20px 15px;
    color: #262a2f;
    font-size: 13px;
    border-radius: 20px;
    width: 310px;
    line-height: 22px;
}
.hover u{
    margin: 10px 0;
}
.hover ul li{
    list-style: none;
}
.hover-arrow{
    background: url("/media/img/hover-arrow.png") no-repeat;
    width: 88px;
    height: 29px;
    display: block;
    position: absolute;
    top: 95px;
    right: 372px;
}
.bold{
    font-family: 'Open Sans Condensed Bold';
    font-size: 19px;
    color: #171717;
}
.animation{
    position: absolute;
    background-image: url("/media/img/animation.png");
    width: 600px;
    height: 232px;
    background-repeat: no-repeat;
    background-position: 100% 0px;
    right: 50px;
    top: 40px;
}
header{
    position: relative;
}