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

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

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

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

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: #c5e8dc;
  letter-spacing: normal;
  font-size: 14px;
  
  -webkit-font-smoothing: antialiased; }

h1, .h1, .page_title h2{
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
  color: #48252b;
  }

h2, .h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 21px;
  color: #f30654;
  margin-bottom: 25px;
margin-top: 25px;  }

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: 15px;
  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; }
.sidebar_title {
    font-size: 18px;
    margin-top: 30px;
    margin-left: 96px;
    positin: relative;
}
.sidebar_title:before{
  content:'';
  position: absolute;
  left: 24px;
  top: 15px;
  background: #67CCF3;
  width:48px;
  height: 48px;
  border-radius: 8px;
}
.menu_top ul#menu-main-menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 95px;

}
.menu_top ul#menu-main-menu li{
  margin: 10px 0;
  width: 100%;
  padding: 20px 10px;

}
.menu_top .all_games a:before {
    left: -84px;
    bottom: -15px;
}
.menu_top .recom_games a:before {
    left: -77px;
    bottom: -4px;
}    
.menu_top .best_games a:before {
    left: -77px;
    bottom: -3px;
}
.menu_top a{
  color: #fff;
  position: relative;
  text-decoration: none;
}
.menu_top {
    overflow: hidden;
    width: 280px;
    margin-top: 40px;
    margin-left: 10px;
    background: #a75763;
    border-radius: 20px;
}
.menu_top ul#menu-main-menu li:hover{
  background: #67CCF3;
  border-radius: 20px;
}
.single_cat_img{
  width: 64px;
}
.single_cat_img img {
  width: 64px;
  border-radius: 50%;
  border: solid 2px #48252b;
}
.all_cat{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 280px;
  margin-left: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  align-content: flex-start;
  height: calc(100vh - 500px);
  height: -moz-calc(100vh - 500px);
  height: -webkit-calc(100vh - 500px);
 }
.all_cat::-webkit-scrollbar {
 display: none;
}
.single_cat{
  margin: 12px;
  position: relative;
  margin: 6px 12px;
}
.single_cat label {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 100;
  bottom: 8px;
  background: #000;
  border-radius: 10px;
  padding: 5px 0 8px;
  font-size: 12px;
  cursor:pointer;
}
.single_cat:hover label {
  opacity: 1;
  transition: 1s;
}
.single_cat:hover img {
   transition: 1s;
   border: solid 2px #FED402;
}
.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; 
  padding: 15px 0; 
  align-items: center;}

.logo {
  position: relative; }

.top_block {
  background: #fff;
  margin-bottom: 40px;
}

