a, a:hover {
    color: inherit
}

.new, body, html, iframe {
    width: 100%
}

nav, ol, ul {
    list-style: none
}

.btn, body {
    position: relative
}

.category-top__item .image, .list-games .game-cards, .recommended-game__slide {
    box-shadow: 0 8px 12px rgba(0, 0, 0, .64)
}

.new .main__content .list-games .game-cards .thumb, canvas, img, video {
    max-width: 100%
}

.adv-block, .adv-block .head, .category-top__item .name, .category-top__item a, .newsTitle, .pagination span.current {
    text-align: center
}

.BlogCard_text, .shortDes {
    -webkit-box-orient: vertical
}

.BlogCard_text, .list-games .game-cards .name a, .recommended-games__item .content a, .shortDes {
    overflow: hidden;
    text-overflow: ellipsis
}

.attr_name, .cat_item, a {
    text-decoration: none
}

a, abbr, address, article, aside, audio, b, big, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: 0
}

.btn-favorite span, .category-top__item .name {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.menu.open .head, .recommended-games__head, body {
    line-height: 22px;
    letter-spacing: -.02em
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box
}

img {
    vertical-align: bottom;
    height: auto
}

.h1, .h2, .h3, body, h1, h2, h3 {
    color: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body, html {
    height: 100%
}

a, a:hover, button, button:hover {
    cursor: pointer
}

button, button:active, button:focus {
    outline: 0;
    border: none
}

.relNewsItem:last-child, blockquote {
    margin: 0
}

.breadcrumbs, .category-top, .game .hr, .main .adv-block, p {
    margin-bottom: 20px
}

body {
    font-family: 'Playpen Sans', cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    background-image: url("../images/wall_violet.png");
    background-attachment: fixed;
    background-position: center;
    -webkit-font-smoothing: antialiased
}

.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 700
}

.h1, h1 {
    font-size: 34px
}

.h2, h2 {
    font-size: 24px
}

.h3, h3 {
    font-size: 20px
}

div p:last-child {
    margin-bottom: 0
}

ol, ul {
    padding: 0;
    margin: 0
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: 0
}

.btn:focus, .btn:hover {
    outline: 0
}

.btn-menu {
    position: absolute;
    top: 20px;
    right: -23px;
    width: 45px;
    height: 45px;
    background: #fc0;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 10
}

.btn-menu:focus {
    outline: 0;
    border: 2px solid #fff
}

.main-svg-sprite, .menu .head, .menu ul, .mob-menu {
    display: none
}

.btn-search {
    color: #000;
    background: 0 0;
    outline: 0;
    border: 0
}

.btn-favorite {
    background: rgba(49, 9, 179, .08);
    border-radius: 3px;
    outline: 0;
    border: 0;
    height: 43px;
    padding: 0 16px
}

.btn-favorite .icon-heart {
    display: block;
    margin-right: 6px;
    width: 14px;
    height: 13px
}

.btn-favorite span {
    color: #3109b3
}

.btn-comment, .btn-fullscreen {
    width: 43px;
    height: 43px;
    background: #fc0;
    border-radius: 3px
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px
}

.hamburger span {
    display: block;
    position: absolute;
    width: 15px;
    height: 3px;
    -webkit-transition: transform .15s linear;
    -o-transition: transform .15s linear;
    transition: transform .15s;
    border-radius: 3px;
    background-color: #000
}

.hamburger span:first-child {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 50%;
    margin-top: -2px
}

.hamburger span:nth-child(3) {
    bottom: 0
}

.open .hamburger span:first-child {
    top: 5px;
    transform: rotate(45deg)
}

.open .hamburger span:nth-child(2) {
    top: 0;
    opacity: 0
}

.open .hamburger span:nth-child(3) {
    bottom: 7px;
    transform: rotate(-45deg)
}

.game__player__bottom .links a:hover, .list-games .game-cards:hover, .new .main__content .list-games .game-cards:hover, .recommended-game__slide:hover {
    transform: translateY(-4px)
}

.flex-auto {
    flex: auto
}

.header {
    padding: 16px 0
}

.header__wrapper, .new-header, .popular-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menu.open ul li a, .search {
    align-items: center;
    display: flex
}

.search {
    background: #fc0;
    border-radius: 3px;
    max-width: 284px;
    width: 100%;
    padding: 12px 18px 12px 16px
}

.search input {
    font-weight: 500;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: 22px;
    letter-spacing: -.02em;
    color: #000;
    min-width: 230px;
    background: 0 0
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 26px;
    height: 100%;
    background: #071543;
    border-right: 2px solid #342eaf;
    z-index: 100
}

.menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 2px;
    height: 150px;
    background: #fc0
}

