@font-face {
  font-family: Nunito;
  src: url("/assets/fonts/nunito_extrabold.ttf");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: Nunito;
  src: url("/assets/fonts/nunito_medium.ttf");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("/assets/fonts/roboto_semibold.ttf");
  font-weight: 600;
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1248px;
  --container-step: 28px;
  --container-step-tablet: 26px;
  --container-step-mobile: 24px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --button: #2b4eff;
  --bg: #fff;
  --text-gray: #434343;
  --black: #303030;
  --white: #fff;
  --card: #dbe1ff;
  --stroke: #ebe3ff;
  --font-family: "Nunito", sans-serif;
  --second-family: "Roboto", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: var(--bg);
}

.h57e57025-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h57e57025-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h57e57025-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  line-height: 102%;
  text-align: center;
  margin: 0px;
}

h2 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 34px;
  line-height: 112%;
  text-align: center;
  margin: 0px;
}

h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  margin: 0px;
}

p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  margin: 0px;
}

.h57e57025-ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
img{
  min-width: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

.h57e57025-section {
  margin-bottom: 70px;
}

.h57e57025-btn{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: var(--bg);
  background: var(--button);
  border-radius: 12px;
  width: 100%;
  border: 0px;
}

.h57e57025-site-header{
  padding: 11px 0px;
  background: #100135;
} 

.h57e57025-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h57e57025-logo-link{
  height: 58px;
}

.h57e57025-nav-list{
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: var(--bg);
  flex-direction: row;
  gap: 30px;
}

.h57e57025-hero-section{
  padding: 145px 0px;
  background: linear-gradient(180deg, #001493 0%, #070022 100%);
  color: var(--bg);
  border-radius: 0 0 40px 40px;
}

.h57e57025-hero-content{
  align-items: center;
}

.h57e57025-hero-content-inner{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  max-width: 608px;
}

.h57e57025-btn-primary{
  padding: 12px 0px;
}

.h57e57025-features-container{
  gap: 32px;
  align-items: center;
}

.h57e57025-features-intro{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 630px;
}

.h57e57025-features-description{
  color: #1f1c14;
}

.h57e57025-features-list{
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.h57e57025-feature-item{
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--stroke);
  border-radius: 30px;
  padding: 31px 31.5px;
  box-sizing: border-box;
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  background: var(--card);
}

.h57e57025-feature-title{
  color: #1f1c14;
}

.h57e57025-feature-text{
  color: var(--text-gray);
}

.h57e57025-btn-secondary{
  padding: 12px 0px;
  max-width: 254px;
}

.h57e57025-rating-section{
  padding: 40px 0px;
}

.h57e57025-rating-form{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h57e57025-section-title{
  margin-bottom: 24px;
}

.h57e57025-rating-question{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h57e57025-rating-scale{
  flex-direction: row;
  gap: 8px;
  max-width: 562px;
}

.h57e57025-rating-option{
  flex: 1;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #505050;
  border: 1px solid var(--stroke);
  border-radius: 10px;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  background: var(--card);
}

.h57e57025-rating-option.h57e57025-active{
  background-color: var(--button);
  color: white;
}

.h57e57025-rating-submit-btn{
  max-width: 608px;
  padding: 24px 0px;
}

.h57e57025-faq-container{
  gap: 40px;
}

.h57e57025-faq-list{
  gap: 8px;
  max-width: 1240px;
  width: 100%;
  align-self: center;
}

.h57e57025-faq-item{
  display: flex;
  align-items: start;
  gap: 12px;
  border: 1px solid var(--stroke);
  border-radius: 30px;
  padding: 24px;
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  background: var(--card);
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.h57e57025-faq-question{
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1120px;
  width: 100%;
}

.h57e57025-faq-answer{
  color: var(--text-gray);
}

.h57e57025-faq-button{
  padding: 0px;
  border: 0px;
  background: none;
}

.h57e57025-faq-button::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.h57e57025-contact-section{
  background: linear-gradient(180deg, #001493 0%, #070022 100%);
  margin: 0px;
  padding: 48px 0px;
}

.h57e57025-contact-container{
  align-items: center;
  gap: 20px;
}

.h57e57025-contact-container h2{
  color: var(--bg);
}

.h57e57025-contact-form{
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 700px;
}

.h57e57025-form-message{
  display: none;
  color: white;
}

.h57e57025-active .h57e57025-form-message{
  display: block;
}

.h57e57025-form-input{
  padding: 16.5px 24px;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: #2e2e2e;
}

.h57e57025-btn-submit{
  padding: 24px 0px;
}

.h57e57025-site-footer{
  background: #100135;
  color: var(--bg);
  padding-bottom: 40px;
}

.h57e57025-footer-container{
  gap: 24px;
}

.h57e57025-footer-content{
  display: flex;
  padding: 0px 30px;
  padding-top: 24px;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.h57e57025-footer-section{
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.h57e57025-footer-links{
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--bg);
  flex-direction: row;
  justify-content: center;
  gap: 51px;
  flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
  .h57e57025-site-header{
    padding: 0px;
  }

  .h57e57025-main-navigation{
    display: none;
  }
  
  .h57e57025-hero-section{
    padding: 40px 0px;
  }
  
  .h57e57025-footer-content{
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .h57e57025-footer-links{
    gap: 24px;
  }
}

.h57e57025-policy-page{
  margin: 70px 0px;
}

.h57e57025-policy-container{
  align-items: start;
  gap: 24px;
}

.h57e57025-policy-section{
  display: flex;
  flex-direction: column;
  align-items: start;
}

.h57e57025-policy-heading{
  margin-bottom: 16px;
}

.h57e57025-policy-list{
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 137%;
  color: var(--black);
  list-style: disc;
  padding-left: 25px;
}

@media screen and (max-width: 600px) {
  .h57e57025-rating-scale{
    padding: 8px 15px;
  }
}



.h57e57025-about-section-2{
  margin: 40px 0px;
}

.h57e57025-about-section-2 .h57e57025-container{
  gap: 10px;
}

.h57e57025-about-heading{
  text-align: start;
  max-width: 1217px;
}

.h57e57025-about-intro{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.h57e57025-about-features{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h57e57025-feature-item-2{
  display: flex;
  align-items: center;
  gap: 16px;
}

.h57e57025-feature-text-2{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #1f1c14;
}

.h57e57025-game-section{
  padding: 60px 0px;
  border-radius: 40px;
  background: url("/h57e57025-assets/h57e57025-images/h57e57025-digital_grid_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.h57e57025-game-container{
  align-items: center;
  gap: 32px;
}

.h57e57025-game-title{
  color: white;
}

.h57e57025-game-content{
  aspect-ratio: 1136 / 602;
  height: auto;
  width: 100%;
  max-width: 1136px;
  position: relative;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  overflow: hidden;
}

.h57e57025-game-frame{
  width: 100%;
  height: 100%;
  border: 0px;
}

.h57e57025-game-action{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgb(0 0 0 / 67%);
  display: flex
;
  justify-content: center;
  align-items: end;
  box-sizing: border-box;
  padding: 43px;
  padding-bottom: 45px;
}

.h57e57025-game-play-btn{
  max-width: 608px;
    padding: 24px 0px;
}

.h57e57025-about-details{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}

.h57e57025-detail-item{
  max-width: 608px;
  border-radius: 18px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid var(--stroke);
  background: var(--card);
  text-align: justify;
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .h57e57025-about-details{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
    width: fit-content;
    margin: auto;
  }
}

.h57e57025-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.h57e57025-faq-page{
  padding: 40px 0px;
}

.h57e57025-contact_us_page .h57e57025-contact-section{
  padding: 70px 0px;
}