.game-offer__window__frame.fullscreen {
    object-fit: contain;
    user-select: text;
    position: fixed !important;
    box-sizing: border-box !important;
    min-width: 0px !important;
    max-width: none !important;
    min-height: 0px !important;
    max-height: none !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    inset: 0px !important;
    margin: 0px !important;
}
iframe {
  width: 100%; }

div p:last-child {
  margin-bottom: 0; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

.heading {
   
  font-size: 44px;
  color: #3b3330;
  font-weight: 700;
  margin-bottom: 50px;
  }

.flex-auto {
  flex: auto; }

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 58px;
  border-radius: 30px;
  outline: 0;
  background: url("../img/btn-play-bg-normal.png") 0 0 no-repeat;
  background-size: cover; }
  .btn-play:hover {
    background: url("../img/btn-play-bg-hover.png") 0 0 no-repeat;
    background-size: cover; }
  .btn-play:active {
    background: url("../img/btn-play-bg-active.png") 0 0 no-repeat;
    background-size: cover; }
  .btn-play span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase; }

.btn-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 50px;
  outline: 0;
  }
  

.page {
  width: 100%;
}


.content {
  display: block;
 }
.single_page{
  display: flex;
}
.single_page .cell .image {
    width: 188px;
    height: 140px;
    background-size: cover;
    border-radius: 16px;
}
.single_page .cell:hover img {
    border: 2px solid #FFB700;
    transition: 0.5s;
}
.single_page .cell.icons img{
  border: none !important;
}
.sidebar h2, .sidebar .block_h2{
  color: #3b3330;
}
.content.single_page .block_h2 {
     
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
}
.sidebar__content.best-games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sidebar__content.best-games .cell{
  margin-bottom: 20px;
  background: #040139;
    padding: 6px;
    border-radius: 24px;
}
.sidebar__content.best-games .cell:hover {
    background: transparent;
}
.block_title {
    margin: 20px;
    color: #fff;
    position: relative;
}  
.block_title:after {
  content: url('../img/cup.svg');
  position: absolute;
  right: 0px;
  top: 9px;
}  
.block_title span {
  color: #F3F562;
}
.main.single {
    margin-right: 20px;
}
.sidebar a.btn.btn-dark-blue.button2 {
    width: 169px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-right: 40px;
}
.sidebar a.btn.btn-dark-blue.button2:after {
  content: url('../img/plus.svg');
  position: absolute;
  right: 22px;
  top: 15px;
}  
.sidebar-column {
  display: flex;
  flex-direction: column;
  max-width: 244px;
  padding-top: 16px;
  width: 100%;
  z-index: 2; }

