@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%;
  }

  /* Upto */
  .upto__wrap {
    background: rgba(9, 34, 77, 0.7);
  }

  /* Mobile */
  .ios__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  /* Promo */
  .promo__image {
    left: 20px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* Promo */
  .promo__frame-start .promo__wrap {
    margin-left: 140px;
  }
}

@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 */
  .bonus .upto__content-center .upto__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Download */
  .download__buttons {
    margin-right: -10px;
  }

  /* VIP */
  .vip__background img {
    -o-object-position: 95%;
    object-position: 95%;
  }

  .vipp__background img {
    -o-object-position: 65%;
    object-position: 65%;
    opacity: 0.7;
  }

  .vip__frame {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }

  .vip__list {
    margin-right: 200px;
  }

  /* Promo */
  .promo__frame.promo__frame-start {
    padding-top: 105px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }

  .promo__image {
    top: 20px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    left: 40px;
  }

  .promo__frame-start .promo__background img {
    -o-object-position: 80%;
    object-position: 80%;
    opacity: 0.7;
  }

  /* Games */
  .games__table tr > *:nth-child(1) {
    max-width: 120px;
  }

  .games__table tr > *:nth-child(3) {
    max-width: 220px;
  }
}

@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 img {
    opacity: 1;
  }

  .prime__wrap {
    margin-left: 0;
    background: rgba(9, 34, 77, 0.7);
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 76%;
    object-position: 76%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  .content .upto__wrap {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Mobile */
  .ios__background img {
    -o-object-position: 77%;
    object-position: 77%;
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* 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 */
  .bonus .prime__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  .promo__background img {
    -o-object-position: 90%;
    object-position: 90%;
    opacity: 0.5;
  }

  /* APP */
  .app__background img {
    -o-object-position: 80%;
    object-position: 80%;
    opacity: 0.8;
  }

  .app__content .download__buttons {
    margin-left: -10px;
  }

  .app__image {
    margin-left: 20px;
  }
}

@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;
  }

  /* Mobile */
  .mobile__wrap-ios {
    padding-top: 110px;
  }

  /* 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: 160px;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  /* 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);
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 38px;
    text-align: center;
  }

  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 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__background img,
  .bonus .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .prime__wrap {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 680px;
  }

  /* Upto */
  .upto__title {
    font-size: 34px;
  }

  /* Mobile */
  .mobile__wrap-android {
    background: -webkit-gradient(linear, left top, right top, from(rgba(95, 15, 255, 0.5)), to(rgba(60, 172, 253, 0.5)));
    background: -webkit-linear-gradient(left, rgba(95, 15, 255, 0.5) 0%, rgba(60, 172, 253, 0.5) 100%);
    background: -moz-linear-gradient(left, rgba(95, 15, 255, 0.5) 0%, rgba(60, 172, 253, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(95, 15, 255, 0.5) 0%, rgba(60, 172, 253, 0.5) 100%);
    background: linear-gradient(90deg, rgba(95, 15, 255, 0.5) 0%, rgba(60, 172, 253, 0.5) 100%);
  }

  .ios__background {
    opacity: 0.6;
  }

  .ios__background img {
    opacity: 0.6;
    -o-object-position: 85%;
    object-position: 85%;
  }

  .ios__text {
    margin-right: 0;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }

  /* Promo */
  .promo__frame.promo__frame-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .promo__frame-start .promo__background {
    opacity: 0.6;
  }

  .promo__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .promo__image img {
    max-width: 240px;
  }

  /* 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;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  /* Download */
  .content.download__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .download__background img {
    -o-object-position: 35%;
    object-position: 35%;
    opacity: 0.7;
  }

  .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 */
  .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;
  }

  .app__image {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  /* VIP */
  .vip__list {
    margin-right: 0;
  }

  /* APP */
  /* App */
  .content.app__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .app__content .download__buttons {
    margin-right: -10px;
  }

  /* Requirements */
  .requirements__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .requirements__wrap > * {
    width: 100%;
  }

  .requirements__wrap > *:last-child {
    margin: 20px 0 0 0;
    min-height: 300px;
  }
}

@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: 15px 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__heading {
    padding-left: 52px;
  }

  .compare__heading::before {
    left: 6px;
  }

  .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;
  }

  /* Mobile */
  .mobile__wrap {
    padding: 10px;
  }

  .mobile__wrap-ios {
    padding-top: 130px;
  }

  .mobile__wrap .download__button {
    margin-left: auto;
  }

  /* Download */
  .download__image img {
    max-width: 270px;
  }

  /* Review */
  .review__title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review__text {
    padding: 12px 10px;
  }

  /* FAQ */
  .faq-item__title,
  .title.mini {
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 12px;
  }

  .faq-item__desc {
    padding: 5px 10px 10px 10px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* BONUS */
  /* Frame */
  .frame {
    padding: 10px;
  }

  /* APP */
  /* App */
  .app .download__button {
    margin-left: auto;
  }

  .app__image img {
    max-width: 260px;
  }
}
