@font-face {
  font-family: "Roboto";
  src: url("/ha2c1fa6a-app/ha2c1fa6a-assets/ha2c1fa6a-fonts/ha2c1fa6a-roboto_medium.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sigmar One";
  src: url("/ha2c1fa6a-app/ha2c1fa6a-assets/ha2c1fa6a-fonts/ha2c1fa6a-sigmarone_regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("/ha2c1fa6a-app/ha2c1fa6a-assets/ha2c1fa6a-fonts/ha2c1fa6a-opensans_semibold.woff2");
  font-display: swap;
}


/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 28px;
  --container-step-tablet: 26px;
  --container-step-mobile: 24px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
	--button: #fef100;
	--bg: #121412;
	--text-gray: #171717;
	--white: #2a2a2a;
	--stoke: #a4c2fa;
	--black-text: #373737;
  --font-family: "Roboto", sans-serif;
  --second-family: "Sigmar One", sans-serif;
  --third-family: "Open Sans", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #fffbf0;
}

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

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

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

h1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 113%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin: 0px;
}

h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 34px;
  line-height: 112%;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 16px;
    text-align: center;
  }
}

h3 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-transform: uppercase;
  color: var(--white);
  margin: 0px;
}

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

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

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

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 70px;
}

.ha2c1fa6a-btn{
  width: 100%;
  box-shadow: 0 4px 0 0 #aea020;
  background: linear-gradient(90deg, #f3de2c 0%, #e1b926 100%);
  border-radius: 6px;
  padding: 12px 0px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 139%;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.ha2c1fa6a-site-header{
  background: #081c2a;
  display: flex;
  align-items: center;
  height: 80px;
}

.ha2c1fa6a-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.ha2c1fa6a-nav-list{
  flex-direction: row;
  gap: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  text-align: center;
  color: var(--button);
}



.ha2c1fa6a-hero-section{
  padding: 100px 0px;
  background: url("/ha2c1fa6a-app/ha2c1fa6a-assets/ha2c1fa6a-images/ha2c1fa6a-hero_bg.webp");
  background-size: cover;
  background-position: center;
}

.ha2c1fa6a-hero-content{
  max-width: 584px;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
  margin: auto;
  width: 100%;
}



.ha2c1fa6a-app-layout{
  display: flex;
  gap: 48px;
}

.ha2c1fa6a-app-image{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 606/388;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}

.ha2c1fa6a-app-image_img{
  height: 100%;
  position: absolute;
  max-width: none;
}

.ha2c1fa6a-app-content{
  flex: 1;
  max-width: 586px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.ha2c1fa6a-app-text{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ha2c1fa6a-about-layout{
  display: flex;
  gap: 48px;
  align-items: center;
}

.ha2c1fa6a-about-text{
  flex: 1;
  max-width: 586px;
  align-self: center;
}

.ha2c1fa6a-about-image{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 606/388;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}

.ha2c1fa6a-about-image_img{
  height: 100%;
  position: absolute;
  max-width: none;
}

.ha2c1fa6a-game-layout{
  display: flex;
  gap: 48px;
}

.ha2c1fa6a-game-image{
  flex: 1;
}

.ha2c1fa6a-game-content{
  flex: 1;
  max-width: 586px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ha2c1fa6a-game-features-title{
  text-align: center;
}

.ha2c1fa6a-features-list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ha2c1fa6a-feature-item {
  background: linear-gradient(180deg, #1885d4 0%, #32a5e8 48.08%, #1885d4 100%);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 16px;
  justify-content: start;
}

.ha2c1fa6a-feature-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.ha2c1fa6a-feature-title {
  color: #fff;
}

.ha2c1fa6a-feature-description {
  color: #fff;
}


.ha2c1fa6a-strengths-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.ha2c1fa6a-strength-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: start;
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #1885d4 0%, #32a5e8 48.08%, #1885d4 100%);
  border-radius: 22px;
}

.ha2c1fa6a-strength-heading {
  color: #fff;
}

.ha2c1fa6a-strength-description {
  color: #fff;
}

.ha2c1fa6a-testimonial-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 23px;
  box-sizing: border-box;
  border: 1px solid var(--stoke);
  border-radius: 24px;
  background: #fff;
  max-width: 292px;
}

.ha2c1fa6a-testimonials-list{
  flex-direction: row;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.ha2c1fa6a-testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ha2c1fa6a-testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ha2c1fa6a-testimonial-stars {
  flex-direction: row;
  gap: 8px;
}

.ha2c1fa6a-author-location {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #717276;
}

.ha2c1fa6a-testmonial_bottom{
  display: flex;
  flex-direction: column;
  gap: 24px;
}




.ha2c1fa6a-cta-container{
  align-items: center;
}

.ha2c1fa6a-cta-wrapper{
  max-width: 1040px;
  width: 100%;
  text-align: center;
  aspect-ratio: 1040 / 693;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
}

.ha2c1fa6a-cta_img{
  border: 1px solid var(--stoke);
  border-radius: 32px;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
}

.ha2c1fa6a-cta-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 23px;
  box-sizing: border-box;
  max-width: 841px;
  width: 100%;
  backdrop-filter: blur(22.100000381469727px);
  background: rgba(24, 23, 23, 0.74);
  border: 1px solid var(--stoke);
  border-radius: 25px;
}

.ha2c1fa6a-cta-title{
  color: #fff;
}

.ha2c1fa6a-cta-description{
  color: #fff;
}



.ha2c1fa6a-site-footer{
  padding-bottom: 40px;
  background: #081c2a;
  padding-top: 40px;
}

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

.ha2c1fa6a-footer_content{
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.ha2c1fa6a-age-icon{
  align-self: center;
}

.ha2c1fa6a-footer-content{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.ha2c1fa6a-footer-brand{
  flex: 1;
  max-width: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.ha2c1fa6a-footer-tagline{
  font-family: var(--third-family);
  color: #c1c1c1;
}

.ha2c1fa6a-footer-about{
  flex: 1;
  max-width: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.ha2c1fa6a-footer-disclaimer{
  flex: 1;
  max-width: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.ha2c1fa6a-footer-info{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 76px;
  flex-wrap: wrap;
}

.ha2c1fa6a-footer-age{
  flex: 1;
  max-width: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.ha2c1fa6a-footer-contacts{
  flex: 1;
  max-width: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}

.ha2c1fa6a-contact-list{
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #d8d8d8;
}

.ha2c1fa6a-contact-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.ha2c1fa6a-footer-title {
  color: #fff;
}

.ha2c1fa6a-footer-text {
  font-family: var(--third-family);
  color: #c1c1c1;
}

.ha2c1fa6a-footer-nav-list{
  flex-direction: row;
  justify-content: center;
  gap: 51px;
  flex-wrap: wrap;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: var(--button);
}

@media screen and (max-width: 990px) {
  .ha2c1fa6a-game-container{
    flex-wrap: nowrap;
  }

  .ha2c1fa6a-game-layout{
    flex-direction: column;
  }

  .ha2c1fa6a-game-content{
    flex-direction: column;
    max-width: none;
  }

  .ha2c1fa6a-app-layout{
    flex-direction: column;
  }

  .ha2c1fa6a-app-content{
    max-width: none;
  }

  .ha2c1fa6a-about-layout{
    flex-direction: column-reverse;
    align-items: normal;
  }

  .ha2c1fa6a-about-text{
    max-width: none;
  }

  .ha2c1fa6a-strengths-list{
    grid-template-columns: 1fr 1fr;
  }



  .ha2c1fa6a-footer_content{
    gap: 24px;
    padding-top: 0px;
  }

  .ha2c1fa6a-footer-content{
    flex-direction: column;
  }

  .ha2c1fa6a-footer-brand{
    max-width: none;
  }

  .ha2c1fa6a-footer-about{
    max-width: none;
  }

  .ha2c1fa6a-footer-disclaimer{
    max-width: none;
  }

  .ha2c1fa6a-footer-info{
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }

  .ha2c1fa6a-footer-age{
    max-width: none;
  }

  .ha2c1fa6a-footer-contacts{
    max-width: none;
  }

  .ha2c1fa6a-footer-nav-list{
    gap: 16px;
  }
}

.ha2c1fa6a-burger{
  display:none;
  width:24px;
  height:17px;
  position:relative;
  background:none;
  border:none;
  cursor:pointer;
  padding:0;
}

.ha2c1fa6a-burger span{
  position:absolute;
  width:100%;
  height:2px;
  background:#FEF100;
  left:0;
  transition:0.3s ease;
  border-radius:2px;
}

.ha2c1fa6a-burger span:nth-child(1){
  top:0;
}

.ha2c1fa6a-burger span:nth-child(2){
  top:7px;
}

.ha2c1fa6a-burger span:nth-child(3){
  bottom:0;
}

/* animation into X */

.ha2c1fa6a-burger.ha2c1fa6a-active span:nth-child(1){
  transform:rotate(45deg);
  top:7px;
}

.ha2c1fa6a-burger.ha2c1fa6a-active span:nth-child(2){
  opacity:0;
}

.ha2c1fa6a-burger.ha2c1fa6a-active span:nth-child(3){
  transform:rotate(-45deg);
  bottom:8px;
}

@media (max-width:700px){

  .ha2c1fa6a-burger{
    display:block;
    z-index:20;
  }

  .ha2c1fa6a-main-nav{
    position:absolute;
    top:80px;
    left:0;
    width:100%;
    background:#081c2a;
    transform: translateY(-130%);
    transition:0.35s ease;
    padding:30px 0;
  }

  .ha2c1fa6a-main-nav.ha2c1fa6a-active{
    transform:translateY(0);
  }

  .ha2c1fa6a-nav-list{
    flex-direction:column;
    align-items:center;
    gap:20px;
  }
}

@media screen and (max-width: 600px) {
  .ha2c1fa6a-app-image{
    aspect-ratio: 312 / 388;
  }

  .ha2c1fa6a-about-image{
    aspect-ratio: 312 / 388;
  }

  .ha2c1fa6a-hero-section{
    padding: 24px 0px;
  }

  .ha2c1fa6a-features-list{
    grid-template-columns: 1fr;
  }

  .ha2c1fa6a-strengths-list{
    grid-template-columns: 1fr;
  }

  .ha2c1fa6a-testimonial-item{
    max-width: none;
  }

  .ha2c1fa6a-cta-wrapper{
    padding: 0px;
    aspect-ratio: auto;
    flex-direction: column;
    gap: 16px;
  }

  .ha2c1fa6a-cta_img{
    position: static;
  }
}

.ha2c1fa6a-policy_section{
  padding-top: 70px;
}

.ha2c1fa6a-policy_header{
  margin: auto;
  max-width: 683px;
  width: 100%;
}

.ha2c1fa6a-policy_content{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ha2c1fa6a-policy_block{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ha2c1fa6a-policy_block ul{
  list-style: disc;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 138%;
  color: #2c2c2c;
}

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