@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 - 40px) / 2));
    left: -moz-calc(50% - ((1580px - 40px) / 2));
    left: calc(50% - ((1580px - 40px) / 2));
  }

  .footer {
    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__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) {
  /* Prime */
  .prime__background img {
    opacity: 0.7;
  }

  .app .prime__background img {
    -o-object-position: 78%;
    object-position: 78%;
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }

  /* Upto */
  .bonus .upto__background img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-left: 20px;
    padding-right: 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: 30px;
  }

  .sidebar {
    display: none;
  }

  .sidebar__links-main {
    display: block;
  }

  .sidebar__links {
    margin-top: 20px;
    background: #030a16;
    -webkit-box-shadow: 0 0 15px rgba(9, 34, 77, 1);
    -moz-box-shadow: 0 0 15px rgba(9, 34, 77, 1);
    box-shadow: 0 0 15px rgba(9, 34, 77, 1);
  }

  .sidebar__links-button:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .sidebar__links-list {
    display: none;
  }

  /* FOOTER */
  .footer__links {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer__links > * {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@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: #fff;
  }

  .menu-button:hover svg rect {
    fill: #169000;
  }

  .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: #030a16;
    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;
    background: none;
  }

  .header__menu ul li + li {
    margin-left: 0;
  }

  /* FOOTER */
  .footer__links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Upto */
  .content .upto__background img {
    opacity: 0.8;
  }

  .bonus .upto__content-center .upto__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Promo */
  .promo__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Download */
  .download__buttons {
    margin-right: 50px;
  }

  /* Bonuses */
  .bonuses__list li {
    padding: 12px;
  }

  .bonus__bottom {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-left: 12px;
  }

  .bonus__image {
    width: 250px;
  }

  /* Games */
  .games__table tr > *:nth-child(1) {
    max-width: 140px;
  }

  .games__table tr > *:nth-child(3) {
    max-width: 300px;
  }

  /* Cashback */
  .cashback__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Features */
  .features__wrapper > ul > li:nth-child(-n + 2) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .features__wrapper > ul > li:nth-child(3) {
    width: 100%;
  }

  .features__subtitle {
    font-size: 20px;
  }

  .features__text {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* App */
  .app__image {
    margin-right: 30px;
  }

  .app .download__buttons {
    margin-right: 10px;
  }

  /* License */
  .license__list ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (min-width: 650px) and (max-width: 960px) {
  /* Payment */
  .payment__title {
    min-height: 80px;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 42px;
  }

  h2,
  .title.high {
    font-size: 28px;
  }

  h3,
  .title.middle {
    font-size: 22px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding: 15px;
  }

  /* Prime */
  .prime__background {
    opacity: 0.7;
  }

  .prime__background img {
    opacity: 0.7;
    -o-object-position: 75%;
    object-position: 75%;
  }

  .prime__wrap {
    padding: 0;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 80%;
    object-position: 80%;
    opacity: 0.7;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
    opacity: 0.7;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.7;
  }

  .content .upto__wrap {
    margin: 0;
  }

  /* Download */
  .download__background img {
    -o-object-position: 35%;
    object-position: 35%;
  }

  .download__buttons {
    margin-right: -10px;
  }

  /* FOOTER */
  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer__links p {
    margin-bottom: 10px;
  }

  /* BONUS */
  /* Bg-wrapper */
  .bg__wrapper {
    padding: 15px;
  }

  .roller__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  /* Responsibly */
  .responsibly__title {
    font-size: 26px;
  }

  /* APP */
  .content.app__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
  }

  .app__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.8;
  }

  .app__image {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .app .download__buttons {
    margin-right: 42px;
  }

  /* Benefits */
  .benefits__wrapper ul li:nth-child(-n + 4) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .benefits__wrapper ul li:last-child {
    width: 100%;
  }

  .benefits__wrapper ul li:nth-child(5) .benefits__subtitle span {
    max-width: 450px;
  }
}

