/*  Variables
\*----------------------------------------------------------------------------*/
/**
 * Value to rem
 */
/**
 * Value to em
 */
/**
 * A small, internally-used function to remove the units from a given value.
 */
/**
 * Rem converter
 *
 * 1. Provide pixel fallback for ie8
 * 2. Loop over values
 *
 * Sample: @include rem(margin, 0 auto 300px, !important);
 */
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
 }
 
 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }
 
 body {
   line-height: 1;
 }
 
 ol,
 ul {
   list-style: none;
 }
 
 blockquote,
 q {
   quotes: none;
 }
 
 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 *,
 *:before,
 *:after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
 }
 
 html {
   font: 400 1em/1.25 "robotocondensed-regular", sans-serif;
   background: #000;
   color: #fff;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   height: 100%;
 }
 
 @media only screen and (min-width: 64.063em) {
   html {
     /* overflow: hidden; */
   }
 }
 
 body {
   margin: 0;
   min-height: 100%;
   font-size: 100%;
 }



 #fp-nav ul li {
   width: 8px;
   height: 8px;
   margin: 15px 5px;
 }

 #fp-nav ul li a span {
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin: 0;
    background-color: rgb(255, 255, 255);

 }

 #fp-nav ul li a.active span,
 #fp-nav ul li:hover a.active span {
    width: 8px;
    height: 8px;
    margin: 0;
    background-color:rgb(0, 225, 222);
 }

 #fp-nav ul li:hover a span {
   margin: 0;
   -webkit-transform: scale(1.3);
       -ms-transform: scale(1.3);
           transform: scale(1.3);
 }




 .platform-icons {
   position: fixed;
   top: 20px;
   right: 5.5%;
   margin: 0 0 0 22px;
   width:auto;
   height: auto;
   z-index: 90;
 }




 .platform-icons_item {
   display: inline-block;
   -webkit-transform: translate(0, 0);
   -ms-transform: translate(0, 0);
   transform: translate(0, 0);
 }
 .platform-icons__item-image {
   max-width: 34px;
 }
 .platform-icons-link {
   text-decoration: none;
   display: block;
   -webkit-transition: all .15s;
   -o-transition: all .15s;
   transition: all .15s;
 }
 .platform-icons-link:hover {
   text-decoration: none;
   -ms-transform: scale(1.05, 1.05);
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05, 1.05);
 }
 .flex-layout {
   display: block;
   width: 100%;
   text-align: center;
 }
 
 @media only screen and (min-width: 48em) {
   .flex-layout__t {
     display: -ms-flexbox;
     display: -webkit-box;
     display: flex;
     -ms-flex-flow: row wrap;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
             flex-flow: row wrap;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
   }
   .platform-icons__item-image {
     max-width: 50px;
     margin: 0 0 0 22px;
   }
   .platform-icons {
     top: 20px;
     right: 5.5%;
   }
 }
 
 .flex-layout_cell {
   display: inline-block;
   vertical-align: middle;
   width: 100%;
 }
 
 .flex-layout_fit {
   -ms-flex-preferred-size: auto;
   flex-basis: auto;
 }
 
 @media only screen and (min-width: 48em) {
   .column-70 {
     width: 66%;
   }
 }
 
 @media only screen and (min-width: 48em) {
   .column-30 {
     width: 33%;
   }
 }
 
 @font-face {
   font-family: "robotocondensed-regular";
   src: url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-regular.eot");
   src: url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-regular.eot?#iefix") format("embedded-opentype"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-regular.woff") format("woff"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-regular.ttf") format("truetype"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-regular.svg#RobotoCondensed-Regular") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 
 @font-face {
   font-family: "robotocondensed-bold";
   src: url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-bold.eot");
   src: url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-bold.eot?#iefix") format("embedded-opentype"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-bold.woff") format("woff"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-bold.ttf") format("truetype"), url("https://promo-cdn.worldofwarships.com/glows-28275/src/fonts/robotocondensed-bold.svg#RobotoCondensed-Bold") format("svg");
   font-weight: normal;
   font-style: normal;
 }
 
 
 @media screen and (max-width:600px) {
   .fullpage-slide[data-anchor="main-screen"] {
     min-height: calc(100vh - 220px);
   }
     
   .age-rating_image {
     width: 35px;
   }
 
   
 }
 
 
 @media only screen and (min-width: 600px) and (min-height: 380px) {
   .page-content {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background-size: cover !important;
   }
 
   .page-footer {
     /* position: absolute;
     bottom: 0;
     left: 0; */
   }
 
   .last-screen {
     width: auto;
     max-width: 100vw;
   }
 }
 
 .page-content {
   background-repeat: no-repeat;
   background-size: contain;
   background-position: top center;
   background-size: cover;
   min-height: 100vh;
 }
 
 @media only screen and (min-width: 80em) {
   .page-content {
     position: relative;
     top: auto;
     bottom: auto;
     left: auto;
     right: auto;
   }
 }
 
 body [data-hide="1"] {
   display: none;
 }
 
 .logo {
   margin-bottom: 20px;
 }
 
 .logo_image {
   width: 100%;
   max-width: 210px;
 }
 
 @media only screen and (min-width: 48em) {

  .desktop-none-displayed {
    max-width: 40%;
  }

   .logo_image {
     /* max-width: 40%; */
   }


 }
 
 .footer-links {
   margin-bottom: 15px;
 }
 
 .logo-footer {
   /* margin-bottom: 30px; */
 }
 
 .logo-footer_image {
   opacity: .4;
   height: 38px;
 }
 
 .logo-footer_image:hover {
   opacity: 1;
 }
 
 .cta {
   width: 100%;
   display: block;
   text-align: center;
 }
 
  .cta-button {
    display: inline-block;
    font-family: "robotocondensed-bold", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fe5000;
    color: #fff;
    font-size: 22px;
    padding: 17px 35px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.70);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.70);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
 
 .cta-button:hover {
   background-color: #d14504;
 }

 #section1 .cta a {
   margin-top: 25vh;
 }
 
 @media only screen and (min-width: 100em) {
   .cta-button {
     font-size: 30px;
     padding: 23px 50px;
     margin-top: 15vh;
   }
 }
 
 .cta-space {
   padding: 20px 0;
 }
 
 .stub {
   display: none;
 }
 
 .screen-title {
   font-family: "robotocondensed-bold", sans-serif;
   font-size: 30px;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 0 5px 5px rgba(0, 0, 0, 0.56);
 }
 
 @media only screen and (min-width: 40em) {
   .screen-title {
     font-size: 3vw;
   }
 }
 
 @media only screen and (min-width: 100em) {
   .screen-title {
     font-size: 80px;
   }
 }
 
 @media only screen and (min-width: 80em) {
   .last-screen {
     position: static;
     top: auto;
     left: auto;
     -webkit-transform: none;
     -ms-transform: none;
     transform: none;
     padding-bottom: 0;
   }
 }
 
 .last-screen-container {
   text-align: center;
   vertical-align: middle;
   margin: 0 auto;
   position: relative;
   padding: 20px;
   z-index: 1;
 }
 
 @media only screen and (min-width: 64em) {
   .last-screen-container {
     display: block;
     max-width: 55%;
   }
 }
 
 
 .last-screen .logo {
   margin-bottom: 50px;
 }
 
 .last-screen .screen-title {
   margin-bottom: 80px;
 }
 
 .age-rating {
   margin: 0 auto;
 }
 
 @media only screen and (min-width: 48em) {
   .age-rating {
     text-align: right;
   }
 }
 
 .age-rating_item {
   display: inline-block;
   vertical-align: top;
   margin: 0 auto;
 }
 
 @media only screen and (min-width: 48em) {
   .age-rating_item {
     margin-left: 10px;
   }
 }
 
 .age-rating_link {
   opacity: .7;
 }
 
 .age-rating_link:hover {
   opacity: 1;
 }
 .age-rating_image {
  max-width: 80px;
}

 .footer-nav {
   text-align: center;
   margin-left: 30px;
   /* margin-bottom: 30px; */
 }
 
 .footer-nav_item {
   text-transform: uppercase;
   display: inline-block;
   margin-right: 15px;
 }
 
 .footer-nav_link {
   color: #ffffff;
   opacity: 0.5;
   text-decoration: none;
   font-weight: normal;
   font-size: 12px !important;
   font-family: "Arial", sans-serif;
 }
 
 .footer-nav_link:hover {
   border: none !important;
   text-decoration: none;
   color: #fff;
   opacity: 0.9;
 }



