.slides_wraper {
    background-color: #2e60d9;
    height: 515px;
}

.static-wraper {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.static-wraper .link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slides_wraper .content {
    height: 100%;
}

.slides_wraper .static-wraper > img {
    height: 100%;
}

.header {
    position: static;
    height: 120px;
    overflow: hidden;
}

.header .logo {
    width: 182px;
    height: 41px;
    float: none;
    margin-top: 49px;
}

.login_wraper {
    position: static;
}

.login_wraper .login_panel {
    top: 50%;
    right: 30px;
    margin-top: -134px;
    width: 240px;
    height: 300px;
}

.login_wraper .login_panel .domain_name_wrapeer {
    width: 90px;
}

.login_wraper .login_panel .user_name_wraper {
    width: 85px;
}

.login_wraper .login_panel .user_wraper {
    margin-top: 45px;
}

.login_wraper .login_panel .login_button,
.login_wraper .login_panel .login_btn_wraper {
    height: 34px;
    line-height: 34px;
}

.login_wraper .login_panel .user_wraper,
.login_wraper .login_panel .pws_wraper {
   height: 38px;
}

.login_wraper .login_panel .user_wraper .user_login,
.login_wraper .login_panel .pws_wraper .pws_login {
    margin-top: 6px;
}

.copyright {
    background-color: white;
    margin-top: 5px;
}

footer {
    margin-top: 40px;
}

footer ul {
    text-align: center;
    list-style: none;
    font-size: 0;
}

footer ul li {
    font-size: 16px;
    color: #838383;
    display: inline-block;
    margin: 0 10px;
}

footer li a {
    color: inherit;
}

footer li a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1500px) {
    .static-wraper {
        width: 1200px;
    }
    .slides_wraper {
        height: 515px;
    }
    .login_wraper .login_panel {
        top: 50%;
        right: 30px;
        margin-top: -160px;
        width: 280px;
        height: 320px;
    }
    .login_wraper .login_panel .user_wraper,
    .login_wraper .login_panel .pws_wraper {
       height: 50px;
    }
    .login_wraper .login_panel .user_wraper .user_login,
    .login_wraper .login_panel .pws_wraper .pws_login {
        margin-top: 13px;
    }
    .login_wraper .login_panel .login_button,
     .login_wraper .login_panel .login_btn_wraper{
        height: 40px;
        line-height: 40px;
    }
    .login_wraper .login_panel .user_wraper {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .header {
        height: 100px;
    }
    .header .logo {
        width: 182px;
        height: 38px;
        float: none;
        margin-top: 36px;
    }
    .slides_wraper {
        height: 480px;
    }
    .static-wraper {
        width: 900px;
    }
}
