@font-face {
  font-family: "Onest";
  src: local("Onest Light"), local("Onest-Light"), url("../font/Onest-Light.woff2") format("woff2"), url("../font/Onest-Light.woff") format("woff"), url("../font/Onest-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: local("Onest Regular"), local("Onest-Regular"), url("../font/Onest-Regular.woff2") format("woff2"), url("../font/Onest-Regular.woff") format("woff"), url("../font/Onest-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: local("Onest SemiBold"), local("Onest-SemiBold"), url("../font/Onest-SemiBold.woff2") format("woff2"), url("../font/Onest-SemiBold.woff") format("woff"), url("../font/Onest-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Onest";
  src: local("Onest Bold"), local("Onest-Bold"), url("../font/Onest-Bold.woff2") format("woff2"), url("../font/Onest-Bold.woff") format("woff"), url("../font/Onest-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

._btn-violet {
  border-radius: 100px;
  background: rgb(89, 0, 255);
  height: 58px;
  padding: 0 60px;
  color: rgb(255, 255, 255);
  font-family: "Onest";
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
._btn-violet:hover {
  background: rgb(66, 16, 160);
}

._title-fz60-fw400 {
  color: rgba(255, 255, 255, 0.12);
  font-size: 60px;
  font-weight: 400;
  line-height: 128.3333333333%;
  text-transform: uppercase;
}

._title-fz24-fw700 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 129.1666666667%;
  text-transform: uppercase;
}
._title-fz24-fw700 span {
  color: rgba(0, 255, 140, 0.9803921569);
}

@media (max-width: 767px) {
  ._title-fz60-fw400 {
    font-size: 55px;
  }
}
@media (max-width: 424px) {
  ._title-fz60-fw400 {
    font-size: 50px;
  }
}
@media (max-width: 374px) {
  ._title-fz60-fw400 {
    font-size: 45px;
  }
}
body {
  font-family: "Onest", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  background: rgb(28, 28, 28);
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 248px;
     -moz-column-gap: 248px;
          column-gap: 248px;
  padding-left: 120px;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.header-link {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 125%;
}
.header-link:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .header-row {
    padding-left: 20px;
  }
}
@media (max-width: 998px) {
  .header-row {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .header-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .header {
    top: 20px;
  }
  .header .header-nav {
    display: none;
  }
}
.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  z-index: 2;
  overflow: hidden;
}

.menu-btn span {
  width: 30px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 9px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 9px);
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s;
  transition: transform 0.5s, background-color 0.4s ease 0.5s, -webkit-transform 0.5s;
}
.menu .header-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.menu .header-logo {
  width: 200px;
}

.menu-row {
  width: 40%;
  background-color: #1C1C1C;
  height: 100%;
  padding: 30px 15px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 30px;
  overflow-y: auto;
}

.menu-btn.active span:nth-of-type(1) {
  display: none;
}

.menu-btn.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
}

.menu.active {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 767px) {
  .menu-btn {
    display: block;
  }
  .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-nav {
    width: 100%;
  }
  .menu .header-logo {
    width: 90px;
    height: 60px;
  }
  .menu-row {
    width: 70%;
  }
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.intro {
  padding: 253px 0 135px;
  position: relative;
}

.intro-row {
  position: relative;
  z-index: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 60px;
}

.intro-title {
  color: rgb(255, 255, 255);
  font-size: 76px;
  font-weight: 600;
  line-height: 127.6315789474%;
  text-align: center;
  text-transform: uppercase;
}

.intro-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .intro-title {
    font-size: 45px;
  }
  .intro {
    padding: 200px 0 135px;
  }
}
@media (max-width: 424px) {
  .intro-title {
    font-size: 40px;
  }
  .intro {
    padding: 200px 0 135px;
  }
}
@media (max-width: 374px) {
  .intro-title {
    font-size: 35px;
  }
  .intro {
    padding: 170px 0 100px;
  }
}
.about-us {
  padding: 60px 0 50px;
}

.about-us-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.about-us-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.about-us-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 410px;
}
.about-us-sub-title p {
  text-align: right;
}

.about-us-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  max-width: 480px;
}

.about-us-img {
  max-width: 700px;
  width: 100%;
}

@media (max-width: 1200px) {
  .about-us-img {
    max-width: 500px;
  }
}
@media (max-width: 998px) {
  .about-us-img {
    max-width: 100%;
  }
  .about-us-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 40px;
  }
  .about-us-texts {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .about-us {
    padding: 40px 0 30px;
  }
}
.advantages {
  padding: 50px 0 50px;
}

.advantages-title {
  margin-bottom: 40px;
}

.games-items,
.advantages-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(12, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 40px;
}

.games-item,
.advantages-item {
  grid-column-start: span 3;
}

.advantages-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 20px;
}

.advantages-item-img {
  width: 72px;
  height: 72px;
}

@media (max-width: 1200px) {
  .games-item,
  .advantages-item {
    grid-column-start: span 6;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 30px 0;
  }
  .games-item,
  .advantages-item {
    grid-column-start: span 12;
  }
}
.games {
  padding: 50px 0;
}

.games-title {
  margin-bottom: 40px;
}

.games-item {
  border-radius: 12px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.games-item:hover {
  background-color: #222222;
}

.games-item-img {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 12px;
}

.games-item-title {
  margin-bottom: 12px;
}

.games-item-text {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .games {
    padding: 30px 0;
  }
}
.vip {
  padding-bottom: 100px;
}

.vip-item-img-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vip-item-img-wrapper .advantages-item-img {
  width: auto;
  height: auto;
  position: absolute;
}

.footer {
  padding: 40px 0;
  background-color: rgba(34, 34, 34, 0.9803921569);
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer-messenger {
  padding: 5px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-messenger:hover {
  background-color: #1C1C1C;
}

.footer-text {
  text-align: center;
}

@media (max-width: 998px) {
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}