@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) {
    .footer__container {
        margin-left: 0px;
    }
  .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: 20px;
    height: 20px;
  }

  .activity-table__coin-icon {
    width: 16px;
    height: 16px;
  }

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

  .footer {
    padding: 32px 16px;
  }

  .footer__container {
    padding: 0 16px;
  }

  .footer__body {
    flex-direction: column;
    gap: 0;
    padding: 32px 0;
  }

  .footer__column--company {
    border-right: none;
    padding-right: 0;
    gap: 0;
    order: 1;
  }

  .footer__header {
    margin-bottom: 0;
    order: 1;
  }

  .footer__columns {
    order: 2;
    margin-bottom: 32px;
  }

  .footer__legal {
    gap: 14px;
    order: 3;
    margin-top: 24px;
  }

  .footer__legal p {
    font-size: 10px;
    line-height: 14px;
  }

  .footer__gaming-curacao {
    order: 5;
    margin-top: 0;
    align-self: flex-end;
  }

  .footer__responsible {
    order: 4;
    margin-top: 20px;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .footer__responsible-content {
    gap: 0;
    flex: 1;
  }

  .footer__responsible-content p {
    font-size: 10px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1px;
  }

  .footer__begambleaware-img {
    width: 134px;
    height: 17px;
    margin-top: 0;
  }

  .footer__social-section {
    order: 6;
    margin-top: 20px;
  }

  .footer__age-icon {
    width: 52px;
    height: 52px;
  }
  .logo-side-bar {
    height: 136.959px;
    margin: 0;
  }
  .main__banner {
    height: 328px;
  }

  .footer__columns {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    order: 2;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .info h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .footer__column-left {
    flex: 0 0 auto;
    gap: 0;
  }

  .footer__column--games {
    padding-top: 17px;
    padding-right: 0;
    padding-bottom: 0;
    gap: 14px;
  }

  .footer__column--features {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    gap: 14px;
  }

  .footer__column--info {
    flex: 1;
    padding-top: 17px;
    padding-left: 0;
    gap: 14px;
  }

  .footer__heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .footer__links {
    gap: 8px;
  }

  .footer__links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 20px 0;
  }

  .footer__btc-rate {
    order: -1;
  }

  .footer__copyright {
    text-align: left;
  }
}

/* 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;
  }
  .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-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-logo.mobile-on img {
    width: 32px;
    height: 32px;
  }
  .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) {
  .menu-logo {
    transform: translate(23px, -2px);
  }
  .logo-side {
    padding: 0px;
    justify-content: center;
  }
  body.sb-small .logo-side {
    margin: -61px -9px;
  }
  .sb-toggle {
    top: 7px;
  }
  .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: 15px;
  }
  .hero__slide h4 {
    font-size: 11.475px;
    font-style: normal;
    font-weight: 700;
    line-height: 13.77px;
  }
  .hero__slide h4 strong {
    font-size: 18.361px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.508px;
  }
  .hero__slide .bonus-hero {
    font-size: 11.475px;
    font-style: normal;
    font-weight: 500;
    line-height: 11.475px;
  }

  .hero__controls {
    margin-top: 0;
  }

  .main-btn button {
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }
  /*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;
  }

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

    justify-content: space-between;
    gap: 6px;
  }
  .kcats__card {
    padding: 6px 16px;
  }
  .kcats__card span {
    font-size: 14px;
    font-weight: 500;
  }
  .kcats__slider {
    position: relative;
  }
  .kcats__card.sport-btn {
    width: 44px;
  }

  .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) {
  .info {
    padding: 0 8px;
  }
  .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;
  }
}

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