@charset "UTF-8";
/*
Theme Name: bigazart.info
Theme URI: http://bigazart.info
Author: bigazart.info
Author URI: http://bigazart.info
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: http://bigazart.info
Text Domain: rand-casino
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

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

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

body {
    margin: 0;
    font-family: -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: #211a14;
    color: rgb(70, 62, 56);
}


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

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

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

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

.container-relative {
    position: relative;
}

.site-main {
    display: flex;
    justify-content: space-between;
}

.site-main .entry-title {
   margin-top: 0;
}

.site-main .btn {
    margin: 0 auto 20px;
}

.wp-block-quote {
    border-left: none;
    background-color: #dbd9ba;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    border-radius:  0 6px 0 0;
}

.wp-block-quote::before,
.site-main blockquote ~ ul::before,
.site-main blockquote ~ ol::before {
    content: "";
    background-color: #dbd9ba;
    height: 100%;
    width: 55px;
    position: absolute;
    left: -55px;
    top: 0;
}
.wp-block-quote::before {
    content: "“";
    font-size: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.site-main blockquote ~ ul,
.site-main blockquote ~ ol {
    background-color: #dbd9ba;
    margin: 0;
    padding: 0 0 25px 50px;
    line-height: 2;
    border-radius:  0 0 6px 0;
    position: relative;
}

.site-main blockquote ~ ul {
    list-style-type: square;
}

.paragraph-style {
    padding: 20px 15px 20px;
    border-radius: 0 6px 6px 0;
    position: relative;
}

.paragraph-style::before {
    content: "•";
    position: absolute;
    left: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;

}

.paragraph-style.orange::before {
    color: #f58128;
    background-color: #fff4d4;
}

.paragraph-style.green::before {
    color: #34bc58;
    background-color: #def9e5;
}

.paragraph-style.red::before {
    color: #ff6547;
    background-color: #ffe3db;
}

.orange {
    background-color: #fff4d4;
}

.green {
    background-color: #def9e5;
}

.red {
    background-color: #ffe3db;
}

.type-page {
    width: 75%;
}

.widgets-wrapper {
    width: 23%;
}

.widgets-wrapper h4 {
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-position: under;
}

.widgets-wrapper figure {
    height: 400px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    border-radius: 6px;
    margin: 0;
}

.widgets-wrapper figure img {
    width: 100%;
}


h4, h5 {
    text-align: center;
}

.entry-content {
    padding: 0 40px;
}

/**/
.top {
    height: 85px;
    background-image: -webkit-radial-gradient(ellipse farthest-side at 50% -25%, #584937, #211a14);
    background-image: radial-gradient(ellipse farthest-side at 50% -25%, #584937, #211a14);
}

.top .container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.top__logo {
    width: 140px;
    margin: auto;
    display: flex;
    align-items: center;
}

.top__block--left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.top__block--left nav {
    display: none;
}

.top__block--center {
	display: none;
    text-align: center;
}

.jackpot__text {
    font-size: 30px;
    font-weight: bold;
    margin-top: 35px;
}

.jackpot__sum {
    color: #82fef8;
    font-size: 77px;
    font-weight: bold;
    text-shadow: 0 0 20px #1e85f9;
}

.top__block--right {
	display: none;
    text-align: right;
}

@media (min-width: 1200px) {
	.top__block--center {
		display: block;
	}

	.top__block--right {
		display: block;
	}

    .top__block--left nav {
		display: flex;
	}
}

.btn {
    background: linear-gradient(0deg, #b48c37 0, #fbf7c8 50%, #b6924a);
    color: #faf6c7;
    padding: 3px;
    text-transform: uppercase;
    text-decoration: navajowhite;
    border-radius: 6px;
    display: flex;
    max-width: 315px;
}

.btn > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 38px;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 6px;
}

.btn ~ .btn {
    margin-left: 20px;
}

.top__logo {
    width: 200px;
    margin: 0;
}

.top__logo.top__logo--mobile {
    margin: 17px 9px 19px;
    width: 200px;
}

.top__logo--mobile .top__button {
    display: inline-block;
}

.top__button {
    background: linear-gradient(#b01a1a,#421515);
}

.top__button:hover {
    filter: brightness(110%);
}

.top__button:active {
    filter: brightness(90%);
}


@media (min-width: 480px) {
    .block-reg {
        width: 340px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

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


/**/
.navbar-toggle {
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .navbar-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;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #dbd9ba;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: hsla(213, 48%, 4%, .5);
}

.mobile-menu__backdrop {
    width: 100vw;
    height: 100vh;
}

.mobile-menu__inner {
    background-image: linear-gradient(#1d1913 0% 10%, rgba(30, 26, 20, .8) 10% 100%);
    /*background-color: rgba(30, 26, 20, .8);*/
    width: 271px;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile-menu__inner .navbar__list {
    flex-direction: column;
    margin-top: 35px;
    list-style: none;
    background-color: rgba(30, 26, 20, .6);
}
.mobile-menu__inner .navbar__list .menu-item {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    height: 40px;
}

.mobile-menu__inner .navbar__list > .menu-item:first-child {
    border-top: 1px solid rgba(238, 233, 230, .12);
}
.mobile-menu__inner .navbar__list > .menu-item {
    border-bottom: 1px solid rgba(238, 233, 230, .12);
}

.mobile-menu__inner .navbar__list > .menu-item:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mobile-menu__inner .navbar__list > .menu-item:nth-of-type(2).active {
    margin-bottom: 145px;
}

/*.mobile-menu .sub-menu, .extra .submenu-expand,*/
.mobile-menu__inner .extra-menu__list > .menu-item.active .sub-menu,
.mobile-menu__inner .navbar__list > .menu-item.active .sub-menu {
    display: block;
    width: 100%;
    background: #352c22;
}

.mobile-menu__inner .extra-menu__list > .menu-item.active .submenu-expand,
.mobile-menu__inner .navbar__list > .menu-item.active .submenu-expand {
    transform: rotate(-180deg);
}

.mobile-menu__inner .navbar__list > .menu-item .sub-menu .menu-item {
    list-style: '-';
    margin-left: 45px;
    color: #dbd9ba;
    padding-left: 5px;
    margin-bottom: -4px;
}
.mobile-menu__inner .navbar__list .menu-item:nth-of-type(2) .sub-menu .menu-item a:before {
    display: none;
}

.mobile-menu__inner .navbar__list .menu-item a {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    color: #dbd9ba;
    text-decoration: none;
    height: 100%;
}

.mobile-menu__inner .navbar__list .menu-item a:before {
    content: "";
    width: 23px;
    height: 23px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mobile-menu__inner .navbar__list .menu-item:nth-of-type(1) a:before {
    background-image: url("./image/menu/Info.svg");
}
.mobile-menu__inner .navbar__list .menu-item:nth-of-type(2) a:before {
    background-image: url("./image/menu/Dice.svg");
}
.mobile-menu__inner .navbar__list .menu-item:nth-of-type(3) a:before {
    background-image: url("./image/menu/Money.svg");
}
.mobile-menu__inner .navbar__list .menu-item:nth-of-type(4) a:before {
    background-image: url("./image/menu/Pig.svg");
}
.mobile-menu__inner .navbar__list .menu-item:nth-of-type(5) a:before {
    background-image: url("./image/menu/Contacts.svg");
}

.mobile-menu__inner .extra-menu__list > .current-menu-item {
    border-left-color: #ffbc52;
}

.mobile-menu__inner .extra-menu__list:before {
    content: "";
    background-image: -moz-linear-gradient( 0deg, rgba(238,233,230,0) 0%, rgba(238,233,230,0.01) 0%, rgb(238,233,230) 50%, rgb(238,233,230) 50%, rgba(238,233,230,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(238,233,230,0) 0%, rgba(238,233,230,0.01) 0%, rgb(238,233,230) 50%, rgb(238,233,230) 50%, rgba(238,233,230,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(238,233,230,0) 0%, rgba(238,233,230,0.01) 0%, rgb(238,233,230) 50%, rgb(238,233,230) 50%, rgba(238,233,230,0) 100%);
    height: 1px;
    width: 300px;
    position: absolute;
    top: -12px;
}

.mobile-menu__inner .extra-menu__list a {
    font-weight: 500;
}

.mobile-menu__inner .extra-menu__list .sub-menu .menu-item {
    line-height: 2;
    list-style: '-';
    margin-left: 34px;
    padding-left: 5px;
    color: #fff;
}

.mobile-menu__inner .extra-menu__list .sub-menu .menu-item a {
    margin-left: -10px;
}

.mobile-menu .extra-menu__list .submenu-expand {
    position: absolute;
    top: 10px;
    right: 0;
}

.extra-menu__list > .menu-item > a:hover {
    color: #ffbc52;
}

.extra-menu__list > .menu-item.current-menu-parent{
    border: none;
}

.mobile-menu .extra-menu__list > .menu-item.current-menu-parent > a {
    border-left: 3px solid #ffbc52;
}

.extra-menu__list .sub-menu > .menu-item a:hover,
.extra-menu__list .sub-menu > .menu-item.current-menu-item a {
    text-decoration: underline;
}

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

.mobile-menu__close {
    float: right;
    font-size: 5rem;
    line-height: .75;
    color: #dbd9ba;
    background-color: transparent;
    border: 0;
    position: relative;
    cursor: pointer;
    font-family: serif;
    font-weight: 600;
}


.mobile-menu .extra-menu__list {
    display: block;
    width: 100%;
}

.mobile-menu .navbar {
    display: block;
}


/**/

/**/
.navbar {
    display: none;
}

nav,
nav > div,
.top__block--left,
.top .container {
    height: 100%;
}

.navbar__list {
    margin: 0;
    padding-left: 0;
    display: flex;
    height: 100%;

}

.top__block .navbar__list .menu-item {
    list-style: none;
    display: flex;
}

.top__block .navbar__list > .menu-item {
    padding: 0 10px;
}
.top__block .navbar__list > .menu-item:last-child {
    padding-right: 0;
}


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

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

.top__block .navbar__list > .menu-item.current-menu-item > a:before,
.top__block .navbar__list > .menu-item.current-menu-parent > a:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #dbd9ba;
    border-radius: 2px;
    position: absolute;
    bottom: -7px;
}


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

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

.sub-menu {
    padding-left: 20px;
}

.mobile-menu .submenu-expand {
    display: block;
}

.mobile-menu .sub-menu,
.extra .submenu-expand {
	display: none;
}

.mobile-menu .extra .submenu-expand {
	display: inline-block;
}

.extra .sub-menu {
	padding: 0;
}

.sub-menu .menu-item {
    border-top: 0;
    border-bottom: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}

.sub-menu .menu-item:last-child {
	border-bottom: 0;
}

.navbar__list .sub-menu > .menu-item a {
    background-image: none;
    background-color: transparent;
    text-decoration: none;
    color: #dbd9ba;
    padding-left: 0;
}

.navbar__list .sub-menu > .menu-item a:hover,
.navbar__list .sub-menu > .menu-item.current-menu-item a {
    background-color: transparent;
    text-decoration: underline;
}

.navbar__list .sub-menu > .menu-item.current-menu-item a {
    cursor: default;
}

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


@media (min-width: 1200px) {
    .navbar {
        display: block;
        position: relative;
        overflow-x: inherit;
        width: 100%;
        background-color: #000000;
    }

    .navbar > div {
        width: 100%;
    }

    .navbar__list .menu-item:after {
        display: none;
    }

    .navbar__list .menu-item:last-child {
        padding-right: 0;
        border-bottom: 0;
    }

    .navbar__list .menu-item:last-child:before {
        display: none;
    }

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

    .navbar__list .menu-item a {
        color: #8e8a6d;
        text-decoration: none;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        background-image: none !important;
        font-size: 18px;
        align-self: center;
    }

    /**/
    .submenu-expand {
        position: absolute;
        top: -3px;
        right: -39px;
        fill: #ffffff;
        background-color: transparent;
        border: 0;
        height: 58px;
        outline: none;
        pointer-events: none;
        transition: all .1s linear;
    }

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

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

    .sub-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        padding: 10px 15px;
        display: none;
        z-index: 2;
        background-color: #e5e4cc;
        box-shadow: 0 5px 5px 0 rgba(30, 26, 20, .28);
        border-radius: 20px;
    }

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

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

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

    .navbar__list .sub-menu > .menu-item a {
        color: #4e463e;
        font-size: 18px;
		text-align: left;
    }

    .navbar__list .sub-menu > .menu-item a:hover,
    .navbar__list .sub-menu > .menu-item a.current-menu-item {
        background-color: transparent;
        color: #4e463e;
    }

}


/* Extra Menu */
.wrapper-main-menu {
    display: none;
}

.extra-menu__list {
    display: none;
}

.extra-menu__list {
    padding-left: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 1170px;
    position: relative;
}

.extra-menu__list li {
    list-style: none;
    line-height: 2.9;
    text-indent: 12px;
    border-left: 3px solid transparent;
	position: relative;
}

.extra-menu__list > li:not(:last-child) {
    margin-right: 25px;
}

.extra-menu__list .sub-menu .current-menu-item a {
   text-decoration: underline;
}

.extra-menu__list a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.games {
    width: 100%;
    height: 100%;
}

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

    .extra {
        margin-left: auto;
        background-color: #5e4a38;
    }

    .extra-menu__list {
        display: flex;
        justify-content: center;
    }

    .extra-menu__list li {
        height: 50px;
        border-left: 0;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .extra-menu__list a {
        text-align: center;
        text-indent: 0;
        font-weight: bold;
        font-size: 16px;
        color: #ffffff;
        width: auto;
        height: auto;
        display: inline;
    }

    .extra-menu__list .sub-menu a {
        width: 100%;
        display: block;
        text-align: left;
        text-indent: 15px;
        color: rgb(70, 62, 56);
        font-weight: 500;
    }

    .extra-menu__list .sub-menu a:hover {
        background-color: #ddd7d3;
    }
    .extra-menu__list > li > a:hover,
    .extra-menu__list > .current-menu-item > a,
    .extra-menu__list > .current-menu-parent > a {
        text-decoration: none;
        color: #ffbc52;
    }
}


/**/
.main {
    display: flex;
    padding: 25px 15px;
    line-height: 1.4;
    min-height: calc(100vh - 204px);
    background-color: #e5e4cc;
    border-radius: 16px;
}

.main .content-area {
    margin-left: 0;
    width: 100%;
}

.wrapper-main-menu {
    width: 270px;
}

.wrapper-main-menu .sub-menu {
    position: inherit;
}

.wrapper-main-menu .sub-menu {
    width: 100%;
    padding: 5px 37px;
    top: 0;
    background-color: #d6cdc6;
    height: 125px;
}

.wrapper-main-menu .navbar__list > .menu-item:nth-of-type(2):hover {
    margin-bottom: 135px;
}

.wrapper-main-menu .navbar__list > .menu-item:nth-of-type(2):hover a:after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d6cdc6;
    z-index: -1;
}

.wrapper-main-menu .navbar__list > .menu-item:hover .submenu-expand {
    transform: rotate(-180deg);
}

.wrapper-main-menu .menu-item .submenu-expand,
.wrapper-main-menu .current-menu-item .submenu-expand {
    right: 0;
}

.wrapper-main-menu .menu-item .submenu-expand svg {
    fill: #ffbc52;
}
.wrapper-main-menu .navbar__list .sub-menu .menu-item {
    background-color: transparent;
    height: 25px;
}

.wrapper-main-menu .navbar__list .sub-menu .menu-item a {
    color: rgb(70, 62, 56);
    font-weight: 500;
}

.wrapper-main-menu .navbar__list .sub-menu .menu-item a:before,
.wrapper-main-menu .navbar__list .sub-menu .menu-item a:after {
    display: none;
}

.wrapper-main-menu .navbar__list .menu-item {
    display: inline-block;
    position: relative;
}

.main img {
    max-width: 100%;
    height: auto;
    margin: 0 5px;
}

.main .games img {
    margin: 0;
}


/**/
.breadcrumb {
	margin-top: 10px;
    font-size: 13px;
    color: #828891;
}

.breadcrumb a {
    color: #828891;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/*
 * Игровые автоматы
 */
.games__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 3fr));
    grid-gap: 25px;
}

@media (min-width: 992px) {
    .games__list {
        grid-template-columns: repeat(auto-fill, minmax(240px, 3fr));
    }
}

.games__item {
    max-width: 255px;
    min-width: 230px;
    height: 181px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0.309px 0.951px 9px 0 rgba(0, 0, 0, 0.1);
}

.games__image {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.games__image:hover {
    background-color: hsla(0, 0%, 0%, 0.7);
}

.games__item:hover .games__image:before {
	content: '';
    display: block;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.games__image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.games__placeholder {
    display: block;
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.games__title {
    color: #ffffff;
    text-decoration: none;
    line-height: 40px;
    height: 42px;
    text-align: center;
}

.games__more {
    float: right;
    margin-bottom: 10px;
}

.games__preview-text {
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 5px;
    overflow: hidden;
}

.games__button {
    background-color: rgb(62, 170, 199);
    color: #faf6c7;
    display: none;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -75px;
    box-shadow: 0.309px 0.951px 9px 0 hsla(0, 0%, 0%, .19);
    width: 151px;
    height: 44px;
}

.games__button:hover {
    filter: brightness(110%);
}

.games__button:active {
    filter: brightness(90%);
}

.games__image:hover .games__button {
    display: block;
}

.games__item:hover .games__placeholder {
    display: none;
}

.games__item:hover .games__preview-text {
    display: block;
}



/* Статьи */
.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__title {
    padding-left: 20px;
}

.article__description {
    padding-left: 20px;
}

.article__date {
    color: #797777;
    font-size: 12px;
}

.article__item .article__more {
    display: inline-block;
    color: #ffffff;
    background-color: #ababab;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 40px;
    width: 100%;
}

@media (min-width: 480px) {
    .article__item .article__more {
        width: auto;
    }
}


/**/
.paginate {
    text-align: center;
    margin-top: 25px;
}

.paginate * {
    margin: 7.5px;
    border: 1px solid rgb(69, 67, 65);
    border-radius: 5px;
    background-color: rgba(238, 233, 230, .3);
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #463e38;
    transition: all .3s linear;
}

.paginate a:hover {
    background-color: hsla(26, 11%, 25%,  .1);
}
.paginate .current {
    color: #fff;
    background-color: #463e38;
    cursor: default;
}

.paginate span {
    margin: 7.5px;
}



/**/
.footer {
    background-image: -webkit-radial-gradient(ellipse farthest-side at 50% 90%, #584937 5%, #211a14 62%);
    background-image: radial-gradient(ellipse farthest-side at 50% 90%, #584937 5%, #211a14 62%);
}

.wrapper-logo {
    padding: 20px 0;
}

.footer-nav {
    max-width: 745px;
    max-height: 130px;
}

.footer-nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer__logo {
    width: 200px;
    margin: 0 auto;
}

.footer__logo img {
    width: 100%;
}

/**/
.footer__text {
    color: #dbd9ba;
    font-size: 12px;
    text-align: center;
}

/**/
.footer-menu {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 15px;
    text-align: center;
    display: block;
    width: 100%;
}

.footer-menu .menu-item {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: left;
}

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

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

.footer-menu .menu-item a {
    color: rgb(70, 62, 56);
    text-decoration: none;
}

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


/**/
.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 (max-width: 1200px) {
    .mobile-menu__inner .menu-extra-menu-container {
        margin-top: 30px;
    }

    .top .btn {
        margin: 0 auto;
    }
    .footer__pay {
        justify-content: space-between;
    }
    .footer-nav {
        width: 100%;
        max-width: 100%;
    }

    .mobile-menu .footer__text {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .mobile-menu__inner .btn {
        display: flex;
        width: 140px;
        margin: 10px 0 0 60px;
    }

    .mobile-menu__inner .top__button {
        font-size: 14px;
    }

    .type-page {
        width: 100%;
    }

    .widgets-wrapper {
        display: none;
    }
}

@media (max-width: 992px) {
    .footer__pay {
        flex-wrap: wrap;
        width: 500px;
    }
    .icon {
        margin-bottom: 10px;
    }
    .top__logo {
        margin-right: 10px;
    }

    .entry-content {
        padding: 0;
    }

    .wp-block-quote {
        padding: 10px 5px 10px 57px;
        border-radius: 6px 6px 0 0;
    }

    .wp-block-quote::before,
    .site-main blockquote ~ ul::before,
    .site-main blockquote ~ ol::before {
        left: 0;
        border-radius: 6px;
    }

    .site-main blockquote ~ ul,
    .site-main blockquote ~ ol {
        padding: 0 0 25px 73px;
        border-radius: 0 0 6px 6px;
    }

    .paragraph-style {
        padding: 20px 15px 20px 57px;
        border-radius: 6px;
    }

    .paragraph-style::before {
        left: 0;
        border-radius: 6px;
    }
}

@media (max-width: 768px) {
    .main {
        margin: 0 10px;
    }
}

@media (max-width: 600px) {
    .footer .container {
        gap: 10px 16px;
    }
    .footer__logo {
        margin-top: 0;
    }
    .footer__pay {
        width: 350px;
        justify-content: center;
    }
    .footer-nav {
        max-height: 100%;
    }
    .footer-nav ul {
        grid-template-columns: 1fr;
    }
    .footer-menu .menu-item {
        text-align: center;
    }
    .games__item {
        margin: 0 auto;
    }
}

@media (max-width: 420px) {
    .btn ~ .btn {
        margin-left: 5px;
    }
    .btn > span {
        padding: 8px;
    }
    .top .container {
        padding: 0 5px;
    }
    .btn > span {
        min-height: 34px;
        padding: 4px 8px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .paginate *,
    .paginate span {
        margin: 3px;
    }
    .top__logo {
        width: 175px;
    }
}