@media screen and (max-width: 768px) {
  /* Compare */
  .compare__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .compare__wrapper > * {
    width: 100%;
  }

  .compare__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }

  /* Upto */
  .upto__title {
    font-size: 38px;
  }

  .upto__text {
    font-size: 26px;
  }

  /* Bonuses */
  .bonuses__list li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bonuses__list li > * {
    width: 100%;
  }

  .bonus__bottom {
    padding-left: 0;
    padding-top: 16px;
    text-align: center;
  }

  .bonus__image {
    height: 280px;
  }

  .bonuses__list li:nth-child(4) .bonus__image img {
    -o-object-position: center 33%;
    object-position: center 33%;
  }

  .title.bonus__title {
    text-align: center;
  }

  /* Slots Table */
  /* Games Table */
  .table.slots__table,
  .table.games__table {
    overflow: auto;
  }

  .table.slots__table table,
  .table.games__table table {
    width: 800px;
  }

  .slots__table tr > *:nth-child(1) {
    min-width: 200px;
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Benefits */
  .benefits__wrapper p {
    padding: 20px 16px;
  }

  /* APP */
  /* Requirements */
  .bg__wrapper .requirements__wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .apps__image {
    position: absolute;
    bottom: 0;
    margin: 0;
  }

  .apps__image {
    right: 10px;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 38px;
  }

  h2,
  .title.high {
    font-size: 26px;
  }

  /* HEADER */
  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(3, 10, 22, 0.8);
    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 */
  .prime__background,
  .prime__background img {
    opacity: 0.6;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 680px;
  }

  /* VIP */
  .table.vip__table table {
    width: 100%;
  }

  /* Highlight */
  .highlight__table td:first-child,
  .highlight__table th:first-child {
    max-width: 180px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .content .upto__background img {
    opacity: 0.5;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  /* Download */
  .content.download__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Live */
  .live__image {
    width: 150px;
  }

  .live__text {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 10px;
  }

  /* License */
  /* Payment */
  .license__list ul li,
  .payment__list ul li {
    width: 100%;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }

  /* Benefits */
  .benefits__wrapper ul li:nth-child(-n + 4) {
    width: 100%;
  }

  .benefits__wrapper ul li:nth-child(3) .benefits__subtitle span {
    max-width: 400px;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  .footer__info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__info-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
  }

  .footer__info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .info__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
  }

  /* APP */
  /* Features */
  .features__wrapper > ul > li:nth-child(-n + 2) {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* FOOTER */
  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }

  /* VIP table */
  .table.vip__table table {
    width: 550px;
  }

  .vip__table tr > *:first-child {
    max-width: 180px;
  }
}

@media screen and (max-width: 500px) {
  /* Live */
  .live__list-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .live__list-wrapper > * {
    width: 100%;
  }

  .live__text {
    padding: 16px 0 0 0;
  }

  .live__image {
    height: 250px;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 30px;
    text-align: center;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  h3,
  .title.middle {
    font-size: 20px;
  }

  .header__logo img {
    max-width: 130px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .content {
    padding: 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  article > .button,
  .article > .button {
    margin-left: auto;
  }

  /* Prime */
  .prime__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  /* Compare */
  .compare__wrapper ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Upto */
  .upto__title {
    font-size: 28px;
  }

  .upto__text {
    font-size: 22px;
  }

  /* List */
  .list ul li,
  .list-counter ol li {
    padding-left: 50px;
    padding-right: 8px;
  }

  .list ul li::before,
  .list-counter ol li::before {
    width: 42px;
    padding: 6px;
  }

  /* List-counter  */
  .list-counter ol li::before {
    font-size: 28px;
  }

  /* Download */
  .download__background img {
    -o-object-position: 25%;
    object-position: 25%;
  }

  /* Bonuses */
  .bonus__image {
    height: 180px;
  }

  /* License */
  .license__text {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* FAQ */
  .faq-item__title,
  .title.mini {
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 14px;
  }

  .faq-item__desc {
    padding: 5px 10px 10px 10px;
  }

  /* Reviews */
  .review__title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review__text {
    padding: 10px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* BONUS */
  /* Frame */
  .frame {
    padding: 10px;
  }

  /* Bg-wrapper */
  .bg__wrapper {
    padding: 10px;
  }

  /* Responsibly */
  .responsibly__title {
    font-size: 22px;
  }

  .responsibly__info {
    padding: 16px 10px;
  }

  /* APP */
  /* Benefits */
  .benefits__wrapper p {
    padding: 16px 10px;
  }

  .benefits__subtitle {
    font-size: 20px;
  }

  .benefits__wrapper ul li:nth-child(-n + 3) .benefits__subtitle span {
    max-width: 280px;
  }

  /* List inside */
  .list ul li.list__inside {
    padding-left: 60px;
  }

  .list ul li.list__inside:before {
    left: 42px;
  }

  /* App */
  .content.app__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .app__image {
    margin-right: 0;
  }

  .app__image img {
    max-width: 270px;
  }

  .app .download__buttons {
    margin-right: -10px;
  }

  /* App */
  .app .download__button {
    margin-left: auto;
  }
}
