* {
  margin: 0;
  border: 0;
  padding: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  width: 100%;
  height: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

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

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

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 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-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  background: #0d0d0e;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

[class*=__text] {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

h2 {
  font-size: 60px;
  line-height: normal;
  letter-spacing: -3.6px;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 40px;
    letter-spacing: -2.4px;
  }
}

.orange {
  background: #f56910 !important;
}

.main {
  flex: 1 1 auto;
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

section {
  scroll-margin-top: 200px;
}

.btn {
  display: flex;
  padding: 12px 56px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 40px;
  background: #f56910;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
  width: fit-content;
}

.btn-border {
  display: flex;
  justify-content: center;
  padding: 12px 56px;
  align-items: center;
  align-self: stretch;
  color: #1d2058;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48px;
  border-radius: 40px;
  background: #fff;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 32px 58px;
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #0d0d0e;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  font-size: 44px;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btns button {
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 56px;
  position: relative;
  margin-top: 12px;
}
.footer__content:first-child::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: start;
  }
}
.footer__content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.footer__social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer__social .btn-one {
  display: flex;
  height: 100px;
  padding: 20px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #ff5f00;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__social .btn-two {
  display: flex;
  height: 100px;
  padding: 20px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #707077;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__address a,
.footer__address p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer__address a span,
.footer__address p span {
  font-weight: 600;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
}
.footer__menu a {
  color: #fff;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.45px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
}
.header__center {
  width: 100%;
  display: flex;
  padding: 6px 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 100px;
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header .btn {
  padding: 22px 8px;
  font-size: 20px;
}

.menu {
  width: calc(100% - 216px);
}
@media (max-width: calc(768px - 1px)) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #fff;
  }
}
@media (max-width: calc(768px - 1px)) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    border-radius: 0 0 80px 80px;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
    border-radius: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.hero {
  margin: 130px 0;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    margin-bottom: 40px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    margin: 120px 0 40px 0;
  }
}
.hero h1 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0 #ff6200;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0d0d0e;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 59%; /* 59px */
  letter-spacing: -4px;
  text-transform: uppercase;
}
.hero h1 span {
  color: #fff;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 59%;
  letter-spacing: -6.4px;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .hero h1 {
    font-size: 50px;
    letter-spacing: -2px;
  }
  .hero h1 span {
    font-size: 60px;
    letter-spacing: -2.4px;
  }
}
.hero img {
  width: 100%;
}
.hero__top-text {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 100px;
  border: 2px solid #5f5f5f;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
  color: #c8c8c8;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 24px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__top-text {
    font-size: 16px;
  }
}
.hero__nav {
  display: flex;
  padding: 24px 26px;
  align-items: center;
  gap: 16px;
  border-radius: 140px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.27);
  backdrop-filter: blur(10px);
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  bottom: 60px;
}
.hero__nav .menu__body {
  display: flex;
  gap: 16px;
}
.hero__nav .menu__item {
  display: flex;
  padding: 25px 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #1e1e1e;
}
.hero__nav .menu__link {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.your {
  margin-bottom: 130px;
}
@media (max-width: calc(768px - 1px)) {
  .your {
    margin-bottom: 40px;
  }
}
.your__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.your__content-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.your__content-top h2 {
  max-width: 522px;
}
.your__content-top p {
  color: #313131;
  text-align: right;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -1.92px;
  text-transform: uppercase;
}
.your__content-center {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.your__content-center p {
  max-width: 530px;
}
.your__content-bottom {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.what {
  margin-bottom: 130px;
}
@media (max-width: calc(768px - 1px)) {
  .what {
    margin-bottom: 40px;
  }
}
.what__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.what__content-top {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what__content-top h2,
.what__content-top p {
  max-width: 504px;
}
.what__cards {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.what__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 50px;
  background: #1e1e1e;
  max-width: 524px;
}
.what__card-top {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 100px;
  background: #313131;
}

.why {
  margin-bottom: 130px;
}
@media (max-width: calc(768px - 1px)) {
  .why {
    margin-bottom: 40px;
  }
}
.why__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.why__content-top {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why__content-top h2,
.why__content-top p {
  max-width: 504px;
}

.games__cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.game__content {
  display: flex;
  flex-direction: column;
  gap: 134px;
}
@media (max-width: calc(768px - 1px)) {
  .game__content {
    gap: 60px;
  }
}
.game__cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.game__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
  border-radius: 50px;
  background: #1e1e1e;
}
.game__card img {
  width: fit-content;
}

.privacy {
  margin: 70px 0 0;
  padding: 40px 0;
}
.privacy__title {
  margin-bottom: 80px;
}

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