@media screen and (max-width: 1260px) {
  .content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cover__image.left {
    left: -10px;
  }

  .cover__image.right {
    right: -10px;
  }
}

@media screen and (max-width: 1100px) {
  .header__menu {
    display: none;
  }

  .header__buttons {
    margin-right: 50px;
  }

  .header__button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .header__menu-button {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: -5px;
  }

  .header__expand-menu {
    position: fixed;
    top: -300vh;
    overflow: auto;
    right: 0;
    width: 100vw;
    height: auto;
    background: #292526;
    z-index: 4;
    font-size: 15px;
    padding: 25px 0 25px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: block;
  }

  .header__expand-menu.active {
    top: 75px;
  }

  .header__expand-menu > *:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .header__menu-button svg {
    overflow: visible;
  }

  .header__menu-button.active .rect1 {
    -webkit-transform: rotate(45deg) scaleX(1.32);
    -moz-transform: rotate(45deg) scaleX(1.32);
    -o-transform: rotate(45deg) scaleX(1.32);
    transform: rotate(45deg) scaleX(1.32);
    -webkit-transform-origin: 15px 15px;
    -moz-transform-origin: 15px 15px;
    -o-transform-origin: 15px 15px;
    transform-origin: 15px 15px;
  }

  .header__menu-button.active .rect2 {
    display: none;
  }

  .header__menu-button.active .rect3 {
    -webkit-transform: rotate(-45deg) scaleX(1.32);
    -moz-transform: rotate(-45deg) scaleX(1.32);
    -o-transform: rotate(-45deg) scaleX(1.32);
    transform: rotate(-45deg) scaleX(1.32);
    -webkit-transform-origin: 12.5px 35px;
    -moz-transform-origin: 12.5px 35px;
    -o-transform-origin: 12.5px 35px;
    transform-origin: 12.5px 35px;
  }

  .cover__wrap {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.6);
  }

  .tournaments__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
  }

  .tournaments__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 45%;
    -moz-box-flex: 0;
    flex: 0 1 45%;
  }

  .tournaments__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
  }

  .slots__table tr td:nth-child(1),
  .slots__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26%;
    -moz-box-flex: 0;
    flex: 0 1 26%;
  }

  .slots__table tr td:nth-child(n + 3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -moz-box-flex: 0;
    flex: 0 1 16%;
  }

  .games__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 24%;
    -moz-box-flex: 0;
    flex: 0 1 24%;
  }

  .games__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
  }

  .games__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 36%;
    -moz-box-flex: 0;
    flex: 0 1 36%;
  }
}

@media screen and (max-width: 900px) {
  h1,
  .title.general,
  .first-bonus__title.title.high {
    font-size: 5.3vw;
    line-height: 6.3vw;
  }

  h2,
  .title.high {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .cover__image.right {
    display: none;
  }

  .cover__wrap {
    width: 70%;
    margin-right: 0;
  }

  .main .cover__image.left {
    height: 100%;
  }

  .cover__content.content {
    padding: 40px 0;
  }

  h2.first-bonus__title.high span:before,
  h2.first-bonus__title.high span:after {
    width: 80px;
  }

  h2.first-bonus__title.high span {
    padding: 0 90px;
  }

  .first-bonus__content.content {
    padding: 50px 30px;
  }

  .app__content.content {
    padding: 50px 20px;
  }

  .app__button {
    margin-left: 20px;
  }

  .payment__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
  }

  .payment__table tr td:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
  }

  .rating__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
    -moz-box-flex: 0;
    flex: 0 1 65%;
  }

  .rating__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    flex: 0 1 35%;
  }

  .reviews__grid {
    margin: 28px -10px 0;
  }

  .reviews__grid > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(33.333% - 20px);
    -moz-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 20px);
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    margin: 10px;
  }

  .reviews__card {
    padding: 20px;
    min-height: 320px;
  }

  .reviews__name {
    font-size: 17px;
  }

  .reviews__text {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}

@media screen and (max-width: 800px) {
  .content {
    padding: 20px 15px;
  }

  h4,
  .title.small {
    font-size: 20px;
    line-height: 25px;
  }

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

  .app__content.content {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding: 25px 15px;
  }

  .app__button + .app__button {
    margin-top: 16px;
  }
}

