@media (max-width: 1600px) {
  .table__gameSlot {
    width: 100%;
  }
  .table__game.table__gameSlot thead {
    width: 100%;
    max-width: 980px;
  }
  .table__gameSlot thead tr th,
  .table__gameSlot tbody tr td {
    min-width: 100%;
  }
  .table__game thead tr th,
  .table__game tbody tr td {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1581px) {
  .article__backgrounds {
    height: auto;
  }
}

@media screen and (max-width: 1527px) {
  .decor__background-bonus2 {
    top: 400px;
  }
  .ratings__list li {
    padding: 12px;
  }
  .main__arrow {
    right: 32px;
  }
  .content.menu-review__content {
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 1572px) {
  .article__specifications .image__specif::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }

  .article__specifications .list {
    z-index: 1;
  }
}
@media screen and (max-width: 1488px) {
  .bonuses__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1475px) {
  .hero .background img {
    object-position: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .decor__background-bonus2 {
    top: 272px;
  }
}
@media screen and (max-width: 1440px) {
  .sidebar-left {
    display: none;
  }

  .header__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .menu-review__content {
    display: block;
    padding: 0;

    background: #ffffff;
  }

  .menu-review-desk {
    padding: 16px;
  }

  .menu-review__content > .menu-review__list.active {
    display: block;
  }
  .main__wrap {
    padding: 100px 20px 20px 20px;
  }
  .main__wrap-page {
    padding: 20px;
  }

  .content__wrapper {
    flex: 1 1 100%;
    margin: auto 20px 0 0;
  }

  .content__wrapper .content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .sidebar-left-page {
    display: block;
    margin-right: 20px;
  }

  .menu-review__content-page {
    display: none;
  }
  .bonuses__img img {
    width: 100%;
  }

  .content__wrapper-page {
    margin-right: 0;
  }

  .content.menu-review__content.content-page {
    margin: 0;
  }
}
@media screen and (max-width: 1440px) {
  .banner__logo {
    margin: 0 0 0 280px;
  }
}

@media screen and (max-width: 1340px) {
  .header__wrap-nav {
    margin-right: auto;
  }

  .header__app span:nth-child(3n) {
    display: none;
  }
  .logo {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1309px) {
  .decor__background-bonus2 {
    top: 400px;
  }
}

@media screen and (max-width: 1281px) {
  .header__btn-menu.active {
    background: #004147;
  }
}

@media screen and (max-width: 1270px) {
  .article__backgrounds {
    display: none;
  }

  .article__background {
    display: block;
  }

  .background-image img {
    box-shadow: none;
  }

  .background-image {
    flex: 0 1 100%;
  }

  .background__features::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
  }
}

@media screen and (max-width: 1235px) {
  .article .image__level::after {
    background: rgba(0, 0, 0, 0.7);
  }
  .article .image__casino::after {
    background: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 1211px) {
  .header__btn-menu {
    display: none;
  }
  .hero__data {
    padding: 20px;
    border-radius: 10px;
  }

  .hero .background img {
    object-position: 100%;
  }
}

@media screen and (max-width: 1211px) {
  .header__btn-menu svg {
    display: block;
    margin: 0;
  }
  .header__btn-menu svg rect {
    transform-origin: 50% 50%;
    transition: all 0.5s;
  }
  .header__btn-menu.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(225deg);
  }

  .header__btn-menu.active svg rect:nth-child(3) {
    opacity: 0;
  }

  .header__btn-menu.active svg rect:nth-child(2) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(135deg);
  }
  .header__menu {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #004147;

    text-align: center;
    z-index: 100;
    transition:
      height 0.5s ease,
      opacity 0.5s ease;
    opacity: 0;
    padding: 20px 50px;
    overflow-y: auto;
    display: block;
  }

  .header__menu.active {
    display: block;
    height: 100vh;
    opacity: 1;
  }

  .header {
    z-index: 101;
  }
  .header__menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 16px;
    gap: 5px;
    background: none;
  }

  .header__menu ul li {
    font-size: 15px;
    white-space: nowrap;
    padding: 5px;
  }

  .header__menu ul li + li {
    margin-top: 5px;
  }

  .menu ul li:not(:last-child) {
    margin-right: 0;
  }

  .logo {
    margin-right: auto;
  }

  .header__menu-list li a {
    padding: 0;
  }
  .header__menu-list li:last-child a {
    padding-right: 0;
  }
  .header__menu-list li:last-child a::after,
  .header__menu-wrapper {
    display: none;
  }
  .header__menu-list .header__menu-item {
    display: block;
  }
}
@media screen and (max-width: 1192px) {
  .decor__background-user1 {
    display: none;
  }

  .article .article__download-user p {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  .banner__logo {
    margin: 0 0 0 200px;
  }
}
@media screen and (max-width: 1189px) {
  .ratings__list li {
    padding: 16px;
  }
  .background-decor2 {
    right: 29px;
  }
}

@media screen and (max-width: 1166px) {
  .ratings__img img {
    width: 28px;
    height: 28px;
  }

  .image-account::after,
  .article__specifications
    .image__specif::after.article__user
    .image__statistics::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .article__user .image__statistics::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
  }

  .decor__background-bonuses {
    display: none;
  }

  .article__content > p {
    width: 100%;
  }

  .decor__background-user {
    top: 0;
    right: 0;
  }

  .image__statistics .background img {
    object-fit: cover;
    object-position: 100%;
  }

  .table__gameSlot thead tr th,
  .table__gameSlot tbody tr td {
    min-width: 100%;
  }
}
@media screen and (max-width: 1150px) {
  .decor__background-img8 {
    top: 0;
  }
  .article__download-casino > p {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .content__wrapper {
    flex: 1 1 100%;
    margin-right: 0;
    max-width: 100%;
  }
  .sidebar-right {
    display: none;
  }

  .background__tournaments img {
    object-position: 79%;
  }
}
@media screen and (max-width: 1076px) {
  .hero__wrapper {
    padding-left: 20px;
  }

  .hero__wrapper-main {
    padding-left: 0;
  }

  .background-page img {
    object-position: 80%;
  }

  .hero__data-bonus {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1020px) {
  .banner__logo {
    margin: 0 0 0 123px;
  }
}
@media screen and (max-width: 986px) {
  .sidebar-left-page {
    display: none;
  }

  .menu-review__content-page {
    display: block;
  }
  .title.bonuses__title {
    width: 100%;
  }

  .content__wrapper-page {
    margin-right: 0;
  }
  .main__wrap-page {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .image__bonuses .background-image::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }

  .background-sport img {
    object-position: 100%;
  }
.features__table.table-one table,
  .table__gameSlot {
    width: 120%;
  }

  .table__gameSlot thead tr th,
  .table__gameSlot tbody tr td {
    min-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .bonuses__item {
    height: auto;
    max-height: none;
  }
  .bonuses__buttons {
    justify-content: center;
  }

  .bonuses__desc p {
    text-align: center;
  }
}
@media screen and (max-width: 919px) {
  .block-white.img.bonus2 > div:not(.bonus-img) {
    max-width: 100%;
}
.block-white.img.bonus2 > .bonus-img {
    max-width: 100%;
}
  .image__casino > p {
    width: 100%;
  }
  .article .image__casino::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .article-block {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .article-block .article-block__img,
  .article-block .article-block__img img {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .content-block {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .content-block div {
    width: 100%;
  }
  .block-white.img {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .block-white.img div img,
  .block-white.img div {
    width: 100%;
  }
  .table__wrapper.bottom::before {
    right: -87px;
  }
  .main__arrow {
    right: 0;
  }
}
@media screen and (max-width: 896px) {
  .registration__box {
    width: 60%;
    padding: 16px;
  }

  .registration .background img {
    object-position: 69%;
  }

  .background__features::after {
    background: rgba(0, 0, 0, 0.6);
  }
  .live ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 870px) {
  .background-decorApp img {
    opacity: 0.3;
  }

  .article__download {
    backdrop-filter: blur(4px);
    z-index: 0;
  }

  .imageBox > ul,
  .imageBox > p {
    width: 100%;
  }

  .imageBox > * {
    color: #031d20;
    z-index: 1;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 840px) {
  .ratings__content {
    flex-direction: column;
  }

  .image__casinos ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .article__box {
    flex-direction: column;
  }
}
@media screen and (max-width: 825px) {
  .rating__table img {
    width: 26px;
    height: 26px;
  }
  .rating__table img + img {
    margin-left: 2px;
  }

  .table tr td:nth-child(1) {
    flex: 0 0 200px;
  }

  .decor__background-bonus2 {
    display: none;
  }

  .article__deposit p:last-of-type,
  .article .list.list__deposit li {
    width: 100%;
  }

  .decor__background-play {
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  .image.bettings{
  position: relative;
}

.image.bettings .background-image{
  position: absolute;
  inset: 0;
  z-index: 0;
}


.image.bettings .background-image::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); 
  z-index: 1;
  pointer-events: none;
}

.image.bettings .background-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 99%;
  display: block;
}
.image.bettings ul{
  position: relative;
  z-index: 2;
}

  .image.bettings .background-image img {
    object-position: 99%;
  }
  .background-image img {
    object-position: 65%;
  }
}
@media screen and (max-width: 850px) {
  .bonuses__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .bonuses__item {
    flex-direction: column;
  }
  .bonuses__img {
    max-width: 100%;
  }

  .bonuses__item:nth-child(even) {
    flex-direction: column;
  }
  .table__wrapper.bottom::before {
    right: 0;
  }
  .table__wrapper.bottom::before {
    height: 150px;
  }
  .features__table.ratings__table {
    width: 100%;
  }
  .features__table.ratings__table td {
    min-width: 216px;
  }
  .block-white.img.bonus{
    display: flex;
  }
}
@media screen and (max-width: 830px) {
  .features__tables {
    display: none;
  }

  .features__content {
    display: flex;
  }

  .content__wrapp {
    flex-direction: column;
    gap: 20px;
    background: none;
  }

  .features__list-pre,
  .features__item {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 821px) {
  .features__info {
    width: 100%;
  }
  .features__list {
    flex-direction: column;
    width: 100%;
  }

  .image__wrap {
    flex-direction: column;
  }
  .article .navigation__list li:nth-child(even) .image__wrap {
    flex-direction: column;
  }

  .navigation__img img {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .features {
    display: block;
  }

  .banner__title {
    font-size: 28px;
  }

  .main__wrap {
    padding: 100px 10px 20px 10px;
  }

  .main__wrap-page {
    padding: 20px 10px;
  }
  .table__features tbody tr,
  .table__features thead tr {
    display: table;
    width: 100%;
  }

  .table__gameSlot {
    width: 136%;
  }
  .block-white .image {
    padding-right: 10px;
}
}

@media screen and (max-width: 774px) {
  .header__button-menu > .button__login-menu {
    display: inline-block;
    background: #185a61;
    min-width: 114px;
    margin: 0;
  }

  .image__casinos ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-account p,
  .list-account {
    width: 100%;
  }

  .button__login-menu:hover {
    background: #2e9344;
  }

  .menu .button__singup {
    display: none;
  }

  .header__button {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ratings__list li {
    width: 100%;
  }

  .bonus__list {
    flex-direction: column;
  }
  .article .bonus__list li {
    width: 100%;
  }

  .ratings__button {
    margin-left: auto;
  }

  .article .article__download .image__cashback .background img {
    object-position: 10%;
  }

  .hero__title {
    font-size: 28px;
  }

  .banner__title {
    font-size: 24px;
  }
  .background-decor {
    top: 50px;

    height: auto;
  }

  .review__title,
  .ratings__title,
  .faq__title {
    font-size: 28px;
  }
  .table__game {
    width: 150%;
  }
  .table__features tbody tr,
  .table__features thead tr {
    display: table;
  }
  .table__feature,
  .features__tableDeposit,
  .ratings__table {
    width: 130%;
  }
  .table__wrapper {
    overflow-x: auto;
    max-width: 100%;
  }
  .table__game thead tr th,
  .table__game tbody tr td {
    min-width: 100%;
  }

  .banner__btn-main {
    justify-content: center;
  }

  .table__game thead tr {
    border-bottom: none;
  }

  .table__features thead {
    display: table-header-group;
    width: 100%;
  }
  .table__features thead tr th:nth-child(1),
  .table__features tbody tr td:nth-child(1),
  .features__tableDeposit td:first-child,
  .features__tableDeposit th:first-child,
  .ratings__table td:nth-child(1),
  .ratings__table td:nth-child(2),
  .ratings__table th:nth-child(1),
  .ratings__table th:nth-child(2) {
    min-width: 180px;
  }
  .table__features thead tr th:nth-child(2),
  .table__features thead tr th:nth-child(3),
  .table__features tbody tr td:nth-child(2),
  .table__features tbody tr td:nth-child(3),
  .features__tableDeposit td:last-child,
  .features__tableDeposit th:last-child {
    min-width: 320px;
  }
}

@media screen and (max-width: 748px) {
  .features__content {
    flex-direction: column;
  }

  .features__wrap,
  .banner {
    width: 100%;
  }
.block-white.bonus7::before {
    width: 441px;
  }
  .banner__backgroud img {
    object-position: unset;
  }

  .banner__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(5 65 70 / 69%);
    margin-left: auto;
    margin-right: auto;
  }
  .banner {
    min-height: 285px;
  }
  .content.article.content-bg::after {
    height: 278px;
  }
  .decor__background-user {
    display: none;
  }
  .table__wrapper.bottom::before {
    right: 0;
  }
  .table__wrapper.bottom::before {
    height: 150px;
  }
  .features__table.ratings__table {
    width: 100%;
  }
  .features__table.ratings__table td {
    min-width: 216px;
  }
}

@media screen and (max-width: 732px) {
  .button__login {
    display: none;
  }

  .decor__background-play {
    display: none;
  }

  .article__specifications .image__specific::after,
  .article__specifications .image__specifications::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
  }

  .article__specifications .image__specifications::after {
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 713px) {
  .background img {
    object-position: 79%;
  }

  .image__bonuses .background-imageLast img {
    object-position: 100%;
  }
  .background__prog img,
  .background__prom img {
    object-position: 10%;
  }
.content.banner.banner__buttons.app .banner__btn-main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
  .background__system img {
    object-position: 30%;
  }
  .content__wrapp.pros {
    flex-direction: column;
    gap: 20px;
  }
  .features__item,
  .features__list-pre {
    border-radius: 12px;
  }
  .features__item h2,
  .features__list-pre h2,
  .features__item h3,
  .features__list-pre h3 {
    border-radius: 12px 12px 0 0;
  }
  .features__list.features__item ul li:nth-child(3),
  .features__list.features__item ul li:nth-child(4),
  .features__list.features__item ul li:nth-child(5) {
    display: none;
  }
  .banner__backgroud img,
  .background-benefis img {
    object-position: 48%;
  }

  .background-loyalty img {
    object-position: 50%;
  }

  .hero {
    padding: 20px;
  }

  .hero__data {
    background: rgb(5 65 70 / 69%);
    padding: 20px;
    border-radius: 10px;
  }
  .header__content {
    padding: 30px 15px;
  }

  .background-image::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
  }

  .article .list,
  .image__bonuses > p,
  .image__bonuses > ul {
    width: 100%;
  }
  .article .list {
    z-index: 1;
  }
  .background-decor {
    z-index: 0;
    opacity: 0.5;
  }
  .background-decor img {
    object-fit: cover;
  }
}
@media screen and (max-width: 713px) {
  .hero__wrapper-page {
    padding: 20px;
  }

  .background-page img {
    object-position: 70%;
  }

  .hero__list li::before {
    width: 40px;
    height: 40px;
  }

  .hero__list {
    gap: 12px;
  }

  .button__wrap-app {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 712px) {
  .banner__app {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 694px) {
  .banner__content-app {
    flex-direction: column;
    gap: 20px;
  }
  .banner__logo {
    margin: 0;
    flex: 0;
  }
  .banner__app {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 687px) {
  .rating__table img {
    width: 22px;
    margin: 0;
  }

  .rating__table tr {
    padding: 16px;
  }
}

@media screen and (max-width: 665px) {
  .casino ul {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 664px) {
  .menu .button__singup {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
  }

  .banner__info {
    border-radius: 10px;
  }

  .rating__table tr {
    flex-direction: column;
    gap: 8px;
  }
  .table td {
    justify-content: center;
  }
  .table tr td:nth-child(1),
  .table tr td:nth-child(3) {
    flex: 0;
  }
  .table tr td:nth-child(3) {
    margin-left: 0;
  }

  .header__menu .header__button-menu {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
  }

  .header__menu .button__menu {
    display: inline-block;
    min-width: 176px;
    background: #2e9344;
    margin-top: 20px;
  }

  .review ul li {
    flex: 1 1 100%;
  }

  .list__bonus {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  table {
    flex-direction: column;
  }
  .features__table.table-one table{
        width: 150%;
    }
  .image.bettings .background-image::before {
        background: transparent;
    }
  .about__group {
    width: 100%;
  }

  .background-image::after,
  .image__bonuses .background-image::after {
    background: rgba(0, 0, 0, 0.5);
  }
  .about__group + .about__group {
    margin-left: 0;
    margin-top: 8px;
  }

  .hero__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 624px) {
  .table__gamees {
    width: 150%;
  }
}
@media screen and (max-width: 606px) {
  h2,
  .title.high {
    width: auto;
  }
  .banner {
    padding: 20px;
    justify-content: center;
  }
  .table__wrapper.bottom::before {
    height: 111px;
  }
  .features__table.ratings__table td:last-child {
    min-width: 60px;
  }
  .table__game {
    width: 170%;
  }
  .ratings__list li p {
    flex: 0 0 180px;
  }

  .article__grab .list__grab li {
    width: 100%;
  }

  .list__grab {
    flex-direction: column;
  }

  .article__download-sports ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .content.banner.banner__buttons.app .banner__info {
    max-width: 235px;
    margin-left: 40px;
    padding: 0;
    background: transparent;
}
.article ol li::before {
    left: 10px;
}
.article ol li {
    padding-left: 49px;
}
}
@media screen and (max-width: 600px) {
      .block-white.bonus7::before {
        width: 383px;
    }
  .features__table {
    width: 100%;
    overflow-x: auto;

    border-radius: 12px;
  }
  .hero {
    min-height: 263px;
  }
  .menu__review-content {
    padding: 12px 15px;
  }
  .features__tables tr th img,
  .features__list-pre img,
  .features__item img {
    width: 13px;
    height: 13px;
  }
  .article ul li::before {
    width: 13px;
    height: 13px;
    left: 15px;
  }
  .article .image ul li::before {
        left: 0;
    }
  .article ul li {
    padding-left: 37px !important;
  }
    .features__list-pre h2,
  .features__item h2 ,
  .features__list-pre h3,
  .features__item h3 {
    padding: 7px 15px;
  }
  .features__table td,
  .features__table th {
    padding: 12px 10px 12px 15px;
  }
  .banner {
    min-height: 205px;
  }
  .article .list.list-white li {
    padding: 7px 18px 7px 38px !important;
  }
  .block-white.img.block-green,
  .block-white {
    padding: 10px;
  }
  .features__list ul li {
    min-height: 35px;
  }
  .block-white p {
    margin-top: 16px;
  }
  .block-white.img {
    gap: 16px;
  }
  h3,
  title.medium {
    line-height: 119%;
  }
  h2,
  .title.high {
    padding: 4px 8px;
  }
  .ratings__table,
  .features__tableDeposit {
    width: 130%;
  }
  .ratings__table {
    width: 150%;
  }
.features__table.table-one table {
        width: 183%;
    }
  .features__table table {
    /* overflow: auto;
    max-width: 100%;
    width: 100%; */
    border: none;
  }

  .features__table table::-webkit-scrollbar {
    height: 1px;
  }
  .features__table table::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
  }

  .features__table table::-webkit-scrollbar-thumb {
    background: #9e9ea8;
  }

  .features__table table tbody,
  .features__table table thead {
    width: auto;
  }
  .review__title,
  .ratings__title,
  .faq__title {
    font-size: 24px;
    line-height: 32px;
    white-space: wrap;
  }
  .hero__title {
    font-size: 24px;
  }

  .banner__info {
    width: 100%;
  }
  .content-block div h3 {
    gap: 16px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
  }
  .review__wrapper {
    padding: 15px;
  }
  .review__wrapp {
    gap: 7px;
  }
  .review__cards {
    margin-bottom: 10px;
  }
  .content.article.content-bg::after {
    height: 180px;
  }
  .block-white .image {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 592px) {
  .button__singup {
    display: none;
  }
}
@media screen and (max-width: 598px) {
  .hero__list {
    gap: 12px;
    flex-wrap: wrap;
  }
  .live ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .registration .background img {
    object-position: 80%;
  }
  .registration__box {
    width: 100%;
  }

  .registration {
    padding: 16px;
  }

  .article .article__download .image__cashback .background img {
    object-position: 30%;
  }
}
@media screen and (max-width: 576px) {
  .button__wrap-app {
    flex-direction: column;
    align-items: center;
  }
  h2::after {
    width: 100%;
    padding: 1px;
  }
}
@media screen and (max-width: 563px) {
  .table__game {
    width: 223%;
  }
  .features__table.ratings__table {
    width: 120%;
  }
  .table__wrapper.bottom::before {
    height: 147px;
    right: -104px;
  }
}

@media screen and (max-width: 561px) {
  .banner__info {
    min-width: 0;
  }
  .ratings__list,
  .image__casinos ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .image__system .background img {
    object-position: 60%;
  }

  .image__statistics .background img {
    object-position: 90%;
  }
}
@media screen and (max-width: 560px) {
  .main.home {
    display: block;
  }
}
@media screen and (max-width: 649px) {
  .bonuses__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .article .article__download .image__cashback {
    flex-direction: column;
    gap: 16px;
  }

  .article .article__download .image__cashback .list {
    width: 100%;
  }
}
@media screen and (max-width: 523px) {
  .banner__background-app img {
    object-position: 60%;
  }
}
@media screen and (max-width: 530px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 517px) {
  .banner__info .banner__title {
    font-size: 28px;
  }

  .banner__info {
    padding: 12px;
  }
}
@media screen and (max-width: 509px) {
      .block-white.bonus7::before {
        width: 285px;
    }
  .banner__info {
    text-align: center;
  }
  .table__wrapper.bottom::before {
    height: 144px;
  }
  .banner__info .banner__title {
    display: block;
    text-align: center;
  }

  .table tr td:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
  }

  .banner .banner__background-2nd img {
    object-position: 80%;
  }
  .ratings__info {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .ratings__list li p,
  .ratings__data {
    flex: 0;
  }
  .article ul li {
        padding-left: 25px !important;
    }
    .article .features__list ul li  {
          padding-left: 38px !important;
    }
}
@media screen and (max-width: 480px) {
  .hero__wrapper {
    position: relative;
    max-width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .table__wrapper.bottom::before {
    height: 92px;
  }
  .footer__wrapp {
    flex-direction: column;
    gap: 20px;
  }

  .banner__info .banner__title {
    font-size: 26px;
  }

  .footer__text {
    margin-right: 0;
  }

  .hero__img {
    position: absolute;
    opacity: 0.5;
  }

  .hero__title {
    z-index: 1;
  }

  .hero__button {
    z-index: 1;
  }
  .background-loyalty img {
    object-position: 55%;
  }

  .header__logo {
    margin-right: auto;
  }

  .ratings__img img {
    width: 24px;
    height: 24px;
  }

  .hero {
    padding: 15px;
  }

  .features__content .features__list ul li,
  .article .article__box li {
    padding: 10px 10px 10px 40px;
  }

  .features__content .features__list ul li::before,
  .article .article__box li::before {
    left: 10px;
  }

  .background-sport1 img {
    object-position: 70%;
  }

  .article__download {
    padding: 10px;
  }

  .ratings__table td:nth-child(3),
  .ratings__table th:nth-child(3) {
    min-width: 320px;
  }
  .background__prom img {
    object-position: 30%;
  }
  .footer__menu {
    justify-content: space-between;
  }

  .footer__information {
    display: flex;
    flex-wrap: wrap;
  }

  .footer__information li {
    margin-left: 24px;
    margin-top: 24px;
  }
  .features__table.ratings__table {
    width: 120%;
  }
  .table__wrapper.bottom::before {
    height: 111px;
    right: -104px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 468px) {
  .header__flag {
    margin-right: 0;
  }

  .title.bonuses__title {
    font-size: 28px;
  }

  .hero__data,
  .hero__title {
    text-align: center;
  }

  .hero__rating {
    justify-content: center;
  }

  .banner__info .banner__title {
    line-height: 28px;
  }

  .hero__data p,
  .hero__data .hero__span {
    text-align: center;
  }
  .hero__data .hero__span {
    margin-left: 0;
  }
}
@media screen and (max-width: 468px) {
  .breadcrumbs {
    justify-content: center;
  }
}
@media screen and (max-width: 447px) {
  .table tr td:nth-child(1) {
    font-weight: 700;
  }
  .main__wrap {
    padding: 90px 10px 10px 10px;
  }

  .banner {
    padding: 10px;
  }

  .banner .banner__title-main {
    font-size: 26px;
  }

  .article .list-account li {
    padding-left: 30px;
  }
  .article .list-account li::before {
    left: 0;
  }

  .image__casino .background img {
    object-position: 59%;
  }

  .article__tournaments .background img {
    object-position: 69%;
  }
}
@media screen and (max-width: 442px) {
  .footer__menu {
    display: block;
    text-align: center;
  }
  .footer__menu li {
    text-align: center;
    padding-left: 0;
  }
  .footer__menu .footer__info li::before {
    display: none;
  }

  .article .article__download .image__cash .background img {
    object-position: 70%;
  }

  .article .bonus__list li {
    padding: 10px;
  }
}
@media screen and (max-width: 440px) {
  .footer__menu > li:not(:last-child) {
    margin-bottom: 16px;
  }

  .banner__info .banner__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 440px) {
      .block-white.bonus7::before {
        width: 241px;
    }
  .banner__info .banner__title {
    font-size: 20px;
  }

  .banner__button {
    min-width: 220px;
  }

  .article .navigation__list li {
    padding: 10px;
  }

  .content__wrapper .content {
    padding: 15px;
  }
  .content.menu-review__content {
    padding: 0;
  }

  .article .image {
    padding: 10px;
  }

  .banner__info .banner__title span {
    font-size: 15px;
    margin-top: 12px;
  }

  .banner__btn-main {
    justify-content: center;
  }

  .features__table-main td:first-child {
    width: 40%;
  }

  .features__table-main table {
    min-width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .header__time::before {
    display: none;
  }
  .features__table.ratings__table td {
    min-width: 181px;
  }
  .features__table.ratings__table {
    width: 135%;
  }
  .table__wrapper.bottom::before {
    height: 111px;
    right: -126px;
  }
  .header__time {
    padding-left: 0;
    margin-left: 0;
  }

  .header__language {
    margin-left: 8px;
  }
  .background__system img {
    object-position: 40%;
  }
}
@media screen and (max-width: 395px) {
  .hero__data {
    padding: 16px;
  }

  .hero .background img {
    object-position: 90%;
  }

  .background-benefis img {
    object-position: 40%;
  }
  .background-sport img {
    object-position: 80%;
  }

  .background-sport1 img {
    object-position: 70%;
  }
}
@media screen and (max-width: 387px) {
  .hero__data {
    padding: 13px;
  }
}
@media screen and (max-width: 385px) {
  .footer__wrapp {
    flex-direction: column;
    gap: 12px;
  }
  .footer__text {
    margin-right: 0;
  }

  .main__arrow {
    opacity: 0.7;
  }

  .review__wrapp img {
    width: 18px;
    height: auto;
  }
}
@media screen and (max-width: 370px) {
  h2,
  .title.high {
    font-size: 22px;
  }

  .header__app {
    display: none;
  }

  .logo {
    max-width: 90px;
  }

  .article__logo {
    max-width: 100%;
  }

  .ratings__img img {
    width: 20px;
    height: 20px;
  }

  .header__time::before {
    display: none;
  }
  .hero__button {
    min-width: 220px;
  }
  .ratings__wrap {
    white-space: nowrap;
  }

  .article .banner__btn {
    min-width: 220px;
  }

  .decor__background-img8 img {
    position: relative;
    bottom: -80px;
  }
}
@media screen and (max-width: 368px) {
  .banner__info .banner__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .banner__info .banner__subtitle {
    font-size: 14px;
  }

  .banner__info .banner__title span {
    font-size: 13px;
  }

  .banner__info {
    bottom: 0;
  }
}

@media screen and (max-width: 355px) {
  .bonuses__buttons {
    flex-wrap: wrap;
  }

  .rating__table img {
    width: 18px;
  }

  .rating__table tr td:nth-child(1) {
    width: 100%;
  }
  .casino ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 426px) {
  .banner__app {
    justify-content: center;
  }

  .decor__background-features {
    top: 400px;
  }

  .background-requirement img,
  .image__sport img {
    object-position: 70%;
  }
}
@media(max-width:400px){
      .block-white.bonus7::before {
        width: 196px;
        height: 255px;
        top: 109px;
    }
    .content-block div {

    padding: 20px 10px;
  }
}