/*
Theme Name: ProTheme
Theme URI: 
Author: 
Author URI: 
Description: For Casino, Betting, Lottery, Poker
Version: 2.2
License: License ProTheme
License URI: 
Text Domain: 
*/


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'), url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Regular.woff2') format('woff2'), url('fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.woff2') format('woff2'), url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Regular.woff2') format('woff2'), url('fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Regular.woff2') format('woff2'), url('fonts/Cairo-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.woff2') format('woff2'), url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('fonts/NotoSans-Bold.woff2') format('woff2'), url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('fonts/Cairo-Bold.woff2') format('woff2'), url('fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.woff2') format('woff2'), url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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



:root {
    --bl: #000;
    --wh: #fff;
    --wh-80: rgba(255, 255, 255, 80%);
    --wh-50: rgba(255, 255, 255, 50%);
    --wh-30: rgba(255, 255, 255, 30%);
    --shadow: 0 0 10px 3px #ffffff5e;
    --hover-darken: inset 0 0 0 999px rgba(0, 0, 0, 0.15);
    --ye: #FFBD3C;
    --theme-font-family: inherit;
    --theme-body-bg: transparent;
    --theme-text-color: inherit;
    --theme-heading-color: inherit;
    --theme-menu-bg: transparent;
    --theme-menu-color: inherit;
    --theme-footer-bg: transparent;
    --theme-footer-color: inherit;
    --theme-btn-radius: 6px;
}

:focus {
    outline: none;
}

::placeholder {
    color: inherit;
}

liss:focus {}

html {
    overflow-x: clip;
}

body {
    font-size: 16px;
    font-family: var(--theme-font-family, inherit);
    background: var(--theme-body-bg, transparent);
    color: var(--theme-text-color, inherit);
    overflow-x: clip;
    overscroll-behavior-x: none;
}

button,
input,
select,
textarea {
    font-size: inherit;
}

a {
    transition: .3s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

[type="password"],
[type="text"],
[type="tel"],
[type="email"],
[type="number"],
textarea,
select {
    width: 100%;
    border: 1px solid var(--gray);
    background: var(--bg-gray);
    border-radius: 6px;
    height: 40px;
    color: inherit;
    padding: 10px;
}

textarea {
    resize: none;
    height: 160px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    transition: 0.3s;
    cursor: pointer;
    background: var(--contrast);
    color: inherit;
    border: 1px solid var(--contrast);
    border-radius: 6px;
    width: 100%;
    height: 40px;
}


[type=button]:not(:disabled):hover,
[type=reset]:not(:disabled):hover,
[type=submit]:not(:disabled):hover,
button:not(:disabled):hover {
    box-shadow: var(--hover-darken);
}

p,
ul {
    margin-bottom: 20px;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 40px;
}

h2,
.h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--theme-heading-color, inherit);
}

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

iframe {
    max-width: 100%;
}

.table_wrap {
    width: 100%;
    overflow: auto;
    position: relative;
}

/**** HEADER *****/
header {
    background: var(--theme-menu-bg, transparent);
    position: relative;
    z-index: 111;
}

header.header--fixed {
    position: sticky;
    top: 0;
}

/* ========== Variant 1 · Accent Strip ========== */
.header_v1_wrap {
    position: relative;
}

.header_accent_strip {
    height: 2px;
    width: 100%;
    background: var(--header-accent-strip, #22c55e);
}

.header_nav_container {
    border-bottom: 1px solid #1e2030;
}

.header_row.header_v1_nav {
    height: 62px;
    padding: 0 0 0 10px;
    flex-wrap: nowrap;
    background: transparent;
}

.header_v1_logo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-right: 0;
    text-decoration: none;
    color: inherit;
    height: 100%;
    min-height: 44px;
}

.header_v1_logo .header_logo_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header_v1_logo .header_logo_img img {
    width: auto;
    height: 100%;
    max-height: 50px;
    object-fit: contain;
}

.header_v1_links {
    margin: 0 auto 0 0;
    gap: 2px;
}

.header_v1_links>li {
    margin: 0;
}

