@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 {
  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; }

.fixed-color-footer {
    position: absolute;
    bottom: 0;
  width: 100%;
  height: 50px; /* Высота футера */
  background: #0e0e0e !important;

  font-size: 13px;
    /* Выравнивание текста по центру */
    text-align: center !important;
    display: flex !important;
    justify-content: center!important;
    align-items: center !important;
}

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

#registration {
margin-top: 50px;}
/**
 *
 * Common styles for every page and application.
 * Imported in style.scss
 *
 */

.form_submit {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    margin-left: 100px;
}

.page_form--wrap {
    display: flex;
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
    margin-left: -100px;
}

.uinfo.tabs {
    display: flex;
    margin-left: 0px;
    flex-direction: column;
    align-items: center;
}

#loading-layer {
    display: none !important;
}
.withouttext {
    display: none !important;
}
.addform {
    margin-left: -130px;
    margin-right: 10px;
}

.login__form__input {
  max-width: 200px; }

.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; }
#Help {
    padding: 2px 10px 0 30px;}
.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; }




        /* Стили для контейнера */
.image-container {
            display: flex;
            flex-wrap: wrap; /* Позволяет элементам переноситься на новую строку */
            justify-content: center; /* Выравнивание элементов по центру */
            gap: 10px; /* Расстояние между элементами */
        }
        /* Стили для изображений */
.image-container img {
            max-width: 100%; /* Чтобы изображения не выходили за пределы контейнера */
            height: auto; /* Сохраняет пропорции изображений */
            display: block; /* Убирает лишние отступы вокруг изображений */
        }
        /* Стили для ссылок */
.image-container a {
            flex: 1 1 calc(33.333% - 10px); /* Каждый элемент занимает треть контейнера с учетом отступов */
            box-sizing: border-box; /* Учитывает padding и border в ширине элемента */
            max-width: 400px; /* Ограничиваем максимальную ширину элемента */
        }
.sbr_text {
padding-bottom: 30px;
}

.donat {color: #fcff00;
  font-size: 15px;
}

a.donat{

text-decoration: underline;

}

.text {
    font-weight: bold;
    font-family: sans-serif;
  color: #3c3c3c;
  font-size: 13px;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 200%;
  animation: wave 2s infinite;
}

@-webkit-keyframes wave {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}

.text7 {
    font-weight: bold;
    
  color: #3c3c3c;
  font-size: 14px;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
  -webkit-mask-size: 200%;
  animation: wave 2s infinite;
}

.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_
{
    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%;
       }
    .facia_holder:after {
      top: 100%;
       }

.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 {
    text-align: center;
    align-content: center;
  display: table-cell;
  width: 24%;
  position: relative;
  vertical-align: top;
  z-index: 25; }
  .profile__main .profile_part {
    padding-bottom: 0px; }

.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: 50px 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 {
    float: left;
    margin: 2px 0 0;
    color: #fff;
    font-size: 25px; }
#profile-data_titles {
    float: right;
    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;
     }
    .profile-general_content__active {
      display: block; }
  .profile-general_content-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #1b1b1b; }

.resources {
  position: relative;
  min-height: 168px;
  margin: 0 0 0px;
  font-size: 15px;
  text-align: center; }
  .resources::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 159px;
    
    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;}
    .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 {
    margin-top: 20px;
    color: #b1b2b3;
    font-size: 14px;
    line-height: 16px;
    display: block; }
  .rating-profile_key2 {
    margin-top: 10px;
    color: #b1b2b3;
    font-size: 14px;
    line-height: 16px;
    display: block; }
  .rating-profile_game {
    display: inline-block;
    margin-top: -37px;
    
    background-repeat: no-repeat; }
    .rating-profile_game__wot {
      width: 66px;
      background-position: 0 0; }
    .rating-profile_game__wot2 {
      width: 66px;
      height: 60px;
      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: 0px;
    padding-bottom: 0px; }
    .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: 0px; }

.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;
margin: 10px 0px 10px 0px;}

