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

.lock {
  overflow: hidden;
}

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

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

[class*=__text] {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.54px;
}

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

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

.rose {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-shadow: -1px 1px 6px rgba(2, 129, 255, 0.55), -1px -1px 6px rgba(2, 129, 255, 0.55);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff02fb;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.48px;
}

.main {
  flex: 1 1 auto;
}

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

h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: calc(768px - 1px)) {
  h1 {
    font-size: 36px;
  }
}

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

h3 {
  color: #fff;
  text-shadow: -1px 1px 6px rgba(2, 129, 255, 0.55), -1px -1px 6px rgba(2, 129, 255, 0.55);
  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: 14px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: #9400ea;
  box-shadow: -1px 1px 6px 0 rgba(175, 0, 234, 0.55), -1px -1px 6px 0 rgba(175, 0, 234, 0.55);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  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: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 14px;
  border: 1px solid #fff;
  background: linear-gradient(164deg, #e277fd -7.47%, #d0f 64.97%, #04141d 110.19%), rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5.8333330154px);
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
.cookies__text {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.cookies__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cookies .btn-border {
  background: #fff !important;
}
@media (max-width: calc(768px - 1px)) {
  .cookies .btn {
    width: 100%;
  }
}

.footer {
  padding-top: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__blur {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  position: relative;
}
.footer__text::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}
.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;
  position: relative;
}
.header__blur {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header__content {
  display: flex;
  padding: 80px 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  align-self: stretch;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.header__content h1 {
  margin-bottom: 20px;
}
.header__cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.header__card {
  max-width: 252px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.header__card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.header__card p span {
  font-weight: 600;
}
.header__card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.5px;
  height: 100%;
  background: #ff02fb;
}

.hero__content {
  display: flex;
  padding: 80px 0;
  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;
  flex-wrap: wrap;
  padding: 24px 30px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 14px;
  max-width: 100%;
  gap: 40px;
  border-radius: 14px;
  border: 0.833px solid #e277fd;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(5.8333330154px);
}
@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-center {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero__card-center-top {
  display: flex;
  justify-content: space-between;
}
.hero__card-center-bottom {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.hero__card-center-bottom h3 {
  max-width: 254px;
}
.hero__card-right {
  max-width: 300px;
  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: 6px;
}
.hero__card-right-img img {
  max-width: 54px;
}

.info {
  margin-bottom: 80px;
}
.info__content {
  padding: 40px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.info__content h2 {
  margin-bottom: 20px;
}
.info__cards {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.info__card {
  display: flex;
  max-width: 260px;
  padding: 13px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  align-self: stretch;
  border-radius: 35px;
  border: 0.833px solid #e277fd;
  background: rgba(3, 0, 0, 0.12);
  backdrop-filter: blur(5.8333330154px);
}
.info__card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.info__card p:first-child {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}
.info__card-img {
  width: 100%;
  text-align: right;
}

.contact {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

form {
  border-radius: 20px;
  padding: 30px;
  background: rgba(221, 0, 255, 0.2);
}
@media (max-width: calc(768px - 1px)) {
  form {
    padding: 30px 20px;
  }
}

.contact-form {
  color: #fff;
  border-radius: 10px;
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.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: 16px;
  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: 20px;
  background: #f4e0ff;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
}

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

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}
.privacy {
  margin-bottom: 60px;
  border-radius: 20px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.1);
}
.privacy h2 {
  margin-bottom: 20px;
}

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