@media screen and (min-width: 1600px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1600px - 60px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 60px) / 2));
    padding-left: calc(50% - ((1600px - 60px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 60px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 60px) / 2));
    padding-right: calc(50% - ((1600px - 60px) / 2));
  }

  .header:after {
    left: -webkit-calc(50% - ((1600px - 290px - 290px) / 2));
    left: -moz-calc(50% - ((1600px - 290px - 290px) / 2));
    left: calc(50% - ((1600px - 290px - 290px) / 2));
    right: -webkit-calc(50% - ((1600px - 60px) / 2));
    right: -moz-calc(50% - ((1600px - 60px) / 2));
    right: calc(50% - ((1600px - 60px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1600px - 290px - 290px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 290px - 290px) / 2));
    padding-left: calc(50% - ((1600px - 290px - 290px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 60px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 60px) / 2));
    padding-right: calc(50% - ((1600px - 60px) / 2));
  }

  .sidebar {
    left: -webkit-calc(50% - ((1600px - 60px) / 2));
    left: -moz-calc(50% - ((1600px - 60px) / 2));
    left: calc(50% - ((1600px - 60px) / 2));
  }

  .footer {
    padding-left: -webkit-calc(50% - ((1600px - 328px - 328px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 328px - 328px) / 2));
    padding-left: calc(50% - ((1600px - 328px - 328px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 68px - 68px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 68px - 68px) / 2));
    padding-right: calc(50% - ((1600px - 68px - 68px) / 2));
  }

  .footer:before {
    left: -webkit-calc(50% - ((1600px - 328px - 328px) / 2));
    left: -moz-calc(50% - ((1600px - 328px - 328px) / 2));
    left: calc(50% - ((1600px - 328px - 328px) / 2));
    right: -webkit-calc(50% - ((1600px - 68px - 68px) / 2));
    right: -moz-calc(50% - ((1600px - 68px - 68px) / 2));
    right: calc(50% - ((1600px - 68px - 68px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1600px - 60px) / 2));
    right: -moz-calc(50% - ((1600px - 60px) / 2));
    right: calc(50% - ((1600px - 60px) / 2));
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px), screen and (min-width: 769px) and (max-width: 1105px), screen and (max-width: 600px) {
  /* Rating */
  .rating__table tr {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rating__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 52px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 52px);
  }

  .rating__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1470px) {
  /* Prime */
  .prime__background img {
    -o-object-position: 81%;
    object-position: 81%;
    opacity: 0.8;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    margin-left: 0;
  }

  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header:after {
    left: 20px;
    right: 20px;
  }

  .main__arrowtop {
    right: 20px;
  }

  .sidebar {
    position: static;
    height: auto;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .sidebar__menu {
    display: none;
  }

  .sidebar__links {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }

  .sidebar__links-button:before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .sidebar__links-list {
    display: none;
  }

  .footer:before {
    left: 20px;
    right: 20px;
  }
}

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

  .menu-button {
    display: block;
    background-color: transparent;
    border: 1px solid #fff72e;
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    flex: none;
    margin-left: 20px;
  }

  .menu-button svg {
    display: block;
    margin: auto;
  }

  .menu-button svg rect {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    fill: #fff72e;
  }

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

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

  .menu-button.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;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    background: #130404;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
  }

  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .header__menu ul li + li {
    padding: 0;
  }

  .header__menu ul li + li:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 970px) {
  /* Upto */
  .upto__background img {
    -o-object-position: 70%;
    object-position: 70%;
    opacity: 0.5;
  }

  .upto__image {
    display: block;
  }

  .upto__wrap {
    margin-right: 0;
  }

  /* BONUS */
  .bonus__bottom {
    max-height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 272px + 136px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 272px + 136px);
    margin-left: -136px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
  }

  .bottom__text {
    width: 100%;
    padding-left: 156px;
  }

  .bottom__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    padding: 23px 0 23px 156px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d2121), color-stop(25%, #2d2121), color-stop(50%, #7a1416), color-stop(75%, #2d2121), to(#2d2121));
    background: -webkit-linear-gradient(top, #2d2121 0%, #2d2121 25%, #7a1416 50%, #2d2121 75%, #2d2121 100%);
    background: -moz-linear-gradient(top, #2d2121 0%, #2d2121 25%, #7a1416 50%, #2d2121 75%, #2d2121 100%);
    background: -o-linear-gradient(top, #2d2121 0%, #2d2121 25%, #7a1416 50%, #2d2121 75%, #2d2121 100%);
    background: linear-gradient(180deg, #2d2121 0%, #2d2121 25%, #7a1416 50%, #2d2121 75%, #2d2121 100%);
    -webkit-border-radius: 0 0 12px 0;
    -moz-border-radius: 0 0 12px 0;
    border-radius: 0 0 12px 0;
  }

  .bonus__button {
    min-width: 260px;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 30px;
    line-height: 1.2;
  }

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

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

  h2 span:before,
  h2 span:after {
    top: 6px;
  }

  /* Prime */
  .prime__background,
  .prime__background img {
    opacity: 0.7;
  }

  .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  .bonus .prime__background img {
    -o-object-position: 86%;
    object-position: 86%;
  }

  .app .prime__background img {
    -o-object-position: 95%;
    object-position: 95%;
  }

  .prime__wrap {
    margin-left: 0;
  }

  /* APP */
  .content.app__content {
    padding-top: 20px;
    padding-bottom: 200px;
  }

  .app__background img {
    -o-object-position: right;
    object-position: right;
    opacity: 0.8;
  }

  .app__buttons {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: -7px;
    margin-right: -7px;
  }

  .app__button {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 768px) {
  /* Table-wrap */
  .table-wrap tr {
    width: 100%;
  }

  /* BONUS */
  .bonus__content ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .bonus__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
  }

  .bonus__bottom {
    width: 100%;
    max-height: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin-left: 0px;
    margin-top: -80px;
  }

  .bottom__text {
    padding: 90px 20px 0px 20px;
    min-width: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  .bonus__title {
    text-align: center;
  }

  .bottom__button {
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 0 0 12px 12px;
  }

  .bonus__button {
    min-width: 170px;
    margin-left: auto;
  }
}

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

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

  h2 span {
    padding: 0 40px;
  }

  h2 span:before,
  h2 span:after {
    top: 4px;
    width: 35px;
  }

  .content {
    padding: 15px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 145px;
    margin: 0 5px 20px;
  }

  .main__buttons {
    background: rgba(19, 4, 4, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 12px;
  }

  .main__buttons .button {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }

  .main__arrowtop a {
    bottom: 72px;
  }

  /* Prime */
  .prime__background {
    opacity: 0.7;
  }

  .pages .prime__background,
  .pages .prime__background img {
    opacity: 0.6;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 70px;
  }

  .footer__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin: 0;
  }

  .footer__menu li {
    padding: 0;
    margin: 0;
  }

  .footer__menu li + li {
    border-left: none;
    margin-top: 10px;
  }

  .footer__menu li + li::before {
    display: none;
  }

  .footer__desc {
    padding-left: 0;
  }
}

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

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

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

  .content {
    padding: 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header:after {
    left: 10px;
    right: 10px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__wrap {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  /* Info__table */
  .info__list tr,
  .info__table tr {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .info__table td:first-child {
    width: 50%;
  }

  .info__table td:last-child {
    width: 50%;
    padding-left: 8px;
  }

  .info__list td:last-child {
    padding-left: 8px;
  }

  /* Upto */
  .upto__background {
    opacity: 0.6;
  }

  .upto__background img {
    -o-object-position: 94%;
    object-position: 94%;
  }

  .upto__image {
    display: none;
  }

  .upto__wrap {
    padding: 0;
  }

  /* Rating */
  .rating__table tr {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* FAQ */
  .faq-item__title,
  .title.mini {
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 14px;
  }

  .faq-item__desc {
    padding: 5px 10px;
    font-size: 14px;
  }

  /* FOOTER */
  .footer {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer:before {
    left: 0;
    right: 0;
  }

  .footer__payment {
    margin: 20px 0;
  }

  .footer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer__desc {
    padding: 0;
    margin-top: 10px;
  }

  /* BONUS */
  .bottom__text {
    padding: 90px 16px 0px 16px;
  }

  .bonus__title {
    font-size: 22px;
  }

  .bottom__button {
    padding: 20px;
  }
}