.menu.open {
    width: 100%;
    padding: 33px 24px;
    z-index: 1001
}

.menu.open .head {
    display: block;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px
}

.menu.open ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.menu.open ul li {
    width: 100%;
    margin-bottom: 17px
}

.menu.open ul li a span {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    margin-left: 6px
}

.category-top {
    position: relative;
    height: 130px
}

.category-top__slider {
    position: relative;
    background: #070a2e;
    border-radius: 3px;
    padding: 8px 87px 8px 88px
}

.category-top__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.category-top__item .image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin: 0 auto 12px;
    border: 1px solid #dc354540
}

.category-top__item .image img {
    border: 1px solid #fff;
    border-radius: 50%;
    max-width: 100%
}

.category-top__item .name {
    color: #fff
}

.recommended-games {
    position: relative;
    background: #070a2e;
    border-radius: 3px;
    border: 1px solid #ffffff3b
}

.recommended-games__head {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px
}

.recommended-games__item .content .like span, .view {
    font-weight: 600;
    line-height: 9px;
    color: #ffbf26;
    text-transform: uppercase
}

.recommended-games__list {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px
}

.recommended-games__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dc354540;
    border-radius: 3px;
    width: 100%;
    padding: 6px;
    margin-bottom: 12px
}

.description p:last-child, .game .text p:last-child, .recommended-games__item:last-child {
    margin-bottom: 0
}

.recommended-game__slide {
    margin: 0 0 10px;
    transition: transform .3s ease-out
}

.recommended-games__item .image {
    min-width: 110px;
    height: 78px
}

.recommended-games__item .image img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recommended-games__item .content {
    margin-left: 15px;
    width: 100%;
    overflow: hidden
}

.recommended-games__item .content .like .icon-heart, .view .icon-heart {
    width: 10px;
    height: 9px;
    margin-right: 3px;
    display: flex
}

.recommended-games__item .content a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px
}

.game .text p, .side > div {
    margin-bottom: 12px
}

.recommended-games__item .content .like {
    display: flex;
    align-items: center
}

.recommended-games__item .content .like span {
    font-size: 10px
}

.recommended-games__item .content .like .icon-heart {
    background-size: cover
}

.view {
    font-size: 13px
}

.layout {
    display: flex;
    justify-content: space-between
}

.main {
    width: 100%;
    max-width: 808px
}

.main__content {
    padding: 24px;
    background: #070a2e;
    border-radius: 3px;
    margin-bottom: 20px
}

.popular-games__navigation, .popular-games__slider {
    background: #fff;
    border-radius: 3px;
    position: relative
}

.main__content .title {
    margin-bottom: 10px
}

