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

   .pros-cons__item {
      padding: 30px;
   }

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

}

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

   body,
   article,
   .article {
      font-size: 18px;
   }

   .content.border,
   .content.gray {
      padding: 20px;
   }

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

   .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: #01a77f;
      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;
   }
}

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

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

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

   .header__button-login {
      margin-right: 10px;
   }

   .prime {
      padding-top: 40px;
      padding-bottom: 40px;
   }

   .prime__text {
      margin-bottom: 10px;
   }

   .banner-casino {
      padding: 30px 20px;
   }

   .banner-casino__button {
      margin-top: 20px;
   }

   .characteristics__table th,
   .characteristics__table td {
      padding: 10px 15px;
   }

   .characteristics__table {
      margin: 0 -15px;
   }

   .characteristics__table table {
      border-spacing: 15px 0
   }

   .pros-cons__table {
      margin-top: 30px;
   }

   .pros-cons__item {
      padding: 15px;
   }

   .pros-cons__item ul {
      margin-top: 20px;
   }

   .banner-bonus {
      padding: 30px 20px;
   }

   .banner-bonus__title {
      font-size: 40px;
   }

   .list-wide {
      margin: 20px -20px 0;
      width: -webkit-calc(100% + 40px);
      width: -moz-calc(100% + 40px);
      width: calc(100% + 40px);
   }

   .list-wide li {
      padding: 10px 20px;
   }

   .review-banner {
      flex-direction: column;
   }

   .review-banner__review {
      width: 100% !important;
      border-radius: 4px 4px 0 0;
      -webkit-border-radius: 4px 4px 0 0;
      -moz-border-radius: 4px 4px 0 0;
      -ms-border-radius: 4px 4px 0 0;
      -o-border-radius: 4px 4px 0 0;
   }

   .review-banner__banner {
      max-width: none;
      padding: 20px;
      text-align: left;
      border-radius: 0 0 4px 4px;
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
   }

   .review-banner__banner .background {
      left: auto;
   }

   .review-banner__title {
      font-size: 30px;
   }

   .review-banner__title span {
      margin-bottom: 0;
   }

   .review-banner__title-s {
      font-size: 26px;
   }

   .review-banner__button {
      margin-top: 20px;
      min-width: 270px;
      padding-top: 20px;
      padding-bottom: 20px;
   }

   .review-banner__img {
      position: absolute;
      margin-top: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
   }

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

   .table table {
      border-spacing: 5px 0
   }

   .slots-table th,
   .slots-table td {
      padding-left: 10px;
      padding-right: 10px;
   }

   .payment__table table {
      border-spacing: 10px;
   }

   .comments__list {
      grid-gap: 20px;
   }

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

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

   .classification__item {
      width: 100%;
   }

   .classification__table th {
      padding-left: 20px;
      padding-right: 20px;
   }

   .classification__table td {
      padding-left: 20px;
   }

   .classification__summary {
      margin-top: 20px;
   }

}

@media screen and (max-width:650px) {
   .header {
      padding-top: 15px;
      padding-bottom: 15px;
   }

   .header__button {
      display: none;
   }

   .header__buttons {
      text-align: center;
   }

   .header__menu .header__button {
      display: inline-block;
      margin-top: 20px;
   }

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

   .main {
      padding-top: 73px;
   }

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

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

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

   .characteristics__table {
      font-size: 16px;
   }

   .characteristics__table table {
      border-spacing: 0;
   }

   .pros-cons__table {
      -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: 20px;
   }

   .slots-table th,
   .slots-table td,
   .payment__table table th,
   .payment__table table td {
      font-size: 16px;
   }

   .faq__cover {
      margin-top: 20px;
   }

   .faq-item__title {
      padding: 20px;
   }

   .faq__item+.faq__item {
      margin-top: 15px;
   }

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

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

   .comments__list li {
      width: 100%;
   }
}

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

   body,
   article,
   .article {
      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);
   }

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

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

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

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

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

   .characteristics__table {
      font-size: 14px;
   }

   .banner-bonus__background img {
      object-position: 0;
   }

   .banner-bonus__title {
      font-size: 28px;
   }

   .review-banner__title {
      font-size: 24px;
      text-align: center;
   }

   .review-banner__img {
      display: none;
   }

   .slots-table {
      overflow: auto;
      padding-left: 10px;
      padding-right: 10px;
   }

   .slots-table table {
      width: 500px;
   }

   .slots-table tr:first-child th {
      padding-top: 15px;
      padding-bottom: 15px;
   }

   .slots-table td {
      padding-top: 5px;
      padding-bottom: 5px;
   }

   .payment__table table th,
   .payment__table table td {
      font-size: 14px;
   }

   .payment__table table th,
   .payment__table table td,
   .comments__list,
   .classification__summary {
      padding: 15px;
   }
}