.change-geo {
    position: relative;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 12px;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    border-radius: var(--j-rounded-medium);
    cursor: pointer;
    width: fit-content;
    z-index: 3
}

.change-geo svg {
    transition: transform .3s ease
}

.change-geo .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100%);
    left: 0;
    padding: 0;
    width: fit-content;
    z-index: 10;
    border-radius: var(--j-rounded-medium)
}

.change-geo ul {
    margin: 0
}

.change-geo .sub-menu li:first-child {
    padding-top: 20px;
    margin-top: 8px;
    border-top: 2px solid var(--j-header-and-footer-secondary-text);
    border-top-left-radius: var(--j-rounded-medium);
    border-top-right-radius: var(--j-rounded-medium)
}

.change-geo .sub-menu li:last-child {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--j-header-and-footer-secondary-text);
    border-bottom-left-radius: var(--j-rounded-medium);
    border-bottom-right-radius: var(--j-rounded-medium)
}

.change-geo .sub-menu li {
    padding: 6px 17px 6px 12px;
    text-transform: uppercase;
    border-right: 2px solid var(--j-header-and-footer-secondary-text);
    border-left: 2px solid var(--j-header-and-footer-secondary-text);
    background: var(--j-header-color)
}

.change-geo .sub-menu li a {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 4px;
    font-weight: 600;
    font-size: 14px;
    color: var(--j-header-and-footer-text);
    transition: color .3s ease
}

.change-geo .sub-menu li a:hover {
    color: var(--j-buttons-accent-bg)
}

.change-geo .sub-menu li a svg {
    width: 21px;
    height: 21px
}

.change-geo span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    text-transform: uppercase
}

.change-geo img {
    width: 22px;
    height: 22px;
    border-radius: 50%
}

@charset "UTF-8";*,*:before,*:after {
    box-sizing: border-box
}

:root {
    --j-p-margin-bottom: 20px;
    --j-list-margin-bottom: 20px
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

html {
    margin: 0 !important
}

body {
    overflow-x: hidden;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 0 0 20px;
    margin: 0 0 var(--j-p-margin-bottom);
    color: #d5d5d5;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 4px
}

h6,h5,h4,h3,h2,h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2
}

abbr[title],abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom)
}

ol,ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-list-margin-bottom);
    list-style: none
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom)
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom);
    margin-left: 0
}

blockquote {
    margin: 0 0 20px;
    margin: 0 0 var(--j-p-margin-bottom)
}

b,strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none !important
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom);
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: 6px;
    border-radius: var(--j-rounded-small)
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 20px;
    margin: 0 0 var(--j-p-margin-bottom)
}

img,svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0;
    border: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom);
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

button {
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    outline: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

p {
    margin-top: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom)
}

.icon-svg {
    display: inline-block;
    vertical-align: -.125em;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-svg--lg {
    width: 1.25em;
    height: 1.25em
}

.icon-svg--xl {
    width: 1.5em;
    height: 1.5em
}

.icon-svg--2xl {
    width: 2em;
    height: 2em
}

:root {
    --j-margin-section: 60px;
    --j-margin-section-mob: 30px;
    --j-margin-block: 40px;
    --j-margin-block-mob: 28px;
    --j-header-and-footer-text: #fff;
    --j-header-and-footer-secondary-text: #3f4a69;
    --j-footer-text: #fff;
    --j-text-color: #fff;
    --j-text-blocks-color: #fff;
    --j-banners-color: #090909;
    --j-text-banners-color: #fff;
    --j-buttons-accent-color: #fff;
    --j-buttons-secondary-color: #fff;
    --j-buttons-style1-color: #fff;
    --j-buttons-style2-bg: #fff;
    --j-buttons-style2-bg-hover: #fff;
    --j-buttons-style2-color: #000;
    --j-rounded-large: 16px;
    --j-rounded-medium: 8px;
    --j-rounded-small: 6px;
    --j-rounded-button: 8px;
    --j-text-size: 16px;
    --j-text-size-secondary: 14px;
    --j-bg-color: #121212;
    --j-accent-color: #f06b1f;
    --j-secondary-color: #daa520;
    --j-header-color: #000000;
    --j-menu-accent: #ef6a20;
    --j-header-divider: #ef6a20;
    --j-footer-color: #3a3a3a;
    --j-footer-divider: #ef6a20;
    --j-blocks-color: #3a3a3a;
    --j-style1-color: #2f2f2f;
    --j-table-head-bg: #c46919;
    --j-table-row-odd: #2f2f2f;
    --j-table-row-even: #3a3a3a;
    --j-table-border: #3a3a3a;
    --j-buttons-accent-bg: #008000;
    --j-buttons-accent-bg-hover: #006b07;
    --j-buttons-secondary-bg: #ef6a20;
    --j-buttons-secondary-bg-hover: #c66419;
    --j-buttons-style1-bg: #008000;
    --j-buttons-style1-bg-hover: #006b07;

}
    

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: #090e1a;
    background: var(--j-bg-color);
    color: #fff;
    color: var(--j-text-color);
    font-size: 16px;
    font-size: var(--j-text-size);
    line-height: 130%
}

li,h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5 {
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px
}

h1 {
    font-size: 38px;
}

h2 {
    width: 100%;
    padding-bottom: 10px;
    font-size: 30px;
    border-bottom: 4px solid var(--j-accent-color)
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

.container {
    max-width: 1300px;
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    margin: auto;
    padding-bottom: 0
}

::-webkit-scrollbar {
    width: 4px;
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: #3d63f1;
    background: var(--j-buttons-accent-bg)
}

@media (max-width: 1199px) {
    h1 {
        font-size:28px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }
}

a {
    color: #00c868;
    color: var(--j-buttons-secondary-bg);
    transition: color .3s ease
}

a:hover {
    color: #00c868;
    color: var(--j-buttons-secondary-bg-hover)
}

header.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px;
    position: sticky;
    top: 0;
    left: 0;
    color: #fff;
    color: var(--j-header-and-footer-text);
    background: #0d1428;
    background: var(--j-header-color);
    z-index: 1000;
    overflow: visible
}

header.header.shadow {
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.25)
}

header.header ul {
    margin: 0
}

header.header .head-container {
    max-width: 1300px;
    width: -webkit-fill-available;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px
}

header.header .logo {
    max-width: 175px
}

header.header .logo img {
    max-height: 50px
}

header.header .line-1 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row
}

header.header .line-1 .first-block {
    display: flex;
    justify-content: space-between;
    width: -webkit-fill-available
}

header.header .line-1 .first-block>div {
    display: flex;
    gap: 20px
}

header.header .line-1 .first-block .nav-block {
    width: -webkit-fill-available
}

header.header .line-1 .nav {
    width: -webkit-fill-available;
    max-width: 70%;
    display: flex;
    gap: 10px;
    align-items: center
}

header.header .line-1 .nav>ul {
    display: flex;
    flex-direction: row;
    gap: 10px
}

header.header .nav>ul li {
    position: relative
}

