/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:visited {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  pointer-events: none;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button, input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

html {
  min-height: 100vh;
  /* sticky footer */
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  /* sticky footer */
  display: -webkit-box;
  display: flex;
  /* sticky footer */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /* sticky footer */
  background: #120715;
  font-family: 'Play', "Noto Sans", Arial, sans-serif;
  color: #b7c4cf;
  font-size: 16px;
  line-height: 1.6875;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body > * {
  flex-shrink: 0;
  /* sticky footer */
}

/* Grid styles */
.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
.container--fluid {
  max-width: unset;
}
.container--no-padding {
  padding: 0;
}
@media (max-width: 1199px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 899px) {
  .container {
    width: 600px;
  }
}
@media (max-width: 599px) {
  .container {
    width: 320px;
  }
}

.container--small {
  max-width: 600px;
  width: 100%;
}

/* Utility */
.none {
  display: none !important;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: block;
  margin-left: -10000px;
  background: transparent;
  font-size: 0;
}

/* Sticky Footer */
.footer {
  margin-top: auto;
  /* sticky footer */
}

.background-index {
  background-image: url(./../img/global/bg.jpg);
  background-size: cover;
}

.nav {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px;
  /* Desktop */
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1459px) {
  .nav {
    padding-bottom: 130px;
  }
}
@media (max-width: 1199px) {
  .nav {
    padding-bottom: 110px;
    padding-top: 60px;
  }
}
@media (max-width: 899px) {
  .nav {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 599px) {
  .nav {
    padding-bottom: 30px;
  }
}

.nav__gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.nav__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.logo {
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .logo {
    margin-right: 50px;
    width: 90px;
  }
}
@media (max-width: 899px) {
  .logo {
    width: 70px;
    margin-right: 25px;
  }
}

.logo--footer {
  /* Mobile */
}
@media (max-width: 899px) {
  .logo--footer {
    margin-right: 0;
  }
}

.nav__link {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .nav__link {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .nav__link {
    display: none;
  }
}

.nav__link ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.nav__link li {
  margin-right: 100px;
  /* Tablet */
  /* Mobile */
}
.nav__link li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .nav__link li {
    margin-right: 50px;
  }
}
@media (max-width: 899px) {
  .nav__link li {
    margin-right: 20px;
  }
}

.nav__link li a {
  transition: 0.2s ease-in;
}
.nav__link li a:hover {
  color: #49a2ff;
}

.active-link {
  border-bottom: 1px solid #49a2ff;
  color: #49a2ff !important;
}

.nav__lang {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .nav__lang {
    margin-left: 50px;
  }
}
@media (max-width: 899px) {
  .nav__lang {
    margin-left: 25px;
  }
}
@media (max-width: 599px) {
  .nav__lang {
    display: none;
  }
}

.nav__lang a {
  transition: 0.2s ease-in;
}
.nav__lang a:hover {
  color: #49a2ff;
}

.nav__lang a span {
  /* Mobile */
}
@media (max-width: 899px) {
  .nav__lang a span {
    font-size: 20px;
  }
}

.nav__burger {
  display: none;
  cursor: pointer;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .nav__burger {
    display: block;
  }
}

.nav-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.nav-mobile-active {
  display: block;
  z-index: 110;
}

.nav-mobile__content {
  padding-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.nav-mobile__row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.nav-mobile__close {
  cursor: pointer;
}

.nav-mobile__logo {
  margin-right: 200px;
  width: 70px;
}

.nav-mobile__link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
.nav-mobile__link li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.nav-mobile__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
}
.nav-mobile__footer li {
  margin-bottom: 20px;
  font-size: 18px;
}

.header__row {
  padding-left: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .header__row {
    padding-left: 50px;
  }
}
@media (max-width: 599px) {
  .header__row {
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
  }
}

.header__title {
  max-width: 500px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .header__title {
    max-width: 400px;
  }
}
@media (max-width: 899px) {
  .header__title {
    max-width: 300px;
  }
}
@media (max-width: 599px) {
  .header__title {
    z-index: 10;
  }
}

.header__img {
  max-width: 1500px;
  position: absolute;
  top: -50%;
  right: -50%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .header__img {
    max-width: 1200px;
  }
}
@media (max-width: 899px) {
  .header__img {
    max-width: 600px;
    right: -30%;
  }
}
@media (max-width: 599px) {
  .header__img {
    display: none;
  }
}

.about {
  padding-top: 600px;
  padding-bottom: 250px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .about {
    padding-top: 450px;
    padding-bottom: 180px;
  }
}
@media (max-width: 899px) {
  .about {
    padding-top: 320px;
    padding-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .about {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.about__row {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.about__img {
  max-width: 900px;
  position: absolute;
  top: -90%;
  left: -50%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .about__img {
    max-width: 700px;
  }
}
@media (max-width: 899px) {
  .about__img {
    max-width: 500px;
  }
}
@media (max-width: 599px) {
  .about__img {
    max-width: 300px;
    top: -40%;
    left: -60%;
  }
}

.about__desc {
  padding-left: 50px;
  margin-top: -50px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .about__desc {
    margin-top: 0;
  }
}
@media (max-width: 899px) {
  .about__desc {
    padding-left: 100px;
    margin-top: -30px;
  }
}
@media (max-width: 599px) {
  .about__desc {
    padding-left: 0;
    z-index: 10;
    width: 300px;
  }
}

.about__title {
  margin-bottom: 50px;
  font-size: 38px;
  color: #49a2ff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .about__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 899px) {
  .about__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 599px) {
  .about__title {
    font-size: 20px;
  }
}

.about__text {
  width: 600px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .about__text {
    font-size: 20px;
    width: 500px;
  }
}
@media (max-width: 899px) {
  .about__text {
    font-size: 16px;
    width: 350px;
  }
}
@media (max-width: 599px) {
  .about__text {
    width: 300px;
  }
}

.about__text p {
  margin-bottom: 50px;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .about__text p {
    margin-bottom: 25px;
  }
}
@media (max-width: 899px) {
  .about__text p {
    margin-bottom: 15px;
  }
}

.game {
  margin-bottom: 400px;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .game {
    margin-bottom: 300px;
  }
}

.game__row {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .game__row {
    width: 300px;
  }
}

.game__row--reverse {
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 50px;
  /* Desktop */
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1459px) {
  .game__row--reverse {
    padding-right: 150px;
  }
}
@media (max-width: 1199px) {
  .game__row--reverse {
    padding-right: 120px;
  }
}
@media (max-width: 599px) {
  .game__row--reverse {
    padding-right: 0;
  }
}

.game__years {
  max-width: 150px;
  position: absolute;
  top: 0;
  left: -5%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__years {
    max-width: 130px;
    left: 0;
  }
}
@media (max-width: 899px) {
  .game__years {
    max-width: 100px;
  }
}
@media (max-width: 599px) {
  .game__years {
    display: none;
  }
}

.game__years-reverse {
  width: 150px;
  position: absolute;
  top: 0;
  right: -15%;
  /* Desktop */
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1459px) {
  .game__years-reverse {
    right: -5%;
  }
}
@media (max-width: 1199px) {
  .game__years-reverse {
    width: 130px;
  }
}
@media (max-width: 899px) {
  .game__years-reverse {
    width: 100px;
  }
}
@media (max-width: 599px) {
  .game__years-reverse {
    display: none;
  }
}

.game__content {
  padding-left: 150px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__content {
    padding-left: 200px;
  }
}
@media (max-width: 899px) {
  .game__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 150px;
  }
}
@media (max-width: 599px) {
  .game__content {
    padding-left: 0;
    width: 300px;
  }
}

.game__logo {
  margin-bottom: 50px;
  width: 350px;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .game__logo {
    width: 300px;
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .game__logo {
    width: 250px;
    margin-bottom: 20px;
  }
}

.game__desc {
  margin-bottom: 50px;
  width: 400px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__desc {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .game__desc {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .game__desc {
    font-size: 16px;
    width: 300px;
  }
}

.game__button-row {
  width: 400px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__button-row {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 599px) {
  .game__button-row {
    width: 300px;
  }
}

.game__button-row--reverse {
  -webkit-box-pack: end;
          justify-content: flex-end;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .game__button-row--reverse {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.game__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  width: 200px;
  height: 50px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in;
  /* Mobile */
}
.game__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 899px) {
  .game__button {
    width: 150px;
    font-size: 16px;
  }
}

.game__img {
  max-width: 1200px;
  position: absolute;
  top: -40%;
  right: -50%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__img {
    max-width: 900px;
  }
}
@media (max-width: 899px) {
  .game__img {
    max-width: 500px;
    top: 55%;
    right: -35%;
  }
}
@media (max-width: 599px) {
  .game__img {
    top: 40%;
    right: -80%;
    z-index: -1;
  }
}

.game__img--refactory {
  top: -60%;
  right: -40%;
  z-index: -1;
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game__img--refactory {
    top: -50%;
    right: -50%;
  }
}
@media (max-width: 899px) {
  .game__img--refactory {
    max-width: 500px;
    top: 50%;
    right: -25%;
  }
}
@media (max-width: 599px) {
  .game__img--refactory {
    right: -50%;
  }
}

.game__img-reverse {
  max-width: 1500px;
  position: absolute;
  top: -70%;
  left: -50%;
  /* Desktop */
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1459px) {
  .game__img-reverse {
    left: -60%;
  }
}
@media (max-width: 1199px) {
  .game__img-reverse {
    max-width: 1200px;
    left: -70%;
  }
}
@media (max-width: 899px) {
  .game__img-reverse {
    max-width: 500px;
    top: 60%;
    left: -20%;
  }
}
@media (max-width: 599px) {
  .game__img-reverse {
    top: 40%;
    right: -80%;
    z-index: -1;
  }
}

.game-inter {
  padding-bottom: 150px;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .game-inter {
    padding-bottom: 90px;
  }
}
@media (max-width: 599px) {
  .game-inter {
    padding-bottom: 50px;
  }
}

.game-inter__row--reverse {
  padding-left: 350px;
  /* Tablet */
}
@media (max-width: 1199px) {
  .game-inter__row--reverse {
    padding-left: 0;
  }
}

.game-inter__title {
  margin-bottom: 15px;
  font-size: 40px;
  color: #6ab2ff;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .game-inter__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .game-inter__title {
    font-size: 28px;
  }
}

.game-inter__title span {
  font-weight: 400;
  font-size: 28px;
  /* Mobile */
}
@media (max-width: 899px) {
  .game-inter__title span {
    font-size: 22px;
  }
}

.game-inter__subtitle {
  margin-bottom: 25px;
  font-size: 25px;
  color: #6ab2ff;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  /* Mobile */
}
@media (max-width: 899px) {
  .game-inter__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.game-inter__content {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__content {
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .game-inter__content {
    padding-left: 0;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .game-inter__content {
    font-size: 14px;
  }
}

.game-inter__img {
  width: 1000px;
  position: absolute;
  top: -15%;
  right: -55%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__img {
    width: 800px;
    right: -50%;
    z-index: -1;
  }
}
@media (max-width: 899px) {
  .game-inter__img {
    width: 500px;
    top: -25%;
  }
}
@media (max-width: 599px) {
  .game-inter__img {
    display: none;
  }
}

.game-inter__img--faster {
  width: 800px;
  top: -30%;
  right: -40%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__img--faster {
    width: 700px;
  }
}
@media (max-width: 899px) {
  .game-inter__img--faster {
    width: 500px;
    right: -60%;
    top: -10%;
  }
}
@media (max-width: 599px) {
  .game-inter__img--faster {
    display: none;
  }
}

.game-inter__img--reverse {
  top: -90%;
  left: -120%;
  z-index: -1;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__img--reverse {
    width: 700px;
    top: -50%;
    left: 40%;
  }
}
@media (max-width: 899px) {
  .game-inter__img--reverse {
    width: 600px;
  }
}
@media (max-width: 599px) {
  .game-inter__img--reverse {
    display: none;
  }
}

.game-inter__img--battle {
  top: -30%;
  right: -35%;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .game-inter__img--battle {
    top: -10%;
  }
}
@media (max-width: 599px) {
  .game-inter__img--battle {
    display: none;
  }
}

.game-inter__img--leviathan {
  top: -20%;
  left: -120%;
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__img--leviathan {
    left: 50%;
  }
}
@media (max-width: 599px) {
  .game-inter__img--leviathan {
    display: none;
  }
}

.game-inter__img--sky2fly {
  top: -25%;
  left: -110%;
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__img--sky2fly {
    left: 55%;
  }
}
@media (max-width: 599px) {
  .game-inter__img--sky2fly {
    display: none;
  }
}

.game-inter__text {
  margin-bottom: 25px;
  width: 700px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__text {
    width: 600px;
  }
}
@media (max-width: 899px) {
  .game-inter__text {
    width: 500px;
  }
}
@media (max-width: 599px) {
  .game-inter__text {
    width: 300px;
    margin-bottom: 15px;
  }
}

.game-inter__list {
  margin-left: 80px;
  margin-top: 10px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .game-inter__list {
    margin-left: 70px;
  }
}
@media (max-width: 899px) {
  .game-inter__list {
    margin-left: 50px;
  }
}
@media (max-width: 599px) {
  .game-inter__list {
    margin-left: 0;
  }
}

ul.game-inter__list li {
  margin-bottom: 5px;
}

ul.game-inter__list li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(./../img/site/pin.png);
  background-size: contain;
  margin-right: 10px;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  ul.game-inter__list li::before {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }
}
@media (max-width: 599px) {
  ul.game-inter__list li::before {
    width: 10px;
    height: 10px;
  }
}

.game-inter__link {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 60px;
  display: -webkit-box;
  display: flex;
  z-index: 10;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .game-inter__link {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .game-inter__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.game-inter__video {
  margin-right: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .game-inter__video {
    margin-bottom: 20px;
  }
}

.game-inter__video img {
  width: 50px;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .game-inter__video img {
    width: 40px;
  }
}
@media (max-width: 599px) {
  .game-inter__video img {
    width: 30px;
  }
}

.game-inter__video p {
  padding-right: 15px;
}

.game-inter__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.game-inter__social p {
  padding-right: 15px;
}

.game-inter__social img {
  padding-right: 15px;
  width: 50px;
  /* Mobile */
}
@media (max-width: 899px) {
  .game-inter__social img {
    width: 40px;
  }
}

.more-games {
  margin-bottom: 300px;
  margin-top: -200px;
  z-index: 10;
  /* Tablet */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .more-games {
    margin-bottom: 150px;
  }
}
@media (max-width: 599px) {
  .more-games {
    padding-top: 50px;
    margin-bottom: 100px;
  }
}

.more-games__row {
  position: relative;
}

.more-games__img {
  position: absolute;
  top: 0;
  left: 5%;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .more-games__img {
    max-width: 50px;
    left: 10%;
  }
}
@media (max-width: 899px) {
  .more-games__img {
    width: 40px;
  }
}
@media (max-width: 599px) {
  .more-games__img {
    display: none;
  }
}

.more-games__content {
  padding-left: 150px;
  padding-top: 50px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .more-games__content {
    padding-left: 200px;
  }
}
@media (max-width: 899px) {
  .more-games__content {
    padding-left: 150px;
    padding-top: 25px;
  }
}
@media (max-width: 599px) {
  .more-games__content {
    padding-left: 0;
    padding-top: 0;
  }
}

.more-games__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .more-games__title {
    font-size: 20px;
  }
}
@media (max-width: 899px) {
  .more-games__title {
    font-size: 18px;
  }
}

.more-games__link {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .more-games__link {
    font-size: 20px;
  }
}
@media (max-width: 899px) {
  .more-games__link {
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .more-games__link {
    font-size: 16px;
  }
}

.more-games__link li {
  margin-bottom: 5px;
}

.more-games__link a {
  color: #49a2ff;
}

.slider {
  position: relative;
}

.slider__item img {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.slider__arrow-prev {
  width: 50px;
  position: absolute;
  top: 10%;
  left: -5%;
  cursor: pointer;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .slider__arrow-prev {
    left: -7%;
  }
}
@media (max-width: 899px) {
  .slider__arrow-prev {
    display: none;
  }
}

.slider__arrow-next {
  width: 50px;
  position: absolute;
  top: 10%;
  right: -5%;
  cursor: pointer;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .slider__arrow-next {
    right: -7%;
  }
}
@media (max-width: 899px) {
  .slider__arrow-next {
    display: none;
  }
}

.contacts {
  margin-bottom: 400px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .contacts {
    margin-bottom: 350px;
  }
}
@media (max-width: 899px) {
  .contacts {
    margin-bottom: 250px;
  }
}
@media (max-width: 599px) {
  .contacts {
    margin-bottom: 100px;
  }
}

.contacts__row {
  position: relative;
  padding-left: 70px;
  /* Mobile */
}
@media (max-width: 899px) {
  .contacts__row {
    padding-left: 0;
  }
}

.contacts__title {
  margin-bottom: 50px;
  padding-left: 100px;
  font-size: 40px;
  color: #6ab2ff;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .contacts__title {
    font-size: 36px;
  }
}
@media (max-width: 899px) {
  .contacts__title {
    padding-left: 0;
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .contacts__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.contacts__text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .contacts__text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .contacts__text {
    font-size: 14px;
  }
}

.contacts__text a {
  color: #6ab2ff;
  font-weight: 700;
}

.contacts__img {
  width: 1200px;
  position: absolute;
  top: -80%;
  right: -40%;
  z-index: -1;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .contacts__img {
    width: 900px;
    top: -50%;
  }
}
@media (max-width: 899px) {
  .contacts__img {
    width: 600px;
    top: -30%;
  }
}
@media (max-width: 599px) {
  .contacts__img {
    width: 400px;
    top: 40%;
  }
}

.terms {
  /* Mobile */
}
@media (max-width: 899px) {
  .terms {
    padding-bottom: 50px;
  }
}

.terms__title {
  margin-bottom: 50px;
  font-size: 40px;
  color: #6ab2ff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .terms__title {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .terms__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.terms__subtitle {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .terms__subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .terms__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.terms__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .terms__text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .terms__text {
    font-size: 14px;
  }
}

.terms__text p {
  margin-bottom: 20px;
  /* Mobile */
}
@media (max-width: 899px) {
  .terms__text p {
    margin-bottom: 15px;
  }
}

.gallery {
  padding-bottom: 100px;
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 899px) {
  .gallery {
    padding-bottom: 70px;
  }
}
@media (max-width: 599px) {
  .gallery {
    display: none;
  }
}

.gallery__wrapper {
  padding-left: 100px;
  padding-right: 100px;
}
.gallery__wrapper img {
  margin-left: auto;
  margin-right: auto;
}

.gallery-mobile {
  display: none;
  margin-bottom: 100px;
  /* Mobile XS*/
}
@media (max-width: 599px) {
  .gallery-mobile {
    display: block;
  }
}

.slider-nav {
  cursor: pointer;
  margin-top: 10px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  /* Tablet */
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 0;
  }
}

.footer__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  /* Mobile */
}
@media (max-width: 899px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.footer__link {
}
@media (max-width: 899px) {
  .footer__link {
    margin-bottom: 20px;
  }
}

.footer__link ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
@media (max-width: 599px) {
  .footer__link ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

.footer__link li {
  margin-right: 60px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS*/
}
@media (max-width: 1199px) {
  .footer__link li {
    margin-right: 30px;
    font-size: 16px;
  }
}
@media (max-width: 899px) {
  .footer__link li {
    margin-right: 20px;
    font-size: 14px;
  }
  .footer__link li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .footer__link li {
    margin-right: 0;
  }
}

.footer__link li a {
  transition: 0.3s ease-in;
}
.footer__link li a:hover {
  color: #49a2ff;
}

.footer__copyright {
  /* Mobile */
}
@media (max-width: 899px) {
  .footer__copyright {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.footer-background {
  background-image: url(./../img/global/bottom.png);
  /* Mobile */
}
@media (max-width: 899px) {
  .footer-background {
    background-image: none;
  }
}

/*# sourceMappingURL=main.css.map */