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: 'Open Sans'; }

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:hover {
  text-decoration: none;
  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: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #F8FAFF;
  letter-spacing: normal;
  font-size: 14px;
  
  -webkit-font-smoothing: antialiased; }

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

h2, .h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  color: #f30654;
  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; }
.sidebar_title {
    font-size: 18px;
    margin-top: 30px;
    margin-left: 96px;
    positin: relative;
}

.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: 19px 0px;
}
.menu_top a{
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: 'Luckiest Guy', cursive;
  text-shadow: 0px 3px 0px #213a10;
  text-transform: uppercase;
  padding: 23px 30px 23px 50px;
}
.menu_top {
    background: #7fbe55;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 2px solid #213a10;
    border-radius: 20px;
  }
.header li:last-child {
    display: none;
}  
.menu_top li {
    border-right: 1px solid #0F730A;
}
.menu_top li:last-child{
  border: none;
}
.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%;
}
.all_cat{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: 10px;
 }
.single_cat {
    display: flex;
    align-items: center;
    margin: 12px;
    position: relative;
    width: 160px;
    background: #FFFFFF;
    border-radius: 12px;
    padding-right: 10px;
	height: 46px;
	opacity: 0;	
}
.single_cat:hover {
  background: #593A2E8;
}

.single_cat a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #03171e;
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
}
.single_cat a  label {
    margin-left: 5px;
    cursor: pointer;
}
.header {
  background: #292c42;
  box-shadow: 0px 8px 0px #1394b3;
  padding: 15px 42px; 
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;;
  position: relative;
  }

.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;
}
.mobil_menu {
 display:none;
 background: url("../img/menu.png") no-repeat;
 background-size: contain;
 padding: 10px;
 width: 36px;
 height: 36px;
 position: fixed;
 z-index: 10000;
 top: 155px;
}
.mobil_menu i {
  color: #fff;
  font-size: 18px;
}
.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 input {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    border: 0;
    outline: 0;
    align-items: flex-start;
    padding: 16px 10px 14px 38px;
    gap: 10px;
    width: 256px;
    height: 48px;
    background: #161467;
    border-radius: 14px;
    font-family: 'Luckiest Guy', cursive;
    }
    .search input::placeholder {
      color: #fff;
    }
    .search input::ms-input-placeholder {
      color: #fff;
    }
    .search input::-ms-input-placeholder {
      color: #fff;
    }
    form.search {
      position: relative;
      border: solid 3px #41ACF2;
      border-radius: 18px;
      margin-top: 4px;
    }
    form.search:before{
    content: url(../img/search.svg);
    position: absolute;
    left: 10px;
    top: 15px;
  }
.main.text p, .main.text h2 {
    text-align: left;
}
.main {
  margin-bottom: 8px;
  }
.home .main{
 margin-top: 367px;
}
.main.category, .main.single {
    padding-top: 20px;
}

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

.sidebar {
    position: fixed;
    z-index: 100;
	width:384px;	
    left: -350px;
    height: 100vh;
    background: #283c36;
   border-right: 4px solid #1395b5;
   margin-top: -106px;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
   -o-transition: width 0.2s linear;
  color: #fff; }
  .sidebar.open{
	left: 0px;
	transition: left 0.3s ease;	
}
 .sidebar.open .single_cat{
	opacity: 1;	 
 }	 
  .single_cat img {
    width: 46px;
	height: 46px;
    border: 2px solid #FFFFFF;
    border-radius: 12px 0 0 12px;
  }
  .sidebar_body{
     overflow: hidden;
  }
  .sidebar_body_title {
    margin-top: 43px;
    margin-left: 20px;
    font-family: 'Luckiest Guy';
    font-weight: 400;
    font-size: 36px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fcfa82;
    text-shadow: 0px 5px 0px #203145;
    text-align: center;
}
  .sidebar_title {
    position: absolute;
    left: 260px;
    top: 7px;
    width: 50px;
    z-index: 10000;
    -webkit-transition: left 0.2s linear;
  transition: left 0.2s linear;
  -o-transition: left 0.2s linear;
}
 
.top_category {
    background: #A66F5B;
    padding-bottom: 50px;
	margin-top: 30px;
}
.thumbs-rating-container {
    display: flex;
    justify-content: flex-start;
    padding-top: 0px;
}
.emotion {
    background: #80cd05;
    box-shadow: 0px 4px 4px #086709;
    width: 140px;
    height: 38px;
    margin-right: 15px;
    border-radius: 10px;
}
.thumbs-rating-up:hover, .thumbs-rating-down:hover {
    background: #086608 !important;
    border-radius: 10px;
}
.thumbs-rating-container .thumbs-rating-up {
    border-right: 1px solid #086608;
}
.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;
}
.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; }

