* {
    scrollbar-width: thin;
    scrollbar-color: #e80670 #5B5B5F;
  }
  
  *::-webkit-scrollbar {
    width: 10px;
    background-color: #e80670;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #f8b500;
    border: 1px solid #ccc;
  }
  
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #f9f9fd73;
  }
  
  
  @font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.eot');
    src: url('../fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter18pt-Regular.woff') format('woff'),
        url('../fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.eot');
    src: url('../fonts/Inter18pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../fonts/Inter18pt-Bold.woff') format('woff'),
        url('../fonts/Inter18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


  
  *{
      padding: 0;
      margin: 0;
      border: 0;
  }
  *,*:before,*:after{
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  :focus,:active{outline: none;}
  a:focus,a:active{outline: none;}
  
  nav,footer,header,aside{display: block;}
  
  html,body{
      width: 100%;
      font-size: 100%;
      line-height: 1.4;
      font-size: 20px;
      -ms-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
  }
  input,button,textarea{font-family:inherit;}
  
  input::-ms-clear{display: none;}
  button{cursor: pointer;}
  button::-moz-focus-inner {padding:0;border:0;}
  a, a:visited{text-decoration: none;color: #fff;}
  a:hover{text-decoration: none;}
  img{vertical-align: top;}
  
  h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
  /*--------------------*/
  
  body {
      font-family: 'Inter18pt', sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      color: #fff;
      background-color: #1a1a2e;
      position: relative;
      overflow-x: hidden;
  }
  
  section{
      margin: 20px 0;
  }
  
  .container{
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 25px;
  }
  
  .button-fill{padding:8px 30px;background:linear-gradient(-14deg,#560f3b,#753a88);border-radius:10px;max-width:80%;width:100%;box-shadow: 2px 2px 2px #c3730c;}
  
  .header {
      background-color: #151527;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 99999;
      width: 100%;
      border-radius: 0 0 50px 50px;
  }
  @media (max-width: 768px) {
    .header{
        border-radius: 0 0 20px 20px
       }}
  
  .header__content {
      display: flex;
      gap: 40px;
      padding: 20px 0;
      align-items: center;
      justify-content: space-between;
  }
  
  
  @media (max-width: 768px) {
      .header__content {
          gap: 10px;
          justify-content: flex-start;
          flex-direction: column;
          padding: 10px;
  
      }}
      @media (max-width: 450px) {
        .header__content {
            justify-content: flex-start;
    
        }}
  
  .logo__link {
      display: flex;
      align-items: center;
      gap: 9px;
  }
  
  .logo__link p{
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 700;

  }
  
  .logo__link p span{
      color: #f8b500;
  }
  
  .search__form label{
      display: none;
  }
  .search__form{
      position: relative;
      width: 100%;
  }
  
  .search__form button {
      position: absolute;
      top: 25%;
      left: 10px;
      margin: 0;
      z-index: 3;
      background-color: #f8b500;
      width: 34px;
      height: 34px;
      border-radius: 100%;
      border: none;
  }
  
  .search__form button::before{
      content: '';
      position: absolute;
      top: 7px;
      left: 7px;
      width: 17px;
      height: 17px;
      background-image: url(/wp-content/uploads/2024/12/search_icon.svg);
      background-repeat: no-repeat;
  }
  
  .search__form input {
      padding: 23px 34px 23px 54px;
      width: 100%;
      background-color: #181819;
      border: none;
      border-radius: 5px;
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      line-height: 1.2;
  }
  
  .search__form input::placeholder{
      color: #7E7E7E;
      font-weight: 500;
      font-size: 10px;
      line-height: 1.2;
  }
  
  .burger_box{
      display: none;
  }
  
  .search__icon_button_display{
      display: none;
  }
  
  
  
  
  .sidebar__wrapper {
      display: flex;
      gap: 10px;
      padding: 72px 0;
  }
  
  @media(max-width:768px){
      .sidebar__wrapper {
          padding: 140px 0;
  
      }}
  
  .sidebar__box {
      width: 240px;
      position: relative;
      z-index: 3;
  }
  
  .sidebar__content {
      width: 240px;
      position: sticky;
      margin-top: 20px;
      top: 20px;
      height: 450px;
      z-index: 1;
  }
  
  .sidebar__content_list{
      display: flex;
      flex-direction: column;
      gap: 10px;
      background-color: #2a2a4570;;
  }
  
  .sidebar__content_list li {
      position: relative;
  }
  
  .sidebar__content_list li a {
      color: #cfcfcf;
      display: inline-flex;
      padding: 8px 14px;
      position: relative;
      z-index: 2;
      width: 90%;
      align-items: center;
      gap: 5px;
      font-size: 15px;
  }
  .sidebar__content_list li a img {
      width: 35px;
      height: 35px;
  }
  .sidebar__content_list li:hover {
      filter: brightness(0.6);
      transition: filter 0.3s ease;
      border-radius: 0 10px 10px 0;
  }
  
  .sidebar__content_list li:hover a{
      color: #fff;
  }
  
  .sidebar__content_list li:nth-child(n+3)::after {
      content: '';
      position: absolute;
      top: 45%;
      right: 14px;
      width: 11px;
      height: 6px;
      background-image: url(/wp-content/uploads/2024/12/arrow_down.png);
      background-repeat: no-repeat;
      transform: rotate(270deg);
  }
  
  .sidebar__content_list li .sub-menu{
      display: none;
      opacity: 0;
      transition: ease .5s opacity;
      width: 100%;
      border-radius: 5px;
  }
  
  .sidebar__content_list li:hover .sub-menu {
      position: absolute;
      display: block;
      opacity: 1;
      top: -130%;
      left: 230px;
      background-color: #2a2a4570;;
  }
  
  .sidebar__content_list .sub-menu li::after {
      content: '';
      position: absolute;
      top: 45%;
      right: 14px;
      width: 11px;
      height: 6px;
      background-image: url(/wp-content/uploads/2024/12/arrow_down.png);
      background-repeat: no-repeat;
      transform: rotate(270deg);
  }

  
  .main{
      width: 100%;
      margin-top: 20px;
  }
  
  .slider picture img{
      border-radius: 10px !important;
  }
  
  /* provider_repiater START */
  .raiting_content {
      display: flex;
      flex-wrap: wrap;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 17px;
      align-items: center;
      justify-content: center;
  }
  
  .provider__logo_box {
    display: flex;
    flex-direction: column;
    background-color: #2a2a4570;
    width: 100%;
    max-width: 251px;
    border-radius: 5px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.provider__logo_box:hover {
    background-color: #2a2a45;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.3),
        0 0 15px rgba(255, 215, 0, 0.2);
}

/* Затемнение фона при наведении */
.provider__logo_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 5px;
}

.provider__logo_box:hover::before {
    opacity: 1;
}

/* Контент над затемнением */
.provider__logo_box > * {
    position: relative;
    z-index: 2;
}

  @media(max-width:768px){
      .provider__logo_box {
          max-width: 400px;
      }
    }
  
    .provider__image_box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 220px;
        height: 150px;
        background-color: #181819;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
    }
  
  .order__rating_repeater {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #f8b500 0%, #b58500 100%);
      width: 32px;
      height: 41px;
      border-radius: 10px 0;
      margin: 0;
  }
  
  .provider__decorate_label {
    position: absolute;
    right: -42px;
    bottom: 5px;
    transform: rotate(-45deg);
    background: linear-gradient(180deg, #DE8C11 0%, #f8b500 100%);
    display: flex;
    padding: 4px 55px;
    font-size: 12px;
}
  
  .raiting__provider_box {
      display: flex;
      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
  }
  
  .box_provider_bonuses {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
  }
  
  .provider__rtp{
      margin-right: 10px;
      display: inline-block;
  }
  
  .provider__raiting_info {
      margin: 0 auto;
  }
  
  .box__provider_name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #ffb400;
    display: inline-block;
    animation: simpleShine 2s ease-in-out infinite;
}

@keyframes simpleShine {
    0%, 100% {
        opacity: 1;
        filter: brightness(1);
    }
    50% {
        opacity: 0.9;
        filter: brightness(1.5);
    }
}
  
  .thebest_provider {
      padding: 10px;
      background: linear-gradient(23deg, #16c60c8f 0%, #16c60c 100%);
      border-radius: 4px;
      font-size: 12px;
  }
  
  .provider__preference_box {
      display: grid;
      grid-template: 1fr 1fr / minmax(80px, 200px) minmax(50px, 70px);
      margin-bottom: 15px;
  }
  
  .raiting__box_RevievButton {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      background-color: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%);
      border-radius: 5px;
      padding: 10px 21px;
      position: relative;
      font-weight: 700;
      gap: 5px;
  }
  .raiting__box_RevievButton:hover {
      filter: brightness(0.6);
    transition: filter 0.3s ease;
  }
  
  
  .provider__button_preference {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  .provider__description {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      /* margin-right: auto; */
      align-items: center;
      background: #000;
      border-radius: 0 0 5px 5px;
      padding: 6px;

  }
  
  .provider__image {
      width: 100%;
  }
    @media (max-width: 768px) { .provider__image { max-width: 260px; } } 
    @media (max-width: 720px) { .provider__image { max-width: 240px; } } 
    @media (max-width: 640px) { .provider__image { max-width: 220px; } } 
    @media (max-width: 600px) { .provider__image { max-width: 200px; } } 
    @media (max-width: 540px) { .provider__image { max-width: 185px; } } 
    @media (max-width: 480px) { .provider__image { max-width: 315px; } } 
    @media (max-width: 420px) { .provider__image { max-width: 270px; } } 
  
  .box__bonuses_content {
      margin-right: 30px;
      max-width: 220px;
  }
  
  .box__provider_bonus {
      color: #E4E4E4;
      font-size: 12px;
      margin-bottom: 5px;
  }
  
  .box__provider_dep_bonus {
      font-size: 15px;
      font-weight: 700;
  }
  
  .box__provider_cache_bonus {
      font-size: 15px;
      font-weight: 700;
      color: #14b30b;
  }
  
  .provider__name_box {
      padding-left: 29px;
      max-width: 190px;
      font-size: 12px;
      width: 100%;
      border-left: 2px solid #1B1C2D;
      color: #E4E4E4;
  }
  /* provider_repiater END */
  
  /* CONTENT START */
  #more {display: none;}
  
  .content__section h1{
      font-weight: 700;
      font-size: 32px;
      color: #f8b500;
      margin: 15px 0;
  }
  
  .content__section h2{
      font-weight: 700;
      font-size: 25px;
      color: #f8b500;
      margin: 15px 0;
  }
  
  .content__section h3{
      font-weight: 700;
      font-size: 24px;
      color: #f8b500;
      margin: 15px 0;
  }
  
  .content__section p, .content__section span, .content__section ul, .content__section li{
      color: #7E7E7E;
      font-weight: 500;
      margin: 15px 0;
      list-style: inside;
  }
  
  .content__section ul.post__link_box, .content__section ul.post__link_box li{
      list-style: none;
      margin: 0;
  }
  
  .content__section li{
      padding-left: 5px;
  }
  
  button#myBtn {
      color: #f8b500;
      background-color: transparent;
      text-decoration: underline;
  }
  
  
  .content__blur {
      transition: ease .5s filter;
  }
  
  /* CONTENT END */
  
  /* About section start */
  
  .section__about__title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 30px;
  }
  
  .section__about_content {
      display: grid;
      grid-template: 1fr / 1fr 1fr 1fr;
      gap: 15px;
  }
  
  .about__title_image_box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      gap: 30px;
  }
  
  .about__box_title {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.1;
  }
  
  .section__about_box {
      padding: 5px;
      background-color: #2a2a4570;;
      border-radius: 14px;
  }
  
  .about__images_container {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 40px;
      height: 40px;
      flex: 1 0 40px;
      background: linear-gradient(180deg, #DD880C 0%, #f8b500 100%);
      border-radius: 5px;
  }
  
  .about__image {
      width: 30px;
  }
  
  .abour_description{
      color: #7E7E7E;
      font-size: 10px;
  }
  
  /* About section end */
  
  /* FAQ START */
  .faq_title {
      margin-bottom: 20px;
      font-size: 32px;
      font-weight: 700;
  }
  .faq_content {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  
  .accordion {
      background-color: #2a2a4570;
      color: #fff;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      font-weight: 700;
      transition: 0.4s;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 30px;
  }
    
  .accordion_arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease all .4s;
    flex: 0 0 40px;
}
  
  
.accordion_arrow img {
    width: 38px;
    transition: ease all .4s;
    filter: brightness(0) invert(1);
}
  
  .accordion:hover {
      background-color: #2a2a4570; 
  }
  
  .active{
      background-color: #2a2a4570;; 
  }
    
  .panel {
      padding: 0 15px;
      background-color: #2a2a4570;;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      color: #cfcfcf;
  }
  
  .accordion.active .accordion_arrow {
      background-color: transparent;
  }
  
  .accordion.active .accordion_arrow img{
      transform: rotate(180deg);
  }
  
  .accordion.active + .panel{
      padding: 5px 15px;
  }
  
  /* FAQ END */
  
  .slider__container {
      position: relative;
      width: 100%;
      height: 360px;
  }
  
  .slider__container_image {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      filter: brightness(0.8);
  }
  
  .slider__text {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      padding: 40px;
      display: flex;
      align-items: center;
  }
  
  .slider__text h2 {
      font-family: 'Roboto', 'Arial';
      color: #fff;
      font-size: 45px;
      font-weight: 700;
  }
  
  .post__link_box {
      display: flex;
      flex-direction: column;
      gap: 20px;
  }
  
  .post__link_box a {
      display: inline-block;
      width: fit-content;
      padding-left: 30px;
      position: relative;
      font-size: 15px;
  }
  
  .post__link_box a::before {
      content: '';
      position: absolute;
      top: 10px;
      left: 10px;
      width: 6px;
      height: 6px;
      background-color: #f8b500;
      border-radius: 100%;
  }
  
  /* FOOTER START */
  .footer{
      background-color: #151527;
      padding: 40px 0;
  }
  
  .footer__logo{
      margin-bottom: 22px;
  }
  
  .footer__copyright{
      font-size: 16px;
      color: #f8b500;
  }
  
  .footer__decorater_line {
      border: 1px solid #7d7d6e;
      margin: 7px 0;
  }
  
  .footer_desclemmer {
      font-size: 14px;
      color: #7d7d7c;
  }
  
  /* FOOTER END */
  
  /* TABLE START */
  .site-table {
      background: #272828;
      border-radius: .4em;
      color: #fff;
      margin: 1em 0;
      min-width: 80%;
      overflow: hidden;
      width: 100%;
  }
  
  .site-table tr {
      border-color: #2c2e3b;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
  }
  
  .site-table td:first-child {
      padding-top: .5em;
  }
  .site-table td, .site-table th {
      background: #16171e;
      padding: 10px;
  }
  
  .site-table td {
      display: block;
      margin: .5em 1em;
  }
  
  .site-table td {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: right;
  }
  
  
  .site-table td:before {
      content: attr(data-th) ": ";
      display: inline-block;
      font-weight: 700;
      margin-right: 20px;
      text-align: left;
      width: 6.5em;
  }
  
  .site-table th {
      display: none;
      margin: .5em 1em;
  }
  
  @media (min-width: 768px) {
      .site-table td:first-child, .site-table th:first-child {
          padding-left: 0;
      }
      .site-table td:before{
          display:none;
      }
  }
  @media (min-width: 768px) {
      .site-table td, .site-table th {
          border-radius: 5px;
          display: table-cell;
          padding: 1em !important;
          text-align: center;
      }
  }
  /* TABLE END */
  
  
  
  @media(max-width:1200px){
      .section__about_content{
          grid-template: 1fr / 1fr 1fr;
      }
  }
  
  @media(max-width:992px){
      .section__about_content{
          grid-template: 1fr / 1fr;
      }
      .provider__name_box{
          padding: 0;
          border: none;
      }
      .box_provider_bonuses{
          justify-content: start;
          gap: 25px;
      }
      .provider__image_box{
          width: 100%;
          height: auto;
      }
  }
  
  @media(max-width:768px){
      .sidebar__content_list li:hover .sub-menu {
          position: absolute;
                  left: unset;
          top: 45px;
          z-index: 4;
          right: 0;
          width: 80%;
  
      }
      .sidebar__box {
          position: fixed;
        top: 80px;
        left: -400px;
        z-index: 1000;
        height: calc(100vh - 80px);
        width: 400px;
        transition: ease all .4s;
        overflow-y: auto;
      }
      .sidebar__box.activeted {
    left: 0;
    }
      .mobile_display_logo p{
          display: none;
      }
      .search__form button{
          right: 10px;
          left: inherit;
      }
      .search__form input{
          padding: 23px;
      }
      .provider__button_preference{
          width: 100%;
      }
      .search__form {
          position: relative;
          width: 100%;
          margin-right: 35px;
      }
  
      .sidebar__box.activeted {
          left: inherit;
          right: 0;
          width: 95%;
          padding-top: 30px;
      }
  
      .sidebar__content{
          width: 100%;
          padding: 0;
      }
  
      .burger_box {
        display: flex;
        position: absolute;
        top: 26px;
        right: 15px;
        width: 18px;
        height: 0;
        align-items: center;
        justify-content: center;
        background-color: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%);
        border-radius: 5px;
        border: 2px solid #fff;
        padding: 21px;
    }
  
  .mobile__burger{
      position: absolute;
      width: 16px;
      height: 2px;
      background-color: #fff;
      display: block;
      top: 50%;
  }
  
  span.mobile__burger.activeted {
      height: 0;
  }
  
  .mobile__burger:before, .mobile__burger::after{
      content:'';
      position: absolute;
      display: block;
      width: 16px;
      height: 2px;
      background-color: #fff;
      transition: ease all .3s;
  }
  
  .mobile__burger:before{
      top: 5px;
  }
  
  .mobile__burger::after{
      bottom: 5px;
  }
  
  span.mobile__burger.activeted:before {
      transform: rotate(45deg);
      top: 0;
  }
  
  span.mobile__burger.activeted::after {
      transform: rotate(-45deg);
      top: 0;
  }
  
  
  
  .main-navigation {
      position: absolute;
      top: -200px;
      width: 100%;
      right: 0;
      z-index: -999;
      justify-content: right;
      align-items: flex-end;
      display: flex;
      background-color: #1A1B27;
      transition: ease all .5s;
  }
  .sidebar__content_list li:hover {
      border-radius: 10px 0 0 10px;
  }
  
  .sidebar__content_list {
      background-color: #2a2a4570;;
      padding: 20px 0 20px 20px;
      border-radius: 10px 0 0 10px;
  }
  
  .slider img{
      filter: brightness(0.5);
  }
  
  }
  
  @media(max-width:492px){
      .container{
          padding: 0 15px;
      }
      .accordion_arrow {
          width: 26px;
          height: 26px;
          padding: 12px;
          align-self: start;
      }
      .search__form{
          position: absolute;
          top: -400px;
          width: 95%;
      }
  
      .search__icon_button_display{
          display: none;
          position: absolute;
          top: 26px;
          right: 55px;
          width: 30px;
          height: 30px;
          align-items: center;
          justify-content: center;
          background: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%);
          border-radius: 100%;
      }
      .search__form.active_search {
          top: 75px;
          z-index: 5;
      }
  
      .about__box_title{
          font-size: 15px;
      }
      .about__title_image_box{
          gap: 15px;
      }
      .slider__text{
          padding: 20px;
      }
      .slider__text h2{
          font-size: 32px;
      }
      .slider__container {
          height: 220px;
      }
  }
  
  img.logo__image {
      object-fit: contain;
      max-width: 210px;
      width: 100%;
  }
  
  
  .button-wrapper {
      display: flex;
      gap: 20px;
      align-items: center;
      height: 50px;
  }
  
  
  @media (max-width: 786px) {
      .button-wrapper {
          gap: 10px;
          flex-direction: column;
          height: 100%;
  
  
      }}
  
  a.input.input-btn-top {
          color: #000;
      }
  
  a.input {
      background-color: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%);
      height: 100%;
      align-items: center;
      display: flex;
      padding: 20px;
      border-radius: 50px;
      transition: all 0.3s ease;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px;
  }
  
  @media (max-width: 786px) {
    a.input {
        padding: 10px 20px;


    }
}
  a.input:hover {
      filter: brightness(0.6);
    transition: filter 0.3s ease;
  
  }
  
  a.input.input-btn {
      background: inherit;
      border: 2px solid #f8b500;
  }
  
  a.input.input-btn:hover {
      filter: brightness(0.6);
    transition: filter 0.3s ease;
  
  }
  
  .btn-wrap-box {
      display: flex;
      flex-direction: column;
      gap: 12px;
  }
  
  
  .btn-wrap-box .input-btn {
      background: inherit;
      border: 2px solid #f8b500; 
  }
  .btn-wrap-box .input-btn:hover {
      filter: brightness(0.6);
    transition: filter 0.3s ease;
  
  }
  
  .wrap-expert {
      display: flex;
      gap: 20px;
      padding: 20px;
      background: #2a2a4570;
  }
  
  .images-expert {
      border-radius: 100%;
      overflow: hidden;
  }
  
  .title-expert {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 16px;
  }
  
  .status-expert {
      font-weight: 700;
      margin-bottom: 12px;
      border-bottom: 1px solid #e81821;
  }
  
  
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
}
h1, h2 {
    padding-left: 15px;
}

