@charset "UTF-8";
/*
Theme Name: casino-stargames.com
Theme URI: https://casino-stargames.com
Author: casino-stargames.com
Author URI: https://casino-stargames.com
Description: Description
Requires at least: 0.1
Requires PHP: 5.2.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://casino-stargames.com
Text Domain: casino-stargames.com
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

--------------------------------------------------------------*/
@font-face {
    font-family: "MontserratRegular";
    src: url("./fonts/Montserrat-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratBold";
    src: url("./fonts/Montserrat-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MontserratMedium";
    src: url("./fonts/Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

*, *:after, *:before {
    box-sizing: border-box;
}

html, body, .site {
    height: 100%;
}


body {
    margin: 0;
    font-family: "MontserratRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #181818;
    color: #7b7b7b;
}

body.active {
    overflow: hidden;
}

/**/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .navbar,
    .navbar > div,
    .navbar__list,
    .navbar__list > .menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.container-relative {
    position: relative;
}

.top__he_stargames {
    display: flex;
    position: relative;
    min-height: 70px;
    background-color: #080808;
    z-index: 9;
}

.top__he_stargames__logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px auto 0px 0px;

}

.top__he_stargames__logo img {
    width: 100%;
}

.top__he_stargames__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #363636;
}

.menu-wrapper {
    display: none;
    background-color: #292929;
    border-bottom: 1px solid #a2a2a2;
    min-height: 40px;
}


@media (min-width: 480px) {

}

@media (min-width: 1200px) {
    .menu-wrapper {
        display: flex;
    }

    .top__he_stargames__logo {
        margin: 0 auto 0 0;
    }
}

/**/

.navbar {
    margin: 0 auto;
}

.mob_stargames__nav__toggle {
    width: 45px;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 12px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.mob__m__stargames.show  ~ .site .mob_stargames__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translateY(9px);
}
.mob__m__stargames.show  ~ .site .mob_stargames__nav__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(1px, -8px);
}
.mob__m__stargames.show  ~ .site .mob_stargames__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_stargames__nav__toggle {
        display: none;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mob_stargames__nav__toggle .icon-bar {
    display: block;
    width: 42px;
    height: 3px;
    border-radius: 6px;
    background-color: #fffaee;
    transition: all .3s;
    will-change: transform;
}


.mob_stargames__nav__toggle .icon-bar + .icon-bar {
    margin-top: 9px;
}

.mob_stargames__nav__toggle .icon-bar:nth-of-type(3) {
    width: 30px;
}

@media (min-width: 1200px) {

    .mob_stargames__nav__toggle.active .icon-bar {
        height: 5px;
    }

    .mob_stargames__nav__toggle.active .icon-bar:nth-of-type(2) {
        transform: rotate(-45deg) translate(-3px, 4px);
    }

    .mob_stargames__nav__toggle.active .icon-bar:nth-of-type(3) {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .mob_stargames__nav__toggle.active .icon-bar:last-child {
        display: none;
    }
}

.mob__m__stargames {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.mob__m__stargames__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__stargames__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #131313;
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.mob__m__stargames__inner .footer_stargames__text {
    width: 130px;
    margin: 0 auto 10px;
}


@media (min-width: 1200px) {
    .mob__m__stargames {
        display: none;
    }
}


.mob__m__stargames .navbar {
    display: block;
    margin: 180px 0 0;
}

/**/
.header {
    display: none;
    min-height: 300px;
    position: relative;
    background-image: url(image/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    order: 1;
}

body.home .header {
    display: flex;
}

.header .button__stargames {
    background: linear-gradient(180deg, #ffd84d, #e1a615);
    color: #000000;
    width: 280px;
    height: 60px;
    text-transform: uppercase;
    font-family: "MontserratBold";
    font-size: 1.3rem;
    margin: auto 0 auto 200px;
}

.header .button__stargames:hover {
    background-color: rgba(0, 0, 0, .5);
    border-color: #00bf66;
    color: #00bf66;
}


.main__stargames__wrapper--text {
    display: flex;
    flex-direction: column;
    background-color: #272626;
    order: 2;
}

.main__stargames__wrapper--text h1 {
    color: #e8b950;
}

@media (min-width: 992px) {

}


.wrap__menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: 30px;
}


img[align="left"] {
    margin-right: 25px;
}

img[align="right"] {
    margin-left: 25px;
}

@media (min-width: 992px) {

}

.header .container {
    display: flex;
    position: relative;
}

.menu__btn-wrap {
    display: flex;
}

.menu__btn-wrap .button__stargames:last-child {
    margin-left: 20px;
}

.button__stargames {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8b950;
    color: #272727;
    border: 1px solid transparent;
    text-decoration: none;
    width: 160px;
    height: 45px;
    border-radius: 6px;
    font-size: 1rem;
    font-family: "MontserratMedium";
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
}


.button__stargames:hover {
    border-color: #e8b950;
    color: #e8b950;
    background-color: transparent;
    filter: brightness(110%);
}

.button__stargames:active {
    filter: brightness(110%);
}

.button__login__stargames {
    background-color: transparent;
    border: 1px solid #e8b950;
    color: #e8b950;
}


form {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}


/**/

.navbar__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.navbar__list .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4e4e4;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

.mob__m__stargames .navbar__list .menu-item {
    height: 50px;
    width: 100%;
    padding: 0;
}

.mob__m__stargames .navbar__list .menu-item:not(.menu-item-has-children) {
    display: flex;
}

.mob__m__stargames .navbar__list .menu-item.menu-item-has-children {
    height: auto;
}

.mob__m__stargames .navbar__list .menu-item.menu-item-has-children > a {
    height: 50px;
}

.mob__m__stargames .navbar__list .menu-item a {
    color: #ffffff;
    text-transform: capitalize;
    font-size: inherit;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px 0 0;
}

.mob__m__stargames .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #ffffff;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mob__m__stargames .navbar__list .menu-item.current-menu-parent > a,
.mob__m__stargames .navbar__list .menu-item.current-menu-item > a {
    color: #e8b950;
}

.mob__m__stargames .sub-menu {
    font-size: .8rem;
    background-color: #2d2d2b;
    padding: 0;
}

.mob__m__stargames .navbar__list .menu-item .sub-menu .menu-item {
    height: 30px;
    display: flex;
}

/**/
.submenu-expand {
    display: none;
    fill: #ffffff;
    position: relative;
    background-color: transparent;
    border: 0;
    top: 4px;
}

.submenu-expand svg {
    height: 22px;
    width: 22px;
}

.sub-menu {
    padding: 0 10px;
    list-style: none;
}

.navbar__list .sub-menu > .menu-item a {
    display: flex;
    justify-content: center;
    background-image: none;
    padding-left: 0;
    line-height: 19px;
    background-color: transparent;
    text-decoration: none;
    color: #090a0d;
}

.navbar__list .sub-menu > .menu-item.current-menu-item a,
.navbar__list .menu-item.current-menu-parent > a {
    color: #e8b950;
}

.mobile-parent-nav-menu-item {
    display: none;
}

.navbar__list .menu-item.menu-item-has-children {
    position: relative;
}

/*.navbar__list > .menu-item.current-menu-item > a {*/
/*    color: #212121;*/
/*}*/

.top__he_stargames .navbar__list > .menu-item.current-menu-item a {
    border-radius: 12px;
}



@media (min-width: 1200px) {

    .mob__navbar-toggle {
        display: none;
    }

    .navbar > div {
        width: 100%;
    }

    /**/
    .submenu-expand {
        position: absolute;
        right: 0;
        fill: #c22524;
        background-color: transparent;
        border: 0;
        transform: rotate(-90deg);
        height: 40px;
        outline: none;
        pointer-events: none;
    }

    .navbar__list > .menu-item > a {
        padding: 5px 15px;
    }

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        color: #e8b950;
    }

    .navbar__list > .menu-item:not(:last-child) > a {
        border-right: 1px solid #404040;
    }



    .menu-item:hover .submenu-expand,
    .current-menu-item .submenu-expand {
        fill: #ffffff;
    }

    .submenu-expand svg {
        height: 33px;
        width: 33px;
    }

    .sub-menu {
        position: absolute;
        left: -35px;
        top: 0;
        transform: translateY(55px);
        padding: 10px;
        display: none;
        max-height: 260px;
        list-style: none;
        z-index: 11;
        width: 145px;
        background-color: #1c1c1c;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.07),
        0 2px 4px rgba(0,0,0,0.07),
        0 4px 8px rgba(0,0,0,0.07),
        0 8px 16px rgba(0,0,0,0.07);
    }

    .sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-width: 0 18px 15px 15px;
        border-color: #1c1c1c transparent #1c1c1c transparent;
        border-style: solid;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .menu-item-object-page:hover .sub-menu {
        display: block;
    }

    .navbar__list .sub-menu .menu-item {
        padding: 0;
        height: 35px;
    }

    .navbar__list .sub-menu > .menu-item a {
        color: #e4e4e4;
    }

    /*.navbar__list .sub-menu > .menu-item:not(:last-child) a {*/
    /*    border-bottom: 1px solid #293137;*/
    /*}*/

    .navbar__list .sub-menu > .menu-item a:hover,
    .navbar__list .sub-menu > .menu-item a.current-menu-item {
        text-decoration: underline;
        text-underline-position: under;
    }
}


@media (min-width: 1200px) {

}


/**/
.main__stargames {
    flex: 1 0 0;
    line-height: 1.4;
    order: 1;
}

.main__stargames__page {
    padding-top: 40px;
}

.content-area {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.site-main {
    width: 100%;
}

h1, h2 {
    color: #e4e4e4;
    position: relative;
}

/*.main__stargames h2::after,*/
/*.similar__art-stargames h2::after {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #bbe1f8;*/
/*    position: absolute;*/
/*    bottom: -5px;*/
/*    left: 0;*/
/*}*/

.content-area__inner h1 {
    text-align: left;
}

.inner__img__stargames {
    max-width: 450px;
    float: left;
    margin: 0 20px 20px 0;
}

.inner__img__stargames img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.art__inner-stargames {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    width: 100%;
    background-color: #1d1f21;
    order: 0;
}

.art__inner-stargames h2 {
    color: #ffffff;
}

/*.similar__art-stargames h2::after {*/
/*    background-color: #a2a4a6;*/
/*}*/

.similar__art-stargames .ga_stargames_games__list {
    grid-template-columns: repeat(1, 1fr);
}

.similar__art-stargames .ga_stargames_games__image::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.similar__art-stargames .ga_stargames_games__item:nth-child(1) .ga_stargames_games__image::before {
    background-image: url("./image/category/lottery.png");
}

.similar__art-stargames .ga_stargames_games__item:nth-child(2) .ga_stargames_games__image::before {
    background-image: url("./image/category/casino.png");
}

.similar__art-stargames .ga_stargames_games__item:nth-child(3) .ga_stargames_games__image::before {
    background-image: url("./image/category/sport.png");
}

.similar__art-stargames .ga_stargames_games__item:nth-child(1) .ga_stargames_games__image {
    background-color: #ab5c59;
}

.similar__art-stargames .ga_stargames_games__item:nth-child(2) .ga_stargames_games__image {
    background-color: #a3ab59;
}

.similar__art-stargames .ga_stargames_games__item:nth-child(3) .ga_stargames_games__image {
    background-color: #596cab;
}

.similar__art-stargames .ga_stargames_games__image {
    padding: 10px 20px;
    height: 240px;
    border-radius: 8px 8px 0 0;
}

.similar__art-stargames .ga_stargames_games__image img {
    object-fit: contain;
}

.similar__art-stargames .ga_stargames_games__placeholder {
    padding: 10px 20px 25px;
    border-radius: 0 0 8px 8px;
    align-items: center;
    background-color: #272626;
}

.similar__art-stargames .ga_stargames_games__placeholder .button__stargames {
    width: 100%;
    margin-top: 10px;
}

.similar__art-stargames a.ga_stargames_placeholder__title {
    font-size: 2rem;
}

@media (min-width: 1200px) {
    .similar__art-stargames .ga_stargames_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
}

.main__stargames a,
.main__stargames__wrapper--text a {
    color: #78ffff;
}

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

.content-area a {
    color: #78ffff;
}

.site {
    display: flex;
    flex-direction: column;
}

.entry-content ul {
    list-style: none;
    padding: 0;
}

.entry-content ul li::before {
    content: "•";
    color: #c4e538;
    margin-right: 15px;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.breadcrumbs {
    display: flex;
    color: #9f9c9c;
    margin: 15px 0;
}

.breadcrumbs span {
    margin: 0 4px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs span.active {
    color: #292828;
}

/*
 * Игровые автоматы
 */
.ga_stargames_games {
    display: flex;
    flex-direction: column;
}

.ga_stargames_games__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}

.ga_stargames_games__header h1 {
    text-transform: uppercase;
    margin: 0;
}

.ga_stargames_games__header a {
    color: #3a69af;
    text-decoration: none;
}

.ga_stargames_games__header a:hover {
    color: #3a69af;
    text-decoration: underline;
}

.entry-title,
.entry-content h2,
.entry-content .wp-block-image {
    font-size: 1.7rem;
}

.wp-block-quote {
    border-left-color: #78ffff;
}

.ga_stargames_games__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px 30px;
    margin: 0;
    padding: 0;
}

.ga_stargames_games__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
    border-bottom: 1px solid #303030;
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 992px) {

}


@media (min-width: 480px) {
    .ga_stargames_games__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .ga_stargames_games__list {
        grid-template-columns: repeat(3, 1fr);
    }
}



.ga_stargames_games__image {
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    position: relative;
}

.ga_stargames_games__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ga_stargames_games__image:empty {
    display: none;
}

.main__stargames .ga_stargames_games__image:hover img {
    filter: brightness(.5);
}

.ga_stargames_games__image .button__stargames {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    width: 80%;
    transition: all .3s;
}

.ga_stargames_games__image:hover .button__stargames {
    opacity: 1;
}

.ga_stargames_games__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fffaee;
    font-size: .9rem;
    text-align: center;
    font-family: "MontserratMedium";
    padding: 10px 0;
    width: 100%;
    transition: all .3s linear;
    will-change: background-color;
}

.ga_stargames_games__placeholder p {
    margin: 0;
}

a.ga_stargames_placeholder__title {
    font-size: 1rem;
    text-decoration: none;
    font-family: "MontserratBold";
    color: #fffaee;
    text-transform: uppercase;
}

a.ga_stargames_placeholder__title:hover {
    text-decoration: underline;
    text-underline-position: under;
}


.paginate-stargames {
    text-align: center;
    margin: 25px auto;
}

.paginate-stargames * {
    margin: 7.5px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid transparent;
    color: #e4e4e4;
    transition: all .3s linear;
}

.paginate-stargames a {
    color: #e4e4e4;
}

.paginate-stargames a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-stargames .current {
    font-family: "MontserratBold";
    background-color: #e8b950;
    color: #272727;
    cursor: default;
}

.paginate-stargames span {
    margin: 7.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-links a {
    color: #4ca342;
}

/* Статьи */
.article {
}

.article__list {
    list-style: none;
    padding-left: 0;
}

.article__item {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-right: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05),
    0 2px 4px rgba(0,0,0,0.05),
    0 4px 8px rgba(0,0,0,0.05),
    0 8px 16px rgba(0,0,0,0.05);
}

.article__image {
    display: block;
    text-align: center;
}

@media (min-width: 480px) {
    .article__image {
        float: left;
        position: relative;
        margin-right: 20px;
    }

    .article__image img {
        display: block;
    }
}

.article__placeholder {
    display: none;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article__button {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article__image:hover .article__placeholder {
    display: block;
}

.article__wrapper {
    display: flex;
    flex-direction: column;
}

.article__title > a {
    color: #6e6e6e;
}

.article__title > a:hover {
    color: #50fec5;
}

.article__image img {
    width: 280px;
    height: 200px;
    object-fit: cover;
}


@media (min-width: 480px) {

}

/**/
.footer_stargames {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #080808;
    order: 2;
}

.footer_stargames .container {
    display: flex;
    flex-direction: column;
}

.footer_stargames-nav {
    margin-bottom: 10px;
}

.footer_stargames__text {
    color: #bbbbbb;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}


/**/

.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px 10px 10px 20px;
    display: block;
}


@media (min-width: 768px) {

    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }
}

.footer-menu .menu-item a {
    color: #afafaf;
    text-decoration: none;
    text-underline-position: under;
}

.footer-menu .menu-item a,
.footer-menu .menu-item.current-menu-item a {
    color: #676969;
}

.footer-menu .menu-item a:hover,
.footer-menu .menu-item.current-menu-item a{
    text-decoration: underline;
    color: #303030;
}

.mob__m__stargames .footer-menu {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
}

.mob__m__stargames .footer-menu .menu-item.current-menu-item a{
    color: #c4e538;
    text-decoration: none;
}


/**/
.show {
    display: block;
}

@media (min-width: 1200px) {
    .show {
        display: none;
    }
}


.simplebar-track.simplebar-vertical {
    width: 10px;
    background-color: #0a3545;
    border-radius: 5px;
    opacity: 70%;
}

article .entry-footer {
    display: none;
}

@media (min-width: 320px) {

    .top__he_stargames .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
		background: #000000cf;
		        width: 100%;

    }
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
    .header {
        background-size: cover;
        min-height: 305px;
    }

    .header .button__stargames {
        margin: 40px 0 auto 200px;
    }

    .top__he_stargames {
        min-height: 130px;
        height: 130px;
    }

    .top__he_stargames .container {
        flex-direction: column;
		width:100%;
    }

    .menu__btn-wrap {
        margin: 20px 0;
    }

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_stargames .navbar {
        display: none;
    }

    .navbar__list > .menu-item.current-menu-item {
        background-color: transparent;
    }

    .navbar__list > .menu-item a {
        flex-direction: column;
    }

    .navbar__list .menu-item {
        padding: 10px 15px;
    }

    .navbar__list .menu-item {
        height: 85px;
    }

    .ga_stargames_games__header h1 {
        margin: 0 auto;
    }
    .ga_stargames_games__header a {
        display: none;
    }
}

@media (max-width: 992px) {
    .header {
        min-height: 430px;
    }

    .similar__art-stargames {
        flex-direction: column;
    }

    .content-area > img {
        max-width: 100%;
    }

    .footer-menu .menu-item {
        padding: 10px;
    }

}
@media (max-width: 767px) {
    .header {
        min-height: 232px;
    }

    .header .button__stargames {
        margin: 40px auto auto auto;
    }

    .top__he_stargames .container {
        width: 100%;
    }

    .footer_stargames .container {
        flex-direction: column;
    }

    .footer-menu {
        flex-direction: column;
    }

    .footer-menu .menu-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 599px) {

    .header {
        min-height: 250px;
    }

    .navbar__list {
        max-width: 320px;
    }

    .ga_stargames_games__image {
        max-width: 100%;
    }

    .similar__art-stargames .ga_stargames_games__item {
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width: 479px) {

    .header {
        min-height: 190px;
    }

    .menu__btn-wrap .button__login__stargames {
        width: 130px;
    }

    .header .button__stargames {
        margin: 0 auto auto auto;
    }

    .content-area h1 ~ img {
        max-width: 100%;
    }

    a.ga_stargames_placeholder__title {
        font-size: 1rem;
    }

    .footer-nav .container {
        padding: 0;
    }

    .footer-menu .menu-item {
        padding: 5px 10px;
    }

    .footer-menu .menu-item a,
    .footer-menu .menu-item.current-menu-item a {
        font-size: 13px;
    }

}

@media (max-width: 375px) {
    .header {
        min-height: 140px;
    }

    .header .button__stargames {
        width: 190px;
        height: 50px;
    }

    .navbar__list .menu-item {
        width: 145px;
    }

}
.footer_stargames__logo {
    max-width: 150px;
    margin: 0 auto;
}

.footer_stargames__logo img {
    width: 80%;
    height: auto;
    display: block;
}