.main__content .title h1 {
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.main__content .hr, .newsDes, .similiar-games .hr {
    margin-bottom: 24px
}

.side {
    width: 100%;
    max-width: 320px;
    margin-left: 12px
}

.page {
    display: flex;
    flex-direction: column
}

.page::before {
    content: '';
    display: table
}

.page::after {
    content: '';
    clear: both
}

.popular-games {
    position: relative;
    margin-bottom: 20px
}

.popular-games__navigation {
    z-index: -1;
    margin-top: -12px;
    height: 43px
}

.popular-games__slider {
    padding: 24px 16px;
    border-bottom: 2px solid #f1f2f7
}

.popular-games__slider .slick-dots li button {
    font-size: 0;
    border-radius: 50%;
    margin: 0 6px;
    background: #e1f1d7;
    padding: 2px
}

.popular-games__slider .slick-next-small, .popular-games__slider .slick-prev-small {
    outline: 0;
    border: 0;
    bottom: 8px;
    z-index: 10;
    position: absolute;
    top: auto;
    background: #fff
}

.popular-games__slider .slick-dots li.slick-active button {
    background: #fc0;
    padding: 3px
}

.popular-games__slider .slick-prev-small {
    left: 37px
}

.popular-games__slider .slick-prev-small span {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase
}

.popular-games__slider .slick-prev-small .icon-arrow-slider-prev {
    display: flex;
    width: 12px;
    height: 8px;
    margin-right: 6px
}

.popular-games__slider .slick-next-small {
    right: 37px
}

.popular-games__slider .slick-next-small span {
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    color: #fff;
    text-transform: uppercase
}

.popular-games__slider .slick-next-small .icon-arrow-slider-next {
    display: flex;
    width: 12px;
    height: 8px;
    margin-left: 6px
}

.list-games .game-cards .rate .num, .popular-games__item .rate .num {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -1px;
    margin-left: 3px;
    text-transform: uppercase
}

.popular-games__slider .slick-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.popular-games__item {
    position: relative;
    width: 181px;
    height: 181px;
    border: 1px solid #dc3545;
    border-radius: 3px;
    padding: 6px;
    margin: 0 12px auto
}

.popular-games__item a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%
}

.popular-games__item .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.popular-games__item .image img {
    border-radius: 3px
}

.popular-games__item .bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 12px
}

.popular-games__item .rate {
    display: flex;
    align-items: center;
    height: 15px;
    margin-bottom: 3px
}

.pagination-left, .pagination-right, .popular-games__item .rate .rating {
    display: flex;
    align-items: center
}

.list-games .game-cards .rate .rating > img, .popular-games__item .rate .rating > img {
    width: 8px;
    height: 7px;
    margin-right: 1.6px
}

.popular-games__item .rate .num {
    font-weight: 600;
    color: #ffcd1b
}

.popular-games__item .name {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff
}

.list-games {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px
}

.list-games .game-cards {
    display: inline-block;
    margin: 6px;
    border: 1px solid #dc354540;
    border-radius: 3px;
    padding: 9px 9px 12px;
    max-width: 180px;
    width: 100%;
    transition: transform .3s
}

.adv-block, .game {
    border-radius: 3px
}

.list-games .game-cards .thumb {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 169px;
    margin-bottom: 12px;
    overflow: hidden
}

.list-games .game-cards .thumb img {
    transition: transform .3s;
    border-radius: 3px;
    width: 100%
}

.list-games .game-cards:hover .thumb img {
    transform: scale(1.2) rotate(-10deg)
}

.list-games .game-cards .thumb a {
    display: flex;
    justify-content: center;
    width: 100%
}

.list-games .game-cards .name {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center
}

.list-games .game-cards .name a {
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #fff;
    white-space: nowrap;
    height: auto
}

.list-games .game-cards .rate {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3px;
    height: 15px
}

.breadcrumbs .breadcrumb, .list-games .game-cards .rate .rating, .privacy ul {
    display: flex
}

.list-games .game-cards .rate .num {
    font-weight: 600;
    color: #fc0
}

.adv-block {
    width: 100%;
    background: #fff;
    padding: 15px
}

.adv-block .head {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 15px
}

.breadcrumbs .breadcrumb li {
    display: flex;
    margin-right: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase
}

.breadcrumbs .breadcrumb li a, .slick-arrow {
    color: #fff
}

.breadcrumbs .breadcrumb li a:hover {
    color: #fc0
}

.breadcrumbs .breadcrumb li span.svg-icon, .btn-search .svg-icon {
    width: 14px;
    height: 14px
}