@media only screen and (min-width: 48em) {
   .footer-nav_link {
     /* font-size: 9px; */
   }
 }
 
 @media only screen and (min-width: 48em) {
   .footer-nav {
     text-align: left;
   }
 }
 
 .copyright,
 .copyright-full {
   text-align: center;
   font: 400 9px/12px "Arial", sans-serif;
   color: #696969;
 }
 
 .copyright a,
 .copyright-full a {
  font: 400 9px/12px "Arial", sans-serif;
  color: #7a7a7a;
  text-decoration: underline;
 }

 .copyright a:hover,
 .copyright-full a:hover {
  text-decoration: none;
 }

 .copyright-full_text {
   margin-top: 0.5em;
   margin-bottom: 10px;
 }
 
 
 @media only screen and (min-width: 48em) {
   .copyright,
   .copyright-full {
     text-align: left;
   }
 }
 
 .page-footer {
   width: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   text-align: center;
   padding: 10px 20px;
 }
 
 @media only screen and (min-width: 80em) {
   .page-footer {
     position: relative;
     bottom: auto;
     left: auto;
   }
 }
 
 .page-footer_container {
   max-width: 1600px;
   margin: 0 auto;
 }
 
 @media only screen and (min-width: 100em) {
   .page-footer_container {
     margin: 0 auto;
   }
 }
 
 .fullscreen-bg {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   overflow: hidden;
   display: none;
 }
 
 @media only screen and (min-width: 64.063em) {
   .fullscreen-bg {
     display: block;
   }
 }
 
 .fullscreen-bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
 }
 
 @media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) {
   .fullscreen-bg_video {
     width: 100%;
     height: auto;
   }
 }
 
 @media (min-aspect-ratio: 16 / 9) {
   .fullscreen-bg_video {
   }
 }
 
 @media (max-aspect-ratio: 16 / 9) {
   .fullscreen-bg_video {
   }
 }
 
 .tablet .fullscreen-bg {
   display: none;
 }
 
 
 
 .desktop-none-displayed {
   display: block;
 }
 
 @media only screen and (min-width: 64.063em) {
   .desktop-none-displayed {
     display: none;
   }
 }
 
 
 .legends-label {
   position: absolute;
   right: 0;
   bottom: 5vh;
   z-index: 10;
 }
 
 .legends-label_link {
   display: block;
   width: 100%;
   opacity: 0.6;
   -webkit-transition: opacity 0.25s ease-in;
   -o-transition: opacity 0.25s ease-in;
   transition: opacity 0.25s ease-in;
 }
 
 .legends-label_link:hover {
   opacity: 1;
 }
 
 .legends-label_link img {
   display: block;
   width: 250px;
 }
 
 @media screen and (max-width: 600px) {
 
   .legends-label_link img {
     width: 100px;
   }
 }
 
 @media only screen and (min-height: 380px) and (min-width: 600px) and (max-width:80em) {
   .legends-label_link img {
     width: 170px;
   }
 
   .legends-label {
     /* bottom: 200px; */
   }
 
 }
 
 @media screen and (max-width: 48em) {
   .legends-label {
     /* bottom: 260px; */
   }


 
   .last-screen {
     /* -webkit-transform: unset;
         -ms-transform: unset;
             transform: unset; */
   }
 }
 
  
 @media screen and (max-width: 48em) and (max-height: 400px) {
  .legends-label {
    bottom: 0;
  }

  .legends-label_link img {
    width: 100px;
  }
 }
 
 
 /* header  */
 .screen-header {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 10;
 
   position: fixed;
 }
 
 @media screen and (max-width: 80em) {
   .last-screen {
    /* position: absolute; */
    /* right: 0; */

     top: 0;
     height: 100%;
     /* -webkit-transform: translate(-50%, 50%);
         -ms-transform: translate(-50%, 50%);
             transform: translate(-50%, 50%); */

 
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 
     /* min-height: 480px; */
   }
 
   .last-screen-container {
     width: 100%;
   }
 }
 
 @media screen and (max-width: 600px) {
   .last-screen {
     /* -webkit-transform: unset;
         -ms-transform: unset;
             transform: unset; */
   }
 
   .last-screen-container {
     padding-top: 90px;
   }

   .logo_image {
     max-width: 260px;
   }
 
   .cta-button {
     font-size: 17px;
     padding: 15px 19px;
   }
 }
 
 
 /* language switcher */
 
 .lang-switcher {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-top: 35px;
   margin-right: 25px;
   cursor: pointer;
   opacity: 0.7;
   -webkit-transition: opacity 0.2s ease-in;
   -o-transition: opacity 0.2s ease-in;
   transition: opacity 0.2s ease-in;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 }
 
 .lang-switcher:hover {
   opacity: 1;
 }
 
 .lang-switcher__icon {
   width: 19px;
   height: 19px;
   margin-right: 10px;
 }
 
 .lang-switcher__icon  svg{
   width: 19px;
   height: 19px;
 }
 
 .lang-switcher__label {
 
 }
 
 
 
 /* modal lang */
 
 .modal-languages {
   display: none;
   position: fixed;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   z-index: 999;
   overflow: hidden;
 
 }
 
 
 
 .modal-languages--active {
   display: block;
 }
 
 /* .modal-languages--active .modal-languages__outer {
   animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
 }
 
 .modal-languages--active .modal-languages__content {
 
   animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 } */
 
 .modal-languages--showing .modal-languages__outer {
   -webkit-animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
           animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
 }
 
 .modal-languages--showing .modal-languages__content {
 
   -webkit-animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 
           animation: 0.3s ease-in-out forwards showModalLanguagesContent;
 }
 
 @-webkit-keyframes showModalLanguagesOuter {
   from { 
     display: block;
     opacity: 0; }
 
   to { opacity: 1;}
 }
 
 @keyframes showModalLanguagesOuter {
   from { 
     display: block;
     opacity: 0; }
 
   to { opacity: 1;}
 }
 
 @-webkit-keyframes showModalLanguagesContent {
   from { -webkit-transform: translateX(100%); transform: translateX(100%);}
   to { -webkit-transform: translateX(0); transform: translateX(0);}
 }
 
 @keyframes showModalLanguagesContent {
   from { -webkit-transform: translateX(100%); transform: translateX(100%);}
   to { -webkit-transform: translateX(0); transform: translateX(0);}
 }
 
 .modal-languages--hiding .modal-languages__outer {
   animation: 0.3s ease-in-out forwards reverse showModalLanguagesOuter;
 }
 .modal-languages--hiding .modal-languages__content {
   animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent;
 }
 
 
 .modal-languages__outer {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(50,60,59,0.7);
   -webkit-transition: background-color 0.3s ease-in;
   -o-transition: background-color 0.3s ease-in;
   transition: background-color 0.3s ease-in;
 
 
 }
 
 .modal-languages__content {
   /* display: none; */
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   min-width: 220px;
   padding-top: 50px;
   background-color: rgb(16, 20, 24);
   overflow-y: auto;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 
   /* animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent; */
 
 }
 
 .modal-languages__close {
   position: absolute;
   top: 6px;
   right: 6px;
 
   display: block;
   width: 22px;
   height: 22px;
   padding: 0;
   font-size: 22px;
   line-height: 22px;
   color: #ffffff;
   opacity: 0.65;
   text-align: center;
 
   text-decoration: none;
   background-color: transparent;
   outline: none;
   border: none;
   -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
   -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
 
   cursor: pointer;
   will-change: opacity;
 }
 
 .modal-languages__close:hover {
   opacity: 0.9;
 }
 
 .modal-languages__close:active {
   opacity: 1;
 }
 
 .modal-languages__realms-list {
   padding: 0 20px 20px;
   display: block;
   height: 100%;
   overflow-y: auto;
 }
 
 .modal-languages__realm {
   display: block;
   margin-top: 45px;
   padding: 0 10px;
 }
 
 .modal-languages__realm:first-child {
   margin-top: 0;
 }
 
 .modal-languages__realm-title {
   display: block;
   font-size: 16px;
   font-weight: 700;
   color: #ffffff;
 }
 
 .modal-languages__languages-list {
   display: block;
   margin-top: 20px;
 }
 
 .modal-languages__language-item {
   display: block;
   margin-bottom: 7px;
 }
 
 
 .modal-languages__language-item--active .modal-languages__language-link {
   opacity: 0.8;
 }
 
 .modal-languages__language-item--active .modal-languages__language-link:before {
   content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='10' height='20' viewBox='0 -5 10 20'%3E%3Cpath stroke='%23FFF' stroke-linejoin='round' stroke-linecap='round' fill='none' d='M1 6.1l4.05 4.05L1 14.2'/%3E%3C/svg%3E");
 }
 
 .modal-languages__language-link {
   display: block;
   font-size: 14px;
   line-height: 22px;
   color: #ffffff;
   opacity: 0.5;
   will-change: opacity;
   -webkit-transition: opacity 0.25s linear;
   -o-transition: opacity 0.25s linear;
   transition: opacity 0.25s linear;
   text-decoration: none;
 }
 
 .modal-languages__language-link:hover {
   opacity: 0.9;
 }