.breadcrumbs {
  position: relative;
  margin-bottom: 10px; }

.breadcrumb {
  display: flex; 
  padding-left: 15px;}
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: #292930; 
    position:relative;
    margin-right: 32px;}
    .breadcrumb li:first-child a:before{
      content: url(../img/home.svg);
      position: absolute;
      left: -15px;
      top: 3px;
    } 
    .breadcrumb li a {
      font-size: 16px;
      line-height: 18px;
      color: #292930;
       }
      .breadcrumb li a:hover {
        text-decoration: underline; }
    .breadcrumb li span {
      font-size: 16px;
      line-height: 18px;
      color: #292930; }
    .breadcrumb li:not(:last-child):after {
      content: '/';
      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%;
    position: absolute;
    bottom: -54px;
    text-align: center;
    display: flex;
    align-items: center;
}
.catalog__list .count_vizit {
  color: #3E8596;
}
.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: 130px;
  height: 130px;
  }
.catalog__list{
  width: 158px;
  height: 207px; 
  cursor: pointer;
  margin-bottom: 22px;
  border: 1px solid #83d4bc;
  border-radius: 10px;
}  
.catalog__list.no_style {
    background: none;
    border: none;
}
.catalog__list:hover{
  background: #fff6cd;
}
.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;
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: 2;}
    .game-card__thumb img {
      width: 100%;
      height: auto;
      border-radius: 5px; }
  .game-card__name {
    color: #003845;
    font-size: 16px;
    font-weight: 700;
    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;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    width: 49px;
    height: 49px;
    margin-right: 10px; }
    .pagination li a {
      font-family: 'Luckiest Guy';
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #2F61C9;
      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: #020288;
      text-align: center;
      text-decoration: none; }
    .pagination span.current {
    font-family: 'Luckiest Guy';  
    background: #2F61C9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #fff;
    padding: 16px 20px;
     }
     .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: #B2F0FB;
      border: 2px solid #020288;
       }
     .pagination li:hover a {
        color: #020288; }
    .pagination li:last-child {
      margin-right: 0; }
.seo_block p{
font-weight: 500;
font-size: 17px;
line-height: 180%;
color: #ffffff;
}
.footer_body {
    background: #292c42;
    box-shadow: 0px -8px 0px #1394b3;
    z-index: 200;
    width: 100%;
    padding: 0 15px;
    position: absolute;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 10px;
  height: 71px;
  margin-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;
}

.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 {
    text-align: center;
    position: relative;
    padding: 0 30px;
    z-index: 10;
    margin-bottom: 90px;
}
.top_row img {
    width: 64px;
    border-radius: 14px;
}
.top_row {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 0 10px;
}
.top_row:hover{
  background: #EDF4FC;
  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: #FF8742;
    font-size: 14px;
} 
.top_category h3, .popular h3, .similar_games h3 {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow:
    2px 2px 0px #c8404b,   
    -2px -2px 0px #c8404b,
    2px -2px 0px #c8404b,
    -2px 2px 0px #c8404b,
  3px 6px 0px #13233a;
  margin-top: 80px;
  margin-bottom: 40px;
}
div#owl-carousel {
    margin-top: 58px;
}   
#owl-carousel .owl-nav, #owl-carousel2 .owl-nav {
    position: absolute;
    top: -80px;
    right: 10px;
}
#owl-carousel .owl-nav{
 background: #0a4958;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
}
#owl-carousel button.owl-prev{
  background: #0a4958 center url(../img/left.svg) no-repeat !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 38px;
  border-radius: 10px 0 0 10px;
}
#owl-carousel button.owl-prev:hover {
    background: #03171e center url(../img/left.svg) no-repeat !important;
}    
#owl-carousel button.owl-next{
  background: #0a4958 center url(../img/right.svg) no-repeat !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 38px;
  border-radius: 0 10px 10px 0;
}
#owl-carousel button.owl-next:hover {
    background: #03171e center url(../img/right.svg) no-repeat !important;
}
#owl-carousel2 button.owl-prev{
  background: #7fbe55 center url(../img/left.svg) no-repeat !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 38px;
  border-radius: 10px 0 0 10px;
}
#owl-carousel2 button.owl-prev:hover {
    background: #213a10 center url(../img/left.svg) no-repeat !important;
}    
#owl-carousel2 button.owl-next{
  background: #7fbe55 center url(../img/right.svg) no-repeat !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 38px;
  border-radius: 0 10px 10px 0;
}
#owl-carousel2 button.owl-next:hover {
    background: #213a10 center url(../img/right.svg) no-repeat !important;
}
button.owl-prev span, button.owl-next span  {
  font-size: 0px;
}
div#owl-carousel2 img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    margin-bottom: 13px;
}
div#owl-carousel2 .owl-item {
    height: 236px;
    padding: 7px;
    border-radius: 20px;
    text-align: center;
}
div#owl-carousel2 .owl-item:hover {
   background: #fff;
}
div#owl-carousel2 label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #4F2D0D;
    cursor: pointer;
}
p#page-visit-counter-shortcode-block img {
    display: none !important;
}
.count_vizit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #4F2D0D;
}
.cat_item {
    height: 100px;
    background: #593A2E;
    box-shadow: 0px 4px 4px #3f1516;
    border-radius: 18px;
    margin-right: 12px;
    margin-bottom: 10px;
}
.cat_item:hover{
   background: #ff9b70;
}
.cat_item img {
    width: 78px !important;
    height: 78px;
    border-radius: 8px;
    float: left;
    margin-right: 14px;
}
.cat_item label {
    font-family: 'Luckiest Guy';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}
