@media screen and (min-width: 1600px) {
  .cover.footer__cover {
    padding-left: -webkit-calc(50% - ((1600px - 10px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 10px) / 2));
    padding-left: calc(50% - ((1600px - 10px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 10px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 10px) / 2));
    padding-right: calc(50% - ((1600px - 10px) / 2));
  }
}

@media screen and (min-width: 1580px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-left: calc(50% - ((1580px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 40px) / 2));
    padding-right: calc(50% - ((1580px - 40px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1580px - 40px) / 2));
    right: -moz-calc(50% - ((1580px - 40px) / 2));
    right: calc(50% - ((1580px - 40px) / 2));
  }
}

@media screen and (max-width: 1280px) {
  .content {
    padding: 20px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  .bonus .prime__background img {
    -o-object-position: 40%;
    object-position: 40%;
  }

  /* Intro__compare*/
  .intro__compare > * {
    padding: 20px;
  }

  /* Vip */
  .vip__list ul li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 1100px) {
  .sidebar__left {
    display: none;
  }

  .main__content {
    margin-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
  }

  .sidebar__links-main {
    display: block;
    margin-top: 20px;
  }

  .sidebar__links-button:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sidebar__links-button.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .sidebar__links-list {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  h1,
  .title.general {
    font-size: 36px;
  }

  /* HEADER */
  .header__logo {
    margin-right: auto;
  }

  .menu-button {
    display: block;
    background-color: transparent;
    padding: 8px;
    width: 32px;
    height: 32px;
    -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: 10px;
  }

  .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: #fff;
  }

  .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;
    background: #054146;
    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;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }

  .header__menu ul a {
    padding: 10px 24px;
    font-weight: 700;
    min-width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
  }

  .header__menu ul a:hover {
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    text-shadow: none;
    text-decoration: none;
  }

  /* FOOTER */
  .footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 276px;
    -moz-box-flex: 0;
    flex: 0 1 276px;
  }

  .footer__copyright {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 20px - 276px);
    -moz-box-flex: 1;
    flex: 1 1 calc(100% - 20px - 276px);
  }

  /* Upto */
  .content .upto__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 30px;
  }

  h2,
  .title.high {
    font-size: 24px;
  }

  h3,
  .title.middle {
    font-size: 18px;
  }

  .content {
    padding: 15px;
  }

  .cover,
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }

  .bonus .prime__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  .banner__wrap {
    padding: 20px 16px;
  }

  .prime__wrap,
  .bonus .prime__wrap {
    margin: 0;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* List */
  .list {
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  /* Upto */
  .upto__content-left .upto__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 30%;
    object-position: 30%;
  }

  .upto__wrap {
    max-width: 450px;
  }

  /* Download__content */
  .download__background img {
    -o-object-position: 5%;
    object-position: 5%;
  }

  /* Vip */
  .vip__list ul li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Slots */
  .slots__table tr > *:last-child {
    max-width: 70px;
  }

  /* FOOTER */
  .footer__countries ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer__countries li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  /* HEADER */
  .header > .header__button {
    display: none;
  }

  .header__menu .header__signup,
  .header__menu .header__login {
    display: inline-block;
    min-width: 200px;
    margin: 0 5px 16px;
  }

  /* Table */
  .table.table-wide {
    overflow: auto;
  }

  .table.table-wide table {
    width: 820px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 200px;
  }

  /* Double */
  .double {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double > * {
    width: 100%;
  }

  .double > *:last-child {
    margin: 20px 0 0 0;
  }

  /* FOOTER */
  .footer__countries {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__links > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 4);
  }

  .footer__text,
  .footer__copyright {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .main__buttons {
    background: rgba(5, 66, 71, 0.6);
    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: 16px;
  }

  .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: 80px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  .bonus .prime__background img {
    -o-object-position: 12%;
    object-position: 12%;
  }

  /* Table */
  .table {
    overflow: auto;
  }

  .table table {
    width: 620px;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__content-left .upto__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  /* Vip */
  .vip__list ul {
    margin: -5px -4px;
  }

  .vip__list ul li {
    width: -webkit-calc((100% - 16px) / 2);
    width: -moz-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
    padding: 20px 12px;
    margin: 5px 4px;
  }

  /* Review */
  .review__list ul li {
    width: 100%;
  }

  /* FOOTER */
  .cover.footer__cover {
    padding-bottom: 75px;
  }

  .footer__text,
  .footer__payments,
  .footer__copyright,
  .footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .footer__payments {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
}

@media screen and (max-width: 550px) {
  /* FOOTER */
  .footer__links > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 3);
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }

  h3,
  .title.middle {
    font-size: 16px;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .cover,
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Intro__compare*/
  .intro__compare > * {
    padding: 15px 10px;
  }

  .compare__item ul li {
    padding-left: 46px;
  }

  /* List */
  .list {
    padding: 15px 8px;
  }

  /* Download__content */
  .download__background img {
    -o-object-position: 10%;
    object-position: 10%;
  }

  /* Vip */
  .vip__list ul li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Review */
  .review__list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* FAQ */
  .title.faq-item__title {
    font-size: 16px;
    padding: 10px 32px 10px 10px;
  }

  .faq-item__title:after {
    right: 8px;
    top: 8px;
  }

  .faq-item__desc {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* FOOTER */
  .footer__links > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
  }
}