.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;
}
.mobil_menu {
 display:none;
 background: #67CCF3;
 padding: 10px;
 border-radius: 50%;
 width: 36px;
 height: 36px;
 position: fixed;
 z-index: 10000;
 top: 94px;
}
.mobil_menu i {
  color: #fff;
  font-size: 18px;
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .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 input {
    font-size: 12px;
    line-height: 14px;
    border: 0;
    outline: 0;
    align-items: flex-start;
    padding: 14px 16px;
    gap: 10px;
    width: 276px;
    height: 43px;
    background: #e1e8e9;
    border-radius: 60px;
    }

.main {
  margin-bottom: 30px;
  padding: 30px 0px; }
.home .main{
 margin-top: 367px;
}
.main.category, .main.single {
    padding-top: 0px;
}
.main.category .popular_cat, h2.popular_cat {
  margin-top: 0px !important;
}
.content {
  max-width: 812px;
  width: 100%; }

.sidebar {
  position: fixed;
    z-index: 100;
    width: 96px;
    height: 100vh;
    background: #48252b;
    overflow: hidden;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
   -o-transition: width 0.2s linear;
  color: #fff; }
  .sidebar:hover { 
  width: 300px; 
}
.rating {
    font-size: 0px;
}
.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; }

.breadcrumb {
  display: flex;
  align-items: center;
    margin-bottom: 12px;}
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: #292930; }
    .breadcrumb li a {
      font-size: 16px;
      line-height: 18px;
      color: #292930;
       }
      .breadcrumb li a:hover, .breadcrumb a span:hover {
        text-decoration: underline; }
    .breadcrumb li span, .breadcrumb a span {
      font-size: 16px;
      line-height: 18px;
      color: #292930; }
    
.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%;
    margin-top:30px;
    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;
    flex-direction: column;
}
.game-card__name a {
  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: 120px;
  height: 120px;
  }
.catalog__list{
  margin: 0 8px;
  width: 140px;
  height: 180px; 
  background: #fff; 
  margin-bottom: 8px;
  border-radius: 28px;
  border: solid 2px #fff;
}  
.catalog__list.no_style {
    background: none;
    border: none;
}
.catalog__list:hover{
  border: solid 2px #DE5073;
  transition: 1s;
}
.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;
    overflow: hidden;
    border-radius: 25px;
    z-index: 2;}
    .game-card__thumb img {
      width: 100%;
      height: auto;
      border-radius: 20px; }
  .game-card__name {
   font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    height: auto;
    word-wrap: break-word;
    overflow: hidden;
    text-align: center;
    width: 100%; }
    .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;
    border: 1px solid #E3E6E9;
    background: #f0f4f4;
    border-radius: 10px;
    width: 49px;
    height: 49px;
    margin-right: 10px; }
    .pagination li a {
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
      color: #292930;
      text-align: center;
      text-decoration: none; }
      .pagination li a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .pagination li span {
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      text-align: center;
      text-decoration: none; }
    .pagination span.current {
      background: linear-gradient(87.52deg, #DE5073 -40.4%, #49a9f6 130.43%) !important;
    width: 100%;
    height: 49px;
    border-radius: 12px;
    padding-top: 17px; }
      .pagination li:hover {
        background: linear-gradient(87.52deg, #DE5073 -40.4%, #49a9f6 130.43%) !important; }
      .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; }
    .pagination li:hover {
      background: #1C4FCA; }
      .pagination li:hover a {
        color: #fff; }
    .pagination li:last-child {
      margin-right: 0; }
.seo_block {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.page_description, .seo_text {
    color: #656D7E;
    font-size: 16px;
    line-height: 160%;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 10px;
  height: 71px;
  margin-top: 30px;
  padding-bottom: 80px;
  align-items: center;
  }
  .footer .menu{
    padding-top: 0px;
  }
  .footer .menu ul li {
    padding-left: 0px;
    margin: 0 15px;
  }
  .footer .menu a{
    color: #48252b;
  }
  .footer-logo {
    margin: 12px 0; }
  .footer ul#menu-main-menu a {
    color: #48252b;
    position: relative;
}  
.all_games a:before{
  content: url(../img/all.svg);
    position: absolute;
    left: -40px;
    bottom: -18px;
}
.recom_games a:before{
  content: url(../img/recom.svg);
    position: absolute;
    left: -30px;
    bottom: -7px;
}
.best_games a:before{
  content: url(../img/best.svg);
    position: absolute;
    left: -30px;
    bottom: -7px;
}


.popular {
    width: 70%;
    margin-right: 30px;
}		

.overflow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1001; }
  .all_categorys {
    background: linear-gradient(99deg, #68a0a65 1.18%, #68a0a6 97.4%);
    border-radius: 28px;
    text-align: center;
    position: relative;
    padding: 0 30px;
    z-index: 10;
    display: flex;
    margin-bottom: 90px;
}
#owl-carousel {
    padding-bottom: 30px;
    width: 100%;
}
button.owl-dot {
    width: 5px;
    height: 5px;
    background: #48252b !important;
    margin: 5px;
    opacity: 0.5;
    border-radius: 50%;
}
button.owl-dot.active{
  width: 5px;
  height: 5px;
  margin-top: 4px;
  border: 4px solid #67CCF3 !important;
  opacity: 1;
  background: none !important;
}
button.owl-prev {
    position: absolute;
    left: 0px;
    bottom: -68px;
    width: 52px;
    height: 52px;
    background: #f0f4f4 20px center url("../img/left.svg") no-repeat !important;
    border-radius: 10px;
    font-size: 0px !important;
}
button.owl-next {
    position: absolute;
    right: 0px;
    bottom: -68px;
    width: 52px;
    height: 52px;
    background: #f0f4f4 23px center url("../img/right.svg") no-repeat !important;
    border-radius: 10px;
    font-size: 0px !important;
}
button.owl-prev:hover, button.owl-next:hover {
   background-color: #49a9f6 !important;
   transition: 1s;
}
.owl-dots {
   position: absolute;
    bottom: -50px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: row;
}
.slide_row label {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 15px;
    background: #68a0a65;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
}
.slide_row:hover label{
    opacity: 1;
    transition: 1s;
}
.slide_row {
    margin-bottom: 25px;
    position: relative;
}
.top_row img {
    width: 64px;
    border-radius: 14px;
}
.block_top_games {
    background: #FFFFFF;
    border-radius: 28px;
    margin-top: 35px;
    position: absolute;
    right: 35px;
    padding-bottom: 20px;
}
.block_top_games h3 {
    font-weight: 700 !important;
    font-size: 20px !important;
   letter-spacing: -0.04em;
    text-transform: uppercase !important;
    color: #48252b !important;
    margin-left:55px;
    position: relative;
}
.block_top_games h3:before{
content: url("../img/Rating.svg");
position: absolute;
left: -30px;
bottom: -8px;
}
.top_row {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 0 10px;
}
.top_row:hover{
  background: #e1e8e9;
  transition: 1s;
  border-radius: 20px;
}
.top_row a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #1E1E1E;
    text-decoration: none;
}
.top_item_img {
    margin: 10px;
}
.top_name a {
    margin-bottom: 5px;
}
.top_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #49a9f6;
    font-size: 14px;
}    
.cat_item {
    height: 350px;
    width: 164px;
    margin-top: 20px;
}
.cat_item:hover .cat_item_img{
 border-color: #6C98FF;
 transition: 1s;
}
.cat_item a {
  color:  #fff;
 font-weight: 600;
  font-size: 16px;
  line-height: 25px;
} 
.cat_item a:hover{
  text-decoration: none;
}
.cat_item_img img{
    width: 164px;
    border-radius: 20px;
    border: solid 2px transparent;
}
.slide_row:hover img{
    border: solid 2px #FED402;
    transition: 1s;
}
 .all_categorys_footer{
    background: #275BE2;
    border-radius: 50px;
    position: relative;
    height: 15px;
    bottom: 6px;
    width: 92%;
    left: 4%;
    z-index: 1;
  }
  .popular_category {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(90deg, #528cc0 0%, #e7407a 100%);
    border-radius: 28px;
    padding: 30px;
}
  .popular-game_footer{
    background: #B72C91;
    border-radius: 50px;
    position: relative;
    height: 18px;
    bottom: 14px;
    width: 70%;
    left: 15%;
    z-index: 1;
  }
  .all_categorys h3{
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  padding-top: 30px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
  }
  .top_games h3{
    color:  #292930;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    padding-top: 235px;
  }
  .category_item_img img {
    width: 100px;
    border-radius: 20px;
    border: solid 2px transparent;
}
 .category_item_img:hover img {
    border: solid 2px #FED402;
    transition: 1s;
 }
h2.popular_cat, h2.all_games, h1.category_name {
    color: #48252b;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin: 20px 0 30px;
    line-height: 1;
}
h1.category_name {
    margin-top: 80px;
} 
h2.popular_cat span {
    color: #DE5073;
}
h2.all_games span {
   color: #DE5073;
}
.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;
    cursor: pointer;
}    
.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;
}
.top_games button.owl-dot {
    background: #292930 !important;
 }