@media (max-width: 480px) {
    h2 {
        font-size: 18px;
        }}

h1::before, h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #daa520;
    border-radius: 2px;
}
  
  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    h1 {
        font-size: 24px;
        }}
  
  .images-expert img {
      max-width: 100%;
  }
  
  @media (max-width: 768px) {
  .wrap-expert {
          flex-wrap: wrap;
      }}
  
      table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #f8b500;
  }
  
  table th,
  table td {
      border: 1px solid #f8b500;
      padding: 5px;
  }
  
  
  @media screen and (max-width: 768px) {
      table {
          display: block;
          overflow-x: auto;
          white-space: nowrap;
      }
      table th,
      table td {
          min-width: 100px;
      }
  }
  
  .box_slots img {
      max-width: 277px;
      width: 100%;
      border-radius: 5px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      animation: pulse 2s infinite ease-in-out; /* Добавлена анимация мерцания */
  }
  
  @keyframes pulse {
      0% {
          opacity: 1;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
      50% {
          opacity: 0.95;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
      }
      100% {
          opacity: 1;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      }
  }
  
  .box_slots img:hover {
      animation: none; 
      box-shadow: 0 0 20px rgba(255, 204, 0, 0.7); 
      transform: translateY(-5px); 
  }
  
  .raiting_repiater {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .section_content h1, h2, h3, h4{
      margin: 15px 0;
  }
  h3.accordion {
      margin: 0;
      border-radius: 50px;
    padding: 20px;
  }
  @media (max-width: 768px) {
    h3.accordion {
        border-radius: 20px;
        }}
  a.raiting__box_RevievButton.input-btn-top {
      color: #000;
  }
  
  
  .box_present img {
    max-width: 196px;
    width: 100%;
    position: relative;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}


.box_present {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: #2a2a4570;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: 300px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.box_present:hover {
    background-color: #2a2a45;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.3),
        0 0 15px rgba(0, 204, 255, 0.2); 
}

.box_present::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    border-radius: 5px;
}

.box_present:hover::after {
    opacity: 1;
}

.box_present > * {
    position: relative;
    z-index: 3;
}

.box_present::before {
    content: 'SUPER';
    position: absolute;
    top: 21px;
    right: -36px;
    background: linear-gradient(45deg, #0066ff, #00ccff, #0066ff);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 6px 46px;
    transform: rotate(45deg);
    box-shadow: 
        0 3px 12px rgba(0, 102, 255, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 6;
    text-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.7),
        0 0 10px rgba(0, 204, 255, 0.5);
    animation: superPulse 2s ease-in-out infinite;
    transition: all 0.3s ease;
}

.box_present:hover::before {
    box-shadow: 
        0 5px 25px rgba(0, 204, 255, 0.9),
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 0 30px rgba(0, 204, 255, 0.7);
    background: linear-gradient(45deg, #0088ff, #00ddff, #0088ff);
}

@keyframes superPulse {
    0%, 100% {
        box-shadow: 
            0 3px 12px rgba(0, 102, 255, 0.5),
            inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }
    50% {
        box-shadow: 
            0 3px 20px rgba(0, 204, 255, 0.8),
            inset 0 1px 0 rgba(255, 255, 255, 0.7),
            0 0 20px rgba(0, 204, 255, 0.6);
    }
}
  .box_text_name_present {
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 8px 8px 0 0;
      border-bottom: none;
      width: 50%;
      font-size: 15px;
      
      
  }
  .box_text_present{
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      padding: 10px 20px;
      border-radius: 8px 8px 0 0;
      width: 100%;
      
  }
  
  .btn-present {
      background-color: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%
  116.42%
  );
      padding: 10px 10px;
      width: 100%;
      text-align: center;
      border-radius: 5px;
      margin-top: 10px;
  }
  .btn-present:hover {
      filter: brightness(0.6);
    transition: filter 0.3s ease;
  }
  
  .present_btn {
      color: #000;
      font-weight: 600;
  }
  
  /* .box_present_link_main {
      display: none;
  } */
  
  @media screen and (max-width: 768px) {
      .box_present_link_main {
          display: block;
          margin: 0 auto;
          max-width: 400px;
      }
  }
  .raiting__box_RevievButton.input-btn-top {
      color: #000;
  }
  
  .aligncenter {
      display: block;
      margin: 16px auto;
      max-width: 100%;
    height: auto;
    border-radius: 50px;
  }
  @media (max-width: 768px) {
    .aligncenter{
       border-radius: 20px;
       }}
  .alignleft {
      float: left;
      margin: 16px 16px 16px 0;
      max-width: 100%;
    height: auto;
  }
  .alignright {
      float: right;
      margin: 16px 0px 16px 16px;
      max-width: 100%;
    height: auto;
  }
  .top-menu a {
    color: #f8b500;
    font-weight: 700;
  }
  .top-menu a:hover {
    color: #ffffff;
    
}

.block_footer {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 768px) {
    .block_footer {
            flex-direction: column;
        }}

@media (max-width: 768px) {
    .header-nav {
display: none;
}}


ul#menu-header {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
    list-style: none;
    
}

@media (max-width: 768px) {
    ul#menu-header {
        text-align: center;
        flex-direction: column;
    }
}


