* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    Montserrat,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  background-color: rgba(255, 255, 255, 1);
}

.main-page {
  display: flex;
  padding: 20px 0;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

/* Header styles */
.header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .header {
    max-width: 100%;
  }
}

.logo {
  color: rgba(5, 0, 138, 1);
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  align-self: stretch;
  margin: auto 0;
  text-align: center;
}

.navigation {
 
  display: flex;
  min-width: 240px;
  margin: auto 0;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  color: rgba(18, 18, 18, 1);
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
}

.nav-link {
  align-self: stretch;
  margin: auto 0;
  text-decoration: none;
  color: inherit;
}

/* Hero section styles */
.hero {
  background-color: rgba(5, 0, 138, 1);
  align-self: stretch;
  display: flex;
  margin-top: 20px;
  width: 100%;
  padding: 40px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  justify-content: center;
}

@media (max-width: 991px) {
  .hero {
    max-width: 100%;
    padding: 40px 20px;
  }
}

.hero-container {
  display: flex;
  width: 100%;
  max-width: 1066px;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .hero-container {
    max-width: 100%;
  }
}

.hero-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-title {
  font-size: 46px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-title {
    max-width: 100%;
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .hero-title {
    max-width: 100%;
    font-size: 26px;
  }
}

.hero-description {
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .hero-description {
    max-width: 100%;
  }
}

.cta-button {
  display: block;
  border-radius: 12px;
  background-color: rgba(255, 93, 0, 1);
  padding: 25px 24px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.hero .cta-button {
  align-self: center;
  margin-top: 30px;
  width: 237px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .cta-button {
    padding: 25px 20px;
  }
}

.hero-image {
  aspect-ratio: 0.9;
  object-fit: contain;
  object-position: center;
  width: 290px;
  align-self: center;
  margin-top: 30px;
  max-width: 100%;
}

/* About section styles */
.about {
  display: flex;
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  justify-content: start;
}

@media (max-width: 991px) {
  .about {
    max-width: 100%;
    margin-top: 40px;
  }
}

.about-content {
  align-self: center;
  width: 928px;
  max-width: 100%;
}

.section-title {
  color: rgba(5, 0, 138, 1);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
  }
}

.section-description {
  color: rgba(18, 18, 18, 1);
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .section-description {
    max-width: 100%;
  }
}

.about-image {
  aspect-ratio: 3.33;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 30px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .about-image {
    max-width: 100%;
  }
}

/* Benefits section styles */
.benefits {
  margin-top: 80px;
  width: 100%;
  max-width: 1201px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .benefits {
    max-width: 100%;
    margin-top: 40px;
  }
}

.benefits-grid {
  margin-top: 30px;
  width: 100%;
  color: rgba(18, 18, 18, 1);
  font-weight: 400;
}

@media (max-width: 991px) {
  .benefits-grid {
    max-width: 100%;
  }
}

.benefits-row {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .benefits-row {
    max-width: 100%;
  }
}

.benefit-card {
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 310px;
}

.benefit-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 80px;
}

.benefit-content {
  margin-top: 10px;
}

.benefit-title {
  font-weight: 700;
  font-size: 24px;
  color: rgba(5, 0, 138, 1);
  margin-bottom: 10px;
}

.benefits-row:nth-child(2) {
  margin-top: 20px;
}

.cta-container {
  margin-top: 30px;
  width: 237px;
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

/* Blockchain future section styles */
.blockchain-future {
  background-color: rgba(5, 0, 138, 1);
  align-self: stretch;
  margin-top: 80px;
  width: 100%;
  padding-left: 80px;
  padding-top: 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blockchain-future {
    max-width: 100%;
    padding-left: 20px;
    margin-top: 40px;
  }
}

.blockchain-container {
  gap: 20px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .blockchain-container {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
}

.blockchain-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .blockchain-content {
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
  }
}

.blockchain-title {
  font-size: 44px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blockchain-title {
    max-width: 100%;
  }
}

.blockchain-description {
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .blockchain-description {
    max-width: 100%;
  }
}

.blockchain-subtitle {
  font-weight: 700;
  font-size: 24px;
}

.blockchain-content .cta-button {
  margin-top: 30px;
  width: 237px;
  max-width: 100%;
  text-transform: uppercase;
}

.blockchain-image-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .blockchain-image-container {
    width: 100%;
    max-width: 600px;
    align-self: flex-end;
  }
}

