@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

.hidden {
  display: none !important;
}

.flex {
  display: flex !important;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
select,
input {
  line-height: normal;
  border: none;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body:has(section) {
  background: #FFFFFF;
  padding: 0 80px;
}

.page-loader {
  position: fixed;
  inset: 0;
  background: #171533;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.page-loader--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

.animate__animated {
  opacity: 0;
}

.animate__animated--finish {
  opacity: 1;
}

.delay--two {
  animation-delay: 0.5s;
}

.delay--three {
  animation-delay: 0.8s;
}

.delay--four {
  animation-delay: 1s;
}

body {
  background: #171533;
}

select {
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}

body::selection {
  background: #6A2FEB;
  color: #FFFFFF;
}

html:has(section) {
  background: #171533;
}

html,
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

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

.footer {
  flex: 0 0 auto;
}

section.privacy, section.terms {
  padding-block: 80px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container img {
  padding-bottom: 40px;
}

.footer-first-autro {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 600;
  padding-top: 100px;
}

.footer-second-autro {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  padding-top: 16px;
  padding-bottom: 40px;
}

.footer-button {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding-block: 14px;
  text-align: center;
  background: #6A2FEB;
  border: none;
  border-radius: 12px;
  padding-inline: 35px;
  text-decoration: none;
}

.footer-action-block {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 440px;
  justify-content: space-around;
}

.footer-action-block__link {
  font-size: 16px;
  font-weight: 500;
  color: #23CE92;
  text-align: center;
  transition: text-decoration, color 0.2s ease;
}

.footer-action-block__link:hover {
  color: #ACAAE3;
  text-decoration: none;
}

.content-with-tech-section-with-gap {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  background: #171533;
  margin: 0 auto;
  overflow: hidden;
  padding-block: 80px;
  gap: 24px;
  width: 100%;
}

.zyncron-with-rings, .zyncron-roadmap {
  width: 100%;
  max-width: 440px;
  height: auto;
}

.inner-market-section__media {
  display: flex;
  align-items: center;
  background: rgba(55, 51, 61, 0.16);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 64px 48px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-market-section__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-inline: 24px;
}

.content-market-section__info__list {
  column-count: 2;
  padding-top: 24px;
  list-style-image: url("/static/images/list-check.svg");
  margin-left: 24px;
}
.content-market-section__info__list li {
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 145%;
  font-weight: 400;
  padding-left: 12px;
}

.glass-with-icon {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(55, 51, 61, 0.2);
  backdrop-filter: blur(4px);
  min-height: 200px;
  justify-content: center;
}

.glass-container__media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.glass-container__media .glass-container__media__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  align-items: center;
}
.glass-container__media .glass-container__media__desc {
  color: #fff;
  font-size: 20px;
  line-height: 145%;
  font-weight: 400;
  align-items: center;
  max-width: 340px;
  font-style: normal;
}

.content-market-section__info__title {
  color: #fff;
  font-size: 36px;
  line-height: 140%;
  font-weight: 600;
}

.content-market-section__info__desc {
  color: #ACAAE3;
  font-size: 20px;
  line-height: 145%;
  font-weight: 400;
}

.block-with-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4px;
}

.card {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: rgba(55, 51, 61, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.card img {
  width: 64px;
  height: 64px;
}
.card .platform-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #FFFFFF;
  padding-top: 24px;
  padding-bottom: 16px;
}
.card .platform-desc {
  color: #ACAAE3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.card:nth-child(1) {
  border-bottom-left-radius: 16px;
}

.card:nth-last-child(1) {
  border-bottom-right-radius: 16px;
}

.content-with-tech-section {
  position: relative;
  display: grid;
  align-items: center;
  background: #171533;
  margin: 0 auto;
  overflow: hidden;
}

.inner-content-with-tech {
  border-radius: 16px;
  overflow: hidden;
  padding-top: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.carousel {
  max-height: 100px;
  height: 100%;
  width: 100%;
}

.content-with-tech-section__media {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #1e1b3d;
  overflow: hidden;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.info-title {
  font-size: 36px;
  line-height: 140%;
  font-weight: 600;
  color: #FFFFFF;
}

.info-description {
  font-size: 18px;
  line-height: 1.6;
  color: #ACAAE3;
}

.content-with-tech-section__content {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  max-width: 480px;
  flex-direction: column;
  margin-left: -60px;
  width: 100vh;
  z-index: 1;
}

.content-with-tech-section__video {
  margin-left: -350px;
  max-width: 90%;
}

.content-with-tech-section__info {
  padding-bottom: 24px;
  color: #fff;
}

.video-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video-section__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 16px;
}
.video-section__content img {
  align-self: center;
  margin-bottom: -20px;
  z-index: 1;
}
.video-section__content h2 {
  max-width: 800px;
  line-height: 150%;
}

.video-section--hero {
  height: 100vh;
}

.video-section--footer {
  height: 100vh;
}

.banner-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}

.banner-logo {
  display: block;
  max-width: 350px;
  width: 100%;
  padding-bottom: 121px;
}

.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  max-height: 990px;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

button.contact-form__button {
  transition: background 0.2s ease;
}

button.contact-form__button:hover {
  background: #8E5DF7;
}

button.contact-form__button:active {
  background: #5021B6;
}

a[type=button] {
  transition: background 0.2s ease;
}

a[type=button]:hover {
  background: #8E5DF7;
}

a[type=button]:active {
  background: #5021B6;
}

.video-section__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("/static/images/pattern-3x.png");
  background-repeat: repeat;
  opacity: 0.03;
  background-size: 18px auto;
  z-index: 1;
}

.carousel {
  max-height: 100px;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 10;
}

.carousel__track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.carousel__item {
  z-index: 1;
  max-width: 254px;
  width: 100%;
  margin-right: 24px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
}
.main-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.main-content .bg-video {
  width: 100%;
  max-height: 900px;
}
.main-content .banner-content .banner-title {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  width: 100%;
}
.main-content .terms__inner, .main-content .privacy__inner {
  padding-block: 80px;
  padding-inline: 80px;
  background: #F4EDF8;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
}

section h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 128px;
  color: #1E1D31;
  padding-bottom: 80px;
}
section p, section li {
  color: #5E5D70;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
section .text-block {
  display: flex;
  flex-direction: column;
  padding-bottom: 80px;
}
section .text-block p a {
  color: #6A2FEB;
  transition: text-decoration, color 0.2s ease;
}
section .text-block p a:hover {
  color: #23CE92;
  text-decoration: none;
}
section .text-block h3 {
  font-size: 36px;
  font-weight: 600;
  color: #1E1D31;
  padding-bottom: 32px;
}
section .text-block ul {
  padding-top: 16px;
  padding-bottom: 32px;
  list-style-type: disc;
}
section .text-block ul li {
  margin: 10px 0;
  color: #5E5D70;
}

.main-content-contact .video-section__bg {
  min-height: 150vh;
  height: auto;
}
.main-content-contact .video-section__overlay {
  min-height: 150vh;
}

.video-section-contact-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.contact-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-block: 80px;
  z-index: 1;
}
.contact-container img {
  padding-bottom: 40px;
  max-width: 144px;
  width: 100%;
}
.contact-container .contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F4EDF8;
  border-radius: 16px;
  padding: 80px;
  z-index: 1;
}
.contact-container .contact-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-container .contact-header h1 {
  color: #1E1D31;
  font-size: 64px;
  line-height: 120%;
  font-weight: 700;
}
.contact-container .contact-header p {
  color: #5E5D70;
  font-size: 20px;
  line-height: 150%;
}
.contact-container .contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  gap: 30px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.contact-container .input-with-label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-container .input-with-label label {
  color: #1E1D31;
  font-size: 12px;
  font-weight: 500;
}
.contact-container .contact-form__input {
  padding: 16px;
  border-radius: 8px;
  font-size: 16px;
  border: 1px solid #ACAAE3;
  outline: none;
  color: #1E1D31;
  transition: border-color 0.2s ease;
}
.contact-container .contact-form__input::placeholder {
  color: #5E5D70;
}
.contact-container .contact-form__input:hover {
  border-color: #6A2FEB;
}
.contact-container .input-with-label:focus-within label {
  color: #6A2FEB;
}
.contact-container .input-with-label:focus-within .contact-form__input {
  border-color: #6A2FEB;
}
.contact-container .input-with-label--error label {
  color: #E53935;
}
.contact-container .input-with-label--error .contact-form__input {
  border-color: #E53935;
  color: #E53935;
}
.contact-container #contact-form__input-message {
  min-height: 180px;
  height: 100%;
  font-size: 16px;
  color: #5E5D70;
  font-family: "Poppins", sans-serif;
}
.contact-container #contact-form__input-subject {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/static/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;
}
.contact-container .contact-form__button {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding-block: 14px;
  text-align: center;
  background: #6A2FEB;
  border: none;
  border-radius: 12px;
  padding-inline: 35px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
  max-width: 240px;
  width: 100%;
}
.contact-container .contact-form__button:disabled {
  background: #6A2FEB;
  opacity: 0.4;
  cursor: not-allowed;
}

