/*!
Theme Name: superbossbonus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: superbossbonus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

superbossbonus.kz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: #FFF;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */


/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #FFF;
}


a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main,
.posts-navigation,
.site-main,
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

body {
    color: #FFF;
}

/* Rectangle 5 */


.main-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(23, 3, 80, 1);
    display: flex;
    min-height: 56px;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
}

.main-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
}

.logo-image {
    aspect-ratio: 2.15;
    object-fit: contain;
    object-position: center;
    width: 103px;
    align-self: stretch;
    margin: auto 0;
}

.header-controls {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 32px;
    font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
    white-space: nowrap;
    justify-content: flex-start;
}

.language-selector {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    justify-content: flex-start;
}

.language-flag {
    aspect-ratio: 1.17;
    object-fit: contain;
    object-position: center;
    width: 28px;
    border-radius: 4px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.language-code {
    align-self: stretch;
    margin: auto 0;
}

.dropdown-arrow {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 12px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.auth-controls {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    justify-content: flex-start;
}

.register-button {
    align-self: stretch;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    margin: auto 0;
    min-height: 32px;
    padding: 7px 10px;
    color: rgba(31, 31, 31, 1);
    text-decoration: none;
    text-align: center;
}

.login-button {
    border-radius: 4px;
    background-color: rgba(254, 3, 89, 1);
    align-self: stretch;
    display: flex;
    margin: auto 0;
    min-height: 32px;
    padding: 7px 20px;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 1);
    justify-content: center;
    text-decoration: none;
}

.login-content {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

.login-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 16px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.login-text {
    align-self: stretch;
    margin: auto 0;
}

/* Focus styles for accessibility */
.register-button:focus,
.login-button:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/* Hover states */
.register-button:hover {
    background-color: #f0f0f0;
}

.login-button:hover {
    background-color: #e00279;
}

.mob-auth-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

/* Media queries */
@media (max-width: 991px) {
    .main-header {
        max-width: 100%;
        background-color: #190a28;
        padding: 0 20px;
    }

    .logo-container {
        max-width: 100%;
    }

    .header-controls,
    .language-selector,
    .auth-controls,
    .register-button,
    .login-button,
    .login-content {
        white-space: initial;
    }
}

.main {
    display: grid;
    grid-template-columns: 222px 1fr;
    gap: 24px;
}

body {
    background-color: #1C0F3D;
}

.sidebar {
    margin-top: 40px;
}

.header-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    font-family: Inter, -apple-system, Roboto, Helvetica, sans-serif;
    text-align: right;
    justify-content: start;
    margin: 20px 0;
}

.header-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    margin: auto 0;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1 1 0%;
}

.badge {
    align-self: stretch;
    background-color: rgba(39, 12, 109, 1);
    margin: auto 0;
    min-height: 28px;
    padding: 6px 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

.view-all-wrapper {
    align-self: stretch;
    display: flex;
    margin: auto 0;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(229, 216, 101, 1);
    font-weight: 400;
    justify-content: start;
}

.view-all-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 24px;
    align-self: stretch;
    margin: auto 0;
    flex-shrink: 0;
}

.view-all-link {
    align-self: stretch;
    margin: auto 0;
    text-decoration: none;
}

.view-all-link:hover,
.view-all-link:focus {
    text-decoration: underline;
}

.swiper-container {
    overflow-x: hidden;
}

.hot-slots__item,
.news__item {
    max-width: 150px;
}


@media (max-width: 991px) {
    .hot-section {
        max-width: 100%;
    }

    .header-container {
        max-width: 100%;
    }

    .header-content {
        max-width: 100%;
    }

    .grid-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .image-grid {
        max-width: 100%;
    }
}

/* Accessibility Enhancements */
.view-all-link:focus {
    outline: 2px solid rgba(229, 216, 101, 1);
    outline-offset: 2px;
}

