@media screen and (max-width: 640px), screen and (-webkit-device-pixel-ratio: 1) and (device-width: 320px), screen and (-webkit-device-pixel-ratio: 2) and (device-width: 320px), only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, screen and (-webkit-device-pixel-ratio: 3) and (device-width: 320px) {
    .content > header {
        position: absolute !important;
    }
}

@media screen and (max-width: 1100px) {
    .content > header nav {
        font-size: .9em;
        padding-top: 18px;
        padding-right: 200px;
        overflow: hidden;
        max-height: 62px;
        min-width: 500px;
    }
}

header a {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

header [class^="icon-"], header [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.menu {
    min-width: 1271px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 72px;
    border-bottom: 2px solid #fff;
    padding-left: 70px;
    z-index: 79;
}

header.menu .header-link {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    padding: 0 30px 8px 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
header.menu .header-link:hover {
    text-decoration: underline;
    color: #fff;
}
header.menu nav {
    position: relative;
    padding: 30px 0 0 40px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    min-width: 700px;
}
header.menu .authblock {
    float: right;
    display: inline-block;
    position: relative;
    min-width: 256px;
    height: 100%;
}
header.menu .authblock .signin:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    border-bottom-color: #fff;
}
/* Авторизация через STEAM */
header.menu .authblock .signin {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 5px;
    min-width: 201px;
    height: 62px;
    background: #7ea506;
    background: -moz-linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    background: -webkit-linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    background: linear-gradient(45deg, #7ea506 25%, #a4cd00 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ea506', endColorstr='#a4cd00', GradientType=1);
    cursor: pointer;
    padding: 0 10px 0 60px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 4px solid #dce8b4;
    -moz-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -webkit-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -o-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    -ms-transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    transition: border-bottom-color 0.6s ease-in-out, box-shadow 0.6s ease-in-out;
    will-change: border-bottom-color, box-shadow;
}
header.menu .authblock .signin:active {
    background: #779c05;
}
header.menu .authblock .signin:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(64, 64, 64, 0) 25%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3ffffff', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 1;
    opacity: 0;
    /* filter: alpha(opacity=0); */
    -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    will-change: opacity;
}
header.menu .authblock .signin:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 42px;
    height: 42px;
    background: transparent url(../images/icon_steam_white.svg) no-repeat center center;
    background-size: 100% auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}
header.menu .authblock .signin:hover:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
header.menu .authblock .signin-through {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #3c5600;
    white-space: nowrap;
    padding: 7px 0 0;
    z-index: 3;
}
header.menu .authblock .signin-steam {
    position: relative;
    font-size: 28px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    z-index: 3;
}

/* User block */
header.menu .userblock {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    float: right;
    height: 70px;
}

header.menu .userblock .right .actions .icon-exit {
    background-position: -450px -21px;
}

header.menu .userblock .right .actions [class^="icon"] {
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 16px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

header.menu .userblock .right {
    position: relative;
    display: inline-block;
    float: right;
    width: 70px;
    height: 70px;
    background: #383838 url(../images/icons_common.png) no-repeat -305px -128px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

header.menu .userblock .right .actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: transparent url(../images/fader_gray.png) repeat-x 0px 0;
    text-align: center;
    padding: 10px 0 0;
}

header.menu .userblock .left {
    height: 70px;
    text-align: right;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    float: right;
}

header.menu .userblock .left .actions {
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=1);
    height: 35px;
    padding: 8px 10px 0 50px;
    text-align: right;
}

header.menu .userblock .left .nick {
    font-family: 'Roboto Condensed','Segoe UI',Tahoma,Arial,sans-serif;
    display: inline-block;
    height: 35px;
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 30%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#99000000',GradientType=1);
    padding: 10px 10px 0 30px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    text-align: right;
    cursor: default;
}

header.menu .userblock .left .nick a:hover {
    color: #ffe789;
    text-decoration: none;
}

header.menu .userblock .left .actions .icon-text-rate:hover:before {
    background-position: -450px -102px;
}

header.menu .userblock .left .actions .icon-text-rate:before {
    margin-right: 3px;
    top: 0;
    width: 16px;
    height: 16px;
    background-position: -450px -42px;
}

[class^="icon-text"] {
    display: inline-block;
    background: transparent;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

[class^="icon-text"]:before {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 2px;
    background: transparent url(../images/icons_common.png) no-repeat -152px 0;
    text-decoration: none;
}

header.menu .userblock .left .actions .icon-text-rate:hover {
    color: #ffe789;
}

header.menu .userblock .left .actions .icon-text-rate {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-top: 1px;
}

header.menu .userblock .left .actions [class^="icon-text"] {
    font-family: 'Roboto Condensed','Segoe UI',Tahoma,Arial,sans-serif;
    color: #fff;
}

header.menu .userblock .left .actions [class^="icon"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

header.menu .userblock .left .actions [class^="icon"]:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header.menu .userblock .left .nick a:visited {
    color: #fff;
}

header.menu .userblock .left .nick a {
    color: #fff;
    text-decoration: none;
}