.blockchain-image {
  aspect-ratio: 1.43;
  object-fit: contain;
  object-position: center;
  width: 100%;
 
  flex-grow: 1;
}

@media (max-width: 991px) {
  .blockchain-image {
    max-width: 600px;
   
  }
}

/* FAQ section styles */
.faq {
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
}

@media (max-width: 991px) {
  .faq {
    max-width: 100%;
    margin-top: 40px;
  }
}

.faq-container {
  margin-top: 30px;
  width: 100%;
  font-size: 14px;
  color: rgba(18, 18, 18, 1);
  font-weight: 400;
}

@media (max-width: 991px) {
  .faq-container {
    max-width: 100%;
  }
}

.faq-item {
  width: 100%;
  margin-top: 20px;
}

.faq-item:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .faq-item {
    max-width: 100%;
  }
}

.faq-question {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 40px 77px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .faq-question {
    max-width: 100%;
  }
}

.question-title {
  font-weight: 700;
  font-size: 22px;
  color: rgba(5, 0, 138, 1);
  margin-bottom: 10px;
}

.question-answer {
  flex-grow: 1;
  flex-shrink: 1;
  width: 1094px;
}

@media (max-width: 991px) {
  .question-answer {
    max-width: 100%;
  }
}

.toggle-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.divider {
  background-color: rgba(5, 0, 138, 0.3);
  display: flex;
  min-height: 1px;
  margin-top: 12px;
  width: 100%;
}

@media (max-width: 991px) {
  .divider {
    max-width: 100%;
  }
}

/* Contact section styles */
.contact {
  background-color: rgba(5, 0, 138, 1);
  align-self: stretch;
  display: flex;
  margin-top: 80px;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 991px) {
  .contact {
    max-width: 100%;
    padding: 60px 20px;
    margin-top: 40px;
  }
}

.contact-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

@media (max-width: 991px) {
  .contact-container {
    max-width: 100%;
  }
}

.contact-info {
  align-self: center;
  width: 1068px;
  max-width: 100%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.contact-title {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .contact-title {
    max-width: 100%;
  }
}

.contact-description {
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .contact-description {
    max-width: 100%;
  }
}

.contact-details {
  font-weight: 700;
}

.contact-form-container {
  display: flex;
  margin-top: 30px;
  width: 100%;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  white-space: nowrap;
  justify-content: space-between;

}

@media (max-width: 900px) {
  .contact-form-container {
   flex-direction: column-reverse;
    white-space: initial;
  }
}

.contact-image-left,
.contact-image-right {
  aspect-ratio: 1.12;
  object-fit: contain;
  object-position: center;
  max-width: 360px;
  width: 100%;
  border-radius: 30px;
 
  min-width: 240px;
  margin: auto 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.contact-form-wrapper {
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 1);

  display: flex;
  min-width: 320px;
  margin: auto 0;
  padding: 23px 20px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 991px) {
  .contact-form-wrapper {
    white-space: initial;
    order: 1;
  }
}

.form-fields {
  width: 100%;
  color: #121212;
  font-weight: 400;
}

@media (max-width: 991px) {
  .form-fields {
    white-space: initial;
  }
}

.form-field {
  border-radius: 12px;
  width: 100%;
  margin-top: 12px;
}

.form-field:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .form-field {
    white-space: initial;
  }
}

.form-label {
  display: block;
  border-radius: 12px;
  background-color: rgba(5, 0, 138, 0.07);
  padding: 18px 20px;
  width: 100%;
  border: none;
}

@media (max-width: 991px) {
  .form-label {
    white-space: initial;
  }
}

.form-submit {
  border-radius: 12px;
  margin-top: 20px;
  max-width: 100%;
  width: 260px;
}

@media (max-width: 991px) {
  .form-submit {
    white-space: initial;
  }
}

