@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 - 20px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 20px) / 2));
    padding-left: calc(50% - ((1580px - 20px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 20px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 20px) / 2));
    padding-right: calc(50% - ((1580px - 20px) / 2));
  }

  .footer__countries,
  .footer__menu,
  .footer__payments,
  .footer__desc {
    padding-left: -webkit-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: -moz-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-left: calc(50% - ((1580px - 280px - 280px) / 2));
    padding-right: -webkit-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-right: -moz-calc(50% - ((1580px - 280px - 280px) / 2));
    padding-right: calc(50% - ((1580px - 280px - 280px) / 2));
  }
}

@media screen and (max-width: 1470px) {
  /* Summary */
  .summary__background img {
    -o-object-position: 70%;
    object-position: 70%;
  }

  /* Upto */
  .upto__wrap-dark {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  /* BETTING */
  /* Sport */
  ul.sport__cards li {
    width: -webkit-calc((100% - 48px) / 3);
    width: -moz-calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
  }
}

@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);
  }

  .main {
    padding-right: 10px;
    padding-bottom: 32px;
  }

  .main__arrowtop {
    right: 20px;
    bottom: 5px;
  }

  .footer__countries,
  .footer__menu,
  .footer__payments,
  .footer__desc {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header__menu {
    margin-left: auto;
  }

  .footer__countries,
  .footer__menu,
  .footer__payments,
  .footer__desc {
    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%;
    max-width: none;
  }

  .sidebar__left {
    display: none;
  }

  .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;
  }

  /* 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: #fff;
  }

  .menu-button:hover svg rect {
    fill: #06e5a0;
  }

  .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: #000;
    z-index: 100;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
    padding: 25px 20px;
    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 {
    min-width: 170px;
  }

  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 28px;
  }

  .header__menu ul a::before {
    display: none;
  }
}

@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;
  }

  .footer__countries,
  .footer__menu,
  .footer__payments,
  .footer__desc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__arrowtop {
    right: 15px;
  }

  /* Intro__table */
  .intro__table td:first-child,
  .intro__table th:first-child {
    max-width: 180px;
  }

  .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;
  }

  /* Upto */
  .upto__title {
    font-size: 26px;
  }

  /* Bonuses */
  .bonus__image {
    width: 240px;
  }

  .bonus__text {
    width: -webkit-calc(100% - 240px - 20px);
    width: -moz-calc(100% - 240px - 20px);
    width: calc(100% - 240px - 20px);
  }

  /* Rating */
  .rating__table tr {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* BONUS PAGE */
  .deposit__background img {
    -o-object-position: 100%;
    object-position: 100%;
  }

  .deposit__wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
  }

  .deposit__text {
    margin-right: 140px;
  }

  /* BETTING PAGE  */
  /* Popular */
  ul.popular__cards li:nth-child(n + 3) {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* Benefits */
  ul.benefits__cards li {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }
}

