html,
body {
  background: #040e2c;
  -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%; }

body {
  font-size: 112.5%;
  line-height: 1.4; }

.desktop {
  overflow-y: scroll; }

.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%; }

[data-hide="1"] {
  display: none !important; }

.wrapper {
  overflow: hidden; }

.container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1200px; }
  @media (min-width: 375px) {
    .container {
      padding: 0 20px; } }
  @media (min-width: 480px) {
    .container {
      padding: 0 25px; } }
  @media (min-width: 640px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 960px) {
    .container {
      padding: 0 45px; } }
  @media (min-width: 1200px) {
    .container {
      padding: 0 60px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1300px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1600px; } }

.screen-text {
  margin: 0 auto 30px;
  text-align: center; }
  @media (min-width: 640px) {
    .screen-text {
      margin-bottom: 35px; } }
  @media (min-width: 960px) {
    .screen-text {
      max-width: 600px; } }
  @media (min-width: 1200px) {
    .screen-text {
      font-size: 19px;
      line-height: 1.44;
      max-width: 870px; } }
  @media (min-width: 1400px) {
    .screen-text {
      margin-bottom: 40px; } }
  @media (min-width: 1600px) {
    .screen-text {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 45px; } }

.screen-text i,
.inner-text i {
  color: #fde389;
  font-style: normal; }

.screen-text a,
.inner-text a {
  color: #fff;
  text-decoration: underline; }

.button-wrapper {
  display: table;
  height: 70px;
  overflow: visible;
  position: relative;
  min-width: 240px; }
  @media (min-width: 1400px) {
    .button-wrapper {
      height: 74px;
      min-width: 250px; } }
  @media (min-width: 1600px) {
    .button-wrapper {
      height: 78px;
      min-width: 260px; } }

