@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 */
  .app .prime__background img {
    -o-object-position: 78%;
    object-position: 78%;
  }

  /* Conclusion */
  .conclusion__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }

  .conclusion__content-right .conclusion__background img {
    -o-object-position: 25%;
    object-position: 25%;
    opacity: 0.6;
  }

  /* APP */
  /* Icons */
  .icons__list ul li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }

  .icons__list ul li:nth-last-child(-n + 2) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
}

@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%;
  }

  /* Bonuses */
  .bonuses__list > ul > li {
    padding: 12px;
  }

  /* Conclusion */
  .conclusion__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  /* APP */
  /* APP */
  .app__background img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 970px) {
  /* Reviews */
  .reviews__content ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Features */
  .features__wrapper ul li:nth-child(-n + 3) {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .features__wrapper ul li:last-child {
    width: 100%;
  }
}

@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 {
    -o-object-position: 100%;
    object-position: 100%;
  }

  /* 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: 25%;
    object-position: 25%;
  }

  .upto__content-center .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  .content .upto__wrap {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Regisration */
  .register__list,
  .register__text {
    width: 100%;
    margin-left: 0;
  }

  .register__button {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
    margin-left: auto;
    margin-right: auto;
  }

  .register__text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }

  .register__image {
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin: 20px auto 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  /* Download */
  .download__buttons {
    margin-right: -10px;
  }

  /* Bonuses */
  .bonus__title {
    font-size: 20px;
  }

  /* 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;
  }

  /* APP */
  .app__background img {
    -o-object-position: 20%;
    object-position: 20%;
    opacity: 0.6;
  }
}

@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;
  }

  /* Slots Table */
  .table.slots__table {
    overflow: auto;
  }

  .table.slots__table table {
    width: 800px;
  }

  .slots__table tr > *:nth-child(1) {
    min-width: 160px;
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Conclusion */
  .conclusion__wrap {
    margin-right: 0;
  }

  /* BONUS */
  /* Claim */
  .claim__text {
    width: 100%;
  }

  .claim__image {
    width: 100%;
    margin: 20px 0 0 0;
    max-height: 230px;
  }

  /* APP */
  /* Install */
  .install__text {
    width: 100%;
  }

  .install__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  /* 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: 0 0 20px 0;
  }

  .app__content .download__buttons {
    margin-right: -10px;
  }

  /* APP */
  .icons__list ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .icons__list ul li:last-child {
    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;
  }

  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__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 700px;
  }

  /* 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%;
  }

  /* Install */
  .android__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .android__text {
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .android__image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -20px;
    min-width: 0;
    width: auto;
    margin-left: 0;
    opacity: 0.7;
  }

  /* 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: 20%;
    object-position: 20%;
    opacity: 0.7;
  }

  /* Bonuses */
  .bonuses__list > ul > li {
    width: 100%;
  }

  .bonus__image {
    height: 250px;
  }

  .bonus__image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* Reviews */
  .reviews__content ul li {
    width: 100%;
  }

  .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;
  }

  /* BONUS */
  /* Responsibly */
  .resp__text {
    width: 100%;
  }

  .resp__image {
    width: 100%;
    margin: 20px 0 0 0;
    max-height: 240px;
  }

  /* APP */
  /* Features */
  .features__wrapper ul li:nth-child(n) {
    width: 100%;
  }

  /* Require */
  .require__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .require__item {
    width: 100%;
  }

  .require__item:last-child {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 550px) {
  /* Deposits */
  .deposits__wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .deposits__wrap > * {
    width: 100%;
  }

  .deposits__wrap > *:last-child {
    margin: 10px 0 0 0;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }

  /* 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;
  }

  /* Icons */
  .icons__list ul li:nth-child(n) {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 30px;
    text-align: center;
  }

  h2,
  .title.high {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  h3,
  .title.middle {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .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: 48px;
  }

  .compare__heading::before {
    left: 4px;
  }

  .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;
  }

  /* Bonuses */
  .bonus__image {
    height: 180px;
  }

  .bonus__title {
    font-size: 18px;
  }

  /* 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: 15px;
  }

  .faq-item__desc {
    padding: 5px 10px 10px 10px;
  }

  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* BONUS */
  /* Frame */
  .frame {
    padding: 10px;
  }

  /* APP */
  /* Prime */
  .prime__image-left {
    display: none;
  }

  .prime__image-right {
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  /* Features */
  .features__text {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* App */
  .app__image img {
    max-width: 270px;
  }

  .app .download__button {
    margin-left: auto;
  }

  .download__button {
    margin-left: auto;
    margin-right: auto;
  }

  /* Conclusion */
  .conclusion__content .button {
    margin-left: auto;
    margin-right: auto;
  }
}
