* {
  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;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #151515;
}

.lock {
  overflow: hidden;
}

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

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

[class*=__text] {
  color: #fefefe;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

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

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

h2 {
  color: #fefefe;
  font-family: Orbitron;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  color: #fefefe;
  font-family: Orbitron;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  h3 {
    font-size: 40px;
  }
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 24px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 11px;
  background: #019328;
  box-shadow: 0 7px 30px 0 #019328;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 24px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 11px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@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: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  border: 3px solid #019328;
  background: #151515;
}
.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;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btn {
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__menu {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu a {
  color: #fff;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}

.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-style: normal;
  font-weight: 800;
  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: #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;
}

.hero {
  margin-top: 70px;
}
.hero h1 {
  color: #fefefe;
  font-size: 84px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 488px;
}
@media (max-width: calc(768px - 1px)) {
  .hero h1 {
    font-size: 60px;
  }
}
.hero__content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.hero__content-text {
  max-width: 646px;
}
.hero__text {
  margin-bottom: 20px;
}
.hero__content-wrap p {
  color: #fefefe;
  font-weight: 500;
  line-height: normal;
  max-width: 190px;
}
.hero__content-wrap p span {
  font-size: 54px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__img img {
    width: 100%;
  }
}

.about {
  margin-bottom: 80px;
  background: url(/wp-content/themes/glyzerina/img/about-bg.webp) no-repeat center/cover;
  padding: 60px 0;
}
.about__contents {
  display: flex;
}
@media (max-width: calc(1024px - 1px)) {
  .about__contents {
    flex-direction: column;
    gap: 30px;
  }
}
.about__text {
  max-width: 590px;
}
.about__content-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__content-right {
  display: flex;
  gap: 20px;
}
.about__content-right img {
  max-width: 280px;
  max-height: 420px;
}
@media (max-width: calc(768px - 1px)) {
  .about__content-right img {
    max-width: 160px;
    max-height: 240px;
  }
}
.about__img-second {
  position: relative;
  top: 76px;
}

.our {
  margin-bottom: 80px;
}
.our h2 {
  text-align: center;
  margin-bottom: 30px;
}
.our__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.our__card {
  max-width: 302px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}
.our__card-icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: 50%;
  background: #019328;
  position: relative;
}
.our__card-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our__card-icon h4 {
  color: #fefefe;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
}
.our__text {
  text-align: center;
}

.journey {
  background: url(/wp-content/themes/glyzerina/img/journey-bg.webp) no-repeat center/cover;
  padding: 60px 0;
}
.journey__contents {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .journey__contents {
    flex-direction: column;
  }
}
.journey__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: calc(576px - 1px)) {
  .journey__content img {
    width: 100%;
  }
}

.why {
  margin-bottom: 80px;
}
.why__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 975px;
  margin: 0 auto;
}
.why__top p {
  text-align: center;
}
.why__top h4 {
  margin-bottom: 30px;
}
.why__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: calc(1024px - 1px)) {
  .why__bottom {
    flex-direction: column;
  }
}
@media (max-width: calc(576px - 1px)) {
  .why__img img {
    width: 100%;
  }
}
.why__cards {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.why__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.why__card img {
  width: fit-content;
}
.why__card p {
  text-align: center;
}

.contacts {
  padding: 60px 0;
  background: url(/wp-content/themes/glyzerina/img/contacts-bg.webp) no-repeat center/cover;
}
.contacts__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: calc(768px - 1px)) {
  .contacts__contents {
    flex-direction: column;
  }
}
.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contacts__content img {
  width: fit-content;
}
@media (max-width: calc(576px - 1px)) {
  .contacts__content img {
    width: 100%;
  }
}
.contacts__address {
  display: flex;
  flex-direction: column;
  color: #fefefe;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.contacts__address a {
  color: #fefefe;
}

.games {
  margin-top: 80px;
}
.games__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 975px;
  margin: 0 auto;
}
.games__contents h2,
.games__contents p {
  text-align: center;
}
.games__games {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.game {
  margin-top: 80px;
}
.game__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 80px;
}
.game__content h2,
.game__content p {
  text-align: center;
}
.game__bottom {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .game__bottom {
    flex-direction: column;
  }
}
@media (max-width: calc(576px - 1px)) {
  .game__bottom img {
    width: 100%;
  }
}
.game__bottom-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__bottom-text img {
  width: fit-content;
}

.privacy {
  margin: 86px 0 0;
}
.privacy h2 {
  margin-bottom: 30px;
}

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