html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, address, big, cite, code, del, dfn, em, img, ins, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, main, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
  font-family: 'Poppins'; }

ol, ul, nav {
  list-style: none; }

* {
  box-sizing: border-box; }

img, video, canvas {
  max-width: 100%; }

img {
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #2181e5; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
    text-decoration: none;
    color: #00ccff;
}

a:hover {
  text-decoration: underline;
  color: #d27c34; }

html, body {
  height: 100%;
  width: 100%; }

iframe {
  width: 100%; }

a, button, a:hover, button:hover {
  cursor: pointer; }

button, button:focus, button:active {
  outline: none;
  border: none; }

blockquote {
  margin: 0; }

body {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #F8FAFF;
  letter-spacing: normal;
  font-size: 14px;
  
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  color: #25253D;
  margin-bottom: 20px;
  }

.seo_block h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  }

h2, .h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  color: #25253D;
  margin-bottom: 12px; }

h3, .h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 20px; }

h4, .h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 20px; }

p {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 12px 0; }

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

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

img {
  max-width: 100%;
  height: auto; }
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-uppercase {
  text-transform: uppercase; }

.menu_top ul#menu-main-menu, .menu_top ul#menu-main-menu-1 {
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
}
.menu_top ul#menu-main-menu li, .menu_top ul#menu-main-menu-1 li{
  padding: 14px 0px;
  margin-right: 10px;
}
.menu_top a{
  color: #fff;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.01em;
  font-family: 'Poppins';
  padding: 9px 14px;
  border: solid 2px #4F4F77;
  border-radius: 52px;
}
.menu_top ul#menu-main-menu li:hover a, ul#menu-main-menu-1 li:hover a{
  color: #FAE942;
}
.single_cat_img{
  width: 64px;
}
.single_cat_img img {
  width: 64px;
  border-radius: 50%;
}
.header {
  background: #25253D;
  padding: 28px 42px; 
}
.header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
  position: relative; }

.btn-search {
  padding: 0 28px;
  height: 52px;
  position: absolute;
  right: 4px;
  align-items: center;
  background: #FD48CB;
  border-radius: 15px;
 color: #fff;
 font-size: 14px;
  outline: 0; }
 button.btn-search:hover {
    background: #D32FA6;
    transition: 1s;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
 }
 .menu i{
  display: none;
 }
  .menu ul {
    display: flex; }
    .menu ul li {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 25px; }
      .menu ul li a {
        color: #FFFFFF;
        text-align: center;
        text-decoration: none; }
       .menu ul li a span {
          font-size: 16px;
          color: #999FAE;
          line-height: 16px; 
          font-weight: 400;}
       .menu ul li:hover a span{
        color: #FD48CB;
       }

.search-container {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 15px 34px -15px #512E06;
    padding: 5px 20px;
    margin: -35px 20px 0;
}
.search-container button {
    background: #25253D;
    color: #fff;
    height: 62px;
    width: 155px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
}
.search-container button:hover {
    background: #FF2CAC;
  }
  .search input {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    border: 0;
    outline: 0;
    align-items: flex-start;
    padding: 16px 10px 14px 40px;
    gap: 10px;
    width: 100%;
    height: 40px;
    font-family: 'Poppins';
    border-left: solid 2px;
    margin-left: 25px;
    }
    .search input::placeholder {
      color: #A4A2AD;
    }
    .search input::ms-input-placeholder {
      color: #A4A2AD;
    }
    .search input::-ms-input-placeholder {
      color: #A4A2AD;
    }
    .search-container label {
    color: #25253D;
    font-size: 18px;
    font-weight: 600;
    width: 200px;
    margin-left: 50px;
}
    form.search {
      position: relative;
      border-radius: 18px;
      margin-top: 4px;
      display: flex;
      justify-content: space-between;
      align-content: center;
      align-items: center;
    }
    form.search:before{
    content: url(../img/search.svg);
    position: absolute;
    left: 5px;
    top: 10px;
  }
