@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: 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__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 screen and (max-width: 1025px) {
   .header__logo {
      margin-right: auto;
   }

   .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;
   }

   .table:not(.rating__table) {
      overflow: auto;
   }

   /* width */
   .table:not(.rating__table)::-webkit-scrollbar {
      height: 3px;
   }

   /* Track */
   .table:not(.rating__table)::-webkit-scrollbar-track {
      background: rgba(255, 212, 0, 0.254902);
   }

   .table:not(.rating__table)::-webkit-scrollbar-thumb {
      background: #FFD400;
   }

   .table table:not(.rating__table table) {
      width: 1020px;
   }

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

   .table tr {
      gap: 20px;
   }

   .banner {
      padding: 40px;
   }
}

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

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

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

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

   .prime {
      padding: 20px;
   }

   .prime .background img {
      -o-object-position: 75%;
      object-position: 75%;
   }

   .prime__wrap {
      background-color: rgba(11, 12, 33, .7);
      border-radius: 15px;
      padding: 20px;
   }

   .prime__button {
      margin-top: 15px;
   }

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

   .games__list-item {
      width: calc(50% - 10px);
   }

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

@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__title {
      margin-bottom: 10px;
   }

   .banner {
      padding: 30px;
   }

   .pros-cons__item {
      width: 100%;
   }

   .table thead {
      font-size: 14px;
   }

   .table table:not(.rating__table table) {
      width: 910px;
   }

   .table tbody tr {
      min-height: 0;
   }

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

   .rating__table th,
   .rating__table td {
      padding: 10px;
   }

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

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

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

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

   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;
   }

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

   .content {
      padding: 15px;
   }

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

   .prime {
      padding: 0;
   }

   .prime__wrap {
      border-radius: 0;
   }

   .banner {
      padding: 20px;
   }

   .info__table thead th:first-child,
   .info__table tbody th {
      max-width: 185px;
   }

   .article__wrap-border,
   .article__wrap {
      padding: 15px;
   }

   .pros-cons__title {
      padding-left: 50px;
   }

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

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

   .faq-item__desc {
      padding: 10px;
   }

   .reviews__list-item {
      padding: 15px;
   }

   .rating__table th {
      min-width: 180px;
   }

   .rating__table td {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
   }

   .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;
   }

   .steps-list-border {
      padding: 15px;
   }

   .app-button {
      width: 220px;
   }

   .article__wrap-border .article__wrap {
      padding: 15px;
   }

   .responsibility__wrap .title span {
      display: inline-block;
   }

}