header.header .nav>ul li .border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    transition: border-color .3s ease
}

header.header .nav>ul li:hover .border {
    border-color: #3d63f1;
    border-color: var(--j-accent-color)
}

header.header .nav>ul li .sub-menu .border {
    display: none
}

header.header .nav ul li .arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer
}

header.header .nav ul li .arrow svg {
    transition: transform .3s ease;
    color: #fff;
    color: var(--j-header-and-footer-text)
}

header.header .nav>ul>li>a .menu-item-icon {
    flex-shrink: 0
}

header.header .nav>ul>li>a svg.menu-item-icon {
    height: 1.15em;
    width: auto;
    max-height: 18px
}

header.header .nav>ul>li>a img.menu-item-icon {
    height: 1.15em;
    width: auto;
    max-height: 18px;
    -o-object-fit: contain;
    object-fit: contain
}

header.header .nav>ul>li>a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-transform: uppercase;
    color: #fff;
    color: var(--j-header-and-footer-text);
    background: 0 0;
    z-index: 2
}

header.header .line-1 .nav .header_add_menu {
    position: relative
}

header.header .line-1 .nav .header_add_menu .header_menu_dots {
    height: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    cursor: pointer;
    transition: border .3s ease
}

header.header .line-1 .nav .header_add_menu .header_menu_dots:hover {
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color)
}

header.header .line-1 .nav .header_add_menu ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    padding: 12px 0;
    margin: 0;
    list-style: none;
    z-index: 10;
    border-radius: 10px;
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    background-color: #0d1428;
    background-color: var(--j-header-color)
}

header.header .line-1 .nav .header_add_menu>ul {
    top: calc(100% + 10px)
}

header.header .line-1 .nav .header_add_menu>ul li a {
    display: flex;
    padding: 6px 12px;
    gap: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    color: var(--j-header-and-footer-text)
}

header.header .line-1 .nav .header_add_menu>ul>li>a {
    padding: 12px
}

header.header .line-1 .nav .header_add_menu>ul li .sub-menu li {
    border: none;
    padding-top: 0;
    padding-bottom: 0
}

header.header .line-1 .nav .header_add_menu>ul li .sub-menu {
    left: 100%;
    margin-left: 5px
}

header.header .mobile-menu .nav>ul li {
    padding-right: 12px
}

header.header .mobile-menu .download-buttons .btn {
    max-width: none
}

header.header .nav>ul>li>.border:hover {
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    color: #fff;
    color: var(--j-header-and-footer-text);
    cursor: pointer
}

header.header .line-1 .first-block .sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

header.header .line-1 .first-block .sub-menu li:first-child {
    margin-top: 8px;
    padding-top: 26px;
    border-top: 2px solid #3f4a69;
    border-top: 2px solid var(--j-header-and-footer-secondary-text);
    border-top-left-radius: 8px;
    border-top-left-radius: var(--j-rounded-medium);
    border-top-right-radius: 8px;
    border-top-right-radius: var(--j-rounded-medium)
}

header.header .line-1 .nav .header_add_menu>ul li {
    position: relative;
    margin: 0 !important
}

header.header .line-1 .first-block .sub-menu li:last-child {
    padding-bottom: 26px;
    border-bottom: 2px solid #3f4a69;
    border-bottom: 2px solid var(--j-header-and-footer-secondary-text);
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: var(--j-rounded-medium);
    border-bottom-right-radius: 8px;
    border-bottom-right-radius: var(--j-rounded-medium)
}

header.header .line-1 .first-block .sub-menu li {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 6px 20px;
    text-transform: uppercase;
    border-right: 2px solid #3f4a69;
    border-right: 2px solid var(--j-header-and-footer-secondary-text);
    border-left: 2px solid #3f4a69;
    border-left: 2px solid var(--j-header-and-footer-secondary-text);
    background: #0d1428;
    background: var(--j-header-color)
}

header.header .line-1 .first-block .sub-menu li a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    color: var(--j-header-and-footer-text);
    transition: color .3s ease
}

header.header .line-1 .first-block .sub-menu li a:hover {
    color: #3d63f1;
    color: var(--j-buttons-accent-bg)
}

header.header .line-1 .first-block .nav li:hover .sub-menu {
    display: flex;
    flex-direction: column
}

header.header .line-1 .first-block .menu-mobile-icon {
    display: none;
    color: #fff;
    color: var(--j-buttons-style1-color)
}

header.header .line-1 .lang-block {
    width: -moz-max-content;
    width: max-content;
    position: relative;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px 12px;
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    cursor: pointer
}

header.header .line-1 .lang-block svg {
    transition: transform .3s ease
}

header.header .line-1 .lang-block img {
    width: 22px;
    height: 22px;
    border-radius: 50%
}

header.header .line-1 .lang-block span {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    text-transform: uppercase
}

header.header .line-1 .buttons {
    display: flex;
    gap: 10px
}

header.header .line-1 .buttons .btn {
    width: -webkit-fill-available
}

header.header .line-2 {
    padding-top: 14px;
    border-top: 2px solid #3f4a69;
    border-top: 2px solid var(--j-header-divider)
}

header.header .line-2 ul {
    display: flex;
    flex-direction: row;
    gap: 10px
}

header.header .line-2 ul li {
    position: relative
}

header.header .line-2 ul li a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-transform: uppercase;
    color: #fff;
    color: var(--j-header-and-footer-text);
    background: 0 0;
    z-index: 2;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    transition: border .3s ease
}

header.header .line-2 ul li a:hover {
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    color: #fff;
    color: var(--j-header-and-footer-text);
    cursor: pointer
}

header.header .mobile-menu {
    display: none;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

header.header .mobile-menu nav {
    width: 100%
}

header.header .mobile-menu nav ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px
}

header.header .mobile-menu nav li .sub-menu {
    width: 100%;
    margin-top: 8px;
    padding: 12px;
    display: none;
    flex-direction: column;
    gap: 12px;
    border: 2px solid #3f4a69;
    border: 2px solid var(--j-header-and-footer-secondary-text);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    cursor: pointer
}

header.header .mobile-menu nav .sub-menu li {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-transform: uppercase
}

header.header .mobile-menu nav .sub-menu li .border {
    border: none
}

header.header .mobile-menu nav .sub-menu li a {
    padding: 0;
    color: #fff;
    color: var(--j-header-and-footer-text)
}

header.header .mobile-menu nav .sub-menu li a:hover {
    border: none
}

@media (max-width: 1199px) {
    header.header {
        padding:14px
    }

    header.header .line-1 {
        flex-direction: column
    }

    header.header .line-1 .first-block .nav {
        display: none
    }

    header.header .line-1 .first-block .menu-block {
        display: flex;
        gap: 20px
    }

    header.header .line-1 .first-block .menu-mobile-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 8px;
        border-radius: var(--j-rounded-medium);
        background-color: #444e66;
        background-color: var(--j-buttons-style1-bg);
        cursor: pointer
    }

    header.header .line-2 {
        display: none
    }

    header.header .mobile-menu .nav>ul li {
        padding-right: 0
    }
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background: #0d1428;
    background: var(--j-footer-color)
}