.button {
  background: #ff6000;
  background: -moz-linear-gradient(top, #ff6000 0%, #ff6000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6000), color-stop(100%, #ff6000));
  background: -webkit-linear-gradient(top, #ff6000 0%, #ff6000 100%);
  background: -o-linear-gradient(top, #ff6000 0%, #ff6000 100%);
  background: -ms-linear-gradient(top, #ff6000 0%, #ff6000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6000), to(#ff6000));
  background: linear-gradient(to bottom, #ff6000 0%, #ff6000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff6000',GradientType=0 );
  color: #fff;
  display: table-cell;
  font: 20px/1.33 "robotobold", Arial;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .button {
      padding: 0 30px; } }
  @media (min-width: 1400px) {
    .button {
      font-size: 21px;
      padding: 0 35px; } }
  @media (min-width: 1600px) {
    .button {
      font-size: 22px;
      padding: 0 40px; } }

.desktop .button:hover {
  background: #f16904;
  background: -moz-linear-gradient(top, #f16904 0%, #c7271f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16904), color-stop(100%, #c7271f));
  background: -webkit-linear-gradient(top, #f16904 0%, #c7271f 100%);
  background: -o-linear-gradient(top, #f16904 0%, #c7271f 100%);
  background: -ms-linear-gradient(top, #f16904 0%, #c7271f 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f16904), to(#c7271f));
  background: linear-gradient(to bottom, #f16904 0%, #c7271f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16904', endColorstr='#c7271f',GradientType=0 );
  -webkit-box-shadow: 0 0 40px 0 #fc0202;
  box-shadow: 0 0 40px 0 #fc0202; }

.h2-wrapper {
  height: 109px;
  margin-bottom: 30px;
  overflow: visible;
  position: relative;
  z-index: 1; }
  @media (min-width: 640px) {
    .h2-wrapper {
      margin-bottom: 35px; } }
  @media (min-width: 1400px) {
    .h2-wrapper {
      height: 122px;
      margin-bottom: 40px; } }
  @media (min-width: 1600px) {
    .h2-wrapper {
      height: 135px;
      margin-bottom: 45px; } }
  .h2-wrapper:before {
    background: url(../images/h2.png) 50% 50% no-repeat;
    background-size: auto 100%;
    content: '';
    height: 155px;
    left: 0;
    position: absolute;
    top: -28px;
    width: 100%; }
    @media (min-width: 1400px) {
      .h2-wrapper:before {
        height: 173px;
        top: -30px; } }
    @media (min-width: 1600px) {
      .h2-wrapper:before {
        height: 191px;
        top: -33px; } }
  .h2-wrapper .container {
    display: table;
    max-width: 870px; }

h2 {
  background-image: none !important;
  display: table-cell;
  font: 24px/1.4 "robotobold", Arial;
  height: 109px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%; }
  @media (min-width: 640px) {
    h2 {
      font-size: 28px;
      line-height: 1.33; } }
  @media (min-width: 960px) {
    h2 {
      font-size: 32px;
      line-height: 1.3; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 36px;
      line-height: 1.275; } }
  @media (min-width: 1400px) {
    h2 {
      font-size: 40px;
      height: 122px;
      line-height: 1.25; } }
  @media (min-width: 1600px) {
    h2 {
      font-size: 46px;
      height: 135px;
      line-height: 1.2; } }

h3 {
  color: #fde389;
  display: block;
  font: 22px/1.25 "robotobold", Arial;
  margin-bottom: 10px; }
  @media (min-width: 640px) {
    h3 {
      font-size: 26px;
      margin-bottom: 20px; } }
  @media (min-width: 960px) {
    h3 {
      font-size: 30px;
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 32px;
      line-height: 1.15; } }
  @media (min-width: 1400px) {
    h3 {
      font-size: 34px;
      line-height: 1.125; } }
  @media (min-width: 1600px) {
    h3 {
      font-size: 36px;
      line-height: 1.1; } }

.preloader {
  background-color: #040e2c;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  z-index: 1000; }

.preloader.hidden {
  opacity: 0; }

.js .preloader {
  display: block; }

.preloader-table {
  display: table;
  height: 100%;
  width: 100%; }

.preloader-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.preloader-logo-wrapper {
  margin: 0 auto 30px;
  width: 50%;
  max-width: 180px; }
  @media (orientation: landscape) and (max-width: 568px) {
    .preloader-logo-wrapper {
      margin-bottom: 15px; } }
  @media (min-width: 640px) {
    .preloader-logo-wrapper {
      max-width: 240px; } }
  @media (min-width: 768px) {
    .preloader-logo-wrapper {
      margin-bottom: 40px;
      max-width: 280px; } }
  @media (min-width: 1400px) {
    .preloader-logo-wrapper {
      margin-bottom: 50px;
      max-width: 320px; } }
  @media (min-width: 1600px) {
    .preloader-logo-wrapper {
      margin-bottom: 60px;
      max-width: 360px; } }

.preloader-status {
  font: 36px/1.33 "robotobold", Arial;
  margin-bottom: 25px; }
  @media (orientation: landscape) and (max-width: 568px) {
    .preloader-status {
      margin-bottom: 15px; } }
  @media (min-width: 640px) {
    .preloader-status {
      font-size: 40px; } }
  @media (min-width: 768px) {
    .preloader-status {
      font-size: 48px;
      margin-bottom: 35px; } }
  @media (min-width: 1400px) {
    .preloader-status {
      font-size: 54px;
      margin-bottom: 45px; } }
  @media (min-width: 1600px) {
    .preloader-status {
      font-size: 60px;
      margin-bottom: 50px; } }

.preloader-text {
  font-size: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
  text-transform: uppercase; }
  @media (min-width: 640px) {
    .preloader-text {
      font-size: 18px; } }
  @media (min-width: 768px) {
    .preloader-text {
      font-size: 20px; } }
  @media (min-width: 1400px) {
    .preloader-text {
      font-size: 22px; } }
  @media (min-width: 1600px) {
    .preloader-text {
      font-size: 24px;
      letter-spacing: 2px;
      text-indent: 2px; } }

.intro-screen {
  background-color: #040e2c;
  overflow: hidden;
  position: relative; }
  @media (min-width: 960px) {
    .intro-screen {
      height: 640px; } }

.intro-bg-mobile,
.intro-bg-desktop {
  background-color: #040e2c;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.intro-bg-desktop {
  display: none; }

.intro-container {
  position: relative; }
  @media (min-width: 960px) {
    .intro-container {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: table;
      height: 100%;
      width: 100%;
      max-width: 1320px; } }

@media (min-width: 960px) {
  .intro-cell {
    display: table-cell;
    vertical-align: middle; } }

.intro-content {
  padding: 30px 0 60px; }
  @media (min-width: 960px) {
    .intro-content {
      padding: 30px 0; } }

@media (min-width: 960px) {
  .intro-center {
    bottom: 112.5px;
    left: 52.25%;
    position: absolute;
    width: 300px; } }

.intro-logo-wrapper {
  width: 70%;
  max-width: 210px; }
  @media (min-width: 960px) {
    .intro-logo-wrapper {
      margin: 0 auto;
      width: 100%;
      max-width: 300px; } }

.intro-left {
  margin-top: 30px;
  max-width: 360px; }
  @media (min-width: 960px) {
    .intro-left {
      margin-top: 0;
      max-width: 400px; } }

h1 {
  font: 40px/1.2 "robotobold", Arial;
  margin-bottom: 15px;
  text-shadow: 0 0 10px #000;
  text-transform: uppercase; }
  @media (min-width: 960px) {
    h1 {
      font-size: 50px;
      margin-bottom: 20px; } }

.intro-text {
  margin-bottom: 35px;
  text-shadow: 0 0 5px #000; }
  @media (min-width: 960px) {
    .intro-text {
      font-size: 20px;
      line-height: 1.5; } }
  @media (min-width: 1400px) {
    .intro-text {
      font-size: 21px;
      line-height: 1.44; } }
  @media (min-width: 1600px) {
    .intro-text {
      font-size: 22px;
      line-height: 1.4; } }

.intro-button-wrapper {
  z-index: 2; }

.intro-right {
  margin-top: 30px; }

.video-wrapper {
  overflow: visible;
  position: relative; }

.video-close-wrapper {
  display: none;
  height: 48px;
  position: fixed;
  right: 0;
  top: 0;
  width: 48px;
  z-index: 950; }
  @media (min-width: 960px) {
    .video-close-wrapper {
      height: 60px;
      width: 60px; } }
  @media (min-width: 1280px) {
    .video-close-wrapper {
      height: 80px;
      width: 80px; } }

.video-close {
  display: block;
  height: 16px;
  padding: 16px;
  width: 16px; }
  @media (min-width: 960px) {
    .video-close {
      height: 24px;
      padding: 18px;
      width: 24px; } }
  @media (min-width: 1280px) {
    .video-close {
      height: 32px;
      padding: 24px;
      width: 32px; } }

.video-close-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2; }

.desktop .video-close .video-close-path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out; }

.desktop .video-close:hover .video-close-path {
  stroke: #ff6000; }

.youtube-wrapper {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 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: 100%;
  max-width: 1280px; }
  .youtube-wrapper iframe {
    height: 100%;
    width: 100%; }
  @media (min-width: 960px) {
    .youtube-wrapper {
      padding: 0 45px; } }
  @media (min-width: 1280px) {
    .youtube-wrapper {
      padding: 0 60px; } }

.video-poster-wrapper {
  display: none; }

.video-play-icon-wrapper {
  height: 54px;
  overflow: visible;
  position: relative; }

.video-play-button {
  color: #fff;
  display: inline-block;
  height: 54px;
  opacity: 1;
  padding-right: 16px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.video-play-button.hidden {
  opacity: 0; }

.video-play-button-icon {
  background: transparent;
  border: 1px solid #ff6000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
  height: 22px;
  overflow: visible;
  padding: 15px;
  position: relative;
  margin-right: 13px;
  width: 22px; }

.video-play-icon-path {
  fill: #fff; }

.video-play-button-label {
  font: 16px/54px "robotobold", Arial;
  text-transform: uppercase; }

.desktop .video-play-button:hover .video-play-button-icon {
  -webkit-box-shadow: 0 0 40px 0 #fc0202;
  box-shadow: 0 0 40px 0 #fc0202; }

.intro-right.play .video-area {
  background: #040e2c;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900; }

.intro-right.play .video-close-wrapper {
  display: block; }

.intro-right.play .youtube-wrapper {
  display: block; }

.intro-right.play .video-play-button {
  display: none; }

.device .intro-right {
  height: 100% !important;
  width: 100% !important; }

@media (max-width: 1199px) {
  .desktop .intro-right {
    height: 100% !important;
    width: 100% !important; } }

@media (min-width: 1200px) {
  .desktop .intro-screen {
    height: 700px; }
  .desktop .intro-bg-mobile {
    display: none; }
  .desktop .intro-bg-desktop {
    background-size: 1400px auto;
    display: block; }
  .desktop .intro-container {
    overflow: hidden; }
  .desktop .intro-center {
    bottom: 140px;
    left: 50%;
    margin-left: -150px; }
  .desktop .intro-center.up {
    bottom: 285px; }
  .desktop .intro-left {
    float: left;
    padding-bottom: 70px;
    width: 33%; }
  .desktop .intro-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 29.5%; }
  .desktop .video-wrapper {
    -webkit-box-shadow: 0 0 60px 20px rgba(4, 14, 44, 0.5);
    box-shadow: 0 0 60px 20px rgba(4, 14, 44, 0.5);
    margin-top: -15%;
    overflow: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .desktop .video-close-wrapper {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -18px;
    top: -60px;
    -webkit-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 890; }
  .desktop .youtube-wrapper {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 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);
    width: 100%;
    z-index: 950; }
  .desktop .video-poster-wrapper {
    display: block;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    z-index: 940; }
  .desktop .video-play-icon-wrapper {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 960; }
  .desktop .video-play-button {
    display: block;
    height: 100%;
    overflow: hidden;
    padding-right: 0;
    position: relative;
    width: 100%; }
    .desktop .video-play-button:hover .video-play-button-icon {
      background: #f16904;
      background: -moz-linear-gradient(top, #f16904 0%, #c7271f 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f16904), color-stop(100%, #c7271f));
      background: -webkit-linear-gradient(top, #f16904 0%, #c7271f 100%);
      background: -o-linear-gradient(top, #f16904 0%, #c7271f 100%);
      background: -ms-linear-gradient(top, #f16904 0%, #c7271f 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#f16904), to(#c7271f));
      background: linear-gradient(to bottom, #f16904 0%, #c7271f 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16904', endColorstr='#c7271f',GradientType=0 ); }
  .desktop .video-play-button-icon {
    background: #ff6000;
    background: -moz-linear-gradient(top, #ff6000 0%, #ff6000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6000), color-stop(100%, #ff6000));
    background: -webkit-linear-gradient(top, #ff6000 0%, #ff6000 100%);
    background: -o-linear-gradient(top, #ff6000 0%, #ff6000 100%);
    background: -ms-linear-gradient(top, #ff6000 0%, #ff6000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6000), to(#ff6000));
    background: linear-gradient(to bottom, #ff6000 0%, #ff6000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff6000',GradientType=0 );
    border: none;
    float: none;
    height: 36px;
    left: 50%;
    margin: -44px 0 0 -44px;
    padding: 26px;
    position: absolute;
    top: 50%;
    width: 36px; }
  .desktop .video-play-button-label {
    display: none; }
  .desktop .intro-right.play .video-wrapper {
    background: #000;
    -webkit-box-shadow: 0 0 120px 40px rgba(4, 14, 44, 0.85);
    box-shadow: 0 0 120px 40px rgba(4, 14, 44, 0.85);
    margin-top: -30%; }
  .desktop .intro-right.play .video-area {
    background: transparent;
    left: auto;
    position: relative;
    right: 0;
    z-index: 900; }
  .desktop .intro-right.play .video-close-wrapper {
    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); }
  .desktop .intro-right.play .youtube-wrapper {
    display: block;
    opacity: 1; }
  .desktop .intro-right.play .video-poster-wrapper {
    opacity: 0; }
  .desktop .intro-right.play .video-play-icon-wrapper {
    pointer-events: none; }
  .desktop .intro-right.play .video-play-button {
    display: block;
    opacity: 0;
    pointer-events: none; } }

@media (min-width: 1280px) {
  .desktop .video-close-wrapper {
    right: -24px;
    top: -80px;
    -webkit-transform: translate3d(0, 80px, 0);
    -ms-transform: translate3d(0, 80px, 0);
    -o-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0); } }

@media (min-width: 1400px) {
  .desktop .intro-screen {
    height: 780px; }
  .desktop .intro-bg-desktop {
    background-size: 1600px auto; }
  .desktop .intro-container {
    max-width: 1420px; }
  .desktop .intro-content {
    margin: 0 auto;
    max-width: 1300px; }
  .desktop .intro-center {
    bottom: 120px;
    margin-left: -190px;
    width: 380px; }
  .desktop .intro-center.up {
    bottom: 300px; }
  .desktop .intro-logo-wrapper {
    max-width: 380px; }
  .desktop .intro-left {
    max-width: 440px; }
  .desktop h1 {
    font-size: 56px; }
  .desktop .intro-text {
    margin-bottom: 40px; }
  .desktop .intro-right {
    width: 27.5%; } }

@media (min-width: 1600px) {
  .desktop .intro-screen {
    height: 940px; }
  .desktop .intro-bg-desktop {
    background-size: 1920px auto; }
  .desktop .intro-container {
    max-width: 1720px; }
  .desktop .intro-content {
    max-width: 1600px; }
  .desktop .intro-center {
    bottom: 140px;
    margin-left: -236.5px;
    width: 473px; }
  .desktop .intro-center.up {
    bottom: 365px; }
  .desktop .intro-logo-wrapper {
    max-width: 473px; }
  .desktop .intro-left {
    max-width: 480px; }
  .desktop h1 {
    font-size: 60px; } }

.levels-screen {
  background-color: #040e2c;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 579px;
  overflow: visible;
  padding-bottom: 150px;
  position: relative; }
  @media (min-width: 640px) {
    .levels-screen {
      background-size: auto 100%;
      padding-bottom: 200px; } }
  @media (min-width: 960px) {
    .levels-screen {
      padding-bottom: 215px; } }
  @media (min-width: 1400px) {
    .levels-screen {
      padding-bottom: 240px; } }
  @media (min-width: 1600px) {
    .levels-screen {
      padding-bottom: 260px; } }

.levels-bg-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

.levels-bg-left-wrapper,
.levels-bg-right-wrapper {
  bottom: 0;
  display: none;
  height: 600px;
  position: absolute;
  width: 600px; }
  @media (min-width: 1024px) {
    .levels-bg-left-wrapper,
    .levels-bg-right-wrapper {
      display: block; } }

.levels-bg-left-wrapper {
  right: 73%; }
  @media (min-width: 1600px) {
    .levels-bg-left-wrapper {
      right: 66.67%; } }

.levels-bg-right-wrapper {
  left: 73%; }
  @media (min-width: 1600px) {
    .levels-bg-right-wrapper {
      left: 66.67%; } }

.levels-bg-bottom-wrapper {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 128px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }
  @media (min-width: 640px) {
    .levels-bg-bottom-wrapper {
      background-size: auto 192px; } }
  @media (min-width: 960px) {
    .levels-bg-bottom-wrapper {
      background-size: auto 208px; } }
  @media (min-width: 1400px) {
    .levels-bg-bottom-wrapper {
      background-size: auto 232px; } }
  @media (min-width: 1600px) {
    .levels-bg-bottom-wrapper {
      background-size: auto 256px; } }

.levels-container {
  position: relative; }

.levels-menu-wrapper {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 1454px auto;
  height: 145px;
  margin-bottom: 20px;
  overflow: auto;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .levels-menu-wrapper {
      overflow: hidden; } }

.device .levels-menu-wrapper {
  -webkit-overflow-scrolling: touch; }

.desktop .levels-menu-wrapper {
  overflow: hidden; }

.levels-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  height: 99px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  width: 990px; }
  @media (min-width: 1024px) {
    .levels-menu-list {
      padding: 0 17px; } }

.levels-menu-list__item {
  display: block;
  float: left;
  height: 99px;
  overflow: visible;
  position: relative;
  width: 99px;
  z-index: 1; }
  .levels-menu-list__item:before, .levels-menu-list__item:after {
    background: rgba(70, 88, 141, 0.5);
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 49px;
    width: 24px; }
  .levels-menu-list__item:before {
    left: 0; }
  .levels-menu-list__item:after {
    right: 0; }
  .levels-menu-list__item:first-child:before {
    display: none; }
  .levels-menu-list__item:last-child:after {
    display: none; }

.levels-menu-list__item-link {
  border: 1px solid rgba(70, 88, 141, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 49px;
  margin: 24px;
  text-align: center;
  text-decoration: none;
  width: 49px; }

.levels-menu-list__item-link-label {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 49px;
  font: 16.5px/50px "robotobold", Arial;
  text-align: center;
  width: 49px; }

.levels-menu-list__item-link-image-wrapper {
  display: block;
  height: 99px;
  left: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 99px; }

.levels-menu-list__item-active .levels-menu-list__item-link {
  cursor: default; }

.levels-menu-list__item-active .levels-menu-list__item-link-image-wrapper {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.desktop .levels-menu-list__item:not(.levels-menu-list__item-active) .levels-menu-list__item-link {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .desktop .levels-menu-list__item:not(.levels-menu-list__item-active) .levels-menu-list__item-link .levels-menu-list__item-link-label {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .desktop .levels-menu-list__item:not(.levels-menu-list__item-active) .levels-menu-list__item-link:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 #ff6000;
    box-shadow: 0 0 12px 0 #ff6000; }
    .desktop .levels-menu-list__item:not(.levels-menu-list__item-active) .levels-menu-list__item-link:hover .levels-menu-list__item-link-label {
      -webkit-box-shadow: inset 0 0 12px 0 #ff6000;
      box-shadow: inset 0 0 12px 0 #ff6000; }

.levels-menu-active-wrapper {
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  width: 990px;
  max-width: 1024px; }
  @media (min-width: 1024px) {
    .levels-menu-active-wrapper {
      overflow: visible;
      padding: 0;
      width: auto; } }

.levels-menu-arrow-wrapper {
  bottom: 0;
  height: 91px;
  left: -71.5px;
  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: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 290px; }
  @media (min-width: 1024px) {
    .levels-menu-arrow-wrapper {
      left: -78.5px; } }

.levels-list-wrapper {
  margin: 0 auto;
  overflow: visible;
  position: relative;
  text-align: center;
  max-width: 600px; }

.levels-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  min-height: 384px;
  overflow: visible;
  position: relative; }

.levels-list__item {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -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: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%; }

.levels-list__item.levels-list__item-active {
  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); }

.levels-list__item-text {
  font-family: "robotobold", Arial;
  margin-bottom: 15px; }
  @media (min-width: 640px) {
    .levels-list__item-text {
      display: inline-block;
      overflow: visible;
      position: relative; }
      .levels-list__item-text:before, .levels-list__item-text:after {
        content: '';
        display: block;
        height: 1px;
        margin-top: 1px;
        position: absolute;
        top: 50%;
        width: 160px; }
      .levels-list__item-text:before {
        background: -moz-linear-gradient(left, rgba(46, 64, 124, 0) 0%, #2e407c 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 64, 124, 0)), color-stop(100%, #2e407c));
        background: -webkit-linear-gradient(left, rgba(46, 64, 124, 0) 0%, #2e407c 100%);
        background: -o-linear-gradient(left, rgba(46, 64, 124, 0) 0%, #2e407c 100%);
        background: -ms-linear-gradient(left, rgba(46, 64, 124, 0) 0%, #2e407c 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(46, 64, 124, 0)), to(#2e407c));
        background: linear-gradient(to right, rgba(46, 64, 124, 0) 0%, #2e407c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e407c', endColorstr='#2e407c',GradientType=1 );
        margin-right: 10px;
        right: 100%; }
      .levels-list__item-text:after {
        background: -moz-linear-gradient(left, #2e407c 0%, rgba(46, 64, 124, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2e407c), color-stop(100%, rgba(46, 64, 124, 0)));
        background: -webkit-linear-gradient(left, #2e407c 0%, rgba(46, 64, 124, 0) 100%);
        background: -o-linear-gradient(left, #2e407c 0%, rgba(46, 64, 124, 0) 100%);
        background: -ms-linear-gradient(left, #2e407c 0%, rgba(46, 64, 124, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(#2e407c), to(rgba(46, 64, 124, 0)));
        background: linear-gradient(to right, #2e407c 0%, rgba(46, 64, 124, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e407c', endColorstr='#002e407c',GradientType=1 );
        left: 100%;
        margin-left: 10px; } }
  @media (min-width: 960px) {
    .levels-list__item-text {
      font-size: 20px; }
      .levels-list__item-text:before {
        margin-right: 20px; }
      .levels-list__item-text:after {
        margin-left: 20px; } }

.levels-list__item-prizes-wrapper {
  text-align: center; }

.levels-list__item-prizes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  margin: 0 -16px; }
  @media (min-width: 375px) {
    .levels-list__item-prizes-list {
      margin: 0; } }

.levels-list__item-prizes-list__item {
  display: inline-block;
  height: 145px;
  margin-top: 20px;
  width: 145px; }

.levels-list__item-prizes-list__item-box {
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.levels-list__item-prizes-list__item-box-link {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.levels-list__item-prizes-list__item-box-icon {
  display: block; }

.levels-list__item-prizes-list__item-box-plus-wrapper {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #6177af;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 22px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 22px; }
  .levels-list__item-prizes-list__item-box-plus-wrapper svg {
    height: 100%;
    width: 100%; }

.levels-list__item-prizes-list__item-box-plus-path {
  fill: transparent;
  stroke: #6177af;
  stroke-width: 2; }

.desktop .levels-list__item-prizes-list__item-box-link .levels-list__item-prizes-list__item-box-plus-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.desktop .levels-list__item-prizes-list__item-box-link .levels-list__item-prizes-list__item-box-plus-path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.desktop .levels-list__item-prizes-list__item-box-link:hover .levels-list__item-prizes-list__item-box-plus-wrapper {
  border-color: #fde389; }

.desktop .levels-list__item-prizes-list__item-box-link:hover .levels-list__item-prizes-list__item-box-plus-path {
  stroke: #fde389; }

.levels-list__item-prizes-list__item-box-description {
  background: rgba(8, 14, 30, 0.95);
  left: 50%;
  margin-left: -144px;
  margin-top: 25px;
  opacity: 0;
  padding: 25px 30px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 228px;
  z-index: 1; }
  .levels-list__item-prizes-list__item-box-description:before {
    border-style: solid;
    border-color: transparent transparent rgba(8, 14, 30, 0.95) transparent;
    border-width: 15px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -30px;
    width: 0; }

.levels-list__item-prizes-list__item-box-description.left {
  left: 0;
  margin-left: auto; }
  .levels-list__item-prizes-list__item-box-description.left:before {
    left: 72.5px; }

.levels-list__item-prizes-list__item-box-description.right {
  left: auto;
  margin-left: auto;
  right: 0; }
  .levels-list__item-prizes-list__item-box-description.right:before {
    left: auto;
    right: 57.5px; }

.levels-list__item-prizes-list__item-box-description-title {
  color: #fde389;
  font-family: "robotobold", Arial;
  margin-bottom: 10px; }

.levels-list__item-prizes-list__item-box-description-text {
  font-size: 14px; }

.levels-list__item-prizes-list__item-box-description.shown {
  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); }

.hangar-screen {
  overflow: visible;
  padding-bottom: 30px;
  position: relative; }
  @media (min-width: 960px) {
    .hangar-screen {
      padding-bottom: 40px; } }
  @media (min-width: 1025px) {
    .hangar-screen {
      height: 700px;
      padding-bottom: 0; } }
  @media (min-width: 1400px) {
    .hangar-screen {
      height: 780px; } }
  @media (min-width: 1600px) {
    .hangar-screen {
      height: 940px; } }

.hangar-bg {
  background-color: #040e2c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 540px auto;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  @media (min-width: 480px) {
    .hangar-bg {
      background-size: 600px auto; } }
  @media (min-width: 600px) {
    .hangar-bg {
      background-size: 960px auto; } }
  @media (min-width: 960px) {
    .hangar-bg {
      background-size: 1280px auto; } }
  @media (min-width: 1025px) {
    .hangar-bg {
      background-size: cover; } }

.hangar-bg.selected {
  opacity: 1; }

.hangar-container {
  position: relative; }

.hangar-text {
  text-shadow: 0 0 2px #000; }

.hangar-menu-wrapper {
  margin-bottom: 10px;
  margin-top: 80%;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center; }
  @media (min-width: 375px) {
    .hangar-menu-wrapper {
      padding: 0 20px; } }
  @media (min-width: 480px) {
    .hangar-menu-wrapper {
      margin-top: 70%;
      padding: 0 25px; } }
  @media (min-width: 640px) {
    .hangar-menu-wrapper {
      padding: 0 30px; } }
  @media (min-width: 600px) {
    .hangar-menu-wrapper {
      margin-top: 65%; } }
  @media (min-width: 768px) {
    .hangar-menu-wrapper {
      padding: 0 40px; } }
  @media (min-width: 960px) {
    .hangar-menu-wrapper {
      margin-top: 60%;
      padding: 0 45px; } }
  @media (min-width: 1025px) {
    .hangar-menu-wrapper {
      margin-top: 15px;
      position: absolute;
      top: 50%; } }
  @media (min-width: 1200px) {
    .hangar-menu-wrapper {
      padding: 0 60px; } }
  @media (min-width: 1400px) {
    .hangar-menu-wrapper {
      margin-top: 30px; } }
  @media (min-width: 1600px) {
    .hangar-menu-wrapper {
      margin-top: 0; } }

.hangar-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block; }
  @media (min-width: 1025px) {
    .hangar-menu-list {
      display: block;
      -webkit-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } }

.hangar-menu-list__item {
  display: block;
  float: left;
  height: 72px;
  overflow: visible;
  position: relative;
  width: 72px; }
  @media (min-width: 960px) {
    .hangar-menu-list__item {
      height: 108px;
      width: 108px; } }
  @media (min-width: 1025px) {
    .hangar-menu-list__item {
      float: none;
      height: 72px;
      width: 72px; } }
  @media (min-width: 1400px) {
    .hangar-menu-list__item {
      height: 90px;
      width: 90px; } }
  @media (min-width: 1600px) {
    .hangar-menu-list__item {
      height: 108px;
      width: 108px; } }

.hangar-menu-list__item-link {
  color: #fff;
  display: block;
  text-decoration: none; }

.hangar-menu-list__item-link-label {
  bottom: 82px;
  font: 12px "robotobold", Arial;
  left: 50%;
  letter-spacing: .5px;
  margin-left: -45px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-indent: .5px;
  text-transform: uppercase;
  -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: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 90px; }
  @media (min-width: 960px) {
    .hangar-menu-list__item-link-label {
      bottom: 123px;
      font-size: 14px;
      margin-left: -54px;
      width: 108px; } }
  @media (min-width: 1025px) {
    .hangar-menu-list__item-link-label {
      bottom: auto;
      display: table;
      font-size: 12px;
      height: 72px;
      left: 100%;
      margin-left: 10px;
      margin-top: -36px;
      top: 50%;
      width: 90px; } }
  @media (min-width: 1400px) {
    .hangar-menu-list__item-link-label {
      font-size: 13px;
      height: 90px;
      margin-left: 12.5px;
      margin-top: -45px;
      width: 124px; } }
  @media (min-width: 1600px) {
    .hangar-menu-list__item-link-label {
      font-size: 14px;
      height: 108px;
      margin-left: 15px;
      margin-top: -54px;
      width: 124px; } }

.hangar-menu-list__item-link-label-cell {
  display: block; }
  @media (min-width: 1025px) {
    .hangar-menu-list__item-link-label-cell {
      display: table-cell;
      text-align: left;
      vertical-align: middle; } }

.hangar-menu-list__item-link-icon-wrapper {
  display: block;
  height: 54px;
  padding: 9px;
  width: 54px; }
  @media (min-width: 960px) {
    .hangar-menu-list__item-link-icon-wrapper {
      height: 80px;
      padding: 14px;
      width: 80px; } }
  @media (min-width: 1025px) {
    .hangar-menu-list__item-link-icon-wrapper {
      height: 54px;
      padding: 9px;
      width: 54px; } }
  @media (min-width: 1400px) {
    .hangar-menu-list__item-link-icon-wrapper {
      height: 68px;
      padding: 11px;
      width: 68px; } }
  @media (min-width: 1600px) {
    .hangar-menu-list__item-link-icon-wrapper {
      height: 80px;
      padding: 14px;
      width: 80px; } }

.hangar-menu-list__item-link-icon {
  opacity: .8; }

.hangar-menu-list__item-link-icon-active {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.hangar-menu-list__item.selected .hangar-menu-list__item-link {
  cursor: default; }

.hangar-menu-list__item.selected .hangar-menu-list__item-link-label {
  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); }

.hangar-menu-list__item.selected .hangar-menu-list__item-link-icon-active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.desktop .hangar-menu-list__item-link .hangar-menu-list__item-link-icon {
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.desktop .hangar-menu-list__item-link:hover .hangar-menu-list__item-link-icon {
  opacity: 1; }

.hangar-back-wrapper {
  height: 34px;
  overflow: hidden;
  padding: 0 16px;
  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-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 375px) {
    .hangar-back-wrapper {
      padding: 0 20px; } }
  @media (min-width: 480px) {
    .hangar-back-wrapper {
      padding: 0 25px; } }
  @media (min-width: 640px) {
    .hangar-back-wrapper {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .hangar-back-wrapper {
      padding: 0 40px; } }
  @media (min-width: 960px) {
    .hangar-back-wrapper {
      height: 40px;
      padding: 0 45px; } }
  @media (min-width: 1025px) {
    .hangar-back-wrapper {
      height: 80px;
      margin-top: 200px;
      position: absolute;
      top: 50%; } }
  @media (min-width: 1200px) {
    .hangar-back-wrapper {
      padding: 0 60px; } }
  @media (min-width: 1400px) {
    .hangar-back-wrapper {
      height: 90px; } }
  @media (min-width: 1600px) {
    .hangar-back-wrapper {
      height: 108px; } }
  @media (min-width: 1400px) {
    .hangar-back-wrapper {
      margin-top: 240px; } }
  @media (min-width: 1600px) {
    .hangar-back-wrapper {
      margin-top: 270px; } }

.hangar-back-wrapper.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }
  @media (min-width: 1025px) {
    .hangar-back-wrapper.hidden {
      -webkit-transform: translate3d(10px, 0, 0);
      -ms-transform: translate3d(10px, 0, 0);
      -o-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); } }

.hangar-back {
  color: #fff;
  display: table;
  margin: 0 auto;
  text-decoration: none; }
  @media (min-width: 1025px) {
    .hangar-back {
      height: 72px;
      position: relative; } }
  @media (min-width: 1400px) {
    .hangar-back {
      height: 90px; } }
  @media (min-width: 1600px) {
    .hangar-back {
      height: 108px; } }

.hangar-back-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 34px; }
  @media (min-width: 960px) {
    .hangar-back-icon-wrapper {
      width: 40px; } }
  @media (min-width: 1025px) {
    .hangar-back-icon-wrapper {
      width: 72px; } }
  @media (min-width: 1400px) {
    .hangar-back-icon-wrapper {
      width: 90px; } }
  @media (min-width: 1600px) {
    .hangar-back-icon-wrapper {
      width: 108px; } }

.hangar-back-icon-image {
  display: none;
  height: 72px;
  left: 0;
  position: absolute;
  top: 0;
  width: 72px; }
  @media (min-width: 1025px) {
    .hangar-back-icon-image {
      display: block; } }
  @media (min-width: 1400px) {
    .hangar-back-icon-image {
      height: 90px;
      width: 90px; } }
  @media (min-width: 1600px) {
    .hangar-back-icon-image {
      height: 108px;
      width: 108px; } }

.hangar-back-icon-svg-wrapper {
  border: 2px solid #fef5e1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 1px rgba(255, 96, 0, 0.5);
  box-shadow: 0 0 5px 1px rgba(255, 96, 0, 0.5);
  display: block;
  height: 22px;
  margin: 4px;
  opacity: .8;
  position: relative;
  width: 22px; }
  .hangar-back-icon-svg-wrapper:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(255, 96, 0, 0.5);
    box-shadow: inset 0 0 5px 1px rgba(255, 96, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .hangar-back-icon-svg-wrapper:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 7px rgba(255, 96, 0, 0.5);
    box-shadow: 0 0 8px 7px rgba(255, 96, 0, 0.5);
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0; }
  .hangar-back-icon-svg-wrapper svg {
    z-index: 1; }
  @media (min-width: 960px) {
    .hangar-back-icon-svg-wrapper {
      height: 24px;
      margin: 6px;
      width: 24px; }
      .hangar-back-icon-svg-wrapper:after {
        -webkit-box-shadow: 0 0 9px 8px rgba(255, 96, 0, 0.5);
        box-shadow: 0 0 9px 8px rgba(255, 96, 0, 0.5); } }
  @media (min-width: 1025px) {
    .hangar-back-icon-svg-wrapper {
      float: right;
      height: 21px;
      margin: 3.5px;
      right: -13px;
      width: 21px; }
      .hangar-back-icon-svg-wrapper:after {
        -webkit-box-shadow: 0 0 8px 7px rgba(255, 96, 0, 0.5);
        box-shadow: 0 0 8px 7px rgba(255, 96, 0, 0.5); } }
  @media (min-width: 1400px) {
    .hangar-back-icon-svg-wrapper {
      height: 25px;
      margin: 5.5px;
      right: -15px;
      width: 25px; }
      .hangar-back-icon-svg-wrapper:after {
        -webkit-box-shadow: 0 0 9px 8px rgba(255, 96, 0, 0.5);
        box-shadow: 0 0 9px 8px rgba(255, 96, 0, 0.5); } }
  @media (min-width: 1600px) {
    .hangar-back-icon-svg-wrapper {
      height: 25px;
      margin: 5.5px;
      padding: 4px;
      right: -20px;
      width: 25px; } }

.hangar-back-icon-path {
  fill: transparent;
  stroke: #fef5e1;
  stroke-width: 2; }

.hangar-back-icon-label {
  display: table-cell;
  font: 12px "robotobold", Arial;
  letter-spacing: .5px;
  padding-left: 5px;
  text-align: left;
  text-indent: .5px;
  text-transform: uppercase;
  vertical-align: middle; }
  @media (min-width: 960px) {
    .hangar-back-icon-label {
      font-size: 14px;
      padding-left: 7.5px; } }
  @media (min-width: 1025px) {
    .hangar-back-icon-label {
      font-size: 12px;
      padding-left: 20px;
      width: 120px; } }
  @media (min-width: 1400px) {
    .hangar-back-icon-label {
      font-size: 13px;
      padding-left: 22.5px;
      width: 130px; } }
  @media (min-width: 1600px) {
    .hangar-back-icon-label {
      font-size: 14px;
      padding-left: 30px;
      width: 140px; } }

.desktop .hangar-back .hangar-back-icon-svg-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.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.desktop .hangar-back:hover .hangar-back-icon-svg-wrapper {
  opacity: 1;
  -webkit-transform: translate3d(-2px, 0, 0);
  -ms-transform: translate3d(-2px, 0, 0);
  -o-transform: translate3d(-2px, 0, 0);
  transform: translate3d(-2px, 0, 0); }

@media (min-width: 1025px) {
  .desktop .hangar-menu-list__item-link-icon {
    opacity: .6; }
  .desktop .hangar-menu-list__item:not(.selected) .hangar-menu-list__item-link .hangar-menu-list__item-link-label {
    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: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .desktop .hangar-menu-list__item:not(.selected) .hangar-menu-list__item-link:hover .hangar-menu-list__item-link-label {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    -o-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  .desktop .hangar-back .hangar-back-icon-svg-wrapper {
    opacity: .6; }
  .desktop .hangar-back .hangar-back-icon-label {
    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: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .desktop .hangar-back:hover .hangar-back-icon-svg-wrapper {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .desktop .hangar-back:hover .hangar-back-icon-label {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1600px) {
  .desktop .hangar-menu-list__item:not(.selected) .hangar-menu-list__item-link:hover .hangar-menu-list__item-link-label {
    -webkit-transform: translate3d(-15px, 0, 0);
    -ms-transform: translate3d(-15px, 0, 0);
    -o-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0); } }

.quests-screen {
  background-color: #040e2c;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 800px auto;
  padding-bottom: 45px; }
  @media (min-width: 480px) {
    .quests-screen {
      background-size: 1024px auto; } }
  @media (min-width: 600px) {
    .quests-screen {
      background-size: 1280px auto; } }
  @media (min-width: 1024px) {
    .quests-screen {
      background-position: 50% 50%;
      background-size: cover;
      padding-bottom: 75px; } }

.quests-block {
  margin-top: 45px; }
  @media (min-width: 640px) {
    .quests-block {
      margin-top: 0; } }
  @media (min-width: 1400px) {
    .quests-block h3,
    .quests-block .inner-text {
      max-width: 320px; } }

.quests-button-wrapper {
  margin-top: 20px; }
  @media (min-width: 960px) {
    .quests-button-wrapper {
      margin-top: 30px; } }

.quests-right {
  position: relative;
  z-index: 2; }

@media (min-width: 640px) {
  .quests-content {
    padding-top: 20px; } }
  @media (min-width: 640px) and (min-width: 1024px) {
    .quests-content {
      overflow: hidden;
      padding-top: 50px;
      position: relative; } }

@media (min-width: 640px) {
  .quests-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%; } }
  @media (min-width: 640px) and (min-width: 960px) {
    .quests-left {
      padding-right: 30px; } }
  @media (min-width: 640px) and (min-width: 1024px) {
    .quests-left {
      padding-right: 0;
      text-align: right;
      width: 27.5%; } }
  @media (min-width: 640px) and (min-width: 1400px) {
    .quests-left h3,
    .quests-left .inner-text {
      float: right; } }

@media (min-width: 640px) {
  .quests-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 20px;
    width: 50%; } }
  @media (min-width: 640px) and (min-width: 960px) {
    .quests-right {
      padding-left: 30px; } }
  @media (min-width: 640px) and (min-width: 1024px) {
    .quests-right {
      float: right;
      padding-left: 0;
      width: 27.5%; } }

.quests-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px; }
  @media (min-width: 640px) {
    .quests-center {
      padding-top: 45px; } }
  @media (min-width: 1024px) {
    .quests-center {
      clear: none;
      padding-top: 40px;
      width: 42%;
      max-width: 600px; } }

.giftboxes-screen {
  background-color: #040e2c;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75px; }
  @media (min-width: 1024px) {
    .giftboxes-screen {
      padding-bottom: 95px; } }
  @media (min-width: 1200px) {
    .giftboxes-screen {
      padding-bottom: 115px; } }

.giftboxes-list-wrapper {
  position: relative;
  text-align: center; }

.giftboxes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block; }
  @media (min-width: 600px) {
    .giftboxes-list {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .giftboxes-list {
      display: block; }
      .giftboxes-list:after {
        content: '';
        clear: both;
        display: table; } }

.giftboxes-list__item {
  display: block;
  height: auto;
  margin: 35px auto 0;
  width: 100%;
  max-width: 300px; }
  @media (min-width: 600px) {
    .giftboxes-list__item {
      float: left;
      width: 50%;
      max-width: none; } }
  @media (min-width: 1200px) {
    .giftboxes-list__item {
      margin-top: 45px;
      width: 25%; } }

.giftboxes-list__item-box {
  color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  max-width: 300px; }

.giftboxes-list__item-box-border {
  background: rgba(190, 241, 255, 0.1);
  display: none;
  height: 216px;
  left: 50%;
  margin-left: -108px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0) translate3d(0, 0, 0);
  -ms-transform: scale(0) translate3d(0, 0, 0);
  -o-transform: scale(0) translate3d(0, 0, 0);
  transform: scale(0) translate3d(0, 0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 216px; }
  .giftboxes-list__item-box-border svg {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (min-width: 1400px) {
    .giftboxes-list__item-box-border {
      height: 240px;
      margin-left: -120px;
      width: 240px; } }

.giftboxes-list__item-box-corner-path {
  fill: #fff; }

.desktop .giftboxes-list__item-box-border {
  display: block; }

.desktop .giftboxes-list__item-box .giftboxes-list__item-box-image-plus-path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out; }

.desktop .giftboxes-list__item-box .giftboxes-list__item-box-image-plus-line {
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out; }

.desktop .giftboxes-list__item-box:hover .giftboxes-list__item-box-border {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0); }

.desktop .giftboxes-list__item-box:hover .giftboxes-list__item-box-image-plus-path {
  stroke: #fde389; }

.desktop .giftboxes-list__item-box:hover .giftboxes-list__item-box-image-plus-line {
  fill: #fde389; }

.giftboxes-list__item-box-image-wrapper {
  display: block;
  margin-bottom: 5px;
  overflow: visible;
  position: relative; }
  @media (min-width: 1200px) {
    .giftboxes-list__item-box-image-wrapper {
      margin-bottom: 35px; } }

.giftboxes-list__item-box-image-plus-wrapper {
  bottom: 12px;
  height: 24px;
  left: 50%;
  margin-left: -15px;
  overflow: visible;
  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);
  width: 30px; }
  @media (min-width: 1200px) {
    .giftboxes-list__item-box-image-plus-wrapper {
      bottom: -12px; } }

.giftboxes-list__item-box-image-plus-path {
  fill: none;
  stroke: #919bb5;
  stroke-width: 2; }

.giftboxes-list__item-box-image-plus-line {
  fill: #919bb5; }

.giftboxes-list__item-box-image-label {
  display: block;
  font: 16px "robotobold", Arial;
  min-height: 44px;
  text-align: center;
  text-transform: uppercase; }

.giftboxes-list__item-popup-wrapper {
  background: rgba(4, 14, 44, 0.85);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  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.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 990; }

.device .giftboxes-list__item-popup-wrapper {
  -webkit-overflow-scrolling: touch; }

.giftboxes-list__item-popup-wrapper.shown {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.giftboxes-list__item-popup-close {
  background: rgba(255, 255, 255, 0.25);
  height: 16px;
  display: block;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  z-index: 995; }

.giftboxes-list__item-popup-close-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2; }

.giftboxes-list__item-popup-table {
  display: table;
  height: 100%;
  width: 100%; }

.giftboxes-list__item-popup-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.giftboxes-list__item-popup-container {
  background: rgba(4, 14, 44, 0.97) url(../images/popup-bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 16px 10px;
  text-align: left;
  max-width: 518px; }
  .giftboxes-list__item-popup-container:before {
    content: '';
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media (min-width: 375px) {
    .giftboxes-list__item-popup-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 480px) {
    .giftboxes-list__item-popup-container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 568px) {
    .giftboxes-list__item-popup-container {
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 0 24px 0 #000;
      box-shadow: 0 0 24px 0 #000;
      min-height: 0;
      margin-bottom: 25px;
      margin-top: 25px;
      overflow: hidden;
      position: relative; } }
  @media (min-width: 600px) {
    .giftboxes-list__item-popup-container {
      margin-bottom: 30px;
      margin-top: 30px;
      max-width: 540px; } }

.giftboxes-list__item-popup-list-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
  padding: 20px 0 2px;
  position: relative; }
  .giftboxes-list__item-popup-list-wrapper:first-child {
    border-top: none;
    padding-top: 15px; }
  .giftboxes-list__item-popup-list-wrapper:last-child {
    padding-bottom: 7px; }
  @media (min-width: 480px) {
    .giftboxes-list__item-popup-list-wrapper {
      padding-top: 25px; }
      .giftboxes-list__item-popup-list-wrapper:first-child {
        padding-top: 20px; }
      .giftboxes-list__item-popup-list-wrapper:last-child {
        padding-bottom: 12px; } }

.giftboxes-list__item-popup-prizes-title {
  font: 24px/29px "robotobold", Arial;
  margin-bottom: 5px;
  padding-right: 48px; }

.giftboxes-list__item-popup-additional-title,
.giftboxes-list__item-popup-lucky-title {
  font: 16px/20px "robotobold", Arial;
  margin-bottom: 5px; }

.giftboxes-list__item-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  margin: 0 -8px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 375px) {
    .giftboxes-list__item-popup-list {
      margin: 0 -10px; } }
  @media (min-width: 480px) {
    .giftboxes-list__item-popup-list {
      margin: 0 -12.5px; } }
  @media (min-width: 568px) {
    .giftboxes-list__item-popup-list {
      margin: 0 -15px; } }
  @media (min-width: 600px) {
    .giftboxes-list__item-popup-list {
      margin: 0 -18px; } }

.giftboxes-list__item-popup-list__item {
  display: block;
  float: left;
  min-height: 36px;
  margin: 13px 8px;
  overflow: visible;
  position: relative;
  width: 136px; }
  @media (min-width: 375px) {
    .giftboxes-list__item-popup-list__item {
      margin-left: 10px;
      margin-right: 10px; } }
  @media (min-width: 480px) {
    .giftboxes-list__item-popup-list__item {
      margin-left: 12.5px;
      margin-right: 12.5px; } }
  @media (min-width: 568px) {
    .giftboxes-list__item-popup-list__item {
      margin-left: 15px;
      margin-right: 15px; }
      .giftboxes-list__item-popup-list__item:nth-child(3n+1) {
        clear: both; } }
  @media (min-width: 600px) {
    .giftboxes-list__item-popup-list__item {
      margin-left: 18px;
      margin-right: 18px; } }

.giftboxes-list__item-popup-list__item-icon-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 55px; }

.giftboxes-list__item-popup-list__item-text-wrapper {
  display: table;
  height: 36px;
  width: 100%; }

.giftboxes-list__item-popup-list__item-text {
  display: table-cell;
  font: 14px/18px "roboto", Arial;
  padding-left: 57px;
  text-align: left;
  vertical-align: middle; }

@media (min-width: 600px) {
  .desktop .giftboxes-list__item-popup-wrapper {
    background: none;
    height: auto;
    left: 50%;
    margin-left: -270px;
    margin-top: -10px;
    position: absolute;
    width: 540px;
    overflow: visible;
    top: auto;
    -webkit-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    -o-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .desktop .giftboxes-list__item-popup-wrapper.shown {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .desktop .giftboxes-list__item-popup-close {
    display: none; }
  .desktop .giftboxes-list__item-popup-prizes-title {
    padding-right: 0; } }

@media (min-width: 960px) {
  .desktop .giftboxes-list__item {
    position: relative; }
    .desktop .giftboxes-list__item:nth-child(2n+1) .giftboxes-list__item-popup-wrapper {
      left: 50%;
      margin-left: 110px;
      -webkit-transform: translate3d(-30px, -50%, 0);
      -ms-transform: translate3d(-30px, -50%, 0);
      -o-transform: translate3d(-30px, -50%, 0);
      transform: translate3d(-30px, -50%, 0); }
    .desktop .giftboxes-list__item:nth-child(2n+2) .giftboxes-list__item-popup-wrapper {
      left: auto;
      margin-left: 0;
      margin-right: 110px;
      right: 50%;
      -webkit-transform: translate3d(30px, -50%, 0);
      -ms-transform: translate3d(30px, -50%, 0);
      -o-transform: translate3d(30px, -50%, 0);
      transform: translate3d(30px, -50%, 0); }
  .desktop .giftboxes-list__item-popup-wrapper {
    margin-top: 0;
    top: 50%; }
  .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(2n+1), .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(2n+2) {
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@media (min-width: 1024px) {
  .desktop .giftboxes-list__item:nth-child(2n+1) .giftboxes-list__item-popup-wrapper {
    margin-left: 135px; }
  .desktop .giftboxes-list__item:nth-child(2n+2) .giftboxes-list__item-popup-wrapper {
    margin-right: 135px; } }

@media (min-width: 1200px) {
  .desktop .giftboxes-list__item:nth-child(1) .giftboxes-list__item-popup-wrapper, .desktop .giftboxes-list__item:nth-child(2) .giftboxes-list__item-popup-wrapper {
    left: 50%;
    right: auto;
    margin-left: 135px;
    margin-right: 0;
    -webkit-transform: translate3d(-30px, -50%, 0);
    -ms-transform: translate3d(-30px, -50%, 0);
    -o-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0); }
  .desktop .giftboxes-list__item:nth-child(3) .giftboxes-list__item-popup-wrapper, .desktop .giftboxes-list__item:nth-child(4) .giftboxes-list__item-popup-wrapper {
    left: auto;
    margin-left: 0;
    margin-right: 135px;
    right: 50%;
    -webkit-transform: translate3d(30px, -50%, 0);
    -ms-transform: translate3d(30px, -50%, 0);
    -o-transform: translate3d(30px, -50%, 0);
    transform: translate3d(30px, -50%, 0); }
  .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(1), .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(2), .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(3), .desktop .giftboxes-list__item-popup-wrapper.shown:nth-child(4) {
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

.giftboxes-list__item-popup-wrapper.grey .giftboxes-list__item-popup-container {
  background-color: rgba(48, 48, 48, 0.97); }
  .giftboxes-list__item-popup-wrapper.grey .giftboxes-list__item-popup-container:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#00ffffff',GradientType=0 ); }
  .giftboxes-list__item-popup-wrapper.grey .giftboxes-list__item-popup-container b {
    font-weight: normal;
    color: #b9b9b9; }
  .giftboxes-list__item-popup-wrapper.grey .giftboxes-list__item-popup-container i {
    font-style: normal;
    color: #fdc95d; }

.giftboxes-list__item-popup-wrapper.red .giftboxes-list__item-popup-container {
  background-color: rgba(70, 0, 0, 0.97); }
  .giftboxes-list__item-popup-wrapper.red .giftboxes-list__item-popup-container:before {
    background: -moz-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 114, 0, 0.25)), color-stop(100%, rgba(255, 114, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 0, 0.25)), to(rgba(255, 114, 0, 0)));
    background: linear-gradient(to bottom, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ff7200', endColorstr='#00ff7200',GradientType=0 ); }
  .giftboxes-list__item-popup-wrapper.red .giftboxes-list__item-popup-container b {
    font-weight: normal;
    color: #fc8282; }
  .giftboxes-list__item-popup-wrapper.red .giftboxes-list__item-popup-container i {
    font-style: normal;
    color: #fdc95d; }

.giftboxes-list__item-popup-wrapper.green .giftboxes-list__item-popup-container {
  background-color: rgba(0, 51, 29, 0.97); }
  .giftboxes-list__item-popup-wrapper.green .giftboxes-list__item-popup-container:before {
    background: -moz-linear-gradient(top, rgba(0, 255, 144, 0.25) 0%, rgba(0, 255, 144, 0.25) 1%, rgba(0, 255, 144, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 255, 144, 0.25)), color-stop(1%, rgba(0, 255, 144, 0.25)), color-stop(100%, rgba(0, 255, 144, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 255, 144, 0.25) 0%, rgba(0, 255, 144, 0.25) 1%, rgba(0, 255, 144, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 255, 144, 0.25) 0%, rgba(0, 255, 144, 0.25) 1%, rgba(0, 255, 144, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 255, 144, 0.25) 0%, rgba(0, 255, 144, 0.25) 1%, rgba(0, 255, 144, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 144, 0.25)), color-stop(1%, rgba(0, 255, 144, 0.25)), to(rgba(0, 255, 144, 0)));
    background: linear-gradient(to bottom, rgba(0, 255, 144, 0.25) 0%, rgba(0, 255, 144, 0.25) 1%, rgba(0, 255, 144, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4000ff90', endColorstr='#0000ff90',GradientType=0 ); }
  .giftboxes-list__item-popup-wrapper.green .giftboxes-list__item-popup-container b {
    font-weight: normal;
    color: #00ff49; }
  .giftboxes-list__item-popup-wrapper.green .giftboxes-list__item-popup-container i {
    font-style: normal;
    color: #fdc95d; }

.giftboxes-list__item-popup-wrapper.bordo .giftboxes-list__item-popup-container {
  background-color: rgba(77, 16, 0, 0.97); }
  .giftboxes-list__item-popup-wrapper.bordo .giftboxes-list__item-popup-container:before {
    background: -moz-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 114, 0, 0.25)), color-stop(100%, rgba(255, 114, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 114, 0, 0.25)), to(rgba(255, 114, 0, 0)));
    background: linear-gradient(to bottom, rgba(255, 114, 0, 0.25) 0%, rgba(255, 114, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ff7200', endColorstr='#00ff7200',GradientType=0 ); }
  .giftboxes-list__item-popup-wrapper.bordo .giftboxes-list__item-popup-container b {
    font-weight: normal;
    color: #ff9d34; }
  .giftboxes-list__item-popup-wrapper.bordo .giftboxes-list__item-popup-container i {
    font-style: normal;
    color: #fdc95d; }

.giftboxes-button-wrapper {
  margin: 50px auto 0; }
  @media (min-width: 1024px) {
    .giftboxes-button-wrapper {
      margin-top: 65px; } }
  @media (min-width: 1200px) {
    .giftboxes-button-wrapper {
      margin-top: 80px; } }

.collection-screen {
  background-color: #040e2c;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 1600px auto;
  padding-bottom: 70px; }
  .collection-screen .h2-wrapper {
    margin-bottom: 0; }
  @media (min-width: 960px) {
    .collection-screen {
      padding-bottom: 90px; } }
  @media (min-width: 1280px) {
    .collection-screen {
      background-size: 1800px auto; } }
  @media (min-width: 1400px) {
    .collection-screen {
      background-size: 1920px auto; } }

@media (max-width: 1199px) {
  .collection-screen {
    background-image: none !important; } }

.collection-bonus-wrapper {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: table;
  height: 92px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%; }
  @media (min-width: 640px) {
    .collection-bonus-wrapper {
      margin-bottom: 35px; } }
  @media (min-width: 1400px) {
    .collection-bonus-wrapper {
      height: 98px;
      margin-bottom: 40px; } }
  @media (min-width: 1600px) {
    .collection-bonus-wrapper {
      height: 104px;
      margin-bottom: 45px; } }

.collection-bonus-container {
  display: table-cell; }

.collection-bonus-content {
  display: table;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle; }

.collection-bonus-icon-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 50px; }
  @media (min-width: 1400px) {
    .collection-bonus-icon-wrapper {
      width: 53px; } }
  @media (min-width: 1600px) {
    .collection-bonus-icon-wrapper {
      width: 56px; } }

.collection-bonus-label {
  display: table-cell;
  font: 16px "robotobold", Arial;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 1400px) {
    .collection-bonus-label {
      font-size: 18px;
      padding-left: 12px; } }
  @media (min-width: 1600px) {
    .collection-bonus-label {
      font-size: 20px;
      padding-left: 15px; } }

.collection-content-wrapper {
  overflow: hidden;
  position: relative; }

.collection-text {
  margin-bottom: 0;
  position: relative;
  z-index: 1; }

.collection-content {
  overflow: visible;
  position: relative; }
  @media (min-width: 1200px) {
    .collection-content {
      height: 480px; } }
  @media (min-width: 1280px) {
    .collection-content {
      height: 560px; } }
  @media (min-width: 1400px) {
    .collection-content {
      height: 620px; } }

.collection-image-wrapper {
  margin: -10% -20%;
  width: 140%; }
  @media (min-width: 600px) {
    .collection-image-wrapper {
      margin: -15% -15% -10%;
      width: 130%; } }
  @media (min-width: 768px) {
    .collection-image-wrapper {
      margin: -15% -10% -10%;
      width: 120%; } }
  @media (min-width: 960px) {
    .collection-image-wrapper {
      margin: -12.5% -45px -11%;
      width: auto; } }
  @media (min-width: 1200px) {
    .collection-image-wrapper {
      margin: 0;
      width: 100%; } }

.collection-right {
  position: relative;
  z-index: 2; }

@media (min-width: 960px) {
  .collection-right {
    margin: 0 auto;
    max-width: 600px; } }

.collection-right-arrow-wrapper {
  display: none;
  margin-top: 25px;
  -webkit-transform: translate3d(-30px, 0, 0);
  -ms-transform: translate3d(-30px, 0, 0);
  -o-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0); }
  .collection-right-arrow-wrapper svg {
    width: 90px; }
  @media (min-width: 1600px) {
    .collection-right-arrow-wrapper {
      margin-top: 45px;
      -webkit-transform: translate3d(-50px, 0, 0);
      -ms-transform: translate3d(-50px, 0, 0);
      -o-transform: translate3d(-50px, 0, 0);
      transform: translate3d(-50px, 0, 0); } }

.collection-right-arrow-path {
  fill: #fff; }

@media (min-width: 1200px) {
  .collection-text {
    margin-bottom: 35px; }
  .collection-left {
    display: none; }
  .collection-right {
    display: table;
    float: right;
    height: 100%;
    margin: 0;
    width: 27.5%; } }
  @media (min-width: 1200px) and (min-width: 1400px) {
    .collection-right h3,
    .collection-right .inner-text {
      max-width: 320px; } }

@media (min-width: 1200px) {
  .collection-right-content {
    display: table-cell;
    padding-bottom: 40px;
    vertical-align: middle; }
  .collection-right-arrow-wrapper {
    display: block; } }

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

.craftmachine-screen {
  background-color: #040e2c;
  padding-bottom: 30px; }
  @media (min-width: 640px) {
    .craftmachine-screen {
      padding-bottom: 0; } }

@media (max-width: 639px) {
  .craftmachine-screen {
    background-image: none !important; } }

.craftmachine-text {
  position: relative;
  z-index: 1; }

@media (min-width: 1200px) {
  .craftmachine-content:after {
    clear: both;
    content: '';
    display: table; } }

.craftmachine-left {
  position: relative;
  z-index: 1; }
  @media (min-width: 960px) {
    .craftmachine-left {
      margin: 0 auto;
      max-width: 600px; } }
  @media (min-width: 1200px) {
    .craftmachine-left {
      display: table;
      float: left;
      height: 610px;
      margin: 0;
      width: 27.5%; } }
  @media (min-width: 1200px) {
    .craftmachine-left h3,
    .craftmachine-left .inner-text,
    .craftmachine-left .craftmachine-left-arrow-wrapper {
      float: right;
      max-width: 320px; } }
  @media (min-width: 1400px) {
    .craftmachine-left {
      height: 700px; } }
  @media (min-width: 1600px) {
    .craftmachine-left {
      height: 760px; }
      .craftmachine-left h3,
      .craftmachine-left .inner-text,
      .craftmachine-left .craftmachine-left-arrow-wrapper {
        margin-left: 93px; } }

@media (min-width: 1200px) {
  .craftmachine-left-content {
    display: table-cell;
    padding-bottom: 170px;
    text-align: right;
    vertical-align: middle; } }
  @media (min-width: 1200px) and (min-width: 1400px) {
    .craftmachine-left-content {
      padding-bottom: 200px; } }
  @media (min-width: 1200px) and (min-width: 1600px) {
    .craftmachine-left-content {
      padding-bottom: 240px; } }

.craftmachine-left-arrow-wrapper {
  display: none;
  margin-top: 25px;
  -webkit-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0); }
  @media (min-width: 1200px) {
    .craftmachine-left-arrow-wrapper {
      display: block; } }
  @media (min-width: 1600px) {
    .craftmachine-left-arrow-wrapper {
      margin-top: 45px;
      -webkit-transform: translate3d(50px, 0, 0);
      -ms-transform: translate3d(50px, 0, 0);
      -o-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0); } }

.craftmachine-left-arrow-path {
  fill: #fff; }

.craftmachine-right {
  margin-top: 15px;
  overflow: visible;
  position: relative; }
  @media (min-width: 1200px) {
    .craftmachine-right {
      float: right;
      margin-top: 0;
      width: 66%; } }

.craftmachine-image-wrapper {
  left: 50%;
  margin-left: -320px;
  position: relative;
  width: 640px; }
  @media (min-width: 640px) {
    .craftmachine-image-wrapper {
      height: 720px;
      left: 36.875%;
      margin-left: -650px;
      margin-top: -210px;
      width: 1280px; } }
  @media (min-width: 960px) {
    .craftmachine-image-wrapper {
      height: 720px;
      margin-top: -200px; } }
  @media (min-width: 1200px) {
    .craftmachine-image-wrapper {
      height: 860px;
      margin-left: -790px;
      margin-top: -250px;
      width: 1540px; } }
  @media (min-width: 1400px) {
    .craftmachine-image-wrapper {
      height: 1020px;
      margin-left: -940px;
      margin-top: -320px;
      width: 1824px; } }
  @media (min-width: 1600px) {
    .craftmachine-image-wrapper {
      height: 1080px;
      margin-left: -1000px;
      width: 1920px; } }

.craftmachine-narrow-bg-image {
  display: block;
  max-height: none;
  width: 100%; }
  @media (min-width: 640px) {
    .craftmachine-narrow-bg-image {
      display: none; } }

.collection-wide-bg-image {
  display: none;
  max-height: none;
  width: 100%; }
  @media (min-width: 640px) {
    .collection-wide-bg-image {
      display: block; } }

.craftmachine-image-overlay {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.craftmachine-step {
  display: block;
  height: 144px;
  left: 50%;
  position: absolute;
  width: 144px;
  z-index: 2; }
  @media (min-width: 640px) {
    .craftmachine-step {
      height: 119px;
      width: 119px; } }
  @media (min-width: 1200px) {
    .craftmachine-step {
      height: 142px;
      width: 142px; } }
  @media (min-width: 1400px) {
    .craftmachine-step {
      height: 169px;
      width: 169px; } }
  @media (min-width: 1600px) {
    .craftmachine-step {
      height: 178px;
      width: 178px; } }

.craftmachine-step1 {
  margin-left: -162px;
  top: 15px; }
  @media (min-width: 640px) {
    .craftmachine-step1 {
      margin-left: -227px;
      top: 227px; } }
  @media (min-width: 1200px) {
    .craftmachine-step1 {
      margin-left: -273px;
      top: 273px; } }
  @media (min-width: 1400px) {
    .craftmachine-step1 {
      margin-left: -324px;
      top: 324px; } }
  @media (min-width: 1600px) {
    .craftmachine-step1 {
      margin-left: -341px;
      top: 341px; } }

.craftmachine-step2 {
  margin-left: 2px;
  top: 15px; }
  @media (min-width: 640px) {
    .craftmachine-step2 {
      margin-left: -39px;
      top: 227px; } }
  @media (min-width: 1200px) {
    .craftmachine-step2 {
      margin-left: -46px;
      top: 273px; } }
  @media (min-width: 1400px) {
    .craftmachine-step2 {
      margin-left: -55px;
      top: 324px; } }
  @media (min-width: 1600px) {
    .craftmachine-step2 {
      margin-left: -58px;
      top: 341px; } }

.craftmachine-step4 {
  bottom: 0;
  margin-left: -72px; }
  @media (min-width: 640px) {
    .craftmachine-step4 {
      bottom: auto;
      margin-left: 283px;
      top: 411px; } }
  @media (min-width: 1200px) {
    .craftmachine-step4 {
      margin-left: 340px;
      top: 493px; } }
  @media (min-width: 1400px) {
    .craftmachine-step4 {
      margin-left: 404px;
      top: 585px; } }
  @media (min-width: 1600px) {
    .craftmachine-step4 {
      margin-left: 425px;
      top: 616px; } }

.craftmachine-step-plus-wrapper {
  bottom: 15px;
  height: 20px;
  position: absolute;
  right: 15px;
  width: 25px; }

.craftmachine-step-plus-path {
  fill: none;
  stroke: #919bb5;
  stroke-width: 2; }

.craftmachine-step-plus-line {
  fill: #919bb5; }

.desktop .craftmachine-step .craftmachine-step-plus-path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out; }

.desktop .craftmachine-step .craftmachine-step-plus-line {
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out; }

.desktop .craftmachine-step:hover .craftmachine-step-plus-path {
  stroke: #fde389; }

.desktop .craftmachine-step:hover .craftmachine-step-plus-line {
  fill: #fde389; }

.craftmachine-step-description {
  background: rgba(8, 14, 30, 0.95);
  color: #fff;
  left: 50%;
  margin-left: -144px;
  margin-top: 10px;
  opacity: 0;
  padding: 25px 30px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  -webkit-transform: translate3d(0, -15px, 0);
  -ms-transform: translate3d(0, -15px, 0);
  -o-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 228px;
  z-index: 2; }
  .craftmachine-step-description:before {
    border-style: solid;
    border-color: transparent transparent rgba(8, 14, 30, 0.95) transparent;
    border-width: 15px;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -30px;
    width: 0; }

.craftmachine-step1-description {
  left: 16px;
  margin-left: auto; }
  .craftmachine-step1-description:before {
    left: 56.5px; }
  @media (min-width: 640px) {
    .craftmachine-step1-description {
      left: 25px; }
      .craftmachine-step1-description:before {
        left: 36.5px; } }
  @media (min-width: 768px) {
    .craftmachine-step1-description {
      left: 5px; }
      .craftmachine-step1-description:before {
        left: 56.5px; } }
  @media (min-width: 960px) {
    .craftmachine-step1-description {
      left: 50%;
      margin-left: -144px; }
      .craftmachine-step1-description:before {
        left: 50%; } }

.craftmachine-step2-description {
  left: auto;
  margin-left: auto;
  right: 2px; }
  .craftmachine-step2-description:before {
    left: auto;
    right: 55.5px; }
  @media (min-width: 640px) {
    .craftmachine-step2-description {
      left: 50%;
      margin-left: -144px;
      right: auto; }
      .craftmachine-step2-description:before {
        left: 50%;
        right: auto; } }

@media (min-width: 640px) {
  .craftmachine-step4-description {
    left: auto;
    margin-left: auto;
    right: 25px; }
    .craftmachine-step4-description:before {
      left: auto;
      right: 20.5px; } }

@media (min-width: 768px) {
  .craftmachine-step4-description {
    right: 2px; }
    .craftmachine-step4-description:before {
      right: 43.5px; } }

@media (min-width: 960px) {
  .craftmachine-step4-description {
    left: 50%;
    margin-left: -144px;
    right: auto; }
    .craftmachine-step4-description:before {
      left: 50%;
      right: auto; } }

@media (min-width: 1200px) {
  .craftmachine-step4-description {
    left: auto;
    margin-left: auto;
    right: 12px; }
    .craftmachine-step4-description:before {
      left: auto;
      right: 45.5px; } }

@media (min-width: 1400px) {
  .craftmachine-step4-description:before {
    right: 58.5px; } }

@media (min-width: 1600px) {
  .craftmachine-step4-description:before {
    right: 64.5px; } }

@media (min-width: 1700px) {
  .craftmachine-step4-description {
    left: 50%;
    margin-left: -144px;
    right: auto; }
    .craftmachine-step4-description:before {
      left: 50%;
      right: auto; } }

.craftmachine-step-description-title {
  color: #fde389;
  font-family: "robotobold", Arial;
  margin-bottom: 10px; }

.craftmachine-step-description-text {
  font-size: 14px; }

.craftmachine-step-description.shown {
  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); }

.footer {
  background: #181818;
  color: #c1c1c1;
  position: relative; }
  @media (min-width: 1200px) {
    .footer {
      z-index: 800; } }

.footer-content {
  padding-top: 30px; }

.footer-top-left {
  padding-bottom: 30px; }

.footer-logos {
  padding-bottom: 15px;
  text-align: center; }

.footer-logos-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.footer-logos-list__item {
  display: inline-block;
  height: 36px;
  margin: 0 3px; }

.footer-logos-list__item-logo {
  display: inline-block;
  height: 36px; }

.footer-logos-list__item-logo-img {
  display: inline-block;
  height: 36px; }

.footer-logos-list__item-logo-hover {
  display: none; }

.desktop .footer-logos-list__item-logo {
  position: relative; }

.desktop a.footer-logos-list__item-logo:hover .footer-logos-list__item-logo-img {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop a.footer-logos-list__item-logo:hover .footer-logos-list__item-logo-hover {
  opacity: 1; }

.desktop .footer-logos-list__item-logo-img {
  outline: 1px solid transparent;
  -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 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.desktop .footer-logos-list__item-logo-hover {
  display: block;
  height: 100%;
  opacity: 0;
  outline: 1px solid transparent;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.footer-copyright {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  max-width: 288px; }

.share-wrapper {
  text-align: center; }

.share-wrapper-title {
  font-size: 14px;
  margin-bottom: 10px; }

.share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 28px; }

.share-list__item {
  display: inline-block;
  margin: 0 4px; }

.share-list__item-link {
  display: inline-block;
  text-decoration: none;
  min-width: 50px; }

.share-list__item-link-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  height: 50px;
  margin: 0 auto;
  overflow: visible;
  position: relative;
  width: 50px; }

.share-list__item-link-svg {
  display: block;
  height: 48px;
  width: 48px; }

.share-list__item-link-fill {
  fill: #fff; }

.desktop .share-list__item-link .share-list__item-link-circle {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.desktop .share-list__item-link .share-list__item-link-fill {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out; }

.desktop .share-list__item-link:hover .share-list__item-link-circle {
  border-color: #ff6000; }

.desktop .share-list__item-link:hover .share-list__item-link-fill {
  fill: #fff; }

.ie.desktop .share-list__item-link {
  background: rgba(24, 24, 24, 0.01); }

.footer-social-groups {
  padding-bottom: 25px;
  text-align: center; }

.footer-social-groups-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.footer-social-groups-list__item {
  display: inline-block;
  height: 30px;
  margin: 0 3px;
  width: 30px; }

.footer-social-groups-list__item-link {
  display: inline-block;
  height: 30px;
  width: 30px; }

.footer-social-groups-list__item-link-svg {
  display: inline-block;
  height: 30px;
  width: 30px; }

.footer-social-groups-list__item-link-fill {
  fill: #fff; }

.desktop .footer-social-groups-list__item-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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 .footer-social-groups-list__item-link:hover .footer-social-groups-list__item-link-fill {
    fill: #ff6000; }

.desktop .footer-social-groups-list__item-link-svg {
  left: -1px;
  position: absolute;
  top: -1px; }

.desktop .footer-social-groups-list__item-link-fill {
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out; }

.ie.desktop .footer-social-groups-list__item-link {
  background: rgba(0, 0, 0, 0.01); }

.footer-ratings {
  padding-bottom: 30px;
  text-align: center; }

.footer-ratings-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.footer-ratings-list__item {
  display: inline-block;
  margin: 0 3px 3px;
  height: 60px; }

.footer-ratings-list__item-logo {
  display: inline-block;
  height: 60px; }

.footer-ratings-list__item-logo-img {
  display: inline-block;
  height: 60px; }

.footer-ratings-list__item-logo-hover {
  display: none; }

.desktop .footer-ratings-list__item-logo {
  position: relative; }

.desktop a.footer-ratings-list__item-logo:hover .footer-ratings-list__item-logo-img {
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.desktop a.footer-ratings-list__item-logo:hover .footer-ratings-list__item-logo-hover {
  opacity: 1; }

.desktop .footer-ratings-list__item-logo-img {
  outline: 1px solid transparent;
  -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 0s ease-out;
  -o-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.desktop .footer-ratings-list__item-logo-hover {
  display: block;
  height: 100%;
  opacity: 0;
  outline: 1px solid transparent;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.footer-links-wrapper {
  border-top: 1px solid #3e4341;
  padding: 25px 0; }

.footer-links-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.footer-links-list__item {
  display: block; }

.footer-links-list__item-link {
  color: #c1c1c1;
  display: block;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 16px;
  text-align: center;
  text-decoration: none; }

.desktop .footer-links-list__item-link {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .desktop .footer-links-list__item-link:hover {
    color: #fff;
    text-decoration: underline; }

@media (min-width: 375px) {
  .footer-links-list__item-link {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 480px) {
  .footer-top-left {
    display: table;
    margin: 0 auto;
    padding-bottom: 28px;
    padding-left: 22px;
    padding-right: 25px; }
  .footer-logos {
    display: table-cell;
    padding-bottom: 0;
    text-align: left;
    vertical-align: middle; }
  .footer-copyright {
    display: table-cell;
    margin: 0;
    padding-bottom: 2px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
    max-width: none; }
  .footer-copyright-line {
    display: inline; }
  .share-wrapper {
    margin-bottom: 28px; }
  .share-wrapper-title {
    display: inline-block;
    line-height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: top; }
  .share-list {
    margin-bottom: 0; }
  .footer-links-list__item-link {
    padding: 6px 25px; } }

@media (min-width: 600px) {
  .footer-content {
    padding-bottom: 30px;
    text-align: center; }
  .footer-top-left,
  .footer-top-right {
    padding-left: 25px;
    padding-right: 25px; }
  .footer-copyright-line {
    display: block; }
  .footer-ratings {
    display: inline-block;
    padding-bottom: 0; }
  .footer-ratings-list__item {
    margin-bottom: 0; }
  .footer-links-wrapper {
    padding: 13px 25px;
    text-align: center; }
  .footer-links-list {
    display: inline-block;
    margin: 0 -12px; }
  .footer-links-list__item {
    display: inline-block; }
  .footer-links-list__item-link {
    display: inline-block;
    line-height: 21px;
    margin: 0 12px;
    padding: 0;
    white-space: nowrap; } }

@media (min-width: 640px) {
  .footer-top-left,
  .footer-top-right,
  .footer-links-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .footer-social-groups {
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 14px;
    padding-top: 16px;
    vertical-align: top; }
  .footer-ratings {
    display: inline-block; } }

@media (min-width: 768px) {
  .footer-top-left,
  .footer-top-right,
  .footer-links-wrapper {
    padding-left: 40px;
    padding-right: 40px; } }

@media (min-width: 960px) {
  .footer-top-left,
  .footer-top-right,
  .footer-links-wrapper {
    padding-left: 45px;
    padding-right: 45px; }
  .footer-top-right {
    padding-right: 42px;
    text-align: right; }
  .share-wrapper {
    display: block;
    float: left;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .footer-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 15px 20px 13px;
    width: 100%; }
  .footer-top-left {
    display: table-cell;
    padding: 0 40px 2px 0;
    text-align: left;
    vertical-align: middle; }
  .footer-logos {
    display: inline-block;
    margin-left: -3px;
    padding-bottom: 2px;
    padding-top: 4px;
    vertical-align: top; }
  .footer-copyright {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 10px;
    vertical-align: top;
    max-width: 240px; }
  .footer-top-right {
    display: table-cell;
    padding: 0;
    vertical-align: middle; }
  .share-wrapper {
    display: inline-block;
    float: none;
    padding-bottom: 4px;
    padding-right: 25px;
    padding-top: 6px; }
  .footer-links-wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1280px) {
  .footer-logos {
    padding-bottom: 0;
    padding-top: 2px; }
  .footer-copyright {
    max-width: 356px; }
  .footer-copyright-line {
    display: inline; } }

@media (min-width: 1400px) {
  .footer-content,
  .footer-links-wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .footer-copyright {
    max-width: none; }
  .footer-copyright-line {
    display: block; } }

.bullets-overlay {
  background: -moz-linear-gradient(left, rgba(4, 14, 44, 0) 0%, rgba(4, 14, 44, 0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(4, 14, 44, 0)), color-stop(100%, rgba(4, 14, 44, 0.9)));
  background: -webkit-linear-gradient(left, rgba(4, 14, 44, 0) 0%, rgba(4, 14, 44, 0.9) 100%);
  background: -o-linear-gradient(left, rgba(4, 14, 44, 0) 0%, rgba(4, 14, 44, 0.9) 100%);
  background: -ms-linear-gradient(left, rgba(4, 14, 44, 0) 0%, rgba(4, 14, 44, 0.9) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(4, 14, 44, 0)), to(rgba(4, 14, 44, 0.9)));
  background: linear-gradient(to right, rgba(4, 14, 44, 0) 0%, rgba(4, 14, 44, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00040e2c', endColorstr='#e6040e2c',GradientType=1 );
  display: none;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 1; }

.bullets-wrapper {
  display: block;
  height: 48px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  width: 48px;
  z-index: 800; }

.mobile-menu-hamburger {
  display: block;
  height: 48px;
  overflow: hidden;
  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.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 48px;
  z-index: 1; }
  .mobile-menu-hamburger i {
    background: #fff;
    display: block;
    height: 2px;
    margin: 23px auto;
    width: 20px; }
    .mobile-menu-hamburger i:before, .mobile-menu-hamburger i:after {
      background: #fff;
      content: '';
      display: block;
      height: 2px;
      left: 14px;
      position: absolute;
      width: 20px; }
    .mobile-menu-hamburger i:before {
      top: 17px; }
    .mobile-menu-hamburger i:after {
      top: 29px; }

.desktop .mobile-menu-hamburger i {
  -webkit-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }
  .desktop .mobile-menu-hamburger i:before, .desktop .mobile-menu-hamburger i:after {
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }

.desktop .mobile-menu-hamburger:hover i {
  background: #ff6000; }
  .desktop .mobile-menu-hamburger:hover i:before, .desktop .mobile-menu-hamburger:hover i:after {
    background: #ff6000; }

.mobile-menu-close {
  display: block;
  height: 16px;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(48px, 0, 0);
  -ms-transform: translate3d(48px, 0, 0);
  -o-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
  -webkit-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  width: 16px;
  z-index: 1; }

.mobile-menu-close-path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2; }

.desktop .mobile-menu-close .mobile-menu-close-path {
  -webkit-transition: stroke 0.25s ease-in-out;
  -o-transition: stroke 0.25s ease-in-out;
  transition: stroke 0.25s ease-in-out; }

.desktop .mobile-menu-close:hover .mobile-menu-close-path {
  stroke: #ff6000; }

.bullets-container {
  background: rgba(4, 14, 44, 0.33);
  height: 48px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.bullets-content {
  display: table;
  height: 100%;
  margin: 0 auto; }

.bullets-list-wrapper {
  display: table-cell;
  padding: 48px 0;
  text-align: center;
  vertical-align: middle; }

.bullets-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  position: relative; }

.bullets-list__item {
  display: block; }

.bullets-list__item-link {
  color: #fff;
  display: table;
  text-decoration: none;
  width: 100%; }

.bullets-list__item-icon-wrapper {
  display: table-cell;
  padding-left: 12px;
  padding-top: 2px;
  text-align: center;
  vertical-align: middle;
  width: 11px; }
  .bullets-list__item-icon-wrapper svg {
    height: 11px;
    width: 11px; }
  @media (min-width: 375px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 20px; } }
  @media (min-width: 480px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 25px; } }
  @media (min-width: 640px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 30px; } }
  @media (min-width: 768px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 40px; } }
  @media (min-width: 960px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 45px;
      width: 13px; }
      .bullets-list__item-icon-wrapper svg {
        height: 13px;
        width: 13px; } }
  @media (min-width: 1200px) {
    .bullets-list__item-icon-wrapper {
      padding-left: 60px; } }

.bullets-list__item-icon-path {
  fill: #fff; }

.bullets-list__item-label {
  display: table-cell;
  font: 12px "robotobold", Arial;
  letter-spacing: .5px;
  padding: 14px 16px 14px 12px;
  text-align: left;
  text-indent: .5px;
  text-transform: uppercase;
  vertical-align: middle; }
  @media (min-width: 375px) {
    .bullets-list__item-label {
      padding-right: 20px; } }
  @media (min-width: 480px) {
    .bullets-list__item-label {
      padding-right: 25px; } }
  @media (min-width: 640px) {
    .bullets-list__item-label {
      padding-right: 30px; } }
  @media (min-width: 768px) {
    .bullets-list__item-label {
      padding-right: 40px; } }
  @media (min-width: 960px) {
    .bullets-list__item-label {
      font-size: 14px;
      padding-left: 14px;
      padding-right: 45px; } }
  @media (min-width: 1200px) {
    .bullets-list__item-label {
      padding-right: 60px; } }

@media (orientation: landscape) and (max-width: 736px) {
  .bullets-content {
    width: 100%; }
  .bullets-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 65px;
    max-width: 705px; }
  .bullets-list__item {
    display: inline-block;
    vertical-align: top;
    width: 200px; }
  .bullets-list__item-icon-wrapper {
    display: none; }
  .bullets-list__item-label {
    padding-left: 24px;
    padding-right: 24px; } }

@media (orientation: landscape) and (max-width: 667px) {
  .bullets-list {
    padding: 0 30px 0 65px;
    text-align: left;
    max-width: 500px; } }

.bullets-wrapper.open {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%; }
  .bullets-wrapper.open .mobile-menu-hamburger {
    -webkit-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0); }
  .bullets-wrapper.open .mobile-menu-close {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .bullets-wrapper.open .bullets-container {
    background: rgba(4, 14, 44, 0.85);
    height: 100%;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }

.desktop .bullets-list__item-link {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out; }
  .desktop .bullets-list__item-link .bullets-list__item-icon-path {
    -webkit-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; }
  .desktop .bullets-list__item-link:hover {
    color: #ff6000; }
    .desktop .bullets-list__item-link:hover .bullets-list__item-icon-path {
      fill: #ff6000; }

@media (min-width: 1200px) {
  .desktop .bullets-overlay {
    display: block; }
  .desktop .bullets-wrapper {
    height: auto;
    overflow: visible;
    top: 50%;
    width: auto;
    z-index: 980; }
  .desktop .mobile-menu-hamburger {
    display: none; }
  .desktop .mobile-menu-close {
    display: none; }
  .desktop .bullets-container {
    background: none !important;
    height: auto;
    overflow: visible;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 60px; }
  .desktop .bullets-content {
    display: block;
    height: auto;
    margin: 0; }
  .desktop .bullets-list-wrapper {
    display: block;
    padding: 0; }
  .desktop .bullets-list {
    display: block;
    overflow: visible; }
  .desktop .bullets-list__item {
    height: 36px;
    overflow: visible;
    position: relative;
    width: 60px; }
  .desktop .bullets-list__item-link {
    display: block;
    height: 36px;
    overflow: visible;
    position: relative;
    width: 100%; }
    .desktop .bullets-list__item-link:hover {
      color: #fff; }
      .desktop .bullets-list__item-link:hover .bullets-list__item-icon-path {
        fill: #fff; }
      .desktop .bullets-list__item-link:hover .bullets-list__item-label {
        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); }
  .desktop .bullets-list__item-icon-wrapper {
    display: block;
    padding: 11.5px 24px;
    width: 12px; }
    .desktop .bullets-list__item-icon-wrapper svg {
      height: 12px;
      width: 12px; }
  .desktop .bullets-list__item-icon-path {
    fill: #2e3e71;
    -webkit-transition: fill 0.25s ease-in-out;
    -o-transition: fill 0.25s ease-in-out;
    transition: fill 0.25s ease-in-out; }
  .desktop .bullets-list__item.active .bullets-list__item-icon-wrapper {
    padding: 7px 21px 10px;
    width: 18px; }
    .desktop .bullets-list__item.active .bullets-list__item-icon-wrapper svg {
      height: 18px;
      width: 18px; }
  .desktop .bullets-list__item.active .bullets-list__item-icon-path {
    fill: #fff; }
  .desktop .bullets-list__item-label {
    display: block;
    font-size: 12px;
    line-height: 34px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 48px;
    text-shadow: 0 0 2px #040e2c;
    top: 0;
    -webkit-transform: translate3d(16px, 0, 0);
    -ms-transform: translate3d(16px, 0, 0);
    -o-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    white-space: nowrap; } }
  @media (min-width: 1200px) and (min-width: 1600px) {
    .desktop .bullets-list__item-label {
      font-size: 14px; } }
