@media (min-width: 1440px) {
  .main {
    padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
    padding-right: calc(50% - (1440px / 2));
  }
  .cover {
    padding-left: calc(50% - (1400px / 2));
    padding-right: calc(50% - (1400px / 2));
  }
  .sidebar {
    left: calc(50% - (1440px / 2));
  }
  .footer {
    padding-left: calc(50% - ((1440px - 277px - 277px) / 2));
    padding-right: calc(50% - ((1440px - 80px) / 2));
  }
}
@media (max-width: 1125px) {
  .header__menu {
    margin-left: auto;
  }
  .header__menu ul {
    gap: 20px;
  }
}
@media(max-width: 1157px){
  .hero__wrap {
    border-radius: 0;
    background: linear-gradient(0deg, rgba(20, 21, 45, 0.8) 0%, rgba(69, 70, 94, 0.8) 100%);
    margin: 16px;
    border-radius: 20px;
    border: 1px solid #ffd400;
  }
  .hero__wrap, .offers__item-desc {
    padding: 20px;
  }
}
@media (max-width: 1025px) {
  .offers__list-item.offers__list-mobile {
    padding: 100px 20px;
  }
  .games__list-item {
    padding: 20px 20px;
  }
  .header__logo {
    margin-right: auto;
  }
  .main {
    padding-left: 0;
  }
  .menu-button {
    display: block;
    border: 2px solid #fdcd0b;
    padding: 10px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    order: 1;
    flex: none;
  }

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

  .menu-button svg rect {
    transform-origin: 50% 50%;
    fill: #ffd400;
  }

  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(225deg);
  }

  .menu-button.active svg rect:nth-child(2) {
    transform-origin: 50% 50%;
    transform: scale(0, 2);
  }

  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(135deg);
  }
  .header__menu {
    background: #0b0c21;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    padding: 25px;
    text-align: center;
    display: none;
  }
  .header__menu ul {
    flex-direction: column;
    text-align: center;
  }
  .content {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar {
    background: #1f2038;
    border-radius: 20px;
    height: auto;
    margin: 20px auto 0;
    width: calc(100% - 40px);
    padding: 10px 20px;
    position: static;
  }
  .sidebar__menu {
    display: none;
  }
  .sidebar__links-button:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
  }
  .sidebar__links-button.hide:before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%23FFD400%22%2F%3E%3C%2Fsvg%3E");
  }
  .sidebar__links-list {
    display: none;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width: 1450px){
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 850px) {
  h1,
  .title.general {
    font-size: 26px;
  }
  h2,
  .title.high {
    font-size: 22px;
  }
  .hero__wrap,
  .offers__item-desc {
    border-radius: 15px;
    padding: 20px;
  }
  .content.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
  .hero,
  .offers__list-item {
    padding: 20px;
  }
  .pros-cons__item-list {
    padding-left: 0;
  }
  .conclusion,
  .terms,
  .banner,
  .types,
  .web {
    padding: 40px;
  }

  .table thead th {
    font-size: 16px;
  }

  .table thead th,
  .table tbody th,
  .table td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 650px) {
  .offers__list-text div {
    display: flex;
    gap: 10px;
    width: 280px;
    margin-top: 32px;
    flex-direction: column;
  }
  .app-button {
    width: 200px;
  }
  .offers__list-btn {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .reviews__list-item {
    background: linear-gradient(270deg, #ffc700 0%, #14152d 91%);
    border: 1px solid #fcc211;
    border-radius: 20px;
    padding: 14px 20px;
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
  .reviews__item-name {
    text-align: center;
}
  .offers__list-text.offers__list-bonus {
    max-width: 610px;
    padding: 10px;
  }
  .app-button {
    font-size: 12px;
  }
  .hero__wrap {
    border-radius: 0;
    background: linear-gradient(0deg, rgba(20, 21, 45, 0.8) 0%, rgba(69, 70, 94, 0.8) 100%);
    margin: 16px;
    border-radius: 20px;
    border: 1px solid #ffd400;
}
  h1,
  .title.general {
    font-size: 24px;
    line-height: 1.3;
  }

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

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

  .header > .header__button {
    display: none;
  }

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

  .hero__title {
    margin-bottom: 10px;
  }

  .hero__button {
    margin-top: 15px;
  }

  .info__table,
  .slots__table,
  .bonuses__table {
    overflow: auto;
  }
  .info__table::-webkit-scrollbar,
  .slots__table::-webkit-scrollbar,
  .bonuses__table::-webkit-scrollbar {
    height: 3px;
  }
  .info__table::-webkit-scrollbar-track,
  .slots__table::-webkit-scrollbar-track,
  .bonuses__table::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
  }
  .info__table::-webkit-scrollbar-thumb,
  .slots__table::-webkit-scrollbar-thumb,
  .bonuses__table::-webkit-scrollbar-thumb {
    background: #ffd400;
  }
  .info__table table,
  .bonuses__table table {
    width: 600px;
  }
  .info__table tr {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info__table th {
    width: 190px;
  }

  .info__pros-cons {
    flex-direction: column;
  }

  .pros-cons__item {
    width: 100%;
  }

  .slots__table table {
    width: 650px;
  }

  .games__list-item,
  .reviews__list-item {
    width: 100%;
  }

  .faq-item__title:before {
    top: 16px;
  }

  .footer__menu ul {
    border-radius: 30px;
  }
}

@media (max-width: 450px) {
  .mobile__block {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
  }
  .mobile__block div {
    width: 100%;
  }
  .offers__list-item .offers__list-text div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
  }
  .offers__list-item.offers__list-mobile {
    padding: 20px;
  }
  h1,
  .title.general {
    font-size: 22px;
  }

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

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

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

  .button {
    min-width: 220px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-top: 20px;
  }

  .content-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    padding: 15px;
  }

  .content,
  .sidebar {
    width: calc(100% - 20px);
  }

  .hero {
    padding: 0;
  }

  .pros-cons__item,
  .steps__list,
  .bg-block,
  .games__list-item,
  .reviews__list-item {
    padding: 15px;
  }

  .pros-cons__item-title {
    padding-left: 55px;
  }

  .steps__list li {
    padding-left: 45px;
  }

  .offers__list-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table thead th {
    font-size: 15px;
  }

  .faq-item__title {
    padding: 10px 45px 10px 10px;
  }

  .faq-item__title:before {
    top: 8px;
    right: 10px;
  }

  .faq-item__desc {
    padding: 10px;
  }

  .footer__flags {
    gap: 10px;
  }

  .footer__flags li {
    padding: 10px;
  }

  .footer__text {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 350px) {
  .app-button {
    width: 184px;
  }
}
