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

  .header {
    padding: 16px 30px;
  }

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

  .header__button {
    min-width: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

  .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__menu {
    top: 100%;
    opacity: 1;
  }

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

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

  .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__menu {
    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__menu ul {
    display: block;
    max-width: 320px;
  }

  .header__menu ul:last-child {
    display: block;
  }

  .header__menu > * {
    margin: 24px auto 0 auto !important;
  }

  .menu 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;
  }

  .menu li > a {
    padding: 12px;
    border: 1px solid #ffffff;
    border-radius: 12px;
  }

  .menu li {
    width: 100%;
  }

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

  .prime {
    min-height: 40vw;
  }

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

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

  .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;
  }

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

  .apps__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;
  }

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

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

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

  .footer__info {
    padding: 0;
  }

  .apps {
    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;
  }

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

  .apps__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;
  }

  .apps__stores a {
    margin: 10px;
  }

  .apps__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) {
  .block {
    width: calc(100% - 20px);
  }

  .header__button {
    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: 670px) {
  .prime {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .prime__title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .prime__badge {
    margin-top: 80px;
    position: static;
    max-width: 320px;
    font-size: 20px;
  }
  .prime__image {
    width: 100%;
    max-width: 250px;
  }
}

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

  .header .header__button-desk {
    display: none;
  }

  .header__menu .header__button-mob {
    display: inline-block;
    width: 160px;
    margin: 24px 4px 0 !important;
  }

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

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

  .background {
    opacity: 0.7;
  }

  .prime__wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .footer {
    padding: 20px 16px;
  }

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

  .footer__logo {
    margin: 0 auto 16px;
  }

  .footer-pays__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-pays__list li {
    margin: 4px 8px;
  }

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

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

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

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

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

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

  .footer__pays {
    padding: 20px 10px;
  }

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

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

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

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

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

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

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

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