/* arrow down */

.arrow-down {
  position: absolute;
  bottom: 9%;
  left: calc(50% - 32.5px);
  z-index: 1;
  width: 65px;
  height: 15px;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAVCAYAAADLuIn8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQ3NkE3OTIzQTAxMTFFNjhGQUFFMTFENUE0NDZENkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQ3NkE3OTMzQTAxMTFFNjhGQUFFMTFENUE0NDZENkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDc2QTc5MDNBMDExMUU2OEZBQUUxMUQ1QTQ0NkQ2RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDc2QTc5MTNBMDExMUU2OEZBQUUxMUQ1QTQ0NkQ2RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpjUge4AAAKfSURBVHja7JlrTxNBFIanWWhF5FJo5OdolCCEotGmu7+xbQpRIAW8RH4OhDsKUmjqmeRpMt0gu6f0ssWe5P3S7Cyzz86875kl1Ww2vxpj1kVV0aEZVS/qpagg+pQS4E1+bIh+isq8gKMRp0dVzgIW+aLXIs/+6AJ36070A/gbopMRv1g1J/oI5DeisfAF/wLu1q3ou6gk+iw6HXFtq6zogygQvRWNP3RxHOBu1UV7ogrwz/9TyDNALoqWROm4Ay3wRbymgLnHrRvRLrbzRXT5xCFPid5jF+9EGcXYQ5qS9ZSzwD3M3ecF5BQ3/COqAX9L9OuJQH4hysNkRfRMMfaI5qNMM9JorfD7Lh7D9H1CYE7xh65F29iOhX81ZJCfA9naxapoQjH2hCajTNNxd5+lRN1knDAI8K2sYgK/gV9iB1wnFPIEKzgA8qRi7Cl5VqK5uI3ycM3E0oREEfgzirHWZjZ5+zvY0CDL2sMyu3gN+4hb50Cu0ETUNaHZ6YQzhIdPmEwpxl4QtGUmfNMnyBkWTGvO04qxl86cdzud82OAh1fLCg+SV66WMx7EbslvmtWi2JWL2IWFPKvclVtArnVjV3YLeNgPV7GdPCGk8cMNtmqkH8bInSKhr8mdKyBXyJ+u5k4vgLs1CfyAHaBJ/ONQ4jcirvdCndW8srOqscu2CfueVK+Bh3vaNYAsd9DTVoG/78C3kF9xz0IHZ4cd7rnZr7NDP4G7Ne2c2paUp7YD4BsgLyhPx3vO6fii3w8+KOBuzQI/INzSXb5/nTAuAflskA+bBOBuZfHfoonx5e2Ban3hrJADifnCmTTgbs2b9m/LXsT1DdP+Df84iQ+VZOBu5fBrn5D0HMj7QK6aIfgv1bAAd2sB+AbIB8M0+b8CDADlStnSY4CkbwAAAABJRU5ErkJggg==);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-animation: arrow-down 3.5s infinite;
          animation: arrow-down 3.5s infinite;
  cursor: pointer;
}