.sidebar__header-menu {
    display: none;
}
@media (max-width: 768px) {
    .sidebar__header-menu {
        display: block;
    }
}

.sidebar-nav ul.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav ul.sidebar-menu li {
    margin-bottom: 10px;
}

.sidebar-nav ul.sidebar-menu li a {
    display: block;
    padding: 12px 32px;
    color: #cfcfcf;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
    background: #2a2a4570;
    border-left: 3px solid #f8b500;
    font-weight: 700;
}

.sidebar-nav ul.sidebar-menu li a:hover {
    background: #f8b500;
    color: white;
    padding-left: 20px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .block_present {
        display: none;
    }
}
ul#menu-footer {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
} 

p {
    margin: 10px 0;
}
ol {
    padding: 0 15px;
}

img.user_img {
    border-radius: 50%;
    max-width: 130px;
}

@media (max-width: 768px) {
    img.user_img {
        margin: 0 auto;
        max-width: 100px;
    }
}
@media (max-width: 768px) {
    .box_name_manager {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .box_job_manager {
        text-align: center;
    }
}



.block_manager {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 20px;
}
@media (max-width: 768px) {
    .block_manager {
        gap: 0px;
    }
}

.box_left_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
    .block_manager {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .box_left_photo {
        margin: 0 auto;
    }
}


.block_user_manager {
    border-radius: 60px;
    background-color: rgba(25, 49, 101, .5);
}

@media (max-width: 768px) {
    .block_user_manager {
        border-radius: 20px;
        }}

.box_about_manager {
    font-size: 10px;
    text-align: center;
}

.manager_button {
    background: #000;
    height: 100%;
    align-items: center;
    display: flex;
    padding: 7px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 30px;
}

h3.name_manager_user {
    font-weight: 700;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    color: #000;
}
.section_content .sl-single-game-container:nth-of-type(1) {
    display: none !important;
}
.slotsl-demo-wrapper .slotsl-url {
    color: #000000 !important;
}
/* section.block_global_gam {
    display: flex;
    flex-direction: row-reverse;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2026/02/intro-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: space-between;
    gap: 14px;
} */

@media (max-width: 768px) {
    section.block_global_gam {
        flex-direction: column;
    }
}

body.hide-global-gam .block_global_gam {
    display: none !important;
}
.header-nav.activeted {
    display: block;
}

section.section_content {
    border-radius: 10px;
    /* border: 2px solid #fff; */
    padding: 20px;
}
@media (max-width: 480px) {
    section.section_content {
        padding: 10px;
        }}
.block_footer_cont {
    display: flex;
    gap: 38px;
}

@media (max-width: 768px) {
.block_footer_cont {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
}
}
section.slot_sub_slass {
    border: none;
    background-image: none;
    display: block;
}
a.bonus_sub_slass {
    display: none;
}
section.content_sub_slass {
    border: none;
    padding: 0;
}
section.faq_section {
    border-radius: 10px;
    padding: 10px;
}
section.manager_sub_slass {
    display: none;
}
.panel {
    border-radius: 50px;
}
@media (max-width: 768px) {
    .panel{
       border-radius: 20px;
       }}
        .section_content ul,
.section_content ol {
    padding-left: 0;
    margin-left: 20px; 
}
nav.footer-nav {
    display: flex;
    gap: 68px;
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
nav.footer-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}
}
ul#menu-footer-games {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    font-weight: 700;
    gap: 6px;
}

