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

@media screen and (min-width: 1025px) {
  .header__menu ul li:hover ul.header-menu__subtitle {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    display: block;
    border: 2px solid #4ea522;
    padding: 10px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    margin-left: 15px;
  }

  .menu-button svg {
    display: block;
    margin: auto;
  }

  .menu-button svg rect {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #4ea522;
  }

  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .menu-button.active svg rect:nth-child(2) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 2);
    -ms-transform: scale(0, 2);
    transform: scale(0, 2);
  }

  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 52px);
    background: #16181d;
    z-index: 10;
    margin: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
    overflow-y: scroll;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .header__menu > ul > li > a {
    padding: 8px 20px;
		display: block;
    width: 100%;
    font-size: 16px;
    color: #4ea522;
    border-bottom: 2px solid #4ea522;
  }

  .header-menu__button:before {
    display: none;
  }

  ul.header-menu__subtitle {
    position: static;
    width: 100%;
    display: block;
  }

  ul.header-menu__subtitle a {
    width: 100%;
    display: block;
    opacity: 0.7;
  }

  .header__menu ul li {
    width: 100%;
    max-width: 300px;
  }

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

  .prime__background img {
    -o-object-position: 40% center;
    object-position: 40% center;
  }

  .board__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 20px);
    -ms-flex: 0 0 calc(100% / 2 - 20px);
    flex: 0 0 calc(100% / 2 - 20px);
  }

  .app {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .app__stores {
    margin-right: 30px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 850px) {
  h2,
  .title.high {
    font-size: 20px;
  }

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

  h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .prime {
    padding: 50px 20px;
  }

  .comments__slide-text {
    font-size: 18px;
  }

  .registration__desc {
    width: calc(100% - 200px);
  }

  .registration__image {
    right: -40px;
    width: 320px;
  }

  .bonuses__list li {
    min-height: unset;
  }

  .bonuses-list__text {
    padding: 20px;
  }

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

  .app > * {
    margin: 0 auto 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .app > *:last-child {
    margin-bottom: 0;
  }
  .app__stores {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .app__stores a {
    margin: 8px;
  }
  .app__background img {
    -o-object-position: right center;
    object-position: right center;
    opacity: 0.5;
  }

  .assessment__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 20px);
    -ms-flex: 0 0 calc(100% / 2 - 20px);
    flex: 0 0 calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 768px) {
  .prime__background img {
    -o-object-position: right center;
    object-position: right center;
  }

  .prime__wrap,
  .banner__wrap {
    padding: 24px 20px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
  }

  .banner {
    padding: 6% 3%;
  }
}

@media screen and (max-width: 650px) {
  .header > .header__button {
    display: none;
  }

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

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

  .footer__desc-text {
    margin: 0 0 10px;
    max-width: none;
  }

  .footer__desc-payment {
    max-width: none;
    padding: 10px;
  }
}

@media screen and (max-width: 605px) {
  .content,
  .article,
  article {
    padding: 20px 10px;
  }

  .table th,
  .table td {
    padding: 10px 8px;
  }

  .prime__wrap,
  .banner__wrap {
    padding: 20px 16px;
  }

  .board {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .board__item {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .casino-wrap__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .registration {
    padding-bottom: 250px;
  }

  .registration__desc {
    padding: 20px 16px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
  }

  .registration__image {
    width: unset;
    height: 250px;
    right: 20px;
  }

  .bonuses-list__text {
    padding: 16px;
  }

  .banner__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .bonuses-list__title {
    font-size: 20px;
  }

  .assessment__list li {
    font-size: 16px;
  }
  .assessment__list li > * {
    margin-right: 12px;
  }
  .assessment-list__rating {
    font-size: 20px;
  }

  .vip {
    padding-bottom: 250px;
  }

  .vip__desc {
    max-width: 100%;
  }

  .vip__image {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 250px;
  }

  .banner__wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .games__board {
    margin-bottom: 40px;
  }

  .games-board__item.games-board__item-transparent {
    margin-top: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 550px) {
  .bonuses__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bonuses__list li > * {
    margin: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  table,
  .table {
    font-size: 11px;
  }
}

@media screen and (max-width: 500px) {
  .review__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

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

  .table th,
  .table td {
    padding: 8px 4px;
  }

  h1.title,
  .title.general {
    font-size: 22px;
  }
  .prime__title > .contrast {
    font-size: 115%;
  }

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

  h2 {
    padding-right: 10px;
  }

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

  .header {
    padding: 5px 10px;
  }

  .header__logo {
    max-width: 185px;
  }

  .header__menu {
    max-height: calc(100vh - 62px);
  }

  .menu-button {
    margin-left: 10px;
  }

  .prime {
    padding: 30px 16px;
    min-height: unset;
  }

  .assessment__list {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .assessment__list li {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .faq-item__title {
    padding: 12px 60px 12px 16px;
    font-size: 14px !important;
  }

  .comments__title {
    padding-right: 10px;
  }

  .comments__slide {
    padding: 10px;
  }

  .comments__slide-text {
    font-size: 14px;
  }

  .owl-theme .owl-nav {
    position: static;
    margin-top: 10px;
  }

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

  .footer__bottom-item {
    width: 100%;
  }

  .footer__bottom-copy {
    margin: 0 0 10px;
  }

  .footer__bottom-right {
    max-width: none;
    margin-left: 0;
  }
}