.submit-button {
  width: 100%;
  border: none;
  border-radius: 12px;
  background-color: rgba(255, 93, 0, 1);
  padding: 25px 26px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

@media (max-width: 991px) {
  .submit-button {
    padding: 25px 20px;
    white-space: initial;
  }
}

/* Footer styles */
.footer {
  display: flex;
  margin-top: 80px;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  justify-content: start;
}

@media (max-width: 991px) {
  .footer {
    max-width: 100%;
    margin-top: 40px;
  }
}

.footer-nav {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
  color: rgba(18, 18, 18, 1);
  justify-content: start;
  flex-wrap: wrap;
}

.footer-link {
  text-decoration: none;
  color: inherit;
}

.copyright {
  color: #121212;
  margin-top: 20px;
}



/* BURGER */
    
.burger {
    display: none;
}

    @media (max-width: 900px) {
            .burger {
                width: 30px;
                height: 17px;
                position: relative;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                background: none;
                border: none;
                cursor: pointer;
                z-index: 10;
              }
              
              .burger span {
                display: block;
                height: 3px;
                width: 100%;
                background-color: #fff;
                border-radius: 2px;
                transition: 0.3s;
              }
              
              /* Анімація в активному стані */
              .burger.active span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 5px);
              }
              
              .burger.active span:nth-child(2) {
                opacity: 0;
              }
              
              .burger.active span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
              }
            }

            .nav-list {
              display: flex;
              gap: 24px;
            }

            @media (max-width: 900px) {
                .main-header {
                    padding: 12px 20px;
                }
                .main-nav {
                  display: none;
                }
                .main-nav.active {
                    display: block;
                    width: 80%;
                    position: absolute;
                    height: 500px;
                    background-color: rgba(0, 0, 0, 1);
                    top: 46px;
                    right: 0;
                    padding: 20px;
                    z-index: 10;
                  }
                  .nav-list {

                    flex-direction: column;
                    align-items: flex-end;
                    width: 100%;
                   
                  }
              }         

              .container {
                width: 100%;
                max-width: 1230px;
                padding: 0 15px;
                margin: 0 auto;
              }  
              
              .page {
                padding: 80px 0;
              
              }
              
              .page__inner {
                padding-top: 40px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                  flex-direction: column;
                  row-gap: 18px;
                  line-height: 1.4;
                  
              }

              .page__inner p {
                padding-bottom: 10px;
                padding-top: 8px;
              }

              .page__inner strong {
                font-weight: 600;
              }

              .page__inner ul {
                padding-left: 20px;
                list-style-type: disc;
              }

              .thank {
                padding-top: 140px;
                padding-bottom: 140px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 40px;
                text-align: center;
              }

              .thank-list {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto 40px;
                display: flex;
                flex-direction: column;
                padding: 40px 24px;
                color: #121212;
                background: #E1E0DA;
              }

              .consent {
                border-radius: 10px;
                  background: #F5F5F5;
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    gap: 15px;
                    max-width: 630px;
                    width: 95%;
                    position: fixed;
                    left: 10%;
                    bottom: 50px;
                    transform: translateX(-10%);
                    z-index: 21;
                   
                }

               
                
                .consent__text {
                  font-size: 14px;
                  color: #131313;
                  span {
                    display: block;
                    font-size: 30px;
                    text-transform: uppercase;
                    color: #05008A;
                    font-weight: 600;
                  }
                 
                }
                
                .consent__buttons {
                  display: flex;
                 
                  gap: 30px;
                  align-items: center;
                  width: 100%;
                 
                }       
                
                @media (max-width: 900px) {
                  .consent {
                    left: 50%;
                    transform: translateX(-50%);
                  }
                  .consent__buttons {
                    justify-content: center;
                    flex-direction: column;
                  }
                }

                .button {
                  position: relative;
                  align-self: center;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-decoration: none;
                  border: none;
                  border-radius: 10px;
                  background: #FF5D00;
                
                  min-height: 48px;
                  padding: 0 24px;
                  font-family:
                    Roboto,
                    -apple-system,
                    Roboto,
                    Helvetica,
                    sans-serif;
                  font-size: 18px;
                  font-weight: 700;
                  color: rgba(255, 255, 255, 1);
                  white-space: nowrap;
                  text-transform: uppercase;
                  cursor: pointer;
                }