footer .container {
    padding-top: 0
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: -webkit-fill-available;
    color: #fff;
    color: var(--j-footer-text)
}

footer .footer-container .links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1
}

footer .footer-container .links nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0
}

footer .footer-container .links nav ul li a {
    font-size: 14px;
    transition: color .2s ease-in-out;
    color: #fff;
    color: var(--j-footer-text)
}

footer .footer-container .links nav ul li a:hover {
    color: #3d63f1;
    color: var(--j-accent-color)
}

footer .footer-container .links .socials {
    display: flex;
    gap: 10px
}

footer .footer-container .links .socials li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transition: background-color .2s ease-in-out;
    color: #fff;
    color: var(--j-buttons-style1-color);
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

footer .footer-container .links .socials li:hover {
    background-color: #3d63f1;
    background-color: var(--j-accent-color)
}

footer .footer-container .divider {
    width: 100%;
    height: 2px;
    background-color: #3f4a69;
    background-color: var(--j-footer-divider)
}

footer .footer-container .links-2 {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

footer .footer-container .links-2 .payment {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
    color: #fff;
    color: var(--j-footer-text)
}

footer .footer-container .links-2 .payment li {
    display: flex;
    align-items: center;
    justify-content: center
}

footer .footer-container .links-2 .payment img {
    height: 20px
}

footer .footer-container .footer-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

footer .footer-container .footer-bottom .text {
    max-width: 980px;
    min-width: 50%;
    font-size: 12px;
    color: #fff;
    color: var(--j-footer-text)
}

footer .footer-container .footer-bottom .icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

footer .footer-container .footer-bottom .icons img {
    height: 35px;
    max-width: none
}

footer .footer-container .copyright {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    color: var(--j-footer-text)
}

@media (max-width: 1199px) {
    footer .footer-container .links,footer .footer-container .links-2,footer .footer-container .footer-bottom {
        flex-direction:column;
        align-items: flex-start
    }

    footer .footer-container .links-2 .download-buttons {
        width: 100%
    }

    footer .footer-container .footer-bottom .text {
        max-width: none;
        min-width: none
    }
}

.breadcrumbs {
    font-size: 14px;
    font-size: var(--j-text-size-secondary);
    color: #3f4a69;
    color: var(--j-header-and-footer-secondary-text);
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.breadcrumbs a {
    text-decoration: none;
    color: #3d63f1;
    color: var(--j-accent-color)
}

@media (max-width: 1199px) {
    .breadcrumbs {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }
}

.section_title {
    width: 100%;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    border-bottom: 4px solid var(--j-accent-color);
    color: #fff;
    color: var(--j-text-color)
}

main .paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    color: var(--j-text-color)
}

main .paragraph span {
    color: #00c868;
    color: var(--j-secondary-color)
}

@media (max-width: 1199px) {
    .section_title {
        font-size:24px
    }
}

.btn,.wp-block-buttons .wp-block-button .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: color .3s ease,background-color .3s ease;
    border-radius: 8px;
    border-radius: var(--j-rounded-button);
    font-family: "Montserrat", sans-serif;
}

.btn.accent-btn {
    color: #fff;
    color: var(--j-buttons-accent-color);
    background: #3d63f1;
    background: var(--j-buttons-accent-bg)
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
    color: #fff;
    color: var(--j-buttons-accent-color);
    background: #3d63f1;
    background: var(--j-buttons-accent-bg)
}

.btn.accent-btn:hover {
    background: #3d63f1;
    background: var(--j-buttons-accent-bg-hover)
}

.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
    background: #3d63f1;
    background: var(--j-buttons-accent-bg-hover)
}

.btn.secondary-btn {
    color: #fff;
    color: var(--j-buttons-secondary-color);
    background-color: #00c868;
    background-color: var(--j-buttons-secondary-bg)
}

.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link {
    color: #fff;
    color: var(--j-buttons-secondary-color);
    background-color: #00c868;
    background-color: var(--j-buttons-secondary-bg)
}

.btn.secondary-btn:hover {
    background-color: #00c868;
    background-color: var(--j-buttons-secondary-bg-hover)
}

.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link:hover {
    background-color: #00c868;
    background-color: var(--j-buttons-secondary-bg-hover)
}

.btn.style1-btn {
    color: #fff;
    color: var(--j-buttons-style1-color);
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg)
}

.wp-block-buttons .wp-block-button.is-style-style1 .wp-block-button__link {
    color: #fff;
    color: var(--j-buttons-style1-color);
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg)
}

.btn.style1-btn:hover {
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg-hover)
}

.wp-block-buttons .wp-block-button.is-style-style1 .wp-block-button__link:hover {
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg-hover)
}

.btn.style2-btn {
    color: #000;
    color: var(--j-buttons-style2-color);
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg)
}

.wp-block-buttons .wp-block-button.is-style-style2 .wp-block-button__link {
    color: #000;
    color: var(--j-buttons-style2-color);
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg)
}

.btn.style2-btn:hover {
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg-hover)
}

.wp-block-buttons .wp-block-button.is-style-style2 .wp-block-button__link:hover {
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg-hover)
}

.wp-block-buttons {
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.wp-block-buttons .wp-block-button .wp-block-button__link>span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 175px
}

@media (max-width: 1199px) {
    .wp-block-buttons {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }
}

@media (max-width: 575px) {
    .wp-block-buttons .wp-block-button {
        width:100%
    }

    .wp-block-buttons .wp-block-button .wp-block-button__link {
        width: 100%
    }
}

.wp-block-hb-g-section {
    margin-bottom: 60px;
    margin-bottom: var(--j-margin-section)
}

.wp-block-hb-g-section .wp-block-image img {
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.wp-block-hb-g-section ol {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-list-margin-bottom);
    counter-reset: item
}

.wp-block-hb-g-section ol li ul,.wp-block-hb-g-section ol li ol,.wp-block-hb-g-section ul li ul,.wp-block-hb-g-section ul li ol {
    margin-top: 8px;
    margin-bottom: 0
}

.wp-block-hb-g-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: var(--j-list-margin-bottom)
}

.wp-block-hb-g-section ol>li,.wp-block-hb-g-section ul>li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px
}

.wp-block-hb-g-section ol>li:last-child,.wp-block-hb-g-section ul>li:last-child {
    margin-bottom: 0
}

.wp-block-hb-g-section ol li span,.wp-block-hb-g-section ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.wp-block-hb-g-section ol>li {
    counter-increment: item
}

.wp-block-hb-g-section ol>li:before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: -2px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #00c868;
    color: var(--j-secondary-color);
    line-height: 130%
}

