html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hat {
  width: 1000px;
  height: 205px;
  margin: 0 auto;
  position: relative;
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.hat a {
  display: inline-block;
  padding-top: 8px;
}
.hat a.active {
  font-weight: bold;
}
.hat__link {
  position: absolute;
  left: 0;
  top: 35px;
  width: 230px;
  height: 150px;
}
.hat__replay_count {
  position: absolute;
  right: 15px;
  bottom: 30px;
  color: white;
}
.hat__replay_count a {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: white;
}
.vk-link {
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  margin-right: 15px;
  margin-left: 20px;
  padding: 0;
  background-image: url("/static/img/site/base/vk-icon.svg?version=29.08.2017");
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all linear 0.2s;
  opacity: 0.5;
}
.vk-link:hover {
  opacity: 0.7;
}
.vk-link:active {
  opacity: 0.5;
}
.header {
  text-align: right;
}
.header > * {
  display: inline-block;
}
.header__text {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: white;
}
.header__menu {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.header__profile-link {
  padding-right: 20px;
  padding-left: 5px;
  position: relative;
}
.header__notify-counter {
  display: inline-block;
  position: absolute;
  top: 10px;
  margin-left: -17px;
  border-radius: 9px;
  min-height: 19px;
  min-width: 19px;
  padding: 2px 5px;
  text-decoration: none;
  text-align: center;
  color: white;
  border: 1px solid currentColor;
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  line-height: 1;
}
.header__notify-counter.show {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  line-height: 1;
  color: #160e0b;
  background-color: #ff5d27;
}
.header__label {
  position: relative;
  cursor: pointer;
  padding: 8px 15px 6px;
}
.header__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  background: url("/static/img/site/base/small-arrow.svg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/base/small-arrow-hover.svg?version=29.08.2017") 0 0 no-repeat;
  background-size: 100%;
  transition: transform linear 0.2s;
  transition-delay: 0.3s;
}
.header__dropdown {
  position: relative;
  transition: all linear 0.2s;
  transition-delay: 0.5s;
}
.header__dropdown.active {
  background: #302E2E;
  transition-delay: 0s;
}
.header__dropdown.active .header__arrow {
  transform: rotate(180deg);
}
.header__dropdown.active .header__dropdown_content {
  max-height: 300px;
  box-shadow: rgba(0, 0, 0, 0.67) 0px 5px 5px;
  transition-delay: 0.2s;
}
.header__dropdown:hover .header__arrow {
  background-position: 0 -10px, 0 0;
}
.header__dropdown_content {
  max-height: 0;
  overflow: hidden;
  min-width: 100%;
  text-align: left;
  position: absolute;
  top: 100%;
  z-index: 10;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0) 0px 5px 5px;
  background: #302E2E;
  border-radius: 0 5px 5px 5px;
  transition: all cubic-bezier(0.74, 0.07, 0.21, 0.96) 0.5s 0s;
}
.header__dropdown_content > a {
  display: block;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  margin: 6px;
  padding: 8px 9px 6px;
  font-weight: normal;
  border-radius: 5px;
  background: transparent;
  transition: all linear 0.2s;
}
.header__dropdown_content > a:hover {
  background: #4A4747;
}
.header__dropdown_loading {
  height: 32px;
  background: url("/static/img/site/base/spinner.gif?version=29.08.2017") center center no-repeat;
}
.search_filter_button.animate {
  transition: 500ms linear all;
  opacity: 1;
}
.search_filter_button.animate.ng-leave.ng-leave-active,
.search_filter_button.animate.ng-enter {
  opacity: 0;
}
.search_filter_button.animate.ng-enter.ng-enter-active,
.search_filter_button.animate.ng-leave {
  opacity: 1;
}
.search_filter_button.animate.ng-hide {
  opacity: 0;
}
.searchTextFieldDiv {
  display: block;
  vertical-align: top;
  margin-left: 30px;
  padding-bottom: 20px;
  width: 250px;
}
.footer {
  width: 1000px;
  height: 100px;
  position: relative;
  margin: 0 auto;
  padding: 15px;
  color: #797979;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  background: url("/static/img/site/base/content_bg.png?version=29.08.2017");
  border-top: 1px solid #2a2a2a;
  box-shadow: inset 0 1px 0 #000;
}
.footer > * {
  display: inline-block;
  vertical-align: top;
}
.footer__company {
  margin-top: 10px;
}
.footer__link_wot,
.footer__link_wtr,
.footer__link_wg {
  display: inline-block;
  background: url("/static/img/site/base/logos.png?version=29.08.2017") 999px 999px no-repeat;
}
.footer__link_wot {
  width: 233px;
  height: 111px;
  background-position: 0 0;
}
.footer__link_wot:hover {
  background-position: 0 -111px;
}
.footer__link_wtr {
  vertical-align: middle;
  width: 90px;
  height: 62px;
  margin-right: 20px;
  background-position: -245px -25px;
}
.footer__link_wg {
  vertical-align: middle;
  width: 114px;
  height: 65px;
  background-position: -234px -121px;
}
.footer__menu {
  position: absolute;
  left: 269px;
  top: 39px;
}
.footer__link {
  margin-left: 40px;
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.footer__copyright {
  float: right;
}
.main {
  margin: 0 auto;
  width: 1000px;
  position: relative;
  z-index: 2;
  font-size: 0;
  padding: 0 15px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  border-bottom: none;
  box-sizing: border-box;
  font-family: RobotoCondensed, "UniversCondCBold", "Myriad Pro", serif;
  background: url("/static/img/site/base/content_bg.png?version=29.08.2017");
}
.en_padding_left {
  padding-left: 130px;
}
.error-container {
  width: 660px;
  height: 99px;
  position: relative;
  background: url("/static/img/site/base/site_error_bkgr.png?version=29.08.2017") 0 0 no-repeat;
  background-size: 660px;
}
.error-container .error-code {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 50px;
  margin: -25px 0 0 -45px;
  overflow: hidden;
  background: url("/static/img/wot/dsn/errors_sprite.png?version=29.08.2017") -9999px -9999px no-repeat;
}
.error-container .error-code.error-403 {
  background-position: 0 0;
}
.error-container .error-code.error-404 {
  background-position: -91px 0;
}
.error-container .error-code.error-500 {
  background-position: -183px 0;
}
.error-container .error-code.error-504 {
  background-position: -272px 0;
}
.error-container .error-code.error-504 {
  background-position: -360px 0;
}
.error-replay-shell {
  text-align: center;
}
.error-replay {
  margin-top: 40px;
  background: url("/static/img/site/base/site_error_bkgr.png?version=29.08.2017") 0 0 no-repeat;
  background-position: right;
  min-height: 432px;
  width: 700px;
  font-family: "UniversCondCBold", "Myriad Pro", serif;
  display: inline-block;
}
.error-replay > div {
  text-align: center;
}
.error-replay .h1-heading.error-msg {
  font-size: 76px;
  line-height: 67px;
  font-weight: normal;
  padding-right: 20px;
}
.error-replay .error-msg {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.error-replay .error-msg:last-child {
  width: 320px;
}
.error-replay .second-title {
  font-size: 32px;
  text-align: left;
}
.h1-heading {
  font-stretch: normal;
  color: #515a62;
  text-shadow: 1px 4px 5px #000000;
}
.h2-heading__dark {
  font-size: 18px;
  font-weight: bold;
  font-family: Roboto, "Arial";
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
  color: #ff6633;
  text-shadow: 1px 4px 5px #000000;
}
.i-24_like {
  cursor: pointer;
}
.i-24_like:hover {
  opacity: 0.8;
}
.i-24_like:active {
  opacity: 0.5;
}
html {
  margin-left: calc(100vw - 100%);
  margin-right: 0;
}
html,
body {
  height: 100%;
  position: relative;
  color: #b1b4b6;
  font: 12px Roboto, "Arial", sans-serif;
}
body {
  position: relative;
  background: #000 url("/static/img/site/base/bg-pic.jpg?version=29.08.2017") center 0 no-repeat;
}
body.ReactModal__Body--open {
  overflow: hidden;
}
input {
  font-family: Roboto, "Arial", sans-serif;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: smaller;
}
a {
  cursor: pointer;
  color: #ffd4aa;
  text-decoration: none;
}
a:hover {
  color: #ffe7ba;
}
label {
  cursor: default;
}
hr {
  display: block;
  width: 100% !important;
  height: 1px !important;
  margin: 20px 0;
  border: none;
  background: url("/static/img/wot/dsn/delimeter.png?version=29.08.2017") center 0 no-repeat;
}
.banner_wot_machine {
  display: block;
  width: 960px;
  height: 60px;
  margin: auto;
  margin-bottom: 30px;
  background-image: url("/static/img/site/base/banner-mot-machine.jpg?version=29.08.2017");
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
}
@font-face {
  font-family: "UniversCondCRegular";
  src: url("/static/fonts/univercc-webfont.eot");
  src: url("/static/fonts/univercc-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univercc-webfont.woff") format("woff"), url("/static/fonts/univercc-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UniversCondCBold";
  src: url("/static/fonts/univeccb-webfont.eot");
  src: url("/static/fonts/univeccb-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/univeccb-webfont.woff") format("woff"), url("/static/fonts/univeccb-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("/static/fonts/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("/static/fonts/RobotoCondensed-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("/static/fonts/RobotoCondensed-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensedBold";
  src: url("/static/fonts/RobotoCondensed-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
H3,
.h3 {
  font-family: UniversCondCRegular, 'arial narrow', sans-serif;
  font-size: 26px;
  line-height: 1;
}
H6,
.h6 {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text-lg {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.text-lg-bold {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.text-md {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.text-md-bold {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.text-sm {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
.text-sm-bold {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}
.home_page__block {
  margin-bottom: 30px;
}
.home_page__block > * {
  display: inline-block;
  vertical-align: top;
}
.home_page__block .news {
  margin-left: 30px;
  float: none;
  width: 290px;
}
.home_page__block .news .n_title {
  margin-bottom: 9px;
  margin-top: 15px;
}
.home_page__block .news .n_moar {
  margin-top: 21px;
}
.home_page__block .news .nb_image {
  height: 130px;
}
.contest_banner {
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  max-height: 100px;
  padding: 10px;
  overflow: hidden;
  transition: max-height cubic-bezier(0.74, 0.07, 0.21, 0.96) 2s 0s;
}
.contest_banner__shell {
  min-height: 100px;
  background: url("/static/img/site/home-page/sparcles.png?version=29.08.2017") 100% no-repeat;
  background-color: #211f1f;
  border-radius: 2px;
}
.contest_banner__item {
  -ms-flex: 1 1 240px;
      flex: 1 1 240px;
  padding: 10px 30px 10px 20px;
  border-left: 1px solid rgba(82, 73, 69, 0.7);
}
.contest_banner__item:first-child {
  padding-left: 10px;
  border-left: none;
}
.contest_banner__item:only-child .contest_banner__title {
  font-family: UniversCondCRegular, 'arial narrow', sans-serif;
  font-size: 26px;
  line-height: 1;
  line-height: 1.5;
}
.contest_banner__title {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.contest_banner__replays_block {
  margin-top: 17px;
}
.contest_banner__replay {
  padding: 0 5px;
  margin-left: -5px;
  margin-top: 5px;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
.contest_banner__replays_more {
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
}
#chart_home {
  background-color: #211f1f;
  border-radius: 2px;
  width: 645px;
  height: 360px;
}
.home_video {
  display: inline-block;
  height: 375px;
  width: 320px;
  margin-right: 32px;
  border: 1px solid rgba(82, 73, 69, 0.7);
  border-radius: 2px;
}
.home_video__screenshot {
  width: 100%;
  height: 222px;
  background-repeat: no-repeat;
  background-position: center;
}
.home_video__info {
  padding: 20px;
}
.home_video__title {
  max-height: 55px;
  overflow: hidden;
}
.home_video__icon {
  height: 100%;
  width: 100%;
  background-image: url("/static/img/site/base/icon-play.svg?version=29.08.2017");
  background-repeat: no-repeat;
  background-size: 86px 86px;
  background-position: center;
  opacity: 0.6;
  transition: all linear 0.2s;
  cursor: pointer;
}
.home_video__icon:hover {
  opacity: 0.8;
}
.home_video__close_popup {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
  background: url("/static/img/site/base/x.svg?version=29.08.2017") center no-repeat, url("/static/img/site/base/x-hover.svg?version=29.08.2017") center no-repeat;
  background-size: 12px;
}
.home_video__close_popup:hover {
  background-position: center -20px, center;
}
.home_replay_list {
  width: 290px;
}
.home_replay_list:last-child {
  margin-left: 28px;
}
.home_replay_list__item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(82, 73, 69, 0.7);
}
.home_replay_list__item:last-child {
  border: none;
}
.home_replay_list__info {
  display: inline-block;
  width: 210px;
  margin-left: 15px;
  vertical-align: top;
  margin-top: -5px;
}
.home_replay_list__map {
  width: 55px;
  height: 55px;
  display: inline-block;
  background-size: 100%;
}
.home_replay_list__want_more {
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  transition: all linear 0.2s;
  border: 1px solid rgba(82, 73, 69, 0.7);
  border-radius: 5px;
}
.home_replay_list__want_more:hover {
  border: 1px solid #ffe7ba;
}
.home_replay_list__replay_title {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  font-weight: normal;
  height: 46px;
}
.chart__link {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  z-index: 2;
}
.mrr_damage,
.mrr_assist,
.mrr_frags,
.mrr_dmg-blocked {
  font-family: RobotoCondensed, 'arial narrow', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding-right: 7px;
}
.mrr_damage span,
.mrr_assist span,
.mrr_frags span,
.mrr_dmg-blocked span {
  vertical-align: middle;
  line-height: 24px;
}
.mrr_damage,
.mrr_frags {
  text-align: right;
}
.mrr_assist,
.mrr_dmg-blocked {
  text-align: left;
}
.home_partners__link-1 {
  background: url("/static/img/site/partners/banner-1.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-1-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-1:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-2 {
  background: url("/static/img/site/partners/banner-2.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-2-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-2:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-3 {
  background: url("/static/img/site/partners/banner-3.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-3-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-3:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-4 {
  background: url("/static/img/site/partners/banner-4.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-4-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-4:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-5 {
  background: url("/static/img/site/partners/banner-5.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-5-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-5:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-6 {
  background: url("/static/img/site/partners/banner-6.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-6-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-6:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-7 {
  background: url("/static/img/site/partners/banner-7.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-7-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-7:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-8 {
  background: url("/static/img/site/partners/banner-8.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-8-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-8:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners__link-9 {
  background: url("/static/img/site/partners/banner-9.jpg?version=29.08.2017") 0 0 no-repeat, url("/static/img/site/partners/banner-9-color.jpg?version=29.08.2017") 0 0 no-repeat;
}
.home_partners__link-9:hover {
  background-position: 0 -100px, 0 0;
}
.home_partners {
  margin-bottom: 100px;
}
.home_partners__link {
  display: inline-block;
  width: 223px;
  height: 75px;
  margin-right: 24px;
  margin-top: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.home_partners__link:nth-child(5) {
  margin-right: 0;
}
