@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic&subset=latin,cyrillic);@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
.layout, .footer {
  min-width: 946px;
  box-sizing: border-box; }
  .sidebar-state-opened.viewport-min .layout, .sidebar-state-opened.viewport-min .footer {
    margin-left: 280px; }

.layout_holder__normal, .footer_holder, .header_holder {
  min-width: 850px;
  max-width: 1200px;
  margin: auto;
  padding: 0 48px; }

.clan_name {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  margin: 30px 0 15px; }

/**
 *
 * Common styles for every page and application.
 * Imported in style.scss
 *
 */

.i {
  display: inline-block;
  vertical-align: top; }
  .i__rating-common {
    width: 64px;
    height: 64px;
    background-image: url(../images/rating-common.png); }
    .i__rating-common.i__wot-battles {
      background-position: 0px 0px; }
    .i__rating-common.i__wot-victories {
      background-position: -64px 0px; }
    .i__rating-common.i__wot-experience {
      background-position: -128px 0px; }
    .i__rating-common.i__wot-damage {
      background-position: -192px 0px; }
    .i__rating-common.i__wot-personnel {
      background-position: -320px 0px; }
  .i__sidebar {
    width: 50px;
    height: 50px;
    background-image: url(../images/sidebar.png); }
    .i__sidebar.i__battles {
      background-position: -150px 0; }
    .i__sidebar.i__recruitment {
      background-position: -350px 0; }
    .i__sidebar.i__help {
      background-position: -450px 0; }
    .i__sidebar.i__billboard {
      background-position: -500px 0; }
  .i__rating-personnel {
    width: 48px;
    height: 48px;
    background-image: url(../images/rating-personnel.png); }
    .i__rating-personnel.i__wot-victories {
      background-position: 0px 0px; }
    .i__rating-personnel.i__wot-battles {
      background-position: -48px 0px; }
    .i__rating-personnel.i__wot-damage {
      background-position: -96px 0px; }
  .i__service {
    width: 24px;
    height: 24px;
    background-image: url(../images/service.png); }
    .i__service.i__hint {
      background-position: -24px 0; }
  .i__external-links {
    width: 10px;
    height: 10px;
    background-image: url(../images/external-links.png); }
    .i__external-links.i__regular {
      background-position: 0px 0; }

.tooltip {
  background: #2e3435 url(../images/noise.png);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.18), 0 0 25px rgba(0, 0, 0, 0.41);
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: none;
  position: absolute;
  z-index: 10000;
  word-wrap: break-word;
  font-size: 14px;
  color: #b1b2b3;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
  padding: 14px 20px;
  max-width: 400px; }
  .tooltip p {
    font-size: 14px;
    line-height: 18px; }
    .tooltip p:first-child {
      margin-top: 0; }
    .tooltip p:last-child {
      margin-bottom: 0; }

