@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  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%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 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: "Inter", sans-serif;
  background: radial-gradient(108.87% 159.96% at 10% 10%, rgba(61, 229, 255, 0.28) 0%, rgba(61, 229, 255, 0) 26%), radial-gradient(111.29% 163.51% at 92% 8%, rgba(61, 229, 255, 0.26) 0%, rgba(61, 229, 255, 0) 24%), radial-gradient(100.91% 148.27% at 50% 95%, rgba(61, 229, 255, 0.16) 0%, rgba(61, 229, 255, 0) 31%), linear-gradient(146deg, #050510 0%, #08091B 45%, #09051B 100%);
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: radial-gradient(108.87% 159.96% at 10% 10%, rgba(61, 229, 255, 0.28) 0%, rgba(61, 229, 255, 0) 26%), radial-gradient(111.29% 163.51% at 92% 8%, rgba(61, 229, 255, 0.26) 0%, rgba(61, 229, 255, 0) 24%), radial-gradient(100.91% 148.27% at 50% 95%, rgba(61, 229, 255, 0.16) 0%, rgba(61, 229, 255, 0) 31%), linear-gradient(146deg, #050510 0%, #08091B 45%, #09051B 100%);
}

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

[class*=__text] {
  color: #AEB8D8;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.main {
  flex: 1 1 auto;
}

.text-center {
  text-align: center;
}

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

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 7, 22, 0.68);
  backdrop-filter: blur(9px);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
@media (max-width: 575px) {
  .header__content {
    flex-direction: column;
    gap: 12px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F7FBFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header__menu a {
  color: #DCE5FF;
  font-size: 14px;
  font-weight: 700;
}
.header__link {
  color: #061018 !important;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(112deg, #B8FF37 0%, #23E8FF 100%);
  box-shadow: 0 12px 34px 0 rgba(35, 232, 255, 0.22);
  padding: 11px 14px;
}
@media (max-width: 575px) {
  .header__link {
    display: none;
  }
}

.footer {
  padding: 42px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(3, 4, 13, 0.5);
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu {
  display: flex;
  gap: 14px;
}
.footer__menu a {
  color: #DCE6FF;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 575px) {
  .footer__menu {
    flex-wrap: wrap;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  border-radius: 30px;
  background: radial-gradient(108.87% 159.96% at 10% 10%, rgba(61, 229, 255, 0.28) 0%, rgba(61, 229, 255, 0) 26%), radial-gradient(111.29% 163.51% at 92% 8%, rgba(61, 229, 255, 0.26) 0%, rgba(61, 229, 255, 0) 24%), radial-gradient(100.91% 148.27% at 50% 95%, rgba(61, 229, 255, 0.16) 0%, rgba(61, 229, 255, 0) 31%), linear-gradient(146deg, #050510 0%, #08091B 45%, #09051B 100%);
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: -2.5px;
}
.cookies__text {
  color: #D6D3EF;
  font-size: 19px;
  font-weight: 400;
  line-height: 31.35px;
}
.cookies__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 575px) {
  .cookies__btns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cookies__btn {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding: 17px 0;
}
.cookies__btn:first-child {
  border-radius: 18px;
  background: linear-gradient(106deg, #FF3DF2 0%, #7657FF 100%);
  box-shadow: 0 20px 55px 0 rgba(255, 61, 242, 0.28);
}
.cookies__btn:last-child {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  margin: 66px 0 0;
  padding: 50px 0 0;
}
@media (max-width: 575px) {
  .hero {
    margin: 85px 0 0;
  }
}
.hero__content {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .hero__content {
    flex-direction: column;
  }
}
.hero__column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero__label {
  color: #DCF9FF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  padding: 10px 13px 10px 32px;
  position: relative;
}
.hero__label::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 13px;
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  background: #B8FF37;
  box-shadow: 0 0 18px 0 #B8FF37;
}
.hero__title {
  color: #F7FBFF;
  font-size: clamp(72px, 7vw, 92px);
  font-weight: 700;
  line-height: 82.8px;
  letter-spacing: -7.36px;
}
.hero__title span {
  background: linear-gradient(90deg, #FFF 0%, #23E8FF 29%, #FF3DF2 58%, #B8FF37 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .hero__title {
    line-height: 68px;
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__link {
  border-radius: 18px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding: 17px 20px;
}
.hero__link:first-child {
  background: linear-gradient(106deg, #FF3DF2 0%, #7657FF 100%);
  box-shadow: 0 20px 55px 0 rgba(255, 61, 242, 0.28);
}
.hero__link:last-child {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 991px) {
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about__card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 18px 60px 0 rgba(0, 0, 0, 0.18);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about__icon {
  font-size: 26px;
  font-weight: 400;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: linear-gradient(101deg, rgba(255, 61, 242, 0.25) 0%, rgba(35, 232, 255, 0.18) 50%, rgba(184, 255, 55, 0.16) 100%);
  box-shadow: 0 28px 90px 0 rgba(0, 0, 0, 0.38);
  padding: 34px;
}
.info__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .info__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__link {
  border-radius: 18px;
  background: linear-gradient(107deg, #FF3DF2 0%, #7657FF 100%);
  box-shadow: 0 20px 55px 0 rgba(255, 61, 242, 0.28);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  padding: 16px 0;
  text-align: center;
}

.catalog {
  margin: 140px 0;
}
@media (max-width: 767px) {
  .catalog {
    margin: 100px 0;
  }
}
.catalog__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.catalog__title {
  color: #F7FBFF;
  font-size: 58px;
  font-weight: 700;
  line-height: 55.1px;
  letter-spacing: -3.48px;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog__card {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(148deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  box-shadow: 0 20px 65px 0 rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.catalog__card:nth-child(1) .catalog__img-bg {
  background: linear-gradient(115deg, #14E37A 0%, #22D3FF 50%, #2C64FF 100%);
}
.catalog__card:nth-child(2) .catalog__img-bg {
  background: linear-gradient(115deg, #FF3DF2 0%, #7C4DFF 50%, #1DE7FF 100%);
}
.catalog__card:nth-child(3) .catalog__img-bg {
  background: linear-gradient(115deg, #FFE02E 0%, #FF8C21 50%, #FF3F7D 100%);
}
.catalog__card:nth-child(4) .catalog__img-bg {
  background: linear-gradient(115deg, #00D4FF 0%, #7957FF 50%, #FF4BD8 100%);
}
.catalog__card:nth-child(5) .catalog__img-bg {
  background: linear-gradient(115deg, #21E7FF 0%, #216DFF 50%, #16FF9A 100%);
}
.catalog__card:nth-child(6) .catalog__img-bg {
  background: linear-gradient(115deg, #B8FF37 0%, #13E6A4 50%, #2E7BFF 100%);
}
.catalog__img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.catalog__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.catalog__label {
  color: #DBE7FF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 11px;
}
.catalog__name {
  color: #F7FBFF;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
}
.catalog__txt {
  color: #AEB8D8;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.catalog__btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog__more {
  color: #051018;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px;
  background: linear-gradient(119deg, #B8FF37 0%, #23E8FF 100%);
  padding: 12px 13px;
  width: -moz-fit-content;
  width: fit-content;
}
.catalog__link {
  color: #F7FBFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 13px;
  width: -moz-fit-content;
  width: fit-content;
}

.privacy {
  margin: 56px 0 0;
  padding: 100px 0;
}
@media (max-width: 575px) {
  .privacy {
    margin: 94px 0 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}