.slotsl-game-inner {
    /* border-radius: 10px; */
    padding: 10px 12px;
}
.slot-grid {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 6px;
    padding: 10px 0;
}
@media (min-width: 415px) {
.slot-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
}
@media (min-width: 768px) {
.slot-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}
@media (min-width: 1200px) {
.slot-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
}
.slot-game.slots_sub_slass {
    background: #b51414;
    border-radius: 5px;
}
.slot-game.slots_sub_slass:hover {
    filter: brightness(0.9); 
}

.slot-game-inner {
    padding: 10px 5px;
}
span.slot-game-title {
    color: #000;
}
.text_calend_manager {
  position: relative;
  padding-left: 30px;
  margin: 0;
}

.text_calend_manager::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2026/02/calendar2-week.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.box_left_manag_gl {
    display: inline-flex;
    padding: 10px 15px;
    background-color: rgba(25, 49, 101, .5);
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 10px;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: auto;
}
.box_left_manag_gl img{
        width: 40px;
    height: 40px;
    border-radius: 50%;
}
.box_imag_text_manag_gl {
    text-align: center;
}
.text_fact_manager,
.text_name_manag {
  margin: 0;
}
.bonus-roulette-block {
    width: 100%;
    padding: 10px 22px;
    position: relative;
}

.block-title {
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: #ffd966;
    font-size: 24px;
}