.top_games button.owl-dot.active{
  border: 1.5px solid #292930 !important;
  background: transparent !important;
}
div#owl-carousel2 {
    margin-bottom: 42px;
}
.no_mobil {
  display: block;
}
.to_mobil, .show_content{
  display: none;
}
.archive.category .main {
     margin-top: 0px;
}     
.main.search {
    margin-top: 0px;
}
 ul.list_category li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    background: #275CDE;
    padding: 20px 15px 14px 15px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    height: 50px;
    
}
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: 8px;
    position: absolute;
    left: 0px;
    top:  0px;
    border: 3px solid #E140B5;
    border-radius: 15px;
}
.container.bottom {
    display: block;
}
.game-offer h2, .game-offer h3 {
    margin-bottom: 20px; }
   .game-offer__comments {
    position: relative;
    max-width: 830px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px; }
  .game-offer__window {
    background: linear-gradient(99deg, #68a0a6 1.18%, #68a0a6 97.4%);
    border-radius: 28px;
    width: 100%;
}
     .game-offer__window__top {
      font-family: "Gilroy Bold";
    color: #ffffff;
    font-weight: 700;
    font-size: 44px;
    margin-left: 0px;
     }
    .game-offer__window__frame {
      position: relative;
      min-height: 690px;
      margin: 14px; }
      .game-offer__window__frame iframe {
        border-radius: 20px; }
    .game_title {
   margin-bottom: 10px;
    }    
    .game_title span {
        /*background: #fff;*/
        padding: 0 12px;
    }
    .main__content.game-offer {
    display: flex;
    flex-direction: column;
}
.border-block {
    margin-right: 25px;
    width: 200px;
}
.game_block_with_adv {
    display: flex;
    margin-top: 50px;
}
.game-offer__window__bottom {
    display: flex;
    width: 96%;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 2% 14px;
    padding: 20px;
}
.btn-fullscreen {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 46px;
  outline: 0;
  background: linear-gradient(90deg, #696eff 0%, #f8acff 100%);
  border-radius: 12px;
  position: relative;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: 2px;
  }
  .btn-fullscreen:before{
  content: url("../img/zoom.svg") ;
  position: absolute;
  left: 23px;
  top: 14px;
  }
  .btn-fullscreen span {
    font-size: 22px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff; }
  .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 #f0f4f4;
    border-radius: 12px;
}
.game-offer__window__bottom img.post-ratings-image {
    height: 17px;
    margin: 0 3px;
}
.game__player__share {
    background: #f0f4f4;
    border-radius: 12px;
    padding: 12px 7px 2px;
}
.single_adv_block {
    display: flex;
    justify-content: space-between;

}
.block_adv {
    background: #f0f4f4;
    padding: 9px 68px;
    border-radius: 28px;
    min-width: 696px;
    width: 100%;
     min-height: 390px;
    margin-bottom: 30px;
   text-align: center;
}
.middle_block {
    width: 100%;
}
.game-offer__content {
    display: flex;
    flex-direction: column;
    background: linear-gradient(360deg,#6c5459 32.94%,rgba(27,32,46,0) 100%),linear-gradient(102.93deg,#6c5459 .83%,#d8a7b1 98.12%);
    border-radius: 28px;
    margin-top: 50px;
}
.game-offer__image {
     display: flex; 
     background: #413235;
      border: 2px solid #080808;
      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: #20a067;
  text-decoration: none;
}
.game_description {
    color: #ffffff;
    padding: 20px 40px;
}
.game_description h2 {
    color: #ffffff;
}
.game_description ul {
    list-style-type: none; /* Убираем стандартные маркеры */
    padding: 0;
    margin: 0;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
	
}

    .game_description li {
	border-radius: 0px 0px 0px 0px;
    padding: 15px;
    margin: 0;
    /*background-color: #749fc3;*/
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.game_description li:last-child {
    border-bottom: none; /* Убираем границу у последнего элемента */
    border-radius: 0px 0px 0px 0px;
}

.game_description li:hover {
    background-color: #a4c6e2;
}

.game_description li::before {
    content: '\f1b9'; /* Иконка собачки из Font Awesome */
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; /* Font weight для иконок */
    color: #ff6f61;
    font-size: 20px;
    margin-right: 10px;
}

.game_description li a {
    text-decoration: none;
    color: #ff6f61;
    transition: color 0.3s ease;
}

.game_description li a:hover {
    color: #ff4b3e;
}


.games_block .catalog__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    margin: 10px 0 30px;
}
.games_block .catalog__title span{
  color: #DE5073;
}
.list_category a:hover {
    color: #48252b;
}
.block_review {
    background: linear-gradient(90deg, #518cc0 0%, #e7407a 100%);
    border-radius: 28px;
    padding: 30px;
}
.reviews h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.glsr-reviews {
    margin-bottom: 20px;
}
span.glsr-tag-value {
    font-style: italic;
}
@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:650px;
    position: relative;
    flex-wrap: wrap;
     }
     
    #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;}
    @media (max-width: 767px) {
  .player-overlay {
    min-height:450px;
  }