@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: 1400px) {
  /* Prime */
  .prime__background img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1280px) {
  /* Prime */
  .prime__background img {
    -o-object-position: 60%;
    object-position: 60%;
  }

  /* BONUS */
  /* Vip image */
  .list__image2 {
    right: -40px;
  }

  .list__image3 {
    left: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: auto;
  }

  .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: 1064px) {
  h2,
  .title.high {
    font-size: 28px;
    padding: 10px 0;
  }

  /* 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;
    max-height: -webkit-calc(100vh - 80px);
    max-height: -moz-calc(100vh - 80px);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    background: #003135;
    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;
    padding: 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }

  .header__menu ul a {
    padding: 13px 22px;
    min-height: 48px;
    font-weight: 600;
    min-width: 200px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    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;
    border-color: #41b15b;
  }

  /* FOOTER */
  .footer__links {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 48px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 48px) / 3);
  }

  /* Upto */
  .content .upto__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  /* List-img */
  .list__image1 img {
    max-width: 500px;
  }

  .list__image1 {
    right: -50px;
  }

  .list__image2 {
    right: -192px;
  }
}

@media screen and (max-width: 850px) {
  h1,
  .title.general {
    font-size: 30px;
  }

  h2,
  .title.high {
    font-size: 24px;
    padding: 6px 0;
  }

  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%;
    opacity: 1;
  }

  .banner__wrap {
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .prime__wrap {
    margin: 0;
  }

  /* Frame */
  .frame,
  .inner__frame {
    padding: 15px;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Triple cards */
  ul.cards-triple li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* 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%;
  }

  /* Download__content */
  .content.download__content,
  .content .download__content {
    padding: 32px 10px 200px 10px;
  }

  .download__image-left {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }

  /* Reviews */
  .review__carousel {
    padding: 0 40px;
  }

  .owl-carousel .owl-nav.review__nav {
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
  }

  .owl-nav.review__nav .button {
    width: 32px;
    height: 32px;
  }

  /* BONUS */
  /* List-img */
  .list__image3 {
    z-index: 0;
    left: auto;
    right: -65px;
  }

  .list.dark.list-img3 > ul > li,
  .list.dark.list-img3 > ol > li {
    background: rgba(5, 65, 70, 0.9);
  }

  /* FOOTER */
  .footer__countries ul {
    margin: -4px;
  }

  .footer__countries li {
    margin: 4px;
  }
}

@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-wide */
  .table-wide {
    overflow: auto;
  }

  .table-wide table {
    width: 820px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 200px;
  }

  /* List-img */
  .list__image1 {
    right: -230px;
  }

  .list__image2 {
    right: -308px;
  }

  .list__image4 {
    right: -65px;
  }

  .list__image5 {
    right: -100px;
  }

  /* Tour */
  .tour__table tr > *:first-child {
    max-width: 200px;
  }

  /* Vip */
  .vip__table tr > *:first-child {
    max-width: 120px;
  }

  /* Games */
  .games__table tr > *:first-child {
    max-width: 150px;
  }

  /* 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;
  }

  /* APP */
  /* Require */
  ul.require__list li {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.require__list li > * {
    width: 100%;
  }

  .require__image {
    height: 300px;
    margin: 20px 0 0 0;
  }

  .require__image img {
    -o-object-position: center 25%;
    object-position: center 25%;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
    text-align: center;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .main__buttons {
    background: rgba(5, 66, 71, 0.8);
    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 {
    padding-bottom: 50px;
  }

  .main__arrowtop {
    bottom: 5px;
  }

  .main__arrowtop a {
    bottom: 90px;
  }

  /* Prime */
  .prime__wrap {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__background img {
    -o-object-position: 83%;
    object-position: 83%;
  }

  /* List */
  .list > ul > li,
  .list > ol > li {
    padding-left: 40px;
    padding-right: 8px;
    min-height: 46px;
  }

  .list > ul > li::before,
  .list > ol > li::before {
    width: 32px;
  }

  .list > ul > li::before {
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    background-size: 24px 24px;
  }

  /* Table */
  .table-small {
    overflow: auto;
  }

  .table-small 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: 80%;
    object-position: 80%;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  /* Download__content */
  .content.download__content,
  .content .download__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }

  .download__image-right {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
    margin: 0 0 32px 0;
  }

  /* List-img */
  .list__image1 img {
    max-width: 400px;
  }

  .list__image2 {
    z-index: 0;
    right: -190px;
  }

  .list__image2 img {
    max-width: 490px;
  }

  .list__image3 img {
    max-width: 300px;
  }

  .list__image4 img {
    max-width: 280px;
  }

  .list__image5 img {
    max-width: 360px;
  }

  .list.dark.list-img2 > ul > li,
  .list.dark.list-img2 > ol > li {
    background: rgba(5, 65, 70, 0.9);
  }

  /* Cards */
  ul.cards li {
    width: 100%;
    padding: 12px 10px;
  }

  /* FOOTER */
  .footer {
    padding-bottom: 75px;
  }

  .footer__top {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 550px) {
  /* List-img */
  .list__image1 {
    z-index: 0;
    bottom: 87px;
  }

  .list-img > ul > li,
  .list-img > ol > li {
    background: rgba(232, 235, 240, 0.95);
  }

  .list__image4,
  .list__image5 {
    z-index: 0;
  }

  /* FOOTER */
  .footer__info {
    -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;
    padding: 0 5px;
  }

  .footer__info > * {
    padding: 10px;
  }

  .footer__image {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer__text {
    width: 100%;
  }

  .footer__bottom {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 470px) {
  /* FOOTER */
  .footer__links-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 20px;
  }

  .content {
    padding: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  .menu-button {
    margin-left: 10px;
  }

  .cover,
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  article .button,
  .article .button {
    margin-left: auto;
  }

  .banner__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Frame */
  .frame,
  .inner__frame {
    padding: 10px;
  }

  /* Review */
  .review__item {
    padding: 10px;
  }

  .review__title {
    -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;
  }

  .review__rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    max-width: 130px;
    margin: 10px 0 0 0;
  }

  .review__text {
    margin-top: 10px;
  }

  /* FAQ */
  .title.faq-item__title {
    font-size: 16px;
    padding: 10px 38px 10px 10px;
  }

  .faq-item__title:after {
    right: 8px;
    top: 10px;
  }

  .faq-item__desc {
    font-size: 14px;
    padding: 5px 10px;
  }

  /* Table-wide */
  .rating__table {
    overflow: auto;
  }

  .rating__table table {
    width: 410px;
  }

  .rating__table table tr td:nth-child(2) {
    max-width: 200px;
  }
}