.wp-block-hb-g-section ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 24px;
    height: 24px;
    background-color: #00c868;
    background-color: var(--j-secondary-color);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
    mask-size: 18px 18px;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M443.3 100.7c6.2 6.2 6.2 16.4 0 22.6l-272 272c-6.2 6.2-16.4 6.2-22.6 0l-144-144c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L160 361.4 420.7 100.7c6.2-6.2 16.4-6.2 22.6 0z'/%3E%3C/svg%3E");
    -webkit-mask-size: 18px 18px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center
}

.wp-block-hb-g-section>*:last-child {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .wp-block-hb-g-section {
        margin-bottom:30px;
        margin-bottom: var(--j-margin-section-mob)
    }

    .wp-block-hb-g-section ol {
        margin-bottom: 20px;
        margin-bottom: var(--j-list-margin-bottom)
    }

    .wp-block-hb-g-section ul {
        margin-bottom: 20px;
        margin-bottom: var(--j-list-margin-bottom)
    }
}

.hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 40px 14px;
    width: -webkit-fill-available;
    position: relative;
    background-color: #0d1428;
    background-color: var(--j-header-color);
    margin-bottom: 40px
}

.hero .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-image: var(--background_image,none);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero .text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    max-width: 1080px;
    position: relative;
    text-align: center;
    z-index: 1
}

.hero .text-block .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center
}

.hero .text-block h1 {
    margin: 0
}

.hero .text-block b {
    color: #00c868;
    color: var(--j-secondary-color);
    font-weight: inherit
}

.hero .text-block .top .divider {
    width: 100px;
    height: 4px;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    background-color: #00c868;
    background-color: var(--j-secondary-color)
}

.hero .image-bg {
    max-width: 880px
}

.hero .image-bg img {
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.hero .breadcrumbs {
    z-index: 1;
    text-align: center;
    margin-bottom: 0
}

.hero .download-buttons {
    width: 100%;
    max-width: 600px
}

@media (max-width: 1199px) {
    .hero {
        padding:40px 14px 14px;
        margin-bottom: 0
    }

    .hero .background {
        background: 0 0
    }
}

.download-buttons {
    display: flex;
    gap: 10px;
    height: -moz-fit-content;
    height: fit-content
}

.download-buttons .btn {
    display: flex;
    gap: 10px;
    width: -webkit-fill-available;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 6px 24px;
    text-align: left;
    text-transform: none;
    color: #000;
    color: var(--j-buttons-style2-color);
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg)
}

.download-buttons .btn:hover {
    background-color: #fff;
    background-color: var(--j-buttons-style2-bg-hover)
}

.download-buttons .btn>div:last-child {
    display: flex;
    flex-direction: column
}

.download-buttons .btn span {
    font-weight: 700;
    white-space: nowrap
}

.arrow-up {
    position: fixed;
    right: 5%;
    bottom: -20%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: bottom .3s ease;
    z-index: 100;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.25);
    color: #fff;
    color: var(--j-buttons-style1-color);
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.arrow-up.active {
    bottom: 5%
}

.mobile-panel {
    display: none;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: fixed;
    left: 0;
    bottom: -20%;
    padding: 14px;
    width: -webkit-fill-available;
    transition: bottom .5s ease;
    border-top: 2px solid #3d63f1;
    border-top: 2px solid var(--j-accent-color);
    box-shadow: 0 -8px 20px 0 rgba(0,0,0,.25);
    background: #0d1428;
    background: var(--j-header-color)
}

.mobile-panel.active {
    bottom: 0;
    z-index: 10
}

.mobile-panel .main-text {
    display: flex;
    gap: 10px;
    color: #fff;
    color: var(--j-text-color)
}

.mobile-panel .main-text .icon {
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3d63f1;
    background: var(--j-buttons-accent-bg)
}

.mobile-panel .main-text .icon .icon-svg {
    width: 30px;
    height: 30px
}

.mobile-panel .main-text .text {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.mobile-panel .main-text .bonus-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.mobile-panel .main-text .bonus-text {
    font-size: 10px;
    line-height: 140%
}

.mobile-panel .download-buttons .btn {
    padding: 6px 14px
}

@media (max-width: 1199px) {
    .arrow-up {
        right:14px
    }

    .mobile-panel {
        display: flex
    }

    .container {
        padding: 30px 14px;
        padding-bottom: 0
    }
}

.lwptoc {
    margin: 0 0 60px !important;
    margin: 0 0 var(--j-margin-section) !important;
    background-color: transparent !important
}

.lwptoc_i {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    background-color: transparent !important;
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.lwptoc_i .lwptoc_header {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    color: var(--j-text-color)
}

.lwptoc_i .lwptoc_header .lwptoc_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    color: var(--j-text-color)
}

.lwptoc_i .lwptoc_header .lwptoc_toggle_arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 6px;
    border-radius: var(--j-rounded-small);
    cursor: pointer;
    transition: transform .3s ease
}

