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

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

   .header__menu {
      margin: 0 auto;
   }

   .header__menu ul {
      padding-left: 30px;
      padding-right: 30px;
   }

}

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

   article>*+*,
   .article>*+* {
      margin-top: 15px;
   }

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

   .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;
      background: #203238;
      z-index: 10;
      margin: 0;
      border-radius: 0;
      padding-top: 25px;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
   }

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

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

   .header__menu ul li a {
      padding: 15px 0;
   }

   .header.scroll .header__menu ul li a {
      padding-top: 10px;
      padding-bottom: 10px;
   }

   .account__form-wrap {
      padding: 50px;
   }

   .account__form-img {
      margin-right: 50px;
   }

   .teams__item-title {
      font-size: 24px;
   }

   .teams__item {
      font-size: 18px;
   }

   .payments__crypto {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 240px;
   }
}

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

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

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

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

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

   .header__button {
      display: none;
   }

   .header__buttons {
      text-align: center;
   }

   .header__menu .header__button {
      display: inline-block;
      margin: 15px 5px 0;
   }

   p {
      margin-top: 15px;
   }

   .prime {
      padding-top: 100px;
   }

   .prime__banner {
      margin-top: 25px;
   }

   .prime__banner p {
      font-size: 28px;
      line-height: 1.2;
   }

   .content.characteristics {
      padding-left: 20px;
      padding-right: 20px;
   }

   .characteristics__table {
      margin-left: -20px;
      font-size: 18px;
   }

   .characteristics__table th {
      width: 250px;
   }

   .characteristics__table th,
   .characteristics__table td {
      padding-left: 30px;
      padding-right: 30px;
   }

   .pros-cons__title {
      font-size: 28px;
      padding: 20px;
   }

   .pros-cons__item ul {
      padding: 20px;
   }

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

   .account__steps li {
      width: 100%;
   }

   .account__steps li+li {
      margin-top: 20px;
   }

   .account__steps li:nth-child(n+2):before,
   .account__form-img {
      display: none;
   }

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

   .app__desc {
      margin: 15px 0 0;
   }

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

   .bonuses__wrap>* {
      width: 100%;
   }

   .bonuses__table {
      margin: 0 0 15px;
   }

   .teams__item {
      padding: 15px;
      font-size: 16px;
      width: -webkit-calc(33.3% - 10px);
      width: -moz-calc(33.3% - 10px);
      width: calc(33.3% - 10px);
   }

   .teams__item-title {
      font-size: 18px;
   }

   .slot__table {
      margin: 30px 0 0 -5px;
   }

   .slot__table table,
   .games__table table,
   .payments__table table {
      border-spacing: 5px 0;
   }

   .slot__table table th {
      padding: 15px;
   }

   .slot__table table td {
      padding-left: 15px;
      padding-right: 15px;
   }

   .slot__table table tr:last-child td {
      padding-bottom: 15px;
   }

   .games__table th,
   .games__table td,
   .payments__table th,
   .payments__table td {
      padding-left: 15px;
      padding-right: 15px;
   }

   .payments__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }

   .payments__crypto {
      margin: 0 0 15px;
   }

   .comments__list {
      grid-gap: 20px;
   }

   .comments__list li {
      width: -webkit-calc(50% - 10px);
      width: -moz-calc(50% - 10px);
      width: calc(50% - 10px);
   }
}

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

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

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

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

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

   .prime-desc {
      padding: 0;
   }

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

   .prime__banner p {
      font-size: 24px;
      margin-bottom: 10px;
      text-align: center;
   }

   .characteristics__table {
      font-size: 16px;
   }

   .characteristics__table th,
   .characteristics__table td {
      padding-left: 20px;
      padding-right: 20px;
   }

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

   .pros-cons__item {
      width: 100%;
   }

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

   .account__wrap {
      margin-top: 25px;
   }

   .account__form-wrap {
      padding: 30px 20px;
   }

   .bonuses__table {
      font-size: 20px;
   }

   .bonuses__table tr:first-child td {
      padding-top: 15px;
   }

   .bonuses__table tr:last-child td {
      padding-bottom: 15px;
   }

   .bonuses__item+.bonuses__item {
      margin-top: 20px;
   }

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

   .teams__item {
      width: 100%;
   }

   .teams__item+.teams__item {
      margin-top: 10px;
   }

   .slot__table,
   .games__table,
   .payments__table {
      overflow: auto;
   }

   .slot__table table,
   .games__table table,
   .payments__table table {
      width: 650px;
   }

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

   .comments__list li {
      width: 100%;
   }

   .comments__list {
      padding: 20px;
   }
}

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

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

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

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

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

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

   .characteristics__table {
      font-size: 14px;
   }

   .characteristics__table tr:last-child th,
   .characteristics__table tr:last-child th {
      padding-bottom: 30px;
   }

   .account__steps {
      padding: 20px;
   }

   .account__form-wrap {
      padding-left: 10px;
      padding-right: 10px;
   }

   .account__form-form {
      text-align: center;
   }

   .account__form-field {
      min-height: 50px;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 15px;
   }

   .account__form-desk {
      font-size: 14px;
   }

   .app__list ul {
      padding: 20px;
   }

   .bonuses__table td {
      padding-left: 20px;
      padding-right: 20px;
   }

   .bonuses__table {
      font-size: 18px;
   }

}