@media screen and (max-width: 1330px) {
  .block {
    padding-left: 0;
    padding-right: 0;
  }
  .main,
  .block-bg,
  .prime {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    padding: 40px 30px;
  }

  .dropdown li > a {
    padding: 9px 10px;
  }

  .prime {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 30px * 2);
  }

  .registration {
    padding: 30px;
  }

  .bonus__img {
    right: 0;
  }

  .factors-table__wrapper {
    padding: 30px;
  }

  .general__table td {
    font-size: 18px;
  }
  .general__table td:first-child {
    padding-right: 30px;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% - 32% - 15px);
    -ms-flex: 0 1 calc(100% - 32% - 15px);
    flex: 0 1 calc(100% - 32% - 15px);
  }

  .slots__table {
    padding: 30px;
  }

  .vip__wrapper-table table thead td {
    padding: 15px;
    font-size: 20px;
  }
  .vip__wrapper-table table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 15px * 2) / 3);
    -ms-flex: 0 1 calc((100% - 15px * 2) / 3);
    flex: 0 1 calc((100% - 15px * 2) / 3);
  }

  .table-three.casino-bonuses__table td:first-child,
  .table-three.casino-bonuses__table td:nth-child(2),
  .table-three.casino-bonuses__table td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }

  .tournaments__table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc((100% - 15px * 2) / 3);
    -ms-flex: 0 0 calc((100% - 15px * 2) / 3);
    flex: 0 0 calc((100% - 15px * 2) / 3);
  }

  .games__table-two td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 15px) / 2);
    -ms-flex: 0 1 calc((100% - 15px) / 2);
    flex: 0 1 calc((100% - 15px) / 2);
  }
  .games__table-three td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 3 - 15px * 2);
    -ms-flex: 0 1 calc(100% / 3 - 15px * 2);
    flex: 0 1 calc(100% / 3 - 15px * 2);
  }
  .games__table tbody td {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    margin-right: auto;
  }
  .header__button-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 40px;
    background: transparent;
    padding: 10px;
    margin: 0 0 0 15px;
    border-color: #3e3d3d;
  }
  .header__button-menu svg {
    display: block;
    margin: 0;
    fill: #3e3d3d;
  }
  .header__button-menu 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;
  }
  .header__button-menu.active ~ .header__dropdown {
    top: 100%;
    opacity: 1;
  }
  .header__button-menu:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__button-menu.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header__dropdown {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 123px);
    overflow: auto;
    text-align: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#01a77f),
      color-stop(97%, #336764),
      to(#336764)
    );
    background-image: -o-linear-gradient(
      left,
      #01a77f 0%,
      #336764 97%,
      #336764 100%
    );
    background-image: linear-gradient(
      90deg,
      #01a77f 0%,
      #336764 97%,
      #336764 100%
    );
    opacity: 0;
    padding: 20px 32px 40px 32px;
    margin: 0 !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }
  .header__dropdown ul {
    display: block;
    max-width: 320px;
  }
  .header__dropdown ul:last-child {
    display: block;
  }
  .header__dropdown > * {
    margin: 24px auto 0 auto !important;
  }

  .dropdown ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 16px 0;
    background-color: transparent;
  }
  .dropdown li > a {
    padding: 12px;
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 24px;
  }
  .dropdown li > a:hover,
  .dropdown li > a.current {
    color: #ffffff;
    background: transparent;
  }
  .dropdown li > a:hover::before,
  .dropdown li > a:hover::after {
    display: none;
  }
  .dropdown li {
    width: 100%;
  }
  .dropdown li + li {
    margin: 10px 0 0 0;
  }

  .prime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .prime__wrapper-text {
    width: 100%;
    text-align: center;
  }
  .prime__title-general,
  .prime__title-secondary {
    text-align: center;
  }
  .prime__wrapper-img {
    width: 100%;
    max-width: 350px;
  }
  .prime > * {
    margin-bottom: 25px;
  }
  .prime > *:last-child {
    margin-bottom: 0;
  }

  .bonus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bonus__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .bonus__wrapper + .bonus__wrapper {
    margin-top: 25px;
  }
  .bonus__title {
    width: 60%;
    max-width: 500px;
  }

  .table-three td {
    padding: 15px;
  }

  .games__table tbody td:first-child,
  .games__table-two tbody td {
    font-size: 15px;
  }

  .registration__wrapper-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
  }

  .vip {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .vip > * + * {
    margin-bottom: 25px;
  }
  .vip__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .vip__wrapper-text {
    padding-left: 0;
  }

  .review__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 2 - 30px);
    -ms-flex: 0 1 calc(100% / 2 - 30px);
    flex: 0 1 calc(100% / 2 - 30px);
  }

  .resume__list li {
    font-size: 20px;
  }

  .faq-item__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 850px) {
  thead td {
    font-size: 14px !important;
  }
  tbody td {
    font-size: 11px !important;
  }

  section,
  article {
    margin-bottom: 25px;
  }

  .main,
  .block-bg,
  .prime,
  .registration {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-bg {
    padding: 20px;
  }

  .header {
    padding: 40px 20px;
  }

  .prime {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 20px * 2);
  }

  .bonus__wrapper {
    padding: 25px 20px;
  }

  .table-three,
  .slots__table,
  .factors__table,
  .games__table,
  .games__table-three tbody tr {
    padding: 20px;
  }

  .general__table td {
    padding: 10px 20px;
  }
  .general__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .general__table td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }

  .factors__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factors-table__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .factors-table__wrapper + .factors-table__wrapper {
    margin-top: 25px;
  }
  .factors-table__title::after {
    width: 90%;
    left: -10%;
  }

  .registration {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .registration > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .registration > * + * {
    margin-bottom: 35px;
  }
  .registration__wrapper-img {
    max-width: 500px;
  }
  .registration__form {
    text-align: center;
  }
	.registration__wrapper-form .alert {
		bottom: -25px;
	}

  .table-three thead td {
    padding-top: 20px;
  }
  .table-three tbody tr:last-child td {
    padding-bottom: 20px;
  }

  .slots__table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 5 - 15px * 4 / 5);
    -ms-flex: 0 1 calc(100% / 5 - 15px * 4 / 5);
    flex: 0 1 calc(100% / 5 - 15px * 4 / 5);
  }

  .games__table-three thead {
    margin-bottom: 0;
  }

  .games__table-two thead {
    padding: 20px 20px 0;
  }

  .games__table-two tbody {
    padding: 20px;
  }

  .article > *:not(:last-child),
  article > *:not(:last-child) {
    margin-bottom: 25px;
  }

  .faq-item__title {
    padding: 20px;
  }

  .resume {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resume__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .resume__wrapper + .resume__wrapper {
    margin-top: 25px;
  }
  .resume__wrapper {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 768px) {
  h2,
  h3,
  h4 {
    font-size: 28px;
  }

	.header {
    padding: 20px;
  }
	.logo > img {
    max-height: 34px;
  }
  .header__dropdown {
    max-height: calc(100vh - 80px);
  }
  .header__button-mob {
    display: block;
    max-width: 320px;
  }
  .header__button-desk {
    display: none;
  }

  .prime__title-general {
    font-size: 35px;
  }

  .general__title {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .factors__title {
    margin-bottom: 25px;
  }

  .factors-table__title {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .review__list {
    padding: 10px 20px;
  }
  .review__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .review__item {
    margin: 13px 0;
  }

  .resume__wrapper > *:not(:last-child) {
    margin-bottom: 25px;
  }

  .games__table-three td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 3 - 15px * 2);
    -ms-flex: 0 1 calc(100% / 3 - 15px * 2);
    flex: 0 1 calc(100% / 3 - 15px * 2);
  }

  .resume__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 605px) {
  thead td {
    font-size: 11px !important;
  }
  tbody td {
    font-size: 10px !important;
  }

  .article ul > li,
  article ul > li {
    padding: 15px;
    font-size: 16px;
  }

  .header {
    padding: 20px 15px;
  }

  .prime__wrapper-text {
    padding: 20px;
  }
  .prime__wrapper-img {
    max-width: 220px;
  }

  .bonus__list {
    font-size: 14px;
  }

  .vip__wrapper-table tbody td {
    padding: 2px 15px;
  }

  .registration__form input {
    padding: 15px;
    font-size: 16px;
  }
  .registration-form__password input {
    padding-right: 45px;
  }
  .registration-form__password .password-eye {
    right: 15px;
  }
  .registration__form > *:not(:first-child) {
    margin-top: 20px;
  }

  .games__table-two td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 10px) / 2);
    -ms-flex: 0 1 calc((100% - 10px) / 2);
    flex: 0 1 calc((100% - 10px) / 2);
  }
  .games__table-two tr + tr {
    margin-top: 10px;
  }

  .table-three td {
    padding: 10px;
  }
  .table-three.casino-bonuses__table td:first-child,
  .table-three.casino-bonuses__table td:nth-child(2),
  .table-three.casino-bonuses__table td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.5%;
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
  }

  .bonus__wrapper {
    padding: 25px 20px;
  }
  .bonus__wrapper-img {
    padding-bottom: 115px;
  }
  .bonus__title {
    width: 100%;
    max-width: unset;
    font-size: 18px;
  }

  .bonus__img {
    height: calc(100% - 70px);
    opacity: 0.8;
  }

  .registration-form__check label {
    max-width: calc(100% - 40px);
  }

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

  .review__item {
    padding: 15px;
  }

  .resume__list li {
    font-size: 16px;
  }
  .resume__desc > *:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 475px) {
  h2,
  h3,
  h4 {
    font-size: 24px;
  }
  body,
  p,
  article li,
  .article li,
  .resume__desc,
  .registration__form input {
    font-size: 14px;
  }
  table p,
  table li {
    font-size: inherit;
  }

  .main,
  .block-bg,
  .prime,
  .registration {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-bg,
  .table-three,
  .slots__table,
  .factors__table,
  .games__table,
  .games__table-three tbody tr {
    padding: 10px;
  }

  .desc {
    margin-bottom: 25px;
  }

  .prime {
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% + 10px * 2);
  }
  .prime__title-general {
    font-size: 30px;
  }

  .bonus__wrapper {
    padding: 15px 10px;
  }

  .games__table-two thead {
    padding: 20px 10px 0;
  }

  .games__table-two tbody {
    padding: 10px;
  }

  .general__title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .factors-table__wrapper {
    padding: 15px;
  }
  .factors-table__title::after {
    height: 35px;
    bottom: calc(50% - 35px / 2);
  }
  .factors-table__title {
    font-size: 20px;
  }

  .games__table-three thead {
    display: none;
  }

  .games__table-three thead tr {
    padding: 0 10px !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(32, 55, 59, 1)),
      to(rgba(4, 165, 126, 1))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
    background-image: linear-gradient(
      90deg,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
  }
  .games__table-three thead td {
    padding: 20px 10px;
    background: #ffffff;
  }
  .games__table-three thead td:nth-child(2),
  .games__table-three thead td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .games__table-three thead td:first-child {
    text-align: center;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(32, 55, 59, 1)),
      to(rgba(4, 165, 126, 1))
    );
    background-image: -o-linear-gradient(
      left,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
    background-image: linear-gradient(
      90deg,
      rgba(32, 55, 59, 1) 0%,
      rgba(4, 165, 126, 1) 100%
    );
    color: #ffffff;
  }
  .games__table-three tr {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .games__table-three tr + tr {
    margin-top: 0;
  }
  .games__table-three td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .games__table-three td:nth-child(2),
  .games__table-three td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 10px / 2);
    -ms-flex: 0 1 calc(50% - 10px / 2);
    flex: 0 1 calc(50% - 10px / 2);
  }
  .games__table-three tbody td:first-child {
    margin-bottom: 10px;
  }
  .games__table tbody td {
    padding: 15px 10px;
  }

  .vip__wrapper-table table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 10px * 2) / 3);
    -ms-flex: 0 1 calc((100% - 10px * 2) / 3);
    flex: 0 1 calc((100% - 10px * 2) / 3);
  }
  .vip__wrapper-table table thead td {
    padding: 10px;
  }
  .vip__wrapper-table tbody td {
    padding: 2px 10px;
  }
  .vip__wrapper-table tbody tr:last-child td {
    padding-bottom: 20px;
  }

  .table-three td:first-child,
  .table-three td:nth-child(2),
  .table-three td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32.5%;
    -ms-flex: 0 1 32.5%;
    flex: 0 1 32.5%;
  }

  .slots__table thead {
    margin-bottom: 20px;
  }
  .slots__table td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc((100% - 25% - 10px * 4) / 4);
    -ms-flex: 0 1 calc((100% - 25% - 10px * 4) / 4);
    flex: 0 1 calc((100% - 25% - 10px * 4) / 4);
    font-size: 9px !important;
  }
  .slots__table td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .general__table td,
  .general__table td:first-child {
    padding: 10px 7px;
  }
  .general__table tr:first-child td {
    padding-top: 20px;
  }
  .general__table tr:last-child td {
    padding-bottom: 20px;
  }

  .faq-item__title {
    font-size: 16px;
  }

  .review__list {
    padding: 5px 10px;
  }
  .review__item {
    margin: 5px 0;
  }
  .review__author {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 15px;
  }

  .faq-item__title {
    padding: 15px;
  }

  .resume__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 425px) {
  thead td {
    font-size: 10px !important;
  }
  tbody td {
    font-size: 9px !important;
  }

  .general__table td {
    padding: 10px 7px;
  }
}
