@media (min-width: 1024px) {
  body:not(.sb-small) .menu__logo {
    display: none;
  }
}
@media (min-width: 1024px) {
  .benefits__pagination {
    display: none;
  }
  .benefits__btn {
    display: none;
  }
}
@media (max-width: 1023px) {
  .activity-table__container {
    overflow-x: visible;
  }
  .activity-table {
    padding: 0 8px 10px;
  }

  .activity-table__container {
    padding: 4px;
  }

  .activity-table__table {
    font-size: 10px;
  }

  .activity-table__table th {
    padding: 8px 4px;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
  }

  .activity-table__table td {
    padding: 8px 4px;
    font-size: 8px;
    line-height: 12px;
    text-align: center;
  }

  .activity-table__table th:nth-child(1),
  .activity-table__table td:nth-child(1) {
    text-align: left;
  }

  .activity-table__game {
    gap: 6px;
    justify-content: flex-start;
  }

  .activity-table__game-icon {
    width: 24px;
    height: 24px;
  }

  .activity-table__game-name {
    font-size: 8px;
    line-height: 12px;
  }

  .footer {
    padding: 32px 16px;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer__providers-list,
  .footer__payments-list {
    gap: 10px;
    justify-content: center;
  }

  .footer__providers-list img,
  .footer__payments-list img {
    height: 20px;
  }

  .footer__copyright-row {
    flex-wrap: wrap;
  }

  .footer__social-header {
    flex-wrap: wrap;
  }

  .footer__links-wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .footer__links-wrapper .footer__links {
    width: 100%;
  }

  /* Footer Accordion Styles - Mobile Only */
  .footer__accordion {
    position: relative;
    margin-bottom: 8px;
  }

  .footer__accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
  }

  .footer__accordion-toggle span:first-child {
    flex: 1;
  }

  .footer__accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    flex-shrink: 0;
  }

  .footer__accordion-icon .footer__icon {
    width: 12px;
    height: 12px;
    stroke: #e9eef7;
    transition: transform 0.3s ease;
  }

  .footer__accordion-icon .footer__icon--arrow {
    transform: rotate(0deg);
  }

  .footer__accordion.active .footer__accordion-icon .footer__icon--arrow {
    transform: rotate(180deg);
  }

  .footer__accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-top 0.3s ease;
    padding-top: 0;
  }

  .footer__accordion.active .footer__accordion-content {
    max-height: 2000px;
    padding-top: 16px;
    padding-bottom: 8px;
    overflow: visible;
    display: block;
  }
}

/* Desktop - завжди показуємо контент */
@media (min-width: 1024px) {
  .footer__accordion-toggle {
    cursor: default;
  }

  .footer__accordion-icon {
    display: none;
  }

  .footer__accordion-content {
    display: block !important;
    max-height: none !important;
  }
}
@media (max-width: 1023px) {
  .page {
    margin-left: 0px;
  }
  header {
    left: 0;
    right: 0;
  }
  body.sb-small header {
    left: 0;
  }
  .sidebar.small .sb-head,
  .sidebar.small .sb-scroll {
    display: none;
  }
  .sb-toggle {
    height: 58px;
  }

  .sidebar.small {
    height: 60px;
    background-color: transparent;
  }
  .btn-log button,
  .btn-sign button {
    font: 600 12px / 16px Inter, sans-serif;
    min-width: 80px;
    height: 40px;
  }
  .site-logo.mobile-on {
    margin-left: 45px;
    margin-right: 0;
    margin-bottom: 7px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-logo.mobile-on img {
    width: 120px;
    height: 27px;
  }
  .content {
    padding: 0;
  }
  .site-navbar {
    padding: 8px 14px;
  }
  body.sb-small .sb-toggle {
    left: 7px;
  }
  body.sb-small .page {
    margin-left: 0px;
  }
}

@media (max-width: 1023px) {
  .benefits {
    padding: 24px 16px 40px;
  }

  .benefits-card {
    padding: 24px 20px;
  }

  .benefits-card__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 735px) {
  .mobile-on {
    display: block;
  }
  .mob {
    display: flex;
  }
  .decs {
    display: none;
  }
  .menu__list {
    display: none;
  }
  .hero {
    padding: 80px 8px 20px;
  }
  .hero__slide,
  .hero__slide img {
    height: 144px;
  }
  .hero__btn {
    display: none;
  }
  .hero__swiper {
    overflow: visible;
  }
  .hero__slide {
    padding: 26px 10px;
  }
  .hero__slide .main-btn button {
    width: 92px;
    height: 32px;
  }
  .hero__slide h4 {
    color: #fdfee7;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .hero__slide h4 strong {
    font-size: 11.803px;
    font-style: normal;
    font-weight: 800;
    line-height: 20.066px;
    text-transform: uppercase;
  }
  .box__category.mobile-on {
    display: flex;
  }

  .hero__controls {
    margin-top: 0;
  }

  .main-btn button {
    padding: 4px 8px;
    font-size: 12px;
  }
  /*gwg*/
  .mobile-on.title-gwg {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;

    margin-bottom: 12px;
  }
  .gwg {
    padding: 0 0 20px 8px;
  }

  .box__category {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 0 20px;
  }
  .gwg .box__category {
    padding: 0px 0 20px;
  }

  /* ktac */
  .kcats__search-btn {
    display: none;
  }
  .kcats {
    padding: 0px 8px 24px 8px;

    justify-content: space-between;
    gap: 6px;
  }
  .kcats__card span {
    font-size: 14px;
    font-weight: 500;
  }
  .kcats__slider {
    position: relative;

    width: 100%;
  }
  .kcats__card.sport-btn {
    width: 44px;
  }
  .hero__slide .bonus-hero {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .banner {
    padding: 0 8px;
  }
  .banner__contant {
    padding: 62px 8px 310px;
    background-image: url(../img/bannner-mobile.png);

    border-radius: 14px;
    border: none;
  }
  .banner__contant h2 {
    color: #fff;

    font-family: Sora;
    font-size: 27.224px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
  }
  .banner__contant .main__btn {
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
  }

  .banner__contant .main__btn button {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .banner-item__image {
    right: -20px;
  }
  .info {
    padding: 0 8px;
    margin-top: 40px;
  }
  .info h2 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    text-transform: uppercase;
  }
  .info p {
    font-size: 14px;
  }

  .info.page__promo {
    padding: 0 8px;
  }
  .provider-card {
    justify-content: center;
  }

  .main__btn {
    margin-bottom: 25px;
  }

  .faq {
    padding: 0 8px;
  }

  .faq__question {
    padding: 16px;
  }

  .faq__answer {
    padding: 0 16px;
  }

  .faq__item.active .faq__answer {
    padding: 0 20px 16px 20px;
  }

  .faq__answer p {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-promo {
    height: 130px;
    margin: 63px auto 20px;
    width: 100%;
    max-width: 100%;
  }
  .page__promo h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .page__promo p {
    margin-bottom: 25px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .faq h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6px;
  }
  .faq__question {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
  }
  .faq__answer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .box__game {
    padding: 0 8px 40px;
  }
}

@media screen and (max-width: 380px) {
  .site-logo.mobile-on {
    margin-left: 44px;
  }
  .site-navbar {
    padding: 8px 8px;
  }
}