.header_v1_links>li>a {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 7px;
    transition: all 0.2s;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.header_v1_links>li>a:hover {
    background: #1a1c28;
    opacity: 1;
}

.header_v1_links>li.current-menu-item>a {
    color: var(--menu-active-color, #fbbf24) !important;
}

/* Menu item badge (HOT, NEW) */
.menu-item-has-badge>a {
    color: var(--menu-active-color, #fbbf24) !important;
}

.menu-item-badge {
    position: absolute;
    top: -4px;
    right: 2px;
    font-size: 8px;
    font-weight: 700;
    color: var(--menu-active-color, #fbbf24);
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.header_v1_divider {
    width: 1px;
    height: 28px;
    background: #1e2030;
    flex-shrink: 0;
    margin: 0 8px 0 4px;
}

.head_btn.head_btn_in {
    border: 1px solid currentColor;
    box-shadow: none;
}

.head_btn.head_btn_up {
    box-shadow: 0 4px 16px rgba(34, 197, 94, 0.25);
}

.head_btn.head_btn_up:hover {
    box-shadow: 0 4px 24px rgba(34, 197, 94, 0.4);
    transform: translateY(-1px);
}

/* Обёртка кнопок — на десктопе ведёт себя как inline */
.header_btns_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    position: relative;
}

a.header_logo {
    display: block;
    line-height: 1;
    margin-right: auto;
}

a.header_logo img {
    width: auto;
    height: 50px;
}

.ul_main_menu {
    margin: 0 auto 0 0;
    display: flex;
    list-style: none;
    padding: 0;
}

.ul_main_menu>li {
    margin: 0 10px;
}

.ul_main_menu>li>a,
.ul_language a {
    color: var(--theme-menu-color, inherit);
}

.ul_main_menu>li a:hover,
.ul_language a:hover {
    opacity: 0.7;
}

.menu-item-has-children ul.sub-menu li {
    margin: 5px;
}

.menu-item-has-children>span {
    position: absolute;
    top: 0px;
    right: -5px;
    height: 20px;
    width: 12px;
    display: flex;
    align-items: center;
    color: var(--theme-menu-color, currentColor);
    cursor: pointer;
    transition: transform 0.2s ease, color 0.2s ease;
}

.menu-item-has-children svg path {
    stroke: var(--theme-menu-color, currentColor);
    transition: stroke 0.2s ease;
}

.ul_mob_menu .menu-item-has-children.open>span {
    color: var(--menu-active-color, #fbbf24);
    transform: rotate(180deg);
}

.ul_mob_menu .menu-item-has-children.open>span svg path {
    stroke: var(--menu-active-color, #fbbf24);
}

/* Desktop chevron alignment and active state */
.ul_main_menu .menu-item-has-children {
    padding-right: 20px;
}

.ul_main_menu .menu-item-has-children>span {
    top: 50%;
    right: 2px;
    width: 14px;
    height: 14px;
    justify-content: center;
    transform: translateY(-50%);
}

.ul_main_menu .menu-item-has-children:hover>span,
.ul_main_menu .menu-item-has-children.open>span {
    color: var(--menu-active-color, #fbbf24);
    transform: translateY(-50%) rotate(180deg);
}

.ul_main_menu .menu-item-has-children:hover>span svg path,
.ul_main_menu .menu-item-has-children.open>span svg path {
    stroke: var(--menu-active-color, #fbbf24);
}

.ul_mob_menu .menu-item-has-children>span {
    right: 10px;
    top: 10px;
    padding: 20px;
}

.ul_mob_menu .menu-item-has-children>span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ul_mob_menu .menu-item-has-children:hover ul.sub-menu {
    display: none;
}

body.menu_open {
    overflow: visible;
}

a.head_btn {
    display: flex;
    padding: 14px 28px;
    margin-left: 10px;
    border-radius: var(--theme-btn-radius, 6px);
    align-items: center;
}

a.head_btn img {
    display: block;
    height: 18px;
    margin-right: 10px;
}

a.head_btn:hover {
    box-shadow: var(--hover-darken);
}

.language_wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

/* Pill Toggle — компактный переключатель языков (Polylang) */
.language_wrap.lang-pill {
    display: inline-flex;
    align-items: center;
    background: #1e2028;
    border: 1px solid #2d2f3a;
    border-radius: 8px;
    padding: 3px;
    gap: 2px;
    margin-left: 10px;
}

.lang-pill .lang-pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: #888;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    white-space: nowrap;
    font-family: inherit;
}

.lang-pill .lang-pill-btn:hover {
    color: #ccc;
}

.lang-pill .lang-pill-btn.active {
    background: #2d2f3a;
    color: #fff;
}

.lang-pill .lang-pill-btn:hover.active {
    color: #fff;
}

.lang-pill .lang-flag {
    display: inline-flex;
    line-height: 1;
}

.lang-pill .lang-flag img {
    display: block;
    width: 16px;
    height: 12px;
    object-fit: contain;
}

.language_wrap svg {
    position: absolute;
    right: 0;
}

.ul_language {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.ul_language li {
    list-style: none;
}

.ul_language ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
}

.ul_language a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
}


.ul_language .menu-item-has-children>span {
    top: 14px;
    right: 10px;
}

.menu-item-has-children ul.sub-menu li a {
    padding: 0;
}

.ul_language>li {
    padding: 4px 27px 4px 14px;
}

.ul_language a img {
    margin-right: 5px;
}

.ul_language:hover ul.sub-menu {
    display: block;
}

.ul_mob_menu>li {
    padding-top: 20px;
}

.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}

.menu-item-has-children:after {
    position: absolute;
    top: 8px;
    right: 15px;
}

.menu-item-has-children ul.sub-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    min-width: 100%;
    width: auto;
    left: 0;
    border-radius: 6px;
    background: var(--theme-menu-bg, transparent);
}

.menu-item-has-children ul.sub-menu li {
    margin: 5px;
}

/* Desktop dropdown menu */
.ul_main_menu .menu-item-has-children>ul.sub-menu {
    top: 100%;
    left: 0;
    min-width: 180px;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
    z-index: 30;
}

.ul_main_menu .menu-item-has-children>ul.sub-menu li {
    margin: 0;
}

.ul_main_menu .menu-item-has-children>ul.sub-menu li a {
    display: block;
    padding: 9px 14px;
    color: var(--theme-menu-color, #ffffff);
    text-decoration: none;
    opacity: 1;
}

.ul_main_menu .menu-item-has-children>ul.sub-menu li a:hover {
    color: var(--menu-active-color, #fbbf24);
    background: rgba(255, 255, 255, 0.08);
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.menu-item-has-children.open ul.sub-menu {
    display: block !important;
    !i;
    !;
}

.burger {
    width: 30px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    background: var(--theme-menu-color, inherit);
    width: 100%;
    height: 3px;
    top: 19px;
    left: 0px;
    transition: 0.3s;
}

.burger span:first-child {
    top: 9px;
}

.burger span:last-child {
    top: 29px;
}

.menu_open .burger span:first-child,
.menu_open .burger span:last-child {
    opacity: 0;
}

.menu_open .burger span:nth-child(2) {
    transform: rotate(45deg);
}

.menu_open .burger span:nth-child(3) {
    transform: rotate(-45deg);
}

.mobile_menu {
    background: var(--theme-menu-bg, transparent);
    border-top: 1px solid var(--theme-menu-color, inherit);
    position: absolute;
    width: 100%;
    height: calc(100vh - 86px);
    display: none;
    overflow: auto;
}

.ul_mob_menu>li {
    padding-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ul_mob_menu>li:last-child {
    border-bottom: none;
}

.ul_mob_menu a {
    color: var(--theme-menu-color, var(--d-blue));
    margin-bottom: 0;
    padding: 14px 15px;
    display: block;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}

.ul_mob_menu a:hover,
.ul_mob_menu a:active {
    background: rgba(255, 255, 255, 0.08);
}

.ul_mob_menu .menu-item-has-badge>a {
    color: inherit;
}

.ul_mob_menu .menu-item-has-badge>a:hover,
.ul_mob_menu .menu-item-has-badge>a:active {
    color: var(--menu-active-color, #fbbf24);
}

.ul_mob_menu .menu-item-badge {
    position: static;
    display: inline-block;
    margin-left: 8px;
    font-size: 10px;
    font-weight: 700;
    color: var(--menu-active-color, #fbbf24);
    letter-spacing: 0.5px;
    padding: 2px 6px;
    background: rgba(251, 191, 36, 0.15);
    border-radius: 4px;
    vertical-align: middle;
    top: auto;
    right: auto;
}

.ul_mob_menu .sub-menu a {
    font-size: 16px;
    padding: 10px 15px 10px 24px;
    color: var(--theme-menu-color, #ffffff);
}

/* Mobile submenu: render in normal flow below parent item */
.ul_mob_menu .menu-item-has-children>ul.sub-menu {
    position: static;
    left: auto;
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.ul_mob_menu .menu-item-has-children>ul.sub-menu li {
    margin: 0;
}

.menu_open .mobile_menu {
    display: block;
}

.ul_mob_menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}

/**** END HEADER ****/

section.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs a {
    color: var(--contrast);
}

.breadcrumbs a:hover {
    color: inherit;
}

main {
    min-height: 70vh;
}

.section_wrap {
    border: 1px solid var(--gray);
    padding: 20px 20px 10px;
    border-radius: 10px;
    background: var(--bg-gray);
}

/* application styles moved to css/block-application.css */

/* head_content styles moved to css/block-head-content.css */

/* toc styles moved to css/block-toc.css */



/* sports styles moved to css/block-sports.css */

/* slider styles moved to css/block-slider.css */



/*** WP EDITOR ****/
.wp_editor p {
    margin-bottom: 20px;
}

.wp_editor a {
    color: inherit;
    text-decoration: underline;
}

.wp_editor a:hover {
    color: var(--contrast);
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.wp_editor ol,
.wp_editor ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    counter-reset: subsection;
}

.wp_editor li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.wp_editor ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--contrast);
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.wp_editor ol li:before {
    display: flex;
    position: absolute;
    left: -9px;
    top: -2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--contrast);
    justify-content: center;
    align-items: center;
    font-size: 12px;
    counter-increment: subsection;
    content: counter(subsection);
}

.wp_editor ol li {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

/**** END WP EDITOR ****/

/*** SPACE ***/
section.space {
    padding: 10px;
}

/*** END SPACE ***/

/*** BUTTON SECTION ***/
section.button_section {
    padding: 10px 0;
}

.button_section_text {
    margin-bottom: 40px;
}

.btn {
    display: flex;
    padding: 14px 28px;
    margin-right: 10px;
    border-radius: 6px;
    align-items: center;
    width: max-content;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: var(--hover-darken);
}

/*** END BUTTON SECTION ***/

/*** TABLE SECTION ***/
section.table_section {
    padding: 10px 0;
}

table {
    border-radius: 10px;
    padding: 6px 10px;
    border: 1px solid;
    border-spacing: 0 6px;
    height: auto;
    overflow: auto;
    border-color: var(--table);
    border-collapse: unset !important;
    !i;
    !;
    min-width: 100%;
}

td,
th {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    padding: 10px 16px;
    min-width: 140px;
}

th {
    text-align: left;
}

table thead tr th:first-child {
    border-radius: 6px 0 0 6px;
}

table thead tr th:last-child {
    border-radius: 0 6px 6px 0;
}

table td:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.3);
}

table tbody tr:nth-child(2n+1) {
    background: var(--bg-gray);
}

table thead tr {
    background: var(--table);
    overflow: hidden;
}

/*** END TABLE SECTION ***/

/*** NUM LIST ***/
section.num_list {
    padding: 40px 0;
}

ol.num_list_wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.num_list_wrap li {
    display: flex;
    margin-bottom: 10px;
}

ol.num_list_wrap li .list_num {
    display: flex;
    margin-right: 10px;
    border: 1px solid var(--contrast);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5px;
}

.list_text {
    flex: 1;
}

/*** END NUM LIST ***/

/*** FAQ ***/
section.faq {
    padding: 10px 0;
}

.faq_wrap {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 10px;
    background: var(--bg-gray);
}

.faq_a {
    margin-top: 10px;
    display: none;
}

.faq_q {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.faq_q span {
    margin: 0 40px 0 10px;
}

.arrow_icon {
    position: absolute;
    right: 0;
    top: 6px;
    transition: 0.3s;
}

.ask_icon path:first-child {
    fill: var(--contrast);
}

.faq_a p:last-child {
    margin: 0
}

.faq_wrap.open .faq_a {
    display: block;
}

.faq_wrap.open .arrow_icon {
    transform: rotate(180deg);
}

.faq_row {
    align-items: flex-start;
}

/*** END FAQ ***/

/* slots styles moved to css/block-slots.css */

/* high_rollers styles moved to css/block-high-rollers.css */

/*** HOW TO ***/
.how_to_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

.how_to_item:last-child svg {
    display: none;
}

.how_to_item_img {
    flex: 1;
    margin-left: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}

.how_to_item_text {
    flex: 1;
}

.how_to_arrow {
    position: absolute;
    bottom: -23px;
    left: 25%;
    width: 45px;
    z-index: 1;
}

section.how_to {
    padding: 10px 0 10px;
}

.how_to_item_img img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.how_to_arrow path {
    stroke: var(--contrast);
}

.how_to_arrow circle {
    stroke: var(--contrast);
    fill: var(--bl);
}

/*** END HOW TO ***/

/* comments styles moved to css/block-comments.css */

/* promo_code styles moved to css/block-promo-code.css */

/* bonuses styles moved to css/block-bonuses.css */

/* pros_cons styles moved to css/block-pros-cons.css */

/*** TXT & IMG ***/
.txt_img_text {
    flex: 1;
    padding: 0 10px;
    order: 1;
    max-width: 100%;
}

.txt_img_image {
    margin: 0 10px;
    width: calc(50% - 20px);
    border-radius: 10px;
    overflow: hidden;
    order: 2;
}

.txt_img_image img {
    width: 100%;
    height: auto;
}

section.txt_img {
    padding: 10px 0;
}

.txt_img_image.img_left_pos {
    order: 0;
}

/*** END TXT & IMG ***/




/*** FOOTER ****/
footer {
    background: var(--theme-footer-bg, transparent);
    color: var(--theme-footer-color, inherit);
}

.ul_footer_menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ul_footer_menu li {
    margin: 0 10px 10px;
    display: block;
}

.ul_footer_menu a {
    color: inherit;
}

.ul_footer_menu a:hover {
    opacity: 0.7;
}

.footer_logo img {
    width: auto;
    height: 30px;
}

.footer_logo {
    margin: 0 15px;
}

.footer_row {
    align-items: center;
    padding: 40px 0 20px;
    border-bottom: 1px solid var(--wh-30);
    margin-bottom: 20px;
}

.footer_social {
    display: flex;
    flex-wrap: wrap;
}

.footer_social a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.footer_social a:hover {
    transform: scale(1.1);
}

.footer_buttons {
    justify-content: center;
    padding: 20px 0 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--wh-30);
}

.footer_logos {
    border-bottom: 1px solid var(--wh-30);
    padding: 20px 0 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.footer_btn {
    color: inherit;
    display: flex;
    align-items: center;
    margin: 0 10px;
    border: 1px solid var(--gray);
    border-radius: 6px;
    background: #fff2;
    overflow: hidden;
}

.btn_icon_area {
    position: relative;
    width: 50px;
    height: 50px;
}

.android_btn .btn_icon_area {
    background: linear-gradient(270deg, #0dda42 0, #08932c 100%);
}

.ios_btn .btn_icon_area {
    background: linear-gradient(270deg, #00A3FF 0%, #005DE2 100%);
}

.btn_icon_area svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.btn_cloud_area {
    padding: 12px;
    display: flex;
    align-items: center;
}

.btn_text_area {
    padding: 0 20px;
    min-width: 150px;
}

.btn_text {
    font-size: 12px;
    margin-bottom: 3px;
}

.btn_title {
    font-weight: 600;
}

.footer_btn:hover {
    box-shadow: var(--hover-darken);
}

img.footer_bank_logo {
    height: 19px;
    width: auto;
    margin: 0 5px 10px;
}

a.footer_bank_logo_link {
    display: inline-block;
    margin: 0 5px 10px;
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

a.footer_bank_logo_link:hover {
    opacity: 1;
    transform: scale(1.08);
}

a.footer_bank_logo_link img.footer_bank_logo {
    margin: 0;
    display: block;
}

.copywrite {
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.footer_mark {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.5;
    width: 200px;
}

.copywrite_text {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0.7;
}

.security {
    width: 200px;
    display: flex;
    justify-content: end;
}

.footer_selector {
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 20px;
    right: 0;
}

.main_site_select {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #888;
    cursor: pointer;
}

img.footer_flag {
    background: var(--wh);
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.main_site_select svg {
    margin-left: auto;
}

.main_site_select span {
    font-weight: 600;
}

.other_sites_selector {
    flex-direction: column;
    border-radius: 6px;
    display: none;
}

a.other_site_select {
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 600;
    color: inherit;
}

a.other_site_select:hover {
    opacity: 0.7;
}

.footer_selector:hover .other_sites_selector {
    display: flex;
}

.arrow_up {
    position: fixed;
    z-index: 10000;
    background: var(--wh-50);
    width: 30px;
    height: 30px;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid var(--theme-footer-bg, currentColor);
}

.arrow_up svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.arrow_up svg path,
.arrow_up svg circle {
    stroke: var(--theme-footer-bg, currentColor);
}

.arrow_1 {
    border-radius: 50%;
    transform: rotate(180deg);
}

.arrow_up:hover {
    opacity: 0.7;
}

/* ─── Gift floating widget ─── */
.gift_float {
    position: fixed;
    z-index: 10000;
    left: 16px;
    bottom: 100px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7c948);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    animation: gift_pulse 2s infinite, gift_shake 2.4s ease-in-out infinite;
}

button.gift_float:not(:disabled) {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b35, #f7c948);
}

button.gift_float:not(:disabled):hover {
    box-shadow: none;
    opacity: 0.85;
}

@keyframes gift_pulse {

    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.15);
    }
}

@keyframes gift_shake {

    0%,
    60%,
    100% {
        transform: rotate(0deg);
    }

    65% {
        transform: rotate(12deg);
    }

    70% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(8deg);
    }

    80% {
        transform: rotate(-6deg);
    }

    85% {
        transform: rotate(4deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    95% {
        transform: rotate(0deg);
    }
}

.gift_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 10001;
    display: none;
}

.gift_popup {
    position: fixed;
    z-index: 10002;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.9);
    width: 320px;
    max-width: 92vw;
    border-radius: 16px;
    padding: 24px 20px 20px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s;
}

.gift_popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.gift_overlay.active {
    display: block;
}

.gift_popup_close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    color: #888;
}

.gift_popup_label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #555;
}

.gift_popup_amount {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #222;
}

.gift_popup_btn {
    display: block;
    padding: 14px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 14px;
    transition: opacity .2s;
}

.gift_popup_btn:hover {
    opacity: .85;
}

.gift_popup_expires {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}

.gift_popup_expires span {
    font-weight: 700;
    color: #e53935;
}

.gift_popup_steps_title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.gift_popup_steps {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.gift_step {
    flex: 1;
    font-size: 12px;
    line-height: 1.3;
    padding: 8px 4px;
    background: #f5f5f5;
    border-radius: 8px;
    color: #444;
}

.gift_step_num {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto 4px;
    border-radius: 50%;
    background: #e0e0e0;
    font-weight: 700;
    font-size: 12px;
    color: #333;
}

.gift_popup_users {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
}

.gift_popup_users svg {
    flex-shrink: 0;
}

.arrow_2 {
    transform: rotate(180deg);
    border-radius: 4px;
}

.arrow_3 {
    border-radius: 50%;
}

.arrow_4 {
    border-radius: 4px;
}

.arrow_5 {
    border-radius: 50%;
}

.triangle_icon {
    position: absolute;
    width: 13px;
    height: 11px;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
    background: var(--theme-footer-bg, currentColor);
}

.arrow_6 {
    border-radius: 4px;
}

.arrow_7 {
    border-radius: 50%;
    transform: rotate(0deg);
}

.arrow_7 svg {
    transform: translate(-50%, -50%);
}

.arrow_8 {
    border-radius: 6px;
    transform: rotate(0deg);
}

.arrow_8 svg {
    transform: translate(-50%, -50%);
}

.arrow_9 {
    border-radius: 50%;
    transform: rotate(0deg);
}

.arrow_9 svg {
    transform: translate(-50%, -50%);
}

.arrow_10 {
    border-radius: 50%;
    transform: rotate(-90deg);
}

.arrow_10 svg {
    transform: translate(-50%, -50%);
}

.arrow_11 {
    border-radius: 50%;
    transform: rotate(0deg);
}

.arrow_11 svg {
    transform: translate(-50%, -50%);
}

.mobile_banner {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 600px;
    z-index: 100;
    background: var(--gray);
    border-radius: 14px;
    transition: 0.5s;
    display: none;
    overflow: hidden;
}

.mobile_banner_inner {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    position: relative;
}

.mb_timer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 600;
    color: #4CAF50;
    background: rgba(0, 0, 0, .35);
    padding: 2px 8px;
    border-radius: 0 0 8px 0;
}

.mb_img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    position: relative;
    margin-right: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.mb_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb_text {
    flex: 1;
    min-width: 0;
}

.mb_title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb_subtitle {
    font-size: 12px;
    opacity: .75;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.mb_btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 10px;
}

a.mb_btn:hover {
    box-shadow: var(--hover-darken);
}

/**** END FOOTER ***/

.null_class {
    display: none;
}

/*** MEDIA ***/
@media(max-width: 1500px) {
    .burger {
        display: block;
    }

    .ul_main_menu {
        display: none;
    }
}

@media(max-width: 800px) {
    .header_row.header_v1_nav {
        flex-wrap: wrap;
        height: auto;
        min-height: 56px;
        padding: 10px 10px 0;
        align-items: center;
    }

    .header_v1_logo {
        order: 1;
        min-height: 40px;
        flex: 1 1 0;
        min-width: 0;
        overflow: hidden;
    }

    .header_v1_logo .header_logo_img img {
        max-height: 40px;
    }

    .header_v1_divider {
        display: none;
    }

    .ul_main_menu.header_v1_links {
        order: 4;
    }

    .language_wrap {
        order: 2;
        margin-left: 8px;
        flex: 0 0 auto;
        flex-shrink: 0;
    }

    .language_wrap.lang-pill {
        margin-left: 8px;
    }

    .language_wrap.lang-pill .lang-pill-btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .burger {
        order: 3;
        margin-left: 4px;
        padding-left: 4px;
        flex-shrink: 0;
    }

    .header_btns_wrap {
        order: 5;
        width: 100%;
        flex-basis: 100%;
        display: flex;
        gap: 8px;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .header_btns_wrap .head_btn {
        flex: 1;
        margin: 0;
        justify-content: center;
        text-align: center;
        padding: 14px 18px;
        font-size: 15px;
        font-weight: 600;
    }

    a.header_logo {
        order: 1;
    }

    a.head_btn {
        margin: 0;
    }

    h1 {
        font-size: 36px;
    }

    .head_content_img {
        margin: auto;
    }

    a.sports_btn {
        width: calc(33.333% - 10px);
    }

    .alignright,
    .alignleft {
        float: none;
        display: block;
        margin: 0px auto 20px;
    }

    .faq_wrap {
        width: 100%;
    }

    .slot_item {
        flex: 0 0 145px;
    }

    .promo_code_wrap {
        flex-wrap: wrap;
    }

    .promo_actions {
        width: 100%;
        margin: 20px 0 0;
    }

    .the_promo_code span {
        flex: 1;
    }

    .bonus_item {
        width: calc(33.3333% - 20px);
    }

    .txt_img_image {
        width: 100%;
        margin: 20px 0 0;
        order: 2 !important;
        !i;
        !;
    }

    .footer_selector {
        position: relative;
        width: 245px;
        margin: 0px 0 0;
    }

    .mobile_banner {
        display: block;
    }

    .gift_float {
        display: flex;
    }

    .section_wrap.slots_section_wrap {
        padding-bottom: 10px;
    }

    .mobile_menu .menu-item-has-children.open ul.sub-menu {
        position: static;
    }

    .ul_mob_menu>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ul_mob_menu .menu-item-has-children:hover ul.sub-menu {
        display: none;
    }

    .null_class {
        display: block;
        opacity: 0;
        pointer-events: none;
        width: 100px;
    }

    .mobile_menu {
        height: calc(100vh - 123px);
        padding-bottom: 50px;
    }
}

@media(max-width: 600px) {
    .header_v1_logo .header_logo_img img {
        max-height: 36px;
    }

    .header_btns_wrap .head_btn {
        padding: 16px 14px;
        font-size: 15px;
    }

    .header_row {
        margin: 0 -10px;
    }


    h1 {
        font-size: 28px;
    }

    section.application {
        padding: 28px 0 36px;
    }

    .application_top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .application_img {
        flex: none;
        max-width: 200px;
        width: 100%;
    }

    .application_params {
        flex-wrap: wrap;
        margin-top: 24px;
    }

    .app_any_param {
        flex: 1 1 50%;
        min-width: 50%;
        border-bottom: 1px solid var(--gray);
        padding: 16px 12px;
    }

    .app_any_param:nth-child(odd) {
        border-right: 1px solid var(--gray);
    }

    .app_any_param:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .app_any_param:last-child {
        border-right: none;
    }

    a.app_any_btn {
        padding: 14px 16px;
        font-size: 14px;
    }

    .head_content_row {
        flex-direction: column;
    }

    .head_content_wrap {
        margin: 0 10px;
        width: 100%;
    }

    .head_content_offer_label {
        font-size: 0.65rem;
    }

    .head_content_params {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .head_content_buttons {
        flex-wrap: wrap;
        flex-direction: column;
    }

    a.bonus_text_any_btn {
        width: 100%;
        margin: 0;
        justify-content: center;
    }

    a.bonus_text_any_btn.head_cta_secondary {
        margin-top: 8px;
    }

    .head_content_img {
        width: 100%;
        margin-left: 0;
        margin-top: 16px;
    }

    a.sports_all_btn {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 10px;
    }

    a.sports_btn {
        width: calc(50% - 10px);
    }

    .slider_wrap {
        padding: 20px 20px 40px;
    }

    .wp_editor li {
        padding-left: 40px;
    }

    .wp_editor ol li:before {
        left: 0;
    }

    .wp_editor ul li:before {
        left: 8px;
    }

    .slot_item {
        flex: 0 0 130px;
    }

    .slot_img {
        height: 180px;
    }

    .how_to_item_img {
        margin: 10px 0 0;
        flex: 100%;
    }

    .how_to_item_text {
        flex: 100%;
    }

    .how_to_arrow {
        left: 50%;
        transform: translateX(-50%);
    }

    .arrow_up {
        bottom: 100px;
    }

    p.logged-in-as {
        width: 100%;
    }

    p.comment-form-comment,
    p.form-submit {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    form#commentform {
        height: auto;
    }

    .promo_actions {
        flex-wrap: wrap;
    }

    a.promo_btn {
        margin: 10px 0 0;
        width: 100%;
        display: block;
    }

    .bonus_item {
        width: 100%;
    }

    .bonus_img {
        height: 250px;
    }

    .pros_cons_wrap {
        flex: 100%;
        margin-bottom: 20px;
    }

    .txt_img_image {
        margin: 20px 10px 0;
    }

    .footer_social {
        margin: 20px auto 0;
    }

    .ul_footer_menu {
        margin: 20px auto 0;
    }

    a.mb_btn {
        padding: 10px 20px;
    }

    .mb_text {
        font-size: 12px;
    }

    .mb_title {
        font-size: 16px;
    }

    section.sports {
        position: relative;
        padding-bottom: 70px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    section.slots {
        position: relative;
    }

    section.slots a.sports_all_btn {
        position: static;
    }

    .section_wrap.slots_section_wrap {
        padding-bottom: 10px;
    }

    .slots_header {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .slots_header_right {
        margin-left: auto;
        flex-shrink: 0;
    }

    .slots_nav {
        display: none;
    }

    .slots_track {
        margin-right: -10px;
        padding-right: 10px;
    }

    .slot_item {
        flex: 0 0 140px;
    }

    .slot_img {
        height: 160px;
    }

    .fancybox-toolbar {
        width: 40px;
    }

    .section_wrap {
        padding: 10px 10px 1px;
    }

    .slot_title {
        font-size: 11px;
    }

    a.footer_btn.android_btn {
        margin-bottom: 20px;
    }

    .footer_mark {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .copywrite_text {
        margin-bottom: 10px;
    }

    .security {
        width: 100%;
        justify-content: center;
    }
}