@font-face {
  font-family: "Rubik";
  src: url("/h414a212f-content/h414a212f-fonts/h414a212f-rubik_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Rubik";
  src: url("/h414a212f-content/h414a212f-fonts/h414a212f-rubik_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("/h414a212f-content/h414a212f-fonts/h414a212f-montserrat_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url("/h414a212f-content/h414a212f-fonts/h414a212f-montserrat_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

  /* ===== Переменные ===== */
  :root {
    --container-width: 1140px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Rubik", sans-serif;
    --second-family: "Montserrat", sans-serif;
  }

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

  .h414a212f-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) {
    .h414a212f-container {
      padding: 0 var(--container-step-tablet);
    }
  }

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

  h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    margin: 0px;
  }

  @media (max-width: 991px) {
    h1 {
      font-size: 44px;
    }
  }

  @media (max-width: 600px) {
    h1 {
      font-size: 40px;
      font-family: var(--font-family);
    }
  }

  h2 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin: 0px;
  }

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

  @media (max-width: 600px) {
    h2 {
      font-size: 30px;
    }
  }

  h3 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin: 0px;
  }

  p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: white;
    margin: 0px;
  }

  @media (max-width: 991px) {
    p {
      font-size: 15px;
    }
  }

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

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

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

  section {
    padding: 80px 0px;

  }

  @media (max-width: 600px) {
    section {
      padding: 40px 0px;
      margin-bottom: 10px;
    }
  }

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

  .h414a212f-btn{
    border: 2px solid #372eed;
    padding: 15px 0px;
    background: #0011fe;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: center;
  }
  