@media screen and (max-width: 700px) {
  h2,
  .title.high {
    font-size: 28px;
    line-height: 33px;
  }

  h3,
  .title.middle:not(.faq-item__title) {
    font-size: 24px;
    line-height: 30px;
  }

  .footer__payment img {
    max-height: 60px;
  }

  .cover__content.content {
    padding: 70px 0;
  }

  .title.middle.faq-item__title {
    font-size: 3.4vw;
    line-height: 1.3;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general,
  .first-bonus__title.title.high {
    font-size: 34px;
    line-height: 40px;
  }

  h2 span {
    padding: 0 80px;
  }

  h2 span:before,
  h2 span:after {
    width: 60px;
    height: 25px;
    top: -webkit-calc(50% - 12.5px);
    top: -moz-calc(50% - 12.5px);
    top: calc(50% - 12.5px);
  }
}

@media screen and (max-width: 600px) {
  .main-info__table tr {
    display: block;
  }

  .main-info__table tr td:nth-child(2) {
    max-width: 100%;
    padding-top: 0;
  }

  .main-info__table tr td:first-child {
    padding-right: 15px;
  }

  body.active {
    overflow: hidden;
  }

  .header__expand-menu {
    height: 100vh;
    top: -150vh;
    overflow: auto;
    padding-bottom: 100px;
  }

  .header__content > .header__buttons > .button {
    display: none;
  }

  .header__expand-menu > *:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .header__expand-menu > *:first-child a {
    padding: 10px;
    min-width: 200px;
  }

  .header__content > .header__buttons {
    margin-right: 50px;
  }

  .header__buttons {
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .header__buttons .button,
  .header__buttons > .button:first-child,
  .header__buttons > .button:nth-child(2) {
    min-width: 200px;
  }

  .header__buttons > .button:nth-child(2) {
    margin-left: auto;
  }

  .first-bonus__wrap {
    width: 100%;
  }

  .main .cover__wrap {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }

  .content.cover__content {
    padding: 50px 0;
  }

  .main .cover__image.left {
    width: -webkit-calc(100% + 200px);
    width: -moz-calc(100% + 200px);
    width: calc(100% + 200px);
    left: -100px;
  }

  .first-bonus__desc > span:before,
  .first-bonus__desc > span:after {
    width: 60px;
  }

  .first-bonus__desc > span {
    padding: 0 75px;
  }

  .tournaments__wrap,
  .slots__wrap,
  .games__wrap {
    overflow: scroll;
  }

  .tournaments__table,
  .games__table {
    min-width: 600px;
  }

  .slots__table {
    min-width: 625px;
  }

  .article .pros__list {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .app__content.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 25px 20px;
    max-width: 380px;
    margin: 20px auto 0;
  }

  .app__buttons {
    margin: 25px auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }

  .app__link {
    margin: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }

  .preface__desc {
    font-size: 20px;
    line-height: 28px;
  }

  .title.middle.faq-item__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 500px) {
  h2 span {
    padding: 0 50px;
  }

  h2 span:before,
  h2 span:after {
    width: 40px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
  }

  .faq-item__answer {
    padding: 12px 15px;
  }

  .title.middle.faq-item__title {
    padding: 10px 60px 10px 15px;
  }

  .title.middle.faq-item__title:before {
    right: 15px;
  }

  .title.middle.faq-item__title:after {
    right: 30px;
  }

  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .header__button:last-child {
    margin-right: auto;
    margin-left: auto;
    margin-top: 25px;
  }

  .cover__wrap {
    padding: 20px 15px;
  }

  .content.cover__content {
    padding: 30px 0;
  }

  h2.first-bonus__title.high span:before,
  h2.first-bonus__title.high span:after {
    width: 60px;
    height: 38px;
    top: -webkit-calc(50% - 19px);
    top: -moz-calc(50% - 19px);
    top: calc(50% - 19px);
  }

  h2.first-bonus__title.high span {
    padding: 0 70px;
  }

  .footer__payment img {
    max-height: 40px;
  }

  .first-bonus__content.content {
    padding: 30px 20px;
  }

  .vip__wrap {
    overflow: scroll;
  }

  .vip__table {
    min-width: 500px;
  }

  .vip__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 42%;
    -moz-box-flex: 0;
    flex: 0 1 42%;
  }

  .vip__table tr td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 58%;
    -moz-box-flex: 0;
    flex: 0 1 58%;
  }

  .payment__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
  }

  .payment__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
  }

  .payment__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    flex: 0 1 35%;
  }

}

@media screen and (max-width: 768px) {
  .reviews__grid {
    margin: 24px -9px 0;
  }

  .reviews__grid > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 18px);
    -moz-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 18px);
    flex: 1 1 calc(50% - 18px);
    max-width: calc(50% - 18px);
    margin: 9px;
  }

  .reviews__card {
    min-height: 260px;
  }

  .reviews__text {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }

  .reviews__avatar {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

@media screen and (max-width: 450px) {
  .payment__wrap {
    overflow: scroll;
  }

  .payment__table {
    min-width: 450px;
  }

  .reviews__grid {
    margin: 16px -8px 0;
  }

  .reviews__grid > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin: 8px;
  }

  .reviews__card {
    padding: 18px;
    min-height: 0;
  }

  .reviews__avatar {
    width: 42px;
    height: 42px;
    font-size: 15px;
    margin-right: 12px;
  }

  .reviews__name {
    font-size: 16px;
  }

  .reviews__text {
    font-size: 15px;
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    overflow: visible;
  }
}

@media screen and (max-width: 400px) {
  h2 span {
    padding: 0 40px;
  }

  h2 span:before,
  h2 span:after {
    width: 35px;
  }

  .app__content.content {
    margin: 20px 10px 0;
  }

  .rating__table tr td:last-child {
    text-align: right;
  }
}
