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

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

a:hover {
  color: inherit; }

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: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  background: url("../img/pattern.jpg")  repeat;
  -webkit-font-smoothing: antialiased; }

h1, .head-1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 71px;
  font-style: italic;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color:#b401a3; }

h2, .head-2 {
  font-size: 20px;
  line-height: 56px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color:#353d3e;
  margin-bottom: 0px; }
  h1.cat__title.head-2 {
    color: #FFF;
    margin: 20px 0px 0px 0px;
}
.page-description__text ul {
 font-family: "Krub",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 20px;
color: #353d3e;
}

.page-description__text li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}
.page-description__text p {
font-family: "Krub",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 0px;
color: #353d3e;
}


.single_game .page-description__text {
  margin: 30px 0;
}
.single_game .page-description__text p {
  color: #fff;
}
.thumbs-rating-container .thumbs-rating-up, .thumbs-rating-container .thumbs-rating-down {
    background: none !important;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #333 !important;
}  

button.thumbs-rating-up:hover:before, button.thumbs-rating-down:hover:before {
    transform: scale(1.2);
    transition: 1s;
}
  .head-21 {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  position: relative;
  margin: 70px 0 50px; }

.head-21:before {
  content: url(../img/raket.svg);
    position: absolute;
    left: 47%;
    top: -68px;
}

h3, .head-3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #FFFFFF; }

