* {
    scrollbar-width: thin;
    scrollbar-color: #aaaab4 #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%;
  }
  @media (max-width: 768px) {
      html,body {
          font-size: 18px;
  
      }}
  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: #B3B8D0;
      background-color: #0A0C12;
      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 {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    background: rgba(10, 12, 18, 0.65);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
  
  .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: 150px 0;
  }
  
  @media(max-width:768px){
      .sidebar__wrapper {
          padding: 110px 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;
  }
  
 
  .main{
      width: 100%;
      margin-top: 20px;
  }

  @media (max-width: 768px) {
    .main {
        margin-top: 80px;
    }
}
    
  
  .slider picture img{
      border-radius: 10px !important;
  }

  .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;
      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;
  }

  #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;
  }
  .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;
  }
  .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;
  }
  
  .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{
      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;
  }

  .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;
      }
  }

  @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: 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: 220px; */
      width: 100%;
  }
  
  
  .button-wrapper {
      display: flex;
      gap: 20px;
      align-items: center;
      height: 50px;
  }
  
  
  @media (max-width: 786px) {
      .button-wrapper {
          gap: 10px;
  
  
      }}
  
  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: 5px;
      transition: all 0.3s ease;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  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;
    color: #FFFFFF;
}

@media (max-width: 480px) {
    h2 {
        font-size: 18px;
        }}
  
  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}
h2{
    color: #fff;
}
@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 #F5B042;
        background: #14161F;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(245, 176, 66, 0.2);
    }
    
    table th,
    table td {
        border: 1px solid rgba(245, 176, 66, 0.3);
        padding: 14px 16px;
    }
    
    table th {
        background: #1E202C;
        color: #F5B042;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        
    }

    table td {
        color: #B3B8D0;
        font-size: 14px;
        transition: all 0.2s ease;
    }
    table tr:hover td {
        background: rgba(245, 176, 66, 0.05);
        color: #FFFFFF;
    }
    table td:first-child,
    table th:first-child {
        font-weight: 700;
        color: #F5B042;
        text-align: center;
        /* width: 60px; */
    }
    table td.bonus-cell,
    table td:nth-child(3) {
        color: #F5B042;
        font-weight: 600;
    }
    
    @media screen and (max-width: 768px) {
        table {
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            border-radius: 5px;
            border: 1px solid rgba(245, 176, 66, 0.3);
            box-shadow: none;
        }
        
        table th,
        table td {
            min-width: 110px;
            padding: 10px 12px;
        }
        
        table th:first-child,
        table td:first-child {
            min-width: 60px;
        }
    }
  
  .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: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(245, 176, 66, 0.2);
    padding: 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;
    letter-spacing: 2px;
    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;
  }
  
  @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;
  }
.alignnone,
.alignleft,
.alignright,
.aligncenter {
    max-width: 100%;
    height: auto;
    background: #14161F;
    padding: 30px;
    border-radius: 10px;
}

.alignleft {
    float: left;
    margin: 16px 16px 16px 0;
}

.alignright {
    float: right;
    margin: 16px 0 16px 16px;
}
.alignnone,
.aligncenter {
    display: block;
    margin: 16px auto;
}
.size-full,
.alignnone.size-full,
.alignleft.size-full,
.alignright.size-full,
.aligncenter.size-full {
    width: auto;
    max-width: 100%;
}


  .top-menu a {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    transition: color 0.2s ease;
}
  .top-menu a:hover {
    color: #F5B042;
    text-shadow: none;
    
}

.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;
    flex-wrap: wrap;
    gap: 15px;
    text-transform: uppercase;
    list-style: none;
    
}

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


.menu-item-has-children {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #1a1a2e;
    border-radius: 8px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    display: block;
    margin: 0;
}

.sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.sub-menu a:hover {
    background: rgba(245, 176, 66, 0.2);
    color: #F5B042;
    padding-left: 25px;
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

.menu-item-has-children > a::after {
    content: "▼";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 768px) {
    .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: rgba(0, 0, 0, 0.3);
        box-shadow: none;
        border: none;
    }
    
    .menu-item-has-children.active > .sub-menu {
        display: block;
    }
    
    .menu-item-has-children > a::after {
        right: -15px;
    }
}

