* {
  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: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.36px;
  background: url(/wp-content/themes/waldorix/img/body-bg.webp) no-repeat top/cover #000;
}
@media (max-width: calc(768px - 1px)) {
  body {
    background: url(/wp-content/themes/waldorix/img/bode-bg-mobile.webp) no-repeat top/cover #000;
  }
}

.lock {
  overflow: hidden;
}

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

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

[class*=__title] {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 83px;
  letter-spacing: -1.28px;
}
@media (max-width: calc(768px - 1px)) {
  [class*=__title] {
    font-size: 50px;
  }
}

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

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

.main {
  flex: 1 1 auto;
}

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

h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.8px;
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.56px;
}

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

.btn {
  display: flex;
  padding: 24px 36px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #00a693;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.36px;
  width: fit-content;
}

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

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

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

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  display: flex;
  padding: 32px 58px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 6px;
  background: #111110;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cookies__text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.cookies__btn {
  width: 100%;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btn {
    width: 100%;
  }
}
.cookies .btn-border {
  background: #fff !important;
}

.footer {
  padding: 80px 0 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.footer__bottom .footer__menu-links {
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__bottom .footer__menu-links a {
  color: #fff;
}
.footer__bottom .footer__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer__content {
  display: flex;
  gap: 176px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 120px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    gap: 32px;
    padding-bottom: 32px;
    flex-direction: column;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  width: 100%;
  justify-content: space-between;
}
.footer__menu a {
  color: #b5b3ad;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.075px;
}
.footer__menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 29px;
}
.footer__menu-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__address-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.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 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: -0.64px;
}

@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__body a {
    display: flex;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
}

.hero {
  margin-top: 80px;
  padding: 80px 0;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    padding: 60px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}

.where {
  padding: 100px 0;
}
@media (max-width: calc(768px - 1px)) {
  .where {
    padding: 60px 0;
  }
}
.where__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.where__content-text {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.what {
  padding: 100px 0;
}
@media (max-width: calc(768px - 1px)) {
  .what {
    padding: 60px 0;
  }
}
.what__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.what__content h2 {
  margin-bottom: 60px;
}
.what__text {
  color: #33b8a9;
}
.what__cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}
.what__card {
  display: flex;
  padding: 32px 32px 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 12px;
  background: #00211d;
  max-width: 504px;
}

.we {
  padding: 100px 0;
}
@media (max-width: calc(768px - 1px)) {
  .we {
    padding: 60px 0;
  }
}
.we__content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.we__content-text {
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.how {
  padding: 100px 0;
}
@media (max-width: calc(768px - 1px)) {
  .how {
    padding: 60px 0;
  }
}
.how__text {
  color: #00A693;
}
.how__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.how__content h2 {
  margin-bottom: 20px;
}
.how__content p {
  max-width: 604px;
  font-size: 20px;
}
.how__wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.how__cards {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.how__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: #008576;
  max-width: 442px;
}

.faq {
  padding: 100px 0;
}
@media (max-width: calc(768px - 1px)) {
  .faq {
    padding: 60px 0;
  }
}
.faq__cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.faq__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  max-width: 500px;
}
.faq__card-top {
  display: flex;
  padding-bottom: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #004b49;
  width: 100%;
}

.text {
  padding: 40px 0;
}

.games__cards {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.game__content-left {
  max-width: 606px;
}

.privacy {
  background: #fff;
  padding: 84px 0;
  margin-top: 84px;
  margin-bottom: 0;
}
.privacy h2 {
  margin-bottom: 16px;
  color: #070e2f;
}
.privacy p {
  color: rgba(7, 14, 47, 0.7);
}

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