html,
body {
  background: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "roboto", Arial;
  width: 100%; }

.desktop {
  overflow: hidden; }

.device * {
  -webkit-text-size-adjust: none; }

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.svg {
  display: block;
  overflow: visible;
  position: relative; }

.img-responsive {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%; }

.container {
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1340px; }

.label-icon-link {
  color: #fff;
  display: block;
  float: right;
  font: 14px/26px "robotobold", Arial;
  height: 26px;
  pointer-events: all;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  white-space: nowrap; }
  .label-icon-link .label {
    display: inline-block;
    letter-spacing: .5px;
    text-indent: .5px;
    vertical-align: top; }
  .label-icon-link .icon {
    display: inline-block;
    height: 11px;
    margin: 7.5px 0 7.5px 2px;
    vertical-align: top;
    width: 7px; }
  .label-icon-link:hover {
    color: rgba(255, 255, 255, 0.5); }
    .label-icon-link:hover .label-icon-link-path {
      stroke: rgba(255, 255, 255, 0.5); }

.label-icon-link-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  -webkit-transition: stroke 0.2s ease-in-out;
  -o-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out; }

.buttons-wrapper {
  display: block;
  text-align: center; }

.buttons-width {
  display: inline-block; }

.button-wrapper {
  display: block;
  height: 48px;
  margin: 20px auto 0;
  min-width: 220px; }

.button {
  color: #fff;
  display: table;
  font: 16px/20px "robotobold", Arial;
  height: 48px;
  letter-spacing: 3px;
  text-decoration: none;
  text-indent: 3px;
  text-transform: uppercase;
  width: 100%; }