.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: 100%;
    max-width: 130px;
    /* border: 3px solid #F5B042; */
    /* box-shadow: 0 0 0 0 rgba(245, 176, 66, 0.4); */
    transition: all 0.3s ease;
    padding: 2px;
    background: #ffffff00;
    border: 2px solid #F5B042;
    outline: 1px solid rgba(255, 255, 255, 0.15);
    outline-offset: 2px;
}

@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_user_manager {
    background: linear-gradient(to right, #373c51 0%, #0A0C12 60%, #0A0C12 100%);
    border-radius: 65px 0 0 65px;
}

@media (max-width: 768px) {
    .block_user_manager  {
        text-align: center;
        background: #373c51;
    border-radius: 10px;
    }
}
.casino-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700, #ff8c00);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.casino-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, #ffe44d, #ffa500);
}

.casino-btn:active {
    transform: translateY(1px);
}


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



@media (max-width: 768px) {
    .block_manager {
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
}


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: column;
    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 {
    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.manager_sub_slass {
    display: none;
}
.panel {
    border-radius: 10px;
}
        .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 {
    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;
}









        .casino-cards-block {
            margin: 0 auto;
            padding: 60px 20px 40px 20px;
        }

        .casino-cards-title {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 50px;
            
        }

        .casino-cards-list {
            display: flex;
            flex-direction: column;
            gap: 30px;
            margin-bottom: 30px;
            counter-reset: casino-counter;
        }

        .casino-card {
            background: #14161F;
            box-shadow: 0 10px 20px rgba(0,0,0,0.4), 0 0 0 1px rgba(245,176,66,0.2);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            display: flex;
            flex-direction: column;
            position: relative;
            counter-increment: casino-counter;
            margin-top: 15px;
            border-radius: 10px;
        }

        .casino-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        }


        .casino-card::before {
            content: counter(casino-counter);
            position: absolute;
            top: -15px;
            left: -10px;
            background: #1E202C;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            z-index: 10;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            border: 1px solid #F5B042;
        }
        .casino-card:hover::before {
            background: #F5B042;
            color: #0A0C12;
            border-color: #F5B042;
            transform: scale(1.1);
            box-shadow: 0 0 0 4px rgba(245, 176, 66, 0.3), 0 6px 16px rgba(0, 0, 0, 0.3);
        }


        .casino-card.hidden {
            display: none;
        }


        .card-content {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
            gap: 25px;
        }


        .card-left {
            display: flex;
            align-items: center;
            gap: 20px;
            min-width: 200px;
        }

        .card-logo {
            display: flex;
            align-items: center;
            font-size: 48px;
        }

        .card-logo img {
            max-width: 170px;
            width: 100%;
            border-radius: 10px;
        }

        h3.card-name {
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            min-width: 188px;
            text-transform: capitalize;
            
        }
        .card-center {
            flex: 2;
            min-width: 280px;
        }

        .card-description {
            line-height: 1.5;
            margin-bottom: 15px;
            font-size: 14px;
            
        }

        .advantages-title {
            font-weight: 700;
            margin-bottom: 8px;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            
        }

        .advantages-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            list-style: none;
        }

        .advantages-list li {
            font-size: 13px;
            padding-left: 20px;
            position: relative;
            
        }

        .advantages-list li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #F5B042;
            font-weight: bold;
        }

        .card-right {
            display: flex;
            flex-direction: column;
            gap: 12px;
            min-width: 140px;
            justify-content: center;
        }

        .btn {
            padding: 12px 24px;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
            border: none;
            
        }

        .btn-play {
            background: #F5B042;
    color: #0A0C12 !important;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;

        }

        .btn-play:hover {
            background: #FFB347;
            transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(245, 176, 66, 0.3);
        }

        .btn-review {
            background: transparent;
    color: #B3B8D0;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.2s ease;
        }

        .btn-review:hover {
            border-color: #F5B042;
    color: #F5B042;
        }

        /* Кнопка "Больше" */
        .more-button-wrapper {
            text-align: center;
            margin-top: 30px;
        }

        .btn-more {
            background: transparent;
            color: #B3B8D0;
            padding: 14px 50px;
            font-size: 18px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 0;
            letter-spacing: 0.5px;
            border-radius: 5px;
        }
        
        .btn-more:hover {
            border-color: #F5B042;
            color: #F5B042;
            transform: translateY(-2px);
        }
        
        .btn-more:active {
            transform: translateY(0);
        }

        .all-loaded-message {
            text-align: center;
            color: #888;
            padding: 20px;
            font-size: 16px;
            
            display: none;
        }

        .all-loaded-message.show {
            display: block;
        }

        @media (max-width: 768px) {
            .casino-cards-block {
                padding: 0px;
            }

            .casino-cards-title {
                font-size: 26px;
                margin-bottom: 40px;
            }

            .casino-card {
                margin-top: 12px;
            }

            .casino-card::before {
                width: 32px;
                height: 32px;
                font-size: 14px;
                top: -12px;
                left: -8px;
            }

            .card-content {
                flex-direction: column;
                padding: 20px;
                gap: 20px;
            }

            .card-left {
                justify-content: space-between;
                width: 100%;
            }

            .card-logo img {
                max-width: 200px;
                width: 100%;
            }

            .card-name {
                font-size: 20px;
            }

            .card-center {
                width: 100%;
            }

            .card-right {
                flex-direction: row;
                width: 100%;
            }

            .btn {
                flex: 1;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .card-left {
                flex-direction: column;
                text-align: center;
            }

            .card-right {
                flex-direction: column;
            }

            .advantages-list {
                flex-direction: column;
                gap: 8px;
            }

            .casino-card::before {
                width: 28px;
                height: 28px;
                font-size: 12px;
                top: -10px;
                left: -6px;
            }
        }

.pros-cons-block {
    max-width: 1000px;
    width: 100%;
    background: #14161F;
    padding: 30px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4), 0 0 0 1px rgba(245,176,66,0.2);
}

