* {
  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: "Anton", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
  background: #111;
}

.lock {
  overflow: hidden;
}

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

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

[class*=__text] {
  color: #fefcf9;
  font-size: 14px;
  line-height: 160%;
}

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

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

h1 {
  color: #d7fd6a;
  font-size: 217px;
  line-height: 90%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 79px;
  }
}

h2 {
  color: #fefcf9;
  font-size: 72px;
  line-height: 90%;
  text-transform: uppercase;
}

.yellow {
  color: #d7fd6a;
}

.background-yellow {
  background: #d7fd6a;
  border-radius: 15px;
  color: #111111;
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 120%;
  text-transform: capitalize;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 15px;
  background: #fff;
  color: #111;
  line-height: 120%;
  text-transform: capitalize;
}

@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: 850px;
  display: flex;
  padding: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 30px;
  background: #111;
  color: #fff;
  border: 1px solid #fff;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fefcf9;
  font-size: 48px;
  line-height: 90%;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btn {
  max-width: 356px;
  width: 100%;
  color: #111111;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
.footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
}
.footer__menu a {
  color: #fff;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.contacts__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts__address h4,
.contacts__address a {
  color: #fff;
  font-size: 14px;
}

.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;
  text-align: center;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.header__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 8px;
  border-bottom: 1px solid #fff;
}

@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: 104px;
  margin-bottom: 120px;
}
.hero__text-top {
  color: #d7fd6a;
  text-align: right;
  font-size: 44px;
  line-height: 90%;
  text-transform: uppercase;
}
.hero__text-bottom {
  color: #d7fd6a;
  text-align: right;
  font-size: 92px;
  line-height: 90%;
  text-transform: uppercase;
}
.hero__content {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.hero__content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__text {
  max-width: 213px;
}
.hero img {
  position: relative;
  top: -214px;
  left: 214px;
}
@media (max-width: calc(576px - 1px)) {
  .hero img {
    top: -298px;
    left: 183px;
  }
}
.hero h3 {
  color: #fefcf9;
  text-align: right;
  font-size: 24px;
  line-height: 160%;
  max-width: 345px;
}
.hero__text-bottom {
  display: flex;
  justify-content: flex-end;
}

.play__container {
  position: relative;
}
.play__arrow-left-top {
  position: absolute;
  top: 0;
  left: 0;
}
.play__arrow-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.play__arrow-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.play__arrow-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.play__content {
  padding: 30px 0;
}

.play {
  margin-bottom: 120px;
}
.play__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: calc(1024px - 1px)) {
  .play__content {
    align-items: center;
  }
}
.play__wrapper {
  display: flex;
  gap: 120px;
}
@media (max-width: calc(1024px - 1px)) {
  .play__wrapper {
    flex-direction: column;
  }
}
.play__wrapper p {
  max-width: 480px;
}
.play__wrapper img {
  transform: rotate(12deg);
  width: fit-content;
}

.cards {
  margin-bottom: 120px;
}

.together__container {
  position: relative;
}
.together__arrow-left-top {
  position: absolute;
  top: 0;
  left: 0;
}
.together__arrow-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.together__arrow-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.together__arrow-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.together__content {
  padding: 30px 0;
}
.together__content h2:first-child {
  padding-left: 226px;
}
.together__content h2:nth-child(2) {
  padding-left: 316px;
}
.together__content h2:nth-child(3) {
  padding-left: 282px;
}
.together__content h2:nth-child(4) {
  padding-left: 375px;
}
.together__content h2:nth-child(5) {
  padding-left: 226px;
}
.together__content h2:nth-child(6) {
  padding-left: 347px;
}
.together__content h2:nth-child(7) {
  padding-left: 347px;
}
@media (max-width: calc(576px - 1px)) {
  .together__content h2:first-child {
    padding-left: 0;
  }
  .together__content h2:nth-child(2) {
    padding-left: 30px;
  }
  .together__content h2:nth-child(3) {
    padding-left: 30px;
  }
  .together__content h2:nth-child(4) {
    padding-left: 50px;
  }
  .together__content h2:nth-child(5) {
    padding-left: 66px;
  }
  .together__content h2:nth-child(6) {
    padding-left: 0;
  }
  .together__content h2:nth-child(7) {
    padding-left: 0;
  }
}

.games {
  margin-top: 184px;
}
.games__container {
  position: relative;
}
.games__arrow-left-top {
  position: absolute;
  top: 0;
  left: 0;
}
.games__arrow-right-top {
  position: absolute;
  top: 0;
  right: 0;
}
.games__arrow-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.games__arrow-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.games__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 22px 0;
}
@media (max-width: calc(768px - 1px)) {
  .games__content-wrapper {
    gap: 5px;
  }
}
.games__content-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.games__content-wrap img {
  position: absolute;
  top: top;
  top: -50%;
  transform: translate(20%, -9%);
  transform: rotate(14deg);
}
@media (max-width: calc(768px - 1px)) {
  .games__content-wrap img {
    position: static;
    transform: rotate(0deg);
  }
}
@media (max-width: calc(768px - 1px)) {
  .games__content-wrap h2 {
    font-size: 44px;
  }
}
.games__content-wrap:first-child {
  padding-left: 300px;
}
.games__content-wrap:nth-child(2) {
  padding-left: 410px;
}
.games__content-wrap:nth-child(3) {
  padding-left: 118px;
}
.games__content-wrap:nth-child(4) {
  padding-left: 516px;
}
.games__content-wrap:nth-child(5) {
  padding-left: 290px;
}
.games__content-wrap:nth-child(6) {
  padding-left: 150px;
}
@media (max-width: calc(1024px - 1px)) {
  .games__content-wrap:first-child {
    padding-left: 0;
  }
  .games__content-wrap:nth-child(2) {
    padding-left: 0;
  }
  .games__content-wrap:nth-child(3) {
    padding-left: 0;
  }
  .games__content-wrap:nth-child(4) {
    padding-left: 0;
  }
  .games__content-wrap:nth-child(5) {
    padding-left: 0;
  }
  .games__content-wrap:nth-child(6) {
    padding-left: 0;
  }
}

.game {
  margin-top: 104px;
}
.game h1 {
  margin-bottom: 32px;
}
.game__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: calc(576px - 1px)) {
  .game__content {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.game__content img {
  position: absolute;
  top: -120px;
  left: 338px;
}
@media (max-width: calc(768px - 1px)) {
  .game__content img {
    position: static;
  }
}
.game__content p {
  max-width: 213px;
}

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

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