.announcement {
  border-radius: 1px;
  position: relative;
  cursor: pointer;
  transition: background .2s; }
  .announcement__read {
    padding: 18px 25px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    background-color: rgba(255, 255, 255, 0.08); }
    .announcement__read:hover {
      border: 1px solid rgba(255, 255, 255, 0.25);
      background-color: rgba(255, 255, 255, 0.12); }
  .announcement__unread {
    padding: 18px 25px;
    color: #dcdcdc;
    border: 1px solid rgba(255, 196, 83, 0.3);
    background-image: url(../images/announcement-unread.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: rgba(255, 128, 64, 0.09); }
    .announcement__unread:hover {
      border: 1px solid rgba(255, 196, 83, 0.4);
      background-color: rgba(255, 128, 64, 0.14); }
  .announcement__placeholder {
    height: 161px;
    padding: 18px 25px;
    text-align: center;
    color: #808080;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.02);
    cursor: default; }
    .billboard__tiles .announcement__placeholder {
      height: 115px; }
  .announcement_corner {
    background-image: url(../images/announcement_corner.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 44px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
      .announcement_corner {
        background-image: url(../images/announcement_corner@2x.png);
        background-size: cover; } }
  .announcement_sortable {
    background-image: url(../images/announcement_sort.png);
    background-repeat: no-repeat;
    display: none;
    width: 76px;
    height: 82px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .2s; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
      .announcement_sortable {
        background-image: url(../images/announcement_sort@2x.png);
        background-size: cover; } }
  .announcement_body {
    overflow: hidden;
    word-wrap: break-word; }
    .billboard__list .announcement_body {
      max-height: 100%; }
    .billboard__tiles .announcement_body {
      height: 115px; text-align: center;}
  .announcement_footer {
    position: relative;
    margin: 14px 0 0;
    padding: 16px 0 0;
    background: url(../images/announcement-hr.png) repeat-x; }
    .announcement_footer p {
      line-height: inherit; }

.billboard__tiles {
  overflow: hidden;
  margin: 0 -9px; }

.billboard_item {
  text-align: left; }
  .billboard__list .billboard_item {
    margin-top: 30px; }
    .billboard__list .billboard_item:first-child {
      margin-top: 0; }
  .billboard__tiles .billboard_item {
    margin: 0 9px; }

.clan {
  padding: 0px 0px 200px 0px;
  position: relative;
  z-index: 10;
  text-align: center; }
  .clan_emblem {
    margin: auto; }
    .clan_emblem__size-195 {
      height: 195px;
      width: 195px; }
    .clan_emblem__size-64 {
      display: none;
      height: 64px;
      width: 64px; }
  .clan_created {
    opacity: .5;
    margin: 9px 0 0;
    font-size: 14px;
    color: #b1b2b3;
    line-height: 20px; }
  .clan_name {
    margin: 15px 0 0;
    color: #fff; }
  .clan_ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .clan_motto {
    margin: 0;
    color: #b1b2b3;
    font-size: 16px;
    line-height: 25px;
    word-wrap: break-word; }
  .clan_links {
    height: 24px;
    text-align: center; }
  .clan_link-holder {
    display: inline-block;
    padding: 0 20px;
    background: url(../images/clan_links-divider.png) left no-repeat; }
    .clan_link-holder:first-child {
      background: none; }

.facia {
  height: 193px;
  position: relative;
  z-index: 5; }
  .facia:before {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    content: '';
    background-position: 50% 0;
    background-repeat: no-repeat; }
  .facia__wot:before {
    background-image: url(../images/facia_background__wot.jpg); }
  .facia_holder {
    height: 100%;
    position: relative; }
    .facia_holder:before, .facia_holder:after {
      width: 1200px;
      height: 111px;
      position: absolute;
      left: 50%;
      z-index: -1;
      margin-left: -600px;
      content: '';
      background-repeat: no-repeat;
      background-position: center bottom; }
    .facia_holder:before {
      bottom: 100%;
      background-image: url(../images/facia_shine-top.png); }
    .facia_holder:after {
      top: 100%;
      background-image: url(../images/facia_shine-bottom.png); }

.menu-top {
  display: inline-block;
  margin: 0 4px 0 0; }
  .menu-top_item {
    display: inline-block;
    box-sizing: border-box;
    margin: 3px -4px 0 30px;
    vertical-align: top;
    transition: opacity .3s; }
    .menu-top_item:first-child {
      margin-left: 0; }
    .menu-top__state-on .menu-top_item {
      opacity: 1;
      transition-delay: .2s; }
  .menu-top_link {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: .07em;
    transition: color .2s, box-shadow .2s;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    .menu-top_link:hover {
      box-shadow: inset 0 -3px #fff;
      color: #fff; }

.personnel {
  width: 100%; }
  .personnel_spacer {
    width: 4%; }
  .personnel_section {
    width: 23%;
    font-size: 14px;
    vertical-align: top; }
    .personnel_section:first-child {
      width: 19%; }
  .personnel_caption {
    position: relative;
    padding-right: 26px;
    padding-bottom: 6px;
    padding-left: 36px;
    color: #b1b2b3;
    line-height: 24px;
    text-align: left; }
  .personnel_caption-icon {
    position: absolute;
    top: -12px;
    left: -12px;
    vertical-align: middle; }
  .personnel_banner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 262px;
    height: 145px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: inset 0 0 1px 1px rgba(247, 99, 63, 0.12);
    background: url(../images/personnel_banner-bg.jpg) center top no-repeat;
    color: #fff;
    text-align: center; }
    .personnel_banner:before, .personnel_banner:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      content: ''; }
    .personnel_banner:before {
      z-index: 0;
      box-shadow: inset 0 0 1px 1px rgba(247, 99, 63, 0.12);
      background: url(../images/personnel_banner-bg.jpg) center bottom no-repeat;
      opacity: 0;
      transition: opacity .2s; }
    .personnel_banner:hover {
      color: #fff; }
      .personnel_banner:hover:before {
        opacity: 1; }
    .personnel_banner:after {
      box-sizing: border-box;
      border: 1px solid #d29472;
      border-radius: 2px;
      opacity: .13; }
  .personnel_banner-content {
    position: relative;
    z-index: 10;
    display: table;
    width: 100%;
    height: 100%; }
  .personnel_banner-inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  .personnel_icon {
    vertical-align: bottom; }
  .personnel_count {
    font-size: 40px;
    font-weight: 700;
    line-height: 68px; }

.personnel-table {
  width: 100%;
  table-layout: fixed; }
  .personnel-table_th, .personnel-table_td {
    height: 40px;
    padding: 1px 0 0;
    border-top: 1px dotted #232323;
    vertical-align: middle; }
    .personnel-table_tr:first-child .personnel-table_th, .personnel-table_tr:first-child .personnel-table_td {
      border-top: none; }
  .personnel-table_th {
    color: #b1b2b3;
    text-align: left;
    width: 10px; }
  .personnel-table_td {
    padding-left: 10px;
    padding-right: 15px; }
    .personnel-table_td__value {
      width: 50px;
      padding-right: 0;
      text-align: right;
      white-space: nowrap;
      color: #dcdcdc; }

.profile__main {
  padding-top: 63px;
  margin: -63px 0 0;
  overflow: hidden;
  width: 100%; }

.profile_holder {
  display: table;
  width: 100%;
  table-layout: fixed; }

.profile_part {
  display: table-cell;
  width: 24%;
  position: relative;
  vertical-align: top;
  z-index: 25; }
  .profile__main .profile_part {
    padding-bottom: 45px; }

.profile_center {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 52%;
  padding: 0 40px; }
  .profile_center__type-resources {
    z-index: 20; }
  @media all and (max-width: 1299px) {
    .profile_center {
      padding: 0 20px; } }

.profile-data {
  padding: 103px 0 0; }
  .profile-data_header {
    margin: 0 0 18px; }
    .profile-data_header:before, .profile-data_header:after {
      display: table;
      content: ''; }
    .profile-data_header:after {
      clear: both; }
  .profile-data_content {
    margin-top: 0; }
  .profile-data_title {
    margin: 2px 0 0;
    color: #fff;
    font-size: 25px; }
  .profile-data_level {
    border: 1px solid rgba(255, 255, 255, 0.25);
    float: right;
    margin-left: 15px;
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 21px;
    line-height: 38px;
    text-align: center; }
    .profile-data_level:hover {
      color: #fff; }
  .profile-data_footer {
    padding: 7px 0 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10; }
    .profile-data_footer:before {
      opacity: .7;
      box-shadow: 0 -1px 0 #000;
      height: 1px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.12);
      content: ''; }

.profile-elo {
  display: inline-block;
  line-height: 17px;
  color: #dcdcdc; }
  .profile-elo__state-notranked {
    opacity: .65;
    color: #b1b2b3; }
  .profile-elo_label {
    color: #b1b2b3; }
  .profile-elo_value {
    color: #fff;
    font-weight: bold; }

.profile-general {
  padding-top: 63px;
  margin: -63px 0 0;
  background-color: #0a0a0a;
  background-image: url(../images/background-pattern.jpg);
  position: relative; }
  .profile-general:before, .profile-general:after {
    width: 52px;
    height: 575px;
    position: absolute;
    top: 0;
    z-index: 15;
    background-image: url(../images/profile-general-shadows.png);
    background-repeat: no-repeat;
    content: ''; }
  .profile-general:before {
    right: 100%;
    margin-right: -1px;
    background-position: -52px 0; }
  .profile-general:after {
    left: 100%;
    margin-left: -1px;
    background-position: 0 0; }
  .profile-general_content {
    display: none;
    position: relative;
    background: #1b1b1b url(../images/profile-general-content-background.jpg); }
    .profile-general_content__active {
      display: block; }
  .profile-general_content-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1b1b1b url(../images/profile-general-content-background.jpg); }

.resources {
  position: relative;
  min-height: 168px;
  margin: 0 0 -46px;
  font-size: 15px;
  text-align: center; }
  .resources::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 159px;
    background: url(../images/resources_bg.jpg) no-repeat center top;
    content: ''; }
  .resources_part {
    position: relative;
    display: inline-block;
    width: 182px;
    padding: 30px 0 32px;
    background: url(../images/resources_divider.png) left no-repeat;
    text-align: center;
    vertical-align: top; }
    .resources_part:first-child {
      background: none; }
  .resources_subtitle {
    margin: 0 0 5px;
    color: #dcdcdc;
    opacity: .5; }

.slider {
  position: relative;
  text-align: center; }
  .slider_controls {
    display: inline-block;
    margin: 35px 0 20px;
    padding: 0 20px;
    position: relative;
    line-height: 12px; }
  .slider_nav {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 22px;
    margin-top: -11px;
    transition: opacity .2s;
    opacity: .7; }
    .slider_nav:hover {
      opacity: 1; }
    .slider_nav__state-disable {
      opacity: .3; }
      .slider_nav__state-disable:hover {
        opacity: .3; }
    .slider_nav__prev {
      left: 0;
      background: url(../images/slider-prev.svg) center no-repeat; }
    .slider_nav__next {
      right: 0;
      background: url(../images/slider-next.svg) center no-repeat; }
  .slider_dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
    background: #464442; }
    .slider_dot__special {
      background: url(../images/slider-dot.svg) center no-repeat; }
    .slider_dot:hover, .slider_dot__state-current {
      background: #dcdcdc; }

.rating-profile {
  width: 100%;
  text-align: center; }
  .rating-profile_item {
    vertical-align: top; }
    .rating-profile_item__data {
      width: 18%; }
    .rating-profile_item__average {
      width: 28%; }
  .rating-profile_icon {
    display: inline-block;
    margin-top: 24px;
    margin-bottom: -6px; }
  .rating-profile_value {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
    color: #fff; }
    .rating-profile_value__average {
      font-size: 50px;
      line-height: 55px;
      margin-top: 2px;
      text-shadow: 0 1px 5px #000; }
  .rating-profile_key {
    color: #b1b2b3;
    font-size: 14px;
    line-height: 16px;
    display: block; }
  .rating-profile_game {
    display: inline-block;
    margin-top: -37px;
    background-image: url(../images/rating-games.png);
    background-repeat: no-repeat; }
    .rating-profile_game__wot {
      width: 66px;
      height: 80px;
      background-position: 0 0; }
  .rating-profile_place {
    font-weight: 700;
    font-size: 14px;
    margin: 14px auto 0;
    padding: 18px 0 0;
    text-align: center;
    color: #fff;
    background: url(../images/rating-profile-horizontal-divider.png) center 0 no-repeat;
    text-shadow: 0 1px 12px #000; }
    .rating-profile_place-icon {
      width: 19px;
      height: 15px;
      display: inline-block;
      margin-bottom: -2px;
      vertical-align: text-bottom;
      background: url(../images/rating-profile-place-icon.png) no-repeat; }
    .rating-profile_place-value {
      color: #fff; }

.widget {
  position: relative;
  margin: 0 0 60px; }
  .widget_header {
    position: relative;
    z-index: 50;
    margin: 0 0 25px; }
    .widget_header-link {
      position: absolute;
      top: 8px;
      right: 12px;
      white-space: nowrap; }
  .widget_body:before, .widget_body:after {
    display: table;
    content: ''; }
  .widget_body:after {
    clear: both; }
  .widget__message .widget_body {
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px; }
    .widget__message .widget_body:before, .widget__message .widget_body:after {
      position: absolute;
      top: 0;
      z-index: -1;
      display: block;
      height: 100%;
      background-image: url(../images/widget-bg-message.png);
      background-repeat: repeat-x;
      content: ''; }
    .widget__message .widget_body:before {
      right: 50%;
      left: 0;
      background-position: 0 0; }
    .widget__message .widget_body:after {
      right: 0;
      left: 50%;
      background-position: 100% 0; }
  .widget__content .widget_body {
    padding-top: 30px; }

.widgets__profile {
  margin-top: 37px; }

.js-hidden {
  display: none !important; }

.announcement_footer {
  color: #808080;
  font-size: 14px; }

html, body, div, span, iframe, h1, h2, h3, p, a, img, strong, b, i, dl, dt, dd, ul, li, table, tbody, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

h1, h2, h3 {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

nav {
  display: block;
  margin: 0; }

body {
  line-height: 1; }

ul {
  list-style-type: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-spacing: 0;
  border-collapse: collapse; }

td {
  vertical-align: top; }

::-ms-clear {
  display: none; }

html {
  width: 100%;
  height: 100%;
  background: #0a0a0a url(../images/common-pattern.jpg) center repeat;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  html.wot {
    background-image: url(../images/common-pattern.wot.jpg); }

body {
  position: relative;
  min-width: 946px;
  height: 100%;
  color: #b1b2b3;
  font-family: "Roboto Condensed", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px; }

a {
  color: #fff;
  text-decoration: none; }
  a:hover {
    color: #fff;
    text-decoration: none; }

h1 {
  margin: 46px 0 12px;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px; }

h2 {
  margin: 30px 0 15px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px; }

h3 {
  margin: 30px 0 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px; }

.content a {
  padding: 0 0 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 18px;
  text-decoration: none;
  transition: all .2s; }
  .content a:hover {
    border-bottom-color: transparent; }

.crystal, .gold, .promresource {
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: 23px;
  white-space: nowrap; }

.anchor, .link {
  line-height: 19px;
  transition: all .2s; }

.link__top-indent {
  display: inline-block;
  margin-top: 30px; }

.tbl-common {
  position: relative;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 14px; }

.tbl-common_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.tbl-common_th {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  min-width: 0;
  border-bottom: 1px solid #000;
  color: #808080;
  font-weight: 400;
  white-space: nowrap; }

.tbl-common_th__spacer {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px; }

.tbl-common_th__basis {
  -ms-flex: 2 0 0%;
      flex: 2 0 0%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-right: 25px; }

.tbl-common_th__left {
  -ms-flex: 1 1 0%;
      flex: 1 1 0%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-right: 25px;
  text-align: left; }

.crystal {
  color: #c9c9b6; }

.gold {
  color: #ffc364; }

.promresource {
  color: #a29b70; }

.layout {
  position: relative;
  z-index: auto;
  height: auto;
  min-height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  background-image: url(../images/layout-bg-default.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  transition: padding-bottom 0.5s; }
  .layout_holder {
    z-index: 2;
    margin-bottom: 100px; }
    .layout_holder__normal {
      position: relative; }

.wot .layout {
  background-image: url(../images/layout-bg-default.wot.jpg); }
  .wot .layout__clan-profile {
    background-image: url(../images/layout-bg-clan-profile.wot.jpg); }



.anchor {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3); cursor: default;}
  .anchor:hover {
    border-bottom-color: transparent; }

.link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .link:hover {
    border-bottom-color: transparent; }
  .link__arrow::after {
    display: inline-block;
    margin-right: -10px;
    content: '\A0\BB'; }

.page-landing {
  position: relative;
  margin: -24px -15px 0;
  padding: 103px 15px 0; }
  .page-landing:before, .page-landing:after {
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    height: 160px;
    background-image: url(../images/v2_page-landing_page-landing-separator.png);
    background-repeat: repeat-x;
    content: ''; }
  .page-landing:before {
    right: 50%;
    left: 0;
    background-position: 0 0; }
  .page-landing:after {
    right: 0;
    left: 50%;
    background-position: 100% 0; }
  .page-landing_header {
    text-align: center; }

.sorter {
  position: relative;
  display: inline-block;
  height: 100%;
  color: #808080;
  transition: color .2s; }
  .sorter::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }
  .sorter::after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    width: 93px;
    height: 5px;
    background-position: 0 0;
    opacity: 0;
    content: '';
    transition: opacity .2s;
    transform: translateX(-50%); }
  .sorter_caption {
    display: inline-block;
    margin: 2px 0 0;
    line-height: 16px;
    vertical-align: middle; }
  .sorter_hint {
    margin: 11px 0 0 2px;
    opacity: .6;
    cursor: help;
    transition: opacity .2s; }
    .sorter_hint:hover {
      opacity: 1; }

.wot .sorter::after {
  background-image: url(../images/v2_sorter_sorter.wot.png); }

.tbl-common {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .tbl-common:before, .tbl-common:after {
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    height: 46px;
    background-image: url(../images/v2_table_table-bg-header.png);
    background-repeat: repeat-x;
    content: ''; }
  .tbl-common:before {
    right: 50%;
    left: 0;
    background-position: 0 0; }
  .tbl-common:after {
    right: 0;
    left: 50%;
    background-position: 100% 0; }
  .tbl-common__single {
    margin-bottom: -1px;
    border-bottom: none; }
  .tbl-common_th {
    height: 46px; }

.add {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 0 0 5px;
  background: url(../images/v2_add_add.png) -36px 0 no-repeat;
  vertical-align: middle; }
  .add__state-disabled {
    background-position: 0 0;
    cursor: help; }

.alignment:before, .alignment:after {
  display: table;
  content: ''; }

.alignment:after {
  clear: both; }

.alignment_left {
  float: left; }

.alignment_right {
  float: right;
  text-align: right; }

.block-header {
  margin-bottom: 30px;
  color: #fff; }
  .block-header_counter {
    font-size: 18px;
    font-weight: 700; }

.footer {
  position: relative;
  z-index: auto;
  min-height: 87px !important;
  margin: -87px 0 0 !important;
  border-top: 1px solid #1a1a1a;
  background-color: rgba(0, 0, 0, 0.2);
  color: #808080;
  transition: margin-top 0.5s; 
}
  .footer_holder {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer_grid {
    display: table;
    width: 100%; }
  .footer_cell {
    display: table-cell;
    vertical-align: top; }
    .footer_cell__content {
      width: 70%; }
  .footer_row {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap; }
    .footer_row:first-child {
      margin-top: 0; }
  .footer_item {
    display: inline-block;
    padding: 0 10px 0 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid #000; }
    .footer_item:first-child {
      padding-left: 0;
      border-left: none; }
    .footer_item:last-child {
      border-right: none; }
    .footer_link-icon {
      margin: -1px -14px 0 4px;
      vertical-align: middle;
      opacity: .7; }

.header {
  position: relative;
  z-index: 20;
  height: 63px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.6); }
  .header_holder {
    position: relative;
    height: 63px; }
    .header_holder:before, .header_holder:after {
      display: table;
      content: ''; }
    .header_holder:after {
      clear: both; }

.hr__main-top, .hr__main-bottom {
  position: relative;
  z-index: -1; }
  .hr__main-top::before, .hr__main-top::after, .hr__main-bottom::before, .hr__main-bottom::after {
    position: absolute;
    height: 160px;
    background-image: url(../images/hr-main.png);
    background-repeat: no-repeat;
    content: ''; }

.hr__main-top::before {
  right: 50%;
  bottom: 50%;
  left: 0;
  background-position: 0 0;
  transform: translateY(50%); }

.hr__main-top::after {
  right: 0;
  bottom: 50%;
  left: 50%;
  background-position: 100% 0;
  transform: translateY(50%); }

.hr__main-bottom::before {
  right: 0;
  top: 50%;
  left: 50%;
  background-position: 0 100%;
  transform: translateY(-50%) rotate(180deg); }

.hr__main-bottom::after {
  right: 50%;
  top: 50%;
  left: 0;
  background-position: 100% 100%;
  transform: translateY(-50%) rotate(180deg); }

.member {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  height: 20px;
  font-weight: 700;
  white-space: nowrap; }
  /*.member__epaulettes {
    padding-left: 20px; }*/
  .member_name {
    color: #658c4c;
    line-height: 19px; }
  .member_name {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    text-overflow: ellipsis;
    vertical-align: middle;
    transition: border-bottom-color .2s; }

.message {
  position: relative;
  margin: 30px 0;
  padding: 2px 0 0 15px;
  border-width: 0 0 0 3px;
  border-style: solid;
  color: #dcdcdc;
  font-size: 16px;
  line-height: 23px;
  text-align: left; }
  .message__error {
    border-color: #c50202; }
  .message__info {
    border-color: #3490ec; }

.page-header {
  position: relative;
  padding: 20px 0 45px;
  text-align: center; }
  .page-header_inner {
    position: relative;
    display: inline-block;
    max-width: 60%; }
  .page-header_title {
    position: relative;
    margin: 0;
    line-height: 35px; }

.scroll-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 35px;
  height: 35px;
  margin: -6px 0 0;
  background: url(../images/scroll-top.png);
  cursor: pointer; }

.sidebar_body::before, .sidebar_footer::before {
  position: absolute;
  left: 50%;
  width: 280px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/sidebar-inner-shadows.png);
  transform: translateX(-50%);
  content: ''; }

.sidebar {
  background-image: url(../images/sidebar-bg.jpg);
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 25000;
  overflow: hidden;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
  background-position: right top;
  background-color: #101010; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 1.5dppx) {
    .sidebar {
      background-image: url(../images/sidebar-bg@2x.jpg);
      background-size: cover; } }
  .sidebar::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.05);
    content: ''; }
  .sidebar_holder {
    box-sizing: border-box;
    height: 100%; }
    .sidebar__state-opened .sidebar_holder {
      width: 280px;
      padding-right: 30px;
      padding-left: 30px; }
  .sidebar_body {
  position: absolute;
  top: 110px;      /* отступ сверху: выставьте под свою шапку + clan-блок (примерно 40+70px) */
  bottom: 0;       /* до самого низа */
  left: 0;
  right: 0;
  overflow-y: auto;  /* ВПРАВО-ВЛЕВО прокрутки нет */
  overflow-x: hidden;/* только вверх-вниз */
  padding: 10px 20px;/* ваши внутренние отступы */
  margin: 0;         /* сброс старых маргинов */
}
/* === Стилизация скроллбара для .sidebar_body === */

/* Для Firefox */
.sidebar_body {
  scrollbar-width: thin;
  scrollbar-color: #444 #101010; /* thumb, track */
}

/* Для WebKit-браузеров (Chrome, Safari, Edge) */
.sidebar_body::-webkit-scrollbar {
  width: 6px;    /* толщина вертикального скролла */
}

.sidebar_body::-webkit-scrollbar-track {
  background: #101010;  /* цвет фона дорожки */
}

.sidebar_body::-webkit-scrollbar-thumb {
  background-color: #444;  /* цвет «ползунка» */
  border-radius: 3px;      /* скругление углов */
  border: 1px solid #101010; /* тонкая граница, чтобы отделить от трека */
}

.sidebar_body::-webkit-scrollbar-thumb:hover {
  background-color: #666;  /* при наведении */
}

    .sidebar_body::before {
      top: -10px;
      background-position: 0 -20px; }
  .sidebar_footer {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0; }
    .sidebar__state-opened .sidebar_footer {
      width: 280px;
      padding-right: 30px;
      padding-left: 30px; }
    .sidebar_footer::before {
      top: -20px; }

.sidebar-clan {
  position: relative;
  z-index: 10;
  display: block;
  height: 40px;
  margin: 0 -10px;
  padding: 0 10px;
  color: #808080;
  font-size: 16px;
  line-height: 20px; }
  .sidebar-clan:hover {
    color: #808080; }
  .sidebar__state-opened .sidebar-clan {
    display: table-cell;
    padding-left: 50px;
    vertical-align: middle; }
  .sidebar-clan_emblem {
    position: absolute;
    z-index: 10; }
    .sidebar__state-opened .sidebar-clan_emblem {
      top: 0;
      left: 0;
      width: 40px;
      height: 40px; }
  .sidebar-clan_tag {
    display: inline-block;
    vertical-align: top; }
  .sidebar-clan_name {
    display: inline-block;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap; }

.sidebar-game {
  position: relative;
  box-sizing: border-box;
  height: 70px;
  margin: 0 -30px;
  padding: 15px 30px 15px 20px;
  border-top: 1px solid #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08), 0 1px 0 #000; }
  .sidebar-game__has-clan {
    display: block;
    background-image: url(../images/sidebar-header.png);
    background-repeat: no-repeat; }
  .sidebar-game::before, .sidebar-game::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-image: url(../images/sidebar-header.png);
    background-repeat: no-repeat; }
  .sidebar-game::before {
    content: ''; }
  .sidebar-game__state-current::after {
    content: ''; }
  .sidebar-game__wot {
    background-position: 0px 0; }
    .sidebar-game__wot::before {
      background-position: 0px -69px; }
    .sidebar-game__wot::after {
      background-position: 0px -138px; }

.sidebar-navigation {
  position: relative; }
  .sidebar-navigation_link {
    position: relative;
    display: block;
    margin: 0 -10px;
    padding: 2px 10px 0 50px;
    color: #b1b2b3;
    font-size: 14px;
    transition: all .2s; }
    @media (max-height: 730px) {
      .sidebar-navigation_link {
        height: 40px;
        line-height: 40px; } }
    @media (min-height: 729px) {
      .sidebar-navigation_link {
        height: 50px;
        line-height: 50px; } }
    .sidebar-navigation_link:hover {
      color: #b1b2b3; }
    .sidebar-navigation_link__game {
      padding-left: 10px; }
    .sidebar-navigation__type-game .sidebar-navigation_link,
    .sidebar-navigation__type-footer .sidebar-navigation_link {
      height: 70px;
      padding-top: 0;
      background: none;
      line-height: 70px; }
    .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(1):hover ~ .sidebar-navigation_decor__hover {
      display: block; }
      @media (max-height: 730px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(1):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(42px); } }
      @media (min-height: 729px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(1):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(52px); } }
    .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(2):hover ~ .sidebar-navigation_decor__hover {
      display: block; }
      @media (max-height: 730px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(2):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(84px); } }
      @media (min-height: 729px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(2):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(104px); } }
    .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(3):hover ~ .sidebar-navigation_decor__hover {
      display: block; }
      @media (max-height: 730px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(3):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(126px); } }
      @media (min-height: 729px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(3):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(156px); } }
    .sidebar-navigation__type-footer .sidebar-navigation_link:nth-child(1):hover ~ .sidebar-navigation_decor__hover {
      display: block;
      transform: translateY(70px); }
    .sidebar-navigation__type-game .sidebar-navigation_link.sidebar-navigation_link__has-clan:hover ~ .sidebar-navigation_decor__hover {
      display: block;
      transform: translateY(70px); }
    .sidebar-navigation_link::before {
      position: absolute;
      top: 0;
      right: 10px;
      left: 10px;
      height: 2px;
      background: url(../images/sidebar-border.png) repeat-x;
      content: ''; }
      .sidebar__state-opened .sidebar-navigation_link::before {
        right: 0;
        left: 0; }
      .sidebar-navigation__type-footer .sidebar-navigation_link::before {
        right: 0;
        left: 0; }
      .sidebar__state-opened .sidebar-navigation__type-footer .sidebar-navigation_link::before {
        right: -20px;
        left: -20px; }
    .sidebar-navigation_link__game:first-child::before,
    .sidebar-navigation__type-general .sidebar-navigation_link:first-child::before {
      content: normal; }
  .sidebar-navigation_icon {
    position: absolute;
    top: 50%;
    left: -3px;
    margin-top: -24px; }
    .sidebar__state-opened .sidebar-navigation_icon {
      left: -3px; }
  .sidebar-navigation_link-inner {
    text-transform: uppercase; }
  .sidebar-navigation_counter {
    position: absolute;
    box-sizing: border-box;
    color: #000;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.1pt; }
    .sidebar-navigation_counter::before, .sidebar-navigation_counter::after {
      position: absolute;
      top: 0;
      bottom: 0;
      content: ''; }
    .sidebar__state-opened .sidebar-navigation_counter {
      top: 50%;
      right: 0;
      height: 21px;
      margin: -10px 5px 0;
      padding: 4px 2px 0;
      background: url(../images/sidebar-counter-large.png) 0 -24px repeat;
      font-size: 14px; }
      .sidebar__state-opened .sidebar-navigation_counter::before, .sidebar__state-opened .sidebar-navigation_counter::after {
        width: 5px;
        background-image: url(../images/sidebar-counter-large.png);
        background-repeat: no-repeat; }
      .sidebar__state-opened .sidebar-navigation_counter::before {
        left: -5px;
        background-position: 0 0; }
      .sidebar__state-opened .sidebar-navigation_counter::after {
        right: -5px;
        background-position: 0 -48px; }
  .sidebar-navigation_decor {
    position: absolute;
    z-index: 20;
    display: none;
    width: 3px;
    height: 30px;
    padding-top: 0;
    transition: transform .2s; }
    @media (max-height: 730px) {
      .sidebar-navigation__type-general .sidebar-navigation_decor {
        top: -35px; } }
    @media (min-height: 729px) {
      .sidebar-navigation__type-general .sidebar-navigation_decor {
        top: -50px;
        margin: 10px 0; } }
    .sidebar-navigation__type-footer .sidebar-navigation_decor {
      top: -49px; }
    .sidebar-navigation__type-game .sidebar-navigation_decor {
      top: -49px; }
    .sidebar__state-opened .sidebar-navigation_decor {
      left: -30px; }
    .sidebar-navigation_decor__hover {
      background: #fff; }
    .sidebar-navigation_decor__current {
      background: #ffc233; }

.table-profile {
  width: 100%;
  margin: 20px 0 0;
  color: #dcdcdc;
  font-size: 14px;
  line-height: 18px; }
  .table-profile__lot {
    margin: 0; }
  .table-profile_td {
    padding: 3px 0 2px; }
    .table-profile__lot .table-profile_td {
      text-align: center; }
  .table-profile_td {
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap; }

.widget-title {
  margin: 0; }

.mCustomScrollbar {
  -ms-touch-action: none;
      touch-action: none; }

.mCSB_container {
  box-sizing: border-box;
  min-height: 100%; }


/**
 *
 * Core doesn't generate any styles itself, it includes utilities and configuration that can be used in any stylesheet.
 * It should be imported at the beginning of any separate stylesheet.
 *
 */
/**
 *
 * Autoprefixer doesn't support 'appearance' property.
 * The 'appearance' property is not a part of any specification.
 * So there is no 'appearance', only '-moz-appearance' and '-webkit-appearance'.
 *
 */
/**
 *
 *  Justify inline blocks
 *
 */

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-item {
  float: left; }

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel {
  width: auto; }

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

/* fade */

/* backSlide */

/* goDown */

/* scaleUp */

/* Keyframes */
/*empty*/

.vertical-margin {
    margin-top: 15px;
}

.quote{
    border-left: 1px solid #CCC;
    padding: 0px 20px 0px 20px;
    margin: 5px 0 0 30px;
    font-style: italic;
    font-size: 17px;
}

.content ol > li, .content ul > li {
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    margin: 10px 0px;
}

.content ul > li::before {
    color: #b1b2b3;
    content: "•";
    left: 0px;
    position: absolute;
    top: 0px;
}




/* Общий фон для блоков */
.dle-block {
  background-color: #2a2a2a;       /* тёмный фон блока */
  padding: 15px;                   /* внутренние отступы */
  margin-bottom: 10px;             /* расстояние между блоками */
  border-radius: 4px;              /* слегка скруглённые углы */
}



/* Галерея */
.dle-gallery {
  text-align: center;
  margin: 0 -5px;
}
.dle-gallery img {
  margin: 5px;
  max-width: 100px;
  vertical-align: middle;
}


@media only screen and (max-width: 1024px) {
  /* Показываем скроллбар, если он понадобится */
  .sidebar .mCustomScrollbar {
    display: block !important;
  }

  /* Задаём ширину сайдбара (должна совпадать с вашей) */
  .sidebar__state-opened .sidebar_holder,
  .sidebar_holder {
    width: 240px !important;
    padding: 10px 20px !important;
        position: relative;
  height: 100vh;  /* займёт весь экран по высоте */
  }

  /* Отодвигаем основной контент вправо под сайдбар */
  .layout {
    margin-left: 240px !important;
  }
}




