@charset "UTF-8";
/*
Theme Name: luck-land.net
Theme URI: https://luck-land.net
Author: luck-land.net
Author URI: https://luck-land.net
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://luck-land.net
Text Domain: luck-land.net
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-display: swap;
}

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

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

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

html, body, .site {
    min-height: 100vh;
}

.text-center {
    text-align: center;
}



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: #101829;
    color: #ffffff;
}
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_luck-land {
    display: flex;
    position: relative;
    min-height: 70px;
    background-color: #1b2840;
    z-index: 9;
    order: -1;
}

.top__he_luck-land__logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0 0;
}

.top__he_luck-land__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
}

.top__he_luck-land__logo img {
    width: 100%;
}

.menu__wrapper__luck-land {
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
}

.menu__wrapper__luck-land > .container {
    height: 100%;
}


@media (min-width: 375px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .menu__wrapper__luck-land {
        display: flex;
        border-bottom: 1px solid #383f4d;
    }
}

/**/

.mob_luck-land__nav__toggle {
    height: 50px;
    width: 50px;
    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: 50%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mob__m__luck-land.show  ~ .site .top__he_luck-land .mob_luck-land__nav__toggle .icon-bar:nth-of-type(2) {
    transform: rotate(-45deg) translate(-3px, 5px);
}
.mob__m__luck-land.show  ~ .site  .top__he_luck-land .mob_luck-land__nav__toggle .icon-bar:nth-of-type(4) {
    transform: rotate(45deg) translate(-4px, -5px);
    width: 42px;
}
.mob__m__luck-land.show  ~ .site  .top__he_luck-land .mob_luck-land__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_luck-land__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_luck-land__nav__toggle .icon-bar {
    display: block;
    width: 42px;
    height: 3px;
    /*border-radius: 6px;*/
    background-color: #ffffff;
    transition: all .3s;
    will-change: transform;
}


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

/*.mob_luck-land__nav__toggle .icon-bar:nth-of-type(3) {*/
/*    width: 30px;*/
/*}*/


/*.mob_luck-land__nav__toggle .icon-bar:nth-of-type(4) {*/
/*    width: 35px;*/
/*}*/

@media (min-width: 1200px) {

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

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

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

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

.mob__m__luck-land {
    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__luck-land__backdrop {
    width: 100vw;
    height: 100vh;
}

.mob__m__luck-land__inner {
    display: flex;
    flex-direction: column;
    background-color: #060a14;
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*overflow-y: auto;*/
    padding-top: 6.5rem;
}

.mob__m__luck-land__inner .footer_luck-land__text {
    width: 130px;
    margin: 0 auto 10px;
}


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


.mob__m__luck-land .navbar {
    display: block;
}

/**/

.header {
    display: flex;
    align-items: center;
    min-height: 250px;
    position: relative;
    background-image: url(image/banner-luck-land.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap__header__text {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    padding: 15px;
}

.bonus {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.count {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    font-family: 'MontserratBold';
    line-height: 65%;
}

.count span {
    color: #ff6b6b;
    font-size: 1.5rem;
}

.wrap__header__text .button__luck-land {
    border-radius: 0;
    text-transform: uppercase;
    color: #101829;
    min-width: 195px;
    font-family: 'MontserratBold';
}


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

    .wrap__header__text {
        max-width: 220px;
        padding: 0 15px;
        background-color: transparent;
    }

    .count {
        font-size: 2rem;
        line-height: 75%;
    }

    .wrap__header__text .button__luck-land {
        min-width: 140px;
    }
}

@media (min-width: 480px) {
    .header {
        min-height: 330px;
    }

    .bonus {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .wrap__header__text {
        max-width: 280px;
    }

    .count {
        font-size: 4rem;
        line-height: 70%;
    }

    .count span {
        font-size: 2rem;
    }
}

@media (min-width: 600px) {

}

@media (min-width: 768px) {
    .header {
        min-height: 330px;
        margin-top: 1rem;
    }

    .wrap__header__text {
        max-width: 400px;
    }

    .bonus {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .count {
        font-size: 5rem;
        line-height: 75%;
    }

    .count span {
        font-size: 4rem;
    }
}

@media (min-width: 992px) {
    .header {
        min-height: 455px;
        margin-top: 2rem;
    }

    .wrap__header__text {
        margin-left: 4rem;
    }

    .bonus {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .count {
        font-size: 7rem;
        line-height: 70%;
    }

    .count span {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {

}

@media (min-width: 1470px) {

}

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

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



.button__wrapper__luck-land {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 305px;
}

.mob__m__luck-land__inner .button__wrapper__luck-land {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0;
    padding: 2rem 5rem;
    background-color: #1f232c;
}

.mob__m__luck-land__inner .button__luck-land {
    width: 100%;
}

.mob__m__luck-land__inner .button__wrapper__luck-land .button__luck-land.reg {
    margin: 10px 0 0 0;
}

.button__luck-land {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #2e293b;
    background-color: #ff6b6b;
    border-radius: 4px;
    /*text-transform: uppercase;*/
    border: 1px solid transparent;
    text-decoration: none;
    min-width: 80px;
    padding: .75rem .5rem;
    font-size: 1rem;
    /*font-family: "MontserratBold";*/
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
}

.button__luck-land:hover {
    background-color: transparent;
    border-color: #ff6b6b;
    color: #ffffff;
    filter: brightness(110%);
}

.button__luck-land:active {
    filter: brightness(110%);
}

.button__luck-land.reg {
    background-color: #82ff9f;
}

.button__luck-land.reg:hover {
    background-color: transparent;
    border-color: #82ff9f;
    color: #ffffff;
}

.button__wrapper__luck-land .button__luck-land.reg {
    margin-left: 10px;
}


@media (min-width: 375px) {


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

}
@media (min-width: 1200px) {
    .button__wrapper__luck-land {
        display: flex;
        position: inherit;
        width: auto;
        margin: 0 0 0 auto;
    }
}

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


/**/

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


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

.mob__m__luck-land .navbar__list .menu-item {
    height: 50px;
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.mob__m__luck-land .navbar__list > .menu-item:hover {*/
/*    background-color: #141414;*/
/*}*/

.mob__m__luck-land .navbar__list > .menu-item:hover a {
    color: #00e589;
}

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

/*.mob__m__luck-land .navbar__list .menu-item.menu-item-has-children > a {*/
/*    height: 50px;*/
/*}*/

.mob__m__luck-land .navbar__list .menu-item a {
    color: #ffffff;
    /*height: 100%;*/
    font-size: inherit;
    text-transform: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
}

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

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

/*.mob__m__luck-land .navbar__list .menu-item.current-menu-item > a {*/
/*    position: relative;*/
/*}*/

/*.mob__m__luck-land .navbar__list .menu-item.current-menu-item > a::before {*/
/*    content: "";*/
/*    background-color: #db0934;*/
/*    width: 6px;*/
/*    height: 30px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*}*/

.mob__m__luck-land .navbar__list > .menu-item .sub-menu > .menu-item.current-menu-item a,
.mob__m__luck-land .navbar__list .menu-item.current-menu-parent > a,
.mob__m__luck-land .navbar__list .menu-item.current-menu-item > a {
    color: #00e589;
}

.mob__m__luck-land .sub-menu {
    font-size: .8rem;
    background-color: #1f232c;
    padding: 0;
    width: 100%;
}

@media (min-width: 480px) {
    /*.mob__m__luck-land .sub-menu {*/
    /*    position: absolute;*/
    /*    left: -135px;*/
    /*    width: 135px;*/
    /*    top: 0;*/
    /*    padding: 10px 0;*/
    /*    opacity: 0;*/
    /*    visibility: hidden;*/
    /*    transition: all .3s linear;*/
    /*}*/

    /*.mob__m__luck-land .navbar__list .menu-item.menu-item-has-children:hover .sub-menu {*/
    /*    opacity: 1;*/
    /*    visibility: visible;*/
    /*}*/
}

.mob__m__luck-land .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;
    flex-direction: column;
    justify-content: center;
    background-image: none;
    padding-left: 0;
    line-height: 19px;
    text-transform: none;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.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;*/
/*}*/



@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 10px;*/
        /*position: relative;*/
    /*}*/

    /*.navbar__list > .menu-item:hover {*/
    /*    background-color: #111111;*/
    /*}*/

    .navbar__list > .menu-item > a:hover,
    .navbar__list > .menu-item.current-menu-item > a {
        position: relative;
    }

    .navbar__list > .menu-item > a:hover {
        text-decoration: underline;
    }


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


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

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

    .sub-menu {
        position: absolute;
        flex-direction: column;
        bottom: -125px;
        padding: 10px 25px;
        display: none;
        list-style: none;
        z-index: 11;
        border: none;
        background-color: #020b22;
        /*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: transparent transparent #3a3a3a transparent;*/
    /*    border-style: solid;*/
    /*    position: absolute;*/
    /*    top: -15px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    margin: auto;*/
    /*}*/

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

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

    .navbar__list > .menu-item > a {
        padding: 0 25px;
    }

    /*.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.current-menu-item a {
        text-decoration: underline;
    }
}


@media (min-width: 1200px) {

}


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



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

.main__luck-land__text {
    order: 2;
}

.main__luck-land__text a {
    color: #ffffff;
    text-decoration: underline;
}

.main__luck-land__text--main {
    background-color: #262d3c;
}

.site-main {
    width: 100%;
}

h1, h2 {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.inner__img__luck-land ~ * {
    padding: 0 10px;
}

.inner__img__luck-land {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 450px;
}

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


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



@media (min-width: 768px) {

}

@media (min-width: 992px) {


}

@media (min-width: 1200px) {
    h1, h2 {
        text-align: left;
        position: relative;
    }

}


.art__inner-luck-land {
    width: 100%;
    padding: 3rem 0;
    order: 1;
}

.similar__art-luck-land {
    width: 100%;
}

.similar__art-luck-land h2 {
    min-width: 100%;
    width: 100%;
    text-transform: none;
}

.similar__art-luck-land .ga_luck-land_games__list {
    grid-template-columns: repeat(1, 1fr);
}


@media (min-width: 600px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
    h2 {
        text-align: left;
    }

    .similar__art-luck-land .ga_luck-land_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

}

@media (min-width: 1200px) {
    .similar__art-luck-land .ga_luck-land_games__list {
        grid-gap: 75px;
    }
}

@media (min-width: 1470px) {

}

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

.content-area a {
    color: #2b47bb;
}

.content-area__inner .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-area__inner .container p {
    line-height: 150%;
}

.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_luck-land_games {
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

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

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

.ga_luck-land_games__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0;
    padding: 0;
}

@media (min-width: 480px) {

}

@media (min-width: 768px) {
    .ga_luck-land_games__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

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

@media (min-width: 1200px) {
    .ga_luck-land_games__list {
        grid-template-columns: repeat(5, 1fr);
    }

    .inner__img__luck-land img {
        margin: 0 0 0 auto;
    }
}

.ga_luck-land_games__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

@media (min-width: 1200px) {
    /*.main__luck-land .ga_luck-land_games__item:nth-child(10n+1),*/
    /*.main__luck-land .ga_luck-land_games__item:nth-child(10n+8) {*/
    /*    grid-column-end: span 2;*/
    /*    grid-row-end: span 2;*/
    /*}*/
}


.ga_luck-land_games__image {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: auto;
    margin: 0 auto;
    width: 100%;
}


.ga_luck-land_games__image img {
    display: block;
    /*object-fit: cover;*/
    width: 100%;
    height: auto;
}

.ga_luck-land_games__image:empty {
    display: none;
}

.ga_luck-land_games__placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    color: #ffe5c4;
    font-size: .9rem;
    text-align: center;
    font-family: "MontserratMedium";
    background-color: #1f2946;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    will-change: opacity, visibility;
}

.ga_luck-land_games__placeholder .button__luck-land {
    width: 100%;
}

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

@media (min-width: 992px) {

    .ga_luck-land_games__placeholder {
        display: none;
        position: absolute;
        bottom: 0;
    }

   .ga_luck-land_games__item:hover .ga_luck-land_games__placeholder {
        display: flex;
       background-color: rgba(0, 0, 0, .9);
    }

    .ga_luck-land_games__item:hover {
        transform: scale(1.05);
    }
}

@media (min-width: 1200px) {
    /*.main__luck-land .ga_luck-land_games__item:nth-child(13n+1) .ga_luck-land_games__image {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.main__luck-land .ga_luck-land_games__item:nth-child(13n+1) .ga_luck-land_games__image img {*/
    /*    width: 100%;*/
    /*}*/
}

a.ga_luck-land_placeholder__title {
    display: block;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: .5rem;
    font-family: "MontserratBold";
}

a.ga_luck-land_placeholder__title:hover {
    text-decoration: underline;
}


@media (min-width: 992px) {

}


.paginate-luck-land {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 25px auto;
}

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

.paginate-luck-land a {
    color: #ffffff;
}

.paginate-luck-land a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate-luck-land .current {
    font-family: "MontserratBold";
    color: #ffffff;
    background-color: #060a14;
    cursor: default;
}

.paginate-luck-land 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_luck-land {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #010717;
    order: 3;
}

.footer_luck-land > .container {
    display: flex;
    flex-direction: column;
}


.footer_luck-land__payment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #5f626d;
    padding-bottom: 1rem;
    grid-gap: 15px 0;
}

.footer_luck-land__payment img:not(:last-child) {
    margin-right: 35px;
}

.footer_luck-land__logo {
    margin: 1rem 0 .5rem;
}

.footer_luck-land__text {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

/**/

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

.footer-menu .sub-menu {
    display: none;
}


@media (min-width: 768px) {
    .footer_luck-land__payment {
        border-bottom: none;
        padding-bottom: 0;
        margin: 1rem 0;
    }

    .footer_luck-land__logo {
        margin: 0;
        order: -1;
    }

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

@media (min-width: 1200px) {

}

.footer-menu .menu-item a {
    color: #7e7e7e;
    text-transform: uppercase;
    text-decoration: none;
    text-underline-position: under;
}

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

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

.mob__m__luck-land .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_luck-land .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

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

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

}

@media (max-width: 1500px) {

}

@media (max-width: 1199px) {

    .navbar__list {
        flex-wrap: wrap;
    }

    .top__he_luck-land .navbar {
        display: none;
    }
}

@media (max-width: 992px) {

    .inner__img__luck-land {
        margin: 0 auto;
        max-width: 100%;
        float: none;
    }

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

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

}
@media (max-width: 767px) {
    .padding__zero {
        padding: 0;
    }

    .content-area__inner h1 {
        font-size: 1.5rem;
    }

    .top__he_luck-land .container {
        width: 100%;
    }
}

@media (max-width: 599px) {

    .navbar__list {
        max-width: 320px;
    }

}

@media (max-width: 479px) {

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

    a.ga_luck-land_placeholder__title {
        font-size: .8rem;
    }

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

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

    .footer-menu .menu-item:not(:last-child) {
        padding-right: 9px;
    }

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

}

@media (max-width: 375px) {

}

@media (max-width: 479px) {

	.top__he_luck-land {
		position: fixed;
		width: 100%;
	}
	.container.padding__zero {
		margin-top: 70px;
	}
	.site .button__wrapper__luck-land {
		display: flex;
	}
	.site .button__wrapper__luck-land .button__luck-land {
		display: none;
	}
	.site .button__wrapper__luck-land .button__luck-land.reg {
		display: flex;
		margin-right: 40px;
	}
	.site .top__he_luck-land__logo {
		margin: 0px;
	}
}


/*accordion*/
.accordion-wrap {
    grid-gap: 1rem;
}

.accordion {
    background-color: transparent;
    border: 1px solid #5E554E;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-radius: 6px;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
    color: #fff;
    font-family: SFProDisplayMedium;
    transition: 0.4s;
}

.accordion::after {
    content: "";
    background-image: url("./image/arrow.svg");
    width: 19px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: invert(1);
    transition: all .2s linear;
}

.accordion h3 {
	padding-right: 20px;
}

.accordion-item:not(.active) {
    margin-bottom: 1rem;
}

.active {
    border-radius: 6px 6px 0 0;
}

.active::after {
    transform: rotate(180deg) translateX(-4px) translateY(-5px);
}

.panel {
    border-radius: 0 0 6px 6px;
    padding: 0 18px;
    display: none;
    border: 1px solid #5E554E;
    border-top: none;
    overflow: hidden;
}
/*accordion*/

/*nav*/
html {
	scroll-behavior: smooth;
}
a.nav-link {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f9d071;
    color: #23235a;
    border: 2px solid transparent;
    text-decoration: none;
    min-width: 85px;
    height: 40px;
    border-radius: 8px;
    font-size: 1rem;
    font-family: "MontserratMedium";
    cursor: pointer;
    text-align: center;
    transition: background .2s ease-out;
    margin: 5px;
}
.accordion.button-nav {
    background-color: #181818;
    color: #ffffff;
    border-radius: 12px;
	border-color: #f2c339;
    padding: unset;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    transition: 0.4s;
	text-align: center;
	font-family: unset;
	width: 200px;
}
.panel.nav-panel {
	border: unset;
    padding: unset;
}
.panel.nav-panel a.nav-link {
	background-color: #82ff9f;
	padding: 5px;
	color: #3d3d3d;
}
.wp-block-heading {
    padding: 10px 0px;
	font-weight: 800;
}
@media (max-width: 1199px) {
	a.nav-link {
			margin: 15px 0;
			display: flex;
		}
	:target {
        scroll-margin-top: 70px;
    }
	.accordion-item-nav {
			text-align: center;
	}
}

/*nav*/