@font-face {
  font-family: Inter;
  src: url("/h97056237-core/h97056237-assets/h97056237-fonts/h97056237-inter_semibold.woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/h97056237-core/h97056237-assets/h97056237-fonts/h97056237-inter_medium.woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("/h97056237-core/h97056237-assets/h97056237-fonts/h97056237-inter_regular.woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Quicksand;
  src: url("/h97056237-core/h97056237-assets/h97056237-fonts/h97056237-quicksand_bold.woff2");
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
  --second-family: "Quicksand", sans-serif;
}

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

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

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

h1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0px;
}

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

@media (max-width: 600px) {
  h1 {
    font-size: 34px;
    letter-spacing: normal;
  }
}

h2 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0px;
}

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

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

h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0px;
}

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

@media (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  margin: 0px;
}

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

@media (max-width: 600px) {
  p {
    font-size: 16px;
  }
}

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

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

section {
  margin-bottom: 100px;
}

@media (max-width: 600px) {
  section {
    margin-bottom: 60px;
  }
}

.h97056237-blue-gradient-bg{
  background: linear-gradient(180deg, rgba(0, 60, 255, 0.5) 0%, rgba(0, 217, 255, 0.5) 100%);
}

.h97056237-padding-40-20-20-10{
  flex: 1;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .h97056237-padding-40-20-20-10{
    padding: 20px 10px;
  }
}

.h97056237-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.h97056237-site-header{
  padding: 16px;
}

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

.h97056237-nav-list{
  flex-direction: row;
  gap: 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
}

.h97056237-header-contacts{
  display: flex;
  gap: 20px;
}

.h97056237-contact-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}


.h97056237-hero{
  height: 530px;
  box-sizing: border-box;
  padding: 100px 0px;
}

.h97056237-hero .h97056237-container{
  display: flex;
  justify-content: end;
  height: 100%;
}

.h97056237-main-hero{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-main.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-event-ideas__description{
  text-align: center;
}

.h97056237-event-ideas__list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

.h97056237-event-ideas__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h97056237-event-ideas__item-content{
  height: 220px;
  border-radius: 300px 300px 10px 10px;
  background: linear-gradient(180deg, rgba(0, 60, 255, 0.5) 0%, rgba(0, 217, 255, 0.5) 100%);
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.h97056237-btn.h97056237-event-ideas__button {
  border-radius: 4px;
  padding: 12px 10px;
  background: #fff;
  box-sizing: border-box;
  color: #000;
}






.h97056237-game-selection__list{
  flex-direction: row;
  gap: 20px;
  max-width: 100%;
  width: 100%;
}

.h97056237-game-selection__item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.h97056237-game-selection__image{
  border: 1px solid #003cff;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 220px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.h97056237-game-selection__button{
  border-radius: 4px;
  padding: 12px 10px;
  box-sizing: border-box;
  background: #cc3600;
}

.h97056237-american_roulette{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-american_roulette.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-blackjack{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-blackjack.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-poker{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-poker.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-roulette{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-roulette.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-craps{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-craps.webp");
  background-size: cover;
  background-position: center;
}



.h97056237-past-event-name{
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #ff6b35;
}

.h97056237-past-event-images{
  flex-direction: row;
  gap: 20px;
}

.h97056237-past-event-image {
  border: 1px solid #003cff;
  border-radius: 10px;
  flex: 1;
  min-height: 300px;
}

.h97056237-great-gatsby-1{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-great_gatsby_1.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-great-gatsby-2{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-great_gatsby_2.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-great-gatsby-3{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-great_gatsby_3.webp");
  background-size: cover;
  background-position: center;
}




.h97056237-contact-form{
  width: 100%;
  box-sizing: border-box;
}

.h97056237-contact-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h97056237-contact-group{
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.h97056237-contact-input{
  flex: 1;
  border-radius: 4px;
  padding: 12px 24px;
  border: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  min-width: 0px;
}

.h97056237-contact-textarea{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #000;
  border-radius: 4px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.6);
}

.h97056237-contact-button{
  background: #000;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  padding: 16px;
  border: 0px;
  border-radius: 4px;
}


footer{
  padding: 40px 0px;
}

.h97056237-footer-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.h97056237-footer-top .h97056237-nav-list{
  flex-wrap: wrap;
  min-width: 0px;
}

.h97056237-footer-bottom{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  gap: 24px;
}

.h97056237-footer-legal{
  display: flex;
  align-items: center;
  gap: 36px;
}

.h97056237-footer-nav-list{
    display: flex;
    flex-direction: row;
    gap: 40px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    flex-wrap: wrap;
    gap: 10px;
}

.h97056237-decoration_hero{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-events.webp");
  background-size: cover;
  background-position: center;
}

.h97056237-games_hero{
  background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-games.webp");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1034px) {
  .h97056237-site-header .h97056237-main-nav{
    display: none;
  }

  .h97056237-site-header .h97056237-header-contacts{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .h97056237-event-ideas__list{
    flex-direction: column;
  }

  .h97056237-game-selection__list{
    flex-direction: column;
  }

  .h97056237-past-event-images{
    flex-direction: column;
  }
}


@media screen and (max-width: 600px) {
  .h97056237-contact-group--personal{
    flex-direction: column;
  }

  .h97056237-contact-group--event{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .h97056237-contact-input{
    padding: 10px;
    font-size: 12px;
  }

  .h97056237-contact-input{
    padding: 10px;
    font-size: 12px;
  }

  .h97056237-contact-textarea{
    padding: 10px;
    font-size: 12px;
  }



  .h97056237-footer-nav-list{
    font-size: 12px;
  }

  .h97056237-footer-contacts{
    flex-direction: column;
  }

  .h97056237-games_hero{
    background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-games-mobile.webp");
    background-size: cover;
    background-position: center;
  }

  .h97056237-decoration_hero{
    background: url("/h97056237-core/h97056237-assets/h97056237-images/h97056237-events-mobile.webp");
    background-size: cover;
    background-position: center;
  }
}

.h97056237-about_page_block{
  display: flex;
  align-items: center;
  gap: 20px;
}

.h97056237-about_page_block p{
  flex: 1;
}

.h97056237-about_page_block img{
  flex: 1;
  max-height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 1154px) {
  .h97056237-about_page_block{
    flex-direction: column;
  }

  .h97056237-about_page_block img{
    max-height: none;
    width: 100%;
  }
}

.h97056237-policy_page_content{
  gap: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  margin: 0px auto;
}

.h97056237-policy_page_content ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  padding-left: 20px;
  list-style: disc;
}



/* ===== Burger ===== */

.h97056237-burger{
  display: none;
  width: 50px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.h97056237-burger span{
  position: absolute;
  left: 4px;
  width: 42px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.h97056237-burger span:nth-child(1){
  top: 6px;
}

.h97056237-burger span:nth-child(2){
  top: 14px;
}

.h97056237-burger span:nth-child(3){
  top: 22px;
}

/* Cross animation */

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

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

.h97056237-burger.h97056237-active span:nth-child(3){
  top: 14px;
  transform: rotate(-45deg);
}

/* Show burger on tablet/mobile */

@media screen and (max-width: 1034px){
  .h97056237-burger{
    display: block;
  }
}

/* Mobile menu active state */

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

  header{
    position: relative;
  }

  header .h97056237-main-nav{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0d0f1a;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  header .h97056237-main-nav.h97056237-active{
    display: block;
  }

  header .h97056237-main-nav .h97056237-nav-list{
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  header .h97056237-site-header{
    position: relative;
  }

}

.h97056237-message{
  display: none;
}

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