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

   .vote__list {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .vote__list li,
   .vote__list li+li {
      width: 100%;
      max-width: 144px;
      margin: 0 5px 10px;
   }
}

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

   .content.uppertext {
      font-size: 20px;
   }

   .info__table thead {
      text-align: left;
   }

   .flex-banner {
      max-width: 330px;
   }

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

   .content.uppertext {
      font-size: 18px;
      padding-left: 80px;
      padding-right: 80px;
   }

   .uppertext:before,
   .uppertext:after {
      width: 65px;
      height: 25px;
   }

   .uppertext:before {
      left: 10px;
   }

   .uppertext:after {
      right: 10px;
   }

   .info__table td:first-child {
      min-width: 330px;
   }

   .info__table td span {
      max-width: 250px;
   }

   .registration .wrap,
   .tournaments .wrap,
   .vote .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .registration__text,
   .tournaments__text,
   .vote__text {
      padding-right: 0;
      margin-bottom: 15px;
   }

   .flex-banner {
      max-width: 380px;
      margin: 0 auto;
   }

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

   .banner__bonus {
      font-size: 40px;
   }

   .app-steps li {
      padding: 10px 10px 10px 25px;
   }

   .app-steps li:before {
      top: 5px;
      left: 5px;
   }

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

   .testimonials__list li:nth-child(3n) {
      margin-right: 20px;
   }

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

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

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

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

   .pros-cons__item {
      width: 100%;
   }

   .pros__item {
      margin: 0 0 15px;
   }

   .registration {
      margin-top: 30px;
   }

   .registration__text ol li {
      min-height: 50px;
      padding-left: 60px;
   }

   .registration__text ol li:before {
      width: 50px;
      height: 50px;
      font-size: 20px;
   }

   .banner__bonus {
      font-size: 36px;
   }

   .app-steps li {
      width: -webkit-calc(50% - 5px);
      width: -moz-calc(50% - 5px);
      width: calc(50% - 5px);
      margin-right: 10px;
   }

   .app-steps li:nth-child(3n) {
      margin-right: 10px;
   }

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

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

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

   .app__button {
      width: 100%;
   }

   .app__button-ios {
      margin: 0 0 15px;
   }

   .slots__table table {
      width: 650px;
   }

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

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

   .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: 10px;
      padding-right: 10px;
   }

   .prime__button {
      margin-top: 15px;
   }

   .content.uppertext {
      font-size: 16px;
      padding-left: 10px;
      padding-right: 10px;
   }

   .uppertext:before,
   .uppertext:after {
      display: none;
   }

   .info__table td:first-child {
      min-width: 240px;
   }

   .info__table td img {
      width: 24px;
      margin-right: 5px;
   }

   .info__table td span {
      max-width: 180px;
   }

   .pros-cons__item li:before {
      left: -10px;
   }

   .registration__text ol li {
      padding-left: 50px;
      min-height: 50px;
   }

   .registration__text ol li:before {
      width: 40px;
      height: 40px;
      font-size: 18px;
   }

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

   .banner__prize {
      padding: 0px 85px;
   }

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

   .banner__bonus {
      font-size: 32px;
   }

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

   .app-steps li,
   .testimonials__list li {
      width: 100%;
      margin-right: 0;
      min-height: 0;
   }

   .app-steps li:nth-child(n+2),
   .testimonials__list li:nth-child(n+2) {
      margin: 10px 0 0;
   }

   .testimonials__list li {
      padding: 10px;
   }

   .title.faq-item__title {
      font-size: 16px;
      padding: 10px 50px 10px 10px;
   }

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

   .vote__list li,
   .vote__list li+li {
      max-width: 130px;
   }

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

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

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