.main.text p, .main.text h2 {
    text-align: left;
}
.main {
  background: #FEF8F1 0 0 url("../img/bg.png") no-repeat;
 
  }
.home .main{
 margin-top: 367px;
}
.main.category, .main.single {
    padding-top: 20px;
}

.content {
  max-width: 812px;
  width: 100%; }

.top_category {
    background: #FFF8F0;
    border-radius: 10px;
    box-shadow: 0px 15px 34px 0px #512E06;
    padding-bottom: 30px;
    margin-top: 60px;
}
.top_category .cat_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 30px;
    margin-top: 20px;
}
.cat_item label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #25253D;
    cursor: pointer;
    position: relative;
}
.cat_item:hover .cat_item_img{
 border-color: #6C98FF;
 transition: 1s;
}
.cat_item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px;
}
.cat_item {
    height: 80px;
    width: 216px;
    margin-top: 10px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.cat_item span {
  color: #A4A2AD;
  font-size: 16px;
  font-weight: 400;
}
.cat_item:hover{
   background: #FF4D88;
   border-radius: 10px;
}
.cat_item img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 14px;
    margin-left: 5px;
    
}
.cat_item label:before{
  content: url("../img/Label.svg");
  position: absolute;
  left: -30px;
  bottom: -20px;
}
.cat_name a {
   font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  border-radius: 5px;
  padding: 6px 10px;
} 
.cat_name a:hover{
  text-decoration: none;
  transition: 1s;
}
.cat_item_img img{
    width: 164px;
    border-radius: 20px;
}
.block_title {
    margin-left: 38px;
    padding-top: 35px;
    color: #25253D;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
}
.game_list_block .block_title {
  margin: 50px 0;
}
.game_list_block .block_title label{
  color: #886A47;
}
.block_title label {
    color: #A4A2AD;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 13px;
    margin-left: 15px;
    position: absolute;
}
.thumbs-rating-container {
    display: flex;
    justify-content: flex-start;
    padding-top: 0px;
}
.emotion {
    width: 140px;
    height: 38px;
    margin-right: 15px;
    border-radius: 10px;
}
.emotion .thumbs-rating-container .thumbs-rating-up, .emotion .thumbs-rating-container .thumbs-rating-down {
  background: none;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 50px;
  color: #000;
}
.emotion .thumbs-rating-container .thumbs-rating-up:before {
   content: url("../img/Like.svg");
    position: absolute;
    left: 10px;
    top: 4px;
}
.emotion .thumbs-rating-container .thumbs-rating-down:before {
   content: url("../img/Dislike.svg");
    position: absolute;
    left: 10px;
    top: 12px;
}
.popular-game {
  width: 255px;
  background: #E140B5;
  border-radius: 50px;
  padding: 12px 20px 25px;
  position: relative;
  z-index: 16; }
  .popular-game__title {
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    padding: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700; }
  .popular-game__title span{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
  }  
  .popular-game__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px; }
  .popular-game__item {
    width: 65px;
    height: 65px;
    border-radius: 5px;
    margin: 0 5px 10px 5px; }
    .popular-game__item a {
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .popular-game__item img {
      max-width: 100%;
      height: auto;
      border: 3px solid #E140B5;
      border-radius: 15px;
      box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25); }
    .popular-game__item:hover img {
      border-color: #FFBC11;
      transition: 1s;
    }
.tooltip {
  position: relative; }
  .tooltip .box {
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    background: #000;
    border-radius: 5px;
    top: -46px;
    left: 0;
    min-width: 156px;
    white-space: nowrap;
    text-align: center;
    padding: 10px 14px;
    z-index: 1005; }
    .tooltip .box:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 9px solid transparent;
      border-right: 9px solid transparent;
      border-top: 8px solid #000;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin: 0 auto; }

