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

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy'), local('Gilroy'),
        url('../fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
@font-face {
    font-family: 'Gilroy Bold';
    src: local('Gilroy'), local('Gilroy'),
        url('../fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }


body {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333131;
  letter-spacing: normal;
  font-size: 16px;
  background: url("../img/pattern.jpg") repeat;
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 34px;
  font-weight: bold;
  color: #514f4f; }

h2, .h2 {
  font-size: 24px;
  font-weight: bold;
  color: #474747; }

h3, .h3 {
  font-size: 20px;
  font-weight: bold;
  color: #f6f6f6; }

p {
  margin-bottom: 20px; }

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

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

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

.heading {
  font-family: 'Gilroy Bold';
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  position: relative;
  }

.flex-auto {
  flex: auto; }

.icon-all_games {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/AllGame.png") 0 0 no-repeat;
  margin-right: 5px; }

.icon-popular {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/Popular.png") 0 0 no-repeat;
  margin-right: 5px; }

.icon-best_games {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/BestGames.png") 0 0 no-repeat;
  margin-right: 5px; }

.icon-top10 {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/Top10.png") 0 0 no-repeat;
  margin-right: 5px; }

.icon-coloring_games {
  display: inline-block;
  width: 15px;
  height: 17px;
  background: url("../img/icon-coloring_games.svg") 0 0 no-repeat;
  margin-right: 5px; }

.icon-loupe {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon-loupe.svg") 0 0 no-repeat; }

.icon-arrow-prev {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon-arrow-prev.svg") 0 0 no-repeat; }

.icon-arrow-next {
  display: block;
  width: 22px;
  height: 23px;
  background: url("../img/icon-arrow-next.svg") 0 0 no-repeat;
  transform: rotate(180deg); }

.icon-views {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon-show.svg") 0 0 no-repeat;
  margin-right: 5px; }

.icon-views-orange {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon-show-orange.svg") 0 0 no-repeat;
  margin-right: 5px; }

.icon-fullscreen {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../img/icon-fullscreen.svg") 0 0 no-repeat;
  background-size: cover; 
  cursor: pointer;}

.icon-like {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon-like.svg") 0 0 no-repeat; }

.icon-dislike {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon-dislike.svg") 0 0 no-repeat; }

.btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: 0;
  background: url("../img/btn-search-bg-normal.png") 0 0 no-repeat; }
  .btn-search:hover {
    background: url("../img/btn-search-bg-hover.png") 0 0 no-repeat; }
  .btn-search.active, .btn-search:active {
    background: url("../img/btn-search-bg-active.png") 0 0 no-repeat; }

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

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

.page {
  width: 100%;
  /*background: url("../img/pattern.jpg") repeat;*/ }

.header {
  position: relative;
  background: url("../img/header-bg.jpg") top center no-repeat;
  margin-bottom: 30px;
  height: 400px; }
  .header .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 200px 40px 38px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

.top {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 685px;
  width: 100%; }

.logo {
  position: relative; }

.menu {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 5px;
  height: 60px;
  margin-right: 25px;
  z-index: 1; }
  .menu ul {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu ul li {
      position: relative;
      width: 168px;
      height: 168px;
      border-radius: 16px;
      z-index: 1;
      overflow: hidden;
       }
      .menu ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; 
      flex-direction: column;}
        .menu ul li a span {
        font-family: 'Gilroy Bold', sans-serif;
        font-size: 28px;
        font-weight: 700;
        font-style: normal;
        color: #fff; }
      .menu ul li:hover, .menu .current-menu-item {
        border: 4px solid #383838;
        border-radius: 16px;
        background: #fff;
        }
      .menu ul li:hover span, .menu .current-menu-item span{
        color: #241F48;
      }

.content {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
.main.single {
    margin: 0 20px;
}
.sidebar-column {
  display: flex;
  flex-direction: column;
  max-width: 200px;
  width: 100%; }

.sidebar {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 40px;
   }
  .sidebar__head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 32px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 78px;
    background: #987f61;
    border: 4px solid #383838;
    border-radius: 20px 20px 0px 0px; }
  .sidebar__content {
    margin-top: 5px;
    padding: 16px 0 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
.new_games{
  display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/new.png) 0 0 no-repeat;
    position: absolute;
    left: -60px;
    top: -10px;
}
.free_games{
  display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/FreeGames.png) 0 0 no-repeat;
    position: absolute;
    left: 3px;
    top: -10px;
}
.main {
  width: 100%;
  margin-bottom: 30px; }
  .main__head {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 32px;
    height: 78px;
    background: #3d57c8;
    border: 4px solid #383838;
    border-radius: 20px 20px 0px 0px; }
	
	.title_recommend {
    background: #FFDC00;
    border: 2px solid #383838;
    border-radius: 16px;
    text-align: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #2C0054;
    padding: 10px;
    position: absolute;
}
.best-games__list .title_recommend{
	opacity: 0;
}	
.game_item:hover .title_recommend{
	opacity: 1;
}	
.title_recommend:before{
  content: ''; 
  position: absolute;
  border: 10px solid transparent;
  border-bottom: 10px solid#FFDC00;
  left: 42%;
  top: -20px;
}
.title_pop_up{
   width: 100%;
  position: absolute;
}
.recommended-games .item{
  position: relative;
  margin: 10px 0;
}
.title_pop_up.no-visible, .title_recommend.no-visible{
  opacity: 0;
}
	
  .main__content {
    padding: 16px 0 20px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
.game-offer__content {
    background: #F2F0FF;
    border: 4px solid #383838;
    border-radius: 20px;
    padding: 40px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #3B373E;
}
.best-games {
  background: #8b6d4b; 
  border-width: 0px 4px 4px 4px;
border-style: solid;
border-color: #383838;
border-radius: 0px 0px 20px 20px;
}
  .best-games__list li {
    margin-bottom: 10px;
    text-align: center;
    max-width: 160px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 5px; }
 .best-games__list li span{
  font-family: 'Gilroy Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  padding: 0 8px;
 }    
.best-games__list {
    display: flex;
    align-content: space-between;
    justify-content: space-around;
    flex-wrap: wrap;
}   
.best-games__list li:hover span{
   color: #FF4C00;
}
.best-games__list img {
    width: 157px;
    margin-bottom: 10px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
}
.best-games__list img:hover {
    border: 4px solid #FF4C00;
}
.vouted-games {
  background: #94a9d1; }
  .vouted-games__list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #94a9d1;
    padding: 5px 20px; }
    .vouted-games__list li a .name {
      color: #000000; }
    .vouted-games__list li a:hover {
      background: rgba(0, 0, 0, 0.25); }
      .vouted-games__list li a:hover .name {
        color: #aae1da; }
    .vouted-games__list li a.active, .vouted-games__list li a:active {
      background: rgba(0, 0, 0, 0.4); }
      .vouted-games__list li a.active .name, .vouted-games__list li a:active .name {
        color: #aae1da; }
    .vouted-games__list li a .views {
      display: flex;
      align-items: center;
      margin-top: 4px;
      color: #cf37b3; }
      .vouted-games__list li a .views span {
        font-size: 13px;
        line-height: 1; }
  .vouted-games__list li img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px; }
  .vouted-games__list li:last-child {
    margin-bottom: 0; }

.recommended-games {
  padding: 20px 30px 20px 30px;
  background: #273d93;
border-width: 0px 4px 4px 4px;
border-style: solid;
border-color: #383838;
border-radius: 0px 0px 20px 20px;
display: flex; 
justify-content: space-around;
flex-wrap: wrap;}
  .recommended-games__thumb {
    display: block;
    margin: 5px; }
    .recommended-games__thumb img {
      border: 2px solid #383838;
      border-radius: 16px;
      width: 115px;
 }
  .recommended-games__slider {
    padding: 0; }
  .recommended-games .slick-slide div + div {
    margin-top: 10px; }
  .recommended-games .slick-prev, .recommended-games .slick-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background: url("../img/slider-arrow-bg-normal.png") 0 0 no-repeat; }
    .recommended-games .slick-prev:hover, .recommended-games .slick-next:hover {
      background: url("../img/slider-arrow-bg-hover.png") 0 0 no-repeat; }
    .recommended-games .slick-prev:active, .recommended-games .slick-next:active {
      background: url("../img/slider-arrow-bg-active.png") 0 0 no-repeat; }
  .recommended-games .slick-prev {
    left: -60px; }
  .recommended-games .slick-next {
    right: -60px; }
  .recommended-games .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    width: 100%;
    position: absolute;
    top: calc(100% + 35px);
    left: 0;
    right: 0;
    margin: 0 auto; }
    .recommended-games .slick-dots li {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 7px; }
      .recommended-games .slick-dots li button {
        font-size: 0;
        border-radius: 50%;
        padding: 3px;
        background: #fa8509; }
      .recommended-games .slick-dots li.slick-active {
        width: 10px;
        height: 10px;
        background: #ffffff; }

.catalog {
  margin-bottom: 30px; }
  .catalog__title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: -0.02em;
    position: relative;
    color: #FFFFFF; 
    padding-left: 80px;}
  .catalog__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery__item {
    margin: 15px; }

.game-card {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 198px;
  height: 238px;
  margin: 24px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 20px;
  text-align: center; }
  .game-card .thumb {
    max-width: 178px;
    height: 178px;
    margin: 10px auto;
    }
    .catalog.related_posts .game-card {
    margin: 15px;
}
    .game-card .thumb img {
      border-radius: 20px;
      width:100%; }
  .game-card .name {
    text-align: center; 
    padding: 0 10px; }
    .game-card .name a {
      display: block;
      font-size: 18px;
      font-weight: 700;
     font-family: 'Gilroy';
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .game-card:hover .thumb {
    border: 2px solid #ffffff; }
  .game-card:hover .name {
    color: #FF4C00; }
  .game-card:active .thumb {
    border: 2px solid #aae1da; }
  .game-card:active .name {
    color: #aae1da; }

.game-offer {
  background: #F2F0FF;
  border: 4px solid #383838;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px; }
  .game-offer h2, .game-offer h3 {
    margin-bottom: 20px; }
  .game-offer__image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 185px; }
    .game-offer__image img {
      border-radius: 15px; }
  .game-offer__comments {
    position: relative;
    max-width: 830px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px; }
  .game-offer__window {
    margin-bottom: 30px;
     }
    .game-offer__window__frame {
      position: relative;
      min-height: 500px; }
      .game-offer__window__frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .game-offer__window__top {
      background: #FFFFFF;
      border-radius: 20px 20px 0px 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px; }
      .game-offer__window__top .ratings {
        display: flex;
        align-items: center;
        max-width: 254px;
        height: 50px; }
        .game_title{
          display: flex;
          align-items: center;
          max-width: 260px;
        }
        .game_title h1{
          font-family: 'Gilroy';
          display: inherit;
          font-style: normal;
          font-weight: 600;
          font-size: 26px;
          line-height: 26px;
          letter-spacing: -0.02em;
          color: #000000;
        }
        .game_title img {
          width: 55px;
          margin-right: 10px;
      }
        .game-offer__window__top .ratings .star-rating {
          padding: 0 20px;
          min-width: 100px; }
        .game-offer__window__top .ratings .likes-rating {
          display: flex;
          align-items: center;
          border-radius: 30px;
          background: #ffffff;
          padding: 4px 5px;
          width: 92px;
          height: 50px; }
          .game-offer__window__top .ratings .likes-rating .rating-like {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
            border-top: 3px solid #aae1da;
            border-bottom: 3px solid #7d2969;
            background: -moz-linear-gradient(0deg, #057d6c 0%, #aae1da 100%);
            background: -webkit-linear-gradient(0deg, #057d6c 0%, #aae1da 100%);
            background: linear-gradient(0deg, #057d6c 0%, #aae1da 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#057d6c",endColorstr="#aae1da",GradientType=1); }
            .game-offer__window__top .ratings .likes-rating .rating-like:hover {
            border-top: 3px solid #76c5ba;
            border-bottom: 3px solid #529088;
			background: -moz-linear-gradient(0deg, #529088 0%, #76c5ba 100%);
			background: -webkit-linear-gradient(0deg, #529088 0%, #76c5ba 100%);
			background: linear-gradient(0deg, #529088 0%, #76c5ba 100%); }
			.game-offer__window__top .ratings .likes-rating .rating-like.active, .game-offer__window__top .ratings .likes-rating .rating-like:active {
              border-bottom: 3px solid #aae1da;
              border-top: 3px solid #7d2969;
              background: -moz-linear-gradient(180deg, #057d6c 0%, #aae1da 100%);
              background: -webkit-linear-gradient(180deg, #057d6c 0%, #aae1da 100%);
              background: linear-gradient(180deg, #057d6c 0%, #aae1da 100%); }
            .game-offer__window__top .ratings .likes-rating .rating-like:first-child {
              border-bottom-left-radius: 20px;
              border-top-left-radius: 20px;
              border-bottom-right-radius: 5px;
              border-top-right-radius: 5px; }
            .game-offer__window__top .ratings .likes-rating .rating-like:last-child {
              border-bottom-left-radius: 5px;
              border-top-left-radius: 5px;
              border-bottom-right-radius: 20px;
              border-top-right-radius: 20px; }
      .game-offer__window__top .views {
        display: flex;
        align-items: center;
        color: #cf37b3; }
        .game-offer__window__top .views span {
          font-size: 14px; }
        .game-offer__window__top .views i {
          width: 16px;
          height: 16px;
          background-size: cover; }
    .game-offer__window__bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px; 
      background: #FFFFFF;
      border-radius: 0px 0px 20px 20px;
}
      .game-offer__window__bottom .links {
        display: flex;
        align-items: center; 
        margin-top: 10px;}
        .game-offer__window__bottom .links a {
          margin-right: 7px; }
          .game-offer__window__bottom .links a:last-child {
            margin-right: 0; }
      .game-offer__window__bottom .fullscreen {
        width: 100%;
        max-width: 60px;
        height: 43px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center; }
        .game-offer__window__bottom .fullscreen .btn-fullscreen span {
          display: none; }

.border-block {
 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); }

.top_text {
  background: #1b211f;
  border: 4px solid #383838;
  border-radius: 20px;
  display: block;
  padding: 34px 28px;
  margin-bottom: 30px; }
  .main__content.top_text h1{
font-family: 'Gilroy';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 36px;
text-align: center;
letter-spacing: -0.02em;
padding: 0px 60px 18px;
color: #ffffff;
  }
  .main__content.top_text p {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #ffffff;
}
  .main__content.top_text a {
    text-decoration: underline;
    color: #4160ea;
}
.main__content.top_text a:hover {
    text-decoration: none;
    color: #f2a32c;
}
  .game-day__image {
    max-width: 185px;
    width: 100%;
    margin-right: 20px; }
    .game-day__image img {
      border-radius: 20px; }
  .game-day__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35; }
  .game-day__views {
    display: flex;
    align-items: center;
    color: #cf37b3; }
    .game-day__views span {
      font-size: 13px;
      line-height: 1; }
  .game-day__side {
    position: relative;
    flex: 1; }
    .game-day__side__top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 35px; }
    .game-day__side--block {
      display: flex;
      flex-direction: column; }
    .game-day__side--buttons {
      margin-left: 20px; }

.block-text {
  padding: 30px;
   background: #1b211f;
  border: 4px solid #383838;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 30px;
  }
.block-text p {
  font-family: 'Gilroy';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.02em; 
margin-top: 25px;
}

.block-text a {
font-family: 'Gilroy';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.02em; 
margin-top: 25px;
color: #3fbae5;
text-decoration: underline;
}

.block-text a:hover {
font-family: 'Gilroy';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.02em; 
margin-top: 25px;
color: #b61f28;
text-decoration: none;
}

.block-text h2{
font-family: 'Gilroy Bold';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 64px;
letter-spacing: -0.02em;
color: #FFFFFF;
  }
  .block-text h1, .block-text h3 {
    margin-bottom: 20px; }

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

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

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

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pagination li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background: #FF4C00;
border: 2px solid #7F190B;
box-shadow: inset 3px -4px 0px #B41910, inset -3px 3px 0px #F59087;
border-radius: 10px; }
    .pagination li a{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
    height: 32px;
    background: #A92A0C;
    box-shadow: inset 1px -1px 0px #f56851, inset -1px 1px 0px #9c1305;
    border-radius: 5px;
    color: #fff;
    font-family: 'Gilroy Bold';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 16px; }
     .pagination li a:hover{
      background: #FF4C00;
      box-shadow: none;
      }
      .pagination li.current {
      color:#fff;
      font-family: 'Gilroy Bold';
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 16px;
      background: #FF4C00;
      border: 2px solid #7F190B;
      box-shadow: inset 3px -4px 0px #B41910, inset -3px 3px 0px #F59087;
      border-radius: 10px; }
      .pagination li a::before {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
 .footer-copyright img {
    height: 57px;
}   
.footer {
  background: #060807; }
  .footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px; }
    .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-menu {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #DBD6FD;
}
ul.list_category div {
    float: right;
    padding: 0 6px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000000;
}
ul.list_category img {
    padding: 3px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    width: 50px;
}
ul.list_category li {
    width: 125px;
    display: flex;
    align-items: center;
    float: left;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 5px;
}
ul.list_category li:hover div{
    color: #FF4C00;
}
ul.list_category{
  margin: 20px 0 -20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.related__title {
    max-width: 240px;
    margin-right: 76px;
    margin-right: 76px;
    margin-top: 75px;
    padding-left: 75px;
    position: relative;
}
.related__title h2{
  font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.catalog.related_posts {
    margin-top: 75px;
}
.related{
  display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/RelatedGames.png) 0 0 no-repeat;
    position: absolute;
    left: 5px;
    top: 15px;
}

.mypoint {
    list-style: none;
	font-family: 'Gilroy';
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -.01em;
    color: #ffffff;
}
.mypoint li::before {
    content: "\2022";
    color: #00ace4;
    margin-left: 10px;
    display: inline-block;
    width: 20px;
	
}
strong { font-weight: bold; }

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

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