/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: https://meyerweb.com
	HTML5 Doctor				:: https://html5doctor.com
	and the HTML5 Boilerplate	:: https://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
     https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
  */
img,
object,
embed {
  max-width: 100%;
}

/*
     Note: keeping IMG here will cause problems if you're using foreground images as sprites.
       In fact, it *will* cause problems with Google Maps' controls at small size.
      If this is the case for you, try uncommenting the following:
  
  #map img {
          max-width: none;
  }
  */
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
      don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type="button"] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* tables still need cellspacing="0" in the markup */

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */

/* standardize any monospaced elements */

/* hand cursor on clickable elements */

/* Webkit browsers add a 2px margin outside the chrome of form elements */

/* make buttons play nice in IE */

/* scale images in IE7 more attractively */

/* prevent BG image flicker upon hover
     (commented out as usage is rare, and the filter syntax messes with some pre-processors)
  .ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
  */
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-v20-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"),
    url("https://promo-cdn.worldofwarships.com/global_static/fonts/roboto-condensed-v18-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}
body {
  position: relative;
  width: 100%;
  min-width: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  overflow: hidden;
  background-color: #000000;
}

/*
  * Technical classes:
  .animated-screen--disabled
  .
  */
.animated-screen {
  display: none;
}

body.loading .animated-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 9999;
  background-color: #000000;
}
body.loading .animated-screen.animated-screen--disabled {
  display: none;
}

.animated-screen--fade-out .animated-screen {
  -webkit-animation: animatedScreenFadeOut 0.3s linear forwards;
  animation: animatedScreenFadeOut 0.3s linear forwards;
}

.animated-screen__logo {
  display: block;
  width: 40%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.animated-screen__logo svg {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0px 8px 35px rgba(0, 0, 0, 0.55));
  filter: drop-shadow(0px 8px 35px rgba(0, 0, 0, 0.55));
}

.animated-screen__text {
  display: block;
  width: 90%;
  margin-top: 1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2.25em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  -webkit-animation: showElement 0.3s linear forwards;
  animation: showElement 0.3s linear forwards;
}

.animated-screen__spinner {
  margin-top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/processing-spinner-small.png);
  opacity: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: showElement 0.3s linear forwards, rotateElement 0.5s linear infinite;
  animation: showElement 0.3s linear forwards, rotateElement 0.5s linear infinite;
  -webkit-animation-delay: 0.5s, 0.3s;
  animation-delay: 0.5s, 0.3s;
}