h3.pros-cons-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.pros-cons-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 25px;
}

.pros-section {
    flex: 1;
    min-width: 250px;
}

.pros-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.pros-icon {
    background: #28a745;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100%;
}

.pros-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
}

.pros-list {
    list-style: none;
}

.pros-list li {
    font-size: 14px;
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
    line-height: 1.4;
}

.pros-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 16px;
}

.cons-section {
    flex: 1;
    min-width: 250px;
}

.cons-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.cons-icon {
    background: #FF0000;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100%;
}

.cons-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #FF0000;
}

.cons-list {
    list-style: none;
}

.cons-list li {
    font-size: 14px;
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
    line-height: 1.4;
}

.cons-list li::before {
    content: "х";
    position: absolute;
    left: 0;
    color: #FF0000;
    font-weight: bold;
    font-size: 16px;
}

.pros-cons-button {
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
}

.btn-visit {
    display: inline-block;
    background: #FF0000;
    color: white;
    text-decoration: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.2s ease;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-visit:hover {
    background: #e84118;
}

@media (max-width: 600px) {
    
    .pros-cons-block {
        padding: 20px;
    }
    
    .pros-cons-grid {
        flex-direction: column;
        gap: 20px;
    }
}

p.text_title_manager_user {
    margin: 0;
    color: #7A7D8C;
}


.entry-content ul,
.entry-content ol,
.section_content ul,
.section_content ol {
    margin: 24px 0;
    padding-left: 0;
    list-style: none;
}

.entry-content ul li,
.section_content ul li {
    color: #B3B8D0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    padding-left: 30px;
    position: relative;
}

.entry-content ul li::before,
.section_content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #F5B042;
    font-weight: 700;
    font-size: 16px;
}

.entry-content ul.style-circle-check li::before,
.section_content ul.style-circle-check li::before {
    content: "✓";
    width: 20px;
    height: 20px;
    background: rgba(245, 176, 66, 0.15);
    border: 1px solid #F5B042;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: 2px;
}

.entry-content ol,
.section_content ol {
    counter-reset: custom-counter;
}

.entry-content ol li,
.section_content ol li {
    color: #B3B8D0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 48px;
    position: relative;
    counter-increment: custom-counter;
}

.entry-content ol li::before,
.section_content ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #1E202C;
    border: 1.5px solid #F5B042;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #F5B042;
    transition: all 0.2s ease;
}