/* Секция рулетки */
.wheel-container {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

canvas {
    display: block;
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1/1;
    background: #2a1e0f;
    border-radius: 50%;
    box-shadow: 
        0 20px 30px rgba(0,0,0,0.8),
        0 0 0 6px #4f3f28,
        0 0 0 12px #2f261b,
        0 0 20px #ffd96680;
    transition: all 0.2s;
    cursor: pointer;
}

canvas:hover {
    box-shadow: 
        0 20px 30px rgba(0,0,0,0.8),
        0 0 0 6px #5f4f38,
        0 0 0 12px #3f362b,
        0 0 30px #ffd966;
}

canvas:active {
    transform: scale(0.98);
}

/* Стрелка указатель */
.pointer {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 45px solid #f2c744;
    filter: drop-shadow(0 8px 6px #00000066);
    z-index: 5;
}

.pointer::after {
    content: '';
    position: absolute;
    top: -48px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, #ffe074, #b87c10);
    border-radius: 50%;
    box-shadow: 0 0 0 5px #ffd966aa, 0 0 20px #ffaa33;
}

.spin-btn {
    position: relative;
    display: block;
    width: 30%;
    padding: 18px 45px;
    border: none;
    border-radius: 50px;
    background: #ffa500;
    cursor: pointer;
    transition: all 0.1s ease;
    overflow: hidden;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .spin-btn{
        width: 100%;
       }}

.spin-btn span {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    color: #2a1e0f;
}


.spin-btn:hover {
    transform: translateY(5px);
}


.spin-btn:active {
    transform: translateY(10px);
}

.spin-btn:disabled {
    opacity: 0.7;
    transform: translateY(8px);
    pointer-events: none;
    filter: grayscale(0.3);
}

@keyframes sparkle {
    0% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
    100% { opacity: 0.5; transform: scale(1); }
}

.hint {
    color: #aa9f7e;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
        

       .cards-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
    }

    .slot-card {
        border-radius: 20px;
        box-shadow: 0 8px 24px rgba(0, 20, 40, 0.08);
        border: 1px solid #eaedf2;
        overflow: hidden;
        transition: none;
        transform: none;
        outline: none;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .slot-image-wrapper {
        position: relative;
        background-color: #1a2634;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #eaedf2;
    }

    .slot-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .online-badge {
        position: absolute;
        top: 12px;
        left: 12px;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(2px);
        color: #ffffff;
        font-weight: 600;
        font-size: 0.8rem;
        padding: 6px 12px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        gap: 6px;
        line-height: 1;
        border: 1px solid rgba(255, 255, 255, 0.15);
        pointer-events: none;
    }

    .online-badge::before {
        content: "●";
        color: #4caf92;
        font-size: 1rem;
        line-height: 1;
        margin-right: 2px;
        animation: none;
    }

    .slot-content {
        padding: 18px 18px 20px 18px;
        background: #000;
    }
    .title-row {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 14px;
        min-height: 62px;
    height: auto;
    }

    .slot-name {
        font-weight: 700;
        font-size: 1.2rem;
        color: #0c1a28;
        line-height: 1.3;
        word-break: break-word;
    }

    .provider {
        font-size: 0.75rem;
        color: #6a7a8e;
        background: #f0f3f7;
        padding: 4px 10px;
        border-radius: 30px;
        font-weight: 500;
        white-space: nowrap;
        margin-left: 10px;
    }

    /* RTP и рейтинг — два блока в ряд */
    .info-stats {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }

    .rtp-block {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .rtp-label {
        font-size: 0.85rem;
        color: #5a6a7c;
    }

    .rtp-value {
        font-weight: 700;
        font-size: 1rem;
        color: #2a3a4a;
        background: #f0f5fa;
        padding: 4px 10px;
        border-radius: 30px;
    }

    .rating-block {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #fff7e5;
        padding: 5px 12px;
        border-radius: 40px;
    }

    .rating-stars {
        display: flex;
        gap: 2px;
        align-items: center;
    }

    .star {
        color: #f9b93b;
        font-size: 1rem;
    }

    .rating-number {
        font-weight: 700;
        color: #5f3e0a;
        font-size: 0.9rem;
        margin-left: 2px;
    }
    .play-link {
        display: block;
        width: 100%;
        background: #1f384b;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        padding: 14px 0;
        border-radius: 60px;
        transition: none;
        box-shadow: 0 4px 8px rgba(0, 30, 50, 0.1);
    }

    .play-link:hover {
        color: white;
        cursor: default;
    }

    @media screen and (max-width: 991px) {
        .cards-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
    }

    @media screen and (max-width: 786px) {
        .cards-grid {
            gap: 16px;
        }
        .slot-content {
            padding: 14px 14px 16px 14px;
        }
        .slot-name {
            font-size: 1.1rem;
        }
        .provider {
            font-size: 0.7rem;
            padding: 3px 8px;
        }
        .rtp-value {
            font-size: 0.9rem;
            padding: 3px 8px;
        }
        .rating-block {
            padding: 4px 10px;
        }
    }

    /* 480px и ниже — переходим на 1 колонку */
    @media screen and (max-width: 480px) {
        .cards-grid {
            grid-template-columns: 1fr;
            gap: 20px;
            max-width: 400px;
        }
        .slot-card {
            max-width: 100%;
        }
        .slot-image-wrapper {
            height: 180px;
        }
    }

    /* 375px и ниже — ещё более компактно */
    @media screen and (max-width: 375px) {
        .cards-grid {
            gap: 16px;
        }
        .slot-content {
            padding: 12px 12px 14px 12px;
        }
        .title-row {
            flex-direction: column;
            align-items: flex-start;
            gap: 6px;
        }
        .provider {
            margin-left: 0;
            white-space: normal;
            word-break: keep-all;
        }
        .slot-name {
            font-size: 1rem;
        }
        .info-stats {
            flex-wrap: wrap;
            gap: 10px;
        }
        .play-link {
            padding: 12px 0;
            font-size: 0.95rem;
        }
        .online-badge {
            font-size: 0.7rem;
            padding: 4px 10px;
        }
        .online-badge::before {
            font-size: 0.9rem;
        }
    }

        /* конец стилей слота */

        .marquee-simple {
            width: 100%;
            background: rgba(255, 255, 255, 0.1); 
            border-radius: 50px;
            padding: 20px 0;
            overflow: hidden;
        }
        @media (max-width: 768px) {
            .marquee-simple{
               border-radius: 20px;
               }}

        .marquee-track {
            display: flex;
            width: fit-content;
            animation: scroll 30s linear infinite;
        }

        .marquee-content {
            display: flex;
            gap: 50px;
            padding: 0 25px;
        }

        .marquee-content img {
            height: 50px;          
            width: auto;           
            opacity: 0.8;         
            filter: brightness(0.9);
            display: block;
        }

        @keyframes scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .slider-container {
            width: 100%;
            overflow: hidden;
            border-radius: 50px;
            touch-action: pan-y pinch-zoom;
            cursor: grab;
            user-select: none;
        }

        .slider-container:active {
            cursor: grabbing;
        }

        .blocks-wrapper {
            display: flex;
            transition: transform 0.4s ease-out;
        }

        .game-block {
            flex: 0 0 100%;
            border-radius: 40px;
            padding: 50px;
            position: relative;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            pointer-events: none;
        }

        .game-block a {
            pointer-events: auto;
        }

        .game-block::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1;
            pointer-events: none;
        }

        .game-content {
            position: relative;
            z-index: 2;
            max-width: 600px;
            color: white;
        }

        .game-category {
            color: #f9d423;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .game-title {
            font-size: 3rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .game-description {
            color: #e0e0e0;
            font-size: 1.1rem;
            margin-bottom: 35px;
            line-height: 1.6;
        }

        .game-button {
            display: inline-block;
            background: #f9d423;
            color: #0b0e1a;
            font-weight: 700;
            font-size: 1rem;
            padding: 16px 40px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.2s;
        }

        .game-button:hover {
            background: transparent;
            color: #f9d423;
        }

        .indicators {
            display: flex;
            justify-content: center;
            gap: 14px;
            margin-top: 25px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #2c3650;
            cursor: pointer;
            transition: all 0.2s;
        }

        .indicator.active {
            background: #f9d423;
            transform: scale(1.3);
            box-shadow: 0 0 15px #f9d423;
        }

        .progress-bar {
            width: 100%;
            max-width: 1200px;
            height: 4px;
            background: #2c3650;
            border-radius: 4px;
            margin: 20px auto 0;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: #f9d423;
            width: 0%;
            transition: width 10s linear;
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .game-title {
                font-size: 2rem;
            }
            .game-block {
                padding: 35px;
            }
        }


        nav.header-nav {
            display: flex;
            gap: 20px;
        }
        @media (max-width: 768px) {
            nav.header-nav  {
                display: none;
            }
        }
        img.img_menu {
            max-width: 25px;
            margin-right: 5px;
        }
        li.menu-item {
            list-style-type: none;
        }
        html {
            scroll-behavior: smooth;
            scroll-padding-top: 100px;
        }
        a.menu-ruletka-link{
            font-weight: 700;
        }
        p.text_fact_manager, p.text_calend_manager {
            opacity: 0.5;
        }
        .social_buttons {
            display: flex;
            gap: 15px;
            justify-content: flex-start;
            align-items: center;
            margin-top: 15px;
        }
        
        .social_btn {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            transition: transform 0.3s ease;
        }
        
        .social_btn:hover {
            transform: scale(1.1);
        }
        
        .social_btn img {
            width: 30px;
            height: 30px;
            object-fit: contain;
        }