@media screen and (max-width: 1280px) {
  .animated-screen__logo {
    width: 60%;
  }

  .animated-screen__text {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .animated-screen__logo {
    width: 100%;
  }

  .animated-screen__text {
    font-size: 1.625em;
  }
}
@-webkit-keyframes animatedScreenFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes animatedScreenFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes showElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showElement {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotateElement {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateElement {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.portrait {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;

  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: #000000;
}

.portrait--active {
  display: flex;
}

.phone-wrapper {
  position: relative;
  width: 232px;
  height: 206px;
  margin-bottom: 40px;
}

.phone {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95px;
  height: 206px;
  border-radius: 8px;
}

.phone--portrait {
  border: 4px solid #82878c;
}

.phone--landscape {
  border: 4px solid #ffffff;
  transform: rotate(90deg);
  left: 40%;
  bottom: -27%;
  animation: rotate 3s infinite;
}

.phone-arrow {
  position: absolute;
  left: 55%;
  top: 20%;
  transform: rotate(90deg) scale(-1, 1);
}

.portrait .title {
  font-family: "robotocondensed-bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.8);
}

.portrait .description {
  font-family: "robotocondensed-regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

@keyframes rotate {
  0% {
    transform: rotate(90deg);
    left: 40%;
    bottom: -27%;
  }
  100% {
    transform: rotate(0);
    left: 0;
    bottom: 0;
  }
}

.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 565px;
}

.screen.screen--not-interactive * {
  pointer-events: none;
}

.screen__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /* min-height: 80px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  background-color: #090c1d;
  z-index: 10;
}

.topbar__logo {
  display: block;
  height: 50px;
  margin: 10px;
}
.topbar__logo img {
  display: block;
  height: 100%;
  width: 100%;
}

.topbar__logo .desktop {
  display: block;
}
.topbar__logo .mobile {
  display: none;
}

.topbar__separator {
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 15px;
  background-color: #ffffff;
  opacity: 0.5;
}

.topbar__text {
  display: block;
  flex-grow: 1;
  flex-basis: 100%;
  /* margin: 10px; */
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3125;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
}

.topbar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 99%;
  left: 0;
  background: linear-gradient(180deg, #090c1d 0%, rgba(9, 12, 29, 0) 100%);
}

@media screen and (max-width: 960px) {
  .screen-swiper {
    position: relative;
  }
}

.section {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.section__link {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .section:hover .section__color--ps,
  .section:active .section__color--ps {
    background-color: #003d91;
    opacity: 0.8;
  }
  .section:hover .section__color--xbox,
  .section:active .section__color--xbox {
    background-color: #51a81b;
    opacity: 0.6;
  }
  .section:hover .section__color--pc,
  .section:active .section__color--pc {
    background-color: #13d5ff;
    opacity: 0.7;
  }
}
.section.section--left {
  top: 0;
  left: 0;
  width: 38.33%;
  background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/PS.jpg);
  -webkit-clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 61% 100%, 0% 100%);
  z-index: 1;
}
.section.section--left .section__content {
  -webkit-transform: translateX(calc(39% / 4 * -1));
  -ms-transform: translateX(calc(39% / 4 * -1));
  transform: translateX(calc(39% / 4 * -1));
}
.section.section--center {
  top: 0;
  left: 50%;
  width: 54%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/XBOX.jpg);
  z-index: 0;
}
.section.section--right {
  top: 0;
  right: 0;
  width: 38.33%;
  background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/PC.jpg);
  -webkit-clip-path: polygon(39% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(39% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
.section.section--right .section__content {
  -webkit-transform: translateX(calc(39% / 4));
  -ms-transform: translateX(calc(39% / 4));
  transform: translateX(calc(39% / 4));
}

.section__color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #222222; */
  /* opacity: 0.3; */
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 0;
}

.section__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 1;
}

.section__platform {
  display: block;
  width: 100%;
  max-width: 175px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section__platform svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .screen:not(.screen--not-interactive):hover .section__platform {
    opacity: 0.5;
  }

  .section:not(.screen--not-interactive):hover .section__platform {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 1;
  }
}

@media screen and (max-width: 1280px) {
  .topbar {
    width: 100%;
  }

  .topbar__logo {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section__platform {
    max-width: 130px;
  }
}
@media screen and (max-width: 960px) {
  .screen {
    display: block;
    height: calc(var(--vh) * 100);
    max-height: calc(var(--vh) * 100);
  }

  .topbar {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
  }

  .topbar__logo {
    height: auto;
    max-width: 40%;
    height: 40px;
    margin: 5px;
    margin-top: 20px;
  }
  .topbar__logo .desktop {
    display: none;
  }
  .topbar__logo .mobile {
    display: block;
  }
  .topbar__separator {
    transform: rotate(9deg);
  }

  .topbar__text {
    width: 100%;
    font-size: 20px;
    line-height: 36px;
  }
  .section {
    position: inherit;
    cursor: auto;
  }
  /* .section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
  } */
  .section.section--left,
  .section.section--center,
  .section.section--right {
    width: 100%;
    min-height: calc((var(--vh) * 100) - 146px);
    height: 100%;
    -webkit-clip-path: none;
    clip-path: none;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    clip-path: none;
  }

  .section__content {
    height: calc(50% + 20px);
    margin-top: auto;
    padding-right: 120px;
    flex-direction: column;
    justify-content: flex-end;
    justify-content: space-between;
  }

  .section.section--left .section__content,
  .section.section--center .section__content,
  .section.section--right .section__content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section.section--left {
    background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/PS_mobile.jpg);
  }
  .section.section--center {
    background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/XBOX_mobile.jpg);
  }
  .section.section--right {
    background-image: url(https://promo-cdn.worldofwarships.com/glows-50909/src/images/PC_mobile.jpg);
  }

  .section:hover .section__platform {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section__platform {
    max-width: 50px;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .topbar {
    /* padding: 10px; */
    /* padding-top: 20px; */
    /* padding-top: calc(var(--vh) * 5); */
  }
  .topbar::after {
    height: 60%;
  }
  .topbar__logo {
    align-self: auto;
  }
}

.footer {
  display: block;
  padding: 1.3125em 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.footer__row:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.25em 0;
  background-color: #fff;
  opacity: 0.1;
}

.footer__wargaming-logo {
  display: block;
  margin-right: 3.5625em;
}

.footer__wargaming-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 3.5625em;
}

.footer__link-wrapper {
  display: inline-block;
  margin-right: 2.5em;
}

.footer__link {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.54;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__link:hover {
  opacity: 1;
}
.footer__link:active {
  text-decoration: underline;
}

.footer__language-picker {
  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;
  opacity: 0.54;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__language-picker:hover {
  opacity: 1;
}
.footer__language-picker:active {
  opacity: 0.7;
}

.language-picker__icon {
  display: block;
  width: 41px;
  margin-right: 0.25em;
}
.language-picker__icon img {
  display: block;
  width: 100%;
}

.language-picker__language {
  display: block;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}

.language-picker__realm {
  display: block;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}

.language-picker__arrow {
  display: block;
  width: 16px;
  height: 16px;
}
.language-picker__arrow svg {
  display: block;
  width: 100%;
  height: 16px;
}

.footer__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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  line-height: 1.16;
  opacity: 0.54;
}

@media screen and (max-width: 1200px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__wargaming-logo {
    margin: 0;
  }

  .footer__menu {
    margin-top: 1.875em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__links {
    margin: 1.875em 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__link-wrapper {
    margin: 0 1.25em;
  }

  .footer__texts {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .footer__links {
    margin-top: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__link-wrapper {
    margin: 1.25em 0 0;
  }
  .footer__link-wrapper:first-child {
    margin: 0;
  }
}
.age-ratings {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.age-ratings__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.age-rating__item {
  display: block;
  height: 55px;
  margin: 0 4px;
  opacity: 0.9;
  text-decoration: none;
}
.age-rating__item:last-child {
  margin-right: 0;
}
.age-rating__item:first-child {
  margin-left: 0;
}

.age-rating__item img {
  display: block;
  height: 100%;
}

.age-ratings__description {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  opacity: 0.7;
}

@media screen and (max-width: 1279px) {
  .age-ratings {
    margin-top: 1.25em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body #ot-sdk-btn.ot-sdk-show-settings {
  display: none;
  padding: 0;
  color: #ffffff;
  border: none;
  height: auto;
  white-space: normal;
  word-wrap: break-word;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

body #ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent;
  border-bottom: none;
}

.mobile-section {
  display: none;
}

.desktop-section {
  display: flex;
}

@media screen and (max-width: 960px) {
  .mobile-section {
    display: flex;
  }

  .desktop-section {
    display: none;
  }
}

/* buttons */

.tabs {
  display: none;
}

@media screen and (max-width: 960px) {
  .tabs {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
  }

  .tabs__list {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .tabs__item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
  }

  .tabs__item.active {
    display: none;
  }

  .tabs__item--ps {
    background-color: rgba(0, 61, 145, 0.8);
  }

  .tabs__item--xbox {
    background-color: rgba(81, 168, 27, 0.8);
  }

  .tabs__item--pc {
    background-color: rgba(19, 213, 255, 0.8);
  }

  .button-container {
    margin: 0;
    margin-bottom: calc(var(--vh) * 10);
  }
  .button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 25px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.15em;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background-color: #f56914;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 0 0 #f56914;
    box-shadow: 0 0 0 #f56914;
  }

  .button__label {
    display: block;
  }
  .button.button--windows {
    -webkit-box-shadow: 0 0 0 #00adef;
    box-shadow: 0 0 0 #00adef;
    background-color: #00adef;
  }
  .button.button--windows:hover {
    -webkit-box-shadow: 0 8px 30px #00adef;
    box-shadow: 0 8px 30px #00adef;
  }
  .button.button--windows:active,
  .button.button--windows:focus {
    background-color: #00adef;
    outline: transparent;
  }
  .button.button--ps {
    -webkit-box-shadow: 0 0 0 #003d91;
    box-shadow: 0 0 0 #003d91;
    background-color: #003d91;
  }
  .button.button--ps:hover {
    -webkit-box-shadow: 0 8px 30px #003d91;
    box-shadow: 0 8px 30px #003d91;
  }
  .button.button--ps:active,
  .button.button--ps:focus {
    background-color: #003d91;
    outline: transparent;
  }
  .button.button--xbox {
    -webkit-box-shadow: 0 0 0 #51a81b;
    box-shadow: 0 0 0 #51a81b;
    background-color: #51a81b;
  }
  .button.button--xbox:hover {
    -webkit-box-shadow: 0 8px 30px #51a81b;
    box-shadow: 0 8px 30px #51a81b;
  }
  .button.button--xbox:active,
  .button.button--xbox:focus {
    background-color: #51a81b;
    outline: transparent;
  }
  .button.button--windows::before,
  .button.button--ps::before,
  .button.button--xbox::before,
  .button.button--modal::before {
    content: "";
    display: block;
    width: 1.55em;
    height: 1.55em;
    margin-right: 0.6em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .button.button--windows::before {
    background-image: url(https://wows-landings-static.gcdn.co/glows-50909/src/images/platforms/windows.svg);
  }
  .button.button--ps::before {
    background-image: url(https://wows-landings-static.gcdn.co/glows-50909/src/images/platforms/ps.svg);
  }
  .button.button--xbox::before {
    background-image: url(https://wows-landings-static.gcdn.co/glows-50909/src/images/platforms/xbox.svg);
  }
}

.progress__wrap {
  display: none;
}

@media screen and (max-width: 960px) {
  .progress__wrap {
    display: block;
  }
}

.progress {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
}

.progress.active {
  display: block;
}

.progress__bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 5px;
  animation: progressBar 3s linear forwards;
}

.progress--ps {
  background-color: #003d91;
}
.progress--ps .progress__bar {
  background-color: #1a68d3;
}

.progress--xbox {
  background-color: #1f4309;
}
.progress--xbox .progress__bar {
  background-color: #51a81b;
}

.progress--pc {
  background-color: #025b6e;
}

.progress--pc .progress__bar {
  background-color: #13d5ff;
}

@keyframes progressBar {
  0% {
    width: 20%;
  }
  100% {
    width: 100%;
  }
}

.swiper,
.swiper-wrapper {
  max-height: calc((var(--vh) * 100) - 146px);
}

@media only screen and (min-width: 48em) {
  .flex-layout__t {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.flex-layout_cell {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .column-70 {
    width: 66%;
  }
}

@media only screen and (min-width: 48em) {
  .column-30 {
    width: 33%;
  }
}

@media screen and (max-width: 600px) {
  .age-rating_image {
    width: 35px;
  }
}

@media only screen and (min-width: 80em) {
  .page-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.footer-links {
  margin-bottom: 15px;
}

.logo-footer_image {
  opacity: 0.4;
  height: 38px;
}

.logo-footer_image:hover {
  opacity: 1;
}

.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: 0.7;
}

.age-rating_link:hover {
  opacity: 1;
}

.age-rating_image {
  max-width: 80px;
}

/* FOOTER AGE RATINGS START */

.age-ratings {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
}

.age-ratings__items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.age-rating__item {
  display: block;
  height: 55px;
  margin: 0 4px;
  opacity: 0.9;
  text-decoration: none;
}

.age-rating__item:last-child {
  margin-right: 0;
}
.age-rating__item:first-child {
  margin-left: 0;
}

.age-rating__item img {
  display: block;
  height: 100%;
}

.age-ratings__description {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 10px;
  opacity: 0.7;
}

@media screen and (max-width: 1279px) {
  .age-ratings {
    margin-top: 1.25em;
    align-items: center;
  }
}

/* FOOTER AGE RATINGS END */

.footer-nav {
  text-align: center;
  margin-left: 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: "robotocondensed-regular", sans-serif;
}

.footer-nav_link:hover {
  border: none !important;
  text-decoration: none;
  color: #fff;
}

@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 {
  position: initial;
  width: 100%;
  background-color: black;
  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: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-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;
}

@media only screen and (min-width: 100em) {
  .page-footer_container {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 48em) {
  .footer-nav {
    margin: 0;
  }
  .footer-nav_list {
    padding: 0;
  }
  .age-rating_list {
    padding: 0;
  }
}

/* end of footer (with wide age cell) */

.footer {
  display: block;
  padding: 1.3125em 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.footer__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.footer__row:nth-child(n + 2)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.25em 0;
  background-color: #fff;
  opacity: 0.1;
}

.footer__wargaming-logo {
  display: block;
  margin-right: 3.5625em;
}

.footer__wargaming-link {
  display: flex;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
}

.footer__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 3.5625em;
}

.footer__link-wrapper {
  display: inline-block;
  margin-right: 2.5em;
}

.footer__link {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.54;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.footer__link:hover {
  opacity: 1;
}

.footer__link:active {
  text-decoration: underline;
}

.footer__language-picker {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.54;
  cursor: pointer;
  transition: all 0.3s;
}

.footer__language-picker:hover {
  opacity: 1;
}
.footer__language-picker:active {
  opacity: 0.7;
}

.language-picker__icon {
  display: block;
  width: 41px;
  margin-right: 0.25em;
}

.language-picker__icon img {
  display: block;
  width: 100%;
}

.language-picker__language {
  display: block;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}

.language-picker__realm {
  display: block;
  margin-right: 0.25em;
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
}

.language-picker__arrow {
  display: block;
  width: 16px;
  height: 16px;
}
.language-picker__arrow svg {
  display: block;
  width: 100%;
  height: 16px;
}

.footer__texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
}

.footer__copyright {
  font-family: "Roboto", sans-serif;
  font-size: 0.75em;
  line-height: 1.16;
  opacity: 0.54;
}

@media screen and (max-width: 1200px) {
  .footer__row {
    flex-direction: column;
  }

  .footer__wargaming-logo {
    margin: 0;
  }

  .footer__menu {
    margin-top: 1.875em;
    flex-direction: column-reverse;
  }

  .footer__links {
    margin: 1.875em 0 0;
    justify-content: center;
  }

  .footer__link-wrapper {
    margin: 0 1.25em;
  }

  .footer__texts {
    text-align: center;
  }

  .footer__age-ratings {
    margin-top: 1.25em;
  }
}

@media screen and (max-width: 640px) {
  .footer__links {
    margin-top: 1.25em;
    flex-direction: column;
  }

  .footer__link-wrapper {
    margin: 1.25em 0 0;
  }

  .footer__link-wrapper:first-child {
    margin: 0;
  }
}
