@font-face {
  font-family: 'warhelioscondcregular';
  src: url("../fonts/warhelioscondc.eot");
  src: url("../fonts/warhelioscondc.eot?#iefix") format("embedded-opentype"), url("../fonts/warhelioscondc.woff") format("woff"), url("../fonts/warhelioscondc.ttf") format("truetype"), url("../fonts/warhelioscondc.svg#warhelioscondcregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Goudy Trajan Bold";
  src: url("../fonts/GoudyTrajan-Bold.eot");
  src: url("../fonts/GoudyTrajan-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GoudyTrajan-Bold.woff2") format("woff2"), url("../fonts/GoudyTrajan-Bold.woff") format("woff"), url("../fonts/GoudyTrajan-Bold.ttf") format("truetype"), url("../fonts/GoudyTrajan-Bold.svg#GoudyTrajan-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.screen-5-footer-wrapper, .copyright-wrapper {
  *zoom: 1;
}

.screen-5-footer-wrapper:before, .copyright-wrapper:before, .screen-5-footer-wrapper:after, .copyright-wrapper:after {
  content: " ";
  display: table;
}

.screen-5-footer-wrapper:after, .copyright-wrapper:after {
  clear: both;
}

html, body {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "Goudy Trajan Bold", sans-serif;
  background-color: #000;
  font-size: 100%;
  line-height: 1.4;
  height: 100%;
  width: 100%;
}

body {
  font-size: 100%;
  font-size: 1rem;
}

.device * {
  -webkit-text-size-adjust: none;
}

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

a {
  text-decoration: underline;
  outline: none;
}

svg {
  display: inherit;
  overflow: visible;
}

.img-responsive {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto;
}

.wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

.screen {
  position: relative;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  width: 280px;
}

@media (min-width: 480px) {
  .container {
    width: 440px;
  }
}

@media (min-width: 640px) {
  .container {
    width: 640px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1366px) {
  .desktop .container {
    width: 1200px;
  }
}

/* Clearfix  */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Clearfix end */
/* Preloader styles */
.preloader-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  z-index: 1000;
}

.loading {
  overflow: hidden;
  overflow-y: scroll;
}

.loading .preloader {
  opacity: 0;
  background: url("../images/screen-bg-1.jpg") no-repeat 50% 0%;
  position: fixed;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.loading .preloader-img-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 70%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.loading .preloader-img-gray-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  max-height: 0%;
  overflow: hidden;
  -webkit-transition: max-height 1s linear;
  -moz-transition: max-height 1s linear;
  -o-transition: max-height 1s linear;
  transition: max-height 1s linear;
}

.loading .preloader-img-gray {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .loading .preloader-img-wrapper {
    max-width: 50%;
  }
}

@media (min-width: 1920px) {
  .loading .preloader {
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
  }
}

/* Preloader styles end*/
@-webkit-keyframes socail-button-scale {
  0%, 100% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
  50% {
    -webkit-transform: translateZ(0) scale(1.15);
            transform: translateZ(0) scale(1.15);
  }
}

@-moz-keyframes socail-button-scale {
  0%, 100% {
    -moz-transform: translateZ(0) scale(1);
         transform: translateZ(0) scale(1);
  }
  50% {
    -moz-transform: translateZ(0) scale(1.15);
         transform: translateZ(0) scale(1.15);
  }
}

@-o-keyframes socail-button-scale {
  0%, 100% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.15);
  }
}

@keyframes socail-button-scale {
  0%, 100% {
    -webkit-transform: translateZ(0) scale(1);
       -moz-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
  }
  50% {
    -webkit-transform: translateZ(0) scale(1.15);
       -moz-transform: translateZ(0) scale(1.15);
            transform: translateZ(0) scale(1.15);
  }
}

/* screen-1 */
.screen-1-wrappper {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-1 {
  background: url(../images/screen-bg-1.jpg);
  background-position: -497px -78px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  padding-top: 38px;
  width: 100%;
  height: 100%;
}

.language-list-wrapper {
  background-color: #0a0b0b;
  border: 2px solid #414141;
  height: auto;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 72px;
  z-index: 100;
}

.language-list,
.language-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  position: relative;
  width: 74px;
}

.language-list {
  height: auto;
  max-height: 31px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out, -webkit-box-shadow .3s ease;
  transition: max-height .3s ease-in-out, -webkit-box-shadow .3s ease;
  -moz-transition: max-height .3s ease-in-out, box-shadow .3s ease, -moz-box-shadow .3s ease;
  -o-transition: max-height .3s ease-in-out, box-shadow .3s ease;
  transition: max-height .3s ease-in-out, box-shadow .3s ease;
  transition: max-height .3s ease-in-out, box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
}

.language-list__item {
  border-top: 1px solid #414141;
}

.language-list__item:nth-child(1) {
  border-color: transparent;
}

.language-list__item-link {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 30px;
  padding-right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.language-active .language-list__item-link {
  color: #fff;
}

.desktop .language-list__item:not(.language-active) .language-list__item-link:hover {
  color: #ffd83e;
}

.desktop .language-list:not(.language-list-open):hover {
  -webkit-box-shadow: 0 0 4px 0px rgba(255, 216, 62, 0.3);
     -moz-box-shadow: 0 0 4px 0px rgba(255, 216, 62, 0.3);
          box-shadow: 0 0 4px 0px rgba(255, 216, 62, 0.3);
}

.desktop .language-list-open .language-active:hover {
  color: #fff;
}

.language-list__item-link-arrow-wrapper {
  border-left: 1px solid #414141;
  display: block;
  height: 100%;
  position: absolute;
  right: 2px;
  top: 0;
  width: 27px;
}

.language-list__item-link-arrow {
  height: 4px;
  left: 50%;
  margin-left: -3.5px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 7px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -moz-transition: transform .3s, -moz-transform .3s;
  -o-transition: transform .3s, -o-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
}

.language-list-open {
  max-height: 999px;
}

.language-list-open .language-active .language-list__item-link {
  cursor: default;
}

.language-list-open .language-list__item-link-arrow {
  -webkit-transform: rotate(540deg);
     -moz-transform: rotate(540deg);
      -ms-transform: rotate(540deg);
       -o-transform: rotate(540deg);
          transform: rotate(540deg);
}

.game-logo-wrapper {
  z-index: 1;
}

.game-logo-wrapper img {
  margin: 0 auto;
  max-height: 89px;
  max-width: 230px;
}

.screen-1-content-wrapper {
  text-align: center;
  text-transform: uppercase;
}

.screen-1-presona-img-wrapper {
  height: 0px;
  padding-top: 277px;
  position: relative;
}

.screen-1-presona-img-wrapper img {
  margin: 0 auto;
  max-height: 348px;
  max-width: 309px;
}

.screen-1-presona-img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.screen-1-title,
.screen-1-subtitle {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.screen-1-title {
  color: #ffd83e;
  font-size: 106.25%;
  font-size: 1.0625rem;
  letter-spacing: 1.02px;
  margin-bottom: 5px;
  text-shadow: 0 4px 8px #000;
}

.screen-1-title:after {
  position: absolute;
  height: 1000px;
  left: -200%;
  right: -200%;
  width: auto;
  content: "";
  display: block;
  top: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(2%, rgba(0, 0, 0, 0.3)), color-stop(4%, rgba(0, 0, 0, 0.7)), color-stop(8%, black));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.7) 4%, black 8%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.7) 4%, black 8%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.7) 4%, black 8%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 2%, rgba(0, 0, 0, 0.7) 4%, black 8%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  z-index: -1;
}

.screen-1-subtitle {
  font-size: 162.5%;
  font-size: 1.625rem;
  letter-spacing: 1.3px;
  line-height: 1.23;
  margin-bottom: 20px;
  text-shadow: 0 4px 8px #000;
}

.download-wrapper {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  bottom: 0;
  height: 90px;
  left: 0;
  position: absolute;
  right: 0;
  display: none;
}

.download-table {
  display: table;
  height: 90px;
  margin: 0 auto;
}