.btn-fullscreen {
  display: flex;
  align-items: center;
  height: 56px;
  width: 162px;
  padding: 0 20px;
  background: #262a43;
  border-radius: 8px; }
  .btn-fullscreen::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url("../img/fullscreen.svg") 0 0 no-repeat;
    margin-right: 11px; }
  .btn-fullscreen:hover {
	background: #0F66B7; }
  .btn-fullscreen:focus, .btn-fullscreen:active {
    outline: none;
    border: 1px solid #FF8F1C; }
  .btn-fullscreen span {
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF; }

.block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b401a3; }

.header {
  padding: 0;
  background: #262a43;
  margin: 0px 40px 40px 40px;
  border-radius: 24px;
 }
.top_page {
  background: url(../img/bg1.png) center 0 no-repeat;
  border-radius: 24px;
  margin: 0 40px;
  padding-top: 40px;
  background-size: cover;
  position: relative;
  z-index: 1;  
}
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    }
 .logo label {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 28px;
    width: 130px;
    cursor: pointer;
    margin-left: 10px;
}
.logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page__wrap.category {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
}
.search {
  position: relative;
  width: 27px;
  height: 17px;
  z-index: 99; }
  .search.active .search-container {
    position: absolute;
    top: 0;
    right: 0; }
  .search.active input {
    display: block; }
  .search .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 20px; }
  .search .form-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .search input {
    display: none;
    max-width: 250px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 0 10px;
    height: 17px;
    border-radius: 10px;
    color: #292A2B; }
.seo_text .breadcrumbs {
    padding: 15px;
}
.container.page_content .seo_text {
    min-height: 80vh;
}
.menu {
  max-width: 520px;
  }
  .footer__content .menu {
  max-width: 585px;
  }
  .menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
    .menu ul li {
      position: relative;
      margin: 10px 35px;
      width: 60px; }
  .header__content .menu ul li:nth-child(4){
        margin-right: 0px;
      }
      .menu ul li a {
        font-weight: 700;
        font-style: italic;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #fff; 
        display: block;
        width: 56px; 
        position: relative;}
.menu ul li:after{
  content: '';
  position: absolute;
  background: #4faaff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  left: -51px;
  bottom: -8px;
  z-index: 1;
}

.menu ul li:hover:after{
  width: 52px;
  height: 52px;
  left: -56px;
  bottom: -8px;
  transition: transform .5s; 
}
.header__content #top-nav-ul li:last-child {
  display: none;
}
.menu .girls:before {
  content:url("../img/girl.svg");
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -52px;
}
.menu .boys:before {
  content:url("../img/boy.svg");
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -52px;
}
.menu .top:before {
  content:url("../img/top.svg");
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -52px;
}
.menu .best:before {
  content:url("../img/best.svg");
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -52px;
}
.menu .policy:before {
  content:url("../img/policy.svg");
  position: absolute;
  z-index: 2;
  top: -7px;
  left: -52px;
}
.my-games {
  padding: 0 10px; }
  .my-games a {
    display: flex;
    align-items: center; }
    .my-games a::before {
      content: '';
      min-width: 14px;
      height: 14px;
      background: url("../img/heart.svg") 0 0 no-repeat;
      margin-right: 6px; }
    .my-games a span {
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #292A2B; }

.new_releases{
  background: url("../img/bg2.png") 0 0 no-repeat;
  background-size: cover;
  padding: 60px 40px 80px;
  margin-bottom: 50px;
}
.new_releases h3{
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 40px;
}
.new_releases h3 label {
  position: relative;
}
.new_releases h3 label:before {
  content: url("../img/new.svg");
  position: absolute;
  left: -105px;
  top: -22px;
}
.new_releasis__item img {
    height: 100px;
    width: 100px !important;
    margin: 0 auto;
    border-radius: 12px;
}
.owl-item .item {
    background: #be6811;
    border-radius: 12px;
    height: 197px;
    padding-top: 15px;
}
.owl-item .item:hover {
    background: #9B3924;
}
.owl-item .item h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  margin: 15px 10px 10px;
}
.owl-stage-outer .post-ratings {
  display: flex;
  justify-content: center;
}
.post-ratings img {
    width: 22px !important;
    height: 22px !important;
}
.game_rating {
    text-align: center;
    margin-bottom: 10px;
}
.ratings .star-rating {
          padding: 0 20px;
          min-width: 100px; }
 .likes-rating {
          display: flex;
          align-items: center;
          padding: 4px 5px;
          flex-direction: column;
          min-width: 150px;
          margin-top: 14px;
          }
    button.thumbs-rating-up, .page_visit {
    background: none !important;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #000 !important;
}
.page_visit img {
    display: none;
}
button.thumbs-rating-up {
    margin-left: 120px;
}
.thumbs-rating-container .thumbs-rating-down{
  display: none;
}
.page_visit:after {
    content: 'played';
    position: absolute;
    right: -54px;
    top: 0px;
}
button.thumbs-rating-up:before {
    content: url(../img/icon-like.svg);
    position: absolute;
    left: -20px;
    top: 7px;
}
div#owl-carousel {
  position: relative;
}
.owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: url("../img/CRCL_ArowL.svg") no-repeat !important;
  position: absolute;
  left: -63px;
  bottom: 76px;
}
.owl-nav button.owl-prev:hover {
  background: url("../img/CRCL_ArowL_hover.svg") no-repeat !important;
}  
.owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: url("../img/CRCL_ArowR.svg") no-repeat !important;
  position: absolute;
  right: -63px;
  bottom: 76px;
}
.owl-nav button.owl-next:hover {
  background: url("../img/CRCL_ArowR_hover.svg") no-repeat !important;
}  
.owl-nav button.owl-prev span, .owl-nav button.owl-next span {
  font-size: 0px;
}
.new_game_container {
    display: flex;
    flex-wrap: wrap;
}
.new_game_container .item {
    width: 49%;
    background: #fff;
    margin: 6px;
    border: solid 8px #fff;
}
.item.block1{
  border-radius: 24px 24px 0px 24px;
  margin: 0px 10px 10px 0px;
}
.item.block2{
  border-radius: 24px 24px 24px 0px;
  margin: 0px 0px 10px 10px;
}
.item.block3{
  border-radius: 24px 0px 24px 24px;
  margin: 10px 10px 0px 0px;
}
.item.block4{
  border-radius: 0px 24px 24px 24px;
  margin: 10px 0px 0px 10px;
}
.item .new_item .image img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}
.item .new_item .image{
  margin:10px 15px 10px 10px;
  width: 35%;
}
.item .new_item .description {
    width: 65%;
    padding-right: 50px;
}
.item .new_item .description p{
  margin-bottom: 10px;
  font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.02em;
        color: #353d3e;
}
.item .new_item {
  display: flex;
  align-items: center;
}
.item .new_item h4 {
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  color: #0e2841;
  margin-bottom: 12px;
}
.new_games {
    margin: 30px 0;
}
.new_games h3{
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 42px;
  color: #0e2841;
  background: url("../img/title_bg.png") no-repeat;
  margin-bottom: 25px;
  padding: 20px 15px 20px 27px;
}
.new_game_container .item:hover {
    border: solid 8px #FFCE1F;
    transition: .5s; 
}
.game-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; 
 justify-content: flex-start; }


