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

.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: 54px;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: calc(768px - 1px)) {
  [class*=__title] {
    font-size: 36px;
  }
}

[class*=__text] {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.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;
  margin-bottom: 192px;
}
@media (max-width: calc(768px - 1px)) {
  section {
    margin-bottom: 96px;
  }
}

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

.border {
  border: 4px solid #d9d9d9;
  position: relative;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
}
.border .img1 {
  position: absolute;
  top: -23px;
  left: -23px;
}
.border .img2 {
  position: absolute;
  right: -24px;
  bottom: -24px;
}

.btn {
  display: flex;
  padding: 0 32px;
  height: 60px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background: #0075ff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.btn-border {
  display: flex;
  padding: 0 32px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: 1px solid #0075ff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
}

@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: 1116px;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #000512;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 15px;
  color: #fff;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btn {
    width: 100%;
  }
}

.footer {
  padding: 42px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(/wp-content/themes/ulvareon/img/footer-bg.webp) no-repeat center/cover;
}
@media (max-width: calc(768px - 1px)) {
  .footer {
    background: url(/wp-content/themes/ulvareon/img/footer-mobile-bg.webp) no-repeat center/cover;
  }
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__menu {
  display: flex;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__address {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__address-content {
  display: flex;
  gap: 6px;
  align-items: center;
}
.footer__address-content h4,
.footer__address-content a {
  color: #fff;
}
.footer__social {
  display: flex;
  gap: 16px;
}
.footer__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@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: #04011C;
    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: 20px;
  font-weight: 700;
}

.hero {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.hero__content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 952px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content {
    padding: 24px;
  }
  .hero__content p {
    margin-bottom: 24px;
  }
}
.hero__content p {
  margin-bottom: 48px;
}

.why__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.method__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.method__content .border {
  margin-top: 32px;
  margin-bottom: 48px;
}
.method__cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px;
}
.method__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 5, 18, 0.5);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  max-width: 340px;
  width: 100%;
  text-align: left;
}

.select__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.select__content-text {
  max-width: 710px;
}
.select h2 {
  margin-bottom: 12px;
}
.select p {
  margin-bottom: 48px;
}

.categories .method__card {
  max-width: 522px;
}

.games {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .games {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.games .method__cards {
  gap: 0;
}
.games img {
  max-width: 340px;
}

.game {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .game {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.game__content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.game__content-text {
  max-width: 498px;
}
.game img {
  max-width: 546px;
}
@media (max-width: calc(768px - 1px)) {
  .game .border {
    width: 100%;
  }
}
.game__border {
  padding: 24px;
}
@media (max-width: calc(768px - 1px)) {
  .game__border {
    width: 100%;
  }
}
.game .btn {
  width: 100%;
}
.game h1 {
  margin-bottom: 12px;
}
.game__subtitle {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}

.privacy {
  padding: 84px 0;
  margin-top: 84px;
  margin-bottom: 0;
}
.privacy h2 {
  margin-bottom: 16px;
}

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