@media screen and (max-width:1270px) {
   .cover {
      padding-left: 20px;
      padding-right: 20px;
   }

   .content {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
   }

   .prime__image {
      right: 0;
   }
}

@media screen and (max-width:1025px) {
   .content {
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .header__logo {
      margin-right: auto;
   }

   .header__menu-button {
      display: block;
      background: #FFAA00;
      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;
      margin-left: 15px;
   }

   .header__menu-button svg {
      display: block;
      margin: auto;
   }

   .header__menu-button svg rect {
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
      fill: #000;
   }

   .header__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);
   }

   .header__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);
   }

   .header__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 {
      display: none;
   }

   .header__menu.show {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #05071A;
      z-index: 10;
      margin: 0;
      border-radius: 0;
      padding: 25px;
   }

   .header__menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .header__menu ul li+li {
      margin: 15px 0 0;
   }

   .header__menu ul a {
      padding: 0 0 10px;
   }

   h1,
   .title.general {
      font-size: 38px;
   }

   h2,
   .title.high {
      font-size: 32px;
   }

   h3,
   .title.middle {
      font-size: 24px;
   }

   h4,
   .title.mini {
      font-size: 16px;
   }

   .prime {
      padding-top: 25px;
      padding-bottom: 25px;
   }

   .prime__wrap {
      max-width: 685px;
   }

   .prime__image {
      top: 0;
      right: 5vw;
   }

   .app__logo {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
   }

   .app__links {
      margin-right: 3vw;
   }

   .bonuses__table th,
   .bonuses__table td,
   .payments__table th,
   .payments__table td {
      width: auto;
   }

}

@media screen and (max-width: 850px) {

   body,
   article .article {
      font-size: 14px;
   }

   h1,
   .title.general {
      font-size: 32px;
   }

   h2,
   .title.high {
      font-size: 26px;
   }

   h3,
   .title.middle {
      font-size: 20px;
   }

   h4,
   .title.mini {
      font-size: 16px;
   }

   .content {
      padding: 15px;
   }

   .prime__wrap {
      max-width: 530px;
   }

   .table th,
   .table td {
      padding: 10px;
   }

   .banner__subtitle {
      font-size: 20px;
   }

   .app__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .app__links {
      margin: 0;
      margin-top: 15px;
   }

   .bonuses__table,
   .payments__table {
      overflow: auto;
   }

   .bonuses__table table,
   .payments__table table {
      width: 1000px;
   }

   .bonuses__table th,
   .bonuses__table td {
      width: calc(100% / 6);
   }

   .payments__table th,
   .payments__table td {
      width: calc(100% / 5);
   }

   .bonuses__table::-webkit-scrollbar,
   .payments__table::-webkit-scrollbar {
      height: 4px;
   }

   .bonuses__table::-webkit-scrollbar-track,
   .payments__table::-webkit-scrollbar-track {
      background: #FFAA004D;
      border-radius: 3px;
   }

   .bonuses__table::-webkit-scrollbar-thumb,
   .payments__table::-webkit-scrollbar-thumb {
      background: #FFAA00;
      border-radius: 3px;
   }

   .games__table th {
      white-space: normal;
      font-size: 18px;
   }

   .footer {
      padding-top: 30px;
      padding-bottom: 30px;
   }
}

@media screen and (max-width: 650px) {
   .header__button {
      display: none;
   }

   .header__menu .header__button {
      display: inline-block;
   }

   .header__buttons {
      text-align: center;
      margin-top: 25px;
   }

   h1,
   .title.general {
      font-size: 30px;
   }

   h2,
   .title.high {
      font-size: 24px;
   }

   h3,
   .title.middle {
      font-size: 18px;
   }

   h4,
   .title.mini {
      font-size: 16px;
   }

   .prime__image {
      display: none;
   }

   .table th,
   .table td {
      padding: 5px;
   }

   .banner__subtitle {
      font-size: 18px;
   }

   .app__links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .app__link-apple {
      margin: 0 0 10px;
   }

   .games__table th,
   .games__table td {
      padding: 5px;
   }

   .games__table th {
      font-size: 16px;
   }
}

@media screen and (max-width: 450px) {

   h1,
   .title.general {
      font-size: 24px;
   }

   h2,
   .title.high {
      font-size: 22px;
   }

   h3,
   .title.middle {
      font-size: 18px;
   }

   h4,
   .title.mini {
      font-size: 16px;
   }

   .cover {
      padding-left: 10px;
      padding-right: 10px;
   }

   .content {
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px);
   }

   .table th,
   .table td {
      font-size: 12px;
   }

   .banner__subtitle {
      font-size: 16px;
      margin-top: 0;
   }

   .games__table tr,
   .games__table th,
   .games__table td {
      display: block;
      text-align: center;
   }

   .games__table th {
      border-bottom: 0;
      border-right: 1px solid #FA0;
      border-radius: 6px 6px 0 0;
   }

   .games__table td {
      border-top: 0;
      border-left: 1px solid #FA0;
      border-radius: 0 0 6px 6px;
   }

   .games__table tr+tr {
      margin-top: 10px;
   }

   .faq-item__title {
      font-size: 14px;
      padding: 10px 35px 10px 10px;
   }

   .faq-item__title:before {
      right: 10px;
   }

   .footer__desc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .footer__age {
      margin: 20px auto 0;
   }
}