.hr {
    display: block;
    width: 100%;
    background: #342eaf;
    height: 2px
}

.hr::after {
    content: '';
    display: flex;
    width: 65px;
    height: 2px;
    background: #fc0
}

.pagination-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 18px
}

.pagination-left span, .pagination-right span {
    font-weight: 600;
    font-size: 8px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff
}

.pagination-left::before {
    content: '';
    display: flex;
    width: 12px;
    height: 8px;
    margin-right: 6px
}

.pagination-right::after {
    content: '';
    display: flex;
    width: 12px;
    height: 8px;
    margin-left: 6px
}

.pagination, .slick-next, .slick-prev {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination li a, .pagination li span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    background: #fff;
    border-radius: 3px;
    color: #000;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    font-weight: 500;
    font-size: 12px
}

.pagination li:hover a {
    color: red
}

.pagination span.current {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border: 1px solid #fc0;
    background: #fc0
}

.game .title h1, .game__rating .head, .game__rating .rate .num {
    text-transform: uppercase;
    color: #fc0
}

.game {
    position: relative;
    padding: 24px;
    background: #070a2e;
    margin-bottom: 20px;
    border: 1px solid #ffffff3b
}


.game .title h1,.game .title h2 {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px
}

.game .text p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #fff
}

.game__buttons {
    display: flex;
    align-items: center;
    color: #000
}

.game__rating, .game__rating .rate, .game__rating .rate .post-ratings {
    align-items: center;
    display: flex
}

.game__buttons button + button {
    margin-left: 6px
}

.game__rating {
    padding: 13px 15px;
    background: rgba(255, 120, 0, .08);
    border-radius: 3px
}

.game__rating .head {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-right: 9px
}

.game__rating .rate .num {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-left: 6px
}

.game__frame {
    min-height: 480px;
    position: relative
}

.game__frame iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.game__player {
    padding: 12px;
    border: 1px solid #ffffffa6;
    border-radius: 3px;
    margin-bottom: 20px
}

.game__player__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    color: #fff
}

.game__player__bottom {
    margin-top: 12px;
    position: relative;
    z-index: 1
}

.game__player__bottom .links {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.game__player__bottom .links a {
    display: flex;
    align-items: center;
    margin-right: 6px;
    padding: 10px 12px;
    background: #fc0;
    border-radius: 3px;
    margin-bottom: 12px;
    transition: transform .3s ease-out;
    min-height: 48px
}

.game__player__bottom .links li img {
    margin-right: 6px
}

.game__player__bottom .links li span {
    font-weight: 600;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: -.02em;
    color: #000
}

.game__player__bottom .links li {
    font-weight: 600;
    color: #000
}

.similiar-games {
    padding: 24px;
    background: #070a2e;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #ffffff3b
}

.hot_title .title, .related-header .title {
    font-weight: 700;
    font-size: 24px;
    color: #fff
}

.footer .copyright, .footer .privacy {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #12223c;
    text-transform: uppercase;
    letter-spacing: -.5px
}

.description .hr {
    margin-bottom: 18px
}

.footer {
    position: relative;
    padding-bottom: 20px
}

.footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-flow: row wrap;
    width: 100%;
    background: 0 0;
    border-radius: 3px;
    padding: 15px
}

.slick-next-big, .slick-prev-big {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 104px;
    background: #ffa500;
    border-radius: 3px
}

