html,
body {
    border: 0;
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    margin: 0;
    padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
    border: 0;
    margin: 0;
    padding: 0;
}



abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
table caption,
table th,
table td {
    text-align: left;
    vertical-align: middle;
}
a img {
    border: 0;
}
:focus {
    outline: 0;
}
@font-face {
    font-family: HelveticaNeueCyrBold;
    src: url(../../fonts/HelveticaNeueCyrBold.otf);
}
@font-face {
    font-family: HelveticaNeueCyrRoman;
    src: url(../../fonts/HelveticaNeueCyrRoman.otf);
}
@font-face {
    font-family: HelveticaNeueCyrLightItalic;
    src: url(../../fonts/HelveticaNeueCyrLightItalic.otf);
}
@font-face {
    font-family: HelveticaNeueCyrLight;
    src: url(../../fonts/HelveticaNeueCyrLight.otf);
}
@font-face {
    font-family: Rub;
    src: url(../../fonts/rub.otf);
}
* {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    background-image: url('../../images/main-bg.png');
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-size: 350%;
    background-position: center 40px;
}
@media (min-width: 768px) {
    body {
        background-size: auto;
        background-position: center -20px;
    }
}
ul,
ol {
    list-style-type: none;
}
textarea,
button,
input {
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    word-wrap: break-word;
}
a {
    display: inline-block;
    text-decoration: none;
    color:#2476A5;
}
img {
    max-width: 100%;
}
.header {
    position: relative;
    z-index: 100;
    color: #fff;
}
.header__outer {
    position: fixed;
    width: 100%;
    z-index: 30;
    background-color: #181819;
    box-shadow: 5px 0 40px 10px rgba(30, 30, 30, 0.4);
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (min-width: 768px) {
    .header__outer {
        background-color: #242628;
    }
}
.header__bottom {
    padding-top: 50px;
}
.header__inner {
    position: relative;
    height: 50px;
    display: flex;
}
.header__projects {
    height: 100%;
    flex: 1 1 100%;
}
@media (min-width: 768px) {
    .header__projects {
        position: relative;
    }
}
@media (min-width: 970px) {
    .header__projects {
        height: 100%;
        transition: transform ease-in-out 0.1s;
        transform: translateX(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .header__projects.active {
        transform: translateX(-50px);
    }
}
@media (min-width: 768px) {
    .header__projects-menu {
        height: 100%;
        display: flex;
        align-items: center;
        border-right: 1px solid #4B4D4F;
    }
}
.header__userbar {
    display: flex;
    align-items: center;
    height: 100%;
    flex: none;
}
@media (min-width: 768px) {
    .header__userbar {
        width:auto ;
        margin-left: auto;
    }
}
.header__body {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 970px) {
    .header__body {
        justify-content: initial;
        padding-left: 100px;
    }
}
@media (min-width: 970px) {
    .header__wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 100px;

    }
    .header__wrap_pubg {
        position: relative;
        align-items: flex-start;
    }
}
.main-title__title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.main-title__subtitle {
    margin-top: 5px;
    font-family: HelveticaNeueCyrRoman, sans-serif;
}
.main-title_darken .main-title__title {
    color: #2E2F30;
}
.main-title_darken .main-title__subtitle {
    color: #616170;
}
.main-title_main-color .main-title__title {
    color: #2E2F30;
}
.main-title_main-color .main-title__subtitle {
    color: #D30000;
    transition: color .2s;
}
.main-title_main-color .main-title__subtitle_link:hover {
    color: #f20000;
}
.main-title_lighten-gray {
    color: #fff;
}
@media (min-width: 970px) {
    .main-title_stream .main-title__title {
        font-size: 34px;
    }
}
.main-header {
    padding-bottom: 11px;
    border-bottom: 1px solid #F0F0F0;
}
.main-header_flex {
    display: flex;
    justify-content: space-between;
}
.main-header_no-line {
    border: none;
}
.main-header_darken {
    border-color: rgba(88, 92, 96, 0.35);
}
.main-header_lighten {
    border-color: #E3E3E3;
}
.main-header_gray {
    border-color: #EDEDED;
}
.main-header_lighten-gray {
    border-color: #EFEFEF;
}
.main-header_matches-control {
    justify-content: space-between;
    align-items: baseline;
}
.main-header_list {
    flex-direction: column;
}
@media (min-width: 768px) {
    .main-header_list {
        flex-direction: row;
    }
}
.main-menu__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 11px 0 11px 15px;
}
@media (min-width: 768px) {
    .main-menu__list {
        padding: 17px 0 17px 0;
        margin: 0 -12px;
    }
}
@media (min-width: 970px) {
    .main-menu__list {
        margin: 0;
        padding-left: 8px;
    }
}
@media (min-width: 1240px) {
    .main-menu__list {
        padding: 16px 0 13px 8px;
        margin-left: 55px;
    }
}
.main-menu__item {
    padding: 11px 0;
}
@media (min-width: 768px) {
    .main-menu__item {
        padding: 0;
    }
}
.main-menu__link {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
@media (min-width: 375px) {
    .main-menu__link {
        padding: 0 14px;
    }
}
@media (min-width: 768px) {
    .main-menu__link {
        padding: 0;
        margin: 0 12px;
        font-size: 14px;
    }
}
@media (min-width: 1240px) {
    .main-menu__link {
        padding: 2px 0;
        border-bottom: 1px solid transparent;
        transition: border-bottom ease-in-out 0.2s;
    }
    .main-menu__link:hover {
        border-bottom-color: #fff;

    }
}
.wrapper {
    width: 100%;
}
.wrapper_inner {
    padding: 0 7px;
}
@media (min-width: 768px) {
    .wrapper_inner {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .wrapper {
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
    }
}
@media (min-width: 970px) {
    .wrapper {
        max-width: 970px;
    }
}
@media (min-width: 1240px) {
    .wrapper {
        max-width: 1240px;
    }
}
@media (min-width: 1330px) {
    .wrapper {
        max-width: 1330px;
    }
}
.projects-switcher {
    display: flex;
    align-items: center;
    width: 100%;
}
.projects-switcher__hamburger {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    width: 20px;
}
.projects-switcher__typo {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 12px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #D30000;
    color: #fff;
    transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, width 0.15s ease-in-out, height 0.15s ease-in-out;
}
@media (min-width: 970px) {
    .logo {
        width: 100px;
        height: 100px;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 0;
    }
}
@media (min-width: 1240px) {
    .logo:hover {
        background-color: #e20000;
        box-shadow: 0 0 25px 0 rgba(231, 0, 0, 0.7);
    }
}
.logo:before {
    background: url(../../svg/sprite.svg?81) no-repeat;
    background-position: 60.10362694300518% 49.22279792746114%;
    width: 64px;
    height: 46px;
    content: '';
    display: block;
    flex: none;
    background-color: transparent;
    transform: scale(0.65);
    transition: transform .15s ease;
}
@media (min-width: 970px) {
    .logo:before {
        transform: scale(1);
    }
}
@media (min-width: 970px) {
    .logo.active {
        width: 50px;
        height: 50px;
    }
    .logo.active:before {
        transform: scale(0.65);
    }
}
.hamburger {
    position: relative;
    width: 11px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: background-color 0.2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transform: rotate(0deg);
    transition: bottom 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.hamburger:after {
    bottom: -7px;
}
.hamburger:before {
    top: -7px;
}
.hamburger.active {
    background-color: transparent;
}
.hamburger.active:after {
    bottom: 0;
    transform: rotate(45deg);
}
.hamburger.active:before {
    top: 0;
    transform: rotate(-45deg);
}
.hamburger_user {
    width: 20px;
}
.hamburger_user:after,
.hamburger_user:before {
    left: 0;
}
.hamburger_user:after {
    left: auto;
    right: 0;
    width: 13px;
}
.hamburger_user.active:after {
    width: 20px;
}
.projects-items {
    padding: 21px 25px;
    background-color: #18191b;
}
.projects-items__item {
    border-bottom: 1px solid rgba(75, 77, 79, 0.35);
}
@media (min-width: 1240px) {
    .projects-items__item {
        height: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        border-bottom: none;
        border-right: 1px solid #4B4D4F;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .projects-items__item.active {
        background-color: #141415;
        order: -1;
    }
    .projects-items__item.active .project__logo {
        display: none;
    }
}
.projects-items__item:last-child {
    border-bottom: none;
}
@media (min-width: 1240px) {
    .projects-items {
        display: flex;
        height: 100%;
        padding: 0;
        background-color: transparent;
    }
}
.project-nav {
    display: flex;
    margin: 0 -10px;
}
.project-nav__item {
    margin: 0 10px;
    line-height: 12px;
    color: #fff;
}
@media (min-width: 1240px) {
    .project-nav__item {
        height: 100%;
        margin: 0 10px;
    }
}
.project-nav__link {
    display: flex;
    padding: 30px 0;
    text-transform: uppercase;
    color: #fff;
}
.project-nav__link.active {
    position: relative;
}
.project-nav__link.active:after {
    content: '';
    position: absolute;
    z-index: 30;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #D30000;
    display: none;
}
@media (min-width: 1240px) {
    .project-nav__link.active.active:after {
        display: block;
    }
}
@media (min-width: 1240px) {
    .project-nav__link {
        align-items: center;
        padding: 5px 0;
        height: 100%;
        transition: color 0.2s ease-in-out;
    }
    .project-nav__link:hover {
        color: #A1A1A1;
    }
}
@media (min-width: 970px) {
    .project-nav {
        height: 100%;
    }
}
@media (min-width: 1240px) {
    .project-nav {
        margin: 0 -10px;
    }
}
.project {
    display: flex;
    align-items: center;
}
.project__logo {
    min-width: 50px;
    display: flex;
    padding-right: 18px;
    justify-content: center;
}
.project__logo:before {
    content: "";
}
.project__logo_csgo:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 67.9245283018868% 36.47642679900744%;
    width: 26px;
    height: 29px;
}
.project__logo_dota:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 0 91.35802469135803%;
    width: 28px;
    height: 27px;
}
.project__logo_pubg:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 6.588235294117647% 91.35802469135803%;
    width: 25px;
    height: 27px;
}
.project__logo_artifact:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 7.380952380952381% 83.74384236453201%;
    width: 30px;
    height: 26px;
}
.project__logo_gifts:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 28.162291169451073% 68.7960687960688%;
    width: 31px;
    height: 25px;
}
.project__logo_team-fortress:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 12.529550827423169% 91.35802469135803%;
    width: 27px;
    height: 27px;
}
@media (min-width: 1240px) {
    .project__logo {
        margin-right: 20px;
        padding-right: 0;
        min-width: initial;
        transition: opacity .2s;
    }
    .project__logo:hover {
        opacity: .7;
    }
}
@media (min-width: 1240px) {
    .project {
        height: 100%;
    }
    .project.optional .project-nav {
        display: none;
    }
    .project.optional .project__logo {
        margin-right: 0;
    }
}
.projects-menu {
    display: none;
}
@media (min-width: 768px) {
    .projects-menu {
        display: flex;
    }
}
.menu-project {
    display: none;
}
@media (min-width: 970px) {
    .menu-project {
        display: block;
    }
    .menu-project__list {
        margin: 0 10px;
        display: flex;
    }
    .menu-project__item {
        line-height: 12px;
    }
    .menu-project__link {
        position: relative;
        margin: 0 10px;
        padding: 19px 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
    }
    .menu-project__link:before {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0;
        height: 4px;
        background-color: #D30000;
        opacity: 0;
        visibility: hidden;
        transition: width .3s, left .3s, opacity .3s, visibility .3s;
    }
    .menu-project__link.active:before,
    .menu-project__link:hover:before {
        width: 100%;
        left: 0;
        opacity: 1;
        visibility: visible;
    }
}
.projects__items {
    margin-top: -1px;
    border-top: 1px solid rgba(75, 77, 79, 0.35);
    position: absolute;
    z-index: 10;
    top: 53px;
    z-index: -1;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.projects__items.active {
    top: 50px;
    opacity: 1;
    visibility: visible;
}
@media (min-width: 970px) {
    .projects__items {
        width: auto;
    }
}
@media (min-width: 1240px) {
    .projects__items {
        height: 100%;
        position: relative;
        visibility: visible;
        z-index: 2;
        opacity: 1;
        position: static;
        top: 0;
        left: 0;
        margin-top: 0;
        border: none;
    }
}
@media (min-width: 1240px) {
    .projects {
        display: flex;
        align-items: center;
    }
}

.projects {
    height: 100%;
    width: 100%;
}
.projects__switcher {
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 100%;
}
@media (min-width: 375px) {
    .projects__switcher {
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    .projects__switcher {
        padding: 0 20px;
    }
}
@media (min-width: 970px) {
    .projects__switcher {
        cursor: pointer;
    }
}
@media (min-width: 1240px) {
    .projects__switcher {
        display: none;
    }
}
.socials__links {
    display: flex;
    align-items: center;
}
.socials__link {
    position: relative;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(250, 250, 250, 0.36);
    border-radius: 50%;
    flex: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.socials__link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.socials__link_twitter:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 51.95402298850575% 77.85714285714286%;
    width: 15px;
    height: 12px;
}
.socials__link_vk:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 93.99538106235566% 69.19431279620854%;
    width: 17px;
    height: 10px;
}
.socials__link_facebook:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 81.96347031963471% 66.66666666666667%;
    width: 12px;
    height: 12px;
}
.socials__link_youtube:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 99.30555555555556% 63.80952380952381%;
    width: 18px;
    height: 12px;
}
@media (min-width: 1240px) {
    .socials__link {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: border ease-in-out 0.1s;
    }
    .socials__link:hover {
        border-width: 3px;
        border-color: #fff;
    }
}
.socials__title {
    color: #fff;
}
.socials_flex {
    display: flex;
    align-items: center;
}
.socials_flex .socials__link {
    margin-left: 20px;
    width: auto;
    height: auto;
}
.socials_flex .socials__link:before {
    position: static;
    display: block;
}
@media (min-width: 1240px) {
    .socials_header:hover .socials__title,
    .socials_int:hover .socials__title {
        color: #ededed;
    }
}
.socials_header {
    display: none;
}
@media (min-width: 970px) {
    .socials_header {
        display: flex;
        align-items: center;
    }
}
.socials_header .socials__link {
    margin-left: 14px;
}
.socials_header .socials__title {
    display: none;
}
@media (min-width: 1240px) {
    .socials_header .socials__title {
        font-size: 14px;
        display: block;
        margin-right: 4px;
        transition: color ease-in-out 0.2s;
    }
}
.socials_footer-socials .socials__title {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .socials_footer-socials .socials__title {
        text-align: right;
    }
}
.socials_footer-socials .socials__link {
    margin-right: 14px;
}
@media (min-width: 768px) {
    .socials_footer-socials .socials__link {
        margin-right: 0;
        margin-left: 14px;
    }
}
.socials_int {
    display: flex;
    align-items: center;
}
.socials_int .socials__title {
    margin-right: 15px;
    transition: color ease-in-out 0.2s;
}
.socials_game .socials__link {
    margin-right: 10px;
}
.socials_game .socials__link:hover {
    border-width: 1px;
}
.userbar {
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: auto;
}
.userbar__userbar-user {
    width: 100%;
    height: 100%;
}
.userbar__userbar-login {
    flex: none;
}
@media (min-width: 768px) {
    .userbar__userbar-login {
        margin-left: 0;
    }
}
.userbar-login {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 9px 12px;
    font-size: 0;
    background-color: #D30000;
    color: #fff;
}
.userbar-login__ico {
    flex: none;
}
.userbar-login__ico img {
    display: block;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .userbar-login__ico {
        margin-right: 10px;
    }
}
@media (min-width: 1240px) {
    .userbar-login__ico {
        transition: transform ease-in-out 0.3s;
    }
}
.userbar-login__text {
    margin-bottom: 3px;
    font-family: HelveticaNeueCyrRoman;
}
@media (min-width: 768px) {
    .userbar-login__text {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .userbar-login__steam {
        font-size: 22px;
        line-height: 18px;
        font-weight: bold;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
}
@media (min-width: 1240px) {
    .userbar-login {
        transition: background-color ease-in 0.2s, box-shadow ease-in 0.2s;
    }
    .userbar-login:hover {
        background-color: #e70000;
        box-shadow: 0 0 15px 0 #D30000;
    }
    .userbar-login:hover .userbar-login__ico {
        transform: rotate(360deg);
    }
}
.steam-icon{
    background: url(../../default/images/steam.svg) no-repeat;
}
.user-tools__logout {
    padding: 20px 32px;
    display: flex;
    color: #fff;
}
@media (min-width: 768px) {
    .user-tools__logout {
        padding: 20px 32px;
    }
}
.user-tools__add-new {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0 30px;
    border-top: 1px solid rgba(75, 77, 79, 0.35);
    text-transform: uppercase;
    color: #fff;
}
.user-tools__add-new:before {
    content: '';
    display: block;
    margin-right: 15px;
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 99.76744186046511% 13.768115942028986%;
    width: 20px;
    height: 18px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (min-width: 768px) {
    .user-tools__add-new {
        border-top: none;
    }
}

.user-tools__logout,
.user-tools__add-new {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.user-tools__message{
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0 30px;
    border-top: 1px solid rgba(75, 77, 79, 0.35);
    text-transform: uppercase;
    color: #fff;

}
@media (min-width: 1240px) {
    .user-tools__logout,
    .user-tools__add-new {
        transition: color ease-in-out 0.2s;
    }
    .user-tools__logout:hover,
    .user-tools__add-new:hover {
        color: #A1A1A1;
    }
}
.user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 768px) {
    .user-info__current-user {
        text-align: right;
        order: 2;
    }
    .user-info__change-lang {
        margin: 0 25px;
        order: 1;
    }
}
.logout-bar {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: inherit;
}
.logout-bar:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 61.44859813084112% 61.68674698795181%;
    width: 22px;
    height: 17px;
    content: "";
    margin-right: 13px;
}
.current-user__rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}
.current-user__rating:before {
    content: '';
    display: block;
    margin-right: 5px;
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 55.02283105022831% 77.67220902612827%;
    width: 12px;
    height: 11px;
}
@media (min-width: 768px) {
    .current-user__rating {
        justify-content: flex-end;
    }
}
.current-user__username {
    font-size: 14px;
    color: #fff;
}
@media (min-width: 768px) {
    .current-user__username {
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        transition: color 0.2s ease-in-out;
    }
}
@media (min-width: 1240px) {
    .current-user__username {
        max-width: 150px;
    }
}
@media (min-width: 1240px) {
    .current-user:hover .current-user__username {
        color: #a4a9b7;
    }
}
.statistics_profile .statistics__item {
    border-bottom: 1px solid #F1F1F1;
}
.statistics-info {
    position: relative;
    display: flex;
    align-items: center;

    margin: 0 30px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.statistics-info__title {

    padding-left: 15px;
    position: relative;
    display: flex;
    align-items: center;

    line-height: 18px;
    color: #fff;
}
.statistics-info__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
}
.statistics-info__title_comments:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 95.1501154734411% 88.9423076923077%;
    width: 17px;
    height: 16px;
}
.statistics-info__title_like-comments:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 74.23887587822014% 62.89156626506024%;
    width: 23px;
    height: 17px;
}
.statistics-info__title_added-news:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 99.30555555555556% 83.37349397590361%;
    width: 18px;
    height: 17px;
}
.statistics-info__title_like-news:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 81.49882903981265% 58.49514563106796%;
    width: 23px;
    height: 20px;
}
.statistics-info__value {
    margin-left: 5px;
    font-family: HelveticaNeueCyrBold;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.statistics-info_profile .statistics-info__title {
    padding-left: 30px;
    font-family: HelveticaNeueCyrRoman;
    line-height: 14px;
    color: #616170;
}
.statistics-info_profile .statistics-info__title_comments:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 51.270207852194% 95.4326923076923%;
    width: 17px;
    height: 16px;
}
.statistics-info_profile .statistics-info__title_like-comments:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 79.62529274004685% 62.89156626506024%;
    width: 23px;
    height: 17px;
}
.statistics-info_profile .statistics-info__title_added-news:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 43.05555555555556% 95.66265060240964%;
    width: 18px;
    height: 17px;
}
.statistics-info_profile .statistics-info__title_like-news:before {
    background: url("../../svg/sprite.svg?81") no-repeat;
    background-position: 68.85245901639344% 57.28155339805825%;
    width: 23px;
    height: 20px;
}
.statistics-info_header .statistics-info__title {
    padding-left: 7px;

}
.userbar-user {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
.userbar-user__notifications {
    display: flex;
    align-items: center;
}
.userbar-user__user-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.userbar-user__logout {
    display: none;
}
@media (min-width: 768px) {
    .userbar-user__logout {
        display: flex;
        align-items: center;
        height: 100%;
    }
}
.userbar-user__bars {
    position: relative;
    margin-top: -1px;
    border-top: 1px solid rgba(75, 77, 79, 0.35);
    position: absolute;
    z-index: 10;
    top: 53px;
    left: 0;
    width: 100%;
    height: 650px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
    .userbar-user__bars.active {
        top: 50px;
        opacity: 1;
        visibility: visible;
    }
}
.userbar-user__change-lang {
    margin-right: 10px;
}
@media (min-width: 768px) {
    .userbar-user__change-lang {
        display: none;
    }
}
@media (min-width: 768px) {
    .userbar-user__bars {
        display: flex;
        align-items: center;
        visibility: visible;
        opacity: 1;
        position: static;
        height: auto;
        margin: 0;
        border: none;
    }
}
@media (max-width: 767px) {
    .userbar-user.active {
        background-color: #18191b;
    }
}
.action-bars {
    background-color: #18191b;
}
.action-bars__header {
    margin: 0 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid #4B4D4F;
}
.action-bars__user-info {
    padding: 20px 30px;
}
@media (min-width: 768px) {
    .action-bars__user-info {
        padding: 0;
    }
}
@media (min-width: 768px) {
    .action-bars__user-tools {
        top: 42px;
        margin-top: 10px;
        right: 0;
        position: absolute;
        z-index: 40;
        width: 260px;
        border-top: 3px solid #ff0707;
        background-color: #242628;
        transition: opacity ease-in-out 0.2s, transform ease-in-out 0.2s, top ease-in-out 0.2s, visibility ease-in-out 0.2s;
        opacity: 0;
        transform: translateY(5px);
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
    }
    .action-bars__user-tools:before {
        content: '';
        position: absolute;
        z-index: 40;
        top: -9px;
        right: 27px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4px 6px 4px;
        border-color: transparent;
        border-bottom-color: #ff0707;
    }
    .action-bars__user-tools:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: transparent;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .action-bars__user-tools:before {
        right: 46px;
    }
}
@media (min-width: 768px) and (min-width: 1240px) {
    .action-bars__user-tools:before {
        right: 30px;
    }
}
.action-bars__user-tools.active {
    top: 42px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
@media (min-width: 1240px) {
    .action-bars__user-tools.active {
        opacity: 0;
        visibility: hidden;
    }
}
@media (min-width: 1240px) {
    .action-bars__user-tools.active-desktop {
        top: 42px;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}
@media (min-width: 768px) {
    .action-bars__user-tools {
        z-index: 30;
    }
}
@media (min-width: 768px) {
    .action-bars {
        background-color: transparent;
    }
}
.userbar-switcher {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}
.userbar-switcher__user-picture {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.userbar-switcher__user-picture img {
    border-radius: 50%;
    width: 100%;
    transition: opacity 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
}
@media (min-width: 768px) {
    .userbar-switcher__user-picture {
        margin: 0 15px;
    }
}
@media (min-width: 1240px) {
    .userbar-switcher__user-picture {
        width: 38px;
        height: 38px;
    }
    .userbar-switcher__user-picture:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 3px 0 3px;
        border-color: #fff transparent transparent transparent;
        pointer-events: none;
    }
    .userbar-switcher__user-picture:hover img {
        opacity: .8;
    }
}
.userbar-switcher__hamburger {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 11px;
}
@media (min-width: 768px) {
    .userbar-switcher__hamburger {
        margin-left: 0;
    }
}
@media (min-width: 1240px) {
    .userbar-switcher__hamburger {
        display: none;
    }
}
@media (min-width: 768px) {
    .userbar-switcher {
        position: relative;
        padding-right: 0;
    }
}
@media (min-width: 1240px) {
    .userbar-switcher {
        cursor: pointer;
    }
}