.lwptoc_i .lwptoc_header .lwptoc_toggle_arrow svg {
    fill: #fff;
    fill: var(--j-buttons-style1-color);
    transition: transform .3s ease
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    gap: 10px;
    width: 100%
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap li:before {
    display: none
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a:hover {
    border: none !important
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a {
    display: flex;
    font-size: 16px;
    line-height: 130%
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a .lwptoc_item_number {
    font-weight: 600;
    color: #00c868;
    color: var(--j-secondary-color);
    padding: 0 8px
}

.lwptoc_i .lwptoc_items .lwptoc_itemWrap li a .lwptoc_item_label {
    font-weight: 400;
    color: #fff;
    color: var(--j-text-color)
}

@media (max-width: 1199px) {
    .lwptoc {
        margin:0 0 30px !important;
        margin: 0 0 var(--j-margin-section-mob) !important
    }

    .lwptoc_i .lwptoc_header .lwptoc_title {
        font-size: 16px
    }

    .lwptoc_i .lwptoc_items .lwptoc_itemWrap {
        grid-template-columns: 1fr
    }
}

.wp-block-table {
    margin-bottom: 20px;
    margin-bottom: var(--j-p-margin-bottom);
    overflow: auto;
    max-width: 94vw
}

.wp-block-table table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #2a3a5c;
    border: 1px solid var(--j-table-border,#2a3a5c);
    background: 0 0
}

.wp-block-table table tr th,.wp-block-table table tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 8px 10px;
    border: 1px solid #2a3a5c;
    border: 1px solid var(--j-table-border,#2a3a5c)
}

.wp-block-table table thead tr th {
    background-color: #3d63f1;
    background-color: var(--j-table-head-bg,var(--j-accent-color));
    color: #fff;
    color: var(--j-table-head-text,#fff)
}

.wp-block-table table tbody tr:nth-child(odd) td,.wp-block-table table tbody tr:nth-child(odd) th {
    background-color: #1d273f;
    background-color: var(--j-table-row-odd,var(--j-style1-color));
    color: #fff;
    color: var(--j-table-text,var(--j-text-color))
}

.wp-block-table table tbody tr:nth-child(even) td,.wp-block-table table tbody tr:nth-child(even) th {
    background-color: #1d273f;
    background-color: var(--j-table-row-even,var(--j-style1-color));
    color: #fff;
    color: var(--j-table-text,var(--j-text-color))
}

.wp-block-table::-webkit-scrollbar {
    height: 5px
}

.wp-block-table::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 10px
}

.wp-block-table::-webkit-scrollbar-track {
    border-radius: 10px
}

@media (max-width: 1199px) {
    .wp-block-table {
        padding-bottom:20px
    }
}

.error404 {
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between
}

.error-page {
    flex-grow: 1;
    max-height: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 40px 0
}

.error-page .error-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 12px
}

.error-page .error-container .head-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    color: #3d63f1;
    color: var(--j-accent-color)
}

.error-page .error-container .head-block .message {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    text-transform: uppercase
}

.error-page .error-container .head-block .error-type {
    font-size: 180px;
    font-weight: 700;
    line-height: 180px;
    text-align: center
}

.error-page .error-container .error-description {
    max-width: 420px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px
}

.error-page .copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: center;
    color: #3f4a69;
    color: var(--j-header-and-footer-secondary-text)
}

@media (max-width: 1199px) {
    .error-page .error-container .head-block .error-type {
        font-size:100px;
        line-height: 100px
    }
}

.post_modified_date {
    font-size: 12px;
    color: #3f4a69;
    color: var(--j-header-and-footer-secondary-text);
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

@media (max-width: 1199px) {
    .post_modified_date {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }
}

.categories {
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.categories ::-webkit-scrollbar {
    display: none
}

.categories ul {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
    grid-gap: 20px;
    gap: 20px
}

.categories ul li {
    display: flex;
    padding: 0;
    margin: 0
}

.categories ul li:before {
    display: none
}

.categories ul li>div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 20px;
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    background: #0d1428;
    background: var(--j-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large);
    cursor: pointer;
    color: #fff;
    color: var(--j-text-blocks-color)
}

.categories ul li>div:hover {
    background-color: #3d63f1;
    background-color: var(--j-accent-color)
}

.categories ul li>div img {
    height: 35px;
    width: auto
}

.categories ul li>div .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 4px
}

@media (max-width: 1199px) {
    .categories {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .categories ul {
        display: flex;
        gap: 10px;
        overflow: auto
    }

    .categories ul li>div {
        padding: 14px;
        min-width: 140px
    }
}

.games_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.games_section .game_block {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    list-style: none;
    background: #0d1428;
    background: var(--j-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large);
    color: #fff;
    color: var(--j-text-blocks-color)
}

.games_section .game_block .head {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

.games_section .game_block .head .line {
    position: absolute;
    width: 100px;
    height: 4px;
    top: 0;
    left: 40px;
    background: #3d63f1;
    background: var(--j-accent-color);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.games_section .game_block .head .title {
    width: auto;
    padding: 0;
    margin: 0;
    border: none
}

.games_section .game_block .head .arrows {
    display: flex;
    gap: 10px
}

.games_section .game_block .head .arrows>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    color: var(--j-buttons-style1-color);
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 6px;
    border-radius: var(--j-rounded-small);
    cursor: pointer
}

.games_section .game_block ul {
    display: flex;
    gap: 20px;
    overflow: auto;
    margin: 0;
    height: -moz-min-content;
    height: min-content
}

.games_section .game_block ul::-webkit-scrollbar {
    display: none
}

.games_section .game_block ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    height: -moz-min-content;
    height: min-content
}

.games_section .game_block ul li:before {
    content: "";
    display: none;
    height: -moz-min-content;
    height: min-content
}

.games_section .game_block ul li .image-bg {
    width: 193px
}

.games_section .game_block ul li .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    height: 130px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.games_section .game_block ul li .image:hover .hover-bg {
    display: flex
}

.games_section .game_block ul li .image .hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: rgba(0,0,0,.6)
}

.games_section .game_block ul li .image .circle {
    width: 48px;
    height: 48px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    color: #00c868;
    color: var(--j-secondary-color);
    background-color: #fff
}

.games_section .game_block ul li .image .circle svg {
    transform: translateX(10%)
}

.games_section .game_block ul li .image .circle-outline {
    width: 56px;
    height: 56px;
    position: absolute;
    border: 2px solid #00c868;
    border: 2px solid var(--j-secondary-color);
    background-color: transparent;
    border-radius: 50%
}

.games_section .game_block ul li .image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 193px
}

.games_section .game_block ul li .game_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px
}

@media (max-width: 1199px) {
    .games_section {
        gap:30px;
        margin-bottom: 28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .games_section .game_block ul {
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        display: grid;
        grid-template-rows: min-content min-content;
        grid-auto-flow: column;
        grid-gap: 10px;
        gap: 10px;
        overflow-x: auto
    }

    .games_section .game_block ul li .image {
        height: 100px
    }

    .games_section .game_block ul li .image-bg {
        width: 153px
    }

    .games_section .game_block ul li .image .hover-bg {
        display: none !important
    }
}

.bonuses_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.bonuses_section .bonuses_content ul {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px, 1fr));
    grid-gap: 20px;
    gap: 20px;
    margin: 0
}

