* {
    scrollbar-width: thin;
    scrollbar-color: #f8b500 #5B5B5F;
  }
  
  *::-webkit-scrollbar {
    width: 10px;
    background-color: #5B5B5F;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #f8b500;
    border: 1px solid #ccc;
  }
  
  *::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 8px;
    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: 16px;
      -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;}
  ul li{list-style: 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: 10;
      width: 100%;
  }
  
  .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;
  
      }}
      @media (max-width: 450px) {
        .header__content {
            gap: 0px;
            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: 8px;
      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: 108px 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: 8px;
  }
  
  .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;
      padding: 15px;
      width: 100%;
      gap: 10px;
      max-width: 270px;
      border-radius: 8px;
  }
  @media(max-width:768px){
      .provider__logo_box {
          max-width: 400px;
      }
    }
  
  .provider__image_box {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 240px;
      height: 150px;
      background-color: #181819;
      overflow: hidden;
      border-radius: 8px;
  }
  
  .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: -38px;
      bottom: 20px;
      transform: rotate(-45deg);
      background: linear-gradient(180deg, #DE8C11 0%, #f8b500 100%);
      display: flex;
      padding: 4px 40px;
      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: 18px;
      color: #ffb400;
  }
  
  .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: 8px;
      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;
  }
  
  .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: 188px; } } 
    @media (max-width: 480px) { .provider__image { max-width: 318px; } } 
    @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: 18px;
      font-weight: 700;
  }
  
  .box__provider_cache_bonus {
      font-size: 18px;
      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: 28px;
      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.activeted {
      filter: blur(15px);
  }
  .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: 8px;
      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: 8px;
  }
  
  .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: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 18px;
      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;
    width: 40px;
    height: 40px;
    border: 1px solid #f8b500;
    background-color: #f8b500;
    border-radius: 8px;
    transition: ease all .4s;
    flex: 0 0 40px;
}
  
  
  .accordion_arrow img{
      width: 10px;
      transition: ease all .4s;
  }
  
  .accordion:hover {
      background-color: #2a2a4570; 
  }
  
  .active{
      background-color: #2a2a4570;; 
  }
    
  .panel {
      padding: 0 18px;
      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 18px;
  }
  
  /* 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: 48px;
      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: 18px;
  }
  
  .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;
      }
      /* .raiting__provider_box{
          margin-bottom: 25px;
      } */
      .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: 35px;
          right: 15px;
          width: 40px;
          height: 40px;
          align-items: center;
          justify-content: center;
          background-color: linear-gradient(95.47deg, #f8b500 -0.22%, #ffd166 116.42%);
          border-radius: 100%;
      }
  
  .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;
  }
  
  .body.activeted {
      overflow: hidden;
  }
  
  .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%;
      }
      .burger_box{
          top: 30px;
      }
  
      .search__form.active_search {
          top: 75px;
          z-index: 5;
      }
  
      .about__box_title{
          font-size: 18px;
      }
      .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;
  }
  
  
  .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: 8px;
      transition: all 0.3s ease;
      font-weight: 700;
  }
  
  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: 18px;
      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: 24px;
      
  }
  
  h1{
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin: 15px 0;
  }
  
  .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: 8px;
  }
  
  
  @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: 8px;
      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;
  }
  a.raiting__box_RevievButton.input-btn-top {
      color: #000;
  }
  
  
  .box_present img {
      max-width: 100px;
      width: 100%;
      position: relative;
      animation: swing 3s ease-in-out infinite;
      transform-origin: top center;
  }
  
  @keyframes swing {
      0%, 100% {
          transform: rotate(-15deg);
      }
      50% {
          transform: rotate(15deg);
      }
  }
  .box_present {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 15px;
      background: #2a2a4570;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
  }
  .box_present::before {
      content: 'TOP';
      position: absolute;
      top: 11px;
      right: -36px;
      background: linear-gradient(45deg, #ff6b00, #ff3c00, #ff6b00);
      color: #fff;
      font-weight: 900;
      font-size: 14px;
      padding: 6px 46px;
      transform: rotate(45deg);
      box-shadow: 0 3px 12px rgba(255, 107, 0, 0.4),
          inset 0 1px 0 rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      letter-spacing: 2px;
      z-index: 6;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  }
  .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: 18px;
      
      
  }
  .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: 8px;
      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;
  }
  .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;
  }
  .top-menu a:hover {
    color: #ffffff;
    
}

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

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


ul#menu-header {
    display: flex;
    gap: 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;
} 

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

img.user_img {
    border-radius: 50%;
    max-width: 80px;
    border: 2px solid #951818;
}

@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: 10px 10px;
}
@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: 10px;
    border: 1px solid #fff;
}

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

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

h3.name_manager_user {
    font-weight: 700;
}