.download-title,
.download-devices {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.download-title {
  color: #ffd83e;
  font-size: 81.25%;
  font-size: 0.8125rem;
  text-shadow: 0 3px 5px black;
  text-align: center;
  padding-right: 17px;
  width: 110px;
}

.download-devices {
  font-size: 0;
  line-height: 0;
  width: 54.64%;
}

.download-devices-link {
  display: inline-block;
  font-size: 16px;
}

.download-devices-link img {
  margin: 0 auto;
  max-height: 50px;
  max-width: 153px;
}

.desktop .download-title {
  display: none;
}

.desktop .download-devices {
  text-align: center;
  width: 100%;
}

.desktop .download-devices-link {
  margin: 0 5px;
}

.desktop .download-devices-link img {
  margin: 0 auto;
  max-height: 50px;
  max-width: 140px;
}

.apple .download-devices-link.android {
  display: none;
}

.android .download-devices-link.apple {
  display: none;
}

.arrow-down-wrapper {
  background: url("../images/rectangle-bottom.png") center no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  bottom: 10px;
  display: none;
  height: 54px;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
  position: absolute;
  right: 50%;
  width: 54px;
}

.arrow-down-link {
  display: block;
  height: 54px;
  width: 54px;
}

.arrow-down {
  height: 17px;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8.5px;
  margin-left: -8px;
  -webkit-animation: arrow_down 4s ease infinite;
     -moz-animation: arrow_down 4s ease infinite;
       -o-animation: arrow_down 4s ease infinite;
          animation: arrow_down 4s ease infinite;
}

@-webkit-keyframes arrow_down {
  0 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  12.5% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  25% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-moz-keyframes arrow_down {
  0 {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  12.5% {
    -moz-transform: translateY(4px);
         transform: translateY(4px);
  }
  25% {
    -moz-transform: translateY(0px);
         transform: translateY(0px);
  }
}

@-o-keyframes arrow_down {
  0 {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  12.5% {
    -o-transform: translateY(4px);
       transform: translateY(4px);
  }
  25% {
    -o-transform: translateY(0px);
       transform: translateY(0px);
  }
}

@keyframes arrow_down {
  0 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  12.5% {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
         -o-transform: translateY(4px);
            transform: translateY(4px);
  }
  25% {
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.download-fixed {
  height: 60px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 11;
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  -moz-transition: transform .75s ease-in-out, -moz-transform .75s ease-in-out;
  -o-transition: transform .75s ease-in-out, -o-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out, -moz-transform .75s ease-in-out, -o-transform .75s ease-in-out;
}

.download-fixed .download-table {
  height: 60px;
}

@media (min-width: 414px) {
  .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 117px;
    max-width: 297px;
  }
  .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 348px;
    max-width: 309px;
  }
}

@media (min-width: 480px) {
  .screen-1 {
    padding-top: 18px;
  }
  .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 131px;
    max-width: 357px;
  }
  .screen-1-presona-img-wrapper {
    padding-top: 351px;
  }
  .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 420px;
    max-width: 396px;
  }
  .screen-1-presona-img {
    top: 6px;
  }
  .screen-1-title,
  .screen-1-subtitle {
    max-width: 440px;
  }
  .screen-1-title {
    font-size: 150%;
    font-size: 1.5rem;
  }
  .screen-1-subtitle {
    font-size: 237.5%;
    font-size: 2.375rem;
    margin-bottom: 30px;
  }
  .download-wrapper,
  .download-table {
    height: 101px;
  }
  .download-title {
    font-size: 100%;
    font-size: 1rem;
    padding-right: 21px;
    text-align: center;
  }
  .desktop .download-devices-link img,
  .download-devices-link img {
    margin: 0 auto;
    max-height: 61px;
    max-width: 206px;
  }
  .download-fixed {
    height: 60px;
  }
  .download-fixed .download-table {
    height: 60px;
  }
  .download-fixed .download-title {
    font-size: 81.25%;
    font-size: 0.8125rem;
  }
  .download-fixed .download-devices-link img {
    margin: 0 auto;
    max-height: 50px;
    max-width: 140px;
  }
}

@media (min-width: 640px) {
  .screen-1 {
    padding-top: 21px;
  }
  .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 174px;
    max-width: 537px;
  }
  .screen-1-presona-img-wrapper {
    padding-top: 460px;
  }
  .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 559px;
    max-width: 527px;
  }
  .screen-1-presona-img {
    top: -2px;
  }
  .screen-1-title,
  .screen-1-subtitle {
    max-width: 460px;
  }
  .screen-1-title {
    font-size: 162.5%;
    font-size: 1.625rem;
  }
  .screen-1-subtitle {
    font-size: 268.75%;
    font-size: 2.6875rem;
    margin-bottom: 39px;
  }
  .download-wrapper,
  .download-table {
    height: 103px;
  }
  .download-table {
    margin: 0 auto;
  }
  .desktop .download-title {
    display: table-cell;
  }
  .download-title {
    padding-right: 15px;
    width: 130px;
  }
  .desktop .download-devices,
  .download-devices {
    width: 432px;
  }
  .apple .download-devices,
  .android .download-devices {
    width: auto;
  }
  .download-fixed {
    height: 80px;
  }
  .download-fixed .download-table {
    height: 80px;
  }
  .download-fixed .download-title {
    font-size: 100%;
    font-size: 1rem;
  }
  .download-fixed .download-devices-link img {
    margin: 0 auto;
    max-height: 61px;
    max-width: 206px;
  }
}

@media (min-width: 1024px) {
  .screen-1-wrappper {
    display: table;
  }
  .screen-1 {
    display: table-cell;
    background-position: 50%;
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    padding: 170px 0 100px;
    vertical-align: middle;
  }
  .game-logo-wrapper {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 150px;
    max-width: 390px;
  }
  .screen-1-content-wrapper {
    margin-left: 500px;
    text-align: left;
    width: 500px;
  }
  .screen-1-presona-img-wrapper {
    bottom: 0;
    height: 100%;
    left: 50%;
    padding: 0;
    position: absolute;
    top: auto;
    width: 1000px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 677px;
    max-width: 600px;
  }
  .screen-1-presona-img {
    position: absolute;
    bottom: 0;
    left: -130px;
    right: auto;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .screen-1-title:after {
    display: none;
  }
  .screen-1-subtitle {
    margin-bottom: 23px;
  }
  .download-wrapper,
  .download-table {
    height: auto;
  }
  .download-wrapper {
    background: none;
    border: none;
    bottom: auto;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    display: block;
  }
  .screen-1-title,
  .screen-1-subtitle {
    max-width: 100%;
  }
  .download-table,
  .download-title,
  .download-devices,
  .desktop .download-title {
    display: block;
  }
  .desktop .download-devices,
  .download-devices {
    text-align: left;
    width: 100%;
  }
  .desktop .download-devices {
    margin: 0 -5px;
  }
  .download-title {
    font-size: 112.5%;
    font-size: 1.125rem;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
  }
  .arrow-down-wrapper {
    display: block;
  }
  .download-fixed {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
    height: 80px;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 11;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
  }
  .download-fixed .download-table {
    display: table;
    position: relative;
    height: 80px;
    width: 100%;
  }
  .download-fixed .download-title,
  .download-fixed .download-devices {
    display: table-cell;
  }
  .download-fixed .download-title {
    text-align: right;
    width: 40%;
  }
  .download-fixed .download-devices {
    width: 60%;
  }
  .desktop .download-fixed .download-devices-link img,
  .download-fixed .download-devices-link img {
    margin: 0 auto;
    max-height: 61px;
    max-width: 206px;
  }
  .desktop .download-fixed .download-devices-link .device .download-fixed .download-title,
  .desktop .download-fixed .download-devices-link .device .download-fixed .download-devices,
  .download-fixed .download-devices-link .device .download-fixed .download-title,
  .download-fixed .download-devices-link .device .download-fixed .download-devices {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 550px;
    max-width: 500px;
  }
}

@media (min-width: 1024px) and (min-height: 650px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 575px;
    max-width: 520px;
  }
}

@media (min-width: 1024px) and (min-height: 700px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 625px;
    max-width: 550px;
  }
}

@media (min-width: 1366px) and (min-height: 700px) {
  .desktop .screen-1 {
    padding-bottom: 100px;
    padding-top: 170px;
  }
  .desktop .screen-1-content-wrapper {
    margin-left: 600px;
    width: 600px;
  }
  .desktop .screen-1-presona-img-wrapper {
    width: 1200px;
  }
  .desktop .screen-1-title {
    font-size: 187.5%;
    font-size: 1.875rem;
  }
  .desktop .screen-1-subtitle {
    font-size: 312.5%;
    font-size: 3.125rem;
    margin-bottom: 30px;
  }
  .desktop .download-title {
    font-size: 125%;
    font-size: 1.25rem;
  }
  .desktop .desktop .download-devices-link img,
  .desktop .download-devices-link img {
    margin: 0 auto;
    max-height: 86px;
    max-width: 290px;
  }
  .desktop .arrow-down-wrapper {
    bottom: 20px;
    height: 75px;
    margin-left: -37px;
    margin-top: -37px;
    width: 74px;
  }
  .desktop .arrow-down-link {
    height: 75px;
    width: 74px;
  }
  .desktop .arrow-down {
    height: 21px;
    width: 23px;
    margin-top: -10.5px;
    margin-left: -11.5px;
  }
}