.h414a212f-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.h414a212f-nav-list{
  flex-direction: row;
  gap: 60px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.h414a212f-header-disclaimer{
  padding: 10px 0px;
  background: #0011fe;
}

.h414a212f-disclaimer-text{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.h414a212f-hero-content{
  display: flex;
  gap: 10px;
}

.h414a212f-hero-text{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h414a212f-hero-subtitle{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  -webkit-text-stroke: 1px white;
}

.h414a212f-hero-button{
  max-width: 252px;
}

.h414a212f-hero-image{
  flex: 1;
  max-width: 300px;
}

.h414a212f-game-section{
  padding: 60px 0px;
  background: url("/h414a212f-content/h414a212f-images/h414a212f-two_shadows.webp");
  background-size: cover;
}

.h414a212f-game-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 27px;
  box-sizing: border-box;
  border: 3px solid #0011fe;
  background: rgba(0, 0, 0, 0.7);
  max-width: 800px;
  margin: auto;
}

.h414a212f-game-title-wrapper{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.h414a212f-game-stats{
  display: flex;
  gap: 40px;
}

.h414a212f-game-stat{
  display: flex;
  align-items: center;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  gap: 15px;
}

.h414a212f-stat-label{
  font-weight: 700;
}

.h414a212f-stat-value{
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h414a212f-game-image{
  width: 100%;
}

.h414a212f-game-description{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h414a212f-game-play-button{
  width: 100%;
  max-width: 237px;
}


.h414a212f-community-container{
  flex-direction: row;
  align-items: center;
}

.h414a212f-community-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h414a212f-community-container_2{
  flex-direction: row-reverse;
}

.h414a212f-community-image{
  flex: 1;
  max-width: 350px;
}






.h414a212f-play_section{
  padding: 60px 0px;
}

.h414a212f-game_iframe {
  height: 567px;
  width: 100%;
}






.h414a212f-reviews-section{
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 7, 55, 0.7) 45.18%, rgba(0, 0, 0, 0.7) 100%);
}

.h414a212f-reviews-container{
  text-align: center;
  gap: 40px;
}

.h414a212f-reviews-list{
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}

.h414a212f-review-item{
  flex: 1;
  border: 1px solid #0011fe;
  padding: 29px;
  background: linear-gradient(180deg, #0c0025 0%, #000 100%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h414a212f-review-author{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.h414a212f-contact-title{
  padding: 10px 0px;
  border-bottom: blue solid 1px;
  width: fit-content;
}

.h414a212f-contact-content{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.h414a212f-contact-info-wrapper{
  flex: 1;
  max-width: 500px;
  width: 100%;
}

.h414a212f-contact-info_wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h414a212f-contact-info{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.h414a212f-contact-form{
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 500px;
  width: 100%;
  border: 1px solid #fff;
  padding: 30px 40px;
  box-sizing: border-box;
}

.h414a212f-form-fields{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h414a212f-form-field{
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.h414a212f-form-input{
  border: 1px solid #e6e6e6;
  padding: 14px 16px;
  background: rgba(139, 139, 139, 0.5);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}

.h414a212f-form-textarea{
  border: 1px solid #e6e6e6;
  padding: 14px 16px;
  background: rgba(139, 139, 139, 0.5);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  height: 100px;
  box-sizing: border-box;
}








.h414a212f-feedback-layout{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h414a212f-feedback-form-wrapper{
  flex: 1;
  max-width: 500px;
  border: 2px solid #0011fe;
  padding: 44.5px;
  box-sizing: border-box;
}

.h414a212f-feedback-step{
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.h414a212f-step-title{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

.h414a212f-step-options{
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.h414a212f-step-progress{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.h414a212f-progress-item{
  border: 1px solid #fff;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}

.h414a212f-progress-item.h414a212f-active{
  background: #fff;
}

.h414a212f-step-actions{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 267px;
  margin: auto;
}

.h414a212f-step-back{
  flex: 1;
  background: transparent;
  border: 0px;
}

.h414a212f-step-next{
  flex: 1;
}

.h414a212f-feedback-info{
  flex: 1;
  max-width: 500px;
}

.h414a212f-option-item{
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}





.h414a212f-disclaimer-section{
  padding: 30px 0px;
}

.h414a212f-disclaimer_block{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}







.h414a212f-site-footer{
  padding: 80px 0px;
  background: #000;
}

.h414a212f-footer-container{
  flex-direction: row;
  align-items: start;
}

.h414a212f-footer-top{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.h414a212f-footer-brand{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h414a212f-age-badge{
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #fff;
}

.h414a212f-footer-nav-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.h414a212f-footer-copyright{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.h414a212f-footer-info{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h414a212f-footer-cookie{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h414a212f-footer-info-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.h414a212f-footer-disclaimer{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h414a212f-footer-info-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.h414a212f-footer-contact{
  flex: 1;
  max-width: 223px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h414a212f-footer-contact-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.h414a212f-footer-contact-text{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.h414a212f-contact-label{
  font-weight: 700;
}

@media screen and (max-width: 813px) {
  .h414a212f-community-container{
    flex-direction: column;
  }

  .h414a212f-community-description{
    text-align: start;
  }

  .h414a212f-community-image{
    max-width: none;
    width: 100%;
  }

  .h414a212f-feedback-layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }

  .h414a212f-feedback-form-wrapper{
    max-width: none;
    width: 100%;
  }

  .h414a212f-feedback-info{
    max-width: none;
    width: 100%;
  }

  .h414a212f-feedback-form-wrapper{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 600px) {

  .h414a212f-hero-section{
    position: relative;
    overflow: hidden;
  }

  .h414a212f-disclaimer_block{
    padding: 0px;
  }

  .h414a212f-reviews-container{
    gap: 30px;
  }

  .h414a212f-game-title-wrapper{
    flex-direction: column;
  }

  .h414a212f-game-title-wrapper{
    flex-direction: column;
  }

  .h414a212f-contact-content{
    flex-direction: column;
    gap: 30px;
  }

  .h414a212f-contact-form{
    max-width: none;
    padding: 40px 20px;
  }

  .h414a212f-contact-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: none;
  }

  .h414a212f-contact-description{
    text-align: start;
  }

  .h414a212f-contact-info{
    gap: 30px;
  }



  .h414a212f-hero-image{
    position: absolute;
    z-index: -1;
    right: -97px;
    top: 7px;
    width: 240px;
    height: 240px;
  }

  .h414a212f-footer-copyright{
    font-size: 14px;
  }









  .h414a212f-footer-container{
    flex-direction: column;
    gap: 50px;
  }

  .h414a212f-footer-top{
    gap: 20px;
  }

  .h414a212f-footer-info-text{
    text-align: start;
  }

  .h414a212f-footer-contact-text{
    text-align: start;
  }
}

.h414a212f-feedback-success{
  display:none;
  text-align:center;
}

.h414a212f-success-message{
  font-size:22px;
  color:#fff;
}

.h414a212f-policy_block p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: start;
}

.h414a212f-policy_block ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: start;
  padding-left: 20px;
  list-style: disc;
}

.h414a212f-policy_container h2{
  padding: 10px 0px;
  width: fit-content;
  align-self: center;
  border-bottom: 1px solid #0011fe;
}



.h414a212f-burger{
  width:24px;
  height:24px;
  display:none;
  flex-direction:column;
  justify-content:space-between;
  background:transparent;
  border:none;
  cursor:pointer;
  padding:0;
}

.h414a212f-burger span{
  display:block;
  height:2px;
  width:100%;
  background:#fff;
  border-radius:2px;
  transition:all .3s ease;
}

/* animation */

.h414a212f-burger.h414a212f-active span:nth-child(1){
  transform:translateY(11px) rotate(45deg);
}

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

.h414a212f-burger.h414a212f-active span:nth-child(3){
  transform:translateY(-11px) rotate(-45deg);
}

@media (max-width: 768px){

  .h414a212f-burger{
    display:flex;
  }

  .h414a212f-main-nav{
    position:absolute;
    top: 58px;
    left:0;
    width:100%;
    background:#000;
    transform:translateY(-144%);
    transition:transform .3s ease;
  }

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

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

.h414a212f-message{
  display: none;
}

.h414a212f-active .h414a212f-message{
  display: block;
}

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

.h414a212f-news-section {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,7,55,0.8) 100%);
}

.h414a212f-news-title {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #0011fe;
  padding-bottom: 15px;
  display: inline-block;
  width: auto;
  align-self: center;
}

.h414a212f-news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.h414a212f-news-item {
  display: flex;
  gap: 30px;
  padding: 25px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #0011fe;
  border-radius: 0;
  transition: all 0.3s ease;
}

.h414a212f-news-item:hover {
  background: rgba(0, 17, 254, 0.1);
  transform: translateY(-3px);
}

.h414a212f-news-content {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.h414a212f-news-date {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #0011fe;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: rgba(0, 17, 254, 0.2);
  padding: 5px 12px;
  width: fit-content;
}

.h414a212f-news-heading {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin: 0;
}

.h414a212f-news-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #ddd;
  line-height: 1.5;
}

.h414a212f-news-image {
  flex: 1;
  max-width: 200px;
  overflow: hidden;
}

.h414a212f-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #0011fe;
}

.h414a212f-news-button {
  max-width: 250px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .h414a212f-news-item {
      flex-direction: column;
  }
  
  .h414a212f-news-image {
      max-width: 100%;
  }
}
