* {
  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: "Jura", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #000;
}

.lock {
  overflow: hidden;
}

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

[class*=__container] {
  max-width: 1368px;
  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;
}

.main {
  flex: 1 1 auto;
}

h1 {
  font-size: 185px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: calc(1024px - 1px)) {
  h1 {
    font-size: 58px;
  }
}

h2 {
  font-size: 80px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: calc(768px - 1px)) {
  h2 {
    font-size: 52px;
  }
}

h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

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

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

.btn {
  display: flex;
  padding: 22px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  background: linear-gradient(90deg, #ff8e00 0%, #076d5a 100%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 22px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@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: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 30px;
  border: 4px solid #ff8e00;
  background: #000;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.cookies__text {
  margin-bottom: 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  flex-direction: column;
}
.cookies__btn {
  width: 100%;
  padding: 24px 16px;
  height: unset;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btn {
    width: 100%;
  }
}

.footer {
  padding: 42px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.footer__menu {
  display: flex;
  gap: 20px;
}
@media (max-width: calc(576px - 1px)) {
  .footer__menu {
    flex-direction: column;
    align-items: center;
  }
}
.footer__menu a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.footer__social {
  display: flex;
  gap: 20px;
}
.footer__address {
  display: flex;
  flex-direction: column;
}
.footer__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.footer__img {
  max-width: 1022px;
  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 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

@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: 14px;
  font-style: normal;
  font-weight: 400;
}

.hero {
  margin-top: 60px;
}
.hero h1 {
  text-align: center;
}
.hero h2 {
  font-size: 100px;
}
@media (max-width: calc(768px - 1px)) {
  .hero h2 {
    font-size: 70px;
  }
}
.hero__content {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: -190px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content {
    top: 0;
  }
}
.hero__content-right {
  display: flex;
  flex-direction: column;
  gap: 272px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content-right {
    gap: 30px;
  }
}
.hero__content-right p {
  max-width: 182px;
}

.tiny {
  margin-bottom: 80px;
}
.tiny__top {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tiny__top span {
  background: linear-gradient(90deg, #ff8e00 0%, #076d5a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tiny__top h2 {
  max-width: 838px;
}
.tiny__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: calc(768px - 1px)) {
  .tiny__content img {
    width: 100%;
  }
}
.tiny__content-text {
  max-width: 460px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.from {
  margin-bottom: 80px;
}
.from h2 span {
  background: var(--gr3, linear-gradient(90deg, #ff8e00 0%, #076d5a 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.from__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.from__content-left {
  max-width: 814px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.from__content-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.from__content-right {
  max-width: 356px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.every {
  margin-bottom: 80px;
}
.every h2 {
  max-width: 814px;
}
.every h2 span {
  background: linear-gradient(90deg, #ff8e00 0%, #076d5a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.every__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
}
.every__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.every__card {
  display: flex;
  max-width: 387px;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: linear-gradient(90deg, #ff8e00 0%, #076d5a 100%);
}

.contact {
  padding: 60px 0;
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 142, 0, 0.3) 0%, rgba(7, 109, 90, 0.3) 100%);
}
.contact__content {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.contact__content-left {
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.contact .footer__address a,
.contact .footer__address p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.games {
  margin-top: 60px;
  margin-bottom: 80px;
}
.games__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.games__content-right {
  max-width: 796px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.games__content-right h2 span {
  background: var(--gr3, linear-gradient(90deg, #ff8e00 0%, #076d5a 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.games__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.game {
  margin-top: 60px;
  margin-bottom: 80px;
}
.game h2 {
  background: var(--gr3, linear-gradient(90deg, #ff8e00 0%, #076d5a 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game__title {
  font-size: 60px;
}
.game__img {
  max-width: 374px;
  width: 100%;
}
.game__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.game__content-right {
  max-width: 796px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__content-bottom {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__content-bottom img {
  width: fit-content;
}
@media (max-width: calc(768px - 1px)) {
  .game__content-bottom img {
    width: 100%;
  }
}

.privacy {
  padding: 84px 0;
  margin-bottom: 0;
}
.privacy h2 {
  margin-bottom: 16px;
  color: #fff;
}
.privacy p {
  color: #fff;
}

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