@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__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 {
      background-color: rgba(31, 32, 56, .7);
   }

   .vip__banner-item {
      background-color: rgba(20, 21, 45, 0.8);
   }

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

   .banner {
      padding: 40px;
   }

   .live__banner,
   .deposits {
      gap: 20px;
   }

   .licence,
   .welcome__banner,
   .bonuses__item,
   .responsibly__banner,
   .promot__list-item {
      gap: 0;
   }

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

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

   .about__table th {
      max-width: 200px;
      padding-left: 0;
   }

   .about__table th:before {
      display: none;
   }

   .about__general tr {
      font-size: 14px;
   }

   .about__general th {
      max-width: 200px;
   }

   .about__proscons-list {
      padding-left: 0;
   }

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

   .app__wrap-item {
      width: 100%;
   }

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

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

   .licence,
   .welcome__banner,
   .bonuses__item,
   .responsibly__banner,
   .install__wrap,
   .devices__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .licence__desc,
   .licence__desc-title {
      text-align: center;
   }

   .deposits__img,
   .conclusion__img {
      display: none;
   }

   .deposits__desc {
      background-color: rgba(31, 32, 56, .8);
   }

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

   .welcome__banner-desc,
   .bonuses__item-desc {
      text-align: center;
   }

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

   .limited__list-item {
      width: 100%;
   }

   .install__wrap-item,
   .devices__item {
      width: 100%;
   }

   .features__list-item {
      width: 100%;
      min-height: 0;
   }

   .compatibility__desc-item+.compatibility__desc-item {
      margin-top: 20px;
   }

   .app-buttons {
      margin-top: 20px;
   }
}

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

   .about__table,
   .about__general-table,
   .table {
      overflow: auto;
   }

   .about__table table,
   .about__general-table table,
   .table table {
      width: 600px;
   }

   .about__proscons,
   .promot__list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .about__proscons-item {
      width: 100%;
   }

   .banner {
      padding: 20px;
   }

   .vip__banner-img {
      display: none;
   }

   .tournaments__games th:first-child,
   .tournaments__games td:first-child {
      max-width: 150px;
   }

   .table th,
   .table td {
      padding-top: 10px;
      padding-bottom: 10px;
   }

   .reviews__list-item {
      width: 100%;
   }

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

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

   .offers__wrap-item {
      width: 100%;
   }

   .rules__img,
   .install__tips-logo,
   .web__desc-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;
   }

   article ul li,
   .article ul li {
      padding-left: 25px;
   }

   article ol li,
   .article ol li {
      padding-left: 30px;
   }

   article ul>li:before,
   .article ul>li:before {
      left: 0;
   }

   article ol>li:before,
   .article ol>li:before {
      font-size: 12px;
      width: 20px;
      height: 23px;
   }

   .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: 10px;
   }

   .about__table th,
   .about__general th {
      max-width: 150px;
   }

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

   .vip__banner-right {
      -ms-flex-item-align: stretch;
      align-self: stretch;
   }

   .banner,
   .limited__events,
   .features__list-item {
      padding: 15px 10px;
   }

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

   .live__banner,
   .deposits {
      gap: 10px;
   }

   .licence__desc {
      padding-left: 0;
      padding-right: 0;
   }

   .app-button {
      width: 210px;
      padding: 0 20px;
   }

   .title.faq-item__title {
      padding-right: 40px;
   }

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

   .bg-block,
   .limited__list-item {
      padding-left: 10px;
      padding-right: 10px;
   }


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

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