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

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

   .banner__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 200px;
   }

   .banner__desc {
      padding: 30px;
   }

   .banner__title {
      font-size: 26px;
   }

   .banner__button {
      margin-top: 25px;
   }

   .slots__table th:first-child,
   .slots__table td:first-child {
      padding-left: 30px;
   }
}

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

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

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

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

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

   .prime {
      padding: 20px;
   }

   .prime__text {
      font-size: 16px;
      margin: 15px 0 0;
   }

   .characteristics__table th {
      width: 270px;
   }

   .pros-cons__desc,
   .pros-cons__item {
      padding: 20px;
   }

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

   .registration__list li {
      padding-left: 60px;
      padding-right: 20px;
   }

   .registration__list li:before {
      width: 50px;
   }

   .banner__title {
      font-size: 22px;
   }

   .slots__table th:last-child,
   .slots__table td:last-child {
      padding-right: 30px;
   }

   .games__table th,
   .games__table td {
      padding: 20px;
   }

   .games__table th:first-child {
      width: 140px;
   }

   .comments__list {
      grid-gap: 20px;
   }

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

   .summary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0;
   }

   .summary__rating,
   .summary__desc {
      width: 100%;
   }

   .faq-item__title {
      padding: 15px 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;
   }

   p {
      margin-top: 15px;
   }

   .main:before {
      top: 73px;
   }

   .characteristics__table,
   .slots__table,
   .games__table {
      overflow: auto;
      width: 100%;
   }

   .characteristics__table table,
   .slots__table table,
   .games__table table {
      width: 650px;
   }

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

   .pros-cons__item {
      width: 100%;
   }

   .registration__list {
      margin-top: 20px;
   }

   .app__desc,
   .app__item {
      padding: 20px;
   }

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

   .banner__img {
      max-width: none;
   }

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

   .payment__table tr:last-child td {
      padding-bottom: 20px;
   }

   .faq__list {
      margin-top: 25px;
   }

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

   .comments__list {
      margin-top: 20px;
   }

   .comments__list li {
      width: 100%;
   }

   .summary__rating-title {
      padding: 20px;
   }

   .summary__desc {
      padding: 20px;
   }
}

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

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

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

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

   .characteristics__table th {
      width: 210px;
   }

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

   .registration__list li+li {
      margin-top: 10px;
   }

   .banner__desc {
      padding: 20px;
   }

   .banner__title {
      font-size: 18px;
   }

   .payment__table {
      overflow: auto;
      width: 100%;
   }

   .payment__tablev table {
      width: 450px;
   }

   .summary__rating-tabel {
      padding: 20px;
   }

   .summary__desc {
      font-size: 16px;
   }
}