.sidebar {
  min-width: 244px;
  margin-bottom: 30px;
  background: #1e1e1e;
  border-radius: 36px;
  }
  .sidebar__head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 78px;
    background: #FF4C00;
    border: 4px solid #550C5E;
    border-radius: 20px 20px 0px 0px; }
  .sidebar__content {
    margin-top: 5px;
    padding: 16px 0 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
.new_games{
  display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/new.png) 0 0 no-repeat;
    position: absolute;
    left: -60px;
    top: -10px;
}
.free_games{
  display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/FreeGames.png) 0 0 no-repeat;
    position: absolute;
    left: 3px;
    top: -10px;
}
.main {
  width: 100%;
  margin-bottom: 30px; }
  .main__head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 32px;
    height: 78px;
    background: #611C9F;
    border: 4px solid #550C5E;
    border-radius: 20px 20px 0px 0px; }
	
	.title_recommend {
    text-align: center;
     
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #3b3330;
    padding: 0px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main__content.recommended-games .item {
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    max-width: 136px;
    width: 100%;
    margin-bottom: 10px;
}
.main__content.recommended-games .item:hover {
  background: #FFB700;
  transition: 1s;
}
.cat_icon {
  background: none !important;
  border:  none !important;
  padding-top: 35px;
}
  .main__content {
    padding: 16px 0 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    min-width: 852px; }
.game-offer__content ul {  
font-style: normal;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 10px;
margin-bottom: 10px;
color: #fff;
}
.game-offer__content a {
    text-decoration: underline;
    color: #49cde4;
}
.game-offer__content a:hover {
    text-decoration: none;
    color: #f2a32c;
}

.game-offer__content li::before {
    content: "\2022";
    color: #fff;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}
    
.game-offer__content {
    background: #1e1e1e;
    border-radius: 26px;
    padding: 40px;
     
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 30px;
}
.best-games {
  
}
  .best-games__list li {
    margin-bottom: 10px;
    text-align: center;
    max-width: 160px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 5px; }
 .best-games__list li span{
   
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0 8px;
 }    
.best-games__list {
  display:grid;
  grid-template: repeat(3, 126px) / repeat(8, 1fr);
  grid-gap: 24px;
}   
.cell:nth-child(3){
  grid-column-start: 3;
grid-column-end: 8;
grid-row-start: 1;
grid-row-end: 3;
}
.best-games__list .cell:nth-child(3) img, .best-games__list .cell:nth-child(4) img, .best-games__list .cell:nth-child(8) img{
  border: none;
}
.cell a {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}
.cell, .game-card{
  position: relative;
}
.cell label, .game-card label{
  text-align: center;
  padding-top: 10px;
}
.cell label{
  bottom: -8px !important;
}
 .game-card label{
  bottom: 20px !important;
  cursor: pointer;
 }
.cell:hover label, .game-card:hover label{
  opacity: 1;
  transition: 1s;
  cursor: pointer;
}
.best-games__list li:hover span{
   color: #FF4C00;
}
.best-games__list img, .catalog__list img, .editors img{
    border: 2px solid #fff;
    border-radius: 26px;
}
.best-games__list img:hover, .catalog__list img:hover, .editors img:hover{
    border: 2px solid #FFB700;
   transition: 0.5s;
}
.video_block {
    border: 3px dashed #045a73;
    border-radius: 26px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.video_block .block_h3 {
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    width: 400px;
    margin: -46px auto 0;
    background: #25cafa;
    color: #045a73;
}
.video_block .block_h3 label{
  color: #fff;
}
.video__list {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.video_post {
    position: relative;
}
.video_post label {
    color: #ffffff;
    position: absolute;
    left: 16px;
    font-size: 20px;
    line-height: 20px;
    bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    margin-left: 20px;
    text-transform: uppercase;
}
.video_post {
    background: #211a13;
    border-radius: 26px;
    padding: 20px;
    margin: 0 10px;
    position: relative;
}
.video_post:after{
  content: url(../img/video2.png);
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.video_post:hover img {
    opacity: 0.5;
  }
  .video_post:hover a:before{
  content: url(../img/play_video.png);
  position: absolute;
  left: 34%;
  top: 40%;
  transition: 0.5s;
  } 
.vouted-games {
  background: #94a9d1; }
  .vouted-games__list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #94a9d1;
    padding: 5px 20px; }
    .vouted-games__list li a .name {
      color: #000000; }
    .vouted-games__list li a:hover {
      background: rgba(0, 0, 0, 0.25); }
      .vouted-games__list li a:hover .name {
        color: #aae1da; }
    .vouted-games__list li a.active, .vouted-games__list li a:active {
      background: rgba(0, 0, 0, 0.4); }
      .vouted-games__list li a.active .name, .vouted-games__list li a:active .name {
        color: #aae1da; }
    .vouted-games__list li a .views {
      display: flex;
      align-items: center;
      margin-top: 4px;
      color: #cf37b3; }
      .vouted-games__list li a .views span {
        font-size: 13px;
        line-height: 1; }
  .vouted-games__list li img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px; }
  .vouted-games__list li:last-child {
    margin-bottom: 0; }
.editors img {
    width: 100%;
}
.editors .cell {
    width: 230px;
    height: 230px;
    text-align: center;
    margin: 30px auto;
}
.recommended-games {
  display: flex; 
justify-content: space-between;
flex-wrap: wrap;}
  .recommended-games__thumb {
    display: block;
    text-align: center; }
    .recommended-games__thumb img {
      border-radius: 26px;
      padding: 5px;
 }
  .recommended-games__slider {
    padding: 0; }
  .recommended-games .slick-slide div + div {
    margin-top: 10px; }
  .recommended-games .slick-prev, .recommended-games .slick-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background: url("../img/slider-arrow-bg-normal.png") 0 0 no-repeat; }
    .recommended-games .slick-prev:hover, .recommended-games .slick-next:hover {
      background: url("../img/slider-arrow-bg-hover.png") 0 0 no-repeat; }
    .recommended-games .slick-prev:active, .recommended-games .slick-next:active {
      background: url("../img/slider-arrow-bg-active.png") 0 0 no-repeat; }
  .recommended-games .slick-prev {
    left: -60px; }
  .recommended-games .slick-next {
    right: -60px; }
  .recommended-games .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    width: 100%;
    position: absolute;
    top: calc(100% + 35px);
    left: 0;
    right: 0;
    margin: 0 auto; }
    .recommended-games .slick-dots li {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 7px; }
      .recommended-games .slick-dots li button {
        font-size: 0;
        border-radius: 50%;
        padding: 3px;
        background: #fa8509; }
      .recommended-games .slick-dots li.slick-active {
        width: 10px;
        height: 10px;
        background: #ffffff; }

.catalog, .block_review {
margin-bottom: 30px; 
background: #1e1e1e;
border-radius: 26px;
padding: 50px 20px;
display: flex;}
.block_review {
    display: block;
}
.glsr-review {
    color: #fff;
}
.glsr-review-author {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 20px;
}
button.glsr-button.wp-block-button__link:hover {
    background: #25CAFA;
}
  .catalog__title {
     
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.02em;
    position: relative;
    color: #ffffff; 
    padding-left: 30px;}
  .catalog__list {
    display: flex;  
    flex-wrap: wrap;  
    }
 .catalog__list .game-card {
  width: 20%;
  text-align: center;
 }
 .catalog__list label {
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.catalog__list .game-card:hover label {
  color: #FFB700;
}
.game-card.icons img{
    border: none !important;
    margin-top: 35px;
}
.editor_choice {
    background: linear-gradient(180deg, #ede6df 0%, #423426 100%);
    border: 3px dashed #eee3df;
    border-radius: 26px;
    width: 30%;
    margin-top: 80px;
    margin-bottom: 100px;
    margin-left: 18px;
}
.editor_choice h3{
  color: #ffffff;
   
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  margin-top: 16px;
}
.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery__item {
    margin: 15px; }

  .catalog.related_posts .game-card {
    margin: 15px;
}
    .game-card .thumb img {
      border-radius: 20px;
      width:100%; }
  .game-card .name {
    text-align: center; 
    padding: 0 10px; }
    .game-card .name a {
      display: block;
      font-size: 18px;
      font-weight: 700;
      
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .game-card:hover .thumb {
    border: 2px solid #ffffff; }
  .game-card:hover .name {
    color: #FF4C00; }
  .game-card:active .thumb {
    border: 2px solid #aae1da; }
  .game-card:active .name {
    color: #aae1da; }
  .game-offer__image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 185px; }
    .game-offer__image img {
      border-radius: 15px; }
  .game-offer__comments {
    position: relative;
    max-width: 830px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px; }
  .game-offer__window {
    margin-bottom: 30px;
    background: #1e1e1e;
    border-radius: 36px;
	position: relative;
	min-height: 730px;
     }
     .game-offer__window__top{
     margin-left: 30px;
     }
    .game-offer__window .game-offer__window__frame {
      position: relative;
      overflow: hidden;
    margin: 10px;
    height: 558px;
    
      }
      .no_display{
      display: none;  
      }
      
    .game_title {
    width: 60%;
}    
    .game-offer__window__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 15px; }
      .game-offer__window__top .ratings {
        display: flex;
        align-items: center;
        max-width: 254px;
        height: 70px; }
        .game_title h1{
           
          display: inherit;
          font-style: normal;
          font-weight: 600;
          font-size: 26px;
          line-height: 26px;
          letter-spacing: -0.02em;
          color: #000000;
        }
        .game_title img {
          width: 55px;
          margin-right: 10px;
      }
        .game-offer__window__top .ratings .star-rating {
          padding: 0 20px;
          min-width: 100px; }
        .game-offer__window__top .ratings .likes-rating {
          display: flex;
          align-items: center;
          width: 160px;
          height: 70px; }
         
 button.thumbs-rating-up {
  background: url(../img/like.png) 0 0 no-repeat !important;
    color: #0C1C4C !important;
    width: 65px;
    height: 72px;
    padding-top: 66px !important;
}
button.thumbs-rating-down{
  background: url(../img/dislake.png) 0 0 no-repeat !important;
    color: #0C1C4C !important;
    width: 65px;
    height: 72px;
    padding-top: 66px !important;
}
      .game-offer__window__top .views {
        display: flex;
        align-items: center;
        width: 40%;
       }
        .game-offer__window__top .views span {
          font-size: 14px; }
        .game-offer__window__top .views i {
          width: 16px;
          height: 16px;
          background-size: cover; }
    .game-offer__window__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px; 
      background: #1e1e1e;
      border-radius: 0px 0px 36px 36px;
}
.game-offer-bottom_block {
    background: #040139;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    flex-wrap: wrap;
}
.game-offer-bottom_block .game-offer-bottom_block_text a {
  color: #F3F562;
}
.game-offer-bottom_block_button .btn-blue {
  position: relative;
  width: 223px;
  height: 56px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-offer-bottom_block_button .btn-blue:before{
  content: url('../img/cards.svg');
  position: absolute;
  left: 22px;
  top: 14px;
}
.game-offer-bottom_block_text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
      .game-offer__window__bottom .links {
        display: flex;
        align-items: center; 
        margin-top: 10px;}
        .game-offer__window__bottom .links a {
          margin-right: 7px; }
          .game-offer__window__bottom .links a:last-child {
            margin-right: 0; }
      .game-offer__window__bottom .fullscreen {
        width: 100%;
    height: 76px;
    background: linear-gradient(180deg, #46A317 0%, #D6FF38 100%);
    border: 2px solid #09621B;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    margin: 10px 25px;
    cursor: pointer;
    color: #005C12;
    font-size: 26px;
    font-weight: 700; }
        .game-offer__window__bottom .fullscreen .btn-fullscreen span {
          display: none; }
    .editor_choice.single {
    margin-bottom: 0px;
}
.catalog.category {
    display: block;
    padding: 30px 85px;
}
.video_emd{
  margin-bottom: 30px;
}
   
.border-block {
 background: #211a13;
    border: 2px solid #FFFFFF;
    border-radius: 26px;
    padding: 30px;
    text-align: center;
    margin-bottom: 50px;
  }
  .main.single h1 {
     
    color: #3b3330;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
}

.top_text {
  background: #fff;
  border-radius: 26px;
  padding: 40px;
  margin-bottom: 30px; }
  .content_header {
    display: flex;
    justify-content: space-between;
}

.top_text a {
    text-decoration: underline;
    color: #49cde4;
}
.top_text a:hover {
    text-decoration: none;
    color: #f2a32c;
}

  .main__content.top_text h1{
 
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 44px;
text-align: left;
letter-spacing: -0.02em;
color: #3b3330;
  }
.main__content.top_text h2{
 
font-style: normal;
font-weight: 700;
font-size: 44px;
line-height: 44px;
letter-spacing: -0.02em;
position: relative;
}
.main__content.top_text h2:before{
  position: absolute;
  bottom: 13px;
  left: -4px;
  content: url(../img/gamepad.png);
}
.main__content.top_text h2 label:nth-child(3):after{
  position: absolute;
  top: 19px;
  left: 258px;
  content: url(../img/gamepad2.png);
}
.main__content.top_text h2 label:nth-child(1){
color:  #DD382D;
margin-right: 6px;
} 
 .main__content.top_text h2 label:nth-child(2){
color: #1A7EE8;
margin-right: 6px;
 } 
  .main__content.top_text h2 label:nth-child(3){
color: #fff;
font-size: 24px;
background: #44B60F;
border-radius: 10px;
padding: 6px;
 } 
  .main__content.top_text p {
     
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.02em;
    margin-top: 25px;
    color: #5D6B6D;
}

}
h2 label {
    margin: 0 5px;
}
  .game-day__image {
    max-width: 185px;
    width: 100%;
    margin-right: 20px; }
    .game-day__image img {
      border-radius: 20px; }
  .game-day__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35; }
  .game-day__views {
    display: flex;
    align-items: center;
    color: #cf37b3; }
    .game-day__views span {
      font-size: 13px;
      line-height: 1; }
  .game-day__side {
    position: relative;
    flex: 1; }
    .game-day__side__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px; }
    .game-day__side--block {
      display: flex;
      flex-direction: column; }
    .game-day__side--buttons {
      margin-left: 20px; }

.block-text {
  padding: 30px;
   background: #fff;
   border-radius: 26px;
    margin-bottom: 50px;
  }
.block-text p {
 
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 25px;
color: #5D6B6D;
}
.block-text ul {
  
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 25px;
color: #5D6B6D;
}

.block-text li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}
.block-text a {
    text-decoration: underline;
    color: #49cde4;
}
.block-text a:hover {
    text-decoration: none;
    color: #f2a32c;
}

.block-text h3, .block-text h2{
 
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 26px;
letter-spacing: -0.02em;
color: #3b3330;
text-transform: uppercase;
margin-top: 20px;
  }
  .block-text h1, .block-text h3 {
    margin-bottom: 20px; }

.block-text img.alignright.size-full.wp-image-2345 {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: -80px
}
.breadcrumbs {
  position: relative;
  margin-bottom: 10px; }

.breadcrumb {
  display: flex; }
  .breadcrumb li {
    display: flex; }

.pagination-container {
  margin-top: 20px;
  margin-bottom: 30px; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
   border-radius: 10px; 
   background: #FF4F40;
   border: 2px dashed #A91B0F;
    border-radius: 14px;
    font-size: 24px;
    font-weight: 700;}
    .pagination li a{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
    height: 32px;
    color: #fff;
     
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 16px; }
    span.page-numbers.current {
    color: #DD362A;
}
     .pagination li a:hover{
     color: #DD362A;
      }
      .pagination li.current, .pagination a:hover {
      color:#fff;
       
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 16px;
      background: #fff;
      border-radius: 10px;
      border:none; }
      .pagination li a::before {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
 
.footer {
  background: #211a13; 
    padding: 0 15px;}
  .footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px; }
    .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-menu {
     
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #DBD6FD;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
ul.list_category div {
    float: right;
    padding: 0 6px;
     
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000000;
}
ul.list_category img {
    padding: 3px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 50px;
}
ul.list_category li {
    width: 125px;
    display: flex;
    align-items: center;
    float: left;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 5px;
}
ul.list_category li:hover div{
    color: #FF4C00;
}
ul.list_category{
  margin: 20px 0 -20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.related__title {
    max-width: 240px;
    margin-right: 76px;
    margin-right: 76px;
    margin-top: 75px;
    padding-left: 75px;
    position: relative;
}
.related__title h2{
   
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.catalog.related_posts {
    margin-top: 75px;
}
.related{
  display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/RelatedGames.png) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    top: 15px;
}
ul.list_category {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
ul.list_category li {
    display: flex;
    align-items: center;
    float: left;
    background: #4d2a7e;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    margin: 0 10px 8px 0;
    padding: 10px 16px;
	width: 100%;
}
ul.list_category li:before{
	display: none;
}	
ul.list_category a {
	margin-right: 10px;
}	
ul.list_category li:hover {
    background: #7fde2a;
}
@keyframes pluto-gradient {
 0% {
 background-position: 0 50%
 }

 50% {
 background-position: 100% 50%
 }

 to {
 background-position: 0 50%
 }
 }

 .player-overlay-name{
 position:absolute;
    top: 94%;
    font-size: 20px;
 }
.player-overlay-image img{
    border: 2px solid #fff;
    border-radius: 8px;
    width:180px;
}
.player-overlay{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) 0 0/300% 300%;
    animation: pluto-gradient 60s ease 0s infinite normal none running;
    color: #f2f2f2;
    font-size: 25px;
    min-height:590px;
    margin: 15px;
    }
    .player-overlay.front_page{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../img/game_bg.jpg');
    background-size: cover;
    color: #f2f2f2;
    font-size: 25px;
    min-height:590px;
    margin: 15px;
    }
    .btn-fullscreen {
      width: 173px;
      height: 52px;
      pointer-events: none;
      display: flex;
      align-items: center;
      position: relative;
      padding: 0 47px 0 30px;
      margin-right: 15px;
    } 
    .btn-fullscreen:after {
    content: url(../img/fullscreen.svg);
    position: absolute;
    right: 18px;
    top: 15px;
}
.fullscreen_close {
  display:none;
  position: absolute;
  right: 20px;
  top:20px;
  z-index: 1000;
  cursor: pointer;
}
.views img {
    height: 20px !important;
    margin-right: 4px;
}
    #js-player-start, .btn-green.screen_button {
    width:182px;
    height: 56px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    #js-player-start:hover{
    text-decoration:none;}
    #js-player-start svg{
    margin-right:5px;}
/*    .game-offer__window__frame {
      display:none;}*/
    @media (max-width: 767px) {
  .player-overlay {
    min-height:440px;
	width: 93%;
  }
}

.live-search-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

#live-search-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#live-search-results {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
}

#live-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#live-search-results li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

#live-search-results li a {
    color: #333;
    text-decoration: none;
}

#live-search-results li:hover {
    background-color: #f0f0f0;
}


.content-block {
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 10px 20px;
  width: 300px;
  color: #fff;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}

.content-title {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding-right: 20px;
}

.content-title::after {
  content: '▼';
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
}

.content-title.active::after {
  transform: rotate(-90deg);
}

.content-list {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.content-list.collapsed {
  max-height: 0;
  padding: 0;
}

.content-list li {
  padding: 8px 0;
}

.content-list li a {
  text-decoration: none;
  color: #a0a0a0;
  transition: color 0.2s ease;
}

.content-list li a:hover {
  color: #ffcc00;
}

/* === Таблицы как на скрине (для всех <table>) === */
table {
  width: 100%;
  border-collapse: collapse;   /* делаем сетку ровной */
  background: #121212;         /* тёмный фон */
  color: #fff;
  border-radius: 28px;         /* скруглённые углы */
  overflow: hidden;
  font-family: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.35;
  border: 3px solid #1e1e1e; /* жирная рамка вокруг всей таблицы */
  box-sizing: border-box;
  margin-bottom: 15px; /* 🔹 отступ снизу */
}

/* Заголовок */
thead th {
  background: #1e1e1e;   /* фон шапки */
  padding: 18px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: 2px solid #1e1e1e; /* рамки внутри */
}

/* fallback — если нет <thead>, используем первую строку как заголовок */
table > tr:first-child > th,
table > tr:first-child > td,
table > tbody > tr:first-child > th,
table > tbody > tr:first-child > td {
  background: #1e1e1e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #1e1e1e;
  text-align: center;
}

/* Ячейки */
tbody td,
table td {
  padding: 18px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  border: 2px solid #1e1e1e; /* внутренняя сетка */
}

/* Скругления углов */
thead tr:first-child th:first-child,
table > tr:first-child > th:first-child,
table > tbody > tr:first-child > th:first-child,
table > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 28px;
}
thead tr:first-child th:last-child,
table > tr:first-child > th:last-child,
table > tbody > tr:first-child > th:last-child,
table > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 28px;
}
tbody tr:last-child td:first-child {
  border-bottom-left-radius: 28px;
}
tbody tr:last-child td:last-child {
  border-bottom-right-radius: 28px;
}

/* Убираем ховер */
tbody tr:hover td {
  background: none;
}