@media screen and (max-width: 1400px) {
  .bonus__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1280px) {
  .header__button-menu.active ~ .header__menu {
    top: 100%;
    opacity: 1;
    z-index: 100;
  }

  .header__button-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-width: 0 !important;
    width: auto;
    background: inherit;
    margin-left: 20px;
    padding: 8px;
    border-radius: 10px;
    border: 2px solid #f6bd0d;
    box-shadow: none;
  }

  .header__button-menu:hover {
    background: transparent !important;
    color: inherit;
    outline: none;
    box-shadow: none;
  }

  .header__button-menu svg {
    display: block;
    background: transparent;
    margin: 0px;
  }

  .header__button-menu svg rect {
    fill: #f6bd0d;
    background: transparent;
    -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;
  }

  .header__button-menu.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__button-menu.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__button-menu.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 {
    position: absolute;
    display: block;
    top: -100vh;
    left: 0px;
    width: 100%;
    height: 100vh;
    max-height: -webkit-calc(100vh - 90px);
    max-height: -moz-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    padding: 28px;
    margin: 0;
    background-color: #1e1f21;
    overflow: auto;
    scrollbar-width: none;
    text-align: center;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
    opacity: 0;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none;
    gap: 30px;
  }

  .header__logo {
    margin-right: auto;
  }

  .hero__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  .footer__image {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1050px) {
  .info__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info__table {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .bonus__item {
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    margin: 0 auto;
  }

  .bonus__wrap {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 850px) {
  body {
    font-size: 15px;
  }

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

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

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

  .title.promo__title {
    font-size: 32px;
  }

  .promo__label {
    font-size: 22px;
  }

  .title.bonus__title {
    font-size: 20px;
  }

  .header__language {
    margin: 0;
  }

  .header__button {
    display: none;
  }

  .header__menu .button.header__button {
    display: block;
    min-width: 180px;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .casino__list li {
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  .bonus__item {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .footer__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__menu li + li {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }

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

  h2,
  .title.high {
    padding: 10px;
    font-size: 20px;
  }

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

  .title.promo__title {
    font-size: 30px;
  }

  .title.bonus__title {
    font-size: 22px;
  }

  .footer,
  .main__container {
    padding: 0 15px;
  }

  .header__content {
    padding: 15px;
  }

  .hero__content,
  .promo__content {
    padding: 40px 15px;
  }

  .promo__label {
    font-size: 20px;
  }

  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__image {
    margin: 0 auto 15px auto;
  }

  .footer__copyright {
    text-align: center;
  }
}

@media screen and (max-width: 550px) {
  .app__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .info__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.47);
    overflow: hidden;
  }

  .info__table tr + tr {
    margin-top: 20px;
  }

  .info__table.info__table td {
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .info__table td:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  }

  .bonus__item {
    padding: 0 10px 10px;
  }
}

@media screen and (max-width: 450px) {
  .overlay__button {
    padding: 9px 12px;
    min-width: 90px;
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .casino__list li {
    width: 100%;
  }
}