.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_name {
    margin-top: 10px;
}
.cat_name a {
   font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  border-radius: 5px;
  padding: 6px 10px;
} 
.cat_name.orange a{
  color:  #FF8101;
  background: #FFE3C7;
}
.cat_name.orange a:hover{
  background: #FF8101;
  color:  #FFE3C7;
}
.cat_name.blue a{
  color:  #0167FF;
  background: #C7E4FF;
}
.cat_name.blue a:hover{
  background: #0167FF;
  color:  #C7E4FF;
}
.cat_name.green a{
  color:  #0D9F36;
  background: #CFFFC7;
}
.cat_name.green a:hover{
  background: #0D9F36;
  color:  #CFFFC7;
}

.cat_name a:hover{
  text-decoration: none;
  transition: 1s;
}
.cat_item_img img{
    width: 164px;
    border-radius: 20px;
}
 .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;
}
.popular {
    background: #83d4bc;
}
.page {
    background: #83d4bc;
}
.game_list_block {
  background: #ffffff;
}
.page.single {
    background: #83d4bc;
}
.block_adv {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    width: 100%;
}
.game_list_block h3, h1.category_name{
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 28px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #283c36;
  text-shadow:
    2px 2px 0px #f9f0e1,   
    -2px -2px 0px #f9f0e1,
    2px -2px 0px #f9f0e1,
    -2px 2px 0px #f9f0e1,
  3px 6px 0px #726022;
  margin-top: 80px;
  margin-bottom: 40px;
}
.game_list_block h3 {
    padding-left: 30px;
}    
div#owl-carousel2 {
    margin-top: 55px;
}
.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: #83d4bc;
    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%;
     }
     .game-offer__window__top {
    display: flex;
    padding: 10px 15px 0px;
    justify-content: space-between;
    align-items: center;
     }
      .game-offer__window__top h1, .game-offer__window__top h2 {
        font-family: 'Luckiest Guy';
        font-weight: 400;
        font-size: 26px;
        line-height: 28px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #051E52;
        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 0;
   
}
.border-block {
  text-align: center;
  margin-top: 30px;
}
.game-offer__window__bottom {
 padding: 10px 25px;
 display: flex;
 justify-content: space-between;
}
.btn-fullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 197px;
  height: 60px;
  outline: 0;
  background: #1480fc;
  box-shadow: 0px 4px 4px #050946;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  margin-top: -5px;
  position: relative;
  padding-left: 20px;
  }
  .btn-fullscreen:before{
    position: absolute;
    left:22px;
    top:20px;
    content: url(../img/full.svg);
  }
 .btn-fullscreen:hover {
    background: #7fbe55;
   }