.single .breadcrumbs {
  position: relative;
  margin-bottom: 10px; 
background: #fff; 
box-shadow: 0px 15px 34px -15px #512E06;
border-radius: 22px 22px 10px 10px;
padding: 18px;
height: 60px;
margin-bottom: 30px;
}

.breadcrumb {
  display: flex; 
  padding-left: 15px;}
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: #292930; 
    position:relative;
    margin-right: 32px;}
    .breadcrumb li a {
      font-size: 14px;
      line-height: 14px;
      color: #A4A2AD;
       }
      .breadcrumb li a:hover {
        text-decoration: underline; }
    .breadcrumb li span {
      font-size: 14px;
      line-height: 14px;
      color: ##25253D; }
    .breadcrumb li:not(:last-child):after {
      content: url(../img/Arrow-Right2.svg);
      position: absolute;
      right: -20px;
      display: inline-flex; }

.advertising {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  border-radius: 15px;
  padding: 19px;
  margin-bottom: 10px; }
.catalog__title.bg-pink {
    margin: 30px 0;
}

.catalog__description {
  margin-top: 20px; 
  background: #ECF2F6;
  border: 1px solid #ECF2F6;
  border-radius: 50px;
  padding: 70px 20px;
  text-align: center;
  color: #A5ABB9;
  font-size: 18px;
  font-weight: 500;
}
.catalog__description h2 {
    color: #292930;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
}
.game {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .game__title {
    width: 100%;
    border-radius: 5px;
    padding: 7px 10px 9px 10px;
    margin-bottom: 10px;
    order: 1; }
    .game__title h1 {
      font-weight: 500;
      font-size: 18px;
      line-height: 27px;
      text-align: center;
      margin: 0;
      text-transform: none;
      color: #fff; }
  .game__player {
    width: 100%;
    padding: 12px 0px;
    border-radius: 50px;
    background: #2E6CFF;
    }
    .game__player__content {
      position: relative;
      min-height: 500px;
      margin-bottom: 10px; }
    .game__player__footer {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      padding: 32px; }
    .game__player__played {
      display: block;
     float: left; }
      .game__player__played span {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #ffffff; }
     .game__player__header {
    background: #275CDE;
    border-radius: 25px;
   padding: 10px 12px 0;
    margin: 20px;
    height: 70px;
}
.game__player .game__player__rate {
    float: right;
    margin-top: -70px;
    font-size: 0px;
    width: 28%;
    text-align: right;
    padding: 14px 10px;
    border-radius: 15px;
    background: #2E6CFF;
}
.game__description_block {
    border: 1px solid #E3E6E9;
    box-sizing: border-box;
    box-shadow: 0px 5px 40px rgb(0 0 0 / 5%);
    border-radius: 50px;
    margin-top: 20px;
}
  .game__image {
   width: 100%;
    max-width: 175px;
    height: auto;
    margin: 30px;
    border-radius: 25px;
    float: left; }
    .game__image img {
      border-radius: 25px;
    width: 100%;
    height: auto;      
    }
  .game__description {
    width: 100%;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #A5ABB9;
   }
    .game__description h1 {
    text-transform: uppercase;
    color: #292930;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px; 
    margin-top: 25px;}
  .game__promo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #D962A2;*/
    border-radius: 5px;
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    order: 6; }
  .game__similar {
    background: #ECF2F6;
    border: 1px solid #ECF2F6;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 70px 0;
    float: left;
    width: 100%; }
    .single footer.footer {
    float: left;
    width: 100%;
}
  .game__similar .catalog__list{
    padding: 0 46px;
  }  
  .comments {
    width: 100%;
    text-align: center; }
  .game .comments {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 19px; }
  .game .banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    order: 2; }

.block__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    color: #292930;
    margin-bottom: 50px;
    text-align: center; }
.game_body {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px 10px 16px 16px;
}
.play{
  background: #25253D;
  padding: 10px 18px 10px 18px;
  border-radius: 8px 8px 16px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}
.game-card__name a, .game-card__name {
  color: #292930;
  font-weight: 500;
font-size: 12px;
line-height: 12px;
}
.game-card__rate .rating img {
    width: 9px;
}
.game-card {
   position: relative;
    margin: 8px auto;
    width: 196px;
    height: 218px;
    background: #fff;
    border-radius: 10px;
  }
.catalog__list{
  width: 224px;
  height: 310px; 
  cursor: pointer;
  margin-bottom: 22px;
  background: #E8DAC9;
  border-radius: 16px;
  border: solid 6px #fff;
}  
.catalog__list.no_style, .catalog__list.no_style:hover {
    background: none;
    border: none;
    cursor: initial;
}
.catalog__list:hover{
  background: #FF4D88;
}
.catalog__list.no_style:hover{
  border: none;
}
.catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
  .game-card:hover .game_body{
    border-color: #2E6CFF;
    box-shadow: 0px 5px 40px #ECF2FF;
  }
  .game-card__thumb {
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 9px;}
    .game-card__thumb img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
  .game-card__name {
    color: #25253D;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
    overflow: hidden; 
    text-align: center;
    width: 100%;
    padding: 0 5px; }
    .game-card__name a {
      text-decoration: none; }
      .game-card__name a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px; 
 float: left;
  width: 100%;
  }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
 }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    height: 49px;
    margin-right: 14px; }
    .pagination li a {
      font-family: 'Poppins';
     font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #5E4A39;
    background: #E8DAC9;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border: solid 4px #fff; }
      .pagination li a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .pagination span.current, .pagination a:hover {
    font-family: 'Poppins'; 
     font-size: 20px;
    line-height: 24px;
    font-weight: 600; 
    background: #FF2CAC;
    border-radius: 10px;
    color: #fff;
    padding: 16px 22px;
    border: sol a.previd 4px #fff; 
     }
     a.next, a.prev {
    background: none !important;
    border: none !important;
}
i.go-right {
   display: block;
   background: url(../img/right.svg);
   width: 32px;
   height: 32px;
}
i.go-left {
   display: block;
   background: url(../img/left.svg);
   width: 32px;
   height: 32px;
}
     .pagination li.current a {
        color: #fff; }
    .pagination li.bv-prev, .pagination li.bv-next {
    background: #E0E9FF;
    }    
    .pagination li.bv-prev a:before {
      content: '';
      color: #2E6CFE;
      border-right: 2px solid #2E6CFE;
      border-bottom: 2px solid #2E6CFE;
      position: absolute;
      width: 9px;
      height: 9px;
      top: 18px;
      left: 20px;
      transform: rotate(135deg); }
    .pagination li.bv-prev:hover a:before {
      color: #fff;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .pagination li.bv-next a:before {
      content: '';
      color: #2E6CFE;
      border-right: 2px solid #2E6CFE;
      border-bottom: 2px solid #2E6CFE;
      position: absolute;
      width: 9px;
      height: 9px;
      top: 18px;
      left: 14px;
      transform: rotate(-45deg); }
    .pagination li.bv-next:hover a:before {
      color: #fff;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    
.footer_body {
    background: #25253D;
    width: 100%;
    padding: 0 15px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 100px;
  padding-top: 30px;
  padding-bottom: 80px;
  align-items: center;
  }
  .footer-logo {
    margin: 12px 0; }
  .footer ul#menu-main-menu a {
    color: #1B202E;
    position: relative;
}  
.best_games a:before{
  content: url(../img/best.svg);
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.hot_games a:before{
  content: url(../img/hot.svg);
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.favorite a:before{
  content: url(../img/favorite.svg);
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.popular {
    background: #FFF8F0;
    border-radius: 10px;
    box-shadow: 0px 15px 34px 0px #512E06;
    padding: 20px 20px 60px;
    margin-top: 20px;
}
.popular_body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-image: linear-gradient(to right, #FF2CAC , #FFE712);
    padding: 20px;
    border-radius: 10px;
}
.popular img {
    width: 172px;
    border-radius: 10px;
    background: #fff;
    padding: 6px;
}
.popular .game_item {
    margin: 8px 0;
    position: relative;
}
.game_item label {
    display: none;
    position: absolute;
    bottom: 6px;
    left: 0px;
    background: rgb(0, 0, 0, 0.6);
    text-align: center;
    padding: 10px 0;
    width: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.game_item:hover label{
  display: block;
}
.game_item:hover img{
  background-image: linear-gradient(to right, #FF2CAC , #FFE712);
}
p#page-visit-counter-shortcode-block img {
    display: none !important;
}
.count_vizit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #64647E;
    position: relative;
    padding-left: 23px;
}
.count_vizit:before{
  content:  url(../img/Heart.svg);
  position: absolute;
  left:0px;
  top:0px;
}
 .all_categorys_footer{
    background: #275BE2;
    border-radius: 50px;
    position: relative;
    height: 15px;
    bottom: 6px;
    width: 92%;
    left: 4%;
    z-index: 1;
  }
  
  .popular_games {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block_adv {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    width: 100%;
    padding-bottom: 20px;
}
.game_list_block h3, h1.category_name{
  color: #25253D;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 80px 0 40px 15px;
}
.category_item_img img {
    width: 100px;
    border-radius: 20px;
}
h2.popular_cat, h2.all_games, h2.category_name {
    color: #1B202E;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin: 20px 0 30px;
    line-height: 1;
}
h2.category_name {
    margin-top: 80px;
} 
h2.popular_cat span {
    color: #F01DB3;
}
h2.all_games span {
   color: #3A83F6;
}
.category_item {
    position: relative;
}
.category_item label {
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 10px;
    width: 100%;
    background: #fff;
    padding: 5px;
    border-radius: 20px;
    opacity: 0;
}    
.category_item:hover label{
    opacity: 1;
    transition: 1s;
  }
h2.all_games{
    margin-top: 85px;
}  
  .game-top__thumb{
    width: 106px;
    height: 95px;
    border-radius: 25px;
    margin: 0px auto;
    position: absolute;
    top: -10px;
    left: 10px;
}
}
.game-top__thumb img {
    width: 106px;
    height: 95px;
    border-radius: 25px;
}
.game-top__body {
    text-align: center;
    background: #fff;
    border-radius: 25px;
    position: relative;
    height: 142px;
    width: 126px;
    margin-top: 20px;
    padding-top: 94px;
}
.game-top .rating img{
  float: left;
  width: 9px !important;
}
.game-top__body a {
  color: #292930;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.game-top__body a:hover{
  text-decoration: none;
}
.game-top__body:hover{
  box-shadow: 0 0 20px rgba(15, 135, 103, 0.2);
}
.game-top .game-card__rate {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 34px 10px;
}
.no_mobil {
  display: block;
}
.to_mobil, .show_content{
  display: none;
}
.archive.category .main {
     margin-top: 0px;
}     
.main.search, .main.no_found {
    margin-top: 0px;
    min-height: 100vh;
}
 ul.list_category li {
    display: inline-block;
    margin-right: 20px;
    background: #ABEEFF;
    box-shadow: 0px 3px 0px #2087A2;
    border-radius: 12px;
    padding: 20px 10px 14px 55px;
    font-size: 12px;
    color: #065265;
    font-weight: 700;
    position: relative;
    height: 50px;
    
}
ul.list_category li:hover {
  background: #D32FA6;
}
ul.list_category li:hover img{
  border-color: #6C98FF;
  transition: 1s;
}
ul.list_category a{
  color: #fff;
}
ul.list_category img {
    width: 50px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0px;
    top:  0px;
}
.container.bottom {
    display: block;
    float: left;
}

.game-offer h2, .game-offer h3 {
    margin-bottom: 20px; }
   .game-offer__comments {
    position: relative;
    max-width: 830px;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px; }
  .game-offer__window {
    width: 100%;
    background: #E8DAC9;
    border: solid 6px #fff;
    border-radius: 22px 22px 30px 30px;
    margin: 0 20px;
    box-shadow: 0px 15px 34px -15px #512E06;
   }
     .game-offer__window__top {
    display: flex;
    padding: 10px 15px 0px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    height: 88px;
     }
    .game_title img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.game_title {
    display: flex;
    align-items: center;
} 
      .game-offer__window__top h1, .game_title h2 {
        font-family: 'Poppins';
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0.03em;
        color: #25253D;
        margin-bottom: 0px;
        margin-left: 15px;
      }
    .game-offer__window__frame {
      position: relative;
      min-height: 550px;
      margin: 14px; }
      .game-offer__window__frame iframe {
        border-radius: 20px; }
    .game-offer__window__top  .top_block {
    display: flex;
} 
    .main__content.game-offer {
    display: flex;
    margin: 30px 0;
   
}
.border-block {
  text-align: center;
  margin-top: 30px;
}
.control{
  color: #25253D;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.control:before{
  position: absolute;
  content: url(../img/Setting.svg);
  left:2px;
  top:14px;
}
.control:after{
  position: absolute;
  content: url(../img/control2.svg);
  right:-42px;
  top:16px;
}
.game-offer__window__bottom {
 padding: 10px;
 display: flex;
 justify-content: space-between;
 background: #fff;
 border-radius: 10px 10px 16px 16px;
 height: 68px;
 margin: 0px 15px 10px;
}
.btn-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  outline: 0;
  background: #25253D;
  border-radius: 8px 8px 16px 8px;
  cursor: pointer;
  margin-top: -5px;
  position: relative;
  padding-left: 20px;
  }
  .btn-fullscreen:before{
    position: absolute;
    left:17px;
    top:17px;
    content: url(../img/full.svg);
  }
 .btn-fullscreen:hover {
    background: #D32FA6;
   }

.exitfullscreen svg.icon {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 20000;
  cursor: pointer; }

.btn-play {
  display: none; }
.game-offer__window__bottom .rating {
    padding: 15px;
    border: solid 2px #D9E3FC;
    border-radius: 12px;
}
.game-offer__window__bottom img.post-ratings-image {
    height: 17px;
    margin: 0 3px;
}
.single_adv_block {
    display: flex;
    margin-top: 0px;
    justify-content: flex-start;
}
.side_adv {
    width: 340px;
    margin-right: 25px;
}
.best_item label {
    position: absolute;
    opacity: 0;
}
.best_item img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
}
.best_games_block {
    background: #2F61C9;
    border: solid 8px #fff;
    border-radius: 22px;
    padding: 14px;
    width: 340px;
	margin-top: 15px;
}
.best_games_block_sigle {
    background: #2F61C9;
    border: solid 8px #fff;
    border-radius: 22px;
    padding: 14px;
    width: 340px;
	margin-top: 0px;
}
.best_body{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}
.adv {
    text-align: center;
    padding: 14px 0;
}
.best_games_block h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 4px;
}
.best_item {
    border: 1px solid #6A81B1;
    margin: 3px;
    position: relative;
    border-radius: 10px;
}
.best_item:hover{
   border: 1px solid #FF8101;
}
.best_item:hover label {
    opacity: 1;
    color: #fff;
    left: -10px;
    right: -10px;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    border-radius: 5px;
    background: #FF8101;
    z-index: 10;
    top: -23px;
}
.side_adv .catalog__list:first-child {
    margin-bottom: 38px;
}
.game-offer__content {
    border-radius: 10px;
    margin-top: 10px;
    color: #77838E;
    padding: 20px 20px 35px;
    font-size: 16px;
    line-height: 150%;
}
.game-offer__content .container {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 15px 34px -15px #512E06;
    padding: 20px;
    color: #77838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.game-offer__content img {
    float: left;
    margin-right: 20px;
    width: 100px;
    border-radius: 10px;
}
.game-offer__content h2 {
  color: #77838E;
  font-size: 24px;
  line-height: 30px;
}
.game-offer__image {
     display: flex; 
     background: #1B202E;
      border: 2px solid #3E485E;
      box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.5);
      border-radius: 20px;
      margin: 40px 40px 20px;
      align-items: center;
   }
.game-offer__image img {
     border-radius: 14px;
     width: 164px;
     height: 164px;
     margin: 20px;
}      
.game-offer__image h1 {
  color: #fff;
  font-weight: 700;
font-size: 50px;
line-height: 110%;
}
.list_category li {
    display: inline;
    margin-right: 20px;
}
.list_category ul {
  margin-top: 15px;
}
.list_category a {
  text-transform: uppercase;
  color: #F01CB5;
  text-decoration: none;
}
.list_category a:hover {
    color: #455DF5;
}
.seo_block ul {
 font-family: "Sansation", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 21px;
margin-top: 25px;
color: #ffffff;
}

.seo_block li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}

