* {
  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: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: #14101d;
}

.lock {
  overflow: hidden;
}

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

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

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  flex: 1 1 auto;
}

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

h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

.btn {
  display: flex;
  padding: 15px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 2px solid #6c09b8;
  background: #7d00ea;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.54px;
  width: fit-content;
}

@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: 720px;
  display: flex;
  padding: 60px 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  background: #7d00ea;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.cookies__text {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cookies__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.cookies .btn {
  border-radius: 6px;
  border: 2px solid #040212;
  background: #040212;
}

.footer {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #14101d 2.29%, rgba(20, 16, 29, 0) 20.26%), linear-gradient(180deg, rgba(20, 16, 29, 0) 66.23%, #14101d 96.17%), url(../../img/footer-bg.webp) lightgray 50%/cover no-repeat;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.footer__nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer__menu-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu-links a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__copyright p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.header {
  margin-bottom: 24px;
  background: linear-gradient(180deg, rgba(20, 16, 29, 0) 0%, #14101d 88.67%), url(../../img/header-bg.webp) lightgray 50%/cover no-repeat;
}
.header__content {
  display: flex;
  padding: 80px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(205, 120, 255, 0.1);
}
.header__content h1 {
  margin-bottom: 20px;
}
.header__content-left {
  max-width: 600px;
}
.header__content-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.hero__content {
  display: flex;
  padding-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.hero__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.hero__card {
  display: flex;
  padding: 24px 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  max-width: 100%;
  gap: 40px;
  flex-wrap: wrap;
  border: 1px solid #b80998;
  background: #040212;
  box-shadow: -4px -4px 4px 0 rgba(206, 120, 255, 0.25), 4px 4px 4px 0 rgba(206, 120, 255, 0.25);
}
@media (max-width: calc(768px - 1px)) {
  .hero__card {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.hero__card-logo {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
.hero__card-star {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}
.hero__card-center {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__card-center h3 {
  max-width: 310px;
}
.hero__card-center p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-shadow: -1px 1px 6px rgba(206, 120, 255, 0.55), -1px -1px 6px rgba(206, 120, 255, 0.55);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff97ec;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}
.hero__card-right {
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.hero__card-right .btn {
  width: 100%;
}
.hero__card-right-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 260px;
}
.hero__card-right-img img {
  max-width: 60px;
}

.info {
  margin-bottom: 80px;
}
.info__content {
  padding: 40px 20px;
  border-radius: 20px;
  background: rgba(125, 120, 255, 0.1);
}
.info__content h2 {
  margin-bottom: 20px;
}

form {
  padding: 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.contact-form {
  color: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
.contact-form .btn {
  width: 100%;
}

.contact-form h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.form-grid input {
  display: flex;
  height: 56px;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(205, 120, 255, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #fff;
}

.form-grid input::placeholder {
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.privacy {
  margin-bottom: 60px;
  padding: 0 20px;
}
.privacy h2 {
  margin-bottom: 20px;
}

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