.button-orange .button-label {
  background: #f03223;
  border-color: #f03223; }

.button-orange:hover .button-label {
  background: #ff5500;
  border-color: #ff5500; }

.button-label {
  border: 2px solid #fff;
  display: table-cell;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  z-index: 1; }

.button-white {
  overflow: hidden;
  position: relative; }
  .button-white:hover .button-label {
    background: #fff;
    border-color: #fff;
    color: #000; }

*[data-hide='1'] {
  display: none !important; }

.coming-soon {
  font: 14px/18px "robotobold", Arial;
  letter-spacing: .5px;
  margin-top: 10px;
  text-align: center;
  text-indent: .5px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.stub {
  background-color: #181a1c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1001; }

.ie9 .stub,
.opera12 .stub {
  display: block; }

.stub-table {
  background: rgba(0, 0, 0, 0.25);
  display: table;
  height: 100%;
  width: 100%; }

.stub-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.stub-title {
  font: 36px/40px "robotobold", Arial;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  text-indent: 1px;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 466px; }

.stub-text {
  font: 18px/23px "roboto", Arial;
  letter-spacing: .5px;
  margin: 0 auto 23px;
  text-indent: .5px;
  text-shadow: 0 0 5px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 466px; }

.desktop .mobile-bg,
.desktop .mobile-button-wrapper,
.desktop .intro-mobile,
.desktop .video-popup-wrapper {
  display: none !important; }

.desktop .wrapper {
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 960px; }

.desktop .video-canvas-wrapper {
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.desktop .preload {
  background-color: #181a1c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 1000; }

.desktop .preload-status {
  height: 210px;
  left: 50%;
  margin-left: -105px;
  margin-top: -168px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 210px; }

.desktop .preload-status-svg {
  height: 184px;
  margin: 13px;
  position: absolute;
  width: 184px; }

.desktop .preload-status-svg-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1.25; }

.desktop .preload-status-svg-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 6;
  stroke-dasharray: 1.25 3.5;
  stroke-dashoffset: 2.875; }

.desktop .preload-status-svg-path-active {
  fill: none;
  stroke: #f03223;
  stroke-width: 1.25; }

.desktop .preload-status-svg-circle-active {
  fill: none;
  stroke: #f03223;
  stroke-width: 6;
  stroke-dasharray: 1.25 3.5;
  stroke-dashoffset: 2.875; }

.desktop .preload-status-svg-path-active.hidden,
.desktop .preload-status-svg-circle-active.hidden {
  opacity: 0; }

.desktop .preload-status-svg-expanded-group {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out; }

.desktop .preload-status-text {
  color: rgba(255, 255, 255, 0.5);
  font: 16px/22px "robotobold", Arial;
  height: 44px;
  letter-spacing: 2px;
  margin: 86px 0 80px;
  position: relative;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.desktop .headphones {
  bottom: 38px;
  left: 50%;
  margin-left: -105px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  width: 210px; }

.desktop .headphones-image {
  display: block;
  height: 44px;
  margin: 0 auto 13px;
  width: 44px; }

.desktop .headphones-path {
  fill: rgba(255, 255, 255, 0.5); }

.desktop .headphones-text {
  color: rgba(255, 255, 255, 0.5);
  font: 14px/18px "robotobold", Arial;
  letter-spacing: .5px;
  text-align: center;
  text-indent: .5px;
  text-transform: uppercase; }

.desktop .preload-status.complete {
  opacity: 1; }
  .desktop .preload-status.complete .preload-status-text {
    color: #fff; }
  .desktop .preload-status.complete .preload-status-svg-expanded-group {
    opacity: 1; }

.desktop .preload.hidden {
  opacity: 0;
  pointer-events: none; }
  .desktop .preload.hidden .preload-status {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  .desktop .preload.hidden .headphones {
    opacity: 0; }

.desktop .header {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  z-index: 500; }

.desktop .mobile-logo {
  display: none; }

.desktop .header.hidden {
  opacity: 0; }

.desktop .wifi {
  color: #cc3333;
  float: left;
  font: 14px/42px "robotobold", Arial;
  height: 42px;
  letter-spacing: .5px;
  margin: 1px 0 1px -10px;
  text-indent: .5px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.desktop .wifi-image {
  display: block;
  float: left;
  height: 42px;
  width: 42px; }

.desktop .wifi-text {
  display: block;
  float: left;
  text-shadow: 0 0 19px #000; }

.desktop .wifi.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.desktop .header-item {
  float: right;
  height: 26px;
  margin: 8px 0 8px 16px;
  overflow: hidden;
  position: relative;
  min-width: 97px; }

.desktop .skip-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.desktop .skip-wrapper.hidden {
  -webkit-transform: translate3d(0, -26px, 0);
  -ms-transform: translate3d(0, -26px, 0);
  -o-transform: translate3d(0, -26px, 0);
  transform: translate3d(0, -26px, 0); }

.desktop .language-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.desktop .language-wrapper.hidden {
  -webkit-transform: translate3d(0, 26px, 0);
  -ms-transform: translate3d(0, 26px, 0);
  -o-transform: translate3d(0, 26px, 0);
  transform: translate3d(0, 26px, 0); }

.desktop .toggle-volume {
  display: block;
  float: right;
  height: 26px;
  pointer-events: all;
  position: relative;
  width: 26px; }
  .desktop .toggle-volume:hover .volume-path {
    background: rgba(255, 255, 255, 0.5); }

.desktop .toggle-volume.unmuted .volume-path {
  -webkit-animation: sound 0.8s linear infinite;
  -o-animation: sound 0.8s linear infinite;
  animation: sound 0.8s linear infinite; }

.desktop .volume-path {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: #fff;
  display: block;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 50%;
  width: 2px; }

.desktop .volume-path-1 {
  height: 10px;
  left: 0;
  margin-top: -5px; }

.desktop .volume-path-2 {
  height: 18px;
  left: 6px;
  margin-top: -9px; }

.desktop .volume-path-3 {
  height: 22px;
  left: 12px;
  margin-top: -11px; }

.desktop .volume-path-4 {
  height: 10px;
  left: 18px;
  margin-top: -5px; }

.desktop .volume-path-5 {
  height: 6px;
  left: 24px;
  margin-top: -3px; }

.desktop .toggle-volume.animation .volume-path {
  -webkit-animation-play-state: running;
  animation-play-state: running; }

.desktop .toggle-volume.animation .volume-path-1 {
  -webkit-animation-delay: .2s;
  -ms-animation-delay: .3s;
  animation-delay: .2s; }

.desktop .toggle-volume.animation .volume-path-2 {
  -webkit-animation-delay: .3s;
  -ms-animation-delay: .3s;
  animation-delay: .3s; }

.desktop .toggle-volume.animation .volume-path-3 {
  -webkit-animation-delay: .4s;
  -ms-animation-delay: .4s;
  animation-delay: .4s; }

.desktop .toggle-volume.animation .volume-path-4 {
  -webkit-animation-delay: .1s;
  -ms-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .toggle-volume.animation:hover .volume-path {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.desktop .toggle-volume.muted .volume-path {
  -webkit-animation: none;
  animation: none; }

.desktop .toggle-volume.muted .volume-path-1 {
  -webkit-transform: scaleY(0.4);
  -ms-transform: scaleY(0.4);
  -o-transform: scaleY(0.4);
  transform: scaleY(0.4); }

.desktop .toggle-volume.muted .volume-path-2 {
  -webkit-transform: scaleY(0.33333);
  -ms-transform: scaleY(0.33333);
  -o-transform: scaleY(0.33333);
  transform: scaleY(0.33333); }

.desktop .toggle-volume.muted .volume-path-3 {
  -webkit-transform: scaleY(0.36364);
  -ms-transform: scaleY(0.36364);
  -o-transform: scaleY(0.36364);
  transform: scaleY(0.36364); }

.desktop .toggle-volume.muted .volume-path-4 {
  -webkit-transform: scaleY(0.6);
  -ms-transform: scaleY(0.6);
  -o-transform: scaleY(0.6);
  transform: scaleY(0.6); }

.desktop .toggle-volume.muted .volume-path-5 {
  -webkit-transform: scaleY(0.66667);
  -ms-transform: scaleY(0.66667);
  -o-transform: scaleY(0.66667);
  transform: scaleY(0.66667); }

.desktop .intro {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }

.desktop .intro.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .desktop .intro.hidden .coming-soon {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .intro-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 40px 0; }

.desktop .intro-content {
  height: 100%;
  position: relative; }

.desktop .wot-logo-wrapper {
  margin: 0 auto;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 210px; }

.desktop .wot-logo-wrapper.hidden {
  opacity: 0;
  pointer-events: none; }

.desktop .intro-bottom {
  bottom: 200px;
  left: 0;
  position: absolute;
  right: 0; }

@media (max-height: 719px) {
  .desktop .intro-bottom {
    bottom: 100px; } }

.desktop .intro-slogan {
  font: 24px/32px "robotobold", Arial;
  letter-spacing: 16px;
  padding-bottom: 3px;
  text-align: center;
  text-indent: 16px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.desktop .intro-slogan.hidden {
  opacity: 0; }

.desktop .button-start-wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s; }

.desktop .button-start-wrapper.hidden {
  opacity: 0;
  pointer-events: none; }

.desktop .button-download-wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.175s;
  -o-transition-delay: 0.175s;
  transition-delay: 0.175s; }

.desktop .button-download-wrapper.hidden {
  opacity: 0;
  pointer-events: none; }

.desktop .coming-soon {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.desktop .coming-soon.hidden {
  opacity: 0; }

.desktop .intro-mobile {
  display: none; }

.desktop .gameplay-preload {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 100; }

.desktop .gameplay-preload-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.desktop .gameplay-preload.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .desktop .gameplay-preload.hidden .gameplay-preload-title {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .gameplay-preload.hidden .gameplay-preload-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .gameplay-preload.hidden .gameplay-preload-help {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .gameplay-preload.transparent .gameplay-preload-background {
  opacity: 0; }

.desktop .gameplay-preload-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }

.desktop .gameplay-preload-cell {
  display: table-cell;
  padding-bottom: 30px;
  text-align: center;
  vertical-align: middle; }

.desktop .gameplay-preload-title {
  font: 36px/40px "robotobold", Arial;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  text-indent: 1px;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  max-width: 466px; }

.desktop .gameplay-preload-text {
  font: 18px/23px "roboto", Arial;
  letter-spacing: .5px;
  margin: 0 auto 23px;
  text-indent: .5px;
  text-shadow: 0 0 5px #000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  max-width: 466px; }

.desktop .gameplay-preload-help {
  -webkit-transition: opacity 0.8s ease-in;
  -o-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.desktop .gameplay-preload-area {
  background: -moz-linear-gradient(top, rgba(6, 6, 8, 0) 0%, #060608 100%);
  background: -webkit-linear-gradient(top, rgba(6, 6, 8, 0) 0%, #060608 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 8, 0)), to(#060608));
  background: -o-linear-gradient(top, rgba(6, 6, 8, 0) 0%, #060608 100%);
  background: linear-gradient(to bottom, rgba(6, 6, 8, 0) 0%, #060608 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00060608', endColorstr='#060608',GradientType=0 );
  bottom: 0;
  height: 140px;
  left: 0;
  position: absolute;
  right: 0; }

.desktop .gameplay-preload-bar {
  background: #000;
  border: 1px solid #494843;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  bottom: 46px;
  -webkit-box-shadow: 0 2px 3px 0 #000;
  box-shadow: 0 2px 3px 0 #000;
  height: 5px;
  left: 50%;
  margin-left: -444px;
  position: absolute;
  width: 888px; }

.desktop .gameplay-preload-line {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 0 7px 0 #f03223;
  box-shadow: 0 0 7px 0 #f03223;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.desktop .gameplay-preload-glow {
  background: #f03223;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 0 -1px 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -1px 2px 1px rgba(0, 0, 0, 0.75);
  height: 100%; }

.desktop .gameplay-preload-solar {
  display: block;
  float: right;
  height: 24px;
  position: relative;
  right: -12px;
  top: -9px;
  width: 24px; }

.desktop .disclaimer {
  bottom: 0;
  left: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible; }

.desktop .disclaimer.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .desktop .disclaimer.hidden .gameplay-title-line-1 {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .disclaimer.hidden .gameplay-title-line-2 {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .disclaimer.hidden .gameplay-disclaimer {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .disclaimer.transitionend {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  visibility: hidden; }
  .desktop .disclaimer.transitionend .gameplay-title-line-1,
  .desktop .disclaimer.transitionend .gameplay-title-line-2 {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .disclaimer.transitionend .gameplay-disclaimer {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

.desktop .gameplay-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%; }

.desktop .gameplay-cell {
  display: table-cell;
  padding-bottom: 40px;
  text-align: center;
  vertical-align: middle; }

.desktop .gameplay-title {
  font: 36px/42px "robotobold", Arial;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  text-indent: 1px;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase;
  max-width: 800px; }

.desktop .gameplay-title-line-1 {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s; }

.desktop .gameplay-title-line-2 {
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 5s;
  -o-transition-delay: 5s;
  transition-delay: 5s; }

.desktop .gameplay-disclaimer {
  bottom: 40px;
  font: 18px/23px "roboto", Arial;
  left: 50%;
  letter-spacing: .5px;
  margin-left: -400px;
  position: absolute;
  text-align: center;
  text-indent: .5px;
  text-shadow: 0 0 5px #000;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 800px; }

.desktop .gameplay {
  bottom: 0;
  left: 0;
  pointer-events: all;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible; }

.desktop .gameplay.cursor {
  cursor: url(../images/aim.png) 36 36, auto; }

.desktop .gameplay.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .desktop .gameplay.hidden .gameplay-icons-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(0, 87px, 0);
    -ms-transform: translate3d(0, 87px, 0);
    -o-transform: translate3d(0, 87px, 0);
    transform: translate3d(0, 87px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .gameplay-icons-wrapper {
  bottom: 10px;
  height: 55px;
  left: 25%;
  position: absolute;
  right: 25%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  z-index: 100; }

.desktop .gameplay-icons-wrapper.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 87px, 0);
  -ms-transform: translate3d(0, 87px, 0);
  -o-transform: translate3d(0, 87px, 0);
  transform: translate3d(0, 87px, 0); }

.desktop .gameplay-icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }

.desktop .gameplay-icons-list__item {
  display: inline-block;
  height: 55px;
  margin: 0 4px;
  overflow: visible;
  position: relative;
  width: 55px; }
  .desktop .gameplay-icons-list__item:before {
    background: url(../images/icon-glow.png) 50% 50% no-repeat;
    content: '';
    display: block;
    height: 55px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 55px; }

.desktop .gameplay-icons-list__item-num {
  color: #000;
  font: 18px/20px "roboto", Arial;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 2px #fff;
  top: -22px;
  width: 55px; }

.desktop .gameplay-icons-list__item.glow:before {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.desktop .ingame-medal {
  height: 90px;
  left: 50%;
  margin-top: -45px;
  top: 50%;
  margin-left: -277px;
  position: absolute;
  text-align: center;
  width: 554px; }

.desktop .ingame-medal-glow {
  background: url(../images/ingame-medal-glow.png) 0 0 no-repeat;
  height: 196px;
  position: absolute;
  left: 0;
  top: -53px;
  width: 554px; }

.desktop .ingame-medal-image {
  display: inline-block;
  height: 90px;
  margin-right: 6px;
  position: relative;
  vertical-align: top;
  width: 65px; }

.desktop .ingame-medal-name {
  color: #fff;
  display: inline-block;
  font: 14px/18px "robotobold", Arial;
  height: 36px;
  letter-spacing: .5px;
  margin: 27px 0;
  position: relative;
  text-align: left;
  text-indent: .5px;
  text-transform: uppercase;
  vertical-align: top; }

.desktop .ingame-medal {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .desktop .ingame-medal .ingame-medal-glow {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s; }

.desktop .ingame-medal.hidden {
  opacity: 0;
  pointer-events: none; }
  .desktop .ingame-medal.hidden .ingame-medal-glow {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .boss-svg-wrapper {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.desktop .boss-svg {
  display: block;
  height: 100%;
  pointer-events: none;
  width: 100%; }
  .desktop .boss-svg:hover .boss-svg-path {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    fill: rgba(0, 0, 0, 0.15);
    stroke: rgba(189, 56, 48, 0.75); }

.desktop .boss-svg-path {
  -webkit-animation: strokeWidth 1s ease-in-out infinite;
  -o-animation: strokeWidth 1s ease-in-out infinite;
  animation: strokeWidth 1s ease-in-out infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  cursor: url(../images/aim.png) 36 36, auto;
  fill: none;
  pointer-events: all;
  stroke: transparent;
  stroke-width: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.desktop .boss-svg-wrapper.hidden {
  display: none; }

.desktop .top-panel {
  height: 138px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 50; }
  .desktop .top-panel:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
    content: '';
    height: 1038px;
    left: 50%;
    margin-left: -1280px;
    position: absolute;
    top: -900px;
    width: 2560px; }

.desktop .top-panel-bg {
  -webkit-animation: widen 1s ease-in-out infinite;
  -o-animation: widen 1s ease-in-out infinite;
  animation: widen 1s ease-in-out infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  width: 100%; }

.desktop .top-panel-bg-active {
  background: url(../images/top-panel-active.png) 50% 0 no-repeat; }

.desktop .top-panel-bg-completed {
  -webkit-animation: widen 1s ease-in-out 1;
  -o-animation: widen 1s ease-in-out 1;
  animation: widen 1s ease-in-out 1;
  background: url(../images/top-panel-completed.png) 50% 0 no-repeat; }

.desktop .top-panel-bg-failed {
  -webkit-animation: widen 1s ease-in-out 1;
  -o-animation: widen 1s ease-in-out 1;
  animation: widen 1s ease-in-out 1;
  background: url(../images/top-panel-failed.png) 50% 0 no-repeat; }

.desktop .top-panel.active .top-panel-bg-active {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1; }

.desktop .top-panel.completed .top-panel-bg-active,
.desktop .top-panel.completed-A .top-panel-bg-active,
.desktop .top-panel.completed-D .top-panel-bg-active {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0; }

.desktop .top-panel.completed .top-panel-bg-completed,
.desktop .top-panel.completed-A .top-panel-bg-completed,
.desktop .top-panel.completed-D .top-panel-bg-completed {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1; }

.desktop .top-panel.completed .top-panel-line-normal,
.desktop .top-panel.completed-A .top-panel-line-normal,
.desktop .top-panel.completed-D .top-panel-line-normal {
  opacity: 0; }

.desktop .top-panel.completed .top-panel-line-completed,
.desktop .top-panel.completed-A .top-panel-line-completed,
.desktop .top-panel.completed-D .top-panel-line-completed {
  opacity: 1; }

.desktop .top-panel.completed .top-panel-counter-wrapper,
.desktop .top-panel.completed-A .top-panel-counter-wrapper,
.desktop .top-panel.completed-D .top-panel-counter-wrapper {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-box-shadow: 0 0 7px 2px #98e700;
  box-shadow: 0 0 7px 2px #98e700; }

.desktop .top-panel.completed .top-panel-counter,
.desktop .top-panel.completed-A .top-panel-counter,
.desktop .top-panel.completed-D .top-panel-counter {
  -webkit-box-shadow: inset 0 0 7px 2px #98e700;
  box-shadow: inset 0 0 7px 2px #98e700; }

.desktop .top-panel.completed .top-panel-counter-glow,
.desktop .top-panel.completed-A .top-panel-counter-glow,
.desktop .top-panel.completed-D .top-panel-counter-glow {
  -webkit-box-shadow: 0 0 7px 2px #98e700;
  box-shadow: 0 0 7px 2px #98e700; }

.desktop .top-panel.completed .top-panel-counter-value,
.desktop .top-panel.completed-A .top-panel-counter-value,
.desktop .top-panel.completed-D .top-panel-counter-value {
  opacity: 0; }

.desktop .top-panel.completed .top-panel-counter-ok,
.desktop .top-panel.completed-A .top-panel-counter-ok,
.desktop .top-panel.completed-D .top-panel-counter-ok {
  opacity: 1; }

.desktop .top-panel.completed .keyboard,
.desktop .top-panel.completed-A .keyboard,
.desktop .top-panel.completed-D .keyboard {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.completed .mouse-image-ok,
.desktop .top-panel.completed-A .mouse-image-ok,
.desktop .top-panel.completed-D .mouse-image-ok {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  opacity: 1; }

.desktop .top-panel.completed .mouse-image-normal,
.desktop .top-panel.completed-A .mouse-image-normal,
.desktop .top-panel.completed-D .mouse-image-normal {
  opacity: 0; }

.desktop .top-panel.completed .keyboard-glow {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 10px 2px #98e700;
  box-shadow: 0 0 10px 2px #98e700; }

.desktop .top-panel.completed-A .keyboard-glow-a {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 10px 2px #98e700;
  box-shadow: 0 0 10px 2px #98e700; }

.desktop .top-panel.active.keypressed .gameplay-script-event .top-panel-action {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.desktop .top-panel.active.keypressed .gameplay-script-event .top-panel-description {
  opacity: 0;
  -webkit-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s; }

.desktop .top-panel.active.keypressed .keyboard {
  -webkit-animation: scaleUp2 0.35s linear 1;
  -o-animation: scaleUp2 0.35s linear 1;
  animation: scaleUp2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.active.keypressed .keyboard-glow {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 10px 2px #98e700;
  box-shadow: 0 0 10px 2px #98e700; }

.desktop .top-panel.active.keypressed .top-panel-bg-completed {
  -webkit-animation: showNHide2 0.35s linear 1;
  -o-animation: showNHide2 0.35s linear 1;
  animation: showNHide2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-1 .keyboard {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-1 .top-panel-bg-completed {
  -webkit-animation: showNHide2 0.35s linear 1;
  -o-animation: showNHide2 0.35s linear 1;
  animation: showNHide2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-2 .keyboard {
  -webkit-animation: scaleUp2 0.35s linear 1;
  -o-animation: scaleUp2 0.35s linear 1;
  animation: scaleUp2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-2 .top-panel-bg-completed {
  -webkit-animation: showNHide 0.35s linear 1;
  -o-animation: showNHide 0.35s linear 1;
  animation: showNHide 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-3 .keyboard {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-3 .top-panel-bg-completed {
  -webkit-animation: showNHide2 0.35s linear 1;
  -o-animation: showNHide2 0.35s linear 1;
  animation: showNHide2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-4 .keyboard {
  -webkit-animation: scaleUp2 0.35s linear 1;
  -o-animation: scaleUp2 0.35s linear 1;
  animation: scaleUp2 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.keypressed-4 .top-panel-bg-completed {
  -webkit-animation: showNHide 0.35s linear 1;
  -o-animation: showNHide 0.35s linear 1;
  animation: showNHide 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.completed-D .keyboard-glow-d,
.desktop .top-panel.completed-D .keyboard-glow-d.hidden {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 10px 2px #98e700;
  box-shadow: 0 0 10px 2px #98e700; }

.desktop .top-panel.failed .top-panel-bg-active {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  opacity: 0; }

.desktop .top-panel.failed .top-panel-bg-failed {
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 1; }

.desktop .top-panel.failed .top-panel-line-normal {
  opacity: 0; }

.desktop .top-panel.failed .top-panel-line-failed {
  opacity: 1; }

.desktop .top-panel.failed .top-panel-counter-wrapper {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-box-shadow: 0 0 7px 2px #fc4b40;
  box-shadow: 0 0 7px 2px #fc4b40; }

.desktop .top-panel.failed .top-panel-counter {
  -webkit-box-shadow: inset 0 0 7px 2px #fc4b40;
  box-shadow: inset 0 0 7px 2px #fc4b40; }

.desktop .top-panel.failed .top-panel-counter-glow {
  -webkit-box-shadow: 0 0 7px 2px #fc4b40;
  box-shadow: 0 0 7px 2px #fc4b40; }

.desktop .top-panel.failed .keyboard-glow {
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 0 10px 2px #fc4b40;
  box-shadow: 0 0 10px 2px #fc4b40; }

.desktop .top-panel.failed .keyboard {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.desktop .top-panel.failed .mouse-image-fail {
  -webkit-animation: scaleUp 0.35s linear 1;
  -o-animation: scaleUp 0.35s linear 1;
  animation: scaleUp 0.35s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  opacity: 1; }

.desktop .top-panel.failed .mouse-image-normal {
  opacity: 0; }

.desktop .top-panel.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -138px, 0);
  -ms-transform: translate3d(0, -138px, 0);
  -o-transform: translate3d(0, -138px, 0);
  transform: translate3d(0, -138px, 0);
  -webkit-transition: transform 0s ease-in-out .8s, opacity .6s ease-in-out .2s;
  -o-transition: transform 0s ease-in-out .8s, opacity .6s ease-in-out .2s;
  -webkit-transition: opacity .6s ease-in-out .2s, -webkit-transform 0s ease-in-out .8s;
  transition: opacity .6s ease-in-out .2s, -webkit-transform 0s ease-in-out .8s;
  transition: transform 0s ease-in-out .8s, opacity .6s ease-in-out .2s;
  transition: transform 0s ease-in-out .8s, opacity .6s ease-in-out .2s, -webkit-transform 0s ease-in-out .8s; }
  .desktop .top-panel.hidden .top-panel-description {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .desktop .top-panel.hidden .keyboard,
  .desktop .top-panel.hidden .mouse-image-fail,
  .desktop .top-panel.hidden .mouse-image-ok,
  .desktop .top-panel.hidden .top-panel-counter-wrapper,
  .desktop .top-panel.hidden .top-panel-line,
  .desktop .top-panel.hidden .action-text {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .desktop .top-panel.hidden .keyboard-glow {
    opacity: 0; }

.desktop .top-panel-line {
  bottom: 0;
  height: 1px;
  left: 50%;
  margin-left: -720px;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 1440px; }
  .desktop .top-panel-line img {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.desktop .top-panel-line-normal {
  opacity: 1; }

.desktop .top-panel-line-failed,
.desktop .top-panel-line-completed {
  opacity: 0; }

.desktop .top-panel-line.hidden {
  opacity: 0; }

.desktop .top-panel-table {
  display: table;
  height: 138px;
  position: relative;
  width: 100%;
  z-index: 1; }

.desktop .top-panel-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.desktop .gameplay-script-event.hidden {
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 69px;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .desktop .gameplay-script-event.hidden .top-panel-action {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .gameplay-script-event.hidden .top-panel-description {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .gameplay-script-event.playing .top-panel-action {
  -webkit-animation: scaleUp3 0.35s linear 1;
  -o-animation: scaleUp3 0.35s linear 1;
  animation: scaleUp3 0.35s linear 1;
  -webkit-animation-delay: .35s;
  animation-delay: .35s; }

.desktop .gameplay-script-event.playing .top-panel-description {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.desktop .top-panel-action {
  height: 60px;
  padding-top: 4px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop .countdown {
  display: block;
  font: 50px "robotobold", Arial;
  letter-spacing: 1.5px;
  margin: 0 auto;
  text-indent: 1.5px; }

.desktop .countdown-blink.animate {
  -webkit-animation: blink 1s linear infinite;
  -o-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s; }

.desktop .keyboard {
  display: inline-block;
  height: 34.5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 22px;
  position: relative;
  vertical-align: top;
  width: 36.5px; }

.desktop .keyboard-glow {
  height: 32.5px;
  left: 1px;
  opacity: 1;
  position: absolute;
  top: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 34.5px; }

.desktop .top-panel.active .keyboard-glow {
  -webkit-animation: boxShadow 1s linear infinite;
  -o-animation: boxShadow 1s linear infinite;
  animation: boxShadow 1s linear infinite; }

.desktop .top-panel.active .mouse-image-normal {
  -webkit-animation: glowFilter 1s linear infinite;
  -o-animation: glowFilter 1s linear infinite;
  animation: glowFilter 1s linear infinite; }

.desktop .top-panel.active .top-panel-counter-wrapper {
  -webkit-animation: scaleUp2 0.35s linear 1;
  -o-animation: scaleUp2 0.35s linear 1;
  animation: scaleUp2 0.35s linear 1; }

.desktop .keyboard-glow.hidden {
  -webkit-box-shadow: 0 0 0 0 #98e700;
  box-shadow: 0 0 0 0 #98e700; }

.desktop .keyboard-image {
  position: relative; }

.desktop .keyboard-text {
  color: #272727;
  font: 14px/33px "robotobold", Arial;
  height: 34.5px;
  left: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 36.5px; }

.desktop .action-text {
  display: inline-block;
  font: 18px/20px "roboto", Arial;
  letter-spacing: .5px;
  margin-top: 27px;
  padding: 0 5px;
  text-indent: .5px;
  vertical-align: top; }

.desktop .mouse {
  display: inline-block;
  height: 60px;
  position: relative;
  vertical-align: top;
  width: 47.5px; }

.desktop .mouse-image {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.desktop .mouse-image-normal {
  opacity: 1; }

.desktop .mouse-image-ok,
.desktop .mouse-image-fail {
  opacity: 0; }

.desktop .top-panel-description {
  display: table;
  padding-bottom: 20px;
  padding-top: 9px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.desktop .top-panel-description-text {
  display: table-cell;
  font: 18px/20px "roboto", Arial;
  letter-spacing: .5px;
  text-align: center;
  text-indent: .5px;
  vertical-align: bottom; }
  .desktop .top-panel-description-text b {
    font-weight: normal;
    font-family: "robotobold", Arial; }

.desktop .top-panel-counter-wrapper {
  border: 2px solid #fff;
  bottom: -14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px 2px #ff8400;
  box-shadow: 0 0 7px 2px #ff8400;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 28px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 28px;
  z-index: 1; }

.desktop .top-panel-counter-glow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 7px 2px #ff8400;
  box-shadow: 0 0 7px 2px #ff8400;
  content: '';
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 28px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 28px; }

.desktop .top-panel-counter-wrapper.hidden {
  opacity: 0; }

.desktop .top-panel-counter-glow.hidden {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out; }

.desktop .top-panel-counter {
  -webkit-box-shadow: inset 0 0 7px 2px #ff8400;
  box-shadow: inset 0 0 7px 2px #ff8400;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font: 18px/24px "robotobold", Arial;
  height: 24px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 24px; }

.desktop .top-panel-counter-value {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  text-shadow: 0 0 2px #ff8400;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.desktop .top-panel-counter-ok {
  background: url(../images/counter-ok.png) 50% 50% no-repeat;
  opacity: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

.desktop .hp {
  background: url(../images/hp-bg.jpg) 0 0 no-repeat;
  bottom: 0;
  height: 194px;
  left: 0;
  padding: 2px 4px 2px 3px;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 222px;
  z-index: 60; }

.desktop .hp.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 198px, 0);
  -ms-transform: translate3d(0, 198px, 0);
  -o-transform: translate3d(0, 198px, 0);
  transform: translate3d(0, 198px, 0); }

.desktop .tank-name {
  color: rgba(255, 255, 255, 0.5);
  font: 14px/20px "roboto", Arial;
  letter-spacing: .5px;
  text-align: center;
  text-indent: .5px;
  text-shadow: 0 1px 1px #000; }

.desktop .tank-health-bar {
  background: #000;
  border: 1px solid #403d2f;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 14px;
  overflow: hidden;
  position: relative; }

.desktop .tank-health-line {
  background-color: #007a00;
  -webkit-box-shadow: inset 0 0 8px 1px #000;
  box-shadow: inset 0 0 8px 1px #000;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.desktop .tank-health-line.hp-orange {
  background-color: #bf4c26; }

.desktop .tank-health-line.hp-red {
  background-color: #6d0800; }

.desktop .tank-health-value {
  background: url(../images/hp-grid.png) 0 0 repeat;
  background-size: 220px auto;
  bottom: 1px;
  color: rgba(255, 255, 255, 0.5);
  font: 10px/13px "roboto", Arial;
  left: 1px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  top: 1px; }

.desktop .tank-fire {
  background: url(../images/fire.png) 0 0 no-repeat;
  height: 65px;
  left: 118px;
  position: absolute;
  top: 35px;
  width: 68px; }

.desktop .tank-fire.hidden {
  opacity: 0; }

.desktop .tank-chassis {
  background: url(../images/chassis.png) 0 0 no-repeat;
  height: 44px;
  left: 178px;
  position: absolute;
  top: 38px;
  width: 46px; }

.desktop .tank-chassis.hidden {
  opacity: 0; }

.desktop .tank-image {
  background: url(../images/tank.png) 0 0 no-repeat;
  height: 110px;
  left: 89px;
  position: absolute;
  top: 61px;
  width: 50px; }

.desktop .tank-tower {
  height: 89px;
  left: 11px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  -o-transform-origin: 50% 80%;
  transform-origin: 50% 80%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 30px; }

.desktop .left-chassis {
  background: url(../images/left-chassis-ok.png) 0 0 no-repeat;
  height: 72px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 11px; }

.desktop .chassis-broken.hidden {
  opacity: 0; }

.desktop .defeat {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 200; }

.desktop .defeat.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .desktop .defeat.hidden .defeat-header {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .defeat.hidden .defeat-text {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .defeat.hidden .button-replay-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .defeat.hidden .defeat-skip-wrapper {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .defeat-header {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.desktop .defeat-text {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.desktop .button-replay-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.desktop .defeat-skip-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.desktop .defeat-container {
  height: 100%; }

.desktop .victory-table,
.desktop .defeat-table,
.desktop .skip-table {
  display: table;
  height: 100%;
  width: 100%; }

.desktop .victory-cell,
.desktop .defeat-cell,
.desktop .skip-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.desktop .victory-header,
.desktop .defeat-header {
  font: 100px/120px "robotobold", Arial;
  letter-spacing: 2.5px;
  margin-bottom: 22px;
  text-indent: 2.5px;
  text-transform: uppercase; }

.desktop .defeat-header {
  color: #c31419; }

.desktop .defeat-text,
.desktop .victory-text {
  font: 24px/30px "robotobold", Arial;
  letter-spacing: 12px;
  margin-bottom: 44px;
  text-indent: 12px;
  text-transform: uppercase; }

.desktop .defeat-skip-wrapper {
  margin-top: 23px; }

.desktop .defeat-skip-link {
  float: none;
  display: inline-block; }

.desktop .victory {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: none !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 200; }

.desktop .victory.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .desktop .victory.hidden .medals-list__item:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .victory.hidden .medals-list__item:nth-child(2) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .victory.hidden .medals-list__item:nth-child(3) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .victory.hidden .medals-list__item:nth-child(4) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .victory.animate .medals-wrapper {
  height: 181px; }

.desktop .victory.animate .medals-list__item {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.desktop .victory-header,
.desktop .victory-text {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.desktop .medals-list__item {
  opacity: 0; }

.desktop .medals-wrapper {
  background: url(../images/victory-ribbon.png) 50% 0 no-repeat;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.desktop .medals-glow {
  height: 193px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-440px, 0, 0);
  -ms-transform: translate3d(-440px, 0, 0);
  -o-transform: translate3d(-440px, 0, 0);
  transform: translate3d(-440px, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 440px; }

.desktop .medals-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 21.5px 0 53.5px; }

.desktop .medals-list__item {
  display: inline-block;
  height: 138px;
  margin: 0 21px;
  width: 100px; }

.desktop .victory.animatetext .victory-header {
  -webkit-animation: victoryTexts 0.6s ease-out 1;
  -o-animation: victoryTexts 0.6s ease-out 1;
  animation: victoryTexts 0.6s ease-out 1; }

.desktop .victory.animatetext .victory-text {
  -webkit-animation: victoryTexts 0.6s ease-out 1;
  -o-animation: victoryTexts 0.6s ease-out 1;
  animation: victoryTexts 0.6s ease-out 1; }

.desktop .victory.animatetext .medals-wrapper {
  -webkit-animation: victoryMedals 0.8s ease-out 1;
  -o-animation: victoryMedals 0.8s ease-out 1;
  animation: victoryMedals 0.8s ease-out 1;
  height: 215px;
  opacity: 1; }

.desktop .victory.animatetext .medals-glow {
  -webkit-animation: victoryGlow 1.6s ease-out 1;
  -o-animation: victoryGlow 1.6s ease-out 1;
  animation: victoryGlow 1.6s ease-out 1; }

.desktop .victory.animatetext .medals-list__item {
  opacity: 1; }

.desktop .victory.animatetext .medals-list__item-1 {
  -webkit-animation: victoryMedal1 1.5s ease-out 1;
  -o-animation: victoryMedal1 1.5s ease-out 1;
  animation: victoryMedal1 1.5s ease-out 1; }

.desktop .victory.animatetext .medals-list__item-2 {
  -webkit-animation: victoryMedal2 1.5s ease-out 1;
  -o-animation: victoryMedal2 1.5s ease-out 1;
  animation: victoryMedal2 1.5s ease-out 1; }

.desktop .victory.animatetext .medals-list__item-3 {
  -webkit-animation: victoryMedal3 1.5s ease-out 1;
  -o-animation: victoryMedal3 1.5s ease-out 1;
  animation: victoryMedal3 1.5s ease-out 1; }

.desktop .victory.animatetext .medals-list__item-4 {
  -webkit-animation: victoryMedal4 1.5s ease-out 1;
  -o-animation: victoryMedal4 1.5s ease-out 1;
  animation: victoryMedal4 1.5s ease-out 1; }

.desktop .skip-screen {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 600; }

.desktop .skip-screen.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }
  .desktop .skip-screen.hidden .skip-text {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .skip-screen.hidden .skip-button-skip {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .skip-screen.hidden .skip-button-no {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -o-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .popup-close-wrapper {
  height: 35px;
  position: absolute;
  right: 43px;
  top: 43px;
  width: 35px; }

.desktop .popup-close {
  display: block;
  height: 35px;
  width: 35px; }
  .desktop .popup-close:hover .popup-close-path {
    stroke: rgba(255, 255, 255, 0.5); }

.desktop .popup-close-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: stroke 0.2s ease-in-out;
  -o-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out; }

.desktop .skip-text {
  color: rgba(255, 255, 255, 0.5);
  font: 16px/18px "roboto", Arial;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-indent: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop .skip-button-skip,
.desktop .skip-button-no {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.desktop .skip-buttons-wrapper .button-wrapper {
  min-width: 152px; }

.desktop .mobile-screen {
  display: none; }

.desktop .scroll-down-wrapper {
  display: none; }

.desktop .final {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: none !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 11; }

.desktop .features-list__item:nth-child(1) {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 80% 50%;
  -ms-transform-origin: 80% 50%;
  -o-transform-origin: 80% 50%;
  transform-origin: 80% 50%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop .features-list__item:nth-child(2) {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop .features-list__item:nth-child(3) {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  -o-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop .final.hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
  .desktop .final.hidden .features-list__item:nth-child(1) {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .final.hidden .features-list__item:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .desktop .final.hidden .features-list__item:nth-child(3) {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

.desktop .final-container {
  height: 100%; }

.desktop .final-content {
  height: 100%;
  position: relative; }

.desktop .final-wot-logo {
  left: 50%;
  margin-left: -105px;
  position: absolute;
  top: 0; }

.desktop .extras {
  left: 0;
  position: absolute;
  top: -40px; }

.desktop .extras-link {
  color: #fff;
  display: table;
  height: 116px;
  overflow: hidden;
  position: relative;
  text-decoration: none; }

.desktop .extras-link-image {
  display: table-cell;
  height: 116px;
  max-height: none;
  width: auto; }

.desktop .extras-link-text {
  display: table-cell;
  font: 14px/16px "robotobold", Arial;
  letter-spacing: .5px;
  padding-bottom: 3px;
  padding-left: 10px;
  text-align: left;
  text-indent: .5px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 140px; }

.desktop .extras-tooltip {
  background: #1e2225;
  -webkit-box-shadow: 0 8px 25px 1px #000;
  box-shadow: 0 8px 25px 1px #000;
  left: 69px;
  opacity: 0;
  padding: 27px 11px 19px;
  pointer-events: none;
  position: absolute;
  top: 83px;
  -webkit-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  z-index: 1; }

.desktop .extras-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: table; }

.desktop .extras-list__item {
  display: table-cell; }

.desktop .extras-list__item-image {
  height: 100px;
  width: 136px; }

.desktop .extras-list__item-title {
  color: rgba(255, 255, 255, 0.5);
  font: 12px/18px "roboto", Arial;
  letter-spacing: .5px;
  padding: 0 15px;
  text-align: center;
  text-indent: .5px; }

.desktop .extras-list__item-icon {
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  vertical-align: text-bottom; }

.desktop .extras:hover .extras-tooltip {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible; }

.desktop .final-top {
  left: 0;
  position: absolute;
  top: 25%;
  width: 100%; }

.desktop .final-bottom {
  bottom: 15%;
  left: 0;
  position: absolute;
  width: 100%; }

.desktop .final-table {
  display: table;
  height: 100%;
  width: 100%; }

.desktop .final-cell {
  display: table-cell;
  padding: 135px 0 100px;
  text-align: center;
  vertical-align: middle; }

.desktop .final-slogan {
  font: 24px/32px "robotobold", Arial;
  letter-spacing: 16px;
  padding-bottom: 3px;
  text-align: center;
  text-indent: 16px;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: transform 0.55s ease-in-out;
  -o-transition: transform 0.55s ease-in-out;
  -webkit-transition: -webkit-transform 0.55s ease-in-out;
  transition: -webkit-transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out;
  transition: transform 0.55s ease-in-out, -webkit-transform 0.55s ease-in-out; }

.desktop .features-wrapper,
.desktop .numbers-wrapper {
  padding-bottom: 36px;
  text-align: center; }

.desktop .features-list,
.desktop .numbers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.desktop .features-list__item,
.desktop .numbers-list__item {
  display: inline-block;
  position: relative;
  vertical-align: top; }

.desktop .features-list__item {
  padding: 0 45px;
  width: 242px; }

.desktop .features-list__item-image {
  display: block;
  height: 102px;
  margin: 38px auto 0;
  width: 106px; }

.desktop .features-list__item-title {
  color: #fff;
  font: 30px/32px "robotobold", Arial;
  letter-spacing: 1px;
  text-align: center;
  text-indent: 1px;
  text-shadow: 0 0 15px #000;
  text-transform: uppercase; }

.desktop .numbers-list__item {
  margin: 0 70px;
  width: 126px; }

.desktop .numbers-list__item-image {
  display: block;
  height: 38px;
  margin: 0 auto 6px;
  width: 126px; }

.desktop .numbers-list__item-title {
  color: #fff;
  font: 14px/18px "robotobold", Arial;
  letter-spacing: .5px;
  margin: 0 auto;
  text-align: center;
  text-indent: .5px;
  text-transform: uppercase; }

.desktop .final-text-mobile {
  display: none; }

@media (max-width: 1199px) {
  .desktop .features-list__item {
    padding: 0 20px; }
  .desktop .numbers-list__item {
    margin: 0 45px; } }

@media (max-height: 719px) {
  .desktop .final-top {
    top: 27%; }
  .desktop .final-cell {
    padding: 75px 0 30px; }
  .desktop .features-wrapper,
  .desktop .numbers-wrapper {
    padding-bottom: 25px; }
  .desktop .features-list__item {
    width: 182px; }
  .desktop .features-list__item-image {
    height: 69px;
    margin-top: 20px;
    width: 71px; }
  .desktop .features-list__item-title {
    font: 20px/22px "robotobold", Arial;
    letter-spacing: .5px;
    text-indent: .5px;
    text-shadow: 0 0 8px #000; }
  .desktop .numbers-list__item {
    margin: 0 45px;
    width: 82px; }
  .desktop .numbers-list__item-image {
    height: 31px;
    width: 82px; } }

.desktop .footer {
  background: -moz-linear-gradient(top, transparent 25%, black 100%);
  background: -webkit-linear-gradient(top, transparent 25%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), to(black));
  background: -o-linear-gradient(top, transparent 25%, black 100%);
  background: linear-gradient(to bottom, transparent 25%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 20; }

.desktop .footer-top {
  height: 40px;
  overflow: visible;
  position: relative;
  text-align: center; }

.desktop .footer-logo-wrapper {
  float: left;
  height: 38px;
  position: relative; }

.desktop .wot-logo-footer {
  display: inline-block;
  height: 38px; }

.desktop .toggle-footer {
  display: block;
  float: left;
  height: 7px;
  margin-left: 13px;
  padding: 14px 10.5px;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 11px; }
  .desktop .toggle-footer:hover .toggle-footer-path {
    stroke: rgba(255, 255, 255, 0.5); }

.desktop .toggle-footer-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: stroke 0.2s ease-in-out;
  -o-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out; }

.desktop .intel-wrapper {
  left: 50%;
  margin-left: -105px;
  position: absolute;
  top: 0;
  width: 210px; }

.desktop .share {
  position: absolute;
  right: 0;
  text-align: right;
  top: 9px; }

.desktop .share-label {
  color: #fff;
  display: inline-block;
  font: 14px/22px "robotobold", Arial;
  text-transform: uppercase;
  vertical-align: top; }

.desktop .share-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.desktop .share-list__item {
  display: inline-block;
  margin-left: 10px; }

.desktop .share-list__item-link {
  display: block;
  height: 22px;
  width: 22px; }

.desktop .js-share-facebook .share-list__item-link:hover .share-list__item-link-fill {
  fill: #3b5999; }

.desktop .js-share-twitter .share-list__item-link:hover .share-list__item-link-fill {
  fill: #55acee; }

.desktop .js-share-vkontakte .share-list__item-link:hover .share-list__item-link-fill {
  fill: #4c75a3; }

.desktop .js-share-odnoklassniki .share-list__item-link:hover .share-list__item-link-fill {
  fill: #ffa800; }

.desktop .share-list__item-link-fill {
  fill: #fff;
  -webkit-transition: fill 0.5s ease-in-out;
  -o-transition: fill 0.5s ease-in-out;
  transition: fill 0.5s ease-in-out; }

.desktop .footer-bottom {
  height: 53px;
  overflow: visible;
  padding-bottom: 19px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.desktop .footer-links {
  display: inline-block;
  padding-top: 14px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.desktop .footer-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.desktop .footer-links-list__item {
  display: inline-block; }

.desktop .footer-links-list__item-link {
  color: rgba(255, 255, 255, 0.5);
  font: 12px/16px "roboto", Arial;
  margin-right: 26px;
  text-decoration: underline;
  text-transform: uppercase; }
  .desktop .footer-links-list__item-link:hover {
    color: #fff;
    text-decoration: none; }

.desktop .copyright {
  color: rgba(255, 255, 255, 0.25);
  font: 12px/16px "roboto", Arial;
  padding-top: 6px;
  text-align: left;
  max-width: 75%; }

.desktop .ratings {
  bottom: 19px;
  position: absolute;
  right: 0; }

.desktop .rating {
  display: block;
  float: left;
  height: 53px;
  margin-left: 10px;
  overflow: hidden;
  position: relative; }

.desktop a.js-link .image {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.desktop a.js-link .hover {
  opacity: 0;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.desktop a.js-link:hover .image {
  opacity: 0; }

.desktop a.js-link:hover .hover {
  opacity: 1; }

.desktop .footer.collapsed {
  -webkit-transform: translate3d(0, 35px, 0);
  -ms-transform: translate3d(0, 35px, 0);
  -o-transform: translate3d(0, 35px, 0);
  transform: translate3d(0, 35px, 0); }
  .desktop .footer.collapsed .footer-links {
    opacity: 0;
    pointer-events: none; }
  .desktop .footer.collapsed .footer-links,
  .desktop .footer.collapsed .footer-bottom {
    -webkit-transform: translate3d(0, 37px, 0);
    -ms-transform: translate3d(0, 37px, 0);
    -o-transform: translate3d(0, 37px, 0);
    transform: translate3d(0, 37px, 0); }
  .desktop .footer.collapsed .toggle-footer {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1); }

.desktop .footer.hidden {
  opacity: 0; }

.language-popup {
  background-color: rgba(0, 0, 0, 0.75);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: all;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 990; }

.language-popup.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.language-popup-table {
  display: table;
  height: 100%;
  width: 100%; }

.language-popup-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.region-selector_header {
  color: #a9a9a9;
  font: 16px/20px "robotobold", Arial;
  letter-spacing: 3px;
  margin-bottom: 50px;
  text-indent: 3px;
  text-transform: uppercase; }

.region-selector_holder {
  overflow: hidden;
  position: relative;
  text-align: center; }

.region-selector_cluster-holder {
  display: inline-block;
  vertical-align: top; }
  .region-selector_cluster-holder:nth-child(1) {
    margin-left: 90px; }

.region-selector_cluster {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 200px; }

.region-selector_name {
  font: 14px/18px "robotobold", Arial;
  letter-spacing: 1px;
  margin-bottom: 17px;
  text-indent: 1px;
  text-transform: uppercase; }

.region-selector_list {
  display: block;
  text-align: left; }

.region-selector_item {
  display: block; }

.region-selector_link {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  height: 31px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .region-selector_link:hover {
    color: #fff; }

.regions-selector-arrow {
  display: none;
  height: 9px;
  margin: 11px 4px 11px 0;
  padding-left: 2px;
  vertical-align: top;
  width: 7px; }

.region-selector_link.selected .regions-selector-arrow {
  display: inline-block; }

.regions-selector-arrow-path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2; }

.regions-selector-flag {
  display: inline-block;
  height: 9px;
  margin: 11px 8px 11px 0;
  vertical-align: top;
  width: 14px; }

.regions-selector-name {
  display: inline-block;
  font: 14px/31px "robotobold", Arial;
  letter-spacing: .5px;
  text-indent: .5px;
  text-transform: uppercase;
  vertical-align: top; }

.ie9 .gameplay,
.ie10 .gameplay,
.ie11 .gameplay {
  background-image: url(../images/transparent.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.ie10 .top-panel.active .mouse-image-normal {
  -webkit-animation: none;
  animation: none; }

.safari .volume-path {
  -webkit-animation-play-state: running !important;
  animation-play-state: running !important; }

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

@-moz-keyframes pulse {
  0%, 100% {
    -moz-transform: scale(1);
    transform: scale(1); }
  50% {
    -moz-transform: scale(1.05);
    transform: scale(1.05); } }

@-o-keyframes pulse {
  0%, 100% {
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -o-transform: scale(1.05);
    transform: scale(1.05); } }

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }

@-webkit-keyframes sound {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  50% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sound {
  0%, 100% {
    -webkit-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    transform: scaleY(0.4); }
  50% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes scaleUp {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); } }

@keyframes scaleUp {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); } }

@-webkit-keyframes scaleUp2 {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); } }

@keyframes scaleUp2 {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); } }

@-webkit-keyframes scaleUp3 {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes scaleUp3 {
  0%, 100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

@-webkit-keyframes boxShadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 #ff8400;
    box-shadow: 0 0 0 0 #ff8400; }
  50% {
    -webkit-box-shadow: 0 0 10px 2px #ff8400;
    box-shadow: 0 0 10px 2px #ff8400; } }

@keyframes boxShadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0 #ff8400;
    box-shadow: 0 0 0 0 #ff8400; }
  50% {
    -webkit-box-shadow: 0 0 10px 2px #ff8400;
    box-shadow: 0 0 10px 2px #ff8400; } }

@-webkit-keyframes glowFilter {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 #ff8400);
    filter: drop-shadow(0 0 0 #ff8400); }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #ff8400);
    filter: drop-shadow(0 0 10px #ff8400); } }

@keyframes glowFilter {
  0%, 100% {
    -webkit-filter: drop-shadow(0 0 0 #ff8400);
    filter: drop-shadow(0 0 0 #ff8400); }
  50% {
    -webkit-filter: drop-shadow(0 0 10px #ff8400);
    filter: drop-shadow(0 0 10px #ff8400); } }

@-webkit-keyframes strokeWidth {
  0%, 100% {
    stroke-width: 2; }
  25% {
    stroke-width: 3; }
  75% {
    stroke-width: 1; } }

@keyframes strokeWidth {
  0%, 100% {
    stroke-width: 2; }
  25% {
    stroke-width: 3; }
  75% {
    stroke-width: 1; } }

@-webkit-keyframes widen {
  0%, 100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5); } }

@keyframes widen {
  0%, 100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    -o-transform: scaleX(1.5);
    transform: scaleX(1.5); } }

@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes blink {
  0%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes victoryTexts {
  0% {
    opacity: 0;
    text-shadow: 0 0 25px #fff;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  60% {
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes victoryTexts {
  0% {
    opacity: 0;
    text-shadow: 0 0 25px #fff;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  60% {
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes victoryMedals {
  0% {
    opacity: 0;
    height: 0; }
  75% {
    height: 0; }
  100% {
    height: 215px;
    opacity: 1; } }

@keyframes victoryMedals {
  0% {
    opacity: 0;
    height: 0; }
  75% {
    height: 0; }
  100% {
    height: 215px;
    opacity: 1; } }

@-webkit-keyframes victoryGlow {
  0% {
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(-440px, 0, 0);
    -ms-transform: translate3d(-440px, 0, 0);
    -o-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); }
  50% {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(-440px, 0, 0);
    -ms-transform: translate3d(-440px, 0, 0);
    -o-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); }
  100% {
    left: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

@keyframes victoryGlow {
  0% {
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(-440px, 0, 0);
    -ms-transform: translate3d(-440px, 0, 0);
    -o-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); }
  50% {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(-440px, 0, 0);
    -ms-transform: translate3d(-440px, 0, 0);
    -o-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); }
  100% {
    left: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0; } }

@-webkit-keyframes victoryMedal1 {
  0%, 60% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes victoryMedal1 {
  0%, 60% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes victoryMedal2 {
  0%, 66.67% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes victoryMedal2 {
  0%, 66.67% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes victoryMedal3 {
  0%, 73.33% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes victoryMedal3 {
  0%, 73.33% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes victoryMedal4 {
  0%, 80% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes victoryMedal4 {
  0%, 80% {
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes showNHide {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes showNHide {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-webkit-keyframes showNHide2 {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes showNHide2 {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
