* {
  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: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #000;
}

.lock {
  overflow: hidden;
}

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

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

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

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.white {
  color: #fff;
}

.black {
  color: #181818;
}

.main {
  flex: 1 1 auto;
}

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

.btn {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #b890d6;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: capitalize;
  width: fit-content;
}

.btn-border {
  display: flex;
  padding: 20px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  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 {
  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;
}
.footer__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
}
.footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: calc(1024px - 1px)) {
  .footer__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__content-right {
  display: flex;
  gap: 32px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__content-right {
    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: 32px;
}
.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;
}

.contacts__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contacts__address h4,
.contacts__address a {
  font-size: 14px;
  color: #fff;
}
.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: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.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 {
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background: #fff;
  color: #000;
}
.menu__link-first {
  background: #b890d6;
  font-weight: 900;
}

.hero {
  margin-top: 156px;
  margin-bottom: 120px;
}
.hero__content {
  display: flex;
  gap: 40px;
}
@media (max-width: calc(1024px - 1px)) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__content-left h1 {
  margin-bottom: 12px;
}
.hero__content-img img:nth-of-type(2) {
  position: relative;
  left: -20px;
}
.hero__content-img img:nth-of-type(3) {
  position: relative;
  left: -40px;
}
.hero__content-icons {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: calc(576px - 1px)) {
  .hero__content-icons {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
}
.hero__text {
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
}
.hero__text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
.hero__content-right {
  position: relative;
}
@media (max-width: calc(576px - 1px)) {
  .hero__content-right img {
    width: 100%;
  }
}
.hero__content-image {
  position: absolute;
  top: -144px;
  left: 40px;
}
@media (max-width: calc(576px - 1px)) {
  .hero__content-image {
    top: -70px;
  }
}

.built {
  margin-bottom: 120px;
}
.built__content {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  flex-wrap: wrap;
}

.instatnt {
  margin-bottom: 120px;
}
.instatnt__content {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.instatnt__card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  width: 277px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}
.instatnt__card:nth-of-type(3) {
  color: #000;
  background: #d4f957;
}

.we {
  margin-bottom: 120px;
}
.we__content {
  border-radius: 20px;
  background: #e3e3e3;
  padding: 40px;
}
.we__text-title {
  padding-top: 134px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 12px;
}
.we__cards {
  margin-top: 94px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.we__card {
  display: flex;
  height: 306px;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
  border-radius: 20px;
  background: #000;
  max-width: 254px;
}
.we__card:nth-of-type(2) {
  background: #B890D6;
  transform: rotate(-5.033deg);
}
.we__card:nth-of-type(3) {
  color: #000;
  background: #d4f957;
  transform: rotate(5.781deg);
}

.fast {
  margin-bottom: 120px;
}
.fast__cards {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.fast__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fast__card h1 {
  margin-bottom: 12px;
}
.fast__card p {
  margin-bottom: 36px;
}

.games {
  margin-top: 156px;
}
.games h1 {
  margin-bottom: 40px;
}
.games .hero__content {
  margin-bottom: 120px;
}
.games .btn {
  width: 100%;
}

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

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