.footer__content a {
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.footer__content a:hover, .game-description .text ol li a, .game-description .text p a, .game-description .text ul li a, .page-content ol li a, .page-content p a, .page-content ul li a {
    color: #fc0
}

.footer .copyright {
    opacity: .75
}

.slick-prev-big {
    left: 8px
}

.slick-next-big .icon-arrow-slider-next, .slick-prev-big .icon-arrow-slider-prev {
    display: block;
    width: 11px;
    height: 8px
}


.slick-next-big {
    right: 8px
}

.logo {
    max-width: 230px
}

.privacy ul li {
    padding-right: 12px
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    border-radius: 3px;
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.title_header {
    color: #000;
    margin: 4px 12px;
    font-weight: 600
}

.more_game {
    color: #fc0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.hot_title .more_game:hover, .more_game:hover {
    color: orange
}

.slick-prev-small .svg-icon {
    width: 11px;
    height: 11px;
    margin-right: 6px
}

.slick-next-small .svg-icon {
    width: 11px;
    height: 11px;
    margin-left: 6px
}

.SinglePost_backButton a span.svg-icon, .slick-next-big .svg-icon, .slick-prev-big .svg-icon {
    width: 12px;
    height: 12px
}

.slick-next-big:hover, .slick-prev-big:hover {
    color: #000;
    background: #ffcc00;
}

.like .svg-icon {
    width: 10px;
    height: 10px;
    margin-right: 4px
}

.btn_home {
    background: #fff;
    display: flex;
    align-items: center
}

.btn_home .svg-icon {
    width: 20px;
    height: 20px
}

.text-muted {
    margin-left: 8px;
    color: #ccc !important
}

.text ul {
    margin-left: 24px
}

.text ul li {
    list-style: disc
}

.btn-scroll-top {
    display: none;
    padding: 8px;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: .5s;
    background: orange
}

.btn-scroll-top .svg-icon {
    width: 38px;
    height: 38px
}

.game-container {
    max-width: 960px;
    margin: 0 auto
}

.page-content {
    margin: 24px 0;
    padding: 12px 24px;
    background: #070a2e;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-shadow: 2px 2px 10px #000
}

.page-content h1 {
    color: #fff;
    margin: 12px 0;
    font-size: 28px;
    text-transform: uppercase
}

.page-content h2 {
    color: #fc0;
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.page-content h3, .page-content h4 {
    color: #fc0;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 500
}

.SinglePost_textBlock ol, .SinglePost_textBlock ul, .page-content ol, .page-content ul {
    padding-left: 24px
}

.page-content ol li, .page-content ul li {
    list-style: disc;
    margin: 0 0 10px
}

.page-content p {
    margin: 0 0 10px
}

.btn_star {
    background: 0;
    color: orange;
    padding: 0
}

.btn_star .svg-icon {
    width: 11px;
    height: 13px
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%
}

@media all and (max-width: 767px) {
    .header .search, .menu.open {
        max-width: 100%
    }

    .description h1, .description h2, .game .title h1 {
        font-size: 26px;
        line-height: 26px
    }

    .menu {
        left: -100px
    }

    .menu.open {
        left: 0
    }

    .btn-menu {
        right: 16px
    }

    .hamburger span:nth-child(2) {
        margin-top: -1px
    }

    .header {
        position: relative;
        padding: 0 16px
    }

    .header__wrapper {
        margin-top: 16px;
        flex-wrap: wrap
    }

    .header .search-container {
        order: 13;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 15px
    }

    .footer .privacy, .header .logo {
        margin: 0 auto
    }

    .header .search input, .list-games .game-cards .thumb {
        width: 100%
    }

    .header .mob-menu {
        display: flex;
        width: 45px;
        height: 45px;
        background: #fc0;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 10
    }

    .header .mob-menu:focus {
        outline: 0;
        border: 2px solid #fff
    }

    .popular-games__item {
        width: 137px;
        height: 137px
    }

    .popular-games__item .name {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.5px
    }

    .category-top {
        padding: 0 16px;
        height: 106px
    }

    .category-top__slider {
        padding: 8px 50px
    }

    .category-top__item .image {
        width: 60px;
        height: 60px;
        margin: 0 auto 8px
    }

    .list-games {
        margin-left: -3px;
        margin-right: -3px
    }

    .game__buttons button + button, .side {
        margin-left: 0
    }

    .list-games .game-cards {
        max-width: calc(100% / 4 - 6px);
        margin: 3px
    }

    .layout {
        flex-wrap: wrap
    }

    .main__content, .similiar-games {
        padding: 12px
    }

    .side {
        max-width: 100%
    }

    .footer, .page {
        padding: 0 16px
    }

    .description h1, .description h2 {
        margin-bottom: 25px
    }

    .game {
        padding: 20px 12px
    }

    .game__player__top {
        flex-wrap: wrap;
        width: 100%
    }

    .game__player__bottom {
        margin-top: 6px
    }

    .footer__content, .game__player__bottom .links {
        flex-wrap: wrap
    }

    .game__rating {
        justify-content: center;
        width: 100%;
        margin-bottom: 6px
    }

    .game__buttons {
        flex-wrap: wrap;
        width: 100%;
        gap: 12px
    }

    .game__buttons .btn-favorite {
        max-width: 100%;
        width: 100%;
        margin-bottom: 6px
    }

    .footer .logo {
        width: 100%;
        text-align: center;
        margin: 0 auto 10px
    }

    .footer .copyright {
        margin-top: 10px;
        width: 100%;
        order: 13;
        text-align: center
    }

    .slick-next-big, .slick-prev-big {
        width: 35px;
        height: 80px
    }
}

.game-description .text h1, .game-description .text h2 {
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -.02em;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #fc0
}

@media only screen and (max-width: 960px) {
    .layout {
        display: block
    }
}

@media all and (max-width: 500px) {
    .list-games .game-cards {
        max-width: calc(100% / 2 - 6px);
        height: 165px
    }

    .list-games .game-cards .thumb {
        max-width: 100%;
        width: 100%;
        height: 117px
    }
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 8px;
    transform: translateX(200px);
    transition: transform 1s ease-out;
    background: orange;
    border-radius: 5px
}

.back-to-top.show {
    transform: translateX(0)
}

.btn_top {
    background: 0
}

.game-description .text h1 {
    font-size: 30px
}

.game-description .text h2 {
    font-size: 22px
}

.game-description .text h3, .game-description .text h4 {
    color: #fc0;
    font-size: 20px;
    margin-bottom: 12px
}

.game-description .text p {
    margin: 0 0 12px;
    text-align: left !important
}

.game-description .text ol li, .game-description .text ul li {
    list-style: disc;
    color: #fff;
    margin: 0 0 10px;
    text-align: left !important
}

.hot_games .list-games, .hot_games .pagination-container, .new #games-new .pagination-container {
    justify-content: center
}

.hot_games .list-games .game-cards, .new #games-new .game-cards {
    max-width: 208px
}

.hot_title, .related-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 10px;
    gap: 10px
}

