@media screen and (max-width: 1400px) {
    .topsearch{
        /* max-width: 300px;
        min-width: 300px; */
    }
    .container {
        width: 1170px;
        max-width: 1170px;
    }
    .gallery-top .swiper-slide {
        max-height: 444px !important;
    }
    .gallery-top .swiper-slide video,
    .gallery-top .swiper-slide img {
        max-height: 444px;
        min-height: 444px;
    }
    
    .sw2in1 .swiper-wrapper .swiper-slide {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 1200px) {
    .gallery-top .swiper-slide {
        max-height: 343px !important;
    }
    .gallery-top .swiper-slide video,
    .gallery-top .swiper-slide img {
        max-height: 343px;
        min-height: 343px;
    }
    .container {
        width: 990px;
        max-width: 990px;
    }
    header .logo {
        width: 48px;
        height: 48px;
        min-height: 48px;
        min-width: 48px;
        overflow: hidden;
    }
    header .logo img {
        max-width: 250px !important;
        min-width: 250px !important;
        float: left;
        height: 48px;
    }
    .sgallery>img {
        height: 75px;
    }
    .overflow.genre h2 {
        padding: 15px 50px 15px 15px;
        font-size: 17px;
    }
    .gamethumb h2 {
        font-size: 16px;
    }
    .posthumb>a h2 {
        font-size: 16px;
        min-height: 48px;
        line-height: 1.5em;
    }
    .posthumb>a span {
        font-size: 14px;
        min-height: 45px;
    }
    .detpost li,
    .detpost li a,
    .detpost li a:hover {
        font-size: 12px;
    }
    .detpost li svg {
        width: 16px;
        height: 16px;
        top: -2px;
    }
    .gslide_side>h2 {
        font-size: 22px;
        min-height: 66px;
    }
    .sw4in1 .swiper-wrapper .swiper-slide {
        width: calc(33% - 20px);
    }
    .select-styled {
        font-size: 14px;
    }
    .flex-group>* {
        margin: 0 0 0 10px !important;
    }
    
}

@media screen and (max-width: 1024px) {
    .gallery-top .swiper-slide {
        max-height: 371px !important;
    }
    .gallery-top .swiper-slide video,
    .gallery-top .swiper-slide img {
        max-height: 371px;
        min-height: 371px;
    }
    .container {
        width: 740px;
        max-width: 740px;
    }
    body {
        padding-top: 60px;
    }
    header .container {
        display: block;
    }
    .topmenu {
        border-bottom: 1px solid var(--color-dark2);
        margin-bottom: 25px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 10px 20px 10px;
        z-index: 999;
        background: var(--color-bg);
    }
    .navbar-nav.headermenu {
        display: flex;
        width: 100%;
        background: var(--color-bg);
        position: fixed;
        right: -100%;
        top: 0;
        bottom: 0;
        padding: 40px;
        z-index: -1;
        height: calc(100% - 55px );
        overflow: auto;
        transition: all 300ms ease-in-out;
        margin-top: 59px;
    }
    .navbar-nav.headermenu.show {
        right: 0;
        transition: all 300ms ease-in-out;
    }
    .navbar-toggler {
        display: block !important;
        margin: 9px 9px 0 12px;
        padding: 0;
        float: left !important;
        width: auto !important;
        position: fixed;
        left: 10px;
    }
    .navbar-toggler span {
        background: var(--color-white);
        width: 20px;
        height: 2px;
        display: block;
        border-radius: 5px;
    }
    .navbar-toggler.hd-menu:hover,
    .navbar-toggler.hd-menu:focus {
        background: transparent;
        border-color: transparent;
    }
    .navbar-toggler .navbar-toggler-icon {
        width: 20px;
        height: 16px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
        margin-right: 10px;
    }
    .navbar-toggler .navbar-toggler-icon span {
        display: block;
        position: absolute;
        width: 100%;
        background: var(--color-white);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .navbar-toggler .navbar-toggler-icon span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: calc( 50% - 1px );
    }
    .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
        bottom: 6px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(1) {
        top: 0px;
        transform: none;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(2) {
        top: calc( 50% - 1px );
        transform: none;
        left: 0;
        opacity: 1;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon span:nth-child(3) {
        bottom: 0px;
        top: unset;
        transform: none;
    }
    .headermenu .float-left {
        position: fixed;
        left: 50px;
        top: 0;
        margin: 6px 0;
    }
    .topsearch.bigsearch {
        display: flex;
    }
    .navbar-nav.headermenu .nav-item .btn-login {
        margin-left: 10px;
    }
    .navbar-nav.headermenu>.nav-item {
        font-size: 16px;
        /* border-bottom: 1px solid var(--color-dark2); */
        padding: 10px 5px;
    }
    .navbar-nav.headermenu>.nav-item:last-child {
        border-bottom: 0;
    }
    .navbar-nav.headermenu>.nav-item .dropdown-menu {
        position: relative !important;
        margin: 15px !important;
        transform: none !important;
    }
    .dropdown-menu a.dropdown-item {
        font-size: 15px;
    }
    .sgallery {
        display: none;
    }
    .support.btn {
        position: relative;
        left: 0;
        right: 0;
        top: 48px;
        width: auto;
        max-width: 187px;
        border-radius: 50px;
        padding: 16px;
        margin: 0 auto;
        z-index: 0;
    }
    .gamethumb .btn-mark,
    .gamethumb .btn-mark:hover,
    .gamethumb .btn-mark:focus {
        opacity: 1;
        margin: 7px;
    }
    .gamethumb .pricebox,
    .gamethumb h2,
    .gamethumb .reviewcount {
        transform: none;
    }
    .gamethumb .reviewcount,
    .gamethumb .game_badges {
        display: none;
    }
    .gamethumb h2 {
        font-size: 18px;
    }
    .gamethumb:hover .badge_off.off_cover {
        transform: scale(1);
        margin: 7px;
    }
    .swp-nav {
        display: none;
    }
    .swp .swiper-slide {
        opacity: 1;
    }
    .footerlinks ul li a {
        padding: 2px 10px 3px;
        font-size: 12px;
    }
    .footerlinks ul li {
        margin: 2px;
    }
    .footlogo {
        max-width: 40px;
        margin: 11px;
    }
    .socials a.slowlink {
        display: none;
    }
    .postpage .innercontent>blockquote,
    .postpage .innercontent>* {
        max-width: 100%;
        margin: 10px auto;
        font-size: 14px;
        line-height: 1.8em;
    }
    .accordion-button,
    .accordion-button:hover,
    .accordion-button:focus {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 25px;
    }
    .accordion-body>p {
        padding: 15px;
        line-height: 1.7em;
        font-size: 14px;
    }
    .section.postpage {
        padding: 10px;
    }
    .sw5in1 .swiper-wrapper .swiper-slide {
        width: calc(33% - 10px);
        margin: 5px;
    }
    .fixlinebox {
        flex-wrap: wrap !important;
        flex-direction: column-reverse;
    }
    .codebar {
        width: 100% !important;
        min-width: 100% !important;
        padding: 10px;
    }
    .section.borderbox {
        border: 0;
        border-radius: 0;
        margin: 0;
    }
    .sw_comments .swiper-slide {
        min-height: 150px !important;
    }
    .sidebar:not(.codebar):not(.gamebar) {
        width: 100% !important;
        min-width: 100% !important;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--color-bg);
        z-index: 999;
        padding: 60px 15px 15px;
        overflow: auto;
        right: -100%;
        transition: all 300ms ease-in-out;
    }
    .sidebar.collapsed:not(.codebar):not(.gamebar) {
        right: 0;
        transition: all 300ms ease-in-out;
    }
    .fixdirection {
        flex-direction: column;
    }
    .gametag {
        display: none;
    }
    .gametag.inmob {
        display: flex;
    }
    .gamebar {
        width: 96% !important;
        min-width: 96% !important;
        background: var(--color-dark2);
        margin: 5px auto;
        border-radius: 10px;
    }
    .gamebar .sidebar__inner {
        width: 100%;
        padding: 0 25px;
    }
    .forgame,
    .breadcrumb {
        display: none;
    }
    .rate-group {
        /* margin: 0; */
    }
    .closebar,
    .closebar:active,
    .closebar:hover,
    .closebar:focus,
    .sidebarbtn,
    .sidebarbtn:hover,
    .sidebarbtn:active,
    .sidebarbtn:focus {
        display: block;
        width: 42px;
        height: 42px;
        position: absolute;
        left: 0;
        top: 0;
        background: transparent;
        padding: 0;
        margin: 22px 12px;
    }
    .title .sidebarbtn,
    .title .sidebarbtn:hover,
    .title .sidebarbtn:active,
    .title .sidebarbtn:focus {
        margin: 16px 7px;
    }
    .sidebarbtn svg {
        width: 30px;
        height: 30px;
    }
    .sidebarbtn svg path {
        fill: var(--color-white);
    }
    .inpc {
        display: none !important;
    }
    .title.heavy {
        padding-left: 51px;
    }
    .topsearch.bigsearch {
        margin: -5px;
    }
    .cmdetbtn.cmbtntxt {
        font-size: 0;
    }
    .social_btn {
        font-size: 0;
        min-width: 50px;
        margin: 1%;
        padding: 10px;
        height: 50px;
    }
    header>.container {
        max-width: 100%;
        width: 100%;
    }
    .topsearch {
        margin: 0 auto 15px;
        min-width: 100%;
        max-width: 100%;
    }
    .topsearch .searchresult {
        position: relative;
        margin-top: -40px;
        right: -5px;
        left: -5px;
        width: calc(100% + 10px);
    }
    .topsearch{
        width: 100%;
        max-width: calc(100% - 415px);
        min-width: unset;
        margin: 0 5px 0 0 !important;
    }
    .topsearch input.sput{
        height: 40px;
        min-height: unset;
        width: 100%;
        font-size: 13px;
    }
    .topsearch button.sbtn ,.topsearch button.bbtn{
        height: 40px;
        width: 40px;
        padding: 0 0 3px 0;
    }
    .section.intro_page {
        height: auto;
    }
    .intro_background {
        position: relative;
    }
    .intro_background>img,
    .intro_background>video {
        height: auto;
        width: 100vw;
    }
    .intro_game {
        position: relative;
        bottom: auto;
        top: 0;
        max-width: 100%;
        width: 100%;
        margin: -50px auto 0;
        text-align: center;
        z-index: 9;
    }
    .intro_game::before {
        content: "";
        background-image: linear-gradient(0deg, rgba(26, 28, 36, 1) 30%, rgba(26, 28, 36, 0) 100%);
        height: 120px;
        display: block;
        top: -48px;
        position: absolute;
        z-index: -1;
        right: 0;
        left: 0;
    }
    .intro_img_game img {
        max-height: 120px;
        margin-bottom: 10px;
    }
    .intro_game .title h1,
    .intro_game .title a:hover h1 {
        text-align: center;
        float: none;
        display: block;
        font-size: 27px;
    }
    .intro_game>span {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 28px;
    }
    .intro_game>.btn {
        margin: 0 auto;
        width: auto;
        max-width: 200px;
    }
    .intro_custom {
        position: relative;
        max-width: 100%;
        padding: 15px;
        margin: 20px 0;
        width: 100%;
    }

    /*OS*/
    .grid_os_items .title.bigtitle {
        padding: 0 10px;
    }

    .grid_os_items .title.bigtitle h2 {
        font-size: 25px;
        line-height: 31px;
    }

    .grid_os_items li {
        padding: 8px;
    }

    .grid_os_items li a img, .grid_os_items li a svg {
        width: 45px;
        height: 45px;
    }

    .grid_os_items li a b, .grid_os_items li a strong {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px;
    }

    .scroller {
        max-width: 100%;
        overflow: auto;
    }
}

@media screen and (max-width: 768px) {
    .navbar-nav.headermenu .nav-item>a.gu_discord {
        background: transparent;
        margin: 0px;
        padding-top: 1px;
    }

    .nav-icon .gu_discord .badge {
        position: absolute;
        background-color: #7289da;
        left: auto;
        right: -6px;
        border-radius: 11px;
        top: -4px;
        margin: 0;
        line-height: 12px;
        letter-spacing: -0.5px;
        font-size: 11px;
        height: 18px;
    }

    .nav-icon .gu_discord .badge:after {
        display: none;
    }

    

    .nav-icon .badge {
        position: absolute;
        left: auto;
        right: -2px;
        border-radius: 11px;
        top: -5px;
        margin: 0;
        line-height: 12px;
        letter-spacing: -0.5px;
        font-size: 11px;
        height: 18px;
        min-width: 18px;
    }

    .grid_os_items li a {
        min-width: 150px;
        padding: 10px;
    }

    .grid_os_items .title.bigtitle {
        padding: 10px 18px;
    }

    .grid_os_items .title.bigtitle h2 {
        font-size: 19px;
        line-height: 31px;
    }

    .grid_os_items .title.bigtitle small {
        display: none;
    }

    .grid_os_items li a strong {
        font-size: 12px;
        opacity: 0.4;
    }

    .container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .section {
        padding: 5px;
    }
    .section.fixgames {
        display: none;
    }
    .slideshow .swiper-slide>a {
        flex-wrap: wrap;
    }
    .slideshow .swiper-slide .overflow {
        margin: 5px 5px 10px 5px;
    }
    .gslide_side>h2 {
        font-size: 16px;
        min-height: 24px;
        text-align: right;
        padding: 0 20px;
    }
    .gslide_side>span {
        padding: 0 20px;
        font-size: 12px;
        margin: 0;
    }
    .gslide_side .stickbtn {
        display: none;
    }
    .slideshow .swiper-pagination {
        position: relative !important;
        margin: 0 !important;
        height: 20px;
        line-height: 20px;
    }
    .chlang,
    .topdl {
        display: none;
    }
    .headermenu .float-left {
        margin: 14px 0;
    }
    .navbar-nav.headermenu .nav-item>a {
        padding: 0px 9px;
        margin: 0px;
    }
    .navbar-nav.headermenu .nav-item>a.btn.button {
        padding: 3px 9px;
        margin: 0px 2px;
    }
    .navbar-nav.headermenu .nav-item>a svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: 2px;
    }
    .nav-item.nav-icon.dropdown.btn-user a.dropdown-toggle{
        height: 30px !important;
        width: 30px !important;
        margin: 1px 0 -5px 5px !important;
    }
    .btn-user>a>img{
        border: 1px solid var(--color-dark2);
    }
    .navbar-nav.headermenu>.nav-item .dropdown-menu {
        margin: 10px 0 !important;
    }
    .navbar-nav.headermenu {
        padding: 20px;
    }
    .inmob {
        display: block !important;
    }
    .navbar-nav.headermenu>.nav-item .btn-lx {
        padding: 15px;
        margin: 10px 0;
    }
    .nav-item.nav-icon.dropdown.btn-user .dropdown-menu {
        position: fixed !important;
        transform: none !important;
        left: 10px !important;
        top: 60px !important;
        right: 10px !important;
        /* bottom: 10px !important;
        height: calc(100vh - 75px); */
        overflow: auto;
    }
    .title h3,
    .title h2,
    .title h1 {
        font-size: 19px;
        font-weight: bold;
        line-height: 31px;
        margin: 0;
    }
    .title.heavy h3,
    .title.heavy h2,
    .title.heavy h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
    }
    a.more,button.more {
        padding: 1px 7px;
        font-size: 12px;
    }
    .title {
        padding: 20px 25px 10px;
    }
    .slideshow {
        padding: 0 !important;
    }
    .swp {
        padding: 0 10px;
    }
    .gamethumb .badge_off.off_cover,
    .gamethumb .hasup,
    .gamethumb .owned,
    .gamethumb .version-type,
    .gamethumb .devices {
        display: none;
    }
    .gamethumb h2 {
        font-size: 14px;
    }
    .pricebox>.price {
        font-size: 16px;
    }
    .pricebox>.price>small {
        font-size: 9px;
    }
    .pricebox>.price.price_line {
        font-size: 14px;
        margin-top: 3px;
    }
    .pricebox>label.badge_off {
        font-size: 14px;
        line-height: 21px;
    }
    .pricebox>label.badge_off::after {
        width: 14px;
        height: 14px;
    }
    .bigame {
        margin: 5px;
    }
    .big_games.flexmode .swiper-wrapper .swiper-slide {
        width: 100%;
    }
    .big_games.flexmode .swiper-wrapper .swiper-slide:nth-child(n+3) {
        width: 50%;
    }
    .big_games.flexmode .swiper-wrapper .swiper-slide:nth-child(n+3) .bigame {
        padding: 0;
        margin: 5px;
    }
    .downloadbox .background {
        display: none;
    }
    .container.downloadbox {
        margin: 5px;
        width: auto;
    }
    .dlinner {
        padding: 50px 25px 25px;
        float: none;
        overflow: hidden;
    }
    .dlinner>svg {
        width: 175px;
        margin: 0 auto 25px;
    }
    .dlinner>h2 {
        margin: 15px auto;
        text-align: center;
        font-size: 20px;
    }
    .dlinner>p {
        max-width: 100%;
        line-height: 25px;
    }
    .dlinner .btn {
        margin: 5px 0;
        width: 100%;
    }
    .dlinner>ul li {
        margin: 3px;
        font-size: 12px;
        padding: 0 8px;
    }
    footer {
        padding: 10px;
        margin-top: 20px;
    }
    footer .frow {
        flex-wrap: wrap;
    }
    footer .frow aside>span {
        line-height: 24px;
    }
    .footlogo,
    .namads,
    .footerlinks,
    footer .socials,
    .support.btn {
        display: none;
    }
    .headermenu .socials {
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 15px;
        justify-content: center;
    }
    .headermenu .socials a {
        width: 42px;
        height: 42px;
        margin: 3px;
        padding: 7px;
    }
    .headermenu .socials a svg {
        width: 28px;
        height: 28px;
    }
    body {
        padding-bottom: 0 !important;
    }
    body.showtabs {
        padding-bottom: 100px !important;
    }
    .posthumb>a h2 {
        font-size: 14px;
        min-height: 64px;
        line-height: 1.5em;
        padding: 0 5px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
    .posthumb>a span {
        font-size: 12px;
        min-height: 56px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        padding: 0 5px;
        margin: 0;
    }
    .detpost {
        padding: 5px;
    }
    .detpost li,
    .detpost li a,
    .detpost li a:hover {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 20px;
    }
    .detpost li svg {
        width: 14px;
        height: 14px;
        top: -1px;
    }
    .errorfull {
        height: auto;
    }
    .errorpage {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 50px;
        flex-wrap: wrap;
        padding: 0 25px;
    }
    .erroricon {
        width: 150px;
        max-width: 150px;
        max-height: 150px;
        margin: 0 auto 20px;
    }
    .errorpage h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }
    .errorpage h2 {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }
    .errorpage p {
        margin: 10px 0;
        font-size: 14px;
        text-align: center;
    }
    .errorpage .btn {
        max-width: 200px;
        margin: 0 auto;
    }
    .modaler {
        max-width: 100%;
        border: 0;
    }
    .container.minipage {
        max-width: 100%;
        margin: 15px auto;
        padding: 5px;
    }
    .postpage .title>h1,
    .postpage .title>h2,
    .postpage .title>h3 {
        font-size: 21px;
        text-align: right;
    }
    .innercontent {
        padding: 10px;
    }
    .contactlist li p {
        font-size: 14px;
    }
    .contactlist li label {
        margin: 0;
        font-size: 14px;
    }
    .contactlist li b {
        font-size: 14px;
    }
    .titlerow h1 {
        font-size: 20px;
    }
    .titlerow p {
        font-size: 15px;
    }
    .sw_grid .swiper-wrapper .swiper-slide {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .blog_grid .swiper-wrapper .swiper-slide{
        width: calc(100% - 10px);
        margin: 5px;
    }
    .sw3in1 .swiper-wrapper .swiper-slide,
    .sw2in1 .swiper-wrapper .swiper-slide,
    .sw1in1 .swiper-wrapper .swiper-slide {
        width: calc(100% - 20px);
    }
    .sw5in1 .swiper-wrapper .swiper-slide {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .giftfor {
        position: relative;
        margin: 0;
        margin-bottom: 0px;
        left: 0;
        top: 0;
        background: transparent;
        padding: 0 20px 0 0;
        margin-bottom: 8px;
    }
    .giftfor b small,
    .giftfor b {
        font-size: 12px;
    }
    .giftfor>svg {
        display: none;
    }
    .deleting .delanime {
        right: 150px;
        left: 10px;
    }
    .tinyitems .swiper-slide .gamethumb h2 {
        padding: 0 20px 0 0;
        font-size: 16px;
    }
    .topsearch.bigsearch .flex-group {
        margin-bottom: 0;
    }
    .topsearch.bigsearch input.sput {
        height: 70px;
        min-width: 100%;
        border-radius: 10px !important;
    }
    .topsearch.bigsearch .btn.btn-primary {
        display: none;
    }
    .topsearch.bigsearch .flex-group {
        flex-wrap: wrap;
    }
    .topsearch.bigsearch .flex-group>* {
        margin: 0 0 10px 10px !important;
        width: calc(50% - 5px);
    }
    .topsearch.bigsearch .flex-group>*:nth-child(2n) {
        margin: 0 0 10px 0 !important;
    }
    .select {
        height: 41px !important;
        font-size: 14px;
    }
    .select .select-styled {
        height: 40px !important;
        padding: 5px;
        font-size: 14px;
    }
    .select-styled::after {
        top: 18px !important;
    }
    .select-styled:active::after,
    .select-styled.active::after {
        top: 11px !important;
    }
    .select-options li {
        font-size: 14px !important;
        padding: 5px 0 !important;
        border-bottom: 1px solid var(--color-dark3) !important;
        border-radius: 0 !important;
    }
    .artist_cover {
        margin-left: 14px;
        max-width: 100px;
        min-width: 100px;
        max-height: 100px;
    }
    .artist_cover img {
        max-width: 100px;
        min-width: 100px;
        max-height: 100px;
        min-height: 100px;
    }
    .artist_details>h2 {
        font-size: 18px;
        margin: 0 0 5px;
        padding: 0;
    }
    .artist_details>span {
        font-size: 11px;
        line-height: 17px;
    }
    .artist_details .btn {
        display: none;
    }
    .artist {
        padding: 10px;
        align-content: center;
        align-items: center;
    }
    .cmrate label {
        padding: 6px;
        min-width: 33px;
        height: 33px;
    }
    .cmbtn,
    .cmbtn:hover,
    .cmbtn:focus {
        padding: 0;
        height: 33px;
        width: 33px;
    }
    .breadcrumb {
        font-size: 12px;
        padding: 5px 10px;
        margin: 0;
    }
    .title small,
    .title small,
    .title small {
        font-size: 14px;
        line-height: 24px;
    }
    .form-sort {
        position: relative;
        margin: 15px 0 0;
    }
    .menuhover {
        display: none;
    }
    .title .reviewcount {
        /* width: 100%; */
        text-align: center;
        margin: 10px;
    }
    .game_counters,
    .metacritic {
        margin: 0 3px 6px;
        /* min-width: calc(50% - 10px); */
    }
    .breadcrumb-item.active {
        display: none;
    }
    .minimal-tabs {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }
    .fullgamebox>nav .minimal-tabs button {
        padding: 10px 5px;
        font-size: 14px;
        margin: 0;
        width: 100%;
    }
    .fullgamebox>nav .minimal-tabs button img,
    .fullgamebox>nav .minimal-tabs button label {
        display: none;
    }
    .gallery-thumbs .swiper-slide {
        width: 40%;
    }
    .fullgamebox {
        padding: 0;
    }
    .gallery-thumbs {
        padding: 0;
        margin-bottom: 0;
    }
    .tagbox>b {
        display: none;
    }
    .tagbox {
        margin: 0;
        padding: 20px 5px;
    }
    .tagbox a {
        font-size: 13px;
    }
    .gamecontent {
        padding: 10px;
        margin: 0 auto;
        font-size: 13px;
    }
    .reviewcount.bigreview {
        padding: 10px 25px;
    }
    .reviewcount.bigreview .reviewstars>div {
        width: 130px;
        height: 22px;
        background-size: 130px;
    }
    .reviewcount.bigreview .reviewstars>div>b {
        background-size: 130px;
        height: 22px;
    }
    .reviewcount.bigreview>i {
        height: 26px;
        font-size: 20px;
        line-height: 26px;
    }
    .emtpybox {
        padding: 20px;
    }
    .gamedetbox {
        margin: 0;
    }
    .socials a b {
        display: none;
    }
    .gamedet_inner .socials a {
        margin: 0;
        min-width: 20%;
        text-align: center;
    }
    .gamedet_inner .socials a svg {
        margin: 0 auto;
        float: none;
        width: 25px;
        height: 25px;
    }
    .systemli {
        flex-wrap: wrap;
    }
    .systemli>ul {
        margin: 0;
        padding: 0;
    }
    .systemli>ul>li:first-child {
        font-size: 18px;
        margin: 20px auto;
        color: var(--color-primary);
    }
    .gamethumb.tokenthumb>a {
        flex-wrap: wrap;
    }
    .tokenthumb .gamecover {
        max-width: 100%;
        max-height: auto;
        min-width: 125px;
        margin: 0;
    }
    .tokendet h2 {
        margin: 0;
        padding: 10px 0;
    }
    .tokendet h2 small {
        font-size: 12px;
    }
    .getoken .flex-group {
        flex-wrap: wrap;
    }
    .getoken .flex-group>* {
        margin: 0 0 7px 0 !important;
    }
    .getoken .flex-group {
        margin-bottom: 4px;
    }
    .cotitle {
        font-size: 24px;
        position: relative;
        top: -6px;
    }
    .inmob2 .swiper-wrapper .swiper-slide {
        width: calc(50% - 10px);
    }
    .sidebar__game > img,
    .sidebar__game.sidebar__card > img ,
    .sidebar__game >*> img,
    .sidebar__game.sidebar__card >*> img {
        max-width: 140px;
        max-height: 140px;
        margin: 30px auto 20px;
    }
    .navbar-nav.headermenu .nav-item .btn-login {
        width: 110px;
        margin-top: 3px;
    }
    .iconline {
        position: fixed;
        z-index: 99;
        bottom: 0;
        right: 0;
        left: 0;
        background: var(--color-dark2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        padding: 0;
        margin: 0;
        border-radius: 0;
        text-align: center;
        overflow: hidden;
        display: none;
        list-style: none;
    }
    .showtabs .iconline {
        display: flex;
    }
    .iconline li {
        width: 100%;
        height: 80px;
        border-radius: 0;
        margin: 0;
        padding: 10px;
        position: relative;
        overflow: hidden;
        list-style: none;
    }
    .iconline li>a {
        display: block;
        color: var(--color-dark);
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        padding: 6px 2px;
    }
    .iconline li.active b {
        display: none;
    }
    .iconline li b {
        font-weight: normal;
    }
    .iconline li svg {
        display: block;
        width: 26px;
        height: 26px;
        margin: 0 auto 6px;
    }
    .iconline li.active svg {
        width: 30px;
        height: 30px;
        position: relative;
        top: 8px;
    }
    .iconline li svg path {
        fill: var(--color-dark);
    }
    .iconline li.active svg path {
        fill: var(--color-primary);
    }
    .iconline li.active::after {
        content: "";
        height: 5px;
        background: var(--color-primary);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        z-index: 99;
        margin: 15px;
        border-radius: 5px;
    }
    .placeholder:before {
        display: none;
    }
    .gallery-top .swiper-slide {
        max-height: 55vw !important;
    }
    .gallery-top .swiper-slide video,
    .gallery-top .swiper-slide img {
        max-height: 55vw;
        min-height: 55vw;
    }
    .alert.alert-gameup span {
        display: block;
        text-align: justify;
    }
    .alert.alert-gameup {
        margin: 5px;
        padding: 25px 25px 60px 25px;
    }
    .cmface {
        padding-left: 120px;
    }
    .cmface small {
        display: none;
    }
    .topsearch{
        width: 100%;
        max-width: calc(100% - 192px);
        min-width: unset;
        margin: 0 5px 0 0 !important;
    }
    .no-user-login .topsearch{
        /* max-width: calc(100% - 250px); */
    }
    .topsearch input.sput{
        height: 40px;
        min-height: unset;
        width: 100%;
        font-size: 13px;
    }
    .topsearch button.sbtn , .topsearch button.bbtn{
        height: 40px;
        width: 40px;
        padding: 0 0 3px 0;
    }
}


@media screen and (max-width: 600px) {


    .fullwidth_leaderboard .ldflex {
        display: flex;
        flex-wrap: wrap;
    }

    .fullwidth_leaderboard .topplayers {
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}



/** RESPONSIVE UPGRADED **/
@media screen and (max-width: 768px) {
    body, html {
        font-size: 14px;
    }

    .btn-lx {
        padding: 6px;
        font-size: 14px;
    }

    .nice-toast {
        padding: 5px;
        border-radius: 10px;
        min-height: 30px;
    }

    .nice-toast-content {
        font-size: 13px !important;
    }

    .nice-toast-progress {
        bottom: 2px;
        height: 2px;
    }

    .nice-toast-icon {
        width: 16px;
        height: 16px;
        margin: 10px;
    }

    .modal-header {
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .modal-content {
        border-radius: 10px;
        padding: 10px;
    }

    .modal-title {
        font-size: 16px;
    }

    .btn-close {
        padding: 9px 15px;
    }

    .btn-close svg {
        width: 15px;
    }

    .modal-body {
        padding: 8px;
        font-size: 13px;
    }

    .modal-body .form-group.flex-group {
        margin: 0;
    }

    .swal2-popup {
        border-radius: 10px;
        padding: 25px;
    }

    .swal2-icon {
        display: none !important;
    }

    .swal2-popup p, .swal2-popup h2 {
        font-size: 20px;
    }

    .swal2-content {
        font-size: 14px;
        margin-top: 25px;
    }

    .navbar-nav.headermenu .nav-item>a svg {
        width: 20px;
        height: 20px;
    }

    .navbar-nav.headermenu .nav-item .btn-login {
        margin-left: 4px;
    }

    .nav-item.nav-icon.dropdown.btn-user {
        margin-left: 0;
    }

    .btn-keys svg {
        float: none;
    }

    .itemrow>b {
        font-size: 14px;
    }

    .itemrow>ul li {
        margin: 2px 0;
        font-size: 13px;
    }

    .accessrow {
        padding: 10px;
    }

    .itemrow>ul li>i {
        font-size: 12px;
    }

    .detrow {
        font-size: 12px;
        line-height: 24px;
    }

    .sw_blog .swiper-wrapper .swiper-slide {
        width: 100%!important;
    }

    .posthumb>a h2 {
        min-height: 44px;
        -webkit-line-clamp: 2;
        font-weight: bold;
    }
    .detpost li, .detpost li a, .detpost li a:hover {
        width: auto;
        margin: 0 0 5px 15px;
    }
    .postpage .innercontent {
        max-width: 100%;
        margin: 0 auto;
    }
    .postpage .innercontent > blockquote, .postpage .innercontent > * {
        font-size: 13px;
        line-height: 1.9em;
      }
      .title.heavy h3, .title.heavy h2, .title.heavy h1 {
        font-size: 17px;
        line-height: 26px;
      }
      .gamebar {
        background: transparent;
      }
      .gamecontent {
        line-height: 1.9em;
      }
      .gamecontent > h2 {
        font-size: 19px;
        margin: 15px auto;
      }
      .accordion-body > p {
        line-height: 1.9em;
        font-size: 12px;
      }
      .accordion-button, .accordion-button:hover, .accordion-button:focus {
        padding: 10px ;
        font-size: 15px;
      }
      .title.havback.visible .form-sort {
        float: right;
        width: 100%;
      }
}