@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 - 280px - 280px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: calc(50% - ((1580px - 280px - 280px) / 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 - 280px - 280px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: calc(50% - ((1580px - 280px - 280px) / 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) {
  /* Upto */
  .upto__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 20px;
  }

  .header__menu {
    margin-left: 50px;
  }

  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__wrap {
    margin-top: 0px;
  }

  .sidebar__menu {
    display: none;
  }

  .sidebar__links-button {
    font-size: 14px;
  }

  .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;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    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: 20px;
  }

  .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.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: #06213e;
    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 {
    margin-left: 0;
  }

  /* Upto */
  .upto__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 34px;
  }

  h2,
  .title.high {
    font-size: 28px;
  }

  h3,
  .title.middle {
    font-size: 20px;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content {
    padding: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  /* APP */
  .app .prime__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  .prime__wrap {
    background: rgba(17, 22, 34, 0.7);
    margin-left: 0;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Upto */
  .upto__wrap {
    background: rgba(17, 22, 34, 0.7);
    margin-left: 0;
  }

  .upto__title {
    font-size: 30px;
  }

  .upto__text {
    font-size: 18px;
  }

  /* Bonus */
  .bonus__list > ul > li {
    width: 100%;
  }

  /* App */
  .app__image-right {
    margin-right: 10px;
  }

  .app__buttons {
    margin-left: 0px;
  }

  /* Slots */
  .slots__background img {
    -o-object-position: 80%;
    object-position: 80%;
    opacity: 0.7;
  }

  .slots__text {
    margin-right: 0;
    max-width: none;
  }

  /* Reviews */
  .reviews__content ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* FOOTER */
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__countries ul {
    margin: -5px;
  }

  .footer__countries li {
    margin: 5px;
  }

  /* BONUS */
  /* Vip */
  .list.vip__list ul li {
    width: 100%;
  }

  /* Benefit */
  .benefit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .benefit__image {
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .benefit__text {
    width: 100%;
  }

  .benefit__image {
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-right: -15px;
    max-height: 300px;
  }

  /* APP */
  /* Web */
  .web__wrap {
    width: 100%;
    margin-right: 0;
    -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-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .web__text {
    width: 100%;
  }

  .web__image {
    width: 250px;
    max-height: 300px;
    margin-bottom: -15px;
  }
}

@media screen and (max-width: 768px) {
  /* Double */
  .double {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double > * {
    width: 100%;
  }

  .double > *:last-child {
    margin: 16px 0 0 0;
  }

  /* Table wide */
  .table.table-wide {
    overflow: auto;
  }

  .table.table-wide table {
    width: 820px;
  }

  /* Tournament */
  .tournament__table tr > *:nth-child(1) {
    max-width: 200px;
  }

  /* Vip */
  .vip__table tr > *:nth-child(1) {
    max-width: 200px;
  }
}

@media screen and (max-width: 660px) {
  /* BONUS */
  /* Vip */
  .list.vip__list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    text-align: center;
    font-size: 28px;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  h3,
  .title.middle {
    font-size: 18px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 145px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: #05213e;
    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: 16px;
  }

  .main__buttons .button {
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }

  .main__arrowtop a {
    bottom: 80px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
    margin-bottom: 10px;
  }

  /* Prime */
  .content.prime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .app .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .prime__wrap {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 620px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 230px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  .upto__title {
    font-size: 28px;
  }

  /* App */
  .content .app__content,
  .content.app__content {
    padding-top: 20px;
    padding-bottom: 245px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .app__image-right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .app__buttons {
    margin-left: -10px;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  /* Features */
  .list.features__list ul li {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  h3,
  .title.middle {
    font-size: 16px;
  }

  .content {
    padding: 12px 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  article > .button,
  .article > .button {
    margin-left: auto;
  }

  .main__arrowtop {
    right: 10px;
  }

  /* Prime */
  .prime__wrap {
    padding: 10px;
  }

  /* Compare */
  .compare__heading {
    padding-left: 56px;
  }

  .compare__heading::before {
    left: 8px;
  }

  .intro__compare ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Upto */
  .upto__wrap {
    padding: 10px;
  }

  .upto__title {
    font-size: 24px;
  }

  /* List */
  .list ul li,
  .list-counter ol li {
    padding-left: 40px;
    padding-right: 8px;
  }

  .list ul li {
    padding-left: 32px;
  }

  .list ul li::before,
  .list-counter ol li::before {
    width: 30px;
  }

  /* List-counter  */
  .list-counter ol li::before {
    font-size: 24px;
  }

  /* Bonus */
  .bonus__list > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .bonus__title {
    text-align: center;
  }

  /* Frame */
  .frame {
    padding: 16px 10px;
  }

  /* Slots */
  .slots__frame {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Reviews */
  .reviews__content ul li {
    padding: 15px 10px;
  }

  /* FAQ */
  .faq-item__title {
    padding: 10px 48px 10px 10px;
  }

  .faq-item__title:after {
    right: 8px;
    top: 4px;
  }

  .faq-item__desc {
    padding: 5px 10px;
    font-size: 14px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__wrap {
    padding-left: 10px;
    padding-right: 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 {
    padding: 0;
    margin: 0;
  }

  .footer__menu li + li {
    border-left: none;
    margin-top: 10px;
  }

  .footer__text {
    -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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__desc {
    margin: 16px 0;
  }

  .footer__partners {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer__partners li {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* BONUS */
  /* Welcome */
  .welcome__frame {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* APP */
  /* Mobile */
  .mobile__frame {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  /* Requirements */
  .require__title {
    font-size: 18px;
  }
}
