@media screen and (min-width:1440px) {
   .cover {
      padding-left: calc(50% - (1400px / 2));
      padding-right: calc(50% - (1400px / 2));
   }

   .main {
      padding-left: calc(50% - ((1440px - 257px - 257px) / 2));
      padding-right: calc(50% - (1440px / 2));
   }

   .sidebar {
      left: calc(50% - (1440px / 2));
   }

   .footer {
      padding-left: calc(50% - ((1440px - 277px - 277px) / 2));
      padding-right: calc(50% - ((1440px - 80px) / 2));
   }
}

@media screen and (min-width: 1025px) {
   .header__menu {
      display: block !important;
   }
}

@media (orientation: landscape) and (max-width:850px) {
   .header__menu {
      height: calc(100vh - 67px);
      overflow: auto;
   }
}

@media screen and (max-width: 1340px) {
   .details__banner-item+.details__banner-item {
      margin-top: 20px;
   }
}

@media screen and (max-width: 1200px) {
   .main {
      padding-left: 0;
   }

   .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__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 screen and (max-width: 1025px) {

   h1.title,
   .title.general {
      font-size: 34px;
   }

   .header__logo {
      margin-left: 0;
   }

   .menu-button {
      display: block;
      background-color: #FDCD0B;
      padding: 10px;
      border-radius: 8px;
      width: 40px;
      height: 40px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
   }

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

   .menu-button svg rect {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      fill: #0B0C21;
   }

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

   .menu-button.active svg rect:nth-child(2) {
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transform: scale(0, 2);
      -ms-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);
      -ms-transform: rotate(135deg);
      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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
   }

   .prime {
      padding: 40px;
   }

   .prime__wrap {
      -webkit-backdrop-filter: blur(0);
      backdrop-filter: blur(0);
   }

   .content.tournaments {
      gap: 20px;
   }

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

}

@media screen and (max-width: 850px) {

   h1,
   .title.general {
      font-size: 28px;
   }

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

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

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

   .pros-cons__list {
      padding-left: 0;
   }

   .banner {
      padding: 40px;
   }

   .content.tournaments {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }

   .tournaments__desc,
   .title.tournaments__title {
      text-align: center;
   }

   .tournaments__app-buttons {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

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

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

   .service__wrap-desc {
      padding-left: 20px;
      padding-right: 20px;
   }

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

   /* Bonus Page */
   .welcome__list-item {
      width: calc(50% - 10px);
   }

   .free__banner {
      padding: 20px;
   }

   .instal__buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .promotion__banner {
      padding-left: 30px;
      padding-right: 30px;
   }

   /* App Page */
   .devices__banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
   }

   .devices__banner-desc {
      text-align: center;
   }

   .devices__app-button {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
}

@media screen and (max-width: 650px) {

   h1,
   .title.general {
      font-size: 24px;
      line-height: 1.3;
   }

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

   .header>.header__button {
      display: none;
   }

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

   .prime {
      padding: 20px;
   }

   .button {
      margin-top: 20px;
   }

   .info__table,
   .table {
      overflow: auto;
   }

   .info__table {
      padding-bottom: 10px;
   }

   .info__table::-webkit-scrollbar,
   .table::-webkit-scrollbar {
      height: 4px;
   }

   .info__table::-webkit-scrollbar-track,
   .table::-webkit-scrollbar-track {
      background: #0B0C21;
      border-radius: 3px;
   }

   .info__table::-webkit-scrollbar-thumb,
   .table::-webkit-scrollbar-thumb {
      background: #FFD400;
      border-radius: 3px;
   }

   .info__table table {
      width: 550px;
   }

   .info__table th {
      max-width: 230px;
   }

   .pros-cons__item {
      width: 100%;
   }

   .app__banner {
      gap: 20px;
      padding: 20px;
   }

   .bonus__list-item {
      padding-left: 60px;
   }

   .bonus__list-item:before {
      left: 5px;
   }

   .banner,
   .promotion__banner,
   .details__banner {
      padding: 20px;
   }

   .table table {
      width: 650px;
   }

   .table tbody td {
      padding-top: 12px;
      padding-bottom: 12px;
   }

   .payment__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .service__wrap-img {
      display: none;
   }

   .reviews__list-item {
      width: 100%;
   }

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

   /* Bonus Page */
   .welcome__list-item {
      width: 100%;
   }

   .free__banner-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .promotion__banner-img,
   .responsible__img {
      display: none;
   }
}

@media screen and (max-width: 450px) {

   h1,
   .title.general {
      font-size: 20px;
   }

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

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

   h4,
   .title.mini {
      font-size: 15px;
   }

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

   .button {
      min-width: 200px;
      padding-top: 20px;
      padding-bottom: 20px;
   }

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

   .content {
      padding: 15px;
   }

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

   .prime {
      padding: 0;
   }

   .prime__wrap {
      background-color: rgba(20, 21, 45, 0.8);
      border-radius: 0;
      padding-left: 10px;
      padding-right: 10px;
   }

   .prime__text {
      line-height: 1.4;
   }

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

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

   .bonus__list-item {
      padding-left: 45px;
   }

   .bonus__list-item:before {
      width: 30px;
   }

   .app-button {
      width: 220px;
      padding: 16px;
   }

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

   .reviews__desc-name {
      font-size: 18px;
   }

   .banner__title {
      margin-bottom: 20px;
   }

   .footer {
      padding-top: 40px;
   }

   .footer__flags {
      gap: 10px;
   }

   .footer__flags li {
      padding: 10px;
   }

   .footer__text {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }

   /* Mobile Page */
   .website__img {
      display: none;
   }
}