.entry-content ol li:hover::before,
.section_content ol li:hover::before {
    background: #F5B042;
    color: #0A0C12;
    transform: scale(1.05);
    box-shadow: 0 0 0 3px rgba(245, 176, 66, 0.2);
}

/
.entry-content ul ul,
.section_content ul ul {
    margin: 8px 0 8px 20px;
}

.entry-content ul ul li,
.section_content ul ul li {
    padding-left: 24px;
}

.entry-content ul ul li::before,
.section_content ul ul li::before {
    content: "•";
    font-size: 18px;
    color: #7A7D8C;
}

.entry-content ol ol,
.section_content ol ol {
    margin: 8px 0 8px 20px;
    counter-reset: nested-counter;
}

.entry-content ol ol li,
.section_content ol ol li {
    padding-left: 40px;
    counter-increment: nested-counter;
}

.entry-content ol ol li::before,
.section_content ol ol li::before {
    content: counter(custom-counter) "." counter(nested-counter);
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    color: #F5B042;
    font-size: 14px;
    font-weight: 500;
    left: 0;
    top: 0;
}

.entry-content ul.style-badge li,
.section_content ul.style-badge li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.entry-content ul.style-badge li::before,
.section_content ul.style-badge li::before {
    content: "✓";
    position: static;
    background: #F5B042;
    color: #0A0C12;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}


.entry-content ul.style-double-check li::before,
.section_content ul.style-double-check li::before {
    content: "✓✓";
    font-size: 12px;
    letter-spacing: -2px;
}


.entry-content ol.style-gradient li::before,
.section_content ol.style-gradient li::before {
    background: linear-gradient(135deg, #F5B042, #E69500);
    border: none;
    color: #0A0C12;
    font-weight: 800;
}


.entry-content ol.style-top li:nth-child(1)::before,
.section_content ol.style-top li:nth-child(1)::before {
    background: linear-gradient(135deg, #F5B042, #E69500);
    border: none;
    color: #0A0C12;
    box-shadow: 0 0 0 3px rgba(245, 176, 66, 0.2);
}

.entry-content ol.style-top li:nth-child(2)::before,
.section_content ol.style-top li:nth-child(2)::before {
    background: linear-gradient(135deg, #E0E0E0, #B0B0B0);
    border: none;
    color: #1A1F36;
}

.entry-content ol.style-top li:nth-child(3)::before,
.section_content ol.style-top li:nth-child(3)::before {
    background: linear-gradient(135deg, #CD7F32, #B87333);
    border: none;
    color: #0A0C12;
}

.entry-content ul.features-list,
.section_content ul.features-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry-content ul.features-list li,
.section_content ul.features-list li {
    background: rgba(30, 32, 44, 0.5);
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid rgba(245, 176, 66, 0.2);
    transition: all 0.2s ease;
}

.entry-content ul.features-list li:hover,
.section_content ul.features-list li:hover {
    border-color: #F5B042;
    background: rgba(245, 176, 66, 0.05);
}

.entry-content ul.features-list li::before,
.section_content ul.features-list li::before {
    content: "✓";
    background: rgba(245, 176, 66, 0.2);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .entry-content ul li,
    .entry-content ol li,
    .section_content ul li,
    .section_content ol li {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .entry-content ol li,
    .section_content ol li {
        padding-left: 42px;
    }
    
    .entry-content ol li::before,
    .section_content ol li::before {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .entry-content ul li,
    .section_content ul li {
        padding-left: 26px;
    }
    
    .entry-content ul.features-list li,
    .section_content ul.features-list li {
        padding: 8px 12px;
    }
}


p.faq_answer {
    color: #B3B8D0;
}

.vip-lounge {
    max-width: 680px;
    width: 100%;
    background: linear-gradient(135deg, #12141E 0%, #0A0C14 100%);
    padding: 40px 32px;
    position: relative;
    text-align: center;
    border: 1px solid rgba(245, 176, 66, 0.4);
    margin: 0 auto;
}

.vip-lounge::before,
.vip-lounge::after,
.vip-corner1,
.vip-corner2 {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #F5B042;
    border-style: solid;
    border-width: 0;
}

.vip-lounge::before {
    top: 16px;
    left: 16px;
    border-top-width: 2px;
    border-left-width: 2px;
}

.vip-lounge::after {
    top: 16px;
    right: 16px;
    border-top-width: 2px;
    border-right-width: 2px;
}

.vip-corner1 {
    bottom: 16px;
    left: 16px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.vip-corner2 {
    bottom: 16px;
    right: 16px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.vip-icon {
    width: 70px;
    height: 70px;
    background: rgba(245, 176, 66, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
    border: 1px solid rgba(245, 176, 66, 0.4);
}

.vip-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-family: 'Georgia', serif;
    margin-bottom: 8px;
    color: #F5B042;
    text-transform: uppercase;
}

.vip-title span {
    color: #F5B042;
    font-weight: 700;
}

.vip-sub {
    color: #8E8EA6;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 28px;
}

.vip-list {
    text-align: left;
    margin: 28px 0;
    padding-left: 20px;
}

.vip-list li {
    color: #CCCCDD;
    font-size: 14px;
    padding: 8px 0;
    list-style: none;
    position: relative;
    padding-left: 28px;
}

.vip-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: #F5B042;
    font-size: 16px;
}

.vip-buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.vip-btn {
    flex: 1;
    background: transparent;
    border: none;
    padding: 14px 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    font-family: 'Georgia', serif;
}

.vip-btn:first-child {
    background: #F5B042;
    color: #0A0C12;
}

.vip-btn:last-child {
    border: 1px solid #F5B042;
    color: #F5B042;
}

.vip-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
}

@media (max-width: 550px) {
    .vip-lounge { padding: 30px 20px; }
    .vip-title { font-size: 24px; }
    .vip-buttons { flex-direction: column; gap: 12px; }
}

.collapse-block {

    width: 100%;
    /* background: #14161F; */
    /* border: 1px solid rgba(245, 176, 66, 0.25);
    border-radius: 20px;
    padding: 28px; */
    transition: all 0.3s ease;
}

.collapse-block:hover {
    border-color: rgba(245, 176, 66, 0.45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

/* Сворачиваемый контент */
.collapse-content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.collapse-content.open {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.collapse-text {
    color: #B3B8D0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.collapse-text p {
    margin-bottom: 16px;
}

.collapse-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #F5B042;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid rgba(245, 176, 66, 0.5);
    letter-spacing: 0.5px;
    margin: 10px 0;
    border-radius: 5px;
}

.collapse-btn:hover {
    background: #F5B042;
    color: #0A0C12;
    border-color: #F5B042;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(245, 176, 66, 0.25);
}

.collapse-btn .arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.collapse-btn.open .arrow {
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .collapse-block {
        padding: 20px;
    }
    
    .collapse-text {
        font-size: 14px;
    }
    
    .collapse-btn {
        padding: 10px 24px;
        font-size: 13px;
        width: 100%;
        justify-content: center;
    }
}

.card-description-title{
    font-size: 20px;
    font-weight: 700;
}

.sub-menu .sub-menu {
    top: -10px;
    left: 100%;
    margin-left: 5px;
    min-width: 200px;
}
.sub-menu .menu-item-has-children > a::after {
    content: "▶";
}
.sub-menu .menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(0deg);
}

@media (max-width: 768px) {
    .sub-menu .sub-menu {
        margin-left: 15px;
        padding-left: 10px;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
    .sub-menu .menu-item-has-children > a::after {
        content: "▼";
    }
}
/* Pros & Cons блоки */
.pc-block {
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 10px;
    border-left: 2px solid;
}

.pc-pros {
    background: linear-gradient(145deg, rgba(40,167,69,0.2) 0%, rgba(10,12,18,0.98) 100%);
    border-left-color: #28a745;
}

.pc-cons {
    background: linear-gradient(145deg, rgba(255,0,0,0.2) 0%, rgba(10,12,18,0.98) 100%);
    border-left-color: #ff0000;
}

.pc-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.pc-pros-title { color: #28a745; }
.pc-cons-title { color: #ff0000; }

.pc-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pc-item {
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.pc-item:last-child {
    border-bottom: none;
}

.pc-icon {
    font-size: 18px;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
}

.pc-icon-green { color: #28a745; }
.pc-icon-red { color: #ff0000; }
@media (min-width: 786px) {
    .box_footer_right {
        min-width: 210px;
    }
}
