@media screen and (max-width: 1440px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-wrapper {
    padding-left: 0;
    padding-right: 20px;
    max-width: 100%;
  }

  .prime {
    margin-right: -20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .top {
    margin-right: 20px;
  }

  .banner-mob .banner__image {
    right: 30px;
  }

  .smartphones__table table td,
  .smartphones__table table th {
    padding: 12px 10px;
  }
}

@media screen and (max-width: 1260px) {
  .header__logo {
    margin-right: 32px;
  }

  .prime__wrap {
    padding: 16px;
    background: rgba(31, 32, 56, 0.5);
  }

  .table td,
  table td,
  .table th,
  table th {
    padding: 12px;
  }

  .banner {
    padding: 48px;
  }

  .banner__wrap {
    padding: 20px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: rgba(31, 32, 56, 0.5);
  }
}

@media screen and (max-width: 1160px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header > * {
    margin-bottom: 0;
  }
  .header__button {
    margin-bottom: 0;
  }

  .menu li + li {
    margin: 0 0 0 20px;
  }

  .sidebar {
    display: none;
  }
  .main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .main-wrapper {
    padding-left: 20px;
  }

  .main__navigation {
    display: block;
    padding: 20px;
  }

  .navigation__head {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .accordion--js.active + ul {
    margin-top: 24px;
  }

  .prime {
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .header {
    height: 67px;
  }
  .header__logo {
    margin-right: auto;
  }

  .header__button-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: unset !important;
    padding: 11px;
    margin: 0 0 0 8px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #fff;
  }

  .header__button-menu svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .header__button-menu.active ~ .header__menu {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu.active svg,
  .header__button-menu:hover svg {
    fill: #fff;
  }

  .header__button-menu.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .header__button-menu.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -ms-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .header__button-menu.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    max-height: -webkit-calc(100vh - 67px);
    max-height: calc(100vh - 67px);
    overflow: auto;
    text-align: center;
    background: #0b0c21;
    opacity: 0;
    padding: 10px 32px 90px 32px;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }

  .header__menu ul {
    display: block;
    max-width: 320px;
  }

  .header__menu ul:last-child {
    display: block;
  }

  .header__menu > * {
    margin: 24px auto 0 auto !important;
  }

  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
    background-color: transparent;
  }
  .menu li > a {
    width: 100%;
    text-align: center;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
  }
  .menu li > a:hover {
    border-color: #ffd400;
  }
  .menu li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu li + li {
    margin: 10px 0 0 0;
  }
  .menu li::after {
    margin: 5px 0;
  }
}

@media screen and (max-width: 900px) {
  .header,
  .main-wrapper,
  .cover {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top {
    right: 16px;
  }

  .table {
    padding-right: 20px;
    padding-bottom: 16px;
    margin-right: -20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ffc700 transparent;
  }

  .table::-webkit-scrollbar {
    height: 2px;
    width: 2px;
  }

  .table::-webkit-scrollbar-track {
    background: transparent;
  }

  .table::-webkit-scrollbar-thumb {
    background-color: #ffc700;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .table table {
    width: 1050px;
  }

  .info__table tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .footer__section {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    text-align: center;
  }

  h2 {
    font-size: 22px;
  }

  .header__buttons {
    background: rgba(4, 5, 21, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .header__buttons .header__button {
    padding: 14px 20px;
    margin: 0;
    min-width: 120px;
  }

  .header__menu .header__button-mob {
    display: block;
    max-width: 320px;
  }

  .prime {
    padding: 32px 20px;
  }

  .prime__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(31, 32, 56, 0.75);
  }

  .prime__image {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: 100%;
  }

  .breadcrumbs {
    text-align: center;
  }

  .banner {
    padding: 20px;
  }

  .banner__background img {
    opacity: 0.7;
  }

  .top {
    bottom: 80px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .bonuses-overview-wrap__list > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .bonuses-overview-wrap__image {
    right: -100px;
  }

  .bonuses-overview-wrap__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 605px) {
  .table table {
    width: 800px;
  }

  .prime {
    min-height: 380px;
  }

  .info__table {
    padding-right: 20px;
    padding-bottom: 16px;
    margin-right: -20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #ffc700 transparent;
  }

  .info__table::-webkit-scrollbar {
    height: 2px;
    width: 2px;
  }

  .info__table::-webkit-scrollbar-track {
    background: transparent;
  }

  .info__table::-webkit-scrollbar-thumb {
    background-color: #ffc700;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .info__table table {
    width: 720px;
  }

  .info__table tr {
    gap: 0 8px;
  }

  .info__table th,
  .info__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }

  .faq-item__title {
    font-size: 16px;
  }

  .reviews__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .footer__countries {
    gap: 12px;
  }
}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 26px;
    line-height: 1.35;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .block,
  article {
    padding: 16px 12px;
  }

  .table {
    padding-right: 12px;
    margin-right: -12px;
    width: -webkit-calc(100% + 12px);
    width: calc(100% + 12px);
  }

  .wrap {
    padding: 16px;
  }

  .prime {
    margin-right: -16px;
    margin-left: -16px;
    width: -webkit-calc(100% + 16px * 2);
    width: calc(100% + 16px * 2);
  }

  .prime__button {
    min-width: 100%;
  }

  .breadcrumbs > li {
    font-size: 14px;
  }

  .info__table {
    padding-right: 12px;
    margin-right: -12px;
    width: -webkit-calc(100% + 12px);
    width: calc(100% + 12px);
  }

  .footer__countries {
    gap: 8px;
  }

  .footer__countries li {
    padding: 0 8px;
    gap: 0 6px;
  }

  .footer__countries .icon {
    padding: 8px 0;
    width: 20px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }

  .footer__countries .text {
    padding: 8px 0;
    font-size: 12px;
    line-height: 20px;
  }

  .footer__nav {
    padding: 2px 12px;
    gap: 8px;
  }

  .footer__nav a {
    line-height: 20px;
  }

  .steps__table-check table,
  .promo__table table,
  .top-games__table table {
    width: 600px;
  }

  .steps__table-check tr > *:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }

  .bonuses-overview-wrap__list > li li + li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 22px;
  }

  .button,
  .article__button,
  article > a,
  .article > a {
    min-width: 100%;
  }

  .header__logo img {
    height: 32px;
  }

  .prime__button {
    margin-top: 0;
  }

  .apps__button {
    padding: 14px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    gap: 0 10px;
    font-size: 12px;
    width: 100%;
    max-width: 186px;
  }

  .apps__button .icon {
    width: 24px;
    height: 24px;
  }
}