.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: 43px;
    justify-content: flex-start;
    align-items: flex-start;
}
.side_adv {
    width: 315px;
    margin-right: 26px;
}
.best_item label {
    position: absolute;
    opacity: 0;
}
.best_item img {
    width: 90px;
    height: 90px;
    border-radius: 8px;
}
.best_games_block {
    background: #c8404b;
    box-shadow: 0px 4px 4px #ba3e36;
    border-radius: 18px;
    padding: 14px 11px;
    width: 243px;
}
.best_body{
   display: flex;
   flex-wrap: wrap;
}
.adv {
    text-align: center;
    padding: 14px 0;
}
.best_games_block h3 {
  color: #fff;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-family: 'Luckiest Guy', cursive;
    text-shadow: 
    2px 3px 2px #8d2c26,
    -1px -1px 1px #8d2c26, 
    -1px 1px 1px #8d2c26, 
    1px -1px 1px #8d2c26;
  text-transform: uppercase;
  padding: 23px 30px 23px 50px;
}
.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;
    transition: 1s;
    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: 0px;
    color: #77838E;
    padding: 0px 20px 35px;
    font-size: 16px;
    line-height: 150%;
}
img.align-left {
    float: left;
    margin-right: 20px;
}
.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 {
    background: #c8404b;
    border-bottom: solid 10px #c8404b;
    padding-bottom: 60px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #ffffff;
    margin-top: 30px;
}
.seo_block h1, .main.category .seo_block h2 {
font-family: 'Luckiest Guy';
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #203145;
text-shadow: 0px 5px 0px #e2e9f1;
margin: 80px 0 50px;
width: 100%;
}

.reviews h3 {
font-family: 'Luckiest Guy';
font-weight: 400;
font-size: 50px;
line-height: 100%;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #fcfa82;
text-shadow: 0px 5px 0px #203145;
margin: 10px 0 50px;
width: 100%;
}
.main.search h1, .main.no_found h1 {
    margin-top: 50px;
}
.similar_games {
    background: #ffffff;
    margin-top: 100px;
}
.similar_games .catalog__list {
    border-color: #ffffff;
}
.similar_games h3 {
    margin-left: 20px;
}
.bottom_text_block {
    display: flex;
    
}

.bottom_text_block ul {
 font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 21px;
margin-top: 25px;
color: #ffffff;
line-height: 180%;

}

.bottom_text_block li::before {
    content: "🐾"; 
    margin-left: 10px;
    margin-right: 15px; 
    display: inline-block;
    width: 20px;
}



.bottom_text_block a {
    text-decoration: none;
    color: #3d9ef7;
}

.bottom_text_block a:hover {
  text-decoration: underline;
  color: #d27c34; }
  
.bottom_text_block2 {
    display: flex;
    
}

.bottom_text_block2 ul {
 font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 21px;
margin-top: 15px;
color: #77838E;
line-height: 180%;

}

.bottom_text_block2 li::before {
    content: "🐾"; 
    margin-left: 10px;
    margin-right: 15px; 
    display: inline-block;
    width: 20px;
}



.bottom_text_block2 a {
    text-decoration: none;
    color: #3d9ef7;
}

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

.bottom_text {
    width: 70%;
    margin-right: 50px;
    margin-top: 20px;
}
@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;}
  .btn-fullscreen {
    visibility: hidden;
}
.breadcrumbs {
    padding: 0px 15px 15px 0px;
}
    @media (max-width: 767px) {
  .player-overlay {
    min-height:450px;
  }
  }
  .post-tags {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.post-tags h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.post-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags ul li {
    margin: 0;
}

.post-tags ul li a {
    text-decoration: none;
    padding: 5px 10px;
    background-color: #0073aa;
    color: #fff;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.post-tags ul li a:hover {
    background-color: #005177;
}
.adv {
    padding: 40px 10px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 28px;
    background: #d0a3e7;
    background: -webkit-gradient(linear, left top, right top, from(#d0a3e7), to(#82b0f5));
    background: linear-gradient(to right, #d0a3e7 0%, #82b0f5 100%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d0a3e7", endColorstr="#82b0f5", GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d0a3e7", endColorstr="#82b0f5", GradientType=1);
  
}