@-webkit-keyframes arrow-down {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: .7
  }

  to {
      -webkit-transform: translateY(30px);
      transform: translateY(27px);
      opacity: 0
  }
}

@keyframes arrow-down {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: .7
  }

  to {
      -webkit-transform: translateY(30px);
      transform: translateY(27px);
      opacity: 0
  }
}

@media screen and (max-width:1024px) {
  .arrow-down {
    display: none;
  }
}
/* arrow down end */


 /* sections personal styles */

#section1 .last-screen{
  min-height: 95vh;
}



@media screen and (max-width: 64em) {
  #section1 .last-screen {
    min-height: 97vh;
    min-height: calc(var(--vh, 1vh) * 97);
    background-image: url(../images/bg_nologo-min.jpg);
    background-position: center;
    background-size: cover;
  }
}


#section1 .last-screen-container {
  /* width: 100%; */
  min-height: 95vh;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 
 #section2 .last-screen-container {
   position: relative;
   width: 100%;
  max-width: unset;

   /* min-height: 100vh; */
   padding: 0;
   overflow: hidden;
   /* background-color: blue; */
 }

 #section2 .swiper-container {
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
 }

 #section2 .swiper-slide {
   background-size: cover;
   background-position: center;
 }

 #section2 .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
   width: 40%;
   height: 100vh;
   margin-left: auto;
   background-color: rgba(0,0,0,0.6);
   padding: 40px 30px;
 }

 #section2 .swiper2-container {
  position: relative;
  overflow: hidden;
  /* background-color: rgba(255,255,255,0.2); */
}