@media (min-width: 1024px) and (min-height: 750px) {
  .desktop .screen-1 {
    padding-top: 195px;
  }
  .desktop .game-logo-wrapper {
    top: 22px;
  }
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 710px;
    max-width: 630px;
  }
  .desktop .screen-1-presona-img {
    left: -170px;
  }
}

@media (min-width: 1024px) and (min-height: 800px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 750px;
    max-width: 666px;
  }
  .desktop .screen-1-presona-img {
    left: -260px;
  }
}

@media (min-width: 1024px) and (min-height: 850px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 790px;
    max-width: 700px;
  }
}

@media (min-width: 1024px) and (min-height: 900px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 850px;
    max-width: 755px;
  }
  .desktop .screen-1-presona-img {
    left: -350px;
  }
}

@media (min-width: 1024px) and (min-height: 950px) {
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 900px;
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 180px;
    max-width: 470px;
  }
  .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 722px;
    max-width: 640px;
  }
  .screen-1-presona-img {
    left: -200px;
  }
  .desktop .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 150px;
    max-width: 390px;
  }
  .desktop .screen-1-presona-img {
    left: -130px;
  }
}

@media (min-width: 1280px) and (min-height: 700px) {
  .desktop .screen-1-presona-img {
    left: -140px;
  }
}

@media (min-width: 1280px) and (min-height: 750px) {
  .desktop .game-logo-wrapper img {
    margin: 0 auto;
    max-height: 180px;
    max-width: 470px;
  }
  .desktop .screen-1-presona-img {
    left: -200px;
  }
}

@media (min-width: 1280px) and (min-height: 800px) {
  .desktop .screen-1-presona-img {
    left: -300px;
  }
}

@media (min-width: 1280px) and (min-height: 900px) {
  .desktop .screen-1-presona-img {
    left: -400px;
  }
}

@media (min-width: 1280px) and (min-height: 1000px) {
  .desktop .screen-1-presona-img {
    left: -450px;
  }
  .desktop .screen-1-presona-img-wrapper img {
    margin: 0 auto;
    max-height: 1000px;
    max-width: 888px;
  }
}

@media (min-width: 1366px) {
  .desktop .screen-1-content-wrapper {
    margin-left: 600px;
    width: 600px;
  }
}

@media (min-width: 1366px) and (min-height: 700px) {
  .desktop .screen-1-presona-img {
    left: -70px;
  }
}

@media (min-width: 1366px) and (min-height: 750px) {
  .desktop .screen-1-presona-img {
    left: -110px;
  }
}

@media (min-width: 1366px) and (min-height: 800px) {
  .desktop .screen-1-presona-img {
    left: -160px;
  }
}

@media (min-width: 1366px) and (min-height: 850px) {
  .desktop .screen-1-presona-img {
    left: -210px;
  }
}

@media (min-width: 1366px) and (min-height: 900px) {
  .desktop .screen-1-presona-img {
    left: -260px;
  }
}

@media (min-width: 1366px) and (min-height: 950px) {
  .desktop .screen-1-presona-img {
    left: -310px;
  }
}

@media (min-width: 1366px) and (min-height: 1000px) {
  .desktop .screen-1-presona-img {
    left: -360px;
  }
}

.download-fixed-show {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* screen-1 end */
/* screen-2 */
.screen-2 {
  background-image: url("../images/screen-line.png"), url(../images/screen-bg-2-bottom.png), url(../images/screen-bg-2.jpg);
  background-position: 50% 0, 50% 0%, -305px 0;
  background-repeat: no-repeat;
  -moz-background-size: auto, auto 100%, cover;
    -o-background-size: auto, auto 100%, cover;
       background-size: auto, auto 100%, cover;
  padding: 40px 0 48px;
  text-align: center;
}

.screen-2-title {
  font-size: 125%;
  font-size: 1.25rem;
  line-height: 1.30;
  letter-spacing: 0.8px;
  margin: 0 auto;
  margin-bottom: 14px;
  max-width: 280px;
  text-shadow: 0 4px 8px black;
  text-transform: uppercase;
}

.screen-2-heros-list-wrapper {
  position: relative;
}

.screen-2-heros-list-wrapper:after {
  position: absolute;
  height: 300%;
  left: -200%;
  right: -200%;
  width: auto;
  content: "";
  display: block;
  top: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 5%);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 5%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 5%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 5%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  z-index: 0;
}

.screen-2-heros-list,
.screen-2-heros-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.screen-2-heros-list-wrapper {
  margin-bottom: 30px;
}

.screen-2-heros-list {
  height: 195px;
  margin: 0 auto;
  width: 170px;
}

