@media screen and (max-width: 1300px) {
  .cover {
    padding: 0px 30px;
  }
  .cover.header {
    padding: 16px 30px;
  }
}

@media screen and (max-width: 1300px) {
  .registration__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@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: 0;
    background: transparent;
    padding: 12px 13px;
    margin: 0px 0px 0px 16px;
    border-radius: 12px;
    border: 1px solid #fec882;
  }

  .header__button-menu svg {
    display: block;
    margin: 0px;
    fill: #fec882;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

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

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

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

  .header__button-menu.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .menu {
    display: block;
    position: absolute;
    top: -100vh;
    left: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto;
    text-align: center;
    background: #322e2f;
    opacity: 0;
    padding: 10px 32px 80px 32px;
    margin: 0px !important;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
  }

  .menu ul {
    display: block;
    max-width: 320px;
  }

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

  .menu > * {
    margin: 24px auto 0px 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 0px;
    background-color: transparent;
  }
  .menu li > a {
    width: 100%;
    text-align: center;
    padding: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #292526;
    border-radius: 4px;
  }
  .menu li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu li + li {
    margin: 0px;
  }
  .menu li::after {
    margin: 8px 0;
  }
  .menu li:last-child::after {
    display: none;
  }

  .prime__wrap {
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(50, 46, 47, 0.6);
    z-index: 1000;
  }

  .prime__image-left {
    left: -30px;
  }
  .prime__image-right {
    right: -30px;
  }

  .bonuses__wrapper,
  .parameters__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bonuses-wrapper__item,
  .parameters-wrapper__item {
    width: 100%;
  }

  .bonuses-wrapper__item + .bonuses-wrapper__item,
  .parameters-wrapper__item + .parameters-wrapper__item {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  h1,
  .title.general {
    font-size: 35px;
  }
  h2,
  .title.middle,
  .title.high,
  .banner__title.middle .text-large {
    font-size: 32px;
  }
  h3,
  .title.middle {
    font-size: 28px;
  }
  .title span,
  h2 span,
  .banner__title.middle .text-small {
    padding: 0 12.5vw;
  }
  .title span::before,
  .title span::after,
  h2 span::before,
  h2 span::after,
  .banner__title.middle .text-small::before,
  .banner__title.middle .text-small::after {
    width: 10.4vw;
    height: 3.1vw;
    top: calc(50% - 3.1vw / 2);
  }

  table tbody td,
  table thead th {
    padding: 12px;
  }
  table {
    font-size: 14px;
  }

  .prime {
    min-height: unset;
  }

  .main-bonus__additional span {
    padding: 0 12.5vw;
  }
  .main-bonus__additional span::before,
  .main-bonus__additional span::after {
    width: 10.4vw;
    height: 3.1vw;
    top: calc(50% - 3.1vw / 2);
  }

  .prime__title {
    margin-bottom: 32px;
  }
  .prime__additional {
    font-size: 3.5vw;
  }
  .prime__additional span {
    padding: 0 16.3vw;
  }
  .prime__additional span::before,
  .prime__additional span::after {
    width: 13vw;
    height: 4.6vw;
    top: calc(50% - 4.6vw / 2);
  }

  .info-wrapper__item {
    width: 100%;
  }

  .info-wrapper__item + .info-wrapper__item {
    margin-top: 20px;
  }

  .reviews__item {
    width: 100%;
  }
}

@media screen and (max-width: 605px) {
  body,
  p {
    font-size: 14px;
  }
  h2,
  .title.middle,
  .title.high,
  .banner__title.middle .text-large {
    font-size: 26px;
  }
  h3,
  .title.middle {
    font-size: 24px;
  }

  table {
    font-size: 2.1vw;
  }
  table tbody td,
  table thead th {
    padding: 1.4vw;
  }
  .cover.header {
    padding: 16px;
  }
  .header__button-menu {
    min-width: auto;
    padding: 12px;
  }
  .header__button.register,
  .header__button.login,
  .button-more {
    display: none;
  }

  .menu .header__button.register,
  .menu .header__button.login {
    display: block;
    max-width: 320px;
  }

  .header__button-menu {
    margin-left: 30px;
  }
  .menu {
    padding: 16px;
  }
  .container {
    padding: 0 16px;
  }
  .section {
    padding: 24px 10px;
  }
  .cover {
    padding: 0px 16px;
  }

  .prime__wrap {
    padding: 32px 16px;
  }

  .info-wrapper__item {
    padding: 16px;
  }

  .info-wrapper__list li {
    padding: 0 0 0 28px;
    font-size: 14px;
  }

  .faq-item {
    padding: 12px;
  }
  .faq-item__title {
    padding: 0 24px 0 0;
    font-size: 14px;
  }
  .faq-item__desc p {
    font-size: 12px;
  }
  .faq-item__title::before {
    width: 24px;
    height: 24px;
    right: -6px;
    top: calc(50% - 24px / 2);
  }

  .footer > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__payments li {
    width: calc(144px / 1.3);
    height: calc(80px / 1.3);
  }
  .footer__general p {
    font-size: 14px;
  }
  .footer-general__icon {
    margin-left: 16px;
  }
}

@media screen and (max-width: 425px) {
  h1,
  .title.general {
    font-size: 28px;
  }
  h2,
  .title.middle,
  .title.high,
  .banner__title.middle .text-large {
    font-size: 22px;
  }
  h3,
  .title.middle {
    font-size: 20px;
  }

  article ol,
  .article ol {
    padding-left: 0;
  }

  article ul > li,
  article ol > li,
  .article ul > li,
  .article ol > li {
    padding: 0 0 0 32px;
  }

  .header__logo {
    max-width: 135px;
  }
  .header__button-menu {
    margin-left: 20px;
  }

  .banner__wrapper {
    min-height: unset;
  }

  .footer__payments li {
    padding: 10px 8px;
    width: calc(144px / 1.75);
    height: calc(80px / 1.75);
  }
}

@media screen and (max-width: 375px) {
  table {
    font-size: 8px;
  }
}