#section2 .swiper2-container .swiper-wrapper {

}

.swiper2__slide-title {
  display: block;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;

  font-family: 'robotocondensed-regular', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.swiper2__slide-text {
  display: block;
  width: 100%;
  max-width: 70%;
  min-height: 200px;
  max-height: 60vh;
  margin: 2em auto 0;
  font-family: 'robotocondensed-regular', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;

  overflow-y: auto;
}

#section2 .swiper-buttons__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.9;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  opacity: 1;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}


#section2 .cta-button__wrapper {
  position: absolute;
  left: 50%;
  bottom: 15vh;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#section2 .cta-button {
  margin: 0;
}


/* screen2 media */
@media screen and (min-width: 1920px) {
  .swiper2__slide-title {
    font-size: 2em;
  }

  .swiper2__slide-text {
    font-size: 1.4em;
  }
}

/* screen 2 media 320 - 1024 */
@media screen and (max-width: 1024px) {

  body {
    font-size: 14px;
  }

  #section2 .content-wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: calc(56px + 5vh + 5px);
  }

}

@media screen and (max-width: 640px) {

  .lang-switcher {
    margin-right: 10px;
  }

  #section2 .content-wrapper {
    padding: 20px 15px 60px;
  }

  .swiper2__slide-text {
    max-width: 95%;
    max-height: 45vh;
  }

  #section2 .cta-button__wrapper {
    bottom: 20px;
  }
}