@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;
  }

  /* Slots */
  .slots__table tr > *:last-child {
    max-width: 80px;
  }

  /* Mobile */
  .mobile__frame {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mobile__frame > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    flex: 0 1 100%;
  }

  .mobile__background,
  .mobile__background img {
    opacity: 0.7;
  }

  .mobile__button {
    padding-left: 0;
  }

  .mobile__button .download__button {
    margin-left: auto;
    margin-bottom: 10px;
  }

  /* Upto */
  .upto__wrap {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  /* Review */
  .review__heading,
  .review__list p {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Summary */
  .summary__background img {
    -o-object-position: 77%;
    object-position: 77%;
  }
  .summary__wrap {
    margin-right: 120px;
  }

  /* BETTING PAGE */
  /* Esports */
  .esports__text {
    margin-right: 0;
  }
}

@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }

  h2,
  .title.high {
    font-size: 22px;
  }

  .header > .header__button {
    display: none;
  }

  .header__menu .header__button {
    display: inline-block;
    min-width: 110px;
    margin: 0 5px 28px;
  }

  .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__arrowtop a {
    bottom: 85px;
  }

  /* Prime */
  .prime__background img {
    -o-object-position: 75%;
    object-position: 75%;
  }

  .bonus .prime__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }

  .app .prime__background img {
    -o-object-position: 77%;
    object-position: 77%;
  }

  /* 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: 80%;
    object-position: 80%;
  }

  .upto__content-lefted .upto__background img {
    -o-object-position: 65%;
    object-position: 65%;
  }

  /* Download */
  .download__buttons {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  /* Bonuses */
  .bonus__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bonus__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }

  .bonus__wrapper > * {
    width: 100%;
  }

  .bonus__image {
    min-height: 250px;
  }

  /* Table*/
  .table {
    overflow: auto;
  }

  .table table {
    width: 620px;
  }

  /* Vip__table */
  .vip__table td:first-child,
  .vip__table th:first-child {
    max-width: 100px;
  }

  /* Live */
  ul.live__cards > li {
    width: 100%;
  }

  /* Games */
  .games__background img {
    opacity: 0.6;
  }

  .games__text {
    margin-left: 0;
  }

  /* Review */
  .review__list ul li {
    width: 100%;
  }

  /* 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 PAGE*/
  .deposit__background img,
  .deposit__background {
    opacity: 0.8;
  }

  /* APP PAGE */
  ul.features__cards li {
    width: 100%;
  }

  /* BETTING PAGE */
  /* Sport */
  ul.sport__cards li {
    width: -webkit-calc((100% - 32px) / 2);
    width: -moz-calc((100% - 32px) / 2);
    width: calc((100% - 32px) / 2);
  }

  /* Popular */
  ul.popular__cards li:nth-child(n + 3) {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 6px;
    padding-right: 10px;
  }

  .compare__heading {
    padding-left: 50px;
  }

  .compare__heading::before {
    left: 10px;
  }

  /* Rating */
  .rating__table tr {
    width: 100%;
  }

  /* Summary */
  .summary__wrap {
    background: rgba(255, 255, 255, 0.9);
    margin-right: 0px;
  }

  .summary__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* BONUS PAGE */
  .deposit__text {
    max-width: none;
    margin-right: 0px;
  }

  /* BETTING PAGE */
  /* Esports */
  .esports__text {
    margin-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: 15px 10px;
  }

  .header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .main__arrowtop {
    right: 10px;
  }

  article .button,
  .article .button {
    margin-left: auto;
  }

  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .prime {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
  }

  .prime__wrap {
    text-align: center;
    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;
  }

  /* List */
  ul.list > li,
  ol.list > li {
    padding-left: 50px;
    padding-right: 8px;
  }

  ul.list > li::before,
  ol.list > li::before {
    width: 42px;
  }

  ol.list > li::before {
    font-size: 30px;
  }

  ul > li.clear,
  ol > li.clear {
    padding-left: 30px;
  }

  /* Bonuses */
  .bonuses__content > ul > li,
  .bonus__item {
    padding: 10px;
  }

  /* Games */
  .games__wrap {
    padding: 10px;
  }

  /* Review */
  .review__heading,
  .review__list p {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* FAQ */
  .title.faq-item__title {
    font-size: 15px;
    padding: 10px 34px 10px 10px;
  }

  .faq-item__title:after {
    right: 10px;
    top: 13px;
  }

  .faq-item__desc {
    font-size: 14px;
    padding: 8px 10px;
  }

  /* Summary */
  .summary__wrap {
    padding: 15px 10px;
  }

  /* FOOTER */
  .footer__countries,
  .footer__menu,
  .footer__payments,
  .footer__desc {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__countries ul {
    margin: -4px;
  }

  .footer__countries li {
    margin: 4px;
  }

  .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 PAGE */
  /* Welcome */
  .welcome__wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .welcome__wrap,
  .welcome__wrap h3,
  .welcome__wrap ul li p {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Border */
  .border {
    padding: 10px;
  }

  /* Deposit */
  .deposit__wrap {
    padding: 10px;
  }

  .deposit__text p {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Cashback */
  .cashback__wrap {
    padding: 10px;
  }

  /* APP PAGE */
  /* Mobile */
  .mobile__wrap {
    padding: 10px;
  }

  .mobile__wrap .button {
    margin-left: auto;
  }

  .web__background img {
    -o-object-position: 90%;
    object-position: 90%;
  }

  /* Requirement */
  .requirement__wrap {
    padding: 10px;
  }

  /* BETTING PAGE */
  /* BETTING PAGE */
  /* Sport */
  ul.sport__cards li {
    width: 100%;
  }

  /* Cards */
  .cards > li > h3,
  .cards > li > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Esports */
  /* Esports */
  .esports__wrap {
    padding: 10px;
  }
}
