@media screen and (min-width: 1600px) {
  .cover {
    padding-left: -webkit-calc(50% - ((1600px - 40px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 40px) / 2));
    padding-left: calc(50% - ((1600px - 40px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 40px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 40px) / 2));
    padding-right: calc(50% - ((1600px - 40px) / 2));
  }

  .main {
    padding-left: -webkit-calc(50% - ((1600px - 20px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 20px) / 2));
    padding-left: calc(50% - ((1600px - 20px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 20px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 20px) / 2));
    padding-right: calc(50% - ((1600px - 20px) / 2));
  }

  .cover.footer {
    padding-left: -webkit-calc(50% - ((1600px - 280px - 280px) / 2));
    padding-left: -moz-calc(50% - ((1600px - 280px - 280px) / 2));
    padding-left: calc(50% - ((1600px - 280px - 280px) / 2));
    padding-right: -webkit-calc(50% - ((1600px - 280px - 280px) / 2));
    padding-right: -moz-calc(50% - ((1600px - 280px - 280px) / 2));
    padding-right: calc(50% - ((1600px - 280px - 280px) / 2));
  }

  .sidebar__left {
    left: -webkit-calc(50% - ((1600px - 20px) / 2));
    left: -moz-calc(50% - ((1600px - 20px) / 2));
    left: calc(50% - ((1600px - 20px) / 2));
  }

  .sidebar__right {
    right: -webkit-calc(50% - ((1600px - 20px) / 2));
    right: -moz-calc(50% - ((1600px - 20px) / 2));
    right: calc(50% - ((1600px - 20px) / 2));
  }

  .main__arrowtop {
    right: -webkit-calc(50% - ((1600px - 290px - 290px) / 2));
    right: -moz-calc(50% - ((1600px - 290px - 290px) / 2));
    right: calc(50% - ((1600px - 290px - 290px) / 2));
  }
}

@media screen and (max-width: 1470px) {
  /* Prime */
  .prime__background img {
    opacity: 0.7;
  }

  /* Tournament */
  .tournament__table tr > *:nth-child(1) {
    min-width: 245px;
  }

  /* Summary */
  .summary__image1 {
    left: auto;
    right: -75px;
  }

  .bonus .summary__image {
    left: auto;
    right: -85px;
  }
}

@media screen and (max-width: 1280px) {
  .sidebar__right {
    display: none;
  }

  .main__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100% - 20px - 240px);
    -moz-box-flex: 1;
    flex: 1 1 calc(100% - 20px - 240px);
    margin-right: 0;
  }

  .main {
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 20px;
    bottom: 5px;
  }

  .cover.footer {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: auto;
  }

  .cover.footer {
    padding-left: 20px;
  }

  .main {
    padding-left: 10px;
  }

  .main__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin-left: 0;
  }

  .sidebar__left {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  .events,
  .sidebar__button {
    display: none;
  }

  .sidebar__wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .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;
  }

  /* Summary */
  .summary__image1 {
    left: 700px;
    right: auto;
  }

  .bonus .summary__image {
    left: 650px;
    right: auto;
  }

  /* BONUS */
  .bonus .prime__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }
}

@media screen and (max-width: 1024px) {
  /* HEADER */
  .header__logo {
    margin-right: auto;
  }

  .header__language {
    margin-left: auto;
  }

  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    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: 12px;
  }

  .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: #22333b;
  }

  .menu-button:hover svg rect {
    fill: #ff6b00;
  }

  .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;
    background: #edf1f3;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    padding: 25px 20px;
    text-align: center;
    overflow-y: auto;
    max-height: -webkit-calc(100vh - 68px);
    max-height: -moz-calc(100vh - 68px);
    max-height: calc(100vh - 68px);
  }

  .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 {
    min-width: 170px;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }

  /* Live list */
  ul.list.live__list li {
    width: -webkit-calc((100% - 16px) / 2);
    width: -moz-calc((100% - 16px) / 2);
    width: calc((100% - 16px) / 2);
  }

  /* Summary */
  .summary__image1 {
    left: auto;
    right: -65px;
  }

  .bonus .summary__image {
    left: auto;
    right: -80px;
  }

  /* FOOTER */
  .footer__countries ul {
    margin: -4px;
  }

  .footer__countries li {
    margin: 4px;
  }
}

@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;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cover.footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Prime */
  .prime__background img {
    opacity: 1;
  }

  .prime__wrap {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    margin-left: 0;
  }

  /* Table */
  .table tr {
    padding-left: 12px;
    padding-right: 12px;
  }

  .table tr > * + * {
    padding-left: 8px;
  }

  /* Frame */
  .frame {
    padding: 20px;
  }

  /* Upto */
  .content .upto__wrap {
    margin: 0;
  }

  .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__title {
    font-size: 28px;
  }

  /* FOOTER */
  .footer__wrapper {
    padding: 24px 15px;
  }

  .footer__payments ul li {
    padding: 10px;
  }

  /* BETTING */
  .list__image4 img {
    max-width: 340px;
  }

  .list__image8 {
    right: -46px;
  }
}

