@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 - 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) {
  /* Summary */
  .summary__background img {
    -o-object-position: 95%;
    object-position: 95%;
  }

  /* App */
  .app .prime__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px), screen and (max-width: 1025px) {
  /* FOOTER */
  .footer__payment ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin: 20px 0 0 0;
  }

  .footer__mail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 340px;
    -moz-box-flex: 0;
    flex: 0 1 340px;
  }

  .footer__info {
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 1280px) {
  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }
}

@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;
  }

  .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 {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__menu,
  .sidebar__buttons {
    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: #fff;
  }

  .menu-button:hover svg rect {
    fill: #34c759;
  }

  .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: #100724;
    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;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  .app .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .prime__wrap {
    margin-left: 0;
  }

  /* Upto */
  .content .upto__wrap {
    margin-left: 0;
    margin-right: 0;
  }

  /* Games */
  .games__list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* BONUS */
  /* Spins */
  .spins__wrap ul {
    margin-left: 0;
  }

  .spins__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  /* Takeoff */
  .takeoff__background img {
    -o-object-position: 55%;
    object-position: 55%;
  }

  /* APP */
  /* Features */
  .features__list ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}

@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;
  }

  .content {
    padding: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .pages .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* 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: 85%;
    object-position: 85%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 15%;
    object-position: 15%;
  }

  .upto__title .bottom {
    font-size: 28px;
  }

  /* Bonuses */
  .bonus__image {
    width: 240px;
  }

  .bonus__text {
    width: -webkit-calc(100% - 240px - 20px);
    width: -moz-calc(100% - 240px - 20px);
    width: calc(100% - 240px - 20px);
  }

  /* Games */
  .games__list ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* APP */
  /* Web */
  .web__wrapper ul {
    margin-left: 0;
  }

  .web__background img {
    -o-object-position: 66%;
    object-position: 66%;
  }
}

@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.7;
  }

  .download__buttons {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  /* Upto */
  .upto__title .bottom {
    font-size: 24px;
  }

  /* Slots */
  .table.slots__table,
  .table.tournaments__table,
  .table.deposites__table,
  .table.rating__table {
    overflow: auto;
  }

  .table.slots__table table,
  .table.tournaments__table table,
  .table.deposites__table table,
  .table.rating__table table {
    width: 820px;
  }

  /* Support */
  .support__image {
    max-height: 200px;
  }

  .support__image img {
    -o-object-position: center 5%;
    object-position: center 5%;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }

  /* FOOTER */
  .footer__bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 12px;
  }

  .bottom__logo {
    margin: 0 auto 20px 0;
  }

  .footer__links {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-width: 0;
  }

  /* APP */
  /* Mobile */
  .mobile__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile__wrapper > * {
    width: 100%;
  }

  .mobile__image {
    height: 150px;
    margin-right: 0;
  }

  .mobile__wrapper:last-child .mobile__image {
    margin-bottom: -15px;
  }

  /* APP */
  /* Features */
  .features__title,
  .features__text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@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: 145px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(16, 7, 36, 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 */
  .banner__wrap {
    padding: 24px 15px;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 620px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 180px;
  }

  /* Upto */
  .upto__title .bottom {
    font-size: 22px;
  }

  /* 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;
  }

  .reverse.bonus__wrapper > *:last-child {
    margin: 0 0 20px 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }

  /* Games */
  .games__list ul li {
    width: 100%;
  }

  /* Summary */
  .summary__wrap {
    margin-right: 0;
    background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.8) 0%, rgba(57, 66, 177, 0.8) 100%);
    background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.8) 0%, rgba(57, 66, 177, 0.8) 100%);
    background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.8) 0%, rgba(57, 66, 177, 0.8) 100%);
    background: linear-gradient(175deg, rgba(57, 43, 107, 0.8) 0%, rgba(57, 66, 177, 0.8) 100%);
    padding: 15px 10px;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  /* BONUS */
  /* Spins */
  .spins__wrap {
    padding: 15px 10px;
  }

  .spins__wrap ul {
    margin-right: 0;
    max-width: none;
  }

  .spins__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .spins__wrap ul li {
    background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: linear-gradient(175deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
  }

  /* Tournament */
  .tournaments__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tournaments__text {
    margin-left: 0;
  }

  .tournaments__text ul li {
    background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: linear-gradient(175deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
  }

  /* Takeoff */
  .takeoff__wrap {
    padding-left: 10px;
    padding-right: 10px;
    background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: linear-gradient(175deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    margin-left: 0;
  }

  .takeoff__background img {
    -o-object-position: 35%;
    object-position: 35%;
  }

  /* APP */
  /* Features */
  .features__list ul li {
    width: 100%;
  }

  /* Web */
  .web__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .web__wrapper ul {
    margin-right: 0;
  }

  .web__wrapper ul li {
    background: -webkit-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -moz-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: -o-linear-gradient(275deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
    background: linear-gradient(175deg, rgba(57, 43, 107, 0.85) 0%, rgba(57, 66, 177, 0.85) 100%);
  }

  .web__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}

@media screen and (max-width: 550px) {
  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 0;
    padding-right: 10px;
  }

  .compare__heading {
    padding-left: 50px;
  }

  .compare__heading::before {
    left: 10px;
  }

  /* 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;
  }

  /* 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;
  }

  /* Registration__content */
  /*  License__content*/
  /* Welcome__content */
  /* Peculiarities__content */
  .registration__wrap,
  .license__wrap,
  .welcome__wrap,
  .peculiarities__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Reviews */
  .reviews__content ul li {
    padding: 15px 10px;
  }

  /* FAQ */
  .title.faq-item__title {
    padding: 10px 36px 10px 10px;
  }

  .faq-item__title:after {
    top: 14px;
    right: 10px;
  }

  .faq-item__desc {
    padding: 5px 10px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__bottom {
    padding: 15px 10px;
  }

  .footer__links p {
    font-size: 20px;
  }

  .footer__links-item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .footer__contacts {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 15px -5px -5px -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% + 10px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% + 10px);
  }

  .footer__contacts > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin: 5px;
  }

  .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;
  }

  .footer__text p {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }

  /* BONUS */
  /* Welcome */
  ul.welcome__list > li,
  .welcome__item {
    padding: 15px 10px;
  }

  .takeoff__button {
    margin-left: auto;
    margin-right: auto;
  }

  /* APP */
  /* Requirements */
  .requirements__wrap {
    padding: 15px 10px;
  }

  .requirements__wrap .button {
    margin-left: auto;
  }
}
