@-webkit-keyframes gear-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes gear-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.rebalance-table {
  margin-top: -6%;
}
@media (min-width: 720px) {
  .rebalance-table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    padding-right: 54px;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .rebalance-table {
    padding-right: 0;
  }
  .release-wrapper .rebalance-table {
    padding-right: 66px;
  }
}
.rebalance-table_left {
  color: #919895;
  padding-right: 25px;
  position: relative;
  text-align: left;
}
.rebalance-table_right {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.rebalance-table_right div:first-child {
  margin-right: 5px;
}
.rebalance-table_green {
  color: #599444;
}
.rebalance-table_red {
  color: #e83034;
}
.rebalance-table_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  line-height: 1.3;
  padding: 4px 0;
  position: relative;
}
@media (min-width: 720px) {
  .rebalance-table_row {
    font-size: 15px;
  }
}
.rebalance-arrows {
  height: 44px;
  position: absolute;
  top: 24vw;
  width: 100%;
  z-index: 1;
}
@media (min-width: 720px) {
  .rebalance-arrows {
    top: 185px;
  }
}
@media (min-width: 1100px) {
  .release-wrapper .rebalance-arrows {
    top: 235px;
  }
}
.rebalance-arrows_item {
  background: no-repeat 50%;
  cursor: pointer;
  height: 44px;
  position: absolute;
  -webkit-transition: background-color 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: background-color 0.15s ease-out, opacity 0.15s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 44px;
  z-index: 2;
}
@media (min-width: 720px) {
  .rebalance-arrows_item {
    background-color: #000;
  }
}
.rebalance-arrows_item:hover {
  opacity: 0.6;
}
@media (min-width: 720px) {
  .rebalance-arrows_item:hover {
    background-color: #333335;
    opacity: 1;
  }
}
.rebalance-arrows_item__prev {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/slider-arrow_left.bd2554.svg);
  left: -15px;
}
@media (min-width: 720px) {
  .rebalance-arrows_item__prev {
    left: 0;
  }
}
.release-wrapper .rebalance-arrows_item__prev {
  left: 0;
}
@media (min-width: 720px) {
  .release-wrapper .rebalance-arrows_item__prev {
    left: 16px;
  }
}
.rebalance-arrows_item__next {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/slider-arrow_right.005f44.svg);
  right: -15px;
}
@media (min-width: 720px) {
  .rebalance-arrows_item__next {
    right: 0;
  }
}
@media (min-width: 1100px) {
  .rebalance-arrows_item__next {
    right: -62px;
  }
}
.release-wrapper .rebalance-arrows_item__next {
  right: 0;
}
@media (min-width: 720px) {
  .release-wrapper .rebalance-arrows_item__next {
    right: 16px;
  }
}
@media (min-width: 1100px) {
  .release-wrapper .rebalance-arrows_item__next {
    right: 16px;
  }
}
.rebalance-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 25px auto 0;
  padding: 0 15px 9px;
  text-align: center;
}
.rebalance-nav_item {
  cursor: pointer;
  height: 16px;
  opacity: 0.2;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  width: 16px;
}
.rebalance-nav_item:before {
  background-color: #e9e2bf;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
}
.rebalance-nav_item:hover {
  opacity: 0.6;
}
.rebalance-nav_item__active {
  opacity: 1;
}
@media (min-width: 720px) {
  .rebalance-nav_item {
    height: 100%;
    opacity: 1;
    width: 13%;
  }
  .rebalance-nav_item:last-child {
    margin-right: 0;
  }
  .rebalance-nav_item:last-child:after {
    content: normal;
  }
  .rebalance-nav_item:before {
    content: normal;
  }
  .rebalance-nav_item:after {
    background-color: rgba(249, 245, 225, 0.3);
    content: "";
    height: 1px;
    margin-top: -1px;
    position: absolute;
    right: -8px;
    top: 50%;
    width: 20px;
  }
  .rebalance-nav_item:hover {
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .release-wrapper .rebalance-nav_item {
    width: 9%;
  }
}
.rebalance-nav_level {
  color: #a29e87;
  display: none;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.rebalance-nav_item:hover .rebalance-nav_level,
.rebalance-nav_item__active .rebalance-nav_level {
  opacity: 0;
}
@media (min-width: 720px) {
  .rebalance-nav_level {
    display: block;
  }
}
.rebalance-nav_name {
  display: none;
  font-size: 12px;
  line-height: 1;
  margin-left: -11px;
}
@media (min-width: 720px) {
  .rebalance-nav_name {
    display: block;
  }
}
.rebalance-nav_ico {
  display: none;
  height: 22px;
  margin: 15px auto;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 35px;
  will-change: transform;
}
.rebalance-nav_item:hover .rebalance-nav_ico,
.rebalance-nav_item__active .rebalance-nav_ico {
  opacity: 1;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
@media (min-width: 720px) {
  .rebalance-nav_ico {
    display: block;
  }
}
.idw-preloader {
  bottom: 0;
  height: 100%;
  min-height: 100px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100%;
  z-index: 1;
}
.rebalance_outer__loaded .idw-preloader {
  opacity: 0;
  visibility: hidden;
}
.idw-preloader_gear {
  -webkit-animation: gear-anim 5s linear infinite;
  animation: gear-anim 5s linear infinite;
  background: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/Detailed_Gear_Icon_2.5e18d0.svg)
    0 0 no-repeat;
}
.idw-preloader_gear,
.idw-preloader_logo {
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 80px;
}
.idw-preloader_logo {
  background: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/Detailed_Logo_Yellow.cf6507.svg)
    0 0 no-repeat;
}
.rebalance {
  font-family: Roboto Condensed, Arial Narrow, Arial, sans-serif;
  margin: 0 auto 16px;
  max-width: 1440px;
  position: relative;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  -o-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.rebalance:lang(ko),
.rebalance:lang(zh-sg),
.rebalance:lang(zh-tw) {
  font-family: гѓ’гѓ©г‚®гѓЋи§’г‚ґ ProN W3, Hiragino Kaku Gothic ProN, Meiryo,
    л§‘мќЂ кі л”•, Malgun Gothic, кµґл¦ј, Gulim, Helvetica, sans-serif;
}
.rebalance:lang(ja) {
  font-family: Noto Sans JP, гѓ’гѓ©г‚®гѓЋи§’г‚ґ ProN W3,
    Hiragino Kaku Gothic ProN, Osaka, гѓЎг‚¤гѓЄг‚Є, Meiryo,
    пј­пјі пј°г‚ґг‚·гѓѓг‚Ї, MS PGothic, sans-serif;
}
.rebalance_outer__loaded .rebalance {
  opacity: 1;
  visibility: visible;
}
.rebalance_outer {
  background: center 13vw no-repeat;
  background-size: contain;
  position: relative;
  -webkit-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
@media (min-width: 720px) {
  .rebalance_outer {
    background-position-y: -3vw;
  }
}
@media (min-width: 1100px) {
  .rebalance_outer {
    background-position-y: -20px;
  }
}
.rebalance_outer__loaded {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/bg_prem_new.612fa2.jpg);
}
.release-wrapper .rebalance_outer__loaded {
  background: center 0 no-repeat;
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/bg_prem__release.90df5f.jpg);
  background-size: contain;
}
@media (min-width: 720px) {
  .release-wrapper .rebalance_outer__loaded {
    background-position-y: 5vw;
  }
}
@media (min-width: 1100px) {
  .release-wrapper .rebalance_outer__loaded {
    background-position-y: 21px;
  }
}
@media (min-width: 1500px) {
  .release-wrapper .rebalance_outer__loaded {
    background-position-y: -125px;
    background-size: auto;
  }
}
.rebalance_name {
  color: #ffb81c;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: visibility 0.9s ease-in-out, opacity 0.9s ease-in-out,
    -webkit-transform 0.9s ease-in-out;
  transition: visibility 0.9s ease-in-out, opacity 0.9s ease-in-out,
    -webkit-transform 0.9s ease-in-out;
  -o-transition: transform 0.9s ease-in-out, visibility 0.9s ease-in-out,
    opacity 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, visibility 0.9s ease-in-out,
    opacity 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, visibility 0.9s ease-in-out,
    opacity 0.9s ease-in-out, -webkit-transform 0.9s ease-in-out;
  will-change: transform;
}
@media (min-width: 720px) {
  .rebalance_name {
    font-size: 33px;
  }
}
.rebalance_item__outside-left .rebalance_name {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.rebalance_item__outside-right .rebalance_name {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.rebalance_name__basic {
  color: #f8f5e1;
}
.rebalance_tank-type {
  background: no-repeat 50% / contain;
  display: inline-block;
  height: 26px;
  position: relative;
  top: 5px;
  width: 30px;
}
.rebalance_name__basic .rebalance_tank-type {
  height: 19px;
  margin: 0 6px 0 1px;
  top: 2px;
  width: 16px;
}
@media (min-width: 720px) {
  .rebalance_name__basic .rebalance_tank-type {
    height: 31px;
    margin: 0 10px 0 5px;
    top: 3px;
    width: 25px;
  }
  .rebalance_tank-type {
    height: 43px;
    margin: 0;
    top: 9px;
    width: 60px;
  }
}
@media (min-width: 1100px) {
  .rebalance_tank-type {
    height: 49px;
    top: 13px;
    width: 67px;
  }
}
.rebalance_tank-type__light {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/002.c1e06e.svg);
}
.rebalance_name__basic .rebalance_tank-type__light {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/002_b.dadaa3.svg);
}
.rebalance_tank-type__medium {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/005.32fb41.svg);
}
.rebalance_name__basic .rebalance_tank-type__medium {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/005_b.6da97f.svg);
}
.rebalance_tank-type__heavy {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/001.3ae06e.svg);
}
.rebalance_name__basic .rebalance_tank-type__heavy {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/001_b.be8bb2.svg);
}
.rebalance_tank-type__spg {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/004.4f38a6.svg);
}
.rebalance_name__basic .rebalance_tank-type__spg {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/004_b.723b8b.svg);
}
.rebalance_tank-type__art {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/003.bb62ea.svg);
}
.rebalance_name__basic .rebalance_tank-type__art {
  background-image: url(https://tanki-media-content.tanki.su/tanki-media/portal_debranding_files/rb/wt_chief_ktts/img/003_b.5acf30.svg);
}
@media (min-width: 720px) {
  .rebalance_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.rebalance_tank {
  margin-top: -70px;
  padding: 0 4%;
}
@media (min-width: 720px) {
  .rebalance_tank {
    margin-right: 2.5%;
    margin-top: -45px;
    padding: 0;
    width: 47.5%;
  }
}
@media (min-width: 1100px) {
  .release-wrapper .rebalance_tank {
    margin-top: -90px;
  }
}
.rebalance_descr {
  color: #a29e87;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 15px;
  padding: 0 3%;
  text-align: center;
}
@media (min-width: 1100px) {
  .rebalance_descr {
    margin: 15px auto 0;
    max-width: 780px;
  }
}
.rebalance_wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.rebalance_item {
  position: absolute;
  -webkit-transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out,
    visibility 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  width: 100%;
  will-change: transform;
}
.rebalance_item__outside-left {
  opacity: 0;
  -webkit-transform: translateX(90%);
  -ms-transform: translateX(90%);
  transform: translateX(90%);
  visibility: hidden;
  z-index: 1;
}
.rebalance_item__outside-right {
  opacity: 0;
  -webkit-transform: translateX(-90%);
  -ms-transform: translateX(-90%);
  transform: translateX(-90%);
  visibility: hidden;
  z-index: 1;
}
.release-wrapper .rebalance_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}