.login__title {
margin: 0px 5px 0px 0px;}
/* 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.wowp.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%;
  overflow: hidden;
  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 {
   }
  .wot .layout__clan-profile {
     }



.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 {
  left: 0 !important;
  position: relative;
  z-index: auto;
  min-height: 87px;
  margin: -87px 0 0;
  border-top: 1px solid #1a1a1a;
  background-color: rgba(0, 0, 0, 0.2);
  color: #808080;
  transition: margin-top 0.5s; 
}
  .footer_holder {
    display: block;
    
    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 {
        padding-left: 20px;
      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 30px;
  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;
  transform: translateX(-50%);
  content: ''; }

.sidebar {
  
  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: relative;
    margin: 10px 0 15px; }
    .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;
      padding-bottom: 10px;}
    .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();
    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;
       }
    .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-general .sidebar-navigation_link:nth-child(4):hover ~ .sidebar-navigation_decor__hover {
      display: block; }
      @media (max-height: 730px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(4):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(166px); } }
      @media (min-height: 729px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(4):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(206px); } }
.sidebar-navigation__type-general .sidebar-navigation_link:nth-child(5):hover ~ .sidebar-navigation_decor__hover {
      display: block; }
      @media (max-height: 730px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(5):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(206px); } }
      @media (min-height: 729px) {
        .sidebar-navigation__type-general .sidebar-navigation_link:nth-child(5):hover ~ .sidebar-navigation_decor__hover {
          transform: translateY(256px); } }
    .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;     
      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: 24px;
      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;
}

/*-- AJAX ЗАГРУЗКА ------------------------------*/
#loading-layer { opacity: 1 !important; display: block !important; background-color: rgb(16 16 16 / 30%); top: 0 !important; right: 0; left: 0 !important; height: 5px; text-indent: -5999px; width: 100%; }
#loading-layer:before { content: ""; position: absolute; height: 100%; }
#loading-layer:before {-webkit-animation: loadbar 2s infinite;animation: loadbar 2s infinite;}
@-webkit-keyframes loadbar { 0% {right: 100%; left: 0; background-color: #a000ff; -webkit-box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%);} 50% {right: 0%; left: 0;} 100% {left: 100%; right: 0; background-color: #ff00ff;-webkit-box-shadow: 0 0 15px 5px rgb(255 0 255 / 30%);box-shadow: 0 0 15px 5px rgb(255 0 255 / 30%);}}
@keyframes loadbar { 0% {right: 100%; left: 0; background-color: #a000ff; -webkit-box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%);} 50% {right: 0%; left: 0;} 100% {left: 100%; right: 0; background-color: #ff00ff;-webkit-box-shadow: 0 0 15px 5px rgb(255 0 255 / 30%);box-shadow: 0 0 15px 5px rgb(255 0 255 / 30%);}}

/*-- ВСПЛЫВАЮЩАЯ ИНФОРМАЦИЯ ------------------------------*/
.error { background: rgb(80 80 80 / 25%); margin-bottom: 20px; border-radius: 12px; height: -webkit-max-content; height: -moz-max-content; height: max-content }
.error__title { display: block; padding: 15px 25px; background: rgb(80 80 80 / 25%); border-radius: 12px }
.error__content { padding: 15px 25px; display: block }
.error__content a { padding: 5px 20px; display: inline-block; border-radius: 15px; border: 4px solid rgb(51 51 51 / 60%); -webkit-transition: ease-out .2s; -o-transition: ease-out .2s; transition: ease-out .2s }
.error__content a:hover { background: rgb(51 51 51 / 60%); opacity: .7 }
.error__title--i { float: right }

/*-- ФОРМЫ ------------------------------*/
.form-group__label { width: 100px; font-size: 16px }
.form-group__input { padding: 15px 20px!important; cursor: text; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.login_check { position: relative; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.login_check__btn { position: absolute; right: 5px; bottom: 5px; top: 5px }

/*-- ФОРМА РЕГИСТРАЦИИ ------------------------------*/
.reg_form .form-group, .lostpas_form .form-group, .addnew_form .form-group:not(.descr) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.reg_text { font-size: 16px; margin-bottom: 20px; }
.reg_btn { padding: 12px 40px; display: block; }
#result-registration span { display: block; margin-left: 15px; max-width: 400px; }
.lostpas_form .form-group__label { width: 150px; }

/*-- ЛИЧНЫЙ КАБИНЕТ ------------------------------*/
.uinfo__header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.uinfo__header_block-right { -webkit-box-flex: 1; -ms-flex-positive: 1}
.uinfo .tabs__caption,.uinfo__links { display: -webkit-box; display: -ms-flexbox; display: flex }
.uinfo .tabs__link { padding: 15px 40px }
.uinfo__header_block-left { margin-right: 40px }
.uinfo__name { margin-top: 0 }
.uinfo .cover,.userinfo .cover { width: 115px; height: 115px; display: block; border-radius: 20%;  background: center;}
.uinfo__info-block { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px }
.uindo__info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: rgb(80 80 80 / 15%); padding: 15px 50px 15px 20px; border-radius: 10px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 10px 10px 0; -webkit-transition: ease-out .3s; -o-transition: ease-out .3s; transition: ease-out .3s }
.ui-c1 { color: var(--color3); margin-bottom: 6px }
.ui-c2 { line-height: 1 }
.ui-c2_big { font-size: 42px }
.ui-c2_small { font-size: 18px }
.ui-c2--link { padding: 8px 20px; background: rgb(80 80 80 / 25%); margin: 10px -10px -5px; border-radius: 10px; }
.uinfo__form .form-group__label { width: 110px; padding-right: 20px }
.timezoneselect { width: auto; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 40px; border-radius: 5px; padding: 0 15px }
.save-btn { margin-top: 25px; padding: 12px 40px }
#options { margin-top: 30px }
.quick-edit-text { width: 100%; margin-bottom: 5px }
#pm_text { width: 100% }
#dle-send-pm .dle-captcha { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: end; margin-top: 10px }
.ui-widget-content.sec-code { margin-left: 15px }
.userinfo { display: -webkit-box; display: -ms-flexbox; display: flex }
.userinfo .avatar { margin-right: 20px }
.userinfo li { font-size: 16px }
.dle-popup-userprofile { width: 600px; min-width: 600px!important }
.main_userinfo .error { margin-top: 30px }

/*-- ДЛЯ ОБРАТНОЙ СВЯЗИ ------------------------------*/
.addrst { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 10px 0 }
.addrst label { min-width: 100px }
.addrst select { height: 40px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }

/*-- ПЕРСОНАЛЬНЫЕ СООБЩЕНИЯ ------------------------------*/
.pm-box { margin-bottom: 25px }
.pm_status { padding: 30px; background-color: rgb(80 80 80 / 25%); border-radius: 15px; font-family: Bold; color: #8e8e8e }
#pm-menu { margin-bottom: 20px }
.pm_progress_bar { background-color: rgb(80 80 80 / 20%); margin-bottom: 10px; border-radius: 20px }
.pm_progress_bar span { background-color: #a000ff; min-width: 1%; -webkit-box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); font-size: 0; height: 20px; border-radius: 20px; display: block; overflow: hidden }
.pmlink { padding: 6px 25px; display: inline-block; border: 4px solid #2b2b2b; border-radius: 15px; margin-right: 10px; -webkit-transition: ease-out .2s; -o-transition: ease-out .2s; transition: ease-out .2s; font-family: Bold; }
.pmlink:hover { background: #2b2b2b; opacity: .7 }
.form-group.combo { display: -webkit-box; display: -ms-flexbox; display: flex }
.pm__heading { font: 24px Bold; margin-bottom: 10px }
.pmsend-btn { padding: 12px 40px; margin-right: 15px; border-radius: 12px }
.pmsend__btns { margin-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.pm { width: calc(100% + 20px)!important; margin-left: -20px }
.userstop td,.pm td.pm_list,.pm td.pm_head { border-bottom: 2px solid #222; padding: 12px 2px }
table.pm,table.userstop { width: 100%; margin-bottom: 0 }
table.pm select { width: 175px }
.userstop thead td,.pm td.pm_head { font-family: Bold }

/*-- СТАТИСТИКА ------------------------------*/
.stats--wrap { width: 100% }
.stats__top--wrap { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px }
.stats_d { background: rgb(104 57 138 / 25%) }
.stats_w { background: rgb(138 45 142 / 25%) }
.stats_m { background: rgb(162 36 130 / 25%) }
.stats_d .stats_top--title { background: rgb(104 57 138 / 25%) }
.stats_w .stats_top--title { background: rgb(138 45 142 / 25%) }
.stats_m .stats_top--title { background: rgb(162 36 130 / 25%) }
.stats__top { border-radius: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-right: 15px; position: relative }
.stats_top--title { padding: 15px 25px; font: 24px Heavy; border-radius: 15px }
.stats_top--value { margin: 20px; font-family: 'Bold';  }
.stats_top--value b { font: 18px Heavy; }
.statistics { display: -webkit-box; display: -ms-flexbox; display: flex }
.stat_group__title { font: 24px Bold; margin: 0 5px 10px }
.stat_group { margin: 0 15px 15px 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.stat_group--ul { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap }
.stat__item { width: -webkit-max-content; width: -moz-max-content; width: max-content; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 15px 20px }
.stat_data { padding: 10px 39px; border-radius: 20px; margin-bottom: 30px; width: -webkit-max-content; width: -moz-max-content; width: max-content; border: 5px solid rgb(80 80 80 / 20%) }
.stat_data--test { margin-right: 10px }
.stat_data--value { font: 18px Heavy }

/*-- ДОБАВЛЕНИЕ НОВОСТИ ------------------------------*/
.addnew_form .form-group.cat select { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 100px!important }
.addnew_form .descr { padding: 10px 0 }
.addnew_form .descr label { display: block; margin-bottom: 10px }
.addnew_form .xfs tr { margin: 5px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center }
.addnew_form .xfs .addnews { width: 150px }
.addnew_form .xfs .xfields { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1 }
.addnew_form .xfs input { width: 100% }
.admin_checkboxs { margin-top: 10px }
.admin_checkboxs .checkbox { margin-bottom: 5px }
.qq-upload-button { background: rgb(80 80 80 / 50%); width: -webkit-max-content!important; width: -moz-max-content!important; width: max-content!important; padding: 10px 20px; border-radius: 10px; -webkit-transition: ease-out .2s; -o-transition: ease-out .2s; transition: ease-out .2s; cursor: pointer!important }
.qq-upload-button-hover { opacity: .7 }
.uploadedfile { display: -webkit-box; display: -ms-flexbox; display: flex; border-radius: 10px; background: rgb(0 0 0 / 15%); width: -webkit-max-content; width: -moz-max-content; width: max-content; padding: 10px; margin: 12px 0 8px }
.uploadedfile .info { font-family: 'Bold'; margin: 5px 10px }
.uploadimage img { margin: 5px 10px; display: block }
.uploadedfile .info a { padding: 2px 8px; display: inline-block; border-radius: 10px; margin-bottom: 3px; border: 2px solid #2b2b2b }
.uploadedfile .info a:hover { opacity: .7 }
.btn[disabled] { opacity: .3; pointer-events: none }
.file-box { margin-top: 10px; padding: 20px; background: rgba(40,40,40,0.2); border-radius: 10px }
.progress { margin: 10px 0; background-color: rgb(80 80 80 / 25%); border-radius: 8px }
.progress .progress-bar { width: 0; line-height: 21px; color: white; background-color: #a000ff; -webkit-box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); box-shadow: 0 0 15px 5px rgb(160 0 255 / 30%); text-align: center; -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; border-radius: 12px; height: 10px }
.progress-bar span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); border: 0 }

.xfieldsrow { display: flex; align-items: center; margin-bottom: 10px; }
.xfieldscolleft { width: 120px; }
.xfieldscolright { flex-grow: 1; }

/*-- ГОЛОСОВАНИЕ ------------------------------*/
.vote--wrap { background: rgb(80 80 80 / 15%); padding: 20px; border-radius: 10px }
.poll__title { text-decoration: underline }
.vote_list { font-size: 16px }
.title_hide { display: none }
.voteprogress,.pollprogress { overflow: hidden; height: 10px; margin-bottom: 10px; background-color: rgb(80 80 80 / 30%); border-radius: 5px; margin-top: 6px }
.voteprogress span,.pollprogress span { text-indent: -9999px; height: 10px; border-radius: 5px; display: block; overflow: hidden; background-color: #a000ff }
.pollanswer,.vote { margin: 0 0 10px 10px }
.pollallvotes,.vote_votes { opacity: .4 }

/*-- Чекбоксы ------------------------------*/
.filter__switches-block { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 10px 0 20px; justify-self: space-between }
.filter__switch-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 10px; }
.switch-input { height: 0; width: 0; visibility: hidden; }
.switch { cursor: pointer; text-indent: 55px; color: transparent; width: 45px; display: block; height: 25px; margin-right: 6px; background: #2d2d2e; border-radius: 12px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.switch:after { content: ''; position: absolute; top: 5px; left: 5px; width: 15px; height: 15px; background: #606060; border-radius: 10px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.switch-input:checked + .switch { background: #600f8e; }
.switch-input:checked + .switch:after { left: calc(100% - 5px); -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); background: #ababab; }
.switch:active:after { width: 20px; }

/*-- Кнопки ------------------------------*/
.filter__btn_search { padding: 10px 40px;  border-radius: 14px; font-family: 'Bold'; margin-right: 10px }
.filter__btn_search, .filter__btn_search:after { background-color: #58008a; }
body.theme-light .filter__btn_search, body.theme-light .filter__btn_search:after { background-color: #9935d2; }
.filter__btn_clear { padding: 8px 20px 7px; background: transparent; border: 3px solid #333; border-radius: 14px; -webkit-transition: ease-out .15s; -o-transition: ease-out .15s; transition: ease-out .15s; cursor: pointer }
.filter__btn_clear:hover,.filter__btn_clear:focus { background: #333; opacity: .7; color: #ccc; }

/*--ЧАСТЫЕ СТИЛИ ------------------------------*/
.icon-right { margin-left: 10px; }
.icon-left { margin-right: 10px; }
.login__btn_regist {margin: 0px 10px 0px 0px;}
.hover-op, #dosearch, .bbcodes, .ui-button {-webkit-transition: ease-out 0.2s;-o-transition: ease-out 0.2s;transition: ease-out 0.2s; cursor: pointer;}
.hover-op:hover, #dosearch:hover, .bbcodes:hover, .ui-button:hover {opacity: 0.7;}
.active-op:active, #dosearch:active, .bbcodes:active, .ui-button:active { opacity: 0.5; }
.btn-op {  background: rgb(80 80 80 / 30%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 12px; }
.major-btn { margin-top: 10px;  border-radius: 15px; margin-bottom: 10px; }
.op1 { opacity: var(--op1); }
.trns, .trns:hover {-webkit-transition: ease-out 0.2s;-o-transition: ease-out 0.2s;transition: ease-out 0.2s;}
.text-over {-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.wide { width: 100%; }

.lazyload, .lazyloading:not(.tabs__content_5 iframe) { opacity: 0; }
.lazyloaded { opacity: 1; -webkit-transition: ease-out opacity .3s; -o-transition: ease-out opacity .3s; transition: ease-out opacity .3s; }
input::-webkit-input-placeholder { color: var(--color3); opacity: var(--op1); }

input::-moz-placeholder { color: var(--color3); opacity: var(--op1); }

input:-ms-input-placeholder { color: var(--color3); opacity: var(--op1); }

input::-ms-input-placeholder { color: var(--color3); opacity: var(--op1); }

input::placeholder { color: var(--color3); opacity: var(--op1); }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  { -webkit-box-shadow: 0 0 0 30px rgb(81 81 81) inset !important; -webkit-text-fill-color: var(--color1) !important; }

button,input,optgroup,select,textarea { color: var(--color2); }
input[type="text"]:not(.login__form__input),
input[type="password"]:not(.login__form__input),
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
button,
textarea { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 10px 20px; border-radius: 10px; background: rgb(80 80 80 / 25%); color: var(--color1); }

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus { opacity: 0.8; background: rgb(80 80 80 / 25%); -webkit-box-shadow: var(--bbsh1); box-shadow: var(--bbsh1); }
[type="checkbox"], [type="radio"] { -webkit-filter: hue-rotate(226deg) invert(0.85); filter: hue-rotate(226deg) invert(0.85); }
[type="checkbox"]:not(.mass input, .switch-input), [type="radio"]:not(.mass input) { margin-right: 8px; zoom: 1.4; vertical-align: sub; }

[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; color: var(--color_i); font-size: 20px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

input[type="file"] { background: rgb(80 80 80 / 35%); padding: 10px 0 10px 20px; border-radius: 10px; opacity: 0.8; }
input[type="file"]:before, .qq-upload-button:before { font-family: 'icomoon' !important; content: "📷"; font-size: 20px; vertical-align: middle; margin-right: 10px; color: #fff; }
select { width: 100%; height: 30px; background: #333; border-radius: 5px; padding: 0 10px; }
select:focus { background: #222; }
option, option:focus { background: #353535; }
.logged__avatar--img { max-width: 100px; margin: 30px 10px 10px 55px;}
.login__form { margin: 30px 0px 0px 0px;}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    	.mCustomScrollbar {display: none !important;}
		.layout{margin-left: 0px !important;}
		.clan {padding: 0px 0px 265px 0px;}
		}

/*-- СНЕГ ------------------------------*/
.snowContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
}

#snow {
	width: 100%;
	height: 100%;
	background-image: url("https://litepubg.ru/templates/pvlkz/images/snow_1.png"), url("https://litepubg.ru/templates/pvlkz/images/snow_2.png"), url("https://litepubg.ru/templates/pvlkz/images/snow_3.png");
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite;
}

@keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-moz-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-webkit-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}

@-ms-keyframes snow {
	0% {
		background-position: 0px 0px, 0px 0px, 0px 0px;
	}
	100% {
		background-position: 500px 1000px, 400px 400px, 300px 300px;
	}
}
/*-- СНЕГ ------------------------------*/