@media screen and (max-width: 768px) {
  /* Double */
  .double {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .double > * {
    width: 100%;
  }

  .double > *:last-child {
    margin: 20px 0 0 0;
  }

  /* Table wide */
  .table.table-wide {
    overflow: auto;
  }

  .table.table-wide table {
    width: 820px;
  }

  /* Rating */
  .rating__table tr {
    font-size: 18px;
    padding: 15px;
  }

  /* BONUS */
  /* WElcome */
  .list__image1 {
    right: -70px;
  }

  /* Cashback */
  .cashback__list {
    width: 100%;
    z-index: 1;
  }

  .list__image2 {
    z-index: 0;
  }

  /* BETTING */
  .list__image3 {
    right: -35px;
  }

  .list__image7 {
    right: -85px;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
    text-align: center;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 170px;
    line-height: 1.6;
    margin: 0 5px 16px;
  }

  .main__buttons {
    background: rgba(0, 0, 0, 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% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
    margin: 0;
    min-width: 0;
  }

  .main__content {
    padding-bottom: 50px;
  }

  .main__arrowtop a {
    bottom: 85px;
    width: 40px;
    height: 40px;
  }

  .main__arrowtop a img {
    max-width: 40px;
  }

  /* Prime */
  .prime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__wrap {
    text-align: center;
  }

  .prime__background img {
    -o-object-position: 87%;
    object-position: 87%;
  }

  .bonus .prime__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .app .prime__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Upto */
  .content.upto__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .upto__content-right .upto__background img {
    -o-object-position: 20%;
    object-position: 20%;
  }

  .upto__content-left .upto__background img {
    -o-object-position: 85%;
    object-position: 85%;
  }

  .upto__content-lefted .upto__background img {
    -o-object-position: 65%;
    object-position: 65%;
  }

  .upto__wrap {
    width: auto;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  /* Download */
  .download__buttons {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  /* Cards double*/
  ul.cards-double > li {
    width: 100%;
  }

  /* Table-small*/
  .table-small {
    overflow: auto;
  }

  .table-small table {
    width: 620px;
  }

  /* Review */
  .review__list ul li {
    width: 100%;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }

  /* Summary */
  .summary__wrap {
    width: 100%;
    z-index: 1;
  }

  .summary__image1 {
    z-index: 0;
  }

  /* FOOTER */
  .cover.footer {
    padding-bottom: 90px;
  }

  .footer__menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__menu-item {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* BONUS */
  /* Welcome */
  .welcome__list {
    width: 100%;
    z-index: 1;
  }

  .list__image1 {
    z-index: 0;
  }

  /* APP PAGE */
  /* Web */
  ul.list.web__list li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* BETTING PAGE */
  ul.list.bets__list li {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  /* Welcome */
  .esports__list {
    width: 100%;
    z-index: 1;
  }

  .list__image3 {
    z-index: 0;
  }
}

@media screen and (max-width: 550px) {
  /* Intro__table */
  .intro__table {
    overflow: auto;
  }

  .intro__table table {
    width: 520px;
  }

  .intro__table tr > *:first-child {
    max-width: 224px;
  }

  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  .compare__heading {
    padding-left: 60px;
  }

  .compare__heading::before {
    left: 10px;
  }

  /* Live list */
  ul.list.live__list li {
    width: 100%;
  }

  /* Esports */
  .esports__list {
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 450px) {
  h1,
  .title.general {
    font-size: 24px;
  }

  h2,
  .title.high {
    font-size: 20px;
    padding: 6px 10px;
  }

  .content {
    padding: 15px 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .cover.footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__arrowtop {
    right: 10px;
  }

  article .button,
  .article .button {
    margin-left: auto;
  }

  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prime__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Upto */
  .upto__title {
    font-size: 24px;
  }

  .upto__wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .upto__text {
    font-size: 18px;
  }

  /* Frame */
  .frame {
    padding: 10px;
  }

  /* List */
  ul.list > li,
  ol.list > li {
    padding-left: 42px;
    padding-right: 8px;
    min-height: 40px;
  }

  ul.list > li::before,
  ol.list > li::before {
    width: 30px;
  }

  /* Cards */
  ul.cards > li {
    padding: 10px;
  }

  .cards__title {
    padding-left: 8px;
    padding-right: 8px;
  }

  /* FAQ */
  .title.faq-item__title {
    padding: 10px 44px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 10px;
  }

  .faq-item__desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Review */
  .review__list ul li {
    padding: 10px;
  }

  .review__name {
    font-size: 18px;
  }

  /* Rating */
  .rating__table tr {
    padding: 10px;
  }

  /* Summary */
  .summary__wrap {
    padding: 10px;
  }

  /* FOOTER */
  .footer__countries ul {
    margin: -2px;
  }

  .footer__countries li {
    margin: 2px;
  }

  .footer__countries li a {
    padding: 8px;
  }

  .footer__countries li a img {
    margin-right: 6px;
  }

  .footer__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__desc {
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__age {
    margin: 0 0 16px 0;
  }

  /* BONUS */
  .list__image1 img {
    max-width: 300px;
  }

  /* APP */
  /* Web */
  ul.list.web__list li {
    width: 100%;
  }

  /* BETS */
  /* BETTING PAGE */
  ul.list.bets__list li {
    width: 100%;
  }
}
