@media screen and (min-width: 1580px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .sidebar {
    left: -webkit-calc(50% - ((1580px - 20px) / 2));
    left: -moz-calc(50% - ((1580px - 20px) / 2));
    left: calc(50% - ((1580px - 20px) / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1580px - 298px - 298px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 298px - 298px) / 2));
    padding-left: calc(50% - ((1580px - 298px - 298px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .footer:before,
  .footer:after {
    left: -webkit-calc(50% - ((1580px - 298px - 298px) / 2));
    left: -moz-calc(50% - ((1580px - 298px - 298px) / 2));
    left: calc(50% - ((1580px - 298px - 298px) / 2));
    right: -webkit-calc(50% - ((1580px - 40px) / 2));
    right: -moz-calc(50% - ((1580px - 40px) / 2));
    right: calc(50% - ((1580px - 40px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1580px - 40px) / 2));
    right: -moz-calc(50% - ((1580px - 40px) / 2));
    right: calc(50% - ((1580px - 40px) / 2));
  }
}

@media screen and (max-width: 1400px) {
  /* App */
  .app .prime__background img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1300px) {
  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 48px) / 3);
    width: -moz-calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
  }

  /* Responsible */
  .resp__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer:before,
  .footer:after {
    left: 20px;
  }

  .main__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin-left: 0;
  }

  .header__logo {
    margin-left: 0;
  }

  .header__menu {
    margin-left: auto;
  }

  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__menu,
  .application__button {
    display: none;
  }

  .sidebar__wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar__links-button:before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .sidebar__links-list {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-left: 16px;
  }

  .menu-button svg {
    display: block;
    margin: auto;
  }

  .menu-button svg rect {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fffaf3;
  }

  .menu-button:hover svg rect {
    fill: #fec07e;
  }

  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .menu-button.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -moz-transform: scale(0, 2);
    -o-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #292526;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .header__menu ul li + li {
    padding: 0;
  }

  .header__menu ul li + li:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 70%;
    object-position: 70%;
    opacity: 0.6;
  }

  .app .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .app .prime__wrap {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(50, 46, 47, 0.8);
  }

  .prime__wrap {
    margin-left: 0;
  }

  /* Upto */
  .content .upto__wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* Mobile */
  .mobile__text {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
  }

  /* Fast */
  ul.fast__cards > li {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* Summary */
  .summary__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  /* APP */
  /* Pwa */
  .pwa .mobile__background {
    opacity: 0.6;
  }

  .pwa .mobile__background img {
    -o-object-position: 80%;
    object-position: 80%;
    opacity: 0.6;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 30px;
    line-height: 1.2;
  }

  .decor {
    padding: 0 80px;
  }

  .decor:before,
  .decor:after {
    width: 70px;
  }

  h2,
  .title.high {
    font-size: 24px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer:before,
  .footer:after {
    left: 15px;
    right: 15px;
  }

  .content {
    padding: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
    opacity: 1;
  }

  .banner__wrap {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(42, 40, 41, 0.8);
  }

  .app .prime__background img {
    -o-object-position: 95%;
    object-position: 95%;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Mobile */
  .mobile__text {
    width: 100%;
  }

  .mobile__background {
    opacity: 0.6;
  }
  .mobile__background img {
    -o-object-position: 70%;
    object-position: 70%;
    opacity: 0.6;
  }

  /* Bonuses */
  .bonus__image {
    width: 240px;
  }

  .bonus__text {
    width: -webkit-calc(100% - 240px - 20px);
    width: -moz-calc(100% - 240px - 20px);
    width: calc(100% - 240px - 20px);
  }

  /* Slots */
  ul.slots__cards li {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 768px) {
  /* Double */
  .double {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double > * {
    width: 100%;
  }

  .double > *:last-child {
    margin: 20px 0 0 0;
  }

  /* Download__content */
  .download__background img {
    opacity: 0.8;
  }

  .download__buttons {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .button.download__button {
    background: rgba(41, 37, 38, 0.8);
  }

  /* Table-wide */
  .table-wide {
    overflow: auto;
  }

  .table-wide table {
    width: 820px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 240px;
  }

  /* Vip__table */
  .vip__table td:first-child,
  .vip__table th:first-child {
    max-width: 100px;
  }

  /* Slots */
  .slots__table td:last-child,
  .slots__table th:last-child {
    max-width: 80px;
  }

  /* Features */
  ul.features__cards > li:nth-child(1) {
    width: 100%;
  }

  ul.features__cards > li:nth-child(n + 2) {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* Games */
  ul.games__cards > li {
    width: 100%;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }

  /* Summary */
  .summary__wrap {
    margin-left: 0;
    padding: 15px 10px;
  }

  /* BONUS PAGE */
  /* Responsible */
  .resp__background img {
    -o-object-position: 35%;
    object-position: 35%;
  }

  /* APP PAGE */
  .place__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }

  .decor {
    padding: 0 60px;
  }

  .decor:before,
  .decor:after {
    width: 50px;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 170px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(41, 37, 38, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 12px;
  }

  .main__buttons .button {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }

  /* Prime */
  .banner__wrap {
    padding: 24px 15px;
  }

  /* Table */
  .table-small {
    overflow: auto;
  }

  .table-small table {
    width: 620px;
  }

  /* Payments__table */
  .payments__table td:first-child,
  .payments__table th:first-child {
    max-width: 150px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__content-left .upto__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  /* Mobile */
  .mobile__wrap {
    padding: 10px;
  }

  .mobile__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Bonuses */
  .bonus__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bonus__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }

  .bonus__wrapper > * {
    width: 100%;
  }

  .bonus__image {
    min-height: 250px;
  }

  .bonus__background img {
    -o-object-position: top;
    object-position: top;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* Summary */
  .summary__wrap {
    margin-right: 0;
  }

  /* FOOTER */
  .footer {
    margin-bottom: 60px;
  }

  /* BONUS PAGE */
  /* Responsible */
  .resp__background img {
    -o-object-position: 50%;
    object-position: 50%;
  }

  /* APP PAGE */
  /* Place */
  .place__content .frame {
    margin-right: 0;
  }

  /* Requirements */
  .requirements .mobile__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}

@media screen and (max-width: 550px) {
  /* Cards */
  ul.cards > li {
    padding: 15px 10px;
  }

  /* Features */
  ul.features__cards > li:nth-child(n + 2) {
    width: 100%;
  }

  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 10px;
    padding-right: 8px;
  }

  /* Slots */
  ul.slots__cards li {
    width: 100%;
  }

  /* Fast */
  ul.fast__cards > li {
    width: 100%;
  }

  /* Providers */
  .providers__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .providers__wrapper > * {
    width: 100%;
  }

  .providers__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* FOOTER */
  .bottom__logo {
    margin-left: auto;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
    text-align: center;
  }

  .decor {
    padding: 0 38px;
  }

  .decor:before,
  .decor:after {
    width: 30px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }

  h3,
  .title.middle {
    font-size: 18px;
  }

  h4,
  .title.mini {
    font-size: 16px;
  }

  .content {
    padding: 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__logo img {
    max-width: 130px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  article > .button,
  .article > .button {
    margin-left: auto;
  }

  /* Prime */
  .banner__wrap {
    padding: 15px 10px;
  }

  .prime__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .app .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* List */
  .content__list {
    padding: 10px;
  }

  ul.list > li,
  ol.list > li {
    padding-left: 40px;
  }

  ol.list > li + li {
    margin-top: 36px;
  }

  ol.list > li + li::after {
    top: -26px;
  }

  /* Bonuses */
  li.bonus__wrapper {
    padding: 10px;
  }

  .bonus__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  .bonus__text h3 {
    text-align: center;
  }

  /* Frame */
  .frame {
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Reviews */
  .reviews__content ul li {
    padding: 15px 10px;
  }

  .review__title {
    min-width: 240px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .review__rating {
    margin: 2px 0 0 0;
  }

  /* FAQ */
  .title.faq-item__title {
    padding: 10px 44px 10px 10px;
  }

  .faq-item__title:after {
    top: 7px;
    right: 8px;
  }

  .faq-item__desc {
    padding: 5px 10px;
  }

  /* Rating */
  .rating__table tbody {
    margin: -4px;
  }

  .rating__table tr {
    padding: 12px 6px;
    width: -webkit-calc((100% - 16px) / 2);
    width: -moz-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    margin: 4px;
  }

  .rating__table table tr td:nth-child(2) {
    margin: 10px 0;
  }

  .rating__table table tr td:nth-child(3) {
    font-size: 16px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer:before,
  .footer:after {
    left: 10px;
    right: 10px;
  }

  .footer__countries ul {
    margin: -3px;
  }

  .footer__countries li {
    margin: 3px;
  }

  .footer__countries li a {
    padding: 10px;
  }

  .footer__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin: 0;
  }

  .footer__menu li {
    margin: 0;
  }

  .footer__menu li + li {
    padding: 27px 0 00;
  }

  .footer__menu li + li::before {
    height: 3px;
    width: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 12px;
  }

  /* BONUS PAGE */
  .prize__table {
    overflow: auto;
  }

  .prize__table table {
    width: 480px;
  }

  .prize__table td:first-child,
  .prize__table th:first-child {
    max-width: 150px;
  }

  /* Responsible */
  .resp__background {
    opacity: 0.6;
  }
  .resp__background img {
    -o-object-position: 90%;
    object-position: 90%;
    opacity: 0.6;
  }
}