.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #aaa;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    padding-top: 16px; }
     .pagination li:hover{
      background: #4b4b4b;
     }
    .pagination li .page-numbers {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      font-style: italic;
      text-align: center;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: #ffffff; }
    .pagination li span {
      color: #0BCFFC; }
    .pagination li.current {
      background: #2DD9FF;
      }
    .pagination li.current .page-numbers {
       color: #b401a3;
    }
    .pagination li.prev, .pagination li.next {
      border-radius: 50%;
      padding-top: 11px;
      background: #fff; }
    .pagination li.prev {
      margin-right: 25px; }
    a.next.page-numbers svg, a.prev.page-numbers svg {
    height: 25px;
    width: 15px;
}
 .pagination li.prev:hover, .pagination li.next:hover {
  background: #B0DDEF;
 }
.game-card {
  position: relative;
  width: 224px;
  height: 282px;
  background: #fff;
  border-radius: 10px;
  margin: 0 7px 16px; 
  border: solid 8px #5E84AF}
  .game-card:hover {
    border: solid 8px #FFCE1F;
    transition: 1s; }
  .game-card a {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .game-card a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .game-card img {
    width:188px;
    height: 188px;
    margin: 10px auto;
    border-radius: 10px 10px 0 0; }
  .game-card h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    letter-spacing: -0.02em;
    color: #0e2841;
    text-align: center;
    margin: 0px 5px 12px; 
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;}
.top-game .block-title {
  text-align: left;
  justify-content: left !important;
}
.top-game img {
    margin-right: 0px !important;
}
.top-games {
  max-width: 388px;
  width: 100%;
  background: rgba(30, 50, 80, 0.5);
  border-radius: 24px;
  padding: 8px;
  position: relative;
  cursor: pointer;
  }
  .top-games:hover {
    background: rgba(16, 32, 56, 0.8);
  }
 .top-games.block1:before {
    content: url(../img/bg_pic1.png);
    position: absolute;
    z-index: -1;
    left: -281px;
    top: 68px;
  }
  .top-games.block2:before {
    content: url(../img/bg_pic2.png);
    position: absolute;
    z-index: -1;
    left: 281px;
    top: 68px;
  }
  .top-games .block-title {
    padding: 12px 0;
    justify-content: center; }
  .top-games__full {
    max-width: 100%;
    margin-bottom: 50px; }
    .top-games__full li {
      max-width: 147px;
      width: 100%; }
  .top-games__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
     }
     .top-games .top-games__list img{
      border-radius: 12px;
      width: 130px;
      height: 130px;
      margin-right: 0px;
      margin-top: 30px;
     }
     .top-games .top-games__list .image {
      text-align: center;
     }
     .top-games .top-games__list {
      align-items: center;
     }
    .top-games__list img {
        border-radius: 12px;
        width: 64px;
        height: 64px; 
        margin-right: 15px;}
	  .top-games__list .game_name {
    cursor: pointer;  
		margin-top: 5px;
		font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -0.02em;
		color: #ffffff;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: center;
		overflow: hidden;
    }
    .underline{
      content: '';
      width: 70px;
      border: solid 1px #FF8D8D ;
      margin: 15px 0 10px;
    }
    .top_descr {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top_descr p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
}
    
.recommended-games {
  position: relative;
  max-width: 388px;
  width: 100%;
  background: #F9F9FB;
  border-radius: 24px;
  padding: 20px 16px; }
  .recommended-games .block-title {
    margin-bottom: 20px; }
  .recommended-games__slider {
    padding: 0; }
    .recommended-games__slider .slick-prev, .recommended-games__slider .slick-next {
      position: absolute;
      top: -46px;
      width: 32px;
      height: 32px;
      }
      .recommended-games__item img {
    width: 348px;
}
button.slick-prev.slick-arrow{
 background: url(../img/ArrowL.svg) no-repeat;
}
button.slick-prev.slick-arrow:hover{
 background: url(../img/ArrowL_hover.svg) no-repeat;
}
button.slick-next.slick-arrow{
 background: url(../img/ArrowR.svg) no-repeat;
}
button.slick-next.slick-arrow:hover{
 background: url(../img/ArrowR_hover.svg) no-repeat;
}
	 
  .recommended-games__slider .slick-next {
      right: 0; }
  .recommended-games__slider .slick-next .icon-arrow-next {
        margin-left: 2px; }
  .recommended-games__slider .slick-next .icon-arrow-next::before {
          padding: 3px; }
  .recommended-games__slider .slick-next .icon-arrow-next::after {
          left: -3px; }
  .recommended-games__slider .slick-prev {
      left: -4px; }
  .recommended-games__slider .slick-prev .icon-arrow-prev::before {
        padding: 3px; } 	
  .recommended-games__item {
    position: relative;
	display: flex;
	justify-content: center;
    flex-wrap: wrap; }
    .recommended-games__item a {	
      text-align: center; }
    .recommended-games__item img {
      border-radius: 20px; }
    .recommended-games__item span {
      display: block;
	    margin-top: 20px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 19px;
      color: #b401a3;
      text-align: center;
      letter-spacing: -0.02em; }
	.recommended-games__item a::before {
      content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%; }  
.recommended-games__item:hover img {
    transform: scale(1.5);
    transition: transform .2s; 
    
}	
.recommended-games__item .image{
   overflow: hidden;
   border-radius: 20px;
}
.page__side {
  background: #b401a3;
  border-radius: 24px;
  position: relative;
}
.page__side:after{
  content: url(../img/bg_left.png);
  position: absolute;
  left: 0px;
  bottom: -53px;
}
.similar-games {
  max-width: 330px;
  width: 100%;
  padding: 0px 22px 3px;
 }
 .similar-games .catalog {
  padding-bottom: 0px;
 }
  .similar-games .block-title {
    padding: 0;
    margin-bottom: 15px; }
  .similar-games__list {
    display: flex;
    flex-wrap: wrap; }
  .similar-games__item {
	position: relative;  
    margin: 5px;
    max-width: 100px;
    width: 100%; }
	.similar-games__item a::before {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%; }
	.similar-games__item span {
	  margin-top: 5px;
	  font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.02em;
      color: #ffffff;
	  text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center;
      overflow: hidden;
      display: block; }
    .similar-games__item .image {
	  position: relative; }
	.similar-games__item img {
	  border-radius: 10px; }
	.similar-games__item:hover .image::before {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border: 6px solid #FFC631;
	  border-radius: 10px; }  
.similar-games .game-card {
    width: 129px;
    height: 190px;
}
.similar-games .game-card img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
 }   
.similar-games .post-ratings img {
  width: 16px !important;
  height: 16px !important;
}
.similar-games .game-card h4 {
    font-weight: 700;
    font-size: 12px;
}    
.block_review {
  margin: 25px 40px 20px;
  border-radius: 24px;
   background: #b401a3;
}
.block_review .container{
 padding: 30px 20px;
  
}
.glsr-review-avatar {
    display: none;
}
.glsr-reviews {
    margin-bottom: 20px;
    color: #fff;
}
.glsr-review-author {
    font-style: italic;
}
.glsr-review-date {
    font-size: 14px;
}
button.glsr-button.wp-block-button__link:hover {
    background: #262a43;
}
.favorites-games {
  max-width: 252px;
  width: 100%;
  background: #9343f2;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px; }
  .favorites-games .block-title {
    padding: 0;
    margin-bottom: 5px; }
  .favorites-games__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  .favorites-games__item {
    width: 48%;
    margin: 2px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 4px; }
    .favorites-games__item a {
      width: 100%;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: -0.02em;
      color: #011E3F;
      left: 0px;
      bottom: 5px;
      padding: 5px;
      position: absolute;
      opacity: 0;
      color: #FFFFFF;
      background: #000;
      text-align: center;
      border-radius: 7px; }
      .favorites-games__item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .favorites-games__item span {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      margin-right: 16px;
      letter-spacing: -0.02em;
      color: #FF844B; }
    .favorites-games__item img {
      margin-right: 10px;
      border-radius: 10px; }
    .favorites-games__item:hover {
      background: #fff;
	 	   }
       .favorites-games__item:hover a{
        opacity: 1;
        transition: 1s;
       }
		.favorites-games__item:hover span {
      color: #FFFFFF; }  
 .popular-cat {
    background: #fbbb3d;
    border-radius: 20px;
    padding: 20px;
}     
 .sidebar__content.best-games {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.sidebar__content.best-games label {
    position: absolute;
    left: -20px;
    right: -20px;
    text-align: center;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 10px 0px;
    z-index: 100;
    cursor: pointer;
}     
 .popular-game__title {
    color: #ffffff;
    padding: 10px;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700; 
 }
 .popular-game__title h2 {
  color: #777;
 }
 .popular-cat img {
    width: 59px;
    height: 59px;
}        
.popular-cat .cell:hover label{
  opacity: 1;
  transition: 1s;
   bottom: 67px;
}
.cell label: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;
}
.popular-cat .cell {
    margin: 8px 0;
    position: relative;
}
.popular-cat .cell img {
    border: 3px solid #FFFFFF;
    border-radius: 8px;
}
.popular-cat .cell:hover img {
    border: 3px solid #AD2F18;
    transition: 1s;
}    
.popular-cat h2 {
    font-weight: 800;
    font-size: 28px;
}
  .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;
    }	
.page {
  margin-top: 40px; }
  .page__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
   }
   .game_single {
     /*background: center top url("../img/game_bg.png") no-repeat;*/
     margin: 0 40px;
   }
  
  .page__top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px; }
  .middle_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: center bottom url("../img/bg3.png") no-repeat;
    background-size: cover;
    padding: 15px;
    margin: 25px 40px;
}  
.middle_block .container {
  margin-top: 80px;
}
.page__main {
    min-width: 852px;
}
.game__description .breadcrumbs {
    margin: 20px 0 35px;
}
  .page__side {
    max-width: 330px;
    width: 100%; 
    margin-right: 18px;}
  .page__side .block-title h4 {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.03em;
    position: relative;
    width: 235px;
    margin: 30px 0 0 90px;
  }  
  .page__side .block-title h4:before {
    content: url(../img/new_2.svg);
    position: absolute;
    left: -70px;
    top: 0px;
}
.vertical_block {
    display: flex;
    align-items: center;
    background: #DF5D40;
    border-radius: 12px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 286px;
}
.vertical_block:hover{
   background: #9B3924;
}
.vertical_block h4 {
   color: #fff;
   font-weight: 700;
   font-style: italic;
   font-size: 14px;
   line-height: 17px;
   letter-spacing: -0.03em;
   text-transform: uppercase;
   text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 167px;
    text-decoration: none;
  }
  .page-description {
    margin-bottom: 10px;
    padding: 30px 20px; }
    .seo_text{
      background: #fff;
      margin: 0 40px 20px;
      border-radius: 24px;
    }
    
    .page-description a {
    text-decoration: underline;
    color: #3487ba;
}
.page-description a:hover {
    text-decoration: none;
    color: #e39217;
}
    
    .page-description__title {
      margin-bottom: 0px; }
    .page-description__text {
      padding: 0; }
      .page-description__text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.02em;
        color: #353d3e;
        margin-bottom: 10px; }
        .page-description__text p:last-child {
          margin-bottom: 0; }
      .page-description__text img {
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
        border-radius: 10px; }
}
.fb-comments {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px; }
.game {
  padding: 20px;
  background: #b401a3;
  border-radius: 20px;
  margin-bottom: 50px; }
  .game__title {
    display: flex;
    align-items: center;
    margin: 0 10px 0;
    }
    .game__title img{
      width: 64px;
      height: 64px;
      border-radius: 12px;
      margin-right: 15px;
    }
  .game__title h1{
    color: #0e2841;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.03em;
    font-style: italic;
    text-transform: uppercase;
  }  
  .game__player {
    margin: 80px 0px 20px;
    background: #F9F9FB;
    position:relative; 
    border-radius: 0px 0px 32px 32px; 
    padding-bottom: 10px;
    padding-top: 20px;
    min-height: 700px;
    }
   .game__player:before{
    content: url(../img/game_top_bg.png);
    position: absolute;
    top:-44px;
    left:0px;
   } 
   .social label {
    color: #b401a3;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    font-style: italic;
    text-transform: uppercase;
    margin-left: 4px;
  }
    .game__player__frame {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 10px;
      height: 458px;
     }
    .game_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .game_top .rating {
    display: flex;
    align-items: center;
    position: relative;
}
.rating:after {
    content: '';
    position: absolute;
    width: 124px;
    height: 4px;
    background: #FF3A2F;
    top: 46px;
    right: 10px;
}
    .game__player__content {
      display: block;
      padding-bottom: 100%;
      border-radius: 8px; }
      .game__player__content iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px; }
    .game__player__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 10px; 
    flex-wrap: wrap;}
  .game__description {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 24px;
    padding: 30px 20px 50px; }
    .game__description__title {
      margin-bottom: 20px; }
    .game__description__text {
      padding: 0; }
      .game__description__text p {
font-family: "Krub",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 0px;
color: #353d3e;
}
.game__description__text ul {
 font-family: '"Krub",sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: -0.02em; 
margin-top: 25px;
color: #5D6B6D;
}

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


         }
        .game__description__text p:last-child {
          margin-bottom: 0; }
      .game__description__text h1, .game__description__text h2, .game__description__text h3 {
        color: #333639; }
      .game__description__text img {
        margin-right: 20px;
        margin-bottom: 20px;
        float: left;
        border-radius: 20px; }
  .game__comments {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px; }
  .game__adv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 25px; }