.grid-image:focus {
    outline: 2px solid rgba(39, 12, 109, 1);
    outline-offset: 2px;
}

/* High Contrast Mode Support */
@media (forced-colors: active) {
    .badge-hot {
        border: 1px solid currentColor;
    }

    .view-all-link:focus,
    .grid-image:focus {
        outline: 2px solid currentColor;
    }
}

.navigation {
    width: 100%;
    padding: 20px;
    background: #1C0362;
    position: relative;
    z-index: 1;
    margin-bottom: 76px;
    border: 1px solid transparent;
    border-radius: 15px; /* Сам блок без радиуса */
}

.promo-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    background: linear-gradient(to right, #E11161 0%, #925EE5 100%) border-box;
    border-radius: 15px;
    mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.navigation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    background: linear-gradient(to right, #E11161 0%, #925EE5 100%) border-box;
    border-radius: 15px;
    mask: linear-gradient(#000 0 0) padding-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.menu-container {
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.menu-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.menu-text {
    margin: auto 0;
}

.promo-section {
    margin-top: 24px;
    text-align: center;
}

.promo-container {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 15px;
    background: linear-gradient(360deg, #170350 31.86%, #280886 94.61%);
}

.promo-container:after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    filter: blur(25px);
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.promo-container:nth-child(2) {
    margin-top: 90px;
}


.promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-image {
    object-fit: contain;
    position: absolute;
    top: -45px;
    z-index: 10;
}


.promo-text-container {
    padding: 49px 30px 16px;
    border-radius: 12px;
    overflow: hidden;
}

.promo-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.promo-title {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.promo-description {
    font-size: 12px;
    font-weight: 300;
    margin: 8px 0 0;
}
.banner-decor {
    max-width: 400px;
}

@media (max-width: 991px) {
    .navigation {
        padding: 32px 20px;
    }

    .menu-container {
        padding: 10px 20px;
    }

    .promo-card {
        margin-bottom: 10px;
        padding-left: 20px;
    }

    .promo-text-container {
        margin-right: -16px;
        padding: 49px 20px 16px;
    }
}

.live-cas-slots__item img {
    max-height: 92px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.collection-slots__item img {
    max-height: 92px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-cas-slots__item-img {
    border: 1px solid rgba(237, 237, 237, 0.4);
    border-radius: 16px;
    overflow: hidden;
}
.collection-slots__item-img {
    border: 1px solid rgba(237, 237, 237, 0.4);
    border-radius: 16px;
    overflow: hidden;
    max-height: 92px;
}
body.no-scroll {
    overflow: hidden;
}

.collection-slots__item,
.live-cas-slots__item {
    max-width: 182px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.collection-slots__item p,
.live-cas-slots__item p {
    margin-top: 15px;
    margin-bottom: 0;
}

.live-cas-slots__item p {
    font-size: 12px;
}

.boss-slots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
    gap: 10px;
}

.header__burger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.login-mob {
    display: none;
    margin-left: auto;
    margin-right: 20px;
}
.header__burger-icon {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.header__burger-icon--active:nth-child(1) {
    transform: translateY(8.5px) rotate(45deg);
}

.header__burger-icon--active:nth-child(2) {
    opacity: 0;
}

.header__burger-icon--active:nth-child(3) {
    transform: translateY(-8.5px) rotate(-45deg);
}

.header__mobile-menu {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    z-index: 999;
    background-color: #190a28;
    padding: 0 20px;
    overflow-y: auto;
}

.header__mobile-menu--active {
    transform: translateX(0);
}

.banner {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("./images/banner_bcg.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.character {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.text-section {
    color: white;
    padding: 15px 25px;
}

.highlight {
    background-color: #ff2d55;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.main-text {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.bonus-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.bonus-info .percent {
    background-color: #ff2d55;
    padding: 5px 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.bonus-info .spins {
    font-size: 1.5rem;
}

.deposit-btn {
    margin-top: 20px;
    color: white;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    margin-left: auto;
    padding: 5px 10px;
    gap: 10px;
    justify-content: center;
    text-align: center;
    background: #3D0E79;
    border: 3px solid #8046FF;
    text-transform: uppercase;
    align-items: center;
    border-radius: 800px;
    width: 203px;
}

.deposit-btn::before {
    content: '• ';
    color: white;
    font-size: 25px;
}

.main-content {
    max-width: 1100px;
    background-color: #190a28;
    overflow-x: hidden;
}

.character img {
    max-height: 500px;
}

.content-block {
    padding: 0 50px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 50px auto;
    min-height: 400px;
}

.boss-slots__item {
    max-width: 150px;
}

.features-grid .feature-card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
    background-image: url("./images/card1.png");
    background-repeat: no-repeat;

}

.features-grid .feature-card:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
    background-image: url("./images/card2.png");
    background-repeat: no-repeat;

}

.features-grid .feature-card:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
    background-image: url("./images/card3.png");
    background-repeat: no-repeat;

}

.features-grid .feature-card:nth-child(4) {
    grid-area: 1 / 2 / 4 / 3;
    background-image: url("./images/card4.png");
    background-repeat: no-repeat;

}

.features-grid .feature-card:nth-child(5) {
    grid-area: 1 / 3 / 3 / 4;
    background-image: url("./images/card5.png");
    background-repeat: no-repeat;

}

/* Убираем шестую карточку, так как её нет на скриншоте */
.features-grid .feature-card:nth-child(6) {
    grid-area: 3 / 3 / 4 / 4;
    background-image: url("./images/card6.png");
    background-repeat: no-repeat;

}

.feature-card {
    border-radius: 15px;
    color: white;
    text-align: center;
    background-size: auto;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.feature-card p {
    font-size: 1rem;
    color: #FFF !important;
    margin: 5px 0;
}


@media (max-width: 768px) {
    .main-content .features-grid {
        display: grid;
        overflow-x: scroll;
        gap: 10px;
    }
    .main-content .live-cas-slots__item  p {
        color: #FFF;
        font-size: 12px;
    }
   .main-content .features-grid .feature-card {
       background-size: auto;
    }
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-rows: auto;
    }

    .feature-card h3 {
        font-size: 15px;
    }

    .main-content p {
        font-size: 14px;
    }

    .main .sidebar {
        display: none;
    }

    .main {
        grid-template-columns: 1fr;
    }

    .banner {
        margin-top: 56px;
        padding-top: 130px;

    }



    .character {
        position: relative;
    }

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

    .feature-card:nth-child(1),
    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4),
    .feature-card:nth-child(5),
    .feature-card:nth-child(6) {
        grid-column: 1 / 2;
        grid-row: auto;
    }
}

.hot-slots .swiper-slide,
.boss-slots__item,
.news-slots .swiper-slide {
    border: 1px solid rgba(237, 237, 237, 0.4);
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .header-controls {
        display: none;
    }

    .header__burger,
    .login-mob{
        display: flex;
    }
}

.mob-sidebar {
    margin-bottom: 10px;
}

.mob-nav .menu-container {
    padding: 0;
}

.mob-nav {
    margin-bottom: 15px;
}

.mob-promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 60px;
}

.promo-container-mobile {
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 15px;
    background: linear-gradient(360deg, #170350 31.86%, #280886 94.61%);
    padding: 50px 0 10px 0;
}

.promo-image-mob {
    position: absolute;
    top: -50px;
}


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



@media (max-width: 767px) {
    /* Для hot-slots и news-slots (3x2) */
    .hot-slots .swiper-slide,
    .news-slots .swiper-slide {
        width: calc((100% - 20px) / 3) !important; /* 3 слайда в ряд, учитывая spaceBetween: 10px */
    }

    /* Для collection-slots и live-cas-slots (2x2) */
    .collection-slots .swiper-slide,
    .live-cas-slots .swiper-slide {
        width: calc((100% - 10px) / 2) !important; /* 2 слайда в ряд, учитывая spaceBetween: 10px */
    }

    .deposit-btn {
        position: absolute;
        bottom: 20px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }
}



.wp-block-image img {
    width: 100%;
}

.decoration {
    max-width: 114px;
    height: 40px;
}






.main-content h1.wp-block-heading,
.main-content h1.wp-block-heading strong {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
}

.bonus-pros h4 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #61FF71;
}
.bonus-card > div {
    background: linear-gradient(106.86deg, rgba(193, 193, 193, 0.141) 0%, rgba(255, 255, 255, 0) 260.15%);
    border: 1px solid rgba(166, 166, 166, 0.38);
    /* Main Blur Effect */
    backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 12px;
    padding: 16px 12px;

}

.bonus-cons h4 {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FF6197;


}
h3.wp-block-heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main-content h2.wp-block-heading,
.main-content h2.wp-block-heading strong {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
}



.pros-cons-section {
    background-color: #1a3c34;
    border-radius: 10px;
    margin-top: 20px;
}

.pros-cons-section .pros-cons-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.pros-cons-section .pros,
.pros-cons-section .cons {
    flex: 1;
    min-width: 300px;
    background-color: #074440;
    padding: 20px;
    border-radius: 10px;
}

.pros-cons-section .pros-title,
.pros-cons-section .cons-title {
    font-size: 18px;
    font-weight: bold;
    color: #FCC419;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.table-row:first-child .table-column:first-child {
    border-top-left-radius: 8px;
}
.table-row:first-child .table-column:last-child {
    border-top-right-radius: 8px;
}

.pros-cons-section .pros-list,
.pros-cons-section .cons-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 0;
}

.pros-cons-section .pros-list li,
.pros-cons-section .cons-list li {
    font-size: 16px;
    color: #d3d3d3;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .pros-cons-section .pros-cons-wrapper {
        flex-direction: column;
    }

    .pros-cons-section .pros,
    .pros-cons-section .cons {
        min-width: 100%;
    }
}

.main-content p {
    color: #d3d3d3;
    margin-bottom: 20px;
}

.wp-block-list {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #eee;
    font-size: 16px;
}

.main-content ul.wp-block-list {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}

.main-content ul.wp-block-list li {
    font-size: 16px;
    color: #eee;
    margin-bottom: 10px;
}

.main-content ul.wp-block-list li br {
    display: none;
}

.table-container {
    width: 100%;
    border-collapse: collapse; /* Убирает лишние отступы между ячейками */
}

@media (max-width: 991px) {
    .table-container {
        max-width: 100%;
    }
}

.table-column {
    min-width: 50%; /* Минимальная ширина ячейки */
    vertical-align: middle; /* Выравнивание по центру по вертикали */
}

.table-labels {
    background-color: rgba(24, 37, 32, 1); /* Фон для колонки меток */
    font-weight: 500; /* Вес шрифта */
    /* width: 366px; */ /* Фиксированная ширина */
}

.table-values {
    font-size: 15px;
    color: rgba(228, 228, 228, 1); /* Цвет текста */
    font-weight: 400;
    line-height: 28px; /* Высота строки */
    flex-grow: 1;
}

.table-row {
    height: 59px; /* Минимальная высота строки */
    display: flex;
    /* align-items: center; */
    align-items: center;
}

.table-row td {
    padding: 0 16px; /* Внутренние отступы */
    border-color: rgba(166, 166, 166, 0.38); /* Цвет границы */
}

.table-labels.table-column {
    background-color: #2A143B; /* Фон для ячеек меток */
    border: 1px solid rgba(166, 166, 166, 0.38); /* Границы для ячеек */
    border-right: none; /* Убираем правую границу */
    /* align-items: center; */
    display: flex;
    align-items: center;
    height: 100%;
}

.table-values.table-column {
    background-color: #200C2F; /* Фон для ячеек значений */
    border: 1px solid rgba(166, 166, 166, 0.38); /* Границы для ячеек */
    border-left: none; /* Убираем левую границу */
    display: flex;
    height: 100%;
    align-items: center;
}

/* Скругления для первой строки */
.table-header-row td.table-labels {
    border-radius: 8px 0 0 0; /* Скругление верхнего левого угла */
    border-top: 1px solid rgba(166, 166, 166, 0.38); /* Верхняя граница */
}

.table-header-row td.table-values {
    border-radius: 0 8px 0 0; /* Скругление верхнего правого угла */
    border-top: 1px solid rgba(166, 166, 166, 0.38); /* Верхняя граница */
}

/* Скругления для последней строки */
.table-row:last-child td.table-labels {
    border-radius: 0 0 0 8px; /* Скругление нижнего левого угла */
    border-bottom: 1px solid rgba(166, 166, 166, 0.38); /* Нижняя граница */
}

.table-row:last-child td.table-values {
    border-radius: 0 0 8px 0; /* Скругление нижнего правого угла */
    border-bottom: 1px solid rgba(166, 166, 166, 0.38); /* Нижняя граница */
}

/* Дополнительные стили для содержимого ячеек */
.table-labels .emoji {
    margin-right: 12px; /* Отступ между эмодзи и текстом */
}

.table-labels .label-text {
    font-weight: 500;
}

.table-values .value-text {
    font-size: 15px;
    color: rgba(228, 228, 228, 1);
    font-weight: 400;
    line-height: 28px;
}

.game-types-row .value-text {
    line-height: 28px;
}

@media (max-width: 768px) {
    .table-container {
        display: block;
        width: 100%;
        border-collapse: separate;
        border: 1px solid rgba(166, 166, 166, 0.38);
        padding: 12px 16px;
        border-radius: 8px;
    }
    .faq-title {
        font-size: 16px !important;
    }
    .boss-slots__item {
        max-width: max-content;
    }

    .bonus-info .spins {
        font-size: 1rem;
    }

    .bonus-info {
        justify-content: space-around;
    }

    .main-text {
        font-size: 1.5rem;
        text-align: center;
    }

    .highlight {
        margin-left: 11%;
    }
    .content-block {
        padding: 0 10px;
    }
    .table-row {
        display: block; /* Строки становятся блочными */
        height: auto; /* Убираем фиксированную высоту */
        margin-bottom: 16px; /* Отступ между строками */
        border: none; /* Убираем границы для строк */
        border-bottom: 1px solid #6C6C6C;
    }

    .table-row:last-child {
        border-bottom: 1px solid transparent;

    }

    .table-row td {
        display: block; /* Ячейки становятся блочными */
        width: 100%; /* Ячейки занимают всю ширину */
        min-width: 0; /* Убираем минимальную ширину */
        padding: 8px 16px; /* Упрощенные отступы */
        box-sizing: border-box; /* Учитываем padding в ширине */
        height: auto; /* Высота по содержимому */
    }

    .table-labels.table-column {
        background-color: transparent; /* Фон для меток */
        display: block; /* Блочный элемент */
        align-items: flex-start; /* Выравнивание содержимого */
        border-radius: 0; /* Скругление для меток */
        border: none;
    }

    .table-values.table-column {
        background-color: transparent; /* Фон для значений */
        display: block; /* Блочный элемент */
        align-items: flex-start; /* Выравнивание содержимого */
        border-radius: 0; /* Скругление для меток */
        border: none;
    }

    /* Сбрасываем стили для первой и последней строки */
    .table-header-row td.table-labels,
    .table-header-row td.table-values,
    .table-row:last-child td.table-labels,
    .table-row:last-child td.table-values {
        border-radius: 0; /* Скругление для меток */
        border: none;
    }
}

@media (max-width: 991px) {
    .banner {
        padding-top: 262px;
    }
}
