@charset "UTF-8";
/*
Theme Name: verdecasinoee.com
Theme URI: https://verdecasinoee.com
Author: verdecasinoee.com
Author URI: https://verdecasinoee.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://verdecasinoee.com
Text Domain: verdecasinoee.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%;
}

.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: #fff; /* основной светлый фон Verde */
    color: #232323; /* основной тёмный текст */
}

body.active {
    overflow: hidden;
}

/**/
.container {
    padding-right: 10px;
    padding-left: 10px;
    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;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
}

.container-relative {
    position: relative;
}

.top__he_verdecasino {
    display: flex;
    position: relative;
    min-height: 70px;
    padding: 0 15px;
    background-color: #258600; 
    z-index: 9;
}

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

.top__he_verdecasino__logo img {
    width: 100%;
}

.top__he_verdecasino__logo a {
    display: flex;
    text-decoration: none;
    text-transform: uppercase;
    color: #E4EC22; /* Лайм-жёлтый Verde для лого */
}

@media (min-width: 1200px) {
    .top__he_verdecasino__logo {
        margin: 0 auto 0 0;
    }
}

.wrapper__last__articles {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    margin: 0 auto;
}

.articles__banner {
    order: -1;
    max-width: 315px;
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.articles__banner img {
    max-width: 100%;
    margin: 0 auto;
    display: none;
    height: 290px;
}

.articles__banner.slide_0 img:nth-of-type(1) {
    display: block;
}

.articles__banner.slide_0 img:nth-of-type(3) {
    display: none;
}
.articles__banner.slide_0 img:nth-of-type(1) {
    display: block;
}

.articles__banner.slide_1 img:nth-of-type(1) {
    display: none;
}
.articles__banner.slide_1 img:nth-of-type(2) {
    display: block;
}

.articles__banner.slide_2 img:nth-of-type(2) {
    display: none;
}
.articles__banner.slide_2 img:nth-of-type(3) {
    display: block;
}

.articles__banner.slide_3 img:nth-of-type(3) {
    display: none;
}
.articles__banner.slide_3 img:nth-of-type(4) {
    display: block;
}

@media (min-width: 992px) {
    .articles__banner {
        max-width: 460px;
        left: auto;
        right: auto;
        margin: 0;
    }

    .wrapper__last__articles {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .articles__banner img {
        object-fit: contain;
        height: auto;
    }
}
.navbar {
    margin: 0 auto;
}

.mob_verdecasino__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;
    left: 0;
}

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

@media (min-width: 1200px) {
    .mob_verdecasino__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_verdecasino__nav__toggle .icon-bar {
    display: block;
    width: 42px;
    height: 3px;
    background-color: #E4EC22; /* Ярко-жёлтый Verde */
    transition: all .3s;
    will-change: transform;
}

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

.mob_verdecasino__nav__toggle .icon-bar:nth-of-type(3) {
    display: none;
}

@media (min-width: 1200px) {
    .mob_verdecasino__nav__toggle.active .icon-bar {
        height: 5px;
    }

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

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

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

.mob__m__verdecasino {
    display: none;
    background-color: rgba(37, 134, 0, 0.85); /* полупрозрачный Verde-зеленый фон */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

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

.mob__m__verdecasino__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #d8ffe5; /* светло-зелёный фон для меню */
    width: 300px;
    margin: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

.mob__m__verdecasino__inner .footer_verdecasino__text {
    width: 130px;
    margin: 0 auto 10px;
}

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

.mob__m__verdecasino .navbar {
    display: block;
    margin: 110px 0 0;
}

.menu__wrapper_verdecasino {
    display: none;
    background-color: #eaffc4; /* светло-жёлто-зелёный Verde */
    min-height: 40px;
}

header .container {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

/**/
.header {
    min-height: 250px;
    position: relative;
    padding: 0;
    border-radius: 0;
    background-image: url(image/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

body.home .header {
        display: flex !important;

}

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

    .header::before {
        content: "";
        background: #42B30D; /* Verde-зелёная подложка */
        clip-path: polygon(50% 100%, 60% 0%, 100% 0%, 100% 100%);
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    header .container {
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .header {
        min-height: 525px;
    }

    .menu__wrapper_verdecasino {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu__wrapper_verdecasino .container {
        height: 100%;
    }
}

@media (min-width: 1366px) {
    .header {
        min-height: 540px;
    }
}
.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;
}

.btn-wrap {
    display: none;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .btn-wrap {
        display: flex;
        margin: 0 0 0 auto;
    }
}

.button__verdecasino {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #ffffff;
    background-color: #258600; /* Главная зелёная кнопка Verde */
    border: 1px solid #258600;
    text-decoration: none;
    min-width: 55px;
    padding: .5rem .2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background .2s, color .2s, border .2s;
}

@media (min-width: 375px) {
    .button__verdecasino {
        padding: .5rem;
        min-width: 80px;
    }
}
@media (min-width: 480px) {
    .button__verdecasino {
        padding: .5rem 1.5rem;
    }
}

.button__verdecasino.reg {
    background-color: #E4EC22; /* Жёлтая кнопка регистрации Verde */
    color: #258600; /* Зелёный текст для контраста */
    border: 1px solid #E4EC22;
}

.button__verdecasino:hover,
.button__verdecasino:active {
    background-color: #42B30D; /* ярче при наведении */
    color: #fff;
    filter: none;
}

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: #258600; /* Основной Verde-зелёный */
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-family: "MontserratMedium";
}

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

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

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

.mob__m__verdecasino .navbar__list .menu-item a {
    color: #258600; /* Verde в моб. меню */
    height: 100%;
    text-transform: capitalize;
    font-size: inherit;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
}

.mob__m__verdecasino .navbar__list > .menu-item .sub-menu > .menu-item a {
    color: #198D0D; /* чуть темнее для подменю */
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px;
}

.mob__m__verdecasino .navbar__list .menu-item.current-menu-item {
    position: relative;
}

.mob__m__verdecasino .navbar__list > .menu-item .sub-menu > .menu-item.current-menu-item a,
.mob__m__verdecasino .navbar__list .menu-item.current-menu-parent > a,
.mob__m__verdecasino .navbar__list .menu-item.current-menu-item > a {
    color: #E4EC22; /* Акцент выбранного пункта — жёлтый */
}

.mob__m__verdecasino .sub-menu {
    font-size: .8rem;
    background-color: #fff; /* светлый фон Verde */
    padding: 0;
}

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

/**/
.submenu-expand {
    display: none;
    fill: #258600; /* Verde */
    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: #258600; /* Verde */
}

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

.navbar__list .menu-item.current-menu-parent > a {
    color: #E4EC22;
    background-color: #f7fff6;
}

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

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

    .navbar > div {
        width: 100%;
    }

    .submenu-expand {
        position: absolute;
        right: 0;
        fill: #E4EC22; /* Жёлтый Verde */
        background-color: transparent;
        border: 0;
        transform: rotate(-90deg);
        height: 40px;
        outline: none;
        pointer-events: none;
    }

    .navbar__list > .menu-item > a {
        padding: 5px 25px;
        border: 1px solid transparent;
    }

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

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

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

    .sub-menu {
        flex-direction: column;
        position: absolute;
        left: 0;
        bottom: -160px;
        padding: 10px 25px;
        display: none;
        list-style: none;
        z-index: 11;
        background-color: #eaffc4;
    }

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

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

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

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

    .navbar__list .sub-menu > .menu-item.current-menu-item {
        color: #E4EC22;
    }
}
.main__verdecasino {
    line-height: 1.4;
    order: 1;
}

.main__verdecasino__page {
    flex: 1 0 0;
}

.main__verdecasino h2 {
    text-transform: none;
    font-family: 'MontserratBold';
    font-size: 1.7rem;
    color: #258600; /* Зеленый Verde */
}

.main__verdecasino h2 ~ p {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.main__verdecasino .see_all {
    text-decoration: none;
    color: #E4EC22; /* Жёлтая ссылка Verde */
    float: right;
    margin: 1rem 0;
}

.main__verdecasino--text {
    background-color: #fff; /* светло-зелёный Verde */
    order: 1;
}

.main__verdecasino--text a {
    color: #258600; /* зелёная ссылка */
}

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

.site-main {
    width: 100%;
}

h1 {
    color: #258600; /* Verde */
}

h2 {
    text-transform: uppercase;
    color: #E4EC22; /* Verde-жёлтый для заголовков */
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
}

h1, h2 {
    position: relative;
}

.similar__art-verdecasino {
    position: relative;
    z-index: 1;
}

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

.content-area__inner .main__verdecasino {
    margin-bottom: 1rem;
}

.inner__img__verdecasino {
    margin-top: 1rem;
}

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

.art__inner-verdecasino {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #c3f581; /* светло-зелёная линия */
    padding-top: 1rem;
    margin-top: 1rem;
    order: 0;
}

.learn__more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    margin: 1rem auto;
    background-color: #258600; /* Verde-кнопка */
    color: #fff;
    padding: 1rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
}

.similar__art-verdecasino .ga_verdecasino_games__list {
    grid-template-columns: repeat(1, 1fr);
    width: 285px;
    margin: 0 auto;
}

.similar__art-verdecasino .ga_verdecasino_games__item {
    height: 220px;
    line-height: 100px;
    text-align: center;
}

.similar__art-verdecasino a.ga_verdecasino_placeholder__title {
    font-size: 1.5rem;
}
.slick-dots {
    display: none !important;
}


.similar__art-verdecasino .slick-dots {
    bottom: -320px;
}

.similar__art-verdecasino .slick-dots li {
    margin: 0 15px;
}

.similar__art-verdecasino .slick-dots li button:before {
    width: 35px;
    height: 5px;
    font-size: 15px;
    color: transparent;
    background-color: #c3f581; /* светло-зелёный Verde */
    transition: all .3s linear;
}

.similar__art-verdecasino .slick-dots li.slick-active button:before {
    content: "";
    width: 35px;
    height: 5px;
    background-color: #258600; /* яркий Verde */
}

.main__verdecasino a {
    color: #258600;
}

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

.content-area a {
    color: #258600;
}

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

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

.entry-content ul li::before {
    content: "•";
    color: #E4EC22; /* Verde-жёлтый маркер */
    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: #258600; /* Verde активный хлеб */
}

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

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

.wp-block-quote {
    border-left-color: #E4EC22; /* Verde-жёлтая линия */
}

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

.ga_verdecasino_games__item {
    flex-direction: column;
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 12px;
    border: 1px solid #c3f581; /* светлая граница Verde */
    position: relative;
    transition: all .3s linear;
    will-change: transform;
}

.ga_verdecasino_games__image {
    display: block;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
    height: 100%;
}

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

.ga_verdecasino_games__image:empty {
    display: none;
}

.ga_verdecasino_games__placeholder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-family: "MontserratMedium";
    width: 100%;
    transition: all .3s linear;
    will-change: background-color;
}

.ga_verdecasino_games__not-slider .ga_verdecasino_games__placeholder {
    background-color: rgba(37, 134, 0, .85); /* прозрачный Verde */
    padding: 15px 10px;
    color: #fff;
    font-size: .9rem;
    text-align: left;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.ga_verdecasino_games__not-slider .ga_verdecasino_games__item:hover .ga_verdecasino_games__placeholder {
    padding: 10px 0 0;
    text-align: center;
    opacity: 1;
    visibility: visible;
}

.ga_verdecasino_games__not-slider .ga_verdecasino_games__item:hover .button__verdecasino {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-top: 1rem;
}

a.ga_verdecasino_placeholder__title {
    font-size: 1rem;
    text-decoration: none;
    font-family: "MontserratBold";
    color: #258600; /* Verde */
    line-height: 150%;
}

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

.paginate-verdecasino {
    display: flex;
    text-align: center;
    margin: 25px auto;
}

.paginate-verdecasino * {
    margin: 7.5px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #c3f581; /* светло-зелёный Verde */
    color: #258600;
    transition: all .3s linear;
}

.paginate-verdecasino a {
    color: #258600;
}

.paginate-verdecasino a:hover {
     background-color: #fff !important; /* светло-зелёный фон Verde */
}
.paginate-verdecasino .current {
    font-family: "MontserratBold";
    color: #fff;
    background-color: #258600; /* Verde */
    cursor: default;
}

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

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

.nav-links a {
    color: #258600;
}
/* Статьи */
.article {
}

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

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

.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: rgba(37,134,0,0.7); /* Verde-прозрачный */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

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

.article__title > a {
    color: #258600; /* Verde */
}

.article__title > a:hover {
    color: #E4EC22; /* Жёлтый Verde */
}

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

/* FOOTER */

.footer_verdecasino {
    flex: 0 0 0;
    text-align: center;
    padding: 15px 0;
    background-color: #258600; /* Зеленый Verde Casino */
    order: 2;
}

.footer_verdecasino .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.footer_verdecasino-nav {
    margin: 0 auto 1rem;
    border-bottom: 1px solid #E4EC22;
}

.footer_verdecasino__logo {
    margin: 0 auto 1rem;
}

.footer_verdecasino__text {
    color: #E4EC22; /* Жёлтый Verde */
    font-size: 14px;
    text-align: center;
}

/* FOOTER MENU */

.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,
.footer-menu .menu-item-object-page:hover .sub-menu {
    display: none;
}

@media (min-width: 768px) {
    .footer-menu .menu-item {
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 992px) {
    .footer_verdecasino-nav {
        border-bottom: none;
    }
}

.footer-menu .menu-item a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-underline-position: under;
    transition: color .2s;
}

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

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

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

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

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

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

.simplebar-track.simplebar-vertical {
    width: 10px;
    background-color: #c3f581; /* светло-зелёный Verde */
    border-radius: 5px;
    opacity: 70%;
}

article .entry-footer {
    display: none;
}

@media (min-width: 320px) {
    .top__he_verdecasino .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
}
@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_verdecasino .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_verdecasino_games__header h1 {
        margin: 0 auto;
    }
    .ga_verdecasino_games__header a {
        display: none;
    }
}

@media (max-width: 992px) {
    .similar__art-verdecasino {
        flex-direction: column;
    }

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

    .ga_verdecasino_games__image {
        min-width: 170px;
    }

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

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

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

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

    .top__he_verdecasino .container {
        width: 100%;
    }

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

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

@media (max-width: 599px) {
    .navbar__list {
        max-width: 320px;
    }
}

@media (max-width: 479px) {
    .ga_verdecasino_games__image {
        min-width: 125px;
    }

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

    .ga_verdecasino_games__list {
        grid-gap: 10px;
    }

    a.ga_verdecasino_placeholder__title {
        font-size: .8rem;
    }

    .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) {
    .navbar__list .menu-item {
        width: 145px;
    }
}
.articles__banner {
    position: relative;
    text-align: center;
}
.articles__banner .learn__more,
.articles__banner .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0);
    width: 300px;
    height: 75px;
    background-color: #258600;
    color: #fff !important;
    font-size: 1.6rem;
    font-family: 'MontserratBold', Montserrat, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 14px;
    text-decoration: none;
    z-index: 20;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border: none;
    margin: 0;
    padding: 0;
    transition: background 0.2s, color 0.2s;
}
.articles__banner .learn__more:hover,
.articles__banner .banner-btn:hover {
    background: #42B30D;
    color: #E4EC22 !important;
    text-decoration: none;
}
@media (max-width: 700px) {
    .articles__banner .learn__more,
    .articles__banner .banner-btn {
        width: 90vw;
        min-width: 160px;
        height: 95px;
        font-size: 1rem;
        bottom: 10px;
		        top: 260px;

    }
}
.footer_verdecasino__logo {
    margin: 20px 0 10px 0; /* сверху/снизу отступы */
    width: 140px; /* не обязательно, но может помочь */
}
.footer_verdecasino-nav {
    margin-bottom: 12px;
}
.footer_verdecasino__text {
    margin-bottom: 18px;
}
@media (max-width: 600px) {
    .footer_verdecasino .container {
        padding: 0 10px;
    }
    .footer_verdecasino__logo {
        margin: 18px 0 12px 0;
        width: 120px;
    }
    .footer_verdecasino__text {
        font-size: 13px;
        line-height: 1.3;
        word-break: break-all;
    }
}
.footer_verdecasino .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px 12px 10px;
}

.footer_verdecasino__logo {
    margin: 10px 0 10px 0;
    width: 110px;
    height: auto;
}

.footer_verdecasino__text {
    margin: 12px 0 0 0;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word;
}

.footer_verdecasino-nav {
    margin-bottom: 5px;
    width: 100%;
}

.footer_verdecasino .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

@media (max-width: 500px) {
    .footer_verdecasino__logo {
        width: 90px;
        margin: 10px 0;
    }
    .footer_verdecasino__text {
        font-size: 11px;
    }
}
.footer_verdecasino__logo img {
    width: 100%;
    max-width: 120px;  /* или любое другое, что подходит под твой макет */
    height: auto;
    display: block;
    margin: 0 auto;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;  
    height: auto;        
}

.main__verdecasino__page, .content-area {
    flex: 1 0 auto;
}


.footer_verdecasino {
    flex-shrink: 0;
}
