* {
  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: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #010101;
  background: #d6ff3f;
}

.lock {
  overflow: hidden;
}

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

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

[class*=__text] {
  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 {
  font-size: 142px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 100px;
  }
}

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

h3 {
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border-radius: 40px;
  background: #d6ff3f;
  color: #010101;
  text-align: center;
  line-height: 120%;
  text-transform: capitalize;
}

.btn-border {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #010101;
  color: #010101;
  text-align: center;
  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;
  background: #fff;
  color: #010101;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 32px;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.cookies__btn {
  max-width: 356px;
  width: 100%;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #010101;
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.footer__content-right {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content-right {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__logo {
  color: #d6ff3f;
  text-align: center;
  font-size: 32px;
  line-height: 90%;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__menu {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
.footer__menu a {
  color: #fff;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__text {
  text-align: center;
}
.footer h2 {
  max-width: 540px;
}
.footer__text-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__text-wrapper p, .footer__text-wrapper h4 {
  color: #FFF;
}

.contacts__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contacts__address h4,
.contacts__address a {
  color: #fff;
  font-size: 32px;
  line-height: 160%;
}
.contacts__address-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.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: #010101;
  text-align: center;
  font-size: 32px;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

@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: #d6ff3f;
    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: #010101;
  line-height: 120%;
  text-transform: capitalize;
}

.hero {
  position: relative;
  margin-top: 140px;
}
.hero__content {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__content-right {
  max-width: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.hero__content-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 72px;
}
.hero__content-bottom img {
  width: 100%;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content-bottom img {
    width: 80%;
  }
}
@media (max-width: calc(768px - 1px)) {
  .hero__content-bottom img {
    width: 70%;
  }
}
@media (max-width: calc(576px - 1px)) {
  .hero__content-bottom img {
    width: 37%;
  }
}
.hero__item {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  background: #010101;
  padding: 20px 0;
}
.hero__animation-text {
  color: #d6ff3f;
  font-size: 44px;
  font-weight: 400;
  line-height: 90%;
  white-space: nowrap;
  animation: scroll-text 5s linear infinite;
  padding-right: 5px;
}
@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.about {
  background: #fff;
  padding: 80px 0;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.about__cards {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about__cards .about__card .about__text {
  position: relative;
  padding-top: 24px;
}
.about__cards .about__card .about__text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #010101;
  display: none;
}
.about__cards .about__card:first-child .about__text::after {
  display: block;
}
.about__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 488px;
}
.about__card:nth-of-type(2) {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 30px;
  background: #010101;
  color: #fff;
}
.about__card:nth-of-type(2) .about__card-text p::after {
  border: 1px solid #fff;
}
.about__card-text {
  display: flex;
  gap: 32px;
  align-items: center;
}
.about__card-text p {
  position: relative;
  font-size: 32px;
}
.about__card-text p::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about__card-text h3 {
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
}

.types {
  padding: 60px 0;
  background: #010101;
}
.types h2 {
  margin-bottom: 24px;
}
.types__cards {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.types__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 30px;
  background: #fff;
  max-width: 358px;
}

.our {
  background: #fff;
  padding: 80px 0;
}
.our h2 {
  margin-bottom: 24px;
}
.our__img {
  text-align: center;
  position: relative;
  bottom: -94px;
  z-index: 1;
}
@media (max-width: calc(576px - 1px)) {
  .our__img {
    bottom: -40px;
  }
}
@media (max-width: calc(576px - 1px)) {
  .our__img img {
    width: 100%;
  }
}
.our__cards {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.our__card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 488px;
  border-radius: 30px;
  border: 4px solid #000;
  background: #d6ff3f;
}
.our__card .our__text {
  position: relative;
  padding-top: 24px;
}
.our__card .our__text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #010101;
}
.our__card:nth-of-type(2) {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 30px;
  background: #f2f2f2;
  color: #010101;
}
.our__card:nth-of-type(2) .about__card-text p::after {
  border: 1px solid #010101;
}
.our__card-text {
  display: flex;
  gap: 32px;
  align-items: center;
}
.our__card-text p {
  position: relative;
  font-size: 32px;
}
.our__card-text p::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #000;
  background: transparent;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our__card-text h3 {
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
}

.games {
  margin-top: 140px;
}
.games__content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .games__content {
    flex-direction: column;
  }
}
.games__content-right {
  max-width: 552px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .games__content-right img {
    width: 100%;
  }
}

.ready {
  padding: 60px 0;
  background: #010101;
}
.ready h2 {
  margin-bottom: 40px;
}
.ready__cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.drive {
  background: #fff;
  padding: 80px 0;
}
.drive h2 {
  margin-bottom: 24px;
}
.drive p {
  max-width: 502px;
}
.drive__text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

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