@media screen and (max-width:1300px) {
   .cover {
      padding-left: 20px;
      padding-right: 20px;
   }

   .content {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
   }

   .prime__img:first-of-type {
      left: 0;
   }

   .prime__img:last-of-type {
      right: 0;
   }
}

@media screen and (max-width:1025px) {
   .header__cover {
      overflow: visible;
   }

   .header__logo {
      margin-right: auto;
   }

   .header__menu-button {
      display: block;
      border: 2px solid #FEC07E;
      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: #FEC07E;
   }

   .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: 99%;
      left: 0;
      right: 0;
      background: #292526;
      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;
      padding-left: 0;
   }

   .header__menu ul li+li:before {
      position: static;
      margin-bottom: 15px;
   }

   .header__menu ul a {
      padding: 0 0 10px;
   }

   .main {
      padding-top: 79px;
   }

   h1,
   .title.general {
      font-size: 38px;
   }

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

   .prime {
      padding: 30px 0;
   }

   .prime__title {
      max-width: 410px;
   }

   .prime__subtitle {
      font-size: 28px;
   }

   .table th,
   .table td {
      padding: 10px;
   }
}

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

   ul>li:before {
      top: 7px;
   }

   .content {
      padding: 15px;
   }

   .prime__img {
      display: none;
   }

   .uppertext {
      font-size: 20px;
   }

   .pros-cons__item {
      padding: 10px;
   }

   .banner {
      min-height: 0;
      padding: 50px 20px;
   }

   .banner__bonus {
      font-size: 40px;
   }

   .faq-item__title {
      font-size: 20px;
   }

   .testimonials__text {
      font-size: 20px;
   }

   .footer {
      padding-top: 100px;
   }
}

@media screen and (max-width: 650px) {
   .content {
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px);
   }

   .header__button {
      display: none;
   }

   .header__menu .header__button {
      display: inline-block;
   }

   .header__buttons {
      text-align: center;
   }

   .header__button {
      margin-top: 20px;
   }

   .header__button-register {
      margin-left: 0;
   }

   h1,
   .title.general {
      font-size: 30px;
   }

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

   h2:before,
   h2:after {
      width: 40px;
      height: 13px;
   }

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

   .header {
      padding-top: 10px;
      padding-bottom: 10px;
   }

   .header__button-register {
      margin-right: 0;
   }

   .main {
      padding-top: 66px;
   }

   .prime__title {
      max-width: 370px;
      margin-bottom: 10px;
   }

   .prime__button {
      margin-top: 10px;
   }

   .uppertext {
      font-size: 18px;
   }

   .pros-cons__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .pros-cons__item {
      width: 100%;
      margin-right: 0;
   }

   .pros-cons__item+.pros-cons__item {
      margin-top: 10px;
   }

   .pros-cons__item-title {
      margin-bottom: 13px;
   }

   .banner {
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .banner__bonus {
      font-size: 36px;
   }

   .app-banner__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .app-banner__links {
      margin: 15px 0 0;
      order: 1;
   }

   .tournaments__table,
   .vip__table,
   .slots__table,
   .table-games__table {
      overflow: auto;
      padding-bottom: 5px;
   }

   .tournaments__table::-webkit-scrollbar,
   .vip__table::-webkit-scrollbar,
   .slots__table::-webkit-scrollbar,
   .table-games__table::-webkit-scrollbar {
      height: 3px;
   }

   .tournaments__table::-webkit-scrollbar-track,
   .vip__table::-webkit-scrollbar-track,
   .slots__table::-webkit-scrollbar-track,
   .table-games__table::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0);
   }

   .tournaments__table::-webkit-scrollbar-thumb,
   .vip__table::-webkit-scrollbar-thumb,
   .slots__table::-webkit-scrollbar-thumb,
   .table-games__table::-webkit-scrollbar-thumb {
      background: #FEC07E;
      border-radius: 10px;
   }

   .vip__table table {
      width: 600px;
   }

   .tournaments__table table,
   .table-games__table table {
      width: 750px;
   }

   .slots__table table {
      width: 800px;
   }

   .faq-item__title {
      font-size: 18px;
      padding: 10px 40px 10px 10px;
   }

   .faq-item__title:before {
      right: 8px;
      width: 25px;
      height: 25px;
      background-size: 11px;
   }

   .testimonials__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .testimonials__list li {
      width: 100%;
      margin-right: 0;
   }

   .testimonials__list li:nth-child(n+2) {
      margin-top: 15px;
   }

   .testimonials__text {
      font-size: 18px;
   }

   .footer__payment li {
      width: 94px;
      height: 50px;
      padding: 10px;
   }
}

@media screen and (max-width: 450px) {

   h1,
   .title.general {
      font-size: 24px;
   }

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

   h2:before,
   h2:after {
      display: none;
   }

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

   h4,
   .title.mini {
      font-size: 15px;
   }

   ul>li:before {
      left: 0;
   }

   li {
      padding-left: 20px;
   }

   .button {
      font-size: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      min-width: 200px;
   }

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

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

   .info__table {
      overflow: auto;
      padding-bottom: 5px;
   }

   .info__table::-webkit-scrollbar {
      height: 3px;
   }

   .info__table::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0);
   }

   .info__table::-webkit-scrollbar-thumb {
      background: #FEC07E;
      border-radius: 10px;
   }

   .info__table table {
      width: 450px;
   }

   .banner__prize {
      padding: 0px 85px;
   }

   .banner__prize:after,
   .banner__prize:before {
      width: 70px;
      height: 15px;
   }

   .banner__bonus {
      font-size: 32px;
   }

   .faq-item__title {
      font-size: 16px;
   }

   .faq-item__desc {
      padding-left: 10px;
      padding-right: 10px;
   }

   .testimonials__text {
      font-size: 16px;
   }

   .footer__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .desk p+p {
      margin-top: 15px;
   }

   .footer__age,
   .footer__icon {
      margin-top: 15px;
   }
}