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

  .header {
    padding: 16px 30px;
  }

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

  .header__bttn {
    min-width: auto;
  }
}

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

  .header__bttn-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 16px;
  }

  .header__bttn-menu svg {
    display: block;
    margin: 0;
    fill: #ffffff;
  }

  .header__bttn-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__bttn-menu.active ~ .header__dropdown {
    top: 100%;
    opacity: 1;
  }

  .header__bttn-menu:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__bttn-menu:hover svg {
    fill: #2bc69d;
  }

  .header__bttn-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%;
    height: 100vh;
    max-height: calc(100vh - 80px);
    overflow: auto;
    text-align: center;
    background: #202a32;
    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: 1px solid #ffffff;
    border-radius: 12px;
  }

  .dropdown li {
    width: 100%;
  }

  .dropdown li + li {
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .prime__img {
    right: 0;
  }

  .block {
    width: calc(100% - 40px);
    max-width: 100%;
  }

  .dropdown li + li {
    margin-left: 2px;
  }

  .prime {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-payment__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }

  .footer__bttn {
    padding: 14px 16px;
  }
}

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

  .content-wrapper {
    padding: 20px 20px 0 20px;
  }

  .prime {
    min-height: 40vw;
  }

  h1,
  .title.general {
    font-size: 4vw;
  }

  h2 {
    font-size: 3.5vw;
  }
  h3,
  h4 {
    font-size: 3vw;
  }

  h3.deposit__title {
    font-size: 2.6vw;
  }

  .prime__badge {
    max-width: 40vw;
    font-size: 3vw;
  }

  .table th,
  .table td {
    padding: 16px 12px;
  }

  .table th {
    font-size: 1.4vw;
  }

  .table td {
    font-size: 1.3vw;
  }

  .download {
    padding: 20px;
    min-height: 260px;
  }

  .download__logo img {
    max-height: 9vw;
  }
}

@media screen and (max-width: 850px) {
  .prime__wrap {
    padding: 16px;
    background: rgba(32, 42, 50, 0.5);
    border-radius: 8px;
  }

  .questions-item__title {
    font-size: 18px;
  }

  .deposit__img {
    right: 0;
  }

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

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

  .footer-payment__desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }

  .footer__general {
    padding: 0;
  }

  .download {
    padding: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .download__logo {
    margin: 0 auto 24px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .download__stores {
    margin-left: 0;
    margin-right: 0;
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .download__stores a {
    margin: 10px;
  }

  .download__image {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.9;
  }
}

@media screen and (max-width: 768px) {
  .header .header__bttn-desk {
    display: none;
  }
  .header .header__bttn-desk.header__bttn-bonus {
    display: block;
  }

  .header__dropdown .header__bttn-mob {
    display: inline-block;
    width: 160px;
    margin: 24px 4px 0 !important;
  }
  .header__dropdown .header__bttn-mob.header__bttn-bonus {
    display: none;
  }

  .header__language-dropdown > ul {
    right: 16px;
    width: calc(100vw - 16px * 2);
  }

  .block {
    width: calc(100% - 20px);
  }

  .header__bttn {
    margin: 0 0 0 8px;
    padding: 12px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 135px;
    -ms-flex: 0 1 135px;
    flex: 0 1 135px;
  }

  .header__language-dropdown > ul {
    margin-bottom: 0;
    padding: 28px 20px;
  }

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

  .table th {
    font-size: 2vw;
    line-height: 1.5;
  }

  .table td {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 605px) {
  body,
  p,
  li {
    font-size: 14px;
  }
  .header {
    padding: 16px;
  }

  .block {
    padding: 20px 16px;
  }
  h1,
  .title.general {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3,
  h4 {
    font-size: 20px;
  }

  h3.deposit__title {
    font-size: 18px;
  }

  .article ul > li:before,
  article ul > li:before {
    top: 6px;
  }

  .table th,
  .table td {
    border: 0.5px solid #2bc69d;
  }

  .backgr {
    opacity: 0.7;
  }

  .prime {
    padding: 42px 16px;
  }

  .btn-box {
    text-align: center;
  }

  .questions-item__title {
    font-size: 16px !important;
  }

  .deposit__wrapper {
    padding: 20px 16px;
    text-align: center;
  }

  .deposit__wrapper > * {
    text-align: center;
  }

  .footer {
    padding: 20px 16px;
  }

  .footer__general {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__logo {
    margin: 0 auto 16px;
  }

  .footer-payment__list {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-payment__list li {
    margin: 4px 8px;
  }

  .footer-payment__list img {
    max-height: 24px;
  }

  .download {
    padding: 20px 16px 200px;
  }

  .download__image {
    max-height: 210px;
    left: calc(50% - 250px / 2);
  }

  .download__logo img {
    max-height: 56px;
  }
}

@media screen and (max-width: 550px) {
  .header__language-dropdown > ul li {
    width: calc(100% / 2);
  }

  .prime__title {
    padding: 12px;
    background: rgba(34, 71, 79, 0.5);
    border-radius: 12px;
    width: 100%;
  }

  .prime__img {
    height: 100%;
  }

  .table th,
  .table td {
    padding: 6px;
    font-size: 1.9vw;
  }

  .footer__payment {
    padding: 20px 10px;
  }

  .footer__bottom img {
    max-height: 30px;
  }
}

@media screen and (max-width: 425px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  h3,
  h4,
  .title {
    font-size: 20px;
  }

  h3.deposit__title {
    font-size: 16px;
  }

  .header .header__bttn-desk.header__bttn-bonus {
    display: none;
  }

  .header__dropdown .header__bttn-mob.header__bttn-bonus {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    width: 100%;
  }

  .header__language-dropdown > ul li {
    width: 100%;
  }

  .questions-item__title {
    padding: 13px 16px 13px 38px;
  }

  .questions-item__title::after {
    left: 10px;
  }

  .footer-payment__list img {
    max-height: 20px;
  }

  .download__stores a {
    margin: 10px 0;
  }
}