.new .main__content .list-games .game-cards {
    border: 1px solid #dc354540;
    border-radius: 3px;
    transition: transform .3s;
    box-shadow: 0 8px 12px rgba(0, 0, 0, .64)
}

.new .main__content .list-games .game-cards .thumb img {
    width: 100%;
    object-fit: cover
}

.new .main__content .list-games .game-cards .thumb a {
    width: 100%
}

.new .main__content .list-games {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(169px, 1fr));
    gap: 10px;
    margin: 0 0 24px
}

.game-content-page {
    position: relative;
    overflow: hidden;
    color: #fff; 
}

.clown, .show_content {
    position: absolute;
    bottom: 0
}

.show_content {
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 12;
    background: 0 0
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    width: fit-content;
    cursor: pointer;
    gap: 12px;
    padding: 6px 12px;
    font-family: inherit
}

.clown {
    right: 0;
    content: "";
    background-image: url(../images/clown.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 367px;
    opacity: .25
}

.related_games .title {
    font-size: 18px;
    color: #fff
}

.recommended-games__list .slick-list {
    padding: 0 24px
}

.heading__content, .new_title {
    margin: 24px 0
}

.mb-3 {
    margin: 0 0 16px
}

.BlogCard_container {
    display: block;
    background: var(--color-background);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    will-change: transform
}

.BlogCard_cardImageContainer {
    overflow: hidden
}

.BlogCard_cardImage {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: transform .3s ease-in
}

.BlogCard_description {
    padding: 16px 16px 32px
}

.BlogCard_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px
}

