* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
  background-color: #00111c;
  background-image: url("../img/bg1.webp");
  background-position: top 0 center;
  background-size: 100% 774px;
  background-repeat: no-repeat;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1368px) {
  main {
    gap: 60px;
    margin-bottom: 60px;
  }
}

a,
button {
  cursor: pointer;
  font-family: inherit;
  display: block;
  text-decoration: none;
  color: inherit;
  border: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 0;
}

ul,
ol {
  padding-left: 20px;
  margin: 0;
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 430px;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1368px) {
  .container {
    max-width: 1368px;
    padding: 0 84px;
  }
}

.title1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 1368px) {
  .title1 {
    font-size: 60px;
  }
}

.title2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #fff;
}

@media (min-width: 1368px) {
  .title2 {
    font-size: 50px;
  }
}

.title3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 1368px) {
  .title3 {
    font-size: 24px;
  }
}

.title4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #ffbd10;
}

.link {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
}

.link:hover, .link:focus {
  color: #ffbd10;
}

.link:active {
  color: #ff9d00;
}

.logo {
  position: relative;
  z-index: 11;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1368px) {
  .logo {
    font-size: 24px;
  }
}

.logo img {
  width: 100%;
  max-width: 20px;
}

@media (min-width: 1368px) {
  .logo img {
    max-width: 30px;
  }
}

.btn {
  font-family: inherit;
  width: 100%;
  max-width: 174px;
  border-radius: 10px;
  padding: 10px 40px;
  background: #ffbd10;
  border: 1px solid #ffbd10;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #00111c;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.btn:hover, .btn:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.btn:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 1368px) {
  .btn {
    padding: 18px 32px;
  }
}

.btn-second {
  background: transparent;
  color: #ffbd10;
}

.accent {
  color: #ffbd10;
}

.white {
  color: #fff;
}

.card-03 {
  border: 2px solid rgba(55, 0, 255, 0.3);
  border-radius: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.card-06 {
  border: 2px solid rgba(55, 0, 255, 0.6);
  border-radius: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.08);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1368px) {
  .header {
    padding: 20px 0;
  }
}

.header.scrolled {
  background: #00111cd6;
  -webkit-box-shadow: 0px 3px 10px 0px #ffbd10;
          box-shadow: 0px 3px 10px 0px #ffbd10;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #00111c;
  background-image: url("../img/bg1.webp");
  background-position: top 0 center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 0;
  list-style: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 18px;
  font-weight: 600;
}

.header__list.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1368px) {
  .header__list {
    position: static;
    top: auto;
    left: auto;
    max-width: 320px;
    height: auto;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
    font-weight: 400;
  }
}

.header__menu-btn {
  position: relative;
  z-index: 11;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url("../img/menu.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header__menu-btn.open {
  background-image: url("../img/close.webp");
}

@media (min-width: 1368px) {
  .header__menu-btn {
    display: none;
  }
}

.hero {
  padding-top: 47px;
}

@media (min-width: 1368px) {
  .hero {
    padding-top: 82px;
  }
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 996px;
  margin: auto;
}

@media (min-width: 1368px) {
  .hero__content {
    gap: 30px;
  }
}

.hero__content.other {
  max-width: 100%;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.hero__wrapper {
  display: none;
}

@media (min-width: 1368px) {
  .hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.hero__wrapper a {
  max-width: 174px;
}

.hero__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__item {
  border-radius: 60px;
  padding: 7px 8px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1368px) {
  .hero__item {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.hero__img {
  display: none;
}

@media (min-width: 1368px) {
  .hero__img {
    display: block;
  }
}

.hero__img.about {
  display: block;
}

.hero__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 36px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .hero__lower {
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 584px;
    font-size: 14px;
  }
}

.hero__lower img {
  width: 100%;
  max-width: 50px;
}

@media (min-width: 1368px) {
  .hero__lower img {
    max-width: 150px;
  }
}

.hero__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.platforms__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

@media (min-width: 1368px) {
  .platforms__content {
    gap: 20px;
  }
}

.platforms__item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 22px;
  padding: 32px 15px 15px 15px;
  min-height: 144px;
}

@media (min-width: 1368px) {
  .platforms__item {
    gap: 78px;
    padding: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.platforms__label {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 22px 0;
  padding: 3px 20px;
  background: #3700ff;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

@media (min-width: 1368px) {
  .platforms__label {
    font-size: 13px;
  }
}

.platforms__logo {
  width: 100%;
  max-width: calc(30%);
  min-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1368px) {
  .platforms__logo {
    max-width: 205px;
  }
}

.platforms__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
  max-width: calc(70% - 25px);
  min-width: 185px;
}

@media (min-width: 1368px) {
  .platforms__text-block {
    max-width: 442px;
  }
}

.platforms__suptitle {
  display: none;
}

@media (min-width: 1368px) {
  .platforms__suptitle {
    display: block;
    color: #fff;
    position: static;
    text-align: center;
  }
}

.platforms__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffbd10;
}

@media (min-width: 1368px) {
  .platforms__title {
    font-size: 24px;
  }
}

.platforms__rating-block {
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1368px) {
  .platforms__rating-block {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.platforms__rating {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 1368px) {
  .platforms__rating {
    font-size: 24px;
  }
}

.platforms__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1368px) {
  .platforms__stars {
    gap: 2px;
  }
}

.platforms__stars img {
  width: 100%;
  max-width: 12px;
}

@media (min-width: 1368px) {
  .platforms__stars img {
    max-width: 20px;
  }
}

.platforms__btn {
  max-width: 100%;
}

@media (min-width: 1368px) {
  .platforms__btn {
    max-width: 155px;
  }
}

.description__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  text-align: center;
}

.why {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../img/bg2.webp");
  background-position: center right 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.why__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.why__list {
  list-style: none;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .why__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1368px) {
  .why__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../img/bg3.webp");
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1368px) {
  .faq__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
}

.faq__list {
  list-style: none;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .faq__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}

.faq__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.faq__item p {
  display: none;
}

.faq__item.show p {
  display: block;
}

.faq__item.show .faq__icon {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.faq__icon {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

@media (min-width: 1368px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 90px;
  }
}

.footer .logo {
  z-index: 1;
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.footer__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1368px) {
  .footer__right {
    max-width: 360px;
  }
}

.footer__right-link {
  width: 100%;
  max-width: 48%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 16px 14px;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__right-link.pegi {
  margin-right: 50px;
  margin-left: 50px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
}

.preferences__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.preferences__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 1368px) {
  .preferences__wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.preferences__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.cookie {
  width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 0;
  margin-bottom: 15px;
  display: none;
}

.cookie.show {
  display: block;
}

.cookie__content {
  position: relative;
  border: 3px solid rgba(55, 0, 255, 0.3);
  border-radius: 30px;
  padding: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(55, 0, 255, 0.3);
          box-shadow: 0 0 20px 0 rgba(55, 0, 255, 0.3);
  background: #00111c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}

.cookie__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}

.cookie__btns .btn {
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .cookie__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cookie__btns .btn {
    max-width: 220px;
  }
}
/*# sourceMappingURL=styles.css.map */