.screen-2-heros-list__item {
  line-height: 195px;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.screen-2-heros-list__item img {
  display: inline;
  font-size: 0;
  line-height: 0;
  height: auto;
  max-height: 195px;
  max-width: 170px;
  width: auto;
}

.screen-2-heros-list__item-img {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  vertical-align: bottom;
}

.screen-2-heros-list__item:nth-child(1) {
  -webkit-transform: translateX(0px);
     -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
       -o-transform: translateX(0px);
          transform: translateX(0px);
  z-index: 5;
}

.screen-2-heros-list__item:nth-child(2) {
  -webkit-transform: translate(-100px, -10px) scale(0.9);
     -moz-transform: translate(-100px, -10px) scale(0.9);
      -ms-transform: translate(-100px, -10px) scale(0.9);
       -o-transform: translate(-100px, -10px) scale(0.9);
          transform: translate(-100px, -10px) scale(0.9);
  z-index: 4;
}

.screen-2-heros-list__item:nth-child(3) {
  -webkit-transform: translate(100px, -10px) scale(0.9);
     -moz-transform: translate(100px, -10px) scale(0.9);
      -ms-transform: translate(100px, -10px) scale(0.9);
       -o-transform: translate(100px, -10px) scale(0.9);
          transform: translate(100px, -10px) scale(0.9);
  z-index: 3;
}

.screen-2-heros-list__item:nth-child(n+4) {
  display: none;
}

.screen-2-subtitle {
  letter-spacing: 0.84px;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.36;
  margin: 0 auto;
  max-width: 280px;
  position: relative;
  text-transform: uppercase;
}

.screen-2-subtitle-img-wrapper {
  margin-top: 15px;
  width: 100%;
  position: relative;
}

.screen-2-subtitle-img-wrapper img {
  margin: 0 auto;
  max-height: 29px;
  max-width: 100%;
}

@media (min-width: 480px) {
  .screen-2 {
    padding-bottom: 36px;
    padding-top: 48px;
  }
  .screen-2-title {
    font-size: 137.5%;
    font-size: 1.375rem;
    max-width: 440px;
    margin-bottom: 26px;
  }
  .screen-2-subtitle {
    font-size: 100%;
    font-size: 1rem;
    max-width: 440px;
  }
  .screen-2-heros-list-wrapper {
    margin-bottom: 21px;
  }
  .screen-2-heros-list {
    height: 228px;
    width: 205px;
  }
  .screen-2-heros-list__item {
    line-height: 228px;
    width: 205px;
  }
  .screen-2-heros-list__item img {
    margin: 0 auto;
    max-height: 228px;
    max-width: 205px;
  }
  .screen-2-heros-list__item:nth-child(1) {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
  }
  .screen-2-heros-list__item:nth-child(2) {
    -webkit-transform: translate(-100px, -10px) scale(0.9);
       -moz-transform: translate(-100px, -10px) scale(0.9);
        -ms-transform: translate(-100px, -10px) scale(0.9);
         -o-transform: translate(-100px, -10px) scale(0.9);
            transform: translate(-100px, -10px) scale(0.9);
  }
  .screen-2-heros-list__item:nth-child(3) {
    display: inline-block;
    -webkit-transform: translate(120px, -10px) scale(0.9);
       -moz-transform: translate(120px, -10px) scale(0.9);
        -ms-transform: translate(120px, -10px) scale(0.9);
         -o-transform: translate(120px, -10px) scale(0.9);
            transform: translate(120px, -10px) scale(0.9);
  }
}

@media (min-width: 640px) {
  .screen-2 {
    padding-bottom: 39px;
    padding-top: 53px;
  }
  .screen-2-title {
    font-size: 175%;
    font-size: 1.75rem;
    line-height: 1.29;
    margin-bottom: 20px;
    max-width: 600px;
  }
  .screen-2-subtitle {
    font-size: 106.25%;
    font-size: 1.0625rem;
    line-height: 1.35;
    margin-bottom: 13px;
    max-width: 395px;
  }
  .screen-2-subtitle-img-wrapper {
    margin: 0 auto;
    max-width: 395px;
  }
  .screen-2-subtitle-img-wrapper img {
    margin: 0 auto;
    max-height: 40px;
    max-width: 100%;
  }
  .screen-2-heros-list-wrapper {
    margin-bottom: 19px;
  }
  .screen-2-heros-list {
    height: 333px;
    width: 300px;
  }
  .screen-2-heros-list__item {
    line-height: 333px;
    width: 300px;
  }
  .screen-2-heros-list__item img {
    margin: 0 auto;
    max-height: 333px;
    max-width: 300px;
  }
  .screen-2-heros-list__item:nth-child(2) {
    -webkit-transform: translate(-170px, -10px) scale(0.9);
       -moz-transform: translate(-170px, -10px) scale(0.9);
        -ms-transform: translate(-170px, -10px) scale(0.9);
         -o-transform: translate(-170px, -10px) scale(0.9);
            transform: translate(-170px, -10px) scale(0.9);
  }
  .screen-2-heros-list__item:nth-child(3) {
    display: inline-block;
    -webkit-transform: translate(170px, -10px) scale(0.9);
       -moz-transform: translate(170px, -10px) scale(0.9);
        -ms-transform: translate(170px, -10px) scale(0.9);
         -o-transform: translate(170px, -10px) scale(0.9);
            transform: translate(170px, -10px) scale(0.9);
  }
}

@media (min-width: 960px) {
  .screen-2 {
    background-position: 50% 0, 50% 0%, -280px -85px;
  }
  .screen-2-heros-list__item:nth-child(n+3) {
    display: inline-block;
  }
  .screen-2-heros-list__item:nth-child(4) {
    -webkit-transform: translate(-290px, -10px) scale(0.6);
       -moz-transform: translate(-290px, -10px) scale(0.6);
        -ms-transform: translate(-290px, -10px) scale(0.6);
         -o-transform: translate(-290px, -10px) scale(0.6);
            transform: translate(-290px, -10px) scale(0.6);
  }
  .screen-2-heros-list__item:nth-child(5) {
    -webkit-transform: translate(290px, -10px) scale(0.6);
       -moz-transform: translate(290px, -10px) scale(0.6);
        -ms-transform: translate(290px, -10px) scale(0.6);
         -o-transform: translate(290px, -10px) scale(0.6);
            transform: translate(290px, -10px) scale(0.6);
  }
}

@media (min-width: 1024px) {
  .screen-2 {
    -moz-background-size: auto, cover, cover;
      -o-background-size: auto, cover, cover;
         background-size: auto, cover, cover;
    padding-bottom: 53px;
    padding-top: 66px;
    background-position: 50% 0, 50% 0%, 50% -150px;
  }
  .screen-2-title {
    font-size: 200%;
    font-size: 2rem;
    line-height: 1.28;
    margin-bottom: 23px;
  }
  .screen-2-heros-list {
    height: 379px;
    width: 340px;
  }
  .screen-2-heros-list-wrapper {
    margin-bottom: 27px;
  }
  .screen-2-heros-list__item {
    line-height: 379px;
    width: 340px;
  }
  .screen-2-heros-list__item img {
    margin: 0 auto;
    max-height: 379px;
    max-width: 340px;
  }
  .screen-2-heros-list__item:nth-child(n+3) {
    display: inline-block;
  }
  .screen-2-heros-list__item:nth-child(4) {
    -webkit-transform: translate(-290px, -10px) scale(0.6);
       -moz-transform: translate(-290px, -10px) scale(0.6);
        -ms-transform: translate(-290px, -10px) scale(0.6);
         -o-transform: translate(-290px, -10px) scale(0.6);
            transform: translate(-290px, -10px) scale(0.6);
  }
  .screen-2-heros-list__item:nth-child(5) {
    -webkit-transform: translate(290px, -10px) scale(0.6);
       -moz-transform: translate(290px, -10px) scale(0.6);
        -ms-transform: translate(290px, -10px) scale(0.6);
         -o-transform: translate(290px, -10px) scale(0.6);
            transform: translate(290px, -10px) scale(0.6);
  }
  .screen-2-subtitle {
    font-size: 118.75%;
    font-size: 1.1875rem;
    line-height: 1.37;
    margin-bottom: 14px;
    max-width: 440px;
  }
  .screen-2-subtitle-img-wrapper {
    margin: 0 auto;
    max-width: 440px;
  }
  .screen-2-subtitle-img-wrapper img {
    margin: 0 auto;
    max-height: 45px;
    max-width: 100%;
  }
}

@media (min-width: 1366px) {
  .screen-2 {
    padding-bottom: 46px;
    padding-top: 91px;
  }
  .screen-2-title {
    font-size: 262.5%;
    font-size: 2.625rem;
    line-height: 1.29;
    max-width: 790px;
    margin-bottom: 40px;
  }
  .screen-2-subtitle {
    font-size: 150%;
    font-size: 1.5rem;
    line-height: 1.33;
    margin-bottom: 18px;
    max-width: 540px;
  }
  .screen-2-heros-list-wrapper {
    margin-bottom: 44px;
  }
  .screen-2-subtitle-img-wrapper {
    min-width: 510px;
  }
  .screen-2-subtitle-img-wrapper img {
    margin: 0 auto;
    max-height: 55px;
    max-width: 100%;
  }
  .screen-2-heros-list {
    height: 500px;
    width: 449px;
  }
  .screen-2-heros-list__item {
    line-height: 500px;
    width: 449px;
  }
  .screen-2-heros-list__item img {
    margin: 0 auto;
    max-height: 500px;
    max-width: 449px;
  }
  .screen-2-heros-list__item:nth-child(2) {
    -webkit-transform: translate(-240px, -10px) scale(0.9);
       -moz-transform: translate(-240px, -10px) scale(0.9);
        -ms-transform: translate(-240px, -10px) scale(0.9);
         -o-transform: translate(-240px, -10px) scale(0.9);
            transform: translate(-240px, -10px) scale(0.9);
  }
  .screen-2-heros-list__item:nth-child(3) {
    display: inline-block;
    -webkit-transform: translate(240px, -10px) scale(0.9);
       -moz-transform: translate(240px, -10px) scale(0.9);
        -ms-transform: translate(240px, -10px) scale(0.9);
         -o-transform: translate(240px, -10px) scale(0.9);
            transform: translate(240px, -10px) scale(0.9);
  }
  .screen-2-heros-list__item:nth-child(4) {
    -webkit-transform: translate(-370px, -10px) scale(0.6);
       -moz-transform: translate(-370px, -10px) scale(0.6);
        -ms-transform: translate(-370px, -10px) scale(0.6);
         -o-transform: translate(-370px, -10px) scale(0.6);
            transform: translate(-370px, -10px) scale(0.6);
  }
  .screen-2-heros-list__item:nth-child(5) {
    display: inline-block;
    -webkit-transform: translate(370px, -10px) scale(0.6);
       -moz-transform: translate(370px, -10px) scale(0.6);
        -ms-transform: translate(370px, -10px) scale(0.6);
         -o-transform: translate(370px, -10px) scale(0.6);
            transform: translate(370px, -10px) scale(0.6);
  }
}

@media (min-width: 1920px) {
  .screen-2 {
    -moz-background-size: 100% auto, 100% auto, cover;
      -o-background-size: 100% auto, 100% auto, cover;
         background-size: 100% auto, 100% auto, cover;
  }
}

/* screen-2 end */
/* screen-3 */
.screen-3 {
  background-image: url("../images/screen-bg-3.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 33px 0 96px;
}

.screen-3-attrition-wrapper,
.screen-3-path-1-wrapper,
.screen-3-path-2-wrapper,
.screen-3-hero-wrapper,
.screen-3-hummer-wrapper {
  display: none;
}

.screen-3-block-content-wrapper {
  background-image: url("../images/screen-3-papper-pattern.png");
  background-position: 50%;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  background-repeat: repeat-y;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  margin-top: 77px;
  width: 300px;
  padding: 8px 25px 0;
  position: relative;
  text-align: center;
}

.screen-3-block-content-wrapper:before {
  position: absolute;
  content: '';
  top: -20px;
  left: 0;
  right: 0;
  background-image: url("../images/screen-3-papper-top.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  height: 172px;
}

.screen-3-block-content-wrapper:after {
  position: absolute;
  content: '';
  bottom: -40px;
  left: 0;
  right: 0;
  background-image: url("../images/screen-3-papper-bottom.png");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  height: 140px;
}

.screen-3-block-content-wrapper:nth-child(2) {
  margin-top: 139px;
}

.screen-3-block-content-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
}

.screen-3-block-content-img {
  position: absolute;
  bottom: -5px;
  left: 50%;
  max-width: 75px;
  max-height: 96px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.screen-3-block-content-title {
  font-size: 137.5%;
  font-size: 1.375rem;
  line-height: 1.27;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.screen-3-block-content-description {
  color: #0f0d0a;
  font-family: "warhelioscondcregular", sans-serif;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .screen-3 {
    padding-bottom: 75px;
    padding-top: 63px;
  }
  .screen-3-block-content-wrapper {
    padding: 5px 25px 10px;
    margin-top: 0;
    text-align: left;
    width: 430px;
  }
  .screen-3-block-content-wrapper:after {
    bottom: -27px;
  }
  .screen-3-block-content-wrapper:nth-child(2) {
    margin-top: 80px;
  }
  .screen-3-block-content-img-wrapper,
  .screen-3-block-content-img {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .screen-3-block-title-wrapper {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .screen-3-block-content-img-wrapper,
  .screen-3-block-content-title {
    display: table-cell;
    vertical-align: middle;
  }
  .screen-3-block-title-wrapper {
    height: 95px;
  }
  .screen-3-block-content-img-wrapper {
    width: 75px;
  }
  .screen-3-block-content-img {
    max-height: 95px;
    max-width: 75px;
  }
  .screen-3-block-content-title {
    padding-left: 15px;
  }
}

@media (min-width: 640px) {
  .screen-3 {
    padding-bottom: 110px;
  }
  .screen-3-block-content-wrapper {
    padding-bottom: 20px;
    padding-top: 13px;
    padding-right: 43px;
    padding-left: 43px;
    width: 545px;
  }
  .screen-3-block-content-wrapper:after {
    bottom: -36px;
  }
  .screen-3-block-content-wrapper:nth-child(2) {
    margin-top: 97px;
  }
  .screen-3-block-title-wrapper {
    height: 120px;
  }
  .screen-3-block-content-img-wrapper {
    width: 95px;
  }
  .screen-3-block-content-img {
    max-height: 120px;
    max-width: 95px;
  }
  .screen-3-block-content-title {
    font-size: 193.75%;
    font-size: 1.9375rem;
    line-height: 1.13;
  }
  .screen-3-block-content-description {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.28;
    padding-left: 7px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px) {
  .screen-3 {
    background-image: url("../images/screen-attrition-down.png"), url("../images/screen-bg-3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%, 50%;
    -moz-background-size: auto, auto;
      -o-background-size: auto, auto;
         background-size: auto, auto;
    padding-bottom: 143px;
    padding-top: 198px;
  }
  .screen-3-attrition-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
  }
  .screen-3-path-1-wrapper {
    display: block;
    position: absolute;
    height: 1274px;
    width: 1667px;
    top: 50%;
    left: 50%;
    margin-left: -780px;
    margin-top: -1252px;
  }
  .screen-3-path-2-wrapper {
    display: block;
    position: absolute;
    height: 232px;
    width: 592px;
    top: 50%;
    left: 50%;
    margin-left: 270px;
    margin-top: -560px;
  }
  .screen-3-hero-wrapper {
    display: block;
    position: absolute;
    height: 891px;
    width: 765px;
    width: 521px;
    height: 596px;
    width: 583px;
    height: 679px;
    width: 645px;
    height: 751px;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: -810px;
    margin-left: 75px;
    margin-top: -600px;
    margin-left: 55px;
    margin-top: -650px;
    margin-left: 25px;
    margin-top: -720px;
  }
  .screen-3-hummer-wrapper {
    display: block;
    position: absolute;
    height: 396px;
    width: 382.5px;
    top: 50%;
    left: 50%;
    margin-left: -520px;
  }
  .screen-3-block-wrapper {
    margin: 0 auto;
    width: 1000px;
  }
  .screen-3-block-content-wrapper {
    margin-left: 25px;
  }
  .screen-3-block-content-wrapper:nth-child(2) {
    margin-left: 400px;
    margin-top: 365px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1366px) {
  .screen-3 {
    padding-bottom: 223px;
    padding-top: 184px;
  }
  .screen-3-block-wrapper {
    width: 1200px;
  }
  .screen-3-block-content-wrapper {
    margin-left: 0;
    padding-bottom: 25px;
    width: 610px;
  }
  .screen-3-block-content-wrapper:nth-child(2) {
    margin-left: 590px;
    margin-top: 428px;
  }
  .screen-3-block-title-wrapper {
    height: 134px;
  }
  .screen-3-block-content-img-wrapper {
    width: 106px;
  }
  .screen-3-block-content-img {
    max-width: 106px;
    max-height: 134px;
  }
  .screen-3-block-content-title,
  .screen-3-block-content-description {
    max-width: 500px;
  }
  .screen-3-block-content-title {
    font-size: 212.5%;
    font-size: 2.125rem;
    line-height: 1.15;
  }
  .screen-3-block-content-description {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.30;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .screen-3 {
    -moz-background-size: 100% auto, auto;
      -o-background-size: 100% auto, auto;
         background-size: 100% auto, auto;
  }
}

/* screen-3 end */
/* screen-4 */
.screen-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(22%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent)), url(../images/screen-bg-2-bottom.png), -webkit-gradient(linear, left bottom, left top, from(black), color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(22%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent)), url("../images/screen-bg-4.jpg");
  background-image: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url("../images/screen-bg-4.jpg");
  background-image: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url("../images/screen-bg-4.jpg");
  background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url("../images/screen-bg-4.jpg");
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url("../images/screen-bg-4.jpg");
  background-position: 0 0, 50% 100%, 0 0, 50% 0;
  background-repeat: no-repeat;
  -moz-background-size: auto, auto 50%, auto, auto;
    -o-background-size: auto, auto 50%, auto, auto;
       background-size: auto, auto 50%, auto, auto;
  padding: 43px 0 42px;
  position: relative;
  text-align: center;
}

.screen-4-title,
.screen-4-description {
  margin: 0 auto;
}

.screen-4-title {
  font-size: 137.5%;
  font-size: 1.375rem;
  line-height: 1.32;
  letter-spacing: 1.32px;
  margin-bottom: 15px;
  max-width: 230px;
  text-transform: uppercase;
}

.screen-4-description {
  font-family: "warhelioscondcregular", sans-serif;
  line-height: 1.25;
  margin-bottom: 26px;
}

.screen-4-flag-wrapper {
  display: table;
  height: 77px;
  margin: 0 auto;
  width: 218px;
}

.screen-4-left-container,
.screen-4-right-container {
  display: table-cell;
  vertical-align: middle;
}

.screen-4-left-container {
  padding: 0 5px;
  position: relative;
}

.flag-count {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 70px;
  font-size: 218.75%;
  font-size: 2.1875rem;
}

.flag-img-wrapper {
  height: 77px;
  width: 85px;
  position: relative;
}

.screen-4-right-container {
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.36;
}

.screen-4-heroes-list,
.screen-4-heroes-list__item,
.screen-4-heroes-name-list,
.screen-4-heroes-name-list__item-hero-name,
.screen-4-heroes-skills-img-list,
.screen-4-heroes-skills-img-list__item-hero-skill,
.screen-4-heroes-skills-list,
.screen-4-heroes-heroes-skills-list__item-hero-skill,
.screen-4-heroes-skills-description-list,
.screen-4-heroes-list__item-hero-skill-description {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.screen-4-heroes-wrapper,
.screen-4-heroes-list-wrapper,
.screen-4-heroes-name-list-wrapper,
.screen-4-heroes-name-list {
  position: relative;
}

.screen-4-heroes-wrapper {
  margin-top: -30px;
}

.screen-4-heroes-list {
  height: 353px;
  position: relative;
  width: 100%;
  background: url(../images/circle.png), url(../images/ray.png);
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  -moz-background-size: 220px, 353px;
    -o-background-size: 220px, 353px;
       background-size: 220px, 353px;
}

.screen-4-heroes-list__item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.screen-4-heroes-list__item-hero-img-wrapper {
  height: 353px;
  margin: 0 auto;
  line-height: 353px;
  position: relative;
}

.screen-4-heroes-list__item-hero-img {
  display: inline;
  font-size: 0;
  line-height: 0;
  height: auto;
  max-height: 284px;
  max-width: 227px;
  vertical-align: middle;
  width: auto;
}

.screen-4-heroes-name-list-wrapper {
  margin-top: -22px;
}

.screen-4-heroes-name-list__item-hero-name {
  height: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}

.screen-4-heroes-list__item-hero-name-line-wrapper {
  position: absolute;
  bottom: 0;
  height: 43px;
  left: 50%;
  right: 0;
  background: url(../images/heros-name-line-pattern.png) repeat-x 0 -9px;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}

.screen-4-heroes-list__item-hero-name-line-wrapper:before {
  content: "";
  height: 56px;
  width: 120px;
  background-image: url("../images/heros-name-line-left.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  left: -100px;
  top: -10px;
  position: absolute;
  z-index: 1;
}

.screen-4-heroes-list__item-hero-name-line-wrapper:after {
  content: "";
  height: 56px;
  width: 120px;
  background-image: url("../images/heros-name-line-right.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -moz-background-size: auto;
    -o-background-size: auto;
       background-size: auto;
  right: -100px;
  top: -10px;
  position: absolute;
}

.screen-4-heroes-name-list {
  height: 43px;
}

.screen-4-heroes-list__item-hero-name-line-img {
  margin: 0 auto;
  max-height: 43px;
  max-width: 283px;
}

.screen-4-heroes-name-list__item-hero-name-wrapper {
  display: table;
  margin: 0 auto;
  height: 100%;
}

.screen-4-heroes-name-list__item-name {
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: 0.48px;
  margin: 0 auto;
  padding-top: 6px;
  position: relative;
  text-shadow: 0 1px 3px #000;
  text-transform: uppercase;
  display: table-cell;
  max-width: 160px;
  vertical-align: middle;
}

.screen-4-heroes-skills-img-wrapper-list {
  display: none;
}

.screen-4-heroes-skills-img-list__item-hero-skill {
  opacity: 0;
}

.screen-4-heroes-skills-img-list__item-hero-skill img {
  margin: 0 auto;
  max-height: 109px;
  max-width: 94px;
}

.screen-4-heroes-skills-wrapper-list,
.screen-4-heroes-skills-description-wrapper-list {
  margin: 0 auto;
  width: 280px;
}

.screen-4-heroes-skills-wrapper-list {
  margin-top: 27px;
  margin-bottom: 11px;
  position: relative;
  overflow: hidden;
}

.screen-4-heroes-skills-description-wrapper-list {
  position: relative;
  overflow: hidden;
}

.screen-4-heroes-skills-description-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-4-heroes-list__item-hero-skill,
.screen-4-heroes-list__item-hero-skill-description {
  margin: 0 auto;
}

.screen-4-heroes-skills-line-img-wrapper {
  display: none;
  height: 2px;
  width: 100%;
}

.screen-4-heroes-skills-line-img {
  margin: 0 auto;
}

.screen-4-heroes-list__item-hero-skill {
  line-height: 1.38;
  letter-spacing: 0.96px;
}

.screen-4-heroes-skills-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.screen-4-heroes-heroes-skills-list__item-hero-skill {
  line-height: 1.38;
  letter-spacing: 0.96px;
  left: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  right: 0;
  top: 0;
}

.screen-4-heroes-list__item-hero-skill-description {
  font-family: "warhelioscondcregular", sans-serif;
  font-size: 87.5%;
  font-size: 0.875rem;
  line-height: 1.29;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.screen-4-heroes-controls-wrapper {
  position: relative;
  width: 320px;
  margin: 0 auto;
}

.screen-4-heroes-controls {
  display: inline-block;
  padding: 5px;
  height: 37px;
  width: 37px;
  position: absolute;
  top: -181px;
  margin-top: -18.5px;
  z-index: 2;
}

.desktop .screen-4-heroes-controls:hover .screen-4-heroes-controls-svg-path {
  fill: #ffd83e;
}

.contol-left {
  left: 20px;
}

.contol-right {
  right: 20px;
}

.screen-4-heroes-controls-svg-path {
  fill: #feeeb6;
  -webkit-transition: fill .3s ease-in-out;
  -moz-transition: fill .3s ease-in-out;
  -o-transition: fill .3s ease-in-out;
  transition: fill .3s ease-in-out;
}

@media (min-width: 480px) {
  .screen-4 {
    -moz-background-size: auto, auto 60%, auto, auto;
      -o-background-size: auto, auto 60%, auto, auto;
         background-size: auto, auto 60%, auto, auto;
    padding-bottom: 63px;
    padding-top: 52px;
  }
  .screen-4-title,
  .screen-4-description {
    max-width: 440px;
  }
  .screen-4-title {
    font-size: 150%;
    font-size: 1.5rem;
  }
  .screen-4-description {
    margin-bottom: 37px;
  }
  .screen-4-flag-wrapper {
    height: 85px;
  }
  .flag-img-wrapper {
    height: 85px;
    width: 95px;
  }
  .flag-count {
    font-size: 237.5%;
    font-size: 2.375rem;
    line-height: 78px;
  }
  .screen-4-right-container {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.44;
  }
  .screen-4-heroes-wrapper {
    margin-top: -15px;
  }
  .screen-4-heroes-list {
    -moz-background-size: 340px, 556px;
      -o-background-size: 340px, 556px;
         background-size: 340px, 556px;
    height: 530px;
  }
  .screen-4-heroes-list__item-hero-img-wrapper {
    height: 530px;
    line-height: 530px;
  }
  .screen-4-heroes-list__item-hero-img {
    max-height: 475px;
    max-width: 379px;
  }
  .screen-4-heroes-controls-wrapper {
    width: 379px;
  }
  .screen-4-heroes-controls {
    height: 46px;
    margin-top: -23px;
    top: -270px;
    width: 46px;
  }
  .contol-left {
    left: -30px;
  }
  .contol-right {
    right: -30px;
  }
  .screen-4-heroes-name-list-wrapper {
    margin-top: -18px;
  }
  .screen-4-heroes-list__item-hero-name-line-img {
    max-height: 48px;
    max-width: 314px;
  }
  .screen-4-heroes-name-list__item-hero-name,
  .screen-4-heroes-name-list,
  .screen-4-heroes-list__item-hero-name-line-wrapper {
    height: 48px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper {
    background-position: 0 -4px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper:before {
    top: -5px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper:after {
    top: -5px;
  }
  .screen-4-heroes-name-list__item-name {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 14px;
    max-width: 300px;
  }
  .screen-4-heroes-skills-wrapper-list,
  .screen-4-heroes-skills-description-wrapper-list {
    max-width: 440px;
    width: 100%;
  }
  .screen-4-heroes-skills-wrapper-list {
    margin-bottom: 13px;
    margin-top: 30px;
  }
  .screen-4-heroes-heroes-skills-list__item-hero-skill {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.10;
  }
  .screen-4-heroes-list__item-hero-skill-description {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.12;
  }
}

@media (min-width: 600px) {
  .screen-4-heroes-list__item-hero-img-wrapper {
    width: 556px;
  }
  .screen-4-heroes-heroes-skills-list__item-hero-skill {
    font-size: 112.5%;
    font-size: 1.125rem;
    line-height: 1.22;
  }
  .screen-4-heroes-skills-description-wrapper-list {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .screen-4 {
    -moz-background-size: auto, auto 70%, auto, auto;
      -o-background-size: auto, auto 70%, auto, auto;
         background-size: auto, auto 70%, auto, auto;
    padding-bottom: 70px;
    padding-top: 57px;
  }
  .screen-4-title,
  .screen-4-description {
    max-width: 460px;
  }
  .screen-4-title {
    font-size: 187.5%;
    font-size: 1.875rem;
    line-height: 1.30;
  }
  .screen-4-description {
    margin-bottom: 25px;
  }
  .screen-4-heroes-name-list__item-name {
    line-height: 46px;
    max-width: 100%;
  }
  .screen-4-heroes-skills-wrapper-list {
    margin-top: 18px;
    margin-bottom: 11px;
  }
  .contol-left {
    left: -65px;
  }
  .contol-right {
    right: -65px;
  }
}

@media (min-width: 1024px) {
  .screen-4 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(10%, rgba(0, 0, 0, 0.8)), color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(22%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent)), url(../images/screen-bg-2-bottom.png), -webkit-gradient(linear, left bottom, left top, from(black), color-stop(3%, rgba(0, 0, 0, 0.6)), color-stop(5%, rgba(0, 0, 0, 0.4)), color-stop(7%, rgba(0, 0, 0, 0.2)), color-stop(10%, transparent)), url("../images/screen-bg-4.jpg");
    background-image: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 7%, transparent 10%), url("../images/screen-bg-4.jpg");
    background-image: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 7%, transparent 10%), url("../images/screen-bg-4.jpg");
    background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 7%, transparent 10%), url("../images/screen-bg-4.jpg");
    background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.3) 22%, transparent 25%), url(../images/screen-bg-2-bottom.png), linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.4) 5%, rgba(0, 0, 0, 0.2) 7%, transparent 10%), url("../images/screen-bg-4.jpg");
    -moz-background-size: auto, 0, auto, cover;
      -o-background-size: auto, 0, auto, cover;
         background-size: auto, 0, auto, cover;
    padding-top: 37px;
    padding-bottom: 65px;
  }
  .screen-4-content,
  .screen-4-heroes-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }
  .screen-4-wrapper-header {
    position: absolute;
    left: 25px;
    top: 66px;
    width: 250px;
  }
  .screen-4-title,
  .screen-4-description {
    text-align: left;
  }
  .screen-4-description {
    margin-bottom: 106px;
    padding-right: 35px;
  }
  .screen-4-flag-wrapper {
    margin: 0 -5px;
  }
  .screen-4-heroes-list-wrapper {
    margin: 0 auto;
    width: 530px;
  }
  .screen-4-heroes-list__item-hero-img-wrapper {
    margin: 0;
    width: 530px;
  }
  .screen-4-heroes-controls-wrapper {
    width: 530px;
  }
  .screen-4-heroes-controls {
    height: 54px;
    margin-top: -27px;
    top: -270px;
    width: 54px;
  }
  .contol-left {
    left: 20px;
  }
  .contol-right {
    right: 20px;
  }
  .screen-4-heroes-informations {
    position: absolute;
    top: 90px;
    right: 25px;
    width: 210px;
    min-height: 420px;
  }
  .screen-4-heroes-name-list-wrapper {
    margin-top: -11px;
  }
  .screen-4-heroes-skills-img-wrapper-list {
    display: block;
    margin-bottom: 18px;
  }
  .screen-4-heroes-skills-img-list {
    height: 109px;
    margin: 0 auto;
    width: 94px;
  }
  .screen-4-heroes-skills-img-list__item-hero-skill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  .screen-4-heroes-skills-img-list__item-hero-skill-img {
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
  }
  .screen-4-heroes-skills-line-img-wrapper {
    display: block;
    margin-bottom: 13px;
  }
  .screen-4-heroes-skills-wrapper-list {
    margin-top: 0;
  }
  .screen-4-heroes-list__item-hero-skill-description {
    font-size: 87.5%;
    font-size: 0.875rem;
    line-height: 1.29;
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .screen-4-content,
  .screen-4-heroes-wrapper {
    width: 1100px;
  }
  .screen-4-wrapper-header {
    position: absolute;
    left: 0;
    top: 66px;
    width: 275px;
  }
  .screen-4-title {
    font-size: 212.5%;
    font-size: 2.125rem;
    line-height: 1.15;
  }
  .screen-4-heroes-informations {
    position: absolute;
    top: 90px;
    right: 0;
    width: 260px;
  }
}

@media (min-width: 1366px) {
  .screen-4 {
    padding-bottom: 62px;
    padding-top: 29px;
  }
  .screen-4-content,
  .screen-4-heroes-wrapper {
    width: 1200px;
  }
  .screen-4-wrapper-header {
    top: 159px;
    width: 335px;
  }
  .screen-4-title {
    font-size: 262.5%;
    font-size: 2.625rem;
    line-height: 1.14;
    margin-bottom: 20px;
  }
  .screen-4-description {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.30;
    margin-bottom: 82px;
  }
  .flag-img-wrapper {
    height: 105px;
    width: 119px;
  }
  .flag-count {
    font-size: 300%;
    font-size: 3rem;
    line-height: 100px;
  }
  .screen-4-right-container {
    font-size: 125%;
    font-size: 1.25rem;
  }
  .screen-4-heroes-list-wrapper,
  .screen-4-heroes-list {
    height: 662px;
    width: 696px;
  }
  .screen-4-heroes-list {
    -moz-background-size: 410px, 100%;
      -o-background-size: 410px, 100%;
         background-size: 410px, 100%;
  }
  .screen-4-heroes-list__item-hero-img-wrapper {
    height: 662px;
    line-height: 662px;
    width: 696px;
  }
  .screen-4-heroes-list__item-hero-img {
    max-height: 584px;
    max-width: 466px;
  }
  .screen-4-heroes-controls-wrapper {
    width: 696px;
  }
  .screen-4-heroes-controls {
    height: 54px;
    margin-top: -27px;
    top: -348px;
    width: 54px;
  }
  .contol-left {
    left: 70px;
  }
  .contol-right {
    right: 70px;
  }
  .screen-4-heroes-informations {
    position: absolute;
    top: 90px;
    right: 0;
    width: 260px;
  }
  .screen-4-heroes-list__item-hero-name-line-img {
    max-height: 56px;
    max-width: 369px;
  }
  .screen-4-heroes-name-list,
  .screen-4-heroes-name-list__item-hero-name,
  .screen-4-heroes-list__item-hero-name-line-wrapper {
    height: 56px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper {
    position: absolute;
    bottom: 0;
    height: 43px;
    left: 50%;
    right: 0;
    -moz-background-size: 2px 56px;
      -o-background-size: 2px 56px;
         background-size: 2px 56px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: 0 -9px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper:before {
    height: 56px;
    top: -10px;
    left: -115px;
  }
  .screen-4-heroes-list__item-hero-name-line-wrapper:after {
    height: 56px;
    top: -10px;
    right: -115px;
  }
  .screen-4-heroes-name-list-wrapper {
    margin-top: -24px;
  }
  .screen-4-heroes-name-list__item-name {
    font-size: 100%;
    font-size: 1rem;
    line-height: 60px;
    max-width: 100%;
  }
  .screen-4-heroes-informations {
    top: 180px;
    width: 295px;
  }
  .screen-4-heroes-skills-img-wrapper-list {
    margin-bottom: 22px;
  }
  .screen-4-heroes-skills-wrapper-list {
    margin-bottom: 13px;
  }
  .screen-4-heroes-skills-img-list {
    height: 136px;
    width: 118px;
  }
  .screen-4-heroes-skills-img-list__item-hero-skill img {
    margin: 0 auto;
    max-height: 136px;
    max-width: 118px;
  }
  .screen-4-heroes-heroes-skills-list__item-hero-skill {
    font-size: 137.5%;
    font-size: 1.375rem;
    line-height: 28px;
  }
  .screen-4-heroes-skills-line-img-wrapper {
    margin-bottom: 16px;
  }
  .screen-4-heroes-list__item-hero-skill-description {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.38;
    padding: 0;
  }
}

.hero-active {
  opacity: 1;
  z-index: 1;
}

.relative {
  position: relative;
}

/* screen-4 end */
/* screen-5 */
.screen-5 {
  background-image: url(../images/screen-attrition.png), url("../images/screen-bg-5.jpg");
  background-position: 50% 0;
  -moz-background-size: 0, auto;
    -o-background-size: 0, auto;
       background-size: 0, auto;
  background-repeat: no-repeat;
  padding: 48px 0 5px;
  text-align: center;
}

.screen-5-heros {
  display: none;
  position: absolute;
  top: 40px;
  bottom: 0;
  height: 100%;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
}

.screen-5-hero-1-img-wrapper,
.screen-5-hero-2-img-wrapper {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
}

.screen-5-hero-1-img-wrapper {
  left: -285px;
}

.screen5-hero-1-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  max-width: 751px;
  max-height: 734px;
}

.screen-5-hero-2-img-wrapper {
  right: -345px;
}

.screen5-hero-2-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  max-width: 686px;
  max-height: 798px;
}

.screen-5-logo-wrapper {
  margin-bottom: 16px;
  position: relative;
}

.screen-5-logo-wrapper img {
  margin: 0 auto;
  max-height: 123px;
  max-width: 92px;
}

.screen-5-title,
.screen-5-subtitle {
  margin: 0 auto;
  position: relative;
}

.screen-5-title {
  font-size: 125%;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 13px;
}

.screen-5-subtitle {
  font-family: "warhelioscondcregular", sans-serif;
  font-size: 100%;
  font-size: 1rem;
  line-height: 1.31;
  margin-bottom: 22px;
}

.screen-5-download-title {
  line-height: 1.25;
  letter-spacing: 0.96px;
  max-width: 138px;
  margin: 0 auto 10px;
  position: relative;
  text-transform: uppercase;
}

.screen-5-download-title:before, .screen-5-download-title:after {
  background: url(../images/dowload-line.png) no-repeat 0% 50%;
  -moz-background-size: 100% 2px;
    -o-background-size: 100% 2px;
       background-size: 100% 2px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 94px;
}

.screen-5-download-title:before {
  left: -100px;
}

.screen-5-download-title:after {
  right: -100px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.screen-5-download-links-wrapper {
  margin-bottom: 44px;
}

.screen-5-download-link {
  display: inline-block;
  padding: 5px;
  opacity: .9;
}

.screen-5-download-link img {
  margin: 0 auto;
  max-height: 62px;
  max-width: 210px;
}

.desktop .screen-5-download-link:hover {
  opacity: 1;
}

.apple .screen-5-download-link.android {
  display: none;
}

.android .screen-5-download-link.apple {
  display: none;
}

.screen-5-footer-wrapper {
  display: inline-block;
  position: relative;
  width: 280px;
}

.copyright-wrapper {
  display: table;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
}

.footer-logo-link,
.copyright-text {
  display: table-cell;
  vertical-align: middle;
}

.footer-logo-link {
  max-height: 40px;
  max-width: 116px;
  opacity: .8;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.footer-logo-link img {
  margin: 0 auto;
  max-height: 40px;
  max-width: 116px;
}

.desktop .footer-logo-link:hover {
  opacity: 1;
}

.copyright-text {
  color: #fefefe;
  font-family: "warhelioscondcregular", sans-serif;
  font-size: 75%;
  font-size: 0.75rem;
  line-height: 1.42;
  padding-left: 21px;
  text-align: left;
}

.social-group-wrapper {
  display: table;
  margin: 0 auto;
}

.social-group-title,
.social-group-list {
  display: table-cell;
  vertical-align: middle;
}

.social-group-title {
  font-size: 87.5%;
  font-size: 0.875rem;
  padding: 0 10px;
  text-transform: uppercase;
  width: 45%;
}

.social-group-list,
.social-group-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.social-group-list {
  font-size: 0;
  text-align: left;
  text-align: center;
}

.social-group-list__item {
  display: inline-block;
}

.social-group-list__item-link {
  display: block;
  height: 33px;
  padding: 5px;
  opacity: 1;
  width: 33px;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
     -moz-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.social-group-list__item-link-img {
  -webkit-transform: translateZ(0) scale(1);
     -moz-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.desktop .social-group-list__item-link:hover {
  -moz-animation: socail-button-scale 1.8s infinite linear;
    -o-animation: socail-button-scale 1.8s infinite linear;
       animation: socail-button-scale 1.8s infinite linear;
  -webkit-animation: socail-button-scale 1.8s infinite linear;
}

@media (min-width: 480px) {
  .screen-5 {
    padding-top: 68px;
  }
  .screen-5-logo-wrapper {
    margin-bottom: 9px;
  }
  .screen-5-logo-wrapper img {
    margin: 0 auto;
    max-height: 142px;
    max-width: 106px;
  }
  .screen-5-title,
  .screen-5-subtitle {
    max-width: 440px;
  }
  .screen-5-title {
    font-size: 187.5%;
    font-size: 1.875rem;
  }
  .screen-5-subtitle {
    font-size: 100%;
    font-size: 1rem;
    line-height: 1.31;
    margin-bottom: 32px;
  }
  .screen-5-download-title:before, .screen-5-download-title:after {
    width: 124px;
  }
  .screen-5-download-title:before {
    left: -134px;
  }
  .screen-5-download-title:after {
    right: -134px;
  }
  .screen-5-footer-wrapper {
    width: 440px;
  }
}

@media (min-width: 600px) {
  .screen-5-footer-wrapper {
    display: block;
    position: relative;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 7px;
    width: auto;
  }
  .screen-5-download-links-wrapper {
    margin-bottom: 84px;
  }
  .copyright-wrapper {
    display: table;
    float: left;
    max-width: 60%;
    margin-bottom: 0px;
  }
  .footer-logo-link {
    vertical-align: top;
  }
  .android4 .copyright-wrapper {
    display: block;
  }
  .social-group-wrapper {
    display: block;
    float: right;
    margin-right: 0px;
    max-width: 40%;
  }
  .social-group-title {
    max-width: 86px;
    padding: 0 7px;
    width: auto;
  }
}

@media (min-width: 640px) {
  .screen-5 {
    padding-top: 54px;
  }
  .screen-5-logo-wrapper {
    margin-bottom: 14px;
  }
  .screen-5-logo-wrapper img {
    margin: 0 auto;
    max-height: 158px;
    max-width: 118px;
  }
  .screen-5-title {
    font-size: 200%;
    font-size: 2rem;
  }
  .screen-5-subtitle {
    max-width: 360px;
    margin-bottom: 42px;
  }
  .screen-5-download-link img {
    margin: 0 auto;
    max-height: 69px;
    max-width: 232px;
  }
  .screen-5-download-links-wrapper {
    margin-bottom: 49px;
  }
  .screen-5-footer-wrapper {
    margin-right: 16px;
  }
  .copyright-wrapper {
    height: 48px;
  }
  .copyright-text {
    padding-left: 32px;
  }
  .social-group-list {
    font-size: 0;
  }
  .social-group-list__item-link {
    height: 38px;
    width: 38px;
  }
}

@media (min-width: 1024px) {
  .screen-5 {
    -moz-background-size: auto, cover;
      -o-background-size: auto, cover;
         background-size: auto, cover;
    padding-top: 87px;
  }
  .screen-5-footer-wrapper {
    margin-right: 10px;
  }
  .screen-5-download-links-wrapper {
    margin-bottom: 49px;
  }
}

@media (min-width: 1150px) {
  .screen-5-heros {
    display: block;
  }
}

@media (min-width: 1366px) {
  .screen-5 {
    padding-top: 129px;
  }
  .screen-5-heros {
    margin-left: -600px;
    width: 1200px;
  }
  .screen-5-hero-1-img-wrapper {
    left: -310px;
  }
  .screen-5-logo-wrapper {
    margin-bottom: 20px;
  }
  .screen-5-logo-wrapper img {
    margin: 0 auto;
    max-height: 197px;
    max-width: 148px;
  }
  .screen-5-title {
    font-size: 250%;
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
  .screen-5-subtitle {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.30;
    margin-bottom: 51px;
  }
  .screen-5-title,
  .screen-5-subtitle {
    max-width: 600px;
  }
  .screen-5-download-title {
    font-size: 125%;
    font-size: 1.25rem;
    line-height: 1.40;
    max-width: 170px;
  }
  .screen-5-download-title:before, .screen-5-download-title:after {
    width: 185px;
  }
  .screen-5-download-title:before {
    left: -195px;
  }
  .screen-5-download-title:after {
    right: -195px;
  }
  .screen-5-download-links-wrapper {
    margin-bottom: 75px;
  }
  .screen-5-download-link img {
    margin: 0 auto;
    max-height: 86px;
    max-width: 290px;
  }
  .screen-5-footer-wrapper {
    margin-bottom: 13px;
    margin-left: 25px;
    margin-right: 20px;
  }
}

@media (min-width: 1500px) {
  .screen-5-hero-1-img-wrapper {
    left: -360px;
  }
  .screen-5-hero-2-img-wrapper {
    right: -438px;
  }
}

@media (min-width: 1920px) {
  .screen-5 {
    -moz-background-size: 100% auto, cover;
      -o-background-size: 100% auto, cover;
         background-size: 100% auto, cover;
  }
  .screen-5-heros {
    margin-left: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
  .screen-5-hero-1-img-wrapper {
    left: 0;
  }
  .screen-5-hero-2-img-wrapper {
    right: 0;
  }
}

/* screen-5 end */