.bonuses_section .bonuses_content ul li {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0;
    background-color: #0d1428;
    background-color: var(--j-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.bonuses_section .bonuses_content ul li .image {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 3
}

.bonuses_section .bonuses_content ul li .image>div,.bonuses_section .bonuses_content ul li .image img {
    width: 100%
}

.bonuses_section .bonuses_content ul li:before {
    display: none
}

.bonuses_section .bonuses_content ul li .card_content {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    min-height: 255px;
    padding: 20px
}

.bonuses_section .bonuses_content ul li .card_content .line {
    position: absolute;
    left: 0;
    top: 40px;
    width: 4px;
    height: 100px;
    background-color: #3d63f1;
    background-color: var(--j-accent-color)
}

.bonuses_section .bonuses_content ul li .card_content .gradient {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: #3d63f1;
    background-color: var(--j-accent-color);
    filter: blur(200px);
    transform: translate(50%,50%);
    border-radius: 100%
}

.bonuses_section .bonuses_content ul li .card_content .top {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.bonuses_section .bonuses_content ul li .card_content .label {
    padding: 6px 10px;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    color: var(--j-text-blocks-color);
    background: rgba(255,255,255,.2);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.bonuses_section .bonuses_content ul li .card_content .top .card_title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: var(--j-blocks-heading-color)
}

.bonuses_section .bonuses_content ul li .card_content .top .card_title span {
    color: #3d63f1;
    color: var(--j-accent-color)
}

.bonuses_section .bonuses_content ul li .card_content .top .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    color: var(--j-text-blocks-color)
}

.bonuses_section .bonuses_content ul li .card_content .buttons {
    display: flex;
    gap: 10px;
    position: relative
}

@media (max-width: 1199px) {
    .bonuses_section {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .bonuses_section .bonuses_content ul {
        grid-template-columns: none
    }

    .bonuses_section .bonuses_content ul li .card_content {
        padding: 14px;
        min-height: auto
    }

    .bonuses_section .bonuses_content ul li .card_content .top .card_title {
        font-size: 24px
    }
}

.media_block {
    display: grid;
    grid-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-areas: "title media" "content media";
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.media_block .title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: title;
    align-self: flex-end
}

.media_block .content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: content;
    align-self: flex-start
}

.media_block .content .acf-innerblocks-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.media_block .media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    align-self: center;
    grid-area: media;
    position: relative
}

.media_block .media img {
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.media_block .media video {
    width: 100%;
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.media_block .media a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.media_block.leftc {
    grid-template-areas: "media title" "media content"
}

.media_block.top {
    grid-template-rows: auto 1fr
}

.media_block.top .title,.media_block.top .media {
    align-self: flex-start
}

.media_block.notitle {
    grid-template-areas: "content media"
}

.media_block.notitle.leftc {
    grid-template-areas: "media content"
}

.media_block.notitle.middle .content {
    align-self: center
}

.media_block .acf-innerblocks-container>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width: 1199px) {
    .media_block {
        grid-template-columns:none !important;
        grid-template-areas: "title" "media" "content" !important;
        margin-bottom: 28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .media_block .media {
        margin-bottom: 16px;
        text-align: center !important
    }

    .media_block .media video {
        max-height: 400px
    }

    .media_block .media img {
        width: auto;
        max-height: 400px
    }

    .media_block .title {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .media_block .content {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }

    .media_block .media {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }
}

.media_block_slider {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.media_block_slider .first {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #fff;
    color: var(--j-text-color)
}

.media_block_slider .first .acf-innerblocks-container>*:last-child {
    margin-bottom: 0
}

.media_block_slider .second {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding: 20px;
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    background-color: #0d1428;
    background-color: var(--j-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.media_block_slider .second .head-block.active {
    display: block
}

.media_block_slider .second .image-block {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
    width: 420px;
    overflow: hidden
}

.media_block_slider .second .image-block .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    color: #fff;
    color: var(--j-buttons-style1-color);
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg);
    transform: translateY(-50%);
    border-radius: 6px;
    border-radius: var(--j-rounded-small);
    cursor: pointer;
    z-index: 5
}

.media_block_slider .second .image-block .left-arrow {
    left: 20px
}

.media_block_slider .second .image-block .right-arrow {
    right: 20px
}

.media_block_slider .second .image-block ul {
    display: flex;
    gap: 40px;
    list-style: none;
    transition: transform .3s ease
}

.media_block_slider .second .image-block ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    max-width: 340px;
    width: 340px;
    padding: 0;
    margin: 0
}

.media_block_slider .second .image-block ul li:before {
    display: none
}

.media_block_slider .second .image-block ul li .media_slider_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    color: var(--j-text-blocks-color);
    background-color: #1d273f;
    background-color: var(--j-style1-color);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.media_block_slider .second .image-block ul li img {
    max-height: 500px
}

.media_block_slider .second .pagination {
    display: flex;
    gap: 4px;
    text-align: center
}

.media_block_slider .second .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #444e66;
    background-color: var(--j-buttons-style1-bg);
    border-radius: 50%;
    cursor: pointer
}

.media_block_slider .second .pagination .active {
    background-color: #3d63f1;
    background-color: var(--j-buttons-accent-bg)
}

.media_block_slider.leftc {
    flex-direction: row-reverse
}

@media (max-width: 1199px) {
    .media_block_slider {
        flex-direction:column !important;
        margin-bottom: 28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .media_block_slider .second {
        overflow: hidden
    }

    .media_block_slider .second .image-block ul li .media_slider_title {
        font-size: 16px;
        line-height: 130%
    }
}

.features_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.features_section ul {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 20px;
    gap: 20px;
    margin: 0
}

.features_section ul li {
    margin: 0;
    display: flex;
    grid-column: span 2;
    gap: 20px;
    padding: 20px;
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    color: #fff;
    color: var(--j-text-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.features_section ul li:before {
    display: none
}

.features_section ul li .icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    padding: 10px;
    background: #3d63f1;
    background: var(--j-accent-color);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium);
    color: #fff;
    color: var(--j-buttons-style1-color)
}

.features_section ul li .icon-block svg,.features_section ul li .icon-block img {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

.features_section ul li .icon-block svg {
    fill: currentColor
}

.features_section ul li .feature-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .features_section {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .features_section ul {
        display: flex;
        flex-direction: column;
        gap: 10px
    }
}

.promotion_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block);
    border-radius: 16px;
    border-radius: var(--j-rounded-large);
    background: #0d1428;
    background: var(--j-blocks-color);
    color: #fff;
    color: var(--j-text-blocks-color)
}

.promotion_section .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 8px;
    transform: translate(-50%,-50%);
    background-color: #3d63f1;
    background-color: var(--j-accent-color);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.promotion_section .gradient {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%,-50%);
    background-color: #3d63f1;
    background-color: var(--j-accent-color);
    filter: blur(200px);
    border-radius: 100%
}

.promotion_section .text-block {
    text-align: center;
    z-index: 1
}

.promotion_section .text-block .head {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 10px;
    z-index: 1
}

.promotion_section .text-block .head b {
    font-weight: 700;
    color: #3d63f1;
    color: var(--j-accent-color)
}

.promotion_section .promotion_content {
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    z-index: 1
}

.promotion_section .promotion_content .field {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #3d63f1;
    border: 2px dashed var(--j-accent-color);
    padding: 6px 24px;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.promotion_section .promotion_content .field span {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}

.promotion_section .promotion_content .field .promo-copy-icon {
    cursor: pointer
}

.promotion_section .promotion_content .field .copy {
    color: #00c868;
    color: var(--j-buttons-secondary-bg);
    transition: color .5s ease-in-out
}

@media (max-width: 1199px) {
    .promotion_section {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .promotion_section .text-block .head {
        font-size: 24px;
        line-height: 120%
    }

    .promotion_section .promotion_content {
        flex-direction: column
    }
}

.app_tabs {
    display: flex;
    gap: 20px;
    padding: 20px;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block);
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    background: #0d1428;
    background: var(--j-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.app_tabs .image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    min-width: 35%;
    padding: 20px;
    background-color: #1d273f;
    background-color: var(--j-style1-color);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.app_tabs .image-block img {
    display: none;
    width: 100%;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.app_tabs .image-block img.active {
    display: block
}

.app_tabs .tabs-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    color: #fff;
    color: var(--j-text-color)
}

.app_tabs .tabs-block .tabs {
    display: flex;
    width: 100%;
    padding: 2px;
    list-style: none;
    color: #fff;
    color: var(--j-buttons-style1-color);
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.app_tabs .tabs-block .tabs>.tab {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: -webkit-fill-available;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 8px;
    border-radius: var(--j-rounded-medium)
}

.app_tabs .tabs-block .tabs>.tab:before {
    content: ""
}

.app_tabs .tabs-block .tabs>.tab.active {
    color: #fff;
    color: var(--j-buttons-accent-color);
    background: #3d63f1;
    background: var(--j-buttons-accent-bg)
}

.app_tabs .tabs-block .tabs>.tab span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

.app_tabs .tabs-block .tab-content-list {
    color: #fff;
    color: var(--j-text-blocks-color)
}

.app_tabs .tab-content {
    display: none;
    flex-direction: column;
    gap: 40px
}

.app_tabs .tab-content.active {
    display: flex
}

.app_tabs .tab-content .tab-description .download-buttons {
    width: -moz-fit-content;
    width: fit-content
}

.app_tabs ol {
    list-style: none;
    padding: 0
}

.app_tabs ol li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px
}

.app_tabs ol li:last-child {
    margin-bottom: 0
}

.app_tabs ol li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.app_tabs ol {
    counter-reset: item
}

.app_tabs ol>li {
    counter-increment: item
}

.app_tabs ol>li:before {
    position: absolute;
    left: 0;
    top: -2px;
    content: counter(item);
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #00c868;
    color: var(--j-secondary-color);
    line-height: 130%
}

@media (max-width: 1199px) {
    .app_tabs {
        flex-direction:column;
        margin-bottom: 28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .app_tabs .image-block {
        width: -webkit-fill-available
    }

    .app_tabs .image-block img {
        width: -moz-fit-content;
        width: fit-content;
        max-height: 400px
    }

    .app_tabs .tab-content .tab-description .tab-title {
        font-size: 20px
    }

    .app_tabs .tab-content .tab-description .download-buttons {
        width: 100%
    }
}

.cards_section {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.cards_section .image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.cards_section .image img,.cards_section .image>div {
    width: 100%
}

.cards_section ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    gap: 20px;
    width: 100%;
}

.cards_section ul li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border: 2px solid #3d63f1;
    border: 2px solid var(--j-accent-color);
    background: #0d1428;
    background: var(--j-blocks-color);
    color: #fff;
    color: var(--j-text-blocks-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large);
    width: 100%;
}

.cards_section ul li:before {
    display: none
}

.cards_section ul li .card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin: 0
}

.cards_section ul li .paragraph {
    color: inherit
}

.cards_section ul li table {
    border-collapse: collapse;
    width: 100%
}

.cards_section ul li table tr {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.cards_section ul li table tr td {
    padding: 8px 10px;
    background-color: #1d273f;
    background-color: var(--j-style1-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.cards_section ul li table tr td:first-child {
    border-top-left-radius: 8px;
    border-top-left-radius: var(--j-rounded-medium);
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: var(--j-rounded-medium)
}

.cards_section ul li table tr td:last-child {
    border-top-right-radius: 8px;
    border-top-right-radius: var(--j-rounded-medium);
    border-bottom-right-radius: 8px;
    border-bottom-right-radius: var(--j-rounded-medium)
}

.cards_section ul li table tr:not(:first-child) td {
    margin-top: 6px
}

@media (max-width: 1199px) {
    .cards_section {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .cards_section ul {
        display: flex;
        flex-direction: column
    }

    .cards_section ul li .card-title {
        font-size: 20px
    }
}

.faq_section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: var(--j-margin-block)
}

.faq_section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0
}

.faq_section ul li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 0;
    width: -webkit-fill-available;
    background: #1d273f;
    background: var(--j-style1-color);
    color: #fff;
    color: var(--j-text-color);
    border-radius: 16px;
    border-radius: var(--j-rounded-large)
}

.wp-block-hb-g-section .faq_section ul>li {
    padding-left: 20px
}

.wp-block-hb-g-section .faq_section ul>li:before {
    content: none;
    display: none
}

.faq_section ul li .faq_item-question {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

.faq_section ul li .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    color: #fff;
    color: var(--j-buttons-style1-color);
    background: #444e66;
    background: var(--j-buttons-style1-bg);
    border-radius: 6px;
    border-radius: var(--j-rounded-small);
    cursor: pointer
}

.faq_section ul li.active .arrow {
    background: #3d63f1;
    background: var(--j-accent-color)
}

.faq_section ul li .arrow svg {
    transition: transform .3s ease
}

.faq_section ul li.active .arrow svg {
    transform: rotate(-180deg)
}

.faq_section ul li .faq_item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%
}

.faq_section ul li.active .faq_item-title {
    transition: color .3s ease;
    color: #3d63f1;
    color: var(--j-accent-color)
}

.faq_section ul li .faq_item-answer {
    display: none
}

.faq_section ul li.active .faq_item-answer {
    display: flex
}

@media (max-width: 1199px) {
    .faq_section {
        margin-bottom:28px;
        margin-bottom: var(--j-margin-block-mob)
    }

    .faq_section ul li .faq_item-title {
        font-size: 18px
    }
    .border-mb-none{display: none;}
}

.casino-showcase-rating {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sr-card {
    position: relative;
    background: #182021;
    background: var(--sr-card-bg,#182021);
    border-radius: 16px;
    padding: 20px;
    color: #fff;
    color: var(--sr-text,#fff);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.sr-card__accent-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #f1b535;
    background: var(--sr-accent,#f1b535);
    border-radius: 0 0 4px 4px;
    z-index: 2
}

.sr-card__main {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px
}

.sr-card__bookmaker {
    position: relative;
    flex-shrink: 0;
    width: 244px;
    height: 90px;
    background: #182021;
    background: var(--sr-card-bg,#182021);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.sr-card__logo {
    max-width: 116px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2
}

.sr-card__rank {
    position: absolute;
    top: 8px;
    left: -26px;
    width: 100px;
    text-align: center;
    padding: 10px 23px 5px 21px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #0d1428;
    color: var(--j-showcase-rank-text,#0d1428);
    background: #f1b535;
    background: var(--j-showcase-rank-bg,#f1b535);
    transform: rotate(-45deg);
    z-index: 3;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px
}

.sr-card__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0
}

.sr-card__rating-label {
    font-size: 16px;
    font-weight: 400
}

.sr-card__rating-row {
    display: flex;
    align-items: center;
    gap: 14px
}

.sr-card__rating-bar {
    position: relative;
    width: 100px;
    height: 10px;
    border-radius: 5px;
    background: #ebfff5;
    background: var(--j-showcase-rating-bar,#ebfff5);
    overflow: hidden
}

.sr-card__rating-fill {
    position: absolute;
    inset: 0;
    background: #3d63f1;
    background: var(--sr-rating-fill,var(--j-showcase-rating-fill,var(--j-buttons-accent-bg,var(--j-accent-color,#379774))));
    border-radius: 5px;
    opacity: 1
}

.sr-card__rating-value {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.sr-card__bonus {
    flex: 1;
    min-width: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.sr-card__bonus-name {
    font-size: 20px;
    font-weight: 700;
    color: #f1b535;
    color: var(--sr-accent,#f1b535)
}

.sr-card__bonus-name strong,.sr-card__bonus-name b {
    color: #f1b535;
    color: var(--sr-bonus-hl,var(--sr-accent,#f1b535))
}

.sr-card__bonus-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

.sr-card__btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    background: #379774;
    background: var(--sr-btn,#379774);
    color: #fff;
    color: var(--sr-btn-text,#fff);
    transition: background-color .2s,color .2s;
    white-space: nowrap;
    text-transform: uppercase
}

.sr-card__btn:hover {
    background: #3d63f1;
    background: var(--sr-btn-hover,var(--j-buttons-accent-bg-hover));
    color: #fff;
    color: var(--sr-btn-text,#fff)
}

.sr-card__sep {
    display: block;
    width: 100%;
    height: .5px;
    background: #fff;
    background: var(--sr-lines,#fff);
    opacity: .1
}

.sr-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%
}

.sr-card__features li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400
}

.sr-card__features i {
    color: #f1b535;
    color: var(--sr-accent,#f1b535);
    font-size: 16px
}

.sr-card__disclaimer {
    font-size: 12px;
    text-align: center;
    opacity: .8
}

.sr-card__btn--mobile {
    display: none
}

.platform-table table, .app-content p{margin-bottom: 0;}
.border-border, .border-border\/50 {
    border-color: rgb(221 221 221 / 10%);
}
.bg-card {
    background-color: #15181e;
}

@media (max-width: 768px) {
    .sr-card__main {
        flex-direction:column;
        gap: 20px
    }

    .sr-card__bookmaker {
        width: 100%;
        height: 90px
    }

    .sr-card__info {
        align-items: center
    }

    .sr-card__bonus {
        text-align: center
    }

    .sr-card__btn--desktop {
        display: none
    }

    .sr-card__btn--mobile {
        display: inline-flex;
        width: 100%;
        justify-content: center
    }

    .sr-card__features {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }
}

@media (max-width: 568px) {
.mobile-btn .btn{font-size: 12px;padding: 8px;}
}


/* ==============================
   STICKY TELEGRAM BUTTON
============================== */
.sticky-tel-btn{position:fixed;right:20px;bottom:20px;z-index:99999;}

/* Main button */
.tel-link{position:relative;display:flex;align-items:center;gap:10px;min-width:185px;padding:10px 18px 10px 10px;overflow:hidden;color:#ffffff;background:linear-gradient(135deg,#2aabee,#168acd);border:2px solid rgba(255,255,255,0.35);border-radius:50px;text-decoration:none;cursor:pointer;box-shadow:0 8px 22px rgba(34,158,217,0.38),0 0 0 0 rgba(34,158,217,0.55);transition:transform 0.25s ease,box-shadow 0.25s ease,background 0.25s ease;animation:telegramPulse 1.8s infinite,telegramButtonBlink 1.4s infinite;}

/* Hover effect */
.tel-link:hover{color:#ffffff;background:linear-gradient(135deg,#168acd,#2aabee);transform:translateY(-4px) scale(1.04);box-shadow:0 14px 32px rgba(34,158,217,0.5),0 0 0 5px rgba(34,158,217,0.12);}

/* Focus accessibility */
.tel-link:focus-visible{outline:3px solid rgba(34,158,217,0.35);outline-offset:4px;}

/* Telegram icon */
.tel-link img{position:relative;z-index:2;width:44px;height:44px;flex:0 0 44px;padding:8px;object-fit:contain;background:#ffffff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,0.18),0 0 0 0 rgba(255,255,255,0.7);animation:telegramIconPulse 1.5s infinite;transition:transform 0.25s ease;}
.tel-link:hover img{transform:rotate(-8deg) scale(1.08);}

/* Text section */
.tel-text{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;line-height:1.15;white-space:nowrap;}
.tel-text strong{color:#ffffff;font-size:15px;font-weight:700;letter-spacing:0.2px;animation:telegramTextBlink 1s infinite;}
.tel-text small{margin-top:4px;color:rgba(255,255,255,0.92);font-size:12px;font-weight:500;letter-spacing:0.1px;}

/* Moving shine effect */
.tel-link::before{content:"";position:absolute;top:0;left:-85%;z-index:1;width:45%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.7),transparent);transform:skewX(-22deg);animation:telegramShine 2.4s infinite;}

/* Small blinking notification dot */
.tel-link::after{content:"";position:absolute;top:7px;right:8px;z-index:3;width:9px;height:9px;background:#ffffff;border:2px solid #229ed9;border-radius:50%;box-shadow:0 0 0 0 rgba(255,255,255,0.75);animation:telegramDot 1.2s infinite;}

/* ==============================
   ANIMATIONS
============================== */
@keyframes telegramPulse{
    0%{box-shadow:0 8px 22px rgba(34,158,217,0.38),0 0 0 0 rgba(34,158,217,0.55);}
    70%{box-shadow:0 10px 28px rgba(34,158,217,0.45),0 0 0 16px rgba(34,158,217,0);}
    100%{box-shadow:0 8px 22px rgba(34,158,217,0.38),0 0 0 0 rgba(34,158,217,0);}
}
@keyframes telegramButtonBlink{
    0%,
    100%{filter:brightness(1);}
    50%{filter:brightness(1.15);}
}
@keyframes telegramTextBlink{
    0%,
    100%{opacity:1;}
    50%{opacity:0.55;}
}
@keyframes telegramIconPulse{
    0%{box-shadow:0 4px 12px rgba(0,0,0,0.18),0 0 0 0 rgba(255,255,255,0.75);}
    70%{box-shadow:0 4px 12px rgba(0,0,0,0.18),0 0 0 9px rgba(255,255,255,0);}
    100%{box-shadow:0 4px 12px rgba(0,0,0,0.18),0 0 0 0 rgba(255,255,255,0);}
}
@keyframes telegramShine{
    0%{left:-85%;}
    55%,
    100%{left:135%;}
}
@keyframes telegramDot{
    0%,
    100%{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(255,255,255,0.7);}
    50%{opacity:0.45;transform:scale(1.2);box-shadow:0 0 0 6px rgba(255,255,255,0);}
}

/* ==============================
   MOBILE RESPONSIVE
============================== */
@media (max-width:767px){
    .sticky-tel-btn{right:12px;bottom:14px;}
    .tel-link{min-width:160px;padding:8px 14px 8px 8px;gap:8px;}
    .tel-link img{width:40px;height:40px;flex-basis:40px;padding:7px;}
    .tel-text strong{font-size:14px;}
    .tel-text small{margin-top:3px;font-size:11px;}
    .tel-link::after{top:6px;right:7px;width:8px;height:8px;}
}

/* Very small mobile */
@media (max-width:380px){
    .tel-link{min-width:150px;padding-right:12px;}
    .tel-text strong{font-size:13px;}
    .tel-text small{font-size:10px;}
}

/* Reduce animation for accessibility */
@media (prefers-reduced-motion:reduce){
    .tel-link,
    .tel-link img,
    .tel-text strong,
    .tel-link::before,
    .tel-link::after{animation:none;}
}