/* wide age rating readu to clear */
@media only screen and (min-width: 48em) {
   .footer-nav_link {
     /* font-size: 9px; */
   }
 }
 
 @media only screen and (min-width: 48em) {
   .footer-nav {
     text-align: left;
   }
 }
 
 .copyright,
 .copyright-full {
   text-align: center;
   font: 400 9px/12px "Arial", sans-serif;
   color: #696969;
 }

 .copyright a,
 .copyright-full a {
  font: 400 9px/12px "Arial", sans-serif;
  color: #7a7a7a;
  text-decoration: underline;
 }

 .copyright a:hover,
 .copyright-full a:hover {
  text-decoration: none;
 }
 
 .copyright-full_text {
   margin-top: 0.5em;
   margin-bottom: 10px;
 }

 
 @media only screen and (min-width: 48em) {
   .copyright,
   .copyright-full {
     text-align: left;
   }
 }
 
 .page-footer {
   width: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   text-align: center;
   padding: 10px 20px;
 }
 
 @media only screen and (min-width: 80em) {
   .page-footer {
     position: relative;
     bottom: auto;
     left: auto;
   }
 }
 
 .page-footer_container {
   max-width: 1600px;
   margin: 0 auto;
 }

  .page-footer_container--wide-age .age-rating_item,
  .page-footer_container--wide-age .age-rating_link,
  .page-footer_container--wide-age .age-rating_image {
    display: inline-block;
    width: 100%;
  }

  @media screen and (max-width: 1200px) {
    .page-footer_container--wide-age .flex-layout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

     .page-footer_container--wide-age .flex-layout_cell {
       width: 100%;
     }

     .page-footer_container--wide-age .age-rating_link {
       display: block;
       max-width: 70%;
       margin: 0 auto;
       text-align: center;
       
     }
  }

  @media screen and (max-width: 640px) {
    .page-footer_container--wide-age .age-rating_link {
      max-width: 100%;
    }
  }


 .page-footer_container--wide-age .age-rating_image {
   max-width: 600px;
 }
 

 /*  */

 
 /* bonuses */
 .cta-button {margin-top: 25vh;}

 @media screen and (max-width:1024px) {
  .cta-button {margin-top: 5vh;}
 }



 .bonuses {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-pack: distribute;
       justify-content: space-around;
   -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
   margin-top: 6vh;
 }

 .bonuses__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   width: calc(100% / 6);
   max-width: 190px;
   min-width: 150px;
 }

 .bonuses__item-image-wrapper {
   width: 100%;
 }

 .bonuses__item-image {
   display: block;
   width: 100%;
 }

 .bonuses__item-texts {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
 }

 .bonuses__item-title {
   display: block;
   margin-top: 0.7em;
   font-size: 18px;
   color: #ffcc66;
   font-family: "robotocondensed-bold", sans-serif;
   text-transform: uppercase;
   text-shadow: 0px -3px 15px rgba(0, 0, 0, 0.6);
 }

 .bonuses__item-subtitle {
   display: block;
   margin-top: .3em;
   font-size: 14px;
   color: #ffcc66;
   font-family: "robotocondensed-bold", sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   text-shadow: 0px 0px 12px rgba(0, 0, 0, 1);
   opacity: 0.8;
 }


@media screen and (max-width: 1600px) {

  .last-screen-container {
    min-height: 750px;
    /* height: 100vh; */
  }

  .bonuses__item  {
    min-width: 130px;
  }

  .bonuses__item-title {
    font-size: 16px;
  }

  .bonuses__item-subtitle {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .bonuses__item {
    margin-top: 1em;
  }

  .bonuses__item-title {
    font-size: 14px;
  }

  .bonuses__item-subtitle {
    font-size: 11px;
  }
}

@media screen and (max-width: 600px) {
  .bonuses__item {
    width: 50%;
  }

  .bonuses__item-image-wrapper {
    width: 90px;
  }
}


 /* bonuses end */