.sent-form__button {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding-block: 14px;
  text-align: center;
  background: #6A2FEB;
  border: none;
  border-radius: 12px;
  padding-inline: 35px;
  text-decoration: none;
  max-width: 240px;
  width: 100%;
  align-self: center;
  margin-top: 80px;
}

.main-content-sent {
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.sent-container {
  z-index: 1;
  max-width: 800px;
}
.sent-container #logo-icon {
  padding-bottom: 40px;
  max-width: 144px;
  width: 100%;
}

.sent-block {
  display: flex;
  flex-direction: column;
  background: #F4EDF8;
  padding: 80px;
  border-radius: 16px;
  max-width: 800px;
  min-width: 800px;
  width: 100%;
}
.sent-block .sent-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sent-block .sent-header .sent-header__title {
  color: #1E1D31;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}
.sent-block .sent-header .sent-header__desc {
  color: #5E5D70;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}
.sent-block .sent-header .check-around {
  width: 120px;
  height: 120px;
}
.sent-block button {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  padding-block: 14px;
  text-align: center;
  background: #6A2FEB;
  border: none;
  border-radius: 12px;
  padding-inline: 35px;
  text-decoration: none;
  margin-top: 80px;
  max-width: 240px;
  width: 100%;
  align-self: center;
}

@media screen and (max-width: 1290px) {
  .banner-logo {
    padding-bottom: 100px;
  }
  .content-with-tech-section__media {
    flex-direction: column;
  }
  .content-with-tech-section__video, .content-with-tech-section__content {
    max-width: 100%;
    margin-left: 0;
  }
  .inner-content-with-tech {
    padding-inline: 16px;
  }
  .content-with-tech-section__content {
    padding-block: 32px;
    width: 100%;
    padding-inline: 16px;
  }
  .block-with-cards {
    flex-direction: column;
  }
  .info-title {
    font-size: 28px;
  }
  .info-description {
    font-size: 16px;
  }
  .card {
    flex-direction: row;
    gap: 18px;
    align-items: center;
  }
  .card:nth-child(1) {
    border-bottom-left-radius: 0;
  }
  .card:nth-last-child(1) {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .content-market-section__info__list {
    column-count: 2;
    padding-bottom: 40px;
  }
  .content-market-section__info__title {
    font-size: 28px;
  }
  .content-market-section__info__desc {
    font-size: 16px;
    width: 100%;
  }
  .content-with-tech-section-with-gap {
    padding-inline: 16px;
  }
  .zyncron-roadmap {
    padding-top: 40px;
  }
  .privacy__inner h2, .terms__inner h2 {
    font-size: 40px;
    padding-bottom: 24px;
  }
  .privacy__inner h3, .terms__inner h3 {
    font-size: 28px;
  }
  .privacy__inner p, .terms__inner p {
    font-size: 16px;
  }
  section .text-block {
    padding-bottom: 40px;
  }
  section .text-block ul {
    margin-left: 20px;
  }
  .inner-market-section__media:nth-child(1) {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .contact-container .contact-block {
    padding: 40px 16px;
  }
  .contact-container {
    padding-inline: 16px;
  }
  .content-market-section__info {
    margin-inline: 0px;
  }
  .inner-market-section__media:nth-child(1) {
    padding: 32px 16px;
  }
  .inner-market-section__media:nth-last-child(1) {
    flex-wrap: wrap;
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
  .banner-title {
    font-size: 28px;
    line-height: 150%;
  }
  .footer-first-autro {
    padding-top: 80px;
    font-size: 28px;
    line-height: 150%;
  }
  .footer-second-autro {
    font-size: 20px;
    line-height: 150%;
  }
  .footer-action-block {
    margin-top: 80px;
    flex-direction: column;
    gap: 20px;
  }
  .video-section__content {
    padding-top: 40px;
  }
  .sent-block {
    min-width: 0;
    padding: 32px 16px;
  }
  .sent-container {
    padding-inline: 16px;
  }
  .sent-block a {
    margin-top: 40px;
  }
  .content-with-tech-section__content {
    padding-block: 32px;
    width: 100%;
    padding-inline: 16px;
  }
  .main-content .privacy__inner {
    padding-block: 40px;
    padding-inline: 16px;
  }
  body:has(section) {
    padding: 0 16px;
  }
  .main-content .terms__inner, .main-content .privacy__inner {
    padding-block: 40px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 480px) {
  .content-market-section__info__list {
    column-count: 1;
  }
  section .text-block h3 {
    font-size: 28px;
    font-weight: 500;
  }
  .contact-container .contact-header h1 {
    font-size: 36px;
    font-weight: 700;
  }
  .contact-container .contact-header {
    gap: 24px;
  }
  .contact-container .contact-form {
    padding-top: 40px;
  }
  .video-section__overlay {
    background-size: 8%;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins-Italic.woff") format("woff");
  font-weight: 400; /* если это Regular Italic; подправь под реальный вес */
  font-style: italic;
  font-display: swap;
}

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