@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 - 257px - 257px) / 2));
      padding-right: calc(50% - ((1440px - 40px) / 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 {
      border-radius: 20px;
      height: auto;
      margin: 20px auto 0;
      width: calc(100% - 40px);
      padding: 0;
      position: static;
   }

   .sidebar__item+.sidebar__item {
      margin-top: 0;
   }

   .sidebar__item+.sidebar__item:before {
      display: none;
   }

   .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%23FFF72E%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%23FFF72E%22%2F%3E%3C%2Fsvg%3E");
   }

   .sidebar__links-list {
      display: none;
   }

   .footer {
      padding-left: 20px;
      padding-right: 20px;
   }

   .footer:before {
      left: 20px;
   }
}

@media screen and (max-width: 1025px) {
   .header__logo {
      margin-right: auto;
   }

   .menu-button {
      display: block;
      border: 2px solid #FFF72E;
      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: #FFF72E;
   }

   .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: #130404;
      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;
   }

   .header__menu ul li+li {
      padding-left: 0;
   }

   .header__menu ul li+li:before {
      position: static;
      display: block;
      margin-bottom: 15px;
   }

   .prime__wrap,
   .banner__wrap {
      background: rgba(65, 64, 12, .7);
   }

   .prime__title,
   .prime__text {
      text-shadow: 0 0 5px #000;
   }

}

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

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

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

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

   .prime {
      padding: 20px;
   }

   .banner {
      padding: 40px;
   }

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

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

   .games__table th:first-child,
   .games__table td:first-child,
   .games__table th:last-child,
   .games__table td:last-child {
      max-width: 155px;
   }

   .rating__list-item {
      width: calc(50% - 8px);
   }

   .footer {
      padding-bottom: 30px;
   }

   .footer__text {
      padding: 0;
   }

   /* Bonus Page */
   .purpose-banner__wrap {
      gap: 15px;
   }

}

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

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

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

   h2:before,
   h2:after {
      top: 4px;
      width: 35px;
   }

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

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

   article ul li+li,
   .article ul li+li {
      margin-top: 8px;
   }

   .header>.header__button {
      display: none;
   }

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

   .table {
      overflow: auto;
   }

   .table table {
      width: 650px;
   }

   .pros-cons__item ul li {
      padding-left: 10px;
      padding-right: 10px;
   }

   .banner {
      padding: 20px;
   }

   .banner__wrap>*+* {
      margin-top: 15px;
   }

   .games__table th:first-child,
   .games__table td:first-child {
      max-width: 110px;
   }

   .games__table th:last-child,
   .games__table td:last-child {
      max-width: none;
   }

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

   /* Bonus Page */

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

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

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

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

   h2:before,
   h2:after {
      display: none;
   }

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

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

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

   .button {
      margin-top: 16px;
   }

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

   .content {
      padding: 15px;
   }

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

   .prime__wrap {
      padding: 15px;
   }

   .pros-cons__item {
      width: 100%;
   }

   .cons__item {
      border-left: none;
   }

   .article-wrap {
      padding: 15px;
   }

   .faq-item__title {
      font-size: 14px;
      padding: 10px 35px 10px 10px;
   }

   .faq-item__title:before {
      width: 20px;
      height: 20px;
      top: 8px;
      right: 8px;
   }

   .faq-item__desc {
      font-size: 14px;
      padding: 10px;
   }

   .reviews__item-heading {
      gap: 10px;
   }

   .reviews__heading-img {
      max-width: 50px;
   }

   .rating__item-name {
      font-size: 16px;
   }

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

   .footer__counties {
      margin: 24px auto -5px;
   }
  
    .footer__counties li {
      padding: 8px 10px;
      margin: 5px;
    }

   /* Bonus Page */
   .app-button {
      width: 230px;
      padding-left: 20px;
      padding-right: 20px;
   }

   .app-button span {
      font-size: 15px;
   }

}