@charset "UTF-8";
* {
  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: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1e1e1e;
  background: #fff;
}

.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;
}

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

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

h2 {
  font-size: 110px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 100%;
}
@media (max-width: calc(768px - 1px)) {
  h3 {
    font-size: 50px;
  }
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  color: #1E1E1E;
  display: flex;
  padding: 24px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #ffdc51;
  box-shadow: 0 0 20px 0 rgba(204, 114, 68, 0.6) inset;
  font-weight: 900;
  text-transform: uppercase;
}

.btn-border {
  display: flex;
  padding: 24px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 900;
  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: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  background: #e23e31;
}
.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;
}

.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: #1E1E1E;
}
@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 {
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 900;
}

@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: #1E1E1E;
  }
  .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: #1E1E1E;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #1E1E1E;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #1E1E1E;
  }
}
@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: #fff;
    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: #1E1E1E;
}

.hero {
  margin-top: 66px;
}
.hero h1 {
  font-size: 137px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  top: -170px;
}
@media (max-width: calc(768px - 1px)) {
  .hero h1 {
    font-size: 70px;
  }
}
.hero__btn {
  max-width: 206px;
}
.hero__contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__contents {
    flex-direction: column;
  }
}
@media (max-width: calc(768px - 1px)) {
  .hero__content img {
    width: 100%;
  }
}
.hero__content-top {
  padding-top: 80px;
}
.hero__content-top p {
  margin-bottom: 20px;
}
.hero__content-bottom {
  display: flex;
  align-items: flex-end;
  padding-bottom: 150px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content-bottom {
    margin-bottom: 30px;
  }
}

.pulse__content {
  display: flex;
  align-items: center;
}
@media (max-width: calc(1024px - 1px)) {
  .pulse__content {
    flex-direction: column;
    align-items: start;
  }
}
.pulse__content p {
  max-width: 326px;
}
@media (max-width: calc(1024px - 1px)) {
  .pulse__content p {
    max-width: 100%;
  }
}
.pulse__card {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: calc(576px - 1px)) {
  .pulse__card {
    flex-direction: column;
  }
}
.pulse__card::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1e1e1e;
}
.pulse__card p {
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}
.pulse__card h4 {
  color: #e23e31;
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .pulse__card h4 {
    font-size: 50px;
  }
}

.gallery {
  margin-top: 80px;
}
.gallery h2,
.gallery p {
  margin-bottom: 30px;
}
.gallery__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.worlds {
  margin-top: 80px;
  padding: 60px 0;
  background: url(/wp-content/themes/krovonida/img/worlds-bg.webp) no-repeat center/cover;
}
.worlds p {
  margin-bottom: 30px;
}

.why {
  margin-top: 80px;
  margin-bottom: 80px;
}
.why ol {
  list-style: decimal; /* включаем цифры */
  margin-left: 20px; /* отступ слева */
  padding-left: 20px; /* дополнительный отступ */
}
.why h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
.why__contents {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.why__content {
  max-width: 763px;
}

.contacts {
  color: #fff;
}
.contacts__card {
  display: inline-flex;
  padding: 30px 0 30px 30px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 50px;
  background: #e23e31;
}
@media (max-width: calc(768px - 1px)) {
  .contacts__card {
    padding: 30px 20px;
  }
}
.contacts__contents {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.contacts__content {
  max-width: 637px;
}
@media (max-width: calc(768px - 1px)) {
  .contacts__content img {
    width: 100%;
  }
}
.contacts__content p {
  margin-bottom: 30px;
}
.contacts__address {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  .contacts__address {
    font-size: 20px;
  }
}
.contacts__address a {
  color: #fff;
}

.games {
  margin-top: 86px;
  margin-bottom: 80px;
}
.games h2,
.games p {
  margin-bottom: 30px;
}
.games__game {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.games__game-img {
  width: 157px;
  height: 157px;
}

.game {
  margin-top: 86px;
  margin-bottom: 80px;
}
.game a {
  max-width: 177px;
}
.game__contents {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: calc(768px - 1px)) {
  .game__contents {
    flex-direction: column;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__content img {
  width: 270px;
  height: 270px;
}
.game__content-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .game__img img {
    width: 100%;
  }
}

.privacy {
  margin: 86px 0 0;
}
.privacy h2 {
  font-size: 80px;
  line-height: normal;
}
@media (max-width: calc(768px - 1px)) {
  .privacy h2 {
    font-size: 50px;
  }
}

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