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

html {
  scroll-behavior: smooth;
}

body {
  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;
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.03em;
  background: #100E35;
  overflow-x: hidden;
}

@media (min-width: 1200px) {
  body {
    gap: 60px;
  }
}

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

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

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
    padding: 0 80px;
  }
}

.title1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 90%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e38d), to(#eba44a));
  background: linear-gradient(180deg, #f7e38d 0%, #eba44a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title1 .fw-sb {
  font-weight: 600;
}

.title1 .fw-n {
  font-weight: 400;
  line-height: 1.2;
}

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

.title2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 90%;
}

.logo {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 800;
  font-size: 24px;
  line-height: 80%;
  letter-spacing: -0.03em;
  text-align: center;
}

.logo:hover, .logo:focus {
  color: #f7e38d;
}

.logo:active {
  color: #eba44a;
}

.link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.03em;
}

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

.link:active {
  color: #eba44a;
}

.btn {
  font-family: inherit;
  width: 100%;
  max-width: 170px;
  border-radius: 59px;
  padding: 20px 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e38d), to(#eba44a));
  background: linear-gradient(180deg, #f7e38d 0%, #eba44a 100%);
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #100E35;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn:active {
  color: #100E35;
}

.btn.w-full {
  max-width: 100%;
}

.header {
  background: #3446b2;
}

.header__nav {
  padding: 20px 0;
  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;
  width: 100%;
}

.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: 16px;
  max-width: 760px;
  margin: auto;
}

@media (min-width: 1200px) {
  .hero__content {
    gap: 48px;
  }
}

.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero__descr {
  max-width: 400px;
}

.platforms__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 12px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 16px;
  -webkit-backdrop-filter: blur(36.7px);
          backdrop-filter: blur(36.7px);
  background: rgba(33, 43, 96, 0.6);
}

@media (min-width: 1200px) {
  .platforms__content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    border-radius: 20px;
    padding: 24px;
  }
}

.platforms__item {
  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;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#496fde), to(#3446b2));
  background: linear-gradient(180deg, #496fde 0%, #3446b2 100%);
}

.platforms__item.second {
  background: -webkit-gradient(linear, left top, left bottom, from(#8753f6), to(#392ac1));
  background: linear-gradient(180deg, #8753f6 0%, #392ac1 100%);
}

@media (min-width: 1200px) {
  .platforms__item {
    gap: 24px;
  }
}

.platforms__logo {
  width: 100%;
  max-width: 208px;
  max-height: 100px;
  border: 1px solid rgba(130, 219, 20, 0.24);
  border-radius: 10px;
  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;
  background: rgba(130, 219, 20, 0.1);
  padding: 28px 20px;
}

.platforms__logo-img {
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.platforms__descr {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.03em;
}

.platforms__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.platforms__rating-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
}

.platforms__rating-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: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.platforms__rating-stars img {
  width: 100%;
  max-width: 16px;
}

@media (min-width: 768px) {
  .platforms__rating-stars img {
    max-width: 22px;
  }
}

.important__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: 16px;
}

.text-sct__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: 12px;
}

.text-sct__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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;
  gap: 24px;
}

@media (min-width: 1200px) {
  .footer__content {
    gap: 40px;
  }
}

.footer__nav {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .footer__nav {
    gap: 50px;
  }
}

.footer__links {
  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: 50px;
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .line {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer__copy-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px;
      grid-template-columns: 1fr 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.7);
}

.cookies {
  width: 100%;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: none;
}

.cookies.show {
  display: block;
}

@media (min-width: 1200px) {
  .cookies {
    max-width: 784px;
  }
}

.cookies__content {
  position: relative;
  border: 1px solid rgba(232, 232, 237, 0.08);
  border-radius: 10px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 32px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 32px 24px rgba(0, 0, 0, 0.15);
  background: #100e35;
  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: 12px;
}

@media (min-width: 1200px) {
  .cookies__content {
    padding: 35px;
    gap: 22px;
  }
}

.cookies__title {
  font-weight: 800;
  font-size: 34px;
  line-height: 120%;
}

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

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

.cookies__wrapper .btn {
  max-width: 100%;
}

@media (min-width: 768px) {
  .cookies__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.age-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000b9;
}

.age-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.age-popup__content {
  width: 100%;
  max-width: 650px;
  margin: auto;
  position: relative;
  border: 1px solid rgba(232, 232, 237, 0.08);
  border-radius: 10px;
  padding: 24px 20px;
  -webkit-box-shadow: 0 0 32px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 32px 24px rgba(0, 0, 0, 0.15);
  background: #100e35;
  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: 12px;
}

@media (min-width: 1200px) {
  .age-popup__content {
    padding: 35px;
    gap: 22px;
  }
}

.age-popup__title {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.1;
  text-transform: uppercase;
}

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

.age-popup__wrapper .btn {
  max-width: 100%;
}

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