.Category_category {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    background: #d7d7d78c;
    border-radius: 6px;
    margin: 0
}

.Date_date {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #ffffff82
}

.BlogCard_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 8px;
    word-wrap: break-word
}

.BlogCard_text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff82;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.Blog_containerCards {
    display: grid;
    grid-template-columns:repeat(2, minmax(329px, 374px));
    grid-gap: 16px;
    gap: 16px;
    margin-bottom: 44px;
    padding: 0 2.5%
}

@media (max-width: 1024px) {
    .Blog_containerCards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 892px) {
    .Blog_containerCards {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 768px) {
    .Blog_containerCards {
        grid-template-columns:repeat(1, 1fr)
    }

    .BlogCard_cardImage {
        height: 300px
    }
}

@media (max-width: 500px) {
    .Blog_containerCards {
        grid-template-columns:repeat(1, 1fr)
    }
}

.SinglePost_backButton {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
    color: var(--color-text-2);
    padding-left: 23px;
    opacity: .9;
    cursor: pointer
}

.SinglePost_backButton a {
    display: flex;
    align-items: center;
    gap: 3px
}

.SinglePost_infoBlock {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px
}

.SinglePost_title {
    font-weight: 700;
    font-size: 40px;
       line-height: 1.2; 
    color: #fff;
    margin: 0 0 12px
}

.SinglePost_postImage {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 48px
}

.SinglePost_postImage img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.SinglePost_textBlock {
    color: #fff;
    line-height: 150%;
    word-wrap: break-word
}

.SinglePost_textBlock img {
    margin: 24px auto;
    display: block
}

.SinglePost_textBlock a {
    color: #fdd401
}

.SinglePost_textBlock ol li, .SinglePost_textBlock ul li {
    list-style: disc;
    magin: 0 0 10px
}

.articleBox {
    position: relative;
    font-size: 14px;
    color: #fff
}

.relNews {
    padding-bottom: 32px
}

.newsItem, .relNewsItem {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    position: relative
}

.sectionLink {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.relNewsImg {
    object-fit: cover;
    border-radius: 8px;
    max-width: 40%;
    width: 100%
}

.posts_related {
    padding: 16px;
    background: #070a2e;
    border-radius: 3px
}

.artSideTitle {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 24px
}

.cat_item, .dateNew {
    color: #ffffffc4;
    font-size: 12px
}

.relNewsInfo {
    justify-content: flex-start;
    display: flex;
    gap: 8px;
    margin: 8px 0 0
}

.relNewsInfo_cat {
    background: #4a0570;
    padding: 15px 30px 20px;
    margin: -60px 20px 0;
    position: relative
}

.dateNew {
    display: flex;
    align-items: center
}

.dateNew span.svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px
}

.relNewsTitle {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    color: #fff
}

.newsItem .relNewsTitle {
    font-size: 22px
}

.newsTitle {
    font-size: 32px;
    color: #fbc401;
    margin-bottom: 16px;
    font-weight: 600
}

.shortDes {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    color: #ffffffc4
}

.attr_name *, .attr_name h2, .attr_name h3 {
    font-size: inherit !important;
    text-transform: lowercase !important;
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: #000 !important
}
.game-content-page table{
	margin: 0 0 12px;
}
.game-content-page table th{ 
    font-size: 18px;
    color: #000; 
	font-weight: 700;
    background-color: #fc0;
	border: 1px solid #666;
	
} 
.game-content-page table tr:nth-child(even) {
    background-color: #342eaf;
}
.game-content-page table tr:nth-child(odd) {
    background-color: #071543;
}
.game-content-page table td {  
    color: #fff;
    padding: 12px 8px;
	border: 1px solid #666;
}
.game-content-page table strong,.game-content-page strong{
	font-weight: 700;
}