@media screen and (min-width:1600px) {
   .cover {
      padding-right: calc(50% - (1600px - 96px) / 2);
      padding-left: calc(50% - (1600px - 96px) / 2);
   }

   .content-wrapper {
      padding-right: calc(50% - (1600px - 96px) / 2);
      padding-left: calc(50% - (1600px - 60px) / 2);
   }

   .footer {
      padding-right: calc(50% - (1600px - 312px) / 2);
      padding-left: calc(50% - (1600px - 312px) / 2);
   }
}

@media screen and (min-width:1026px) {
   .header__menu {
      display: block !important;
   }
}

@media screen and (max-width: 1250px) {
   .content-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }

   .sidebar {
      height: auto;
      padding: 0;
      width: 100%;
      position: relative;
      top: auto;
   }

   .sidebar-quicklinks__button:after {
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
   }

   .sidebar-quicklinks__button.hide:after {
      -webkit-transform: rotateX(0);
      transform: rotateX(0);
   }

   .sidebar-quicklinks__list {
      display: none;
   }

   .content-wrapper {
      padding-right: 30px;
   }
}

@media screen and (max-width: 1025px) {
   .header__logo {
      margin-right: auto;
   }

   .menu-button {
      display: block;
      background: -o-linear-gradient(top, #FFC440 0%, #DD251A 82%);
      background: -webkit-gradient(linear, left top, left bottom, from(#FFC440), color-stop(82%, #DD251A));
      background: linear-gradient(180deg, #FFC440 0%, #DD251A 82%);
      padding: 10px;
      border-radius: 10px;
      width: 40px;
      height: 40px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
   }

   .menu-button svg {
      display: block;
      margin: auto;
   }

   .menu-button svg rect {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      fill: #fff;
   }

   .menu-button.active svg rect:nth-child(1) {
      x: -2px;
      y: 6px;
      width: 20px;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg);
   }

   .menu-button.active svg rect:nth-child(2) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0, 2);
      -ms-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);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
   }

   .header__menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #2D2D32;
      z-index: 100;
      margin: 0;
      border-radius: 0;
      display: none;
      padding: 25px;
      text-align: center;
   }

   .header__menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      gap: 15px;
   }



   .header__menu ul.sub-menu{
      display: block;
      position: relative;
      background: transparent;
      padding: 0;
   }
   .header__menu ul.sub-menu li{
      margin-top: 11px;
   }
   .header__menu ul.sub-menu li a{
      display: inline-block;
      color: #fff;
      font-size: inherit;
      padding: 4px 8px;
   }
   .menu-item-has-children>a:before{
      display: none;
   }
   .header__menu li.menu-item-has-children>a {
      padding-right: 8px;
   }





   .header__menu>ul>li {
      padding: 0;
   }

   .header__menu>ul>li>a {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .header-menu__subbutton>a:before {
      display: none;
   }

   .header__menu li.header-menu__subbutton>a {
      padding-right: 8px;
   }

   .header__menu ul a img {
      display: none;
   }

   ul.header__submenu {
      background: none;
      display: block;
      position: static;
      padding: 0;
      margin-top: 15px;
   }

   ul.header__submenu li+li {
      margin-top: 15px;
   }

   .header__submenu a {
      font-size: 14px;
      color: #fff;
   }

   .cover.prime {
      padding: 20px;
   }

   .bonus__wrap {
      background-color: rgba(45, 45, 50, .5);
   }

   .footer {
      padding-left: 20px;
      padding-right: 20px;
   }

   /* Bonuses Page */
   .bonuses__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .bonuses-list__item {
      width: 100%;
   }

}

@media screen and (max-width: 850px) {

   h1,
   .title.general {
      font-size: 30px;
   }

   h2,
   .title.high {
      font-size: 26px;
   }

   .header {
      padding-left: 20px;
      padding-right: 20px;
   }

   .games__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .games-list__item {
      width: calc(33.3% - 13.3px);
   }

   .about {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .about__item {
      width: 100%;
   }

   .banner__wrap,
   .bonuses-item__desc {
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 8px;
      width: auto;
      padding: 20px;
   }

   .rating__list li {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .rating-item__stars {
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

   .rating-item__name {
      width: auto;
      margin-right: auto;
   }

   .rating-item__value {
      width: auto;
   }

   /* Bonuses Page */
   .bonuses-list__item {
      padding: 20px;
   }

   /* App Page */
   .app {
      padding-left: 20px;
      padding-right: 20px;
   }

   /* Login Page */
   .content.login {
      padding-left: 16px;
      padding-right: 16px;
   }
}

@media screen and (max-width: 650px) {

   h1,
   .title.general {
      font-size: 26px;
   }

   h2,
   .title.high {
      font-size: 24px;
   }

   .header>.header__button {
      display: none;
   }

   .header__menu .header__button {
      display: inline-block;
      margin-top: 25px;
   }

   .header__menu .header__login {
      margin-left: 0;
   }

   .main__buttons {
      background: #fff;
      -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.251);
      -ms-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.251);
      -o-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.251);
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.251);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      padding: 12px;
   }

   .games-list__item {
      width: calc(50% - 10px);
   }

   .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .footer__payments {
      gap: 10px;
   }

   /* Bonuses Page */
   .bonuses-list__item {
      min-height: 260px;
   }

   .bonuses-desc__title {
      font-size: 24px;
   }

   .bonuses-desc__text {
      font-size: 18px;
   }

   /* App Page */
   .content.app {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 20px;
      gap: 20px;
   }
}

@media screen and (max-width: 450px) {

   h1,
   .title.general {
      font-size: 24px;
   }

   h2,
   .title.high {
      font-size: 22px;
   }

   .content {
      padding: 20px 0;
   }

   .content-wrapper {
      padding-left: 20px;
      padding-right: 20px;
   }

   .games__list {
      gap: 10px;
   }

   .games-list__item {
      width: calc(50% - 5px);
   }

   .about__list li {
      width: 100%;
   }

   .about__table tr {
      padding: 10px;
   }

   .banner__text {
      font-size: 16px;
   }

   .rating__list li {
      padding-left: 10px;
      padding-right: 10px;
   }

   .faq-item__title {
      padding: 10px 40px 10px 10px;
   }

   .faq-item__title:before {
      right: 10px;
   }

   .footer__menu {
      margin-top: 20px;
   }

   /* Bonuses Page */
   .bonuses-list__item {
      min-height: 0;
   }

   .bonuses-desc__title {
      font-size: 20px;
   }

   .bonuses-desc__text {
      font-size: 16px;
      margin-top: 10px;
   }
}