.game-offer__content ul {
 font-family: "Sansation", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 21px;
margin-top: 25px;
color: #77838E;
}

.game-offer__content li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}



.seo_block {
    background: #36364F;
    position: relative;
    padding-bottom: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #fff;
    margin-top: 40px;
}
.seo_block .container {
    padding-right: 20%;
}
.seo_block:after{
  content: url(../img/image_footer.png);
  position: absolute;
  right: 0px;
  top: -200px;
}

.seo_block h1, .main.category .seo_block h2 {
font-family: 'Poppins';
font-weight: 600;
font-size: 56px;
line-height: 100%;
letter-spacing: 0.01em;
color: #fff;
margin: 80px 0 50px;
}
.main.search h1, .main.no_found h1 {
    margin-top: 50px;
}
.similar_games .catalog__list {
    border-color: #EEE2FA;
}
.similar_games .block_title {
    margin-bottom: 50px;
    margin-left: 10px;
}
.similar_games {
    margin-top: 30px;
}
.single .top_category {
    margin: 20px 0 40px;
}
button.thumbs-rating-up:hover, button.thumbs-rating-down:hover {
    background: #E8DAC9 !important;
    border-radius: 10px;
}
@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{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    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:550px;
    position: relative;
    flex-wrap: wrap;
	border-radius: 20px 20px 0px 0px;
     }
     
    #js-player-start{
    width:180px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    }
    #js-player-start:hover{
    text-decoration:none;}
    #js-player-start svg{
    margin-right:5px;}
    .game-offer__window__frame {
    display:none;}
	.btn-fullscreen {
    display: none;
}
.main_block {
    display: flex;
 }
 .main_block .best_games_block {
 	width: 403px;
 }
    @media (max-width: 767px) {
  .player-overlay {
    min-height:550px;
  }
  .main_block {
    flex-wrap: wrap;}
	}
    
    .category-tags {
    display: flex; /* Располагает элементы в один ряд */
    flex-wrap: wrap; /* Если не хватает места, переносит элементы на новую строку */
    gap: 10px; /* Расстояние между элементами */
}

.category-tag {
    display: inline-block; /* Устанавливает элементы в виде строк */
    padding: 8px 16px; /* Внутренние отступы */
    background-color: #f0f0f0; /* Цвет фона */
    color: #333; /* Цвет текста */
    border-radius: 20px; /* Закругленные углы */
    text-decoration: none; /* Убирает подчеркивание */
    font-size: 14px; /* Размер шрифта */
    transition: all 0.3s ease; /* Анимация при наведении */
}

.category-tag:hover {
    background-color: #333; /* Изменение цвета фона при наведении */
    color: #fff; /* Изменение цвета текста при наведении */
}

.post-tags {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.post-tags span {
    font-weight: bold;
    color: #333;
}

.post-tags a {
    text-decoration: none;
    color: #0073aa;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #f5f5f5;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background-color: #0073aa;
    color: #fff;
}