.games_block {
    background: #b401a3;
    border-radius: 24px;
    margin-bottom: 50px;
}
.catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0 70px;
    justify-content: space-evenly;
}
.game-latest__title.head-21.single_page {
    margin: 100px 0 20px;
}
.adv_block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 50px; }

.footer {
  position: relative;
  background: #262a43;
  margin: 0px 40px;
  border-radius: 24px;
  padding: 12px 0; }
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .footer .text {
    max-width: 528px;
    width: 100%;
    margin: 0 auto; }
    .footer .text p {
      font-weight: 500;
      font-size: 10px;
      line-height: 18px;
      letter-spacing: -0.02em;
      color: #A3B1C0;
      margin-bottom: 0; }
  .footer .privacy {
    margin-left: 37px; }
    .footer .privacy a {
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #292A2B; }
      .footer .privacy a:hover {
        text-decoration: underline; }
  .footer .copyright {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #292A2B; }
	ul.list_category {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
ul.list_category a {
    margin-right: 10px;
}
ul.list_category li {
    display: flex;
    align-items: center;
    float: left;
    background: #4d2a7e;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    margin: 0 10px 8px 0;
    padding: 10px 16px;
    width: 100%;
}
ul.list_category li:hover {
    background: #018d13;
}
	
@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: 98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) 0 0/300% 300%;
    animation: pluto-gradient 60s ease 0s infinite normal none running;
    color: #f2f2f2;
    font-size: 25px;
    min-height:540px;
     margin-left: 9px;
     position: absolute;
     }
     
    #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;}
    .menu.bottom li:after {
    display: none;
}
.menu.bottom ul li a {
	width: 110px;
}
/*    .game-offer__window__frame {
      display:none;}*/
    @media (max-width: 767px) {
  .player-overlay {
    min-height:450px;
  }
}