@media screen and (min-width: 1440px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1440px - 40px) / 2));
    padding-left: calc(50% - ((1440px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1440px - 257px - 257px) / 2));
    padding-left: -moz-calc(50% - ((1440px - 257px - 257px) / 2));
    padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }

  .sidebar {
    left: -webkit-calc(50% - (1440px / 2));
    left: -moz-calc(50% - (1440px / 2));
    left: calc(50% - (1440px / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1440px - 257px - 257px) / 2));
    padding-left: -moz-calc(50% - ((1440px - 257px - 257px) / 2));
    padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
    padding-right: -webkit-calc(50% - ((1440px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1440px - 40px) / 2));
    padding-right: calc(50% - ((1440px - 40px) / 2));
  }

  .footer:before {
    left: -webkit-calc(50% - ((1440px - 257px - 257px) / 2));
    left: -moz-calc(50% - ((1440px - 257px - 257px) / 2));
    left: calc(50% - ((1440px - 257px - 257px) / 2));
    right: -webkit-calc(50% - ((1440px - 40px) / 2));
    right: -moz-calc(50% - ((1440px - 40px) / 2));
    right: calc(50% - ((1440px - 40px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1440px - 40px) / 2));
    right: -moz-calc(50% - ((1440px - 40px) / 2));
    right: calc(50% - ((1440px - 40px) / 2));
  }
}

@media screen and (max-width: 1200px) {
  .main,
  .footer {
    padding-left: 20px;
  }

  .header__menu {
    margin-left: 70px;
  }

  .prime {
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .sidebar {
    position: static;
    height: auto;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__menu {
    display: none;
  }

  .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;
  }

  .footer:before {
    left: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .header__menu {
    display: block !important;
  }
}

@media (orientation: landscape) and (max-width: 850px) {
  .header__menu {
    height: -webkit-calc(100vh - 68px);
    height: -moz-calc(100vh - 68px);
    height: calc(100vh - 68px);
    overflow: auto;
  }
}

@media screen and (max-width: 1025px) {
  /* HEADER */
  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    display: block;
    background-color: transparent;
    border: 1px solid #fff72e;
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    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: #fff72e;
  }

  .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: #130404;
    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: 10px;
  }

  .header__menu ul li + li {
    padding: 0;
  }

  .header__menu ul li + li:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
  /* Games */
  .games__wrap ul li {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* APP */
  .models__content .wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 30px;
    line-height: 1.2;
  }

  h2,
  .title.high {
    font-size: 24px;
  }

  h2:before,
  h2:after {
    top: 6px;
  }

  h3,
  .title.middle {
    font-size: 18px;
  }

  /* Prime */
  .prime__wrap {
    padding: 16px;
  }
  .pages .prime__wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prime__background,
  .prime__background img {
    opacity: 0.7;
  }

  /* VIP */
  .vip__background img {
    -o-object-position: left;
    object-position: left;
  }

  /* Data*/
  .data {
    padding-right: 20px;
    margin-right: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    overflow-x: scroll;
  }

  .data table {
    width: 850px;
  }

  /* Games */
  .games__wrap ul li {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
    padding: 32px 12px 12px 12px;
  }

  /* Casino */
  .casino__background img {
    -o-object-position: 67%;
    object-position: 67%;
    opacity: 0.7;
  }

  .bonus .casino__background img {
    -o-object-position: 40%;
    object-position: 40%;
  }

  /* PAGES */
  .bonus .prime__background,
  .bonus .prime__background img {
    opacity: 0.6;
  }

  .pages .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}

@media screen and (max-width: 750px) {
  /* APP */
  .mobile__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .mobile__wrap > * {
    width: 100%;
  }

  .mobile__wrap > *:last-child {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }

  h2,
  .title.high {
    font-size: 22px;
    padding: 0 40px;
  }

  h2:before,
  h2:after {
    width: 35px;
    top: 4px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 145px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(19, 4, 4, 0.9);
    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;
  }

  /* Table */
  .table tr td {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Apps */
  .apps__background img {
    opacity: 0.7;
    -o-object-position: 70%;
    object-position: 70%;
  }

  .apps__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .apps__wrap > * {
    width: 100%;
    max-width: 100%;
  }

  .apps__wrap > *:last-child {
    margin: 20px 0 46px 0px;
  }

  /* Reviews */
  .reviews ul li {
    width: 100%;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  .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__menu li + li::before {
    display: none;
  }

  .footer__desc {
    padding-left: 0;
  }

  /* BONUSES */
  .bonuses__bottom,
  .bonuses__content > ul > li:nth-child(2n) .bonuses__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .bonuses__image,
  .bonuses__content > ul > li:nth-child(2n) .bonuses__image {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 480px) {
  /* Table */
  .table {
    padding-right: 20px;
    margin-right: -20px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    overflow-x: scroll;
  }

  .table table {
    min-width: 500px;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }

  h3,
  .title.middle {
    font-size: 16px;
  }

  .content {
    padding: 15px 10px;
  }

  .content .wrapper {
    padding: 15px 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header:after {
    left: 10px;
    right: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  /* Prime */
  .prime {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
  }

  .prime__background img {
    -o-object-position: 56%;
    object-position: 56%;
  }

  .prime__wrap,
  .pages .prime__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Data */
  .data table {
    width: 740px;
  }

  .data tr td,
  .data tr th {
    padding: 8px;
  }

  /* Games */
  .games__wrap ul li {
    width: 100%;
    text-align: center;
  }

  /* FAQ */
  .faq-item__title,
  .title.mini {
    font-size: 15px;
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 10px;
  }

  .faq-item__desc {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
  }

  /* FOOTER */
  .footer {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer:before {
    left: 0;
    right: 0;
  }

  .footer__counties {
    margin: 24px -5px -5px -5px;
  }

  .footer__counties li {
    padding: 8px 10px;
    margin: 5px;
  }

  .footer__payment {
    margin: 20px 0;
  }

  .footer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer__desc {
    padding: 0;
    margin-top: 10px;
  }

  /* BONUS */
  .bonus .casino__content .wrapper {
    margin-top: 0px;
  }

  /* Spil */
  .spil__background,
  .spil__background img {
    opacity: 0.7;
  }
}
