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

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

   .header__menu ul li+li {
      margin-left: 30px;
   }
}

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

   .header__logo {
      margin-right: auto;
   }

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

   .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: -webkit-linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
      background: -moz-linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
      background: -o-linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
      background: linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
      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;
   }

   .main {
      padding-top: 60px;
   }

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

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

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

   .prime {
      padding: 50px 0 50px 20px;
   }

   .prime__title {
      max-width: 410px;
   }

   .prime__subtitle {
      font-size: 28px;
      max-width: 275px;
      padding-right: 15px;
      padding-left: 40px;
   }

   .prime__image {
      right: 180px;
   }

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

   .registrate {
      background-position: 5% 25%;
   }

   .app-banner {
      padding: 40px 20px;
   }

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

   .footer__payments {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .footer__payments p {
      max-width: 200px;
   }

   .footer__payments ul {
      width: 70%;
   }

   .footer__payments .button {
      margin: 15px auto 0;
   }
}

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

   .content {
      padding: 15px;
   }

   .prime__wrap {
      display: block;
   }

   .prime__title {
      max-width: 370px;
   }

   .prime__subtitle {
      font-size: 26px;
      text-align: left;
      margin: 10px 0 0;
      padding: 15px 20px;
   }

   .prime__image {
      right: 0;
      z-index: -1;
   }

   .app-banner__links {
      margin-right: 30px;
   }

   .games__list li {
      width: -webkit-calc(33.3% - 10px);
      width: -moz-calc(33.3% - 10px);
      width: calc(33.3% - 10px);
      margin-right: 15px;
   }

   .games__list li:nth-child(4n) {
      margin-right: 15px;
   }

   .games__list li:nth-child(3n) {
      margin-right: 0;
   }

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

   .games__list-hover {
      padding: 10px;
   }

   .game__button {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
   }

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

   .footer__payments {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px;
   }

   .footer__payments p {
      text-align: center;
   }

   .footer__payments ul {
      padding-right: 0;
      margin-top: 15px;
      width: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}

@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;
      margin-top: 25px;
   }

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

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

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

   .prime__title {
      max-width: 370px;
   }

   .prime__subtitle {
      font-size: 20px;
      max-width: 200px;
   }

   .prime__image {
      right: -55px;
   }

   .table {
      font-size: 13px;
   }

   .registrate {
      background: #202A32;
   }

   .registrate__general {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 30px;
      margin-bottom: 20px;
   }

   .registrate__general-title {
      max-width: none;
   }

   .registrate__general-img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
   }

   .registrate__general-title {
      padding: 30px;
      background: -webkit-linear-gradient(90deg, #06d5bb, #22afbf);
      background: -moz-linear-gradient(90deg, #06d5bb, #22afbf);
      background: -o-linear-gradient(90deg, #06d5bb, #22afbf);
      background: linear-gradient(90deg, #06d5bb, #22afbf);
      border-radius: 8px 8px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }

   .registrate__general-background {
      display: none;
   }

   .registrate__general-title h3 {
      padding: 0;
      position: relative;
      z-index: 1;
   }

   .registrate__general:before {
      width: 108px;
      height: 150px;
      top: -20px;
      left: -33px;
   }

   .app-banner__backgroun img {
      object-position: left;
   }

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

   .app-banner__logo {
      max-width: 250px;
      margin: 0 auto 15px;
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
   }

   .app-banner__links {
      margin-right: 0;
   }

   .slots__table {
      overflow: auto;
   }

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

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

   .slots__table::-webkit-scrollbar-thumb {
      background: #788fa3;
      border-radius: 10px;
   }

   .slots__table table {
      width: 650px;
   }

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

   .footer__text .wrap {
      margin: 10px 0 0;
   }
}

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

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

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

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

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

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

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

   .prime__subtitle {
      font-size: 18px;
      padding: 10px;
      max-width: 190px;
   }

   .prime__image {
      opacity: .7;
   }

   .registrate__general-img {
      position: absolute;
      z-index: 0;
   }

   .tournaments__table {
      overflow: auto;
   }

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

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

   .tournaments__table::-webkit-scrollbar-thumb {
      background: #788fa3;
      border-radius: 10px;
   }

   .tournaments__table table {
      width: 450px;
   }

   .registrate__form-field {
      padding-left: 10px;
      padding-right: 10px;
   }

   .games__list li,
   .games__list li:nth-child(3n) {
      width: -webkit-calc(50% - 5px);
      width: -moz-calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
   }

   .games__list li:nth-child(2n) {
      margin-right: 0;
   }

   .games__list li:nth-child(n+3) {
      margin-top: 10px;
   }

   .faq-item__title {
      font-size: 14px;
      padding: 10px 15px 10px 35px;
   }

   .faq-item__title:before {
      width: 20px;
      height: 20px;
      left: 7px;
   }

   .faq-item__desc {
      margin-top: 10px;
      padding: 0 5px;
   }

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

   .footer__age {
      margin: 20px auto 0;
   }
}