@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    min-height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: none
}

ol li, ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 700;
    scroll-margin-top: 80px;
}

p {
    margin-top: 1rem
}

.wrapper {
    margin-block: var(--wrapper-margin, 40px)
}

.breadcrumbs ~ main > .wrapper:first-child {
    margin-top: 0
}

.breadcrumbs > .wrapper {
    margin-top: 0
}


.breadcrumbs:has(+ .main > .wrapper:first-child > .top-dark-section.slot-review:first-child) a,
.breadcrumbs:has(+ .main > .wrapper:first-child > .top-dark-section.slot-review:first-child) span {
    color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
}

.breadcrumbs:has(+ .main > .wrapper:first-child > .top-dark-section.slot-review:first-child) li:last-child span,
.breadcrumbs:has(+ .main > .wrapper:first-child > .top-dark-section.slot-review:first-child) li:last-child a {
    color: var(--Text-Darkbg-subtext, #adadad);
}

.breadcrumbs:has(+ .main > .wrapper:first-child > .top-dark-section.slot-review:first-child) li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m11.531 8-5.365 5.366-1.132-1.132L9.27 8 5.034 3.766l1.132-1.132z" fill="%23fff"/></svg>')

}

.container {
    margin: 0 auto;
    padding: 0 var(--offsets, 20px);
    max-width: calc(var(--width-container) + var(--offsets, 20px) * 2)
}

.container > :first-child {
    margin-top: 0
}

.bg-block {
    background-color: var(--Background-Pure-white, #fff)
}

.bg-block > h2, .bg-block > h3 {
    margin: 0
}

.hatched-block {
    background-color: #222;
    background-image: repeating-linear-gradient(45deg, rgba(211, 211, 211, .1) 0, rgba(211, 211, 211, .1) 1px, transparent 2px, transparent 18px);
    background-size: 300% 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px
}

.hatched-block > * {
    margin: 0 !important
}

.hatched-block > :not(:first-child) {
    margin: 0 !important
}

.hatched-block h1, .hatched-block h2, .hatched-block h3, .hatched-block h4, .hatched-block h5, .hatched-block h6 {
    color: var(--text-dbg-Heading, #fff)
}

.hatched-block > p:not([class]) {
    color: var(--text-dbg-text, #dedede)
}

.bg-block, .hatched-block {
    padding: 32px;
    border-radius: 20px;
    max-width: var(--width-container)
}

.top-block {
    position: relative;
    /*padding-top: var(--wrapper-margin, 40px) !important;*/
    /*padding-bottom: calc(var(--wrapper-margin, 40px) + 30px) !important;*/
    /*margin-top: calc(var(--wrapper-margin, 40px) * -1) !important;*/
    /*margin-bottom: calc(var(--wrapper-margin, 40px) * -1 + 2px) !important;*/
}

.top-block::before {
    content: "";
    z-index: -1;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
    max-width: 100vw;
    height: 990vh
}

.top-block::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 32px;
    bottom: -2px;
    left: calc((100vw - 100%) / 2 * -1);
    border-radius: 32px 32px 0 0;
    border-top: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    border-right: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    border-left: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-White, #f7f7f7)
}

.top-block.section-hero--v2::after {
    content: none;
}

.top-block.top-block--v2 {
    padding-block: unset;
    margin-block: calc(var(--wrapper-margin, 22px) * -1);
}

.top-block.top-block--v2::after {
    display: none;
}

.top-block--v2::before {
    content: "";
    z-index: -1;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
    max-width: 100vw;
    height: 990vh;
}

.top-block--v2.top-block--v2 .wp-block-heading {
    color: #313131;
}

.bg-block.section-hero {
    padding-left: 0;
    padding-right: 0;
}

.breadcrumbs + main > .wrapper:first-child > .top-block {
    margin-top: -20px
}

.wrapper:has(.top-block) + .wrapper {
    margin-top: 8px
}

* + .last-update {
    margin-top: 12px;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    margin-bottom: 20px
}

h1 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 700
}

h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700
}

h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

:is(h1,h2,h3,h4,h5,h6):not([class]) {
    display: flex;
    align-items: flex-start;
    gap: 4px
}

:is(h1,h2,h3,h4,h5,h6):not([class]) svg {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px
}

h3:not([class]):not(:first-child) {
    margin-top: 32px;
    margin-bottom: 12px
}

h3:not([class]):not(:first-child) + p:not([class]) {
    margin-top: 12px
}

p:not([class]) {
    margin-top: 20px
}

p:not([class]) a {
    color: var(--Buttons-Secondary, #5f57d4);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

p:not([class]) + img, p:not([class]) + picture {
    display: block;
    margin-top: 20px
}

img {
    max-width: 100%;
    height: auto
}

picture {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

ol.wp-block-list,
ul.wp-block-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px
}

ol.wp-block-list li,
ul.wp-block-list li {
    position: relative;
    color: var(--text-wbg-text-wbg, #636363)
}

ol.wp-block-list li a,
ul.wp-block-list li a {
    color: var(--Buttons-Secondary, #5f57d4);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

ol.wp-block-list li p:first-of-type,
ul.wp-block-list li p:first-of-type {
    margin-top: 0
}

ol.wp-block-list {
    counter-reset: custom-counter
}

ol.wp-block-list li {
    counter-increment: custom-counter;
    padding-left: 26px
}

ol.wp-block-list li::before {
    content: counter(custom-counter) ". ";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: var(--Buttons-Secondary, #5f57d4)
}

ul.wp-block-list li {
    padding-left: 28px
}

ul.wp-block-list li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 4.8px;
    height: 4.8px;
    border-radius: 50%;
    margin: 10px;
    background-color: var(--Buttons-Secondary, #5f57d4)
}

.wp-block-table table {
    width: 100%;
    /*table-layout: auto;*/
    border-spacing: 0;
    /*overflow: auto;*/
}

.wp-block-table thead {
    border: none;
}

.table.table--col.table--between table {
    width: 100%;
    border-spacing: 0;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.form__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px
}

.form__label {
    min-height: 56px;
    width: 100%
}

.form input, .form textarea {
    width: 100%
}

.form input, .form textarea {
    position: relative;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    outline: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--text-wbg-text-wbg, #636363);
    transition-property: outline-color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.form input:focus, .form textarea:focus, .form__rate:focus {
    border-color: var(--Buttons-Secondary-40, rgba(95, 87, 212, .4));
    outline-color: var(--Buttons-Secondary-40, rgba(95, 87, 212, .4))
}

.form input::placeholder, .form textarea::placeholder, .form__rate::placeholder {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.form__label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--text-wbg-text-wbg, #636363)
}

.form__label > span {
    padding-left: 12px
}

.form__label-error {
    position: absolute;
    top: calc(100% + 2px);
    font-size: .75rem;
    line-height: .875rem;
    color: #ff2b2e;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.form__label.has-error input, .form__label.has-error textarea {
    border-color: #ff2b2e
}

.form__label.has-error input:focus, .form__label.has-error textarea:focus {
    outline-color: #ff2b2e
}

.form__label.has-error.form__label-error {
    opacity: 0
}

.form textarea {
    resize: none;
    height: 100%
}

@supports not selector(::-webkit-scrollbar) {
    .form textarea {
        scrollbar-width: thin;
        scrollbar-color: rgba(185, 185, 185, .5333333333) transparent
    }
}

.form textarea::-webkit-scrollbar {
    width: 4px
}

.form textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(185, 185, 185, .5333333333);
    border-radius: 9px;
    border: 4px solid transparent
}

.form textarea::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.form .form__rate {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    font-size: 22px
}

.form .form__rate input {
    display: none
}

.form .form__rate-label {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

/*.form .form__rate-label:not(:last-child)::before {*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 1px;*/
/*    background: rgba(0, 0, 0, .07);*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -4px;*/
/*    transform: translateX(-100%)*/
/*}*/

.form .form__rate-label svg path {
    fill: rgba(0, 0, 0, .3);
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.form .form__rate-label svg rect {
    stroke: transparent;
    transition-property: stroke;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.form .form__rate input:checked ~ .form__rate-label svg path {
    fill: #ec6b1c
}

.form .form__rate input:checked ~ .form__rate-label svg rect {
    stroke: #ec6b1c
}

.form .form__response {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.form .btn {
    margin-top: 16px;
    padding: 8px 16px;
    min-height: 40px
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Black.woff2) format("woff2"), url(../fonts/Lato-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Light.woff2) format("woff2"), url(../fonts/Lato-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Medium.woff2) format("woff2"), url(../fonts/Lato-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lato;
    font-display: swap;
    src: url(../fonts/Lato-Thin.woff2) format("woff2"), url(../fonts/Lato-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

.no-scroll {
    overflow: hidden
}

.hidden-svg {
    display: none
}

@supports not selector(::-webkit-scrollbar) {
    html {
        scrollbar-width: 10px;
        scrollbar-color: #d1d1d1 transparent
    }
}

html::-webkit-scrollbar {
    width: 10px
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #d1d1d1
}

html::-webkit-scrollbar-track {
    background: #f7f7f7
}

body, html {
    font: 400 var(--font-default)/1.5 Lato, sans-serif;
    touch-action: manipulation;
}

body {
    background: var(--Background-White, #f7f7f7);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: var(--text-wbg-text-wbg, #636363)
}

body.v2 {
    color: var(--Text-Lightbg-text, #5c5c5c);
    background: var(--Backgrounds-Light-white_2, #f5f5f5);
    --width-container: 1240px;
    --wrapper-margin: 22px;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

p {
    margin: 0
}

:root {
    --offsets: 20px;
    --width-container: 1400px;
    --wrapper-margin: 40px;
    --font-default: 16px;
    --font-default-size: 16;
    --star-color: #ec6b1c;
    --star-bg: #0000004d;
    --Strokes-Stroke: rgba(0, 0, 0, 0.07);
    --Background-Pure-white: #fff;
    --Buttons-Secondary: #5f57d4;
    --Buttons-Primary: #ec6b1c;
    --Buttons-Secondary-Hover: #4535b1;
    --Buttons-Primary-Hover: #c54700;
    --buttons-secondary-5: rgba(95, 87, 212, 0.05);
    --buttons-secondary-15: rgba(95, 87, 212, 0.15);
    --text-wbg-text-wbg: #636363;
    --Text-wbg-Headings: #313131;
    --Text-wbg-Subtext: #9a9a9a;
    --R: 4px;

    --font-H1: normal 700 28px/36px var(--ff-primary);
    --font-H2: normal 700 24px/32px var(--ff-primary);
    --font-H3: normal 700 20px/26px var(--ff-primary);
    --font-H4: normal 700 20px/24px var(--ff-primary);
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5000;
    padding-block: 24px;
    background-color: #000
}

.header .container {
    max-width: 100%
}

.header__wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    row-gap: 8px
}

.header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    max-height: 60px
}

.header__logo:is(a) {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header__logo:is(a):active {
    opacity: .6
}

.header__logo img, .header__logo svg {
    max-width: 250px;
    max-height: 60px;
    object-fit: contain
}

.header__nav {
    margin-right: auto;
    z-index: 20;
    margin-left: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px
}

.header__burger {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header__burger::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="M8 12h20M8 18h20M8 24h20" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 36px;
    height: 36px
}

.header__search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    height: 32px;
    position: relative;
    margin-left: auto;
    z-index: 30;
    overflow: hidden
}

.header__search:not(.active) {
    cursor: pointer
}

.header__search.active {
    overflow: visible
}

.header__search-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px
}

.header__search-btn {
    background: 0 0;
    border: 0;
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.header__search-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%
}

.header__search-panel {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 9px;
    border-radius: 10px;
    background-color: #232020
}

.header__search-input {
    font-size: 1rem;
    line-height: 136%;
    font-weight: 700;
    color: #fff;
    background: 0;
    border: 0
}

.header__search input[type=search]::-webkit-search-cancel-button, .header__search input[type=search]::-webkit-search-decoration, .header__search input[type=search]::-webkit-search-results-button, .header__search input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.header__search-open {
    width: 32px;
    height: 32px
}

.header__search-clear {
    background: 0 0;
    border: 0;
    width: 20px;
    height: 20px
}

.header__search-close, .header__search-open {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0
}

.header__search-close {
    width: 24px;
    height: 24px;
    transform: scale(-1)
}

.header__search-result {
    margin-top: 37px
}

.header__search-result-content-list {
    padding: 20px 5px;
}

.header__search-result::before {
    content: "";
    position: absolute;
    top: -25px;
    right: 40px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 26px solid #131314
}

.header__search-result-header {
    padding: 15px 24px;
    background: #131314;
    font-weight: 700;
    color: #fff;
    border-radius: 12px 12px 0 0
}

.header__search-result-content {
    border-radius: 0 0 12px 12px;
    display: flex;
    /*justify-content: center;*/
    flex-direction: column;
    gap: 22px;
}

.header__search-result-content::-webkit-scrollbar {
    width: 2px
}

.header__search-result-content::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 2px;
    background: #414141;
    margin-right: 5px;
}

.header__search-result-content::-webkit-scrollbar-track {
    width: 2px;
    border-radius: 2px;
    background: #131313;
    margin-right: 5px;
}

.header__search-result-default, .header__search-result-empty {
    font-size: 1rem;
    line-height: 150%;
    color: #5f615f;
    text-align: center
}

.header__search-result-default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.header__search-result-default::before {
    content: url('data:image/svg+xml,<svg stroke="%23fff" fill="none" stroke-width="0" height="70" width="70" xmlns="http://www.w3.org/2000/svg" viewBox="1.87 2.38 17.26 17.25" class="search-result_noSearchIcon__J8ubk"><path d="M9.621 17.125a7 7 0 1 0 0-14 7 7 0 0 0 0 14m8.756 1.749-3.807-3.807" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    opacity: .4
}

.header__search-result-list {
    position: relative;
    margin-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px
}

.header__search-result-link {
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding-inline: 14px 18px;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.header__search-result-link:active {
    opacity: .6
}

.header__search-result-link::after {
    content: url('data:image/svg+xml,<svg stroke="currentColor" fill="none" stroke-width="0" height="12" width="12" xmlns="http://www.w3.org/2000/svg" viewBox="6 6.6 12 12" class="search-result_linkIcon__sz4Uu"><path d="M17 17.6 7 7.6m0 10v-10h10" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    display: block;
    font-size: 12px;
    width: 12px;
    height: 12px
}

.header__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.header__btns .btn {
    padding: 7px 32px;
    min-height: unset;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600
}

@media (max-width: 1239.9px) {
    .header__search {
        margin-left: auto;
    }

    .header__btns {
        margin-left: auto;
    }

    .header__search + .header__btns {
        margin-left: 0;
    }
}

.header .header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    row-gap: 0;
    flex-wrap: wrap
}

.header .header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    color: #fff
}

@supports not selector(::-webkit-scrollbar) {
    .header .header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: rgba(185, 185, 185, .5333333333) transparent
    }
}

.header .header-menu .submenu::-webkit-scrollbar {
    width: 4px
}

.header .header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(185, 185, 185, .5333333333);
    border-radius: 9px;
    border: 4px solid transparent
}

.header .header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.header .header-menu .item {
    position: relative;
    display: flex;
    flex-direction: row;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header .header-menu .item.parent {
    cursor: pointer
}

.header .header-menu .item a, .header .header-menu .item span {
    font-size: 1rem;
    line-height: 136%;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition-property: background, color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header .header-menu .item svg {
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header .header-menu .item svg path {
    transition-property: stroke;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.header .header-menu .item.current {
    color: var(--Buttons-Secondary, #5f57d4)
}

.header .header-menu .item.current > a, .header .header-menu .item.current > span {
    color: var(--Buttons-Secondary, #5f57d4)
}

.header .header-menu .item.current > svg path {
    stroke: var(--Buttons-Secondary, #5f57d4)
}

.header.menu-active .header__nav {
    z-index: 40
}

.header.menu-active .header__burger {
    z-index: 50;
    position: fixed;
    top: 6px;
    right: 6px
}

.header.menu-active .header__burger::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="m11 24 13-13m-13 0 13 13" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>')
}

.footer {
    background: #131313;
    padding-inline: var(--offsets, 20px);
    padding: 115px 150px;
    margin: 0;
    display: grid;
    grid-template-columns:20% 1fr;
    column-gap: 0
}

.footer a.footer__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer a.footer__logo:active {
    opacity: .6
}

.footer__logo {
    position: relative;
    width: 100%;
    max-width: 435px
}

.footer__logo img, .footer__logo svg {
    max-width: 100%;
    object-fit: contain;
    height: fit-content;
}

.footer__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding-right: 85px
}

.footer__lang {
    position: relative;
    z-index: 10;
    min-width: 253px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    padding: 7px 16px 7px 10px;
    border-radius: 10px;
    background: #232020;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: var(--Background-White, #f7f7f7);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__lang > img, .footer__lang > svg {
    width: 33px;
    height: 24.75px;
}

.footer__lang > span {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid rgba(255, 255, 255, .8);
    font-style: 16px;
    line-height: 136%;
    font-weight: 700;
}

.footer__lang::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 20 20" fill="none"><path d="m5 9 5 5 5-5" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 18px;
    height: 18px;
    margin-left: auto;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__lang:active {
    background: #1b1a1a
}

.footer__lang.active::after {
    transform: rotate(-180deg)
}

.footer__lang.active .footer__lang-list-wrapper {
    display: flex
}

.footer__lang-list-wrapper {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    border-radius: 10px;
    background: #232020;
    display: none;
    padding: 23px 15px 5px 0;
}

.footer__lang-list-wrapper:after {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 24px;
    display: block;
    background: linear-gradient(180deg, rgba(35, 32, 32, 0), #232020);
}

.footer__lang-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 50px;
    max-height: 445px;
    height: 135px;
    overflow-y: auto;
    overflow-x: clip
}

@supports not selector(::-webkit-scrollbar) {
    .footer__lang-list {
        scrollbar-width: thin;
        /*scrollbar-color: rgba(185, 185, 185, .5) transparent;*/
        scrollbar-color: #c;
    }
}

.footer__lang-list::-webkit-scrollbar {
    width: 2px
}

.footer__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(185, 185, 185, .5333333333);
    border-radius: 9px;
    border: 4px solid transparent
}

.footer__lang-list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.footer__lang-list li {
    display: block
}

.footer__lang-list::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 4px
}

.footer__lang-item {
    display: block;
    padding: 15px 25px 15px 45px;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.footer__soc-item {
    display: block
}

.footer__soc-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--Strokes-White-20, rgba(255, 255, 255, .2));
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__soc-link img, .footer__soc-link svg {
    max-width: 24px;
    max-height: 24px
}

.footer__soc-link:active {
    background: var(--Strokes-White-20, rgba(255, 255, 255, .5))
}

.footer__nav {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap: 25px;
    row-gap: 80px
}

.footer__nav-wrap {
    padding-inline: 80px;
    border-left: 1px solid var(--Background-Pure-white, #fff)
}

.footer__nav-wrap:nth-of-type(3n) {
    padding-right: 0
}

.footer__nav-title {
    color: var(--text-dbg-Heading, #fff);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: 30px
}


.footer__nav-title__a {
    margin: 0;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__nav-title > svg {
    display: none;
    width: 20px;
    height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    pointer-events: none
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px
}

.footer__nav-list li {
    display: block
}

.footer__nav-list a {
    display: block;
    color: var(--Background-Pure-white, #fff);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.footer__nav-list a:active {
    color: var(--Buttons-Secondary, #5f57d4)
}

.footer__text {
    grid-column: 1/-1;
    margin-top: 60px;
    text-align: center;
    color: var(--text-dbg-Heading, #fff);
    font-weight: 700
}

.footer__logos {
    grid-column: 1/-1;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-inline: auto;
    width: 100%;
    max-width: var(--width-container, 1400px);
    column-gap: 100px;
    row-gap: 22px
}

.footer__logos img, .footer__logos svg {
    width: auto;
    object-fit: contain;
    max-width: 300px;
    max-height: 70px
}

.section-hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 72px;
}

.section-hero .wp-block-heading {
    margin-block: 0;
    font-size: 2.125rem;
    line-height: 2.75rem;
    font-weight: 700;
    color: var(--text-dbg-Heading, #fff)
}

.container.bg-block.bg-block--v2 * + .wp-block-heading {
    margin-top: 50px;
}

.section-hero p {
    color: var(--text-dbg-text, #dedede);
    font-weight: 500
}

.section-hero .btn {
    padding: 8px 40px
}

.section-hero:not(:has(.section-hero__bg)) h1 {
    color: var(--Text-wbg-Headings, #313131)
}

.section-hero:not(:has(.section-hero__bg)) p {
    color: var(--text-wbg-text-wbg, #636363)
}

.section-hero:has(.section-hero__bg) .section-hero__bg, .section-hero:has(.section-hero__bg)::before {
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
    max-width: 100vw;
    height: 100%
}

.section-hero:has(.section-hero__bg)::before {
    content: "";
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%)
}

.section-hero:has(.section-hero__bg) .section-hero__bg {
    position: absolute;
    z-index: -2;
    object-fit: cover
}

.section-hero__btns {
    max-width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.container:not(.section-hero) > .grid-block .btn--secondary-tr {
    margin-inline: auto;
}

.modal {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 200;
    background-color: rgba(0, 0, 0, .3098039216)
}

.modal:not(.active) {
    display: none
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    max-width: calc(var(--width-container));
    max-height: calc(100% - 40px);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 4px 32px -4px rgba(16, 16, 16, .0784313725)
}

.modal__header {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    display: grid;
    grid-template-columns:1fr auto;
    column-gap: 8px;
    row-gap: 0;
    padding: 12px;
    background: var(--Background-Pure-white, #fff)
}

.modal__footer {
    width: 100%;
    padding: 12px;
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    display: none !important;
}

.modal__footer > img, .modal__footer > svg {
    max-width: 120px
}

.modal__footer-bonus {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: var(--Text-wbg-Headings, #313131);
    font-weight: 500
}

.modal__footer-bonus span:not([class]) {
    color: var(--Buttons-Primary, #ec6b1c)
}

.modal__footer-bonus, .modal__footer > .btn {
    position: relative;
    overflow: visible
}

.modal__footer-bonus::before, .modal__footer > .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    width: 1px;
    height: 44px;
    background: rgba(0, 0, 0, .07)
}

.modal__footer-text {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.modal__footer > .btn {
    min-width: 240px
}

.modal__title {
    color: var(--Text-wbg-Headings, #313131);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.modal__type {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    font-size: .875rem;
    line-height: 1.25rem
}

.modal__close {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 50%;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.modal__close::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36" fill="none"><path d="m11 24 13-13m-13 0 13 13" stroke="%23313131" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 36px;
    height: 36px
}

.modal__body {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    aspect-ratio: 16/9;
    background: #343434
}

.modal__body:before {
    content: "Loading...";
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    color: #fff;
    animation: loading 1s linear infinite alternate;
    z-index: 1
}

@keyframes loading {
    to {
        opacity: 0
    }
}

.modal iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index: 2
}

.btn {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    min-height: 48px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: .9375rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    transition-property: background, box-shadow, color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    overflow: hidden
}

.btn svg {
    max-width: 32px;
    max-height: 32px;
    min-width: 24px;
    min-height: 24px
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.btn.disabled, .btn[disabled] {
    opacity: .6
}

.btn--primary {
    background: var(--Buttons-Primary, #ec6b1c);
    color: #fff
}

.btn--primary:active {
    background: var(--Buttons-Primary-Hover, #c54700)
}

.btn--secondary {
    background: var(--Buttons-Secondary, #5f57d4);
    color: #fff
}

.btn--secondary:active {
    background: var(--Buttons-Secondary-Hover, #4535b1)
}

.btn--secondary-tr {
    background: var(--Buttons-Secondary-40, rgba(95, 87, 212, .4));
    color: #fff
}

.btn--secondary-tr:active {
    background: var(--Buttons-Secondary-40, rgba(95, 87, 212, .8))
}

.btn--primary-line {
    color: var(--Buttons-Primary, #ec6b1c);
    border: 1px solid var(--Buttons-Primary, #ec6b1c);
    background: 0 0
}

.btn--primary-line:active {
    color: var(--Buttons-Primary-Hover, #c54700);
    border-color: var(--Buttons-Primary-Hover, #c54700)
}

.btn--secondary-line {
    color: var(--Buttons-Secondary, #5f57d4);
    border: 1px solid var(--buttons-secondary-68, rgba(95, 87, 212, .68));
    background: 0 0
}

.btn--secondary-line:active {
    color: var(--Buttons-Secondary-Hover, #4535b1);
    border-color: var(--Buttons-Secondary-Hover, #4535b1)
}

.btn--white-line {
    color: var(--text-dbg-Heading, #fff);
    border: 1px solid var(--Strokes-White-20, rgba(255, 255, 255, .2));
    background: 0 0
}

.btn--white-line:active {
    border-color: var(--Strokes-White-20, rgba(255, 255, 255, .8))
}

.btn--small {
    padding: 7px 15px;
    min-height: 40px
}

.btn--arrow {
    gap: 4px
}

.btn--tr {
    border: 1px solid var(--Strokes-White-20, rgba(255, 255, 255, .2));
    background: var(--Strokes-White-20, rgba(255, 255, 255, .2));
    color: var(--text-dbg-Heading, #fff);
}

@media (any-hover: hover) {
    .btn--tr:hover {
        background: rgba(255, 255, 255, .4);
    }
}

.content-img {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
    margin-top: 20px
}

.content-img > * {
    flex: 1 1;
    width: 100%;
}

.content-img > img {
    max-width: 50%;
    border-radius: var(--R);
}

.content-img > img:first-child:last-child {
    max-width: 100%
}

.content-img .content-img__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 28px;
    overflow: hidden;
}

.content-img .content-img__content picture, .content-img .content-img__content > img {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%
}

.content-img .content-img__content p:not([class]), .content-img .content-img__content > *, .content-img .content-img__content > :not(:first-child) {
    margin: 0
}

.fixed-el {
    position: fixed;
    left: 0;
    bottom: 0;
    width: calc(100% - 8px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    z-index: 80;
    margin: 8px 4px;
    padding: 8px 8px 8px 12px;
    border-radius: 8px;
    background: var(--Background-Dark, #222);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1);
    min-height: 52px;
}

.fixed-el:has(img) {
    align-items: flex-start
}

.fixed-el > img, .fixed-el > svg {
    max-width: 228px;
    max-height: 36px;
    object-fit: contain
}

.fixed-el__main {
    color: var(--Background-White, #f7f7f7);
    font-size: .75rem;
    font-weight: 500;
    line-height: 1rem
}

.fixed-el > .btn {
    border-radius: 8px;
    padding: 8px 16px;
    min-height: 36px;
    margin-left: auto;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--Background-White, #f7f7f7)
}

.fixed-el:not(:has(.fixed-el__main)) .btn {
    width: 100%;
}

.fixed-el.fixed-el--v2 {
    margin: 0;
    padding: 16px 24px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    backdrop-filter: blur(2px);
    width: 100%;
    max-width: 100%;
    border-radius: 0;
}

.fixed-el.fixed-el--v2 .btn {
    width: 100%;
    font-weight: 600;
}

.mob-menu--v2 ~ .fixed-el--v2 {
    bottom: 75px;
}

.mob-menu.mob-menu--v2 {
    border-top: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    background: var(--Backgrounds-Dark-dark_pure, #000);
    padding-block: 8px;
}

.mob-menu.mob-menu--v2 .mob-menu__link {
    font-weight: 400;
    line-height: 14px;
}

.mob-menu ~ .fixed-el {
    bottom: 68px
}

.go-up.go-up--v2 {
    bottom: 160px;
}

.go-up {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 80px;
    right: 32px;
    z-index: 70;
    background: var(--Background-Dark, #222);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.go-up:not(.active) {
    display: none
}

.go-up::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><path d="M6 14V2M1 7l5-5 5 5" stroke="%23fff" stroke-width="2"/></svg>');
    display: block
}

.go-up:active {
    background: #363636
}

.breadcrumbs {
    width: 100%;
    padding-block: 8px;
    margin-block: 12px 20px;
    z-index: 1;
}

.breadcrumbs:has( + .main .top-block ) {
    margin-top: 0;
    margin-bottom: 0;
    background: #000;
}

.breadcrumbs:has( + .main .top-block.author-article ) {
    background: #00000000;
}

.breadcrumbs__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.breadcrumbs li {
    position: relative
}

.breadcrumbs li:not(:last-child) {
    padding-right: 28px
}

.breadcrumbs li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m7.5 15.5 5-5-5-5" stroke="%235F57D4" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px
}

.breadcrumbs li span, .breadcrumbs li:last-child a {
    color: var(--Buttons-Secondary, #5f57d4)
}

.breadcrumbs a, .breadcrumbs span {
    position: relative;
    padding-block: 4px;
    display: block;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.breadcrumbs a:active {
    color: var(--Buttons-Secondary, #5f57d4)
}

.gallery {
    width: calc(100% + 15px);
    padding-right: 15px;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.gallery:not(:first-child) {
    margin-top: 20px
}

.gallery::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.gallery img {
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    max-height: 320px;
    border-radius: 8px;
    object-fit: cover
}

.gallery__item {
    max-width: 100%
}

.gallery__item-wrap {
    display: flex;
    flex-direction: row;
    width: max-content;
    max-width: 100%;
    height: 100%
}

:is(.bg-block,.hatched-block) .gallery-list {
    width: calc(100% + 32px);
    padding-right: 32px
}

.scrolling .gallery .gallery__item {
    pointer-events: none
}

.toc-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff)
}

.toc-section:not(:first-child) {
    margin-top: 20px
}

.toc-section.active .toc-section__title::after {
    transform: rotate(-180deg);
    filter: grayscale(1) brightness(1.3)
}

.toc-section.active .toc-section__nav {
    display: block
}

.toc-section__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding: 20px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--Text-wbg-Headings, #313131)
}

.toc-section__title::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m5 9 5 5 5-5" stroke="%235F57D4" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 20px;
    height: 20px;
    transition-property: transform, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.toc-section__nav {
    padding: 0 20px 20px;
    display: none
}

.toc-section__list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px
}

.toc-section__item {
    position: relative;
    display: flex;
    flex-direction: row
}

.toc-section__item a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 8px;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    color: var(--text-wbg-text-wbg, #636363);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.toc-section__item a:active {
    color: var(--Buttons-Secondary, #5f57d4)
}

.toc-section__item a::before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 3px;
    flex-shrink: 0;
    background-color: var(--Buttons-Secondary, #5f57d4)
}

.wp-block-table {
    width: 100%;
    border-radius: 12px;
    overflow: auto;
    background: var(--Background-Pure-white, #fff)
}

* + .wp-block-table {
    margin-top: 28px;
}

.table:not(:first-child) {
    margin-top: 28px
}

.table--col {
    padding-inline: 24px
}

.table--col table {
    table-layout: fixed
}

.table--col tr {
    padding-bottom: 12px
}

.table--col tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, .07)
}

.table--col tr td {
    position: relative;
    padding: 24px 0 23px;
    text-align: left
}

.table--col tr td:first-child {
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--Text-wbg-Subtext, #9a9a9a)
}

.table--col tr td:not(:first-child) {
    padding-left: 12px;
    color: var(--Text-wbg-Headings, #313131);
    font-weight: 700
}

.table--col tr td:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 1px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .07)
}

.table--col tr td:not(:last-child) {
    padding-right: 12px
}

.table--col.table--between tr td:not(:first-child) {
    text-align: right
}

.table--col.table--between tr td:not(:first-child)::before {
    display: none
}

.content-grid.content-grid--v2 .table {
    padding-inline: 20px;
    border-radius: 12px;
    z-index: 3;
    overflow: hidden;
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    background: radial-gradient(119.99% 100% at 50.04% 0%, rgba(83, 133, 255, 0.15) 0%, rgba(83, 133, 255, 0) 100%), var(--Backgrounds-Dark-dark_3, #1f1f1f);
}

.content-grid.content-grid--v2 .table > img {
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
}

.content-grid.content-grid--v2 .table tr:first-child td {
    padding-top: 28px;
}

.content-grid.content-grid--v2 .table tr:last-child td {
    padding-bottom: 32px;
}

.content-grid.content-grid--v2 .table tr td {
    padding: 12px 0 16px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 700;
    border-color: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
}

.content-grid.content-grid--v2 .table tr td:first-child {
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.content-grid.content-grid--v2 .table tr td:not(:first-child) {
    padding: 12px 0 12px;
}

/*.content-grid.content-grid--v2.scroll-end:has(.play-banner.play-banner--v2.active.is-full) {*/
/*    z-index: 30000;*/
/*}*/

.play-banner.play-banner--v1::after {
    z-index: -1;
}

.wp-block-table.table.table--col.table--between {
    padding-top: 0;
    margin-top: 0;
}


.content-grid.content-grid--v2.scroll-end:has(.play-banner.play-banner--v2.active.is-full) {
    z-index: 30000;
}

.content-grid.content-grid--v2.content-grid--play-banner:has(.play-banner.play-banner--v2.active.is-full) {
    z-index: 30000;
}

@media (max-width: 767.9px) {
    .content-grid.content-grid--v2.content-grid--play-banner.scroll-end,
    .play-banner.play-banner--v2.active {
        z-index: 30000;
    }
}

/*.wp-block-table:not(.table--col) {*/
/*    border: 2px solid var(--Background-Pure-white, #fff)*/
/*}*/

.wp-block-table:not(.table--col) tr {
    background: var(--Background-Pure-white, #fff)
}

.wp-block-table:not(.table--col) tr:nth-child(odd) {
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05))
}

.wp-block-table:not(.table--col) td:not(:first-child),
.wp-block-table:not(.table--col) th:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, .07)
}

.wp-block-table:not(.table--col) th {
    background: var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    font-weight: 500;
    color: var(--Text-wbg-Headings, #313131)
}

.wp-block-table:not(.table--col) td {
    color: var(--text-wbg-text-wbg, #636363)
}

.wp-block-table:not(.table--col) td:first-child {
    color: var(--Text-wbg-Headings, #313131)
}


.author-block {
    padding: 20px;
    border-radius: 20px;
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 24px
}

.author-block:not(:first-child) {
    margin-top: 20px
}

.author-block__img {
    max-width: 124px;
    max-height: 124px;
    width: 124px;
    height: 124px;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    margin: 4px;
    background: linear-gradient(90deg, #ec6b1c 0, #5f57d4 100%)
}

.author-block__wrap {
    display: grid;
    grid-template-columns:1fr auto;
    column-gap: 20px;
    flex: 1
}

.author-block__author {
    align-self: flex-end;
    font-weight: 500;
    color: var(--text-wbg-text-wbg, #636363)
}

.author-block__author-name {
    color: var(--Buttons-Secondary, #5f57d4);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    margin-left: 4px;
    text-underline-offset: 4px
}

.author-block__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px
}

.author-block__soc-item {
    display: flex
}

.author-block__soc a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.author-block__soc a svg {
    display: block
}

.author-block__soc a:active {
    background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
}

.author-block__info {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.author-block__info-item {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--Text-wbg-Subtext, #9a9a9a)
}

.author-block__info-item:not(:last-child) {
    padding-right: 24px
}

.author-block__info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, .07)
}

.author-block__descr {
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--text-wbg-text-wbg, #636363)
}

.how-to {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    counter-reset: how-to
}

.how-to:not(:first-child) {
    margin-top: 28px
}

.how-to .how-to__item {
    position: relative;
    counter-increment: how-to;
    padding: 16px 16px 16px 68px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    display: grid;
    column-gap: 20px;
    row-gap: 8px;
    align-items: center;
}

.how-to .how-to__item:not(:has([class^=how-to__])) {
    display: flex;
    align-items: center
}

.how-to .how-to__item > img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px
}

.how-to .how-to__item::before {
    position: absolute;
    top: 50%;
    left: 16px;
    translate: -0 -50%;
    content: counter(how-to);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 32px;
    min-height: 32px;
    width: 32px;
    height: 32px;
    color: var(--Buttons-Secondary, #5f57d4);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    border-radius: 16px;
    border: 2px solid var(--Buttons-Secondary, #5f57d4)
}

.how-to .how-to__title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    align-self: end;
    text-align: left;
    color: var(--Text-wbg-Headings, #313131);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}

.how-to .how-to__descr {
    align-self: start;
    text-align: left;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}


@keyframes lines {
    from {
        background-position: 1000% 0
    }
    to {
        background-position: 0 0
    }
}

.slot-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: column;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.slot-card__img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    width: calc(100% + 2px);
    min-height: 180px;
    margin-left: -1px;
    margin-top: -1px;
    flex: 1
}

.slot-card__img:hover .slot-card__btns {
    transform: translateX(0)
}

.slot-card__img img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slot-card__btns {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px;
    background: var(--Background-Dark, #222);
    transform: translateX(-100%);
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.slot-card__btns .btn {
    width: 100%
}

.slot-card__btns .btn:last-child {
    margin-top: auto
}

.slot-card__btns .btn:nth-last-child(2) {
    margin-bottom: 12px
}

.slot-card__title {
    padding: 12px 8px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.advantage-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.advantage-card > *:last-child {
    margin-bottom: 0;
}

.advantage-card img {
    max-width: 100%;
    margin-bottom: 12px;
    border-radius: 4px
}

.advantage-card__title {
    margin-bottom: 8px;
    color: var(--Text-wbg-Headings, #313131);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.advantage-card__descr {
    margin-bottom: 20px;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: .875rem;
    line-height: 1.25rem
}

.advantage-card .btn {
    margin-top: auto
}

.advantages-list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.advantages-list:not(:first-child) {
    margin-top: 16px
}

.small-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: column;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.small-card > img, .small-card > svg {
    display: block;
    max-width: 100%;
    margin-inline: auto
}

.small-card__title {
    margin-top: 12px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: auto
}

.small-card .btn {
    margin-top: 20px;
    margin-inline: auto
}

.casino-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    min-width: 280px;
    display: flex;
    flex-direction: column;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.casino-card > img, .casino-card > svg {
    display: block;
    max-width: 100%;
    margin-inline: auto;
    padding-block: 22px;
    min-height: 80px
}

.casino-card__rate {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
    justify-content: center;
    margin-inline: auto;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: .875rem;
    line-height: 1.25rem
}

.casino-card__rate::after {
    content: "★★★★★";
    display: block;
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casino-card__title {
    margin-top: 16px;
    margin-bottom: auto;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
    font-weight: 700
}

.casino-card__bonus {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.casino-card__bonus::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="40" viewBox="0 0 41 40" fill="none"><ellipse cx="20.5" cy="34" rx="18" ry="2" fill="url(%23a)"/><path d="M20.5 12c0-5.17-4.606-7.325-7.165-5.17C10.777 8.983 14.36 12 20.5 12Zm0 0c0-5.17 4.606-7.325 7.165-5.17C30.223 8.983 26.64 12 20.5 12Z" stroke="%23FE985A"/><rect x="8.5" y="20" width="24" height="14" rx=".5" fill="url(%23b)"/><rect x="8.5" y="20" width="24" height="14" rx=".5" fill="url(%23c)"/><path fill="url(%23d)" d="M18.5 24h4v10h-4z"/><path fill="url(%23e)" d="M8.5 23h24v3h-24z"/><path d="M8 12.5a.5.5 0 0 1 .5-.5h24a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-24a.5.5 0 0 1-.5-.5z" fill="url(%23f)"/><path d="M8 12.5a.5.5 0 0 1 .5-.5h24a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-24a.5.5 0 0 1-.5-.5z" fill="url(%23g)"/><path fill="url(%23h)" d="M18.5 12h4v12h-4z"/><defs><linearGradient id="b" x1="32.02" y1="20" x2="6.933" y2="30.111" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="32.5" y1="20" x2="31.496" y2="35.49" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="22.5" y1="24" x2="19.635" y2="34.315" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="e" x1="20.5" y1="23" x2="20.5" y2="26" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="32.5" y1="12" x2="8" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="g" x1="33" y1="12" x2="32.291" y2="25.296" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="h" x1="22.5" y1="12" x2="18.5" y2="24" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(23 0 0 1.74914 20.5 34)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    display: block;
    width: 40px;
    height: 40px
}

.casino-card .btn {
    width: 100%;
    margin-top: 16px
}

.app-card {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.app-card > img, .app-card > svg {
    display: block;
    max-width: 100%;
    margin-inline: auto
}

.app-card__descr, .app-card__title {
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

.app-card__title {
    color: var(--text-wbg-text-wbg, #636363);
    margin-top: 12px
}

.app-card__descr {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    margin-top: 8px
}

.app-card__list {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.app-card__item, .app-card__link {
    display: flex
}

.app-card__item img, .app-card__item svg {
    max-width: 24px;
    max-height: 24px
}

.app-card__link {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.app-card__link:active {
    opacity: .7
}

.casino-listing {
    --top1: linear-gradient(
            268deg,
            #cea534 0%,
            #ffe7a6 17.24%,
            #c19e3c 35.87%,
            #f6de99 62.02%,
            #b8922b 86%,
            #eacb76 100%
    );
    --top2: linear-gradient(
            268deg,
            #cecece 0%,
            #f2f2f2 17.24%,
            #d6d6d6 35.87%,
            #fff 53%,
            #b5b5b5 74%,
            #b9b9b9 100%
    );
    --top3: linear-gradient(
            268deg,
            #cc8d65 0%,
            #f6bd99 17.24%,
            #d78f50 35.87%,
            #f4be7f 53%,
            #c28241 74%,
            #ffb061 100%
    );
    --item-padding: 20px
}

.casino-listing:not(:first-child) {
    margin-top: 16px
}

.casino-listing > .btn {
    margin-inline: auto;
    margin-top: 24px;
    min-width: 247px
}

.casino-listing.hidden .casino-listing__row:nth-of-type(n+11) {
    display: none
}

.casino-listing__table {
    display: block;
    width: 100%
}

.casino-listing__table tr {
    display: flex
}

.casino-listing__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    counter-reset: casino-listing
}

.casino-listing__row {
    counter-increment: casino-listing
}

.casino-listing__row:nth-child(-n+3) .casino-listing__item {
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.casino-listing__row:nth-child(1) .casino-listing__item {
    background-image: linear-gradient(var(--Background-Pure-white, #fff), var(--Background-Pure-white, #fff)), var(--top1)
}

.casino-listing__row:nth-child(1) .casino-listing__item .casino-listing__top {
    background: var(--top1)
}

.casino-listing__row:nth-child(2) .casino-listing__item {
    background-image: linear-gradient(var(--Background-Pure-white, #fff), var(--Background-Pure-white, #fff)), var(--top2)
}

.casino-listing__row:nth-child(2) .casino-listing__item .casino-listing__top {
    background: var(--top2)
}

.casino-listing__row:nth-child(3) .casino-listing__item {
    background-image: linear-gradient(var(--Background-Pure-white, #fff), var(--Background-Pure-white, #fff)), var(--top3)
}

.casino-listing__row:nth-child(3) .casino-listing__item .casino-listing__top {
    background: var(--top3)
}

.casino-listing__item {
    width: 100%;
    padding: var(--item-padding);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    display: grid;
    align-items: center;
    column-gap: 20px
}

.casino-listing__top {
    padding: 8px 12px;
    width: calc(100% + var(--item-padding) * 2);
    margin-left: calc(var(--item-padding) * -1);
    margin-top: calc(var(--item-padding) * -1);
    margin-bottom: var(--item-padding);
    text-transform: uppercase;
    color: var(--Text-wbg-Headings, #313131);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

.casino-listing__info {
    position: relative;
    height: 100%;
    padding-left: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 4px
}

.casino-listing__info-link {
    padding: 4px 12px;
    border-radius: 12px;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    color: var(--Buttons-Secondary, #5f57d4);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-thickness: 5.5%;
    text-underline-offset: 20%;
    text-underline-position: from-font
}

.casino-listing__img::before {
    content: counter(casino-listing);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--Buttons-Primary, #ec6b1c);
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--Background-White, #f7f7f7);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 700
}

.casino-listing__img > img, .casino-listing__img > svg {
    width: 100%;
    max-width: 280px;
    max-height: 96px;
    object-fit: contain
}

.casino-listing__title {
    color: var(--Text-wbg-Headings, #313131);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    font-weight: 700
}

.casino-listing__rate {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.casino-listing__rate::after {
    content: "★★★★★";
    display: block;
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casino-listing__bonus {
    display: grid;
    grid-template-columns:.92fr 1fr;
    row-gap: 8px;
    column-gap: 15px
}

.casino-listing__bonus-block {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    grid-column: 1/-1;
    border-radius: 8px;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    padding: 8px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.casino-listing__bonus-block::before {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23e)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23f)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" stroke="url(%23g)" stroke-width=".2"/><path d="M24 13c0-6.894-6.333-9.767-9.851-6.894S15.556 13 24 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.444 13 24 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.1 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8 27h32v3H8z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.1 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.36" y1="25" x2="7.517" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40" y1="25" x2="39.015" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8" y1="25" x2="41.566" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="40.84" y1="13" x2="10.163" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="41.5" y1="13" x2="40.768" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7" y1="13" x2="41" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27" y1="27" x2="23.221" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21" y1="30.5" x2="23" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24" y1="27" x2="24" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27" y1="13" x2="23.221" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21" y1="13" x2="27.98" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    display: block;
    width: 48px;
    height: 48px;
    justify-self: flex-start
}

.casino-listing__bonus-block span {
    flex: 1
}

.casino-listing__promo {
    max-width: 100%;
    justify-self: end
}

.casino-listing__promo-info {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

.casino-listing__advantages {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 32px;
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, .07)
}

.casino-listing__advantages-item {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.casino-listing__advantages-item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="8" fill="%2310DB76"/><path d="m4 8 2.5 2.5L12 5" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 16px;
    height: 16px;
    margin: 4px
}

.casino-listing__advantages-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .07)
}

.casino-listing__advantages-item:nth-of-type(3n)::after {
    display: none
}

.casino-listing__btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px
}

.casino-listing__btns .btn {
    width: 100%;
    min-width: 220px
}

.casino-listing__payments {
    margin-top: 12px;
    margin-inline: auto;
    max-width: 240px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap
}

.casino-listing__payments-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 24px
}

.casino-listing__payments img, .casino-listing__payments svg {
    max-width: 36px;
    max-height: 24px;
    object-fit: contain;
}

.promo-copy {
    position: relative;
    border-radius: 12px;
    border: 1px dashed var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    padding: 8px 8px 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.promo-copy.copied .promo-copy__btn {
    background: 0 0
}

.promo-copy.copied .promo-copy__btn::before {
    opacity: 1
}

.promo-copy.copied .promo-copy__btn svg {
    opacity: 0
}

.promo-copy.copied::after {
    opacity: 1
}

.promo-copy::after {
    content: "";
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    pointer-events: none;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    border-radius: 8px;
    background: var(--buttons-secondary-15, rgba(95, 87, 212, .15))
}

.promo-copy__text {
    color: var(--Text-wbg-Headings, #313131);
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

.promo-copy__btn {
    position: relative;
    border-radius: 8px;
    background: var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.promo-copy__btn svg, .promo-copy__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.promo-copy__btn svg {
    opacity: 1
}

.promo-copy__btn::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="18" viewBox="0 0 14 18" fill="none"><rect x="1" y="1" width="12" height="16" rx="2" fill="%235F57D4" stroke="%235F57D4"/></svg>');
    display: block;
    width: 14px;
    height: 18px;
    opacity: 0
}

.tooltip {
    position: relative;
    z-index: 5;
    width: max-content;
    padding: 4px 8px 4px 4px;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 31px;
    background: var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    color: var(--buttons-secondary-68, rgba(95, 87, 212, .68));
    font-size: .875rem;
    line-height: 1.25rem;
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.tooltip--small {
    padding: 4px
}

.tooltip::before {
    content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" fill="%235F57D4" fill-opacity=".68"/><rect x="9" y="9" width="2" height="6" rx="1" fill="%235F57D4" fill-opacity=".68"/><circle cx="10" cy="10" r="8" stroke="%235F57D4" stroke-opacity=".68" stroke-width="1.5"/></svg>');
    display: block;
    width: 20px;
    height: 20px
}

.tooltip:hover {
    background: var(--Buttons-Secondary-40, rgba(95, 87, 212, .4))
}

.tooltip:hover .tooltip__info {
    display: block
}

.tooltip__info {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100vw;
    max-width: 280px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    background: var(--Background-Pure-white, #fff);
    box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1);
    color: var(--text-wbg-text-wbg, #636363);
    font-size: .875rem;
    line-height: 1.25rem;
    display: none
}

.slot-list {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px
}

.slot-list:not(:first-child) {
    margin-top: 16px
}

.slot-list--scroll {
    overflow-x: auto;
    grid-template-rows:1fr 1fr;
    grid-auto-flow: column;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.slot-list--scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.slot-list--scroll .slot-card {
    min-width: 210px
}

:is(.bg-block,.hatched-block) .slot-list--scroll {
    width: calc(100% + 32px);
    padding-right: 32px
}

.scrolling .slot-list .slot-card {
    pointer-events: none;
    user-select: none
}

.casino-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 32px;
    --card-padding: 24px
}

.casino-top:not(:first-child) {
    margin-top: 32px
}

.casino-top__card {
    padding: var(--card-padding, 24px);
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff)
}

.casino-top__card-block {
    padding: 20px;
    width: calc(100% + var(--card-padding, 24px) * 2);
    margin-left: calc(var(--card-padding, 24px) * -1);
    margin-top: calc(var(--card-padding, 24px) * -1);
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid var(--buttons-secondary-15, rgba(95, 87, 212, .15))
}

.casino-top__card-info {
    flex: 1
}

.casino-top__card-bonus {
    flex: 1
}

.casino-top__card-promo {
    flex: .58
}

.casino-top__card-btns {
    flex: .53
}

.casino-top__card:not(:has(.casino-top__card-promo)) .casino-top__card-bonus {
    flex: 1.6
}

.casino-top__card-info {
    position: relative;
    display: grid;
    grid-template-columns:201px 1fr;
    column-gap: 12px
}

.casino-top__card-info > img, .casino-top__card-info > svg {
    max-width: 100%;
    object-fit: contain
}

.casino-top__card-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: var(--Text-wbg-Headings, #313131)
}

.casino-top__card-rate {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
    color: var(--Text-wbg-Headings, #313131);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

.casino-top__card-rate::after {
    content: "★★★★★";
    display: block;
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casino-top__card-bonus, .casino-top__card-btns, .casino-top__card-promo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.casino-top__card-bonus {
    gap: 4px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center
}

.casino-top__card-bonus::before {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23e)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23f)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" stroke="url(%23g)" stroke-width=".2"/><path d="M24 13c0-6.894-6.333-9.767-9.851-6.894S15.556 13 24 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.444 13 24 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.1 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8 27h32v3H8z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.1 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.36" y1="25" x2="7.517" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40" y1="25" x2="39.015" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8" y1="25" x2="41.566" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="40.84" y1="13" x2="10.163" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="41.5" y1="13" x2="40.768" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7" y1="13" x2="41" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27" y1="27" x2="23.221" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21" y1="30.5" x2="23" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24" y1="27" x2="24" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27" y1="13" x2="23.221" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21" y1="13" x2="27.98" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    display: block;
    width: 48px;
    height: 48px
}

.casino-top__card-promo {
    gap: 8px
}

.casino-top__card-promo-info {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

.casino-top__card-btns {
    gap: 8px
}

.casino-top__card-btns .btn {
    width: 100%;
    flex: 1
}

.mob-menu {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    background: var(--Background-Black, #000);
    padding-bottom: 8px
}

.mob-menu__list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center
}

.mob-menu__item {
    position: relative;
    flex: 1
}

.mob-menu__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, .1)
}

.mob-menu__item:first-child::before {
    display: none
}

.mob-menu__link {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    height: 100%;
    color: var(--Text-wbg-Subtext, #9a9a9a);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.mob-menu__link img, .mob-menu__link svg {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    object-fit: contain
}

.mob-menu__link.current {
    color: var(--Buttons-Secondary, #5f57d4)
}

.app-block {
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    background: var(--Background-Pure-white, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.app-block:not(:first-child) {
    margin-top: 16px
}

.app-block__info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.app-block__img > img,
.app-block__img > svg {
    width: 100%;
    max-width: 280px;
    max-height: 96px;
    object-fit: contain
}

@media (max-width: 767.9px) {
    .app-block__img > img,
    .app-block__img > svg {
        height: 68px;
    }
}

.app-block__rate {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / 5 * 100%);
    justify-content: center;
    color: var(--Text-wbg-Headings, #313131);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.app-block__rate::after {
    content: "★★★★★";
    display: block;
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0;
    font-weight: 300;
    background: linear-gradient(90deg, var(--star-color) var(--percent), var(--star-bg) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.app-block__descr {
    margin-bottom: 9px;
    color: var(--text-wbg-text-wbg, #636363);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

.app-block__bonus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.app-block__bonus-block {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    padding: 8px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: left;
    font-weight: 700
}

.app-block__bonus-block::before {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23e)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" fill="url(%23f)"/><path d="M7.1 13.5c0-.22.18-.4.4-.4h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4z" stroke="url(%23g)" stroke-width=".2"/><path d="M24 13c0-6.894-6.333-9.767-9.851-6.894S15.556 13 24 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.444 13 24 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.1 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8 27h32v3H8z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.1 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.36" y1="25" x2="7.517" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40" y1="25" x2="39.015" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8" y1="25" x2="41.566" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="40.84" y1="13" x2="10.163" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="41.5" y1="13" x2="40.768" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7" y1="13" x2="41" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27" y1="27" x2="23.221" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21" y1="30.5" x2="23" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24" y1="27" x2="24" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27" y1="13" x2="23.221" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21" y1="13" x2="27.98" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    display: block;
    width: 48px;
    height: 48px;
    justify-self: flex-start
}

.app-block__promo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.app-block__promo .tooltip {
    margin: 0
}

.app-block__promo .tooltip__info {
    right: 0;
    left: unset
}

.app-block__advantages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px
}

.app-block__advantages-item {
    position: relative;
    padding-left: 24px;
    color: var(--Text-wbg-Subtext, #9a9a9a);
    font-size: .875rem;
    line-height: 1.25rem;
    min-height: 24px
}

.app-block__advantages-item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="8" fill="%2310DB76"/><path d="m4 8 2.5 2.5L12 5" stroke="%23fff" stroke-width="2" stroke-linecap="round"/></svg>');
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: 4px
}

.app-block__avail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.app-block__avail-item {
    display: flex;
    align-items: center
}

.app-block__avail-item > img, .app-block__avail-item > svg {
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px
}

.app-block__avail-item::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="3.5" y="3" width="10" height="10" rx="5" fill="%2310DB76"/><path d="M6.5 8 8 9.5 10.5 7" stroke="%23fff" stroke-linecap="round"/></svg>');
    display: block;
    width: 17px;
    height: 16px;
    line-height: 16px
}

.app-block__avail-item--not::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="3.5" y="3" width="10" height="10" rx="5" fill="%23DB1014"/><path d="m6.5 6 4 4m-4 0 4-4" stroke="%23fff" stroke-linecap="round"/></svg>')
}

.app-block__btns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px
}

.app-block__btns .btn {
    width: 100%;
    min-width: 220px;
    padding: 8px
}

.app-block__btns:has(.app-block__payments) .btn {
    min-width: 260px
}

.app-block__payments {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px
}

.app-block__payments img {
    max-width: 36px;
    max-height: 24px
}

.written-by {
    margin-bottom: calc(var(--wrapper-margin, 40px) * -1);
    padding-block: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.written-by:not(:first-child) {
    margin-top: 24px
}

.written-by__img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    padding: 2px;
    margin: 4px;
    background: linear-gradient(90deg, #ec6b1c 0, #5f57d4 100%)
}

.written-by__name {
    color: var(--text-wbg-text-wbg, #636363);
    margin-left: 8px
}

.written-by__name a, .written-by__name span {
    color: var(--Buttons-Secondary, #5f57d4);
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font
}

.written-by__time {
    min-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, .07);
    color: var(--text-wbg-text-wbg, #636363)
}

.bonus-list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    column-gap: 16px;
    row-gap: 20px
}

.bonus-list:not(:first-child) {
    margin-top: 20px
}

.casino-list {
    overflow-x: auto;
    display: flex;
    align-items: stretch;
    gap: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.casino-list:not(:first-child) {
    margin-top: 20px
}

.casino-list .casino-card {
    flex: 1
}

.casino-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

:is(.bg-block,.hatched-block) .casino-list {
    width: calc(100% + 32px);
    padding-right: 32px
}

.scrolling .casino-list .casino-card {
    pointer-events: none;
    user-select: none
}

.bg-block.bg-block--v2 {
    padding: 24px;
    border-radius: var(--M, 12px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.form.form--v2 {
    align-items: flex-start;
}

.form.form--v2__content:not(:first-child) {
    margin-top: 16px;
}

.form.form--v2 .form__label {
    min-height: unset;
}

.form.form--v2 input,
.form.form--v2 textarea {
    width: 100%;
}

.form.form--v2 input,
.form.form--v2 textarea {
    position: relative;
    padding: 12px 8px;
    border-radius: var(--XS, 6px);
    border: var(--Stroke-stroke, 1px) solid var(--Inputs-Default-input_stroke, rgba(0, 0, 0, 0.1));
    background: var(--Inputs-Default-input_bg, rgba(85, 76, 209, 0.03));
    outline: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--Text-Lightbg-text, #5c5c5c);
}

.form.form--v2 input:hover,
.form.form--v2 textarea:hover {
    border-color: var(--Inputs-Hover-input_stroke, rgba(0, 0, 0, 0.2));
    background: var(--Inputs-Hover-input_bg, rgba(85, 76, 209, 0.05));
}

.form.form--v2 input:focus,
.form.form--v2 textarea:focus {
    border-color: var(--Inputs-Active-or-pressed-input_stroke, rgba(85, 76, 209, 0.55));
    background: var(--Inputs-Active-or-pressed-input_bg, rgba(85, 76, 209, 0.1));
}

.form.form--v2 input::placeholder,
.form.form--v2 textarea::placeholder {
    color: var(--Text-Lightbg-Placeholder, #a3a3a3);
}

.form.form--v2 .form__label {
    gap: 4px;
    color: var(--Tiltes-Lightbg-Title-4, #525252);
}

.form.form--v2 .form__label > span {
    padding-left: 0px;
}

.form.form--v2 .form__label-error {
    top: calc(100% + 4px);
    color: var(--Priority-colors-Default-Alert, #ff0a0e);
}

.form.form--v2 .form__label.has-error input,
.form.form--v2 .form__label.has-error textarea {
    border-color: var(--Priority-colors-Default-Alert, #ff0a0e);
}

.form.form--v2 .form__label.has-error.form__label-error {
    opacity: 0;
}

.form.form--v2 textarea {
    resize: none;
    height: 100%;
}

@supports not selector(::-webkit-scrollbar) {
    .form.form--v2 textarea {
        scrollbar-width: thin;
        scrollbar-color: rgba(185, 185, 185, 0.5333333333) transparent;
    }
}

.form.form--v2 textarea::-webkit-scrollbar {
    width: 4px;
}

.form.form--v2 textarea::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(185, 185, 185, 0.5333333333);
    border-radius: 9px;
    border: 4px solid transparent;
}

.form.form--v2 textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 9px;
}

.form.form--v2 textarea::placeholder {
    padding-left: 4px;
}

.form.form--v2 .form__rate {
    all: unset;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 22px;
}

.form.form--v2 .form__rate input {
    display: none;
}

.form.form--v2 .form__rate-label {
    width: 32px;
    height: 32px;
    border-radius: var(--XS, 6px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    cursor: pointer;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.form.form--v2 .form__rate-label:not(:last-child)::before {
    display: none;
}

.form.form--v2 .form__rate-label svg path {
    fill: transparent;
}

.form.form--v2 .form__rate-label svg path:last-child {
    fill: #ff8933;
}

.form.form--v2 .form__rate input:checked ~ .form__rate-label svg path {
    fill: #ff8933;
}

.form.form--v2 .btn {
    margin-top: 16px;
    margin-inline: auto;
    padding: 8px 24px;
    min-height: unset;
}

.comments-form:not(:first-child) {
    margin-top: 16px
}

.comments-form .form__content {
    display: grid;
    grid-template-columns:328px 1fr;
    column-gap: 24px;
    row-gap: 0
}

.comments-form textarea {
    min-height: 232px
}

.comments-list {
    gap: 12px;
}

.comments-list:not(:first-child) {
    margin-top: 28px;
}

.comments-list__item {
    border-radius: var(--S, 8px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.comments-list__item {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.comments-list__rating, .comments-list__time {
    width: max-content;
}

.comments-list__time {
    color: var(--Text-wbg-Subtext, #9a9a9a);
    font-size: .875rem;
    line-height: 1.25rem;
}

.comments-list__name {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.comments-list__name img {
    min-width: 24px;
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.comments-list__descr {
    color: var(--Text-Lightbg-text, #5c5c5c);
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.1px;
    width: 100%;
}

.comments-list__rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%);
    width: 100%;
}

.comments-list__rating::before,
.comments-list__rating::after {
    font-size: 25px;
    line-height: 23px;
    height: 25px;
    letter-spacing: 0px;
}

.comments-list__rating::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comments-list__rating::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0px;
    color: var(--star-color);
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.comments-list__vote {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.comments-list__vote.loading {
    pointer-events: none;
    opacity: 0.8;
}

.comments-list__vote-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.comments-list__vote-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--XS, 6px);
    background: var(--Backgrounds-Dark-Transparent-dark1, rgba(0, 0, 0, 0.05));
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.comments-list__vote-btn svg path {
    transition-property: fill, stroke;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.comments-list__vote-btn.active.comments-list__vote-btn--like svg path {
    fill: #ff710a;
    stroke: #ff710a;
}

.comments-list__vote-btn.active.comments-list__vote-btn--dislike svg path {
    fill: #ff0a0e;
    stroke: #ff0a0e;
}

.comments-list__vote-value {
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.comments-form.comments-form--v2 {
    margin-inline: 0;
}

.comments-form.comments-form--v2 .form__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.comments-form.comments-form--v2 .form__content:not(:first-child) {
    margin-top: 16px;
}

.comments-form.comments-form--v2 .form__label {
    gap: 4px;
}

.comments-form.comments-form--v2 .form__label span {
    padding-left: 0;
    color: var(--Tiltes-Lightbg-Title-4, #525252);
}

.comments-form.comments-form--v2 .form__label--area span {
    padding-left: 4px;
}

.comments-form.comments-form--v2 textarea {
    min-height: 144px;
    padding: 12px;
    border-radius: var(--XS, 6px);
    border: var(--Stroke-stroke, 1px) solid var(--Inputs-Default-input_stroke, rgba(0, 0, 0, 0.1));
    background: var(--Inputs-Default-input_bg, rgba(85, 76, 209, 0.03));
}

.comments-form.comments-form--v2 textarea::placeholder {
    color: var(--Text-Lightbg-Placeholder, #a3a3a3);
}

.not-available {
    border-radius: 16px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    padding: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--Text-wbg-Headings, #313131);
    text-align: center;
}

.not-available:not(:first-child) {
    margin-top: 16px;
}

.not-available.not-available--v2 {
    margin-inline: 0;
    align-items: flex-start;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--Text-Lightbg-text, #5c5c5c);
}

.not-available.not-available--v2 .btn {
    width: auto;
    max-width: 100%;
}

.content-grid {
    display: grid;
    grid-template-columns:1fr 328px;
    align-items: stretch;
    column-gap: 20px
}

.content-grid:not(:first-child) {
    margin-top: 20px
}

.content-grid .table > img {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin-left: -16px;
    height: 160px;
    object-fit: cover;
    position: relative;
}

.content-grid * + .table {
    margin-top: 12px;
}

.content-grid__content > :only-child {
    height: 100%
}

.content-grid .wp-block-table {
    padding-inline: 16px
}

.content-grid .wp-block-table tr:first-child td {
    padding-top: 24px
}

.content-grid .wp-block-table tr:last-child td {
    padding-bottom: 24px
}

.content-grid .wp-block-table tr td {
    padding: 12px 0
}

.content-grid .wp-block-table tr td:first-child {
    font-size: 1rem;
    line-height: 1.5rem
}

.content-grid--play-banner {
    background: var(--Backgrounds-Dark-dark_2, #141414)
}

.play-banner {
    position: relative;
    padding: 20px;
    border-radius: 12px;
    overflow: hidden;
    min-height: 648px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.play-banner.play-banner--v2 {
    background: var(--Backgrounds-Dark-dark_3, #1F1F1F);
}

.play-banner:not(:first-child) {
    margin-top: 20px
}

.play-banner__body-btns .btn--large {
    min-width: 240px
}

.play-banner__body-btns .btn {
    position: relative;
    z-index: 1;
}

.play-banner > img, .play-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.play-banner::after {
    content: "";
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.90) 80%);
}

.play-banner img {
    z-index: -1;
    object-fit: cover
}

.play-banner__bonus {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 7px 8px;
    max-width: 328px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--text-dbg-Heading, #fff);
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.play-banner__bonus img,
.play-banner__bonus svg:not([play-banner__bonus-arrow]) {
    max-width: 72px;
    object-fit: contain;
    max-height: 32px;
}

.play-banner__bonus-arrow {
    margin-left: auto;
}

@media (max-width: 767.9px) {
    .play-banner__bonus {
        position: relative;
        transform: unset;
        left: unset;
        bottom: unset;
        width: 100%;
        margin-top: auto;
        min-width: unset;
    }
}

@media (any-hover: hover) {
    .play-banner__bonus:hover {
        box-shadow: 0 0 10px 2px var(--Buttons-Secondary-40, rgba(95, 87, 212, .8));
    }
}

.play-banner.play-banner--v2 {
    position: relative;
    height: auto;
    padding: 0;
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    gap: 0;
    min-height: 100%;
    align-items: stretch;
}

.play-banner.play-banner--v2 .btn {
    width: unset;
}

.play-banner.play-banner--v2 img {
    z-index: auto;
}

.play-banner.play-banner--v2 .btn:first-of-type {
    margin-top: unset;
}

.play-banner.play-banner--v2 .btn:last-of-type {
    margin-bottom: unset;
}

.play-banner.play-banner--v2 .play-banner__toggle {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--XS, 6px);
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background: transparent;
    display: none;
}

.play-banner.play-banner--v2 .play-banner__toggle::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m16.707 15.293-1.414 1.414-12-12 1.414-1.414z" fill="%23fff"/><path d="m3.293 15.293 1.414 1.414 12-12-1.414-1.414z" fill="%23fff"/></svg>');
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-banner.play-banner--v2 .play-banner__demo-title {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    display: none;
}

.play-banner.play-banner--v2 .play-banner__body {
    position: relative;
    flex: 1;
}

.play-banner.play-banner--v2 .play-banner__body-text {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    display: none;
}

.play-banner.play-banner--v2 .play-banner__body-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    min-height: 438px;
    padding: 16px;
}

.play-banner.play-banner--v2 .play-banner__body-btns::after,
.play-banner.play-banner--v2 .play-banner__body-btns > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.play-banner.play-banner--v2 .play-banner__body-btns > img {
    object-fit: cover;
}

.play-banner.play-banner--v2 .play-banner__body-btns::after {
    content: "";
    z-index: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.play-banner.play-banner--v2 .play-banner__body-btns .btn {
    max-width: 100%;
    width: 200px;
}

.play-banner.play-banner--v2 .play-banner__body-btns .btn:first-of-type {
    width: 240px;
}

.play-banner.play-banner--v2.active .play-banner__body-text {
    display: block;
}

.play-banner.play-banner--v2.active .play-banner__bonus-card {
    display: flex;
}

.play-banner.play-banner--v2.active .play-banner__toggle {
    display: block;
}

.play-banner.play-banner--v2.active .play-banner__body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 0px 20px 12px;
    border-bottom: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
}

.play-banner.play-banner--v2.active .play-banner__body .play-banner__body-btns {
    display: none;
}

.play-banner.play-banner--v2.active .play-banner__body > * {
    grid-column: 1/-1;
}

.play-banner.play-banner--v2.active .play-banner__body iframe {
    all: unset;
    grid-column: 1/-1;
    order: -1;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: auto;
    min-height: 420px;
    aspect-ratio: 16/9;
    border: none;
    outline: none;
    display: block;
    background: transparent;
}

.play-banner.play-banner--v2.active .play-banner__body-text {
    grid-column: 1/2;
    align-self: center;
}

.play-banner.play-banner--v2.active .play-banner__toggle {
    grid-column: 2/3;
    align-self: center;
}

.play-banner.play-banner--v2 .play-banner__bonus-card {
    width: 100%;
    align-self: flex-start;
    border-radius: var(--XS, 6px);
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.1));
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    display: none;
}

.play-banner.play-banner--v2 .play-banner__bonus-card img {
    width: 240px;
    height: 64px;
    object-fit: cover;
}

.play-banner.play-banner--v2 .play-banner__bonus-card-text {
    flex: 1;
    position: relative;
    padding-left: 64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.play-banner.play-banner--v2 .play-banner__bonus-card-text::before {
    content: url('data:image/svg+xml,<svg width="52" height="52" viewBox="0 0 52 52" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="26" cy="44.416" rx="23.833" ry="3.25" fill="url(%23a)"/><rect x="8.767" y="27.183" width="34.467" height="17.133" rx=".4" fill="url(%23b)"/><rect x="8.767" y="27.183" width="34.467" height="17.133" rx=".4" fill="url(%23c)"/><rect x="8.767" y="27.183" width="34.467" height="17.133" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M8.083 14.183h35.833a.4.4 0 0 1 .4.4V28.75a.4.4 0 0 1-.4.4H8.083a.4.4 0 0 1-.4-.4V14.584a.4.4 0 0 1 .4-.4" fill="url(%23e)"/><path d="M8.083 14.183h35.833a.4.4 0 0 1 .4.4V28.75a.4.4 0 0 1-.4.4H8.083a.4.4 0 0 1-.4-.4V14.584a.4.4 0 0 1 .4-.4" fill="url(%23f)"/><path d="M8.083 14.183h35.833a.4.4 0 0 1 .4.4V28.75a.4.4 0 0 1-.4.4H8.083a.4.4 0 0 1-.4-.4V14.584a.4.4 0 0 1 .4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M26 14.083c0-7.468-6.86-10.58-10.672-7.469-3.812 3.112 1.524 7.47 10.672 7.47Z" stroke="%23FE985A"/><path d="M26 14.083c0-7.468 6.86-10.58 10.672-7.469 3.812 3.112-1.524 7.47-10.672 7.47Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M22.85 29.35h6.3v14.967h-6.3z"/><path fill="url(%23j)" d="M8.667 29.25h34.667v3.25H8.667z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M22.85 14.184h6.3v14.967h-6.3z"/><defs><linearGradient id="b" x1="42.64" y1="27.084" x2="8.143" y2="43.304" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="43.333" y1="27.084" x2="42.267" y2="46.283" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8.667" y1="27.084" x2="45.03" y2="39.414" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="44.243" y1="14.084" x2="11.01" y2="32.501" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="44.958" y1="14.084" x2="44.166" y2="30.898" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7.583" y1="14.084" x2="44.417" y2="29.25" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="29.25" y1="29.25" x2="25.156" y2="45.041" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="22.75" y1="33.042" x2="24.917" y2="33.042" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26" y1="29.25" x2="26" y2="32.5" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="29.25" y1="14.084" x2="25.156" y2="29.874" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="22.75" y1="14.084" x2="30.312" y2="14.633" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(30.4537 0 0 2.84235 26 44.416)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.play-banner.play-banner--v2 .play-banner__bonus-card-text span {
    color: var(--Tiltes-Lightbg-Highlight, #ff7d1f);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.play-banner.play-banner--v2 .play-banner__bonus-card .btn {
    max-width: 100%;
}

.play-banner.play-banner--v2::after {
    display: none;
}

.play-banner.play-banner--v2 .play-banner__bottom {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.play-banner.play-banner--v2 .play-banner__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.play-banner.play-banner--v2 .play-banner__rating {
    width: 290px;
    max-width: 100%;
    border-radius: var(--XXS, 4px);
    border: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.1));
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}

.play-banner.play-banner--v2 .play-banner__rating-block {
    flex: 1;
    padding: 8px 8px 8px 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.play-banner.play-banner--v2 .play-banner__rating-stars {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%);
}

.play-banner.play-banner--v2 .play-banner__rating-stars::before,
.play-banner.play-banner--v2 .play-banner__rating-stars::after {
    font-size: 18px;
    line-height: 16px;
    height: 18px;
    letter-spacing: 0px;
}

.play-banner.play-banner--v2 .play-banner__rating-stars::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.play-banner.play-banner--v2 .play-banner__rating-stars::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0px;
    color: var(--star-color);
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.play-banner.play-banner--v2 .play-banner__rating-value {
    padding: 4px 12px;
    border-radius: 0 3px 3px 0;
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.1));
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.play-banner.play-banner--v2 .play-banner__rating-value span {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.play-banner.play-banner--v2 .play-banner__btns {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.play-banner.play-banner--v2 .play-banner__bonus-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    overflow: hidden;
}

.play-banner.play-banner--v2 .play-banner__bonus-block > * {
    position: relative;
}

.play-banner.play-banner--v2 .play-banner__bonus-block > *:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
}

.play-banner.play-banner--v2 .play-banner__bonus-block > img,
.play-banner.play-banner--v2 .play-banner__bonus-block > svg {
    max-width: 100px;
    max-height: 50px;
    object-fit: contain;
}

.play-banner.play-banner--v2 .play-banner__bonus-block .btn {
    overflow: visible;
}

.play-banner.play-banner--v2 .play-banner__bonus-block-text {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    padding-left: 32px;
}

.play-banner.play-banner--v2 .play-banner__bonus-block-text::after {
    content: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12.5" cy="20.5" rx="11" ry="1.5" fill="url(%23a)"/><rect x="4.6" y="12.6" width="15.8" height="7.8" rx=".4" fill="url(%23b)"/><rect x="4.6" y="12.6" width="15.8" height="7.8" rx=".4" fill="url(%23c)"/><rect x="4.6" y="12.6" width="15.8" height="7.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M4.5 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4h-16a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4" fill="url(%23e)"/><path d="M4.5 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4h-16a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4" fill="url(%23f)"/><path d="M4.5 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4h-16a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M12.5 6.5c0-3.447-3.167-4.883-4.926-3.447S8.278 6.5 12.5 6.5Zm0 0c0-3.447 3.166-4.883 4.926-3.447C19.185 4.489 16.722 6.5 12.5 6.5Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M11.1 13.6h2.8v6.8h-2.8z"/><path fill="url(%23j)" d="M4.5 13.5h16V15h-16z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M11.1 6.6h2.8v6.8h-2.8z"/><defs><linearGradient id="b" x1="20.18" y1="12.5" x2="4.258" y2="19.986" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="20.5" y1="12.5" x2="20.008" y2="21.361" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="4.5" y1="12.5" x2="21.283" y2="18.191" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="20.92" y1="6.5" x2="5.581" y2="15" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="21.25" y1="6.5" x2="20.884" y2="14.261" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="4" y1="6.5" x2="21" y2="13.5" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="14" y1="13.5" x2="12.111" y2="20.788" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="11" y1="15.25" x2="12" y2="15.25" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="12.5" y1="13.5" x2="12.5" y2="15" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="14" y1="6.5" x2="12.111" y2="13.788" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="11" y1="6.5" x2="14.49" y2="6.754" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(14.0556 0 0 1.31186 12.5 20.5)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.banner-block {
    padding: 32px;
    border-radius: 20px;
    max-width: var(--width-container);
    background: linear-gradient(0deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .88) 100%);
    display: grid;
    grid-template-columns:1fr 360px;
    grid-template-rows:auto auto auto auto 1fr;
    column-gap: 40px;
    align-items: flex-start
}

.banner-block:not(:first-child) {
    margin-top: 20px
}

.banner-block__info {
    font-weight: 700;
    color: var(--Buttons-Primary, #ec6b1c);
    margin-bottom: 16px
}

.banner-block__title {
    color: var(--text-dbg-Heading, #fff);
    margin-bottom: 8px;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
}

.banner-block__text {
    color: var(--text-dbg-text, #dedede);
    font-weight: 500
}

.banner-block__by {
    padding-block: 8px;
    color: var(--text-dbg-text, #dedede);
    margin-bottom: 8px
}

.banner-block__by a, .banner-block__by span {
    color: var(--Buttons-Primary, #ec6b1c);
    font-weight: 700
}

.banner-block__by a {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.banner-block__by a:active {
    opacity: .6
}

.banner-block__btns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 44px;
    align-self: flex-end
}

.banner-block__btns .btn {
    min-width: 234px
}

.small-card-list {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.small-card-list:not(:first-child) {
    margin-top: 16px
}

@media (min-width: 576px) {
    .fixed-el {
        display: none
    }

    .author-block__descr, .author-block__info {
        grid-column: 1/-1
    }

    .author-block__info {
        margin-top: 8px
    }

    .author-block__descr {
        margin-top: 12px
    }

    .mob-menu {
        display: none
    }

    .comments-list__time {
        margin-left: auto
    }
}

@media (min-width: 768px) {
    .bg-block--grid {
        display: grid;
        grid-template-columns:1fr auto;
        column-gap: 16px
    }

    .bg-block--grid > * {
        grid-column: 1/-1
    }

    .bg-block--grid > h2 {
        grid-column: 1/2
    }

    .bg-block--grid > h2 + .btn {
        grid-column: 2/3;
        align-self: flex-start
    }

    /*.how-to .how-to__item {*/
    /*    grid-template-rows:auto auto*/
    /*}*/
    .how-to .how-to__item:has(img) {
        grid-template-columns: 1fr 1fr
    }

    .how-to .how-to__item:has(img)::before, .how-to .how-to__item:has(img) > img {
        grid-row: 1/3;
        align-self: center
    }

    .how-to .how-to__item:not(:has(img)) {
        grid-template-columns: 1fr
    }

    .app-block__info {
        flex-basis: 220px;
        flex-grow: 0
    }

    .app-block__bonus {
        flex-grow: 1;
        flex-basis: auto
    }

    .app-block__bonus, .app-block__btns {
        align-self: stretch;
        padding-left: 16px;
        border-left: 1px solid rgba(0, 0, 0, .07)
    }

    .comments-form .form__label:not(:first-child):not(.form__label--area) {
        margin-top: 16px
    }

    .comments-form .form__label--area {
        align-self: stretch;
        grid-column: 2/3;
        grid-row: 1/10
    }
}

@media (min-width: 992px) {
    .casino-listing__item {
        grid-template-columns:345px 1fr 260px
    }

    .casino-listing__info {
        padding-right: 20px;
        border-right: 1px solid rgba(0, 0, 0, .07)
    }

    .casino-listing__bonus {
        align-self: end
    }

    .casino-listing__promo {
        justify-self: end
    }

    .casino-listing__promo-info {
        align-self: center;
        justify-self: start
    }

    .casino-listing__advantages {
        align-self: flex-start
    }

    .casino-listing__btns {
        padding-left: 20px;
        border-left: 1px solid rgba(0, 0, 0, .07)
    }

    .casino-listing__top {
        grid-column: 1/4;
        grid-row: 1/2
    }

    .casino-listing__info {
        grid-column: 1/2;
        grid-row: 2/4
    }

    .casino-listing__bonus {
        grid-column: 2/3;
        grid-row: 2/3
    }

    .casino-listing__advantages {
        grid-column: 2/3;
        grid-row: 3/4
    }

    .casino-listing__btns {
        grid-column: 3/4;
        grid-row: 2/4
    }

    .app-block__advantages {
        flex-grow: 1.6;
        flex-basis: auto
    }

    .app-block__btns {
        flex-grow: 0;
        flex-basis: 237px
    }

    .app-block__advantages, .app-block__avail {
        align-self: stretch;
        padding-left: 16px;
        border-left: 1px solid rgba(0, 0, 0, .07)
    }

    .app-block__avail-item:not(:first-child) {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, .07)
    }

    .content-grid > :not(:first-child) {
        margin: 0
    }

    .banner-block > * {
        grid-column: 1/2
    }

    .banner-block > img, .banner-block > svg {
        grid-row: 2/6;
        grid-column: 2/3
    }

    .banner-block__info {
        grid-column: 1/-1
    }

}

@media (min-width: 1240px) {
    .header__burger {
        display: none
    }

    .header__search:not(.active) .header__search-wrap {
        display: none
    }

    .header__search.active .header__search-wrap {
        display: block
    }

    .header__search-panel {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .header__search-close {
        display: none
    }

    .header__search-result {
        position: absolute;
        top: 100%;
        right: 0;
        width: 508px;
        border-radius: 12px;
        background-color: #232020;
    }

    .header__search-result-content {
        min-height: 167px;
        padding: 0 30px;
        max-height: 315px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .header__search-result-list {
        padding: 0 30px;
        width: calc(100% - 10px);
        max-height: 315px
    }

    .header .header-menu > .item.parent, .header .header-menu > .item:not(.parent) > a, .header .header-menu > .item:not(.parent) > span {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        color: #fff;
        text-align: center;
        padding-block: 15px
    }

    .header .header-menu > .item.parent:active, .header .header-menu > .item:not(.parent) > a:active, .header .header-menu > .item:not(.parent) > span:active {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu > .item svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px
    }

    .header .header-menu > .item:nth-child(1) {
        z-index: 49
    }

    .header .header-menu > .item:nth-child(2) {
        z-index: 48
    }

    .header .header-menu > .item:nth-child(3) {
        z-index: 47
    }

    .header .header-menu > .item:nth-child(4) {
        z-index: 46
    }

    .header .header-menu > .item:nth-child(5) {
        z-index: 45
    }

    .header .header-menu > .item:nth-child(6) {
        z-index: 44
    }

    .header .header-menu > .item:nth-child(7) {
        z-index: 43
    }

    .header .header-menu > .item:nth-child(8) {
        z-index: 42
    }

    .header .header-menu > .item:nth-child(9) {
        z-index: 41
    }

    .header .header-menu > .item:nth-child(10) {
        z-index: 40
    }

    .header .header-menu > .item:nth-child(11) {
        z-index: 39
    }

    .header .header-menu > .item:nth-child(12) {
        z-index: 38
    }

    .header .header-menu > .item:nth-child(13) {
        z-index: 37
    }

    .header .header-menu > .item:nth-child(14) {
        z-index: 36
    }

    .header .header-menu > .item:nth-child(15) {
        z-index: 35
    }

    .header .header-menu > .item:nth-child(16) {
        z-index: 34
    }

    .header .header-menu > .item:nth-child(17) {
        z-index: 33
    }

    .header .header-menu > .item:nth-child(18) {
        z-index: 32
    }

    .header .header-menu > .item:nth-child(19) {
        z-index: 31
    }

    .header .header-menu > .item:nth-child(20) {
        z-index: 30
    }

    .header .header-menu > .item:nth-child(21) {
        z-index: 29
    }

    .header .header-menu > .item:nth-child(22) {
        z-index: 28
    }

    .header .header-menu > .item:nth-child(23) {
        z-index: 27
    }

    .header .header-menu > .item:nth-child(24) {
        z-index: 26
    }

    .header .header-menu > .item:nth-child(25) {
        z-index: 25
    }

    .header .header-menu > .item:nth-child(26) {
        z-index: 24
    }

    .header .header-menu > .item:nth-child(27) {
        z-index: 23
    }

    .header .header-menu > .item:nth-child(28) {
        z-index: 22
    }

    .header .header-menu > .item:nth-child(29) {
        z-index: 21
    }

    .header .header-menu > .item:nth-child(30) {
        z-index: 20
    }

    .header .header-menu > .item:nth-child(31) {
        z-index: 19
    }

    .header .header-menu > .item:nth-child(32) {
        z-index: 18
    }

    .header .header-menu > .item:nth-child(33) {
        z-index: 17
    }

    .header .header-menu > .item:nth-child(34) {
        z-index: 16
    }

    .header .header-menu > .item:nth-child(35) {
        z-index: 15
    }

    .header .header-menu > .item:nth-child(36) {
        z-index: 14
    }

    .header .header-menu > .item:nth-child(37) {
        z-index: 13
    }

    .header .header-menu > .item:nth-child(38) {
        z-index: 12
    }

    .header .header-menu > .item:nth-child(39) {
        z-index: 11
    }

    .header .header-menu > .item:nth-child(40) {
        z-index: 10
    }

    .header .header-menu > .item:nth-child(41) {
        z-index: 9
    }

    .header .header-menu > .item:nth-child(42) {
        z-index: 8
    }

    .header .header-menu > .item:nth-child(43) {
        z-index: 7
    }

    .header .header-menu > .item:nth-child(44) {
        z-index: 6
    }

    .header .header-menu > .item:nth-child(45) {
        z-index: 5
    }

    .header .header-menu > .item:nth-child(46) {
        z-index: 4
    }

    .header .header-menu > .item:nth-child(47) {
        z-index: 3
    }

    .header .header-menu > .item:nth-child(48) {
        z-index: 2
    }

    .header .header-menu > .item:nth-child(49) {
        z-index: 1
    }

    .header .header-menu > .item:nth-child(50) {
        z-index: 0
    }

    .header .header-menu .item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0
    }

    .header .header-menu .item.parent::before {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translate(0, -4px);
        display: none
    }

    .header .header-menu > .item > .submenu {
        max-width: 268px
    }

    .header .header-menu > .item > .submenu > .item:not(:last-child) {
        background-image: linear-gradient(to top, #222326 1px, transparent 1px);
        background-size: calc(100% - 20px) 100%;
        background-position-x: 10px;
        background-repeat: no-repeat
    }

    .header .header-menu .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: max-content;
        min-width: 268px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        display: none;
        border-radius: 10px;
        background-color: #000;
        box-shadow: inset 0 0 8px 0 hsla(0, 0%, 100%, .25)
    }

    .header .header-menu .submenu .submenu {
        overflow-y: auto;
        overflow-x: clip;
        background-color: #202022;
        box-shadow: inset 0 0 2px 0 hsla(0, 0%, 100%, .25);
        top: 0;
        left: calc(100% - 1px);
        transform: translateX(0);
        grid-template-rows:repeat(7, auto);
        /*grid-auto-flow: column;*/
        height: auto;
        max-height: calc(100vh - 100px);
        grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
        max-width: 536px;
    }

    @supports not selector(::-webkit-scrollbar) {
        .header .header-menu .submenu .submenu {
            scrollbar-width: thin;
            scrollbar-color: red transparent
        }
    }.header .header-menu .submenu .submenu::-webkit-scrollbar {
         width: 4px
     }

    .header .header-menu .submenu .submenu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: red;
        border-radius: 9px;
        border: 4px solid transparent
    }

    .header .header-menu .submenu .submenu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .header .header-menu .submenu .item {
        border-radius: 10px;
        width: 268px
    }

    .header .header-menu .submenu .item.parent, .header .header-menu .submenu .item:not(.parent) > a, .header .header-menu .submenu .item:not(.parent) > span {
        padding: 15px 16px;
        min-height: 51px;
        text-align: left
    }

    .header .header-menu .submenu .item:not(.parent) a, .header .header-menu .submenu .item:not(.parent) span {
        width: 100%
    }

    .header .header-menu .submenu .item:active {
        background-color: #131314
    }

    .header .header-menu .submenu .item:active svg {
        transform: rotate(-90deg)
    }

    .casino-top__card-info {
        align-items: center
    }

    .casino-top__card-info > img, .casino-top__card-info > svg {
        grid-row: 1/3
    }

    .casino-top__card-title {
        align-self: flex-end
    }

    .casino-top__card-rate {
        align-self: flex-start;
        margin-top: 4px
    }

    .casino-top__card-bonus, .casino-top__card-btns, .casino-top__card-promo {
        align-self: stretch
    }

    .casino-top__card-bonus::after, .casino-top__card-btns::after, .casino-top__card-promo::after {
        content: "";
        position: absolute;
        top: 0;
        left: -12px;
        width: 1px;
        height: 100%;
        background: rgba(95, 87, 212, .15)
    }
}

@media (min-width: 1240px) and (any-hover: hover) {
    .header .header-menu > .item.parent:hover, .header .header-menu > .item:not(.parent) > a:hover, .header .header-menu > .item:not(.parent) > span:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu > .item.parent:focus, .header .header-menu > .item:not(.parent) > a:focus, .header .header-menu > .item:not(.parent) > span:focus {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu > .item.parent:hover > svg {
        transform: rotate(-180deg)
    }

    .header .header-menu > .item.parent:hover > svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu > .item.parent:hover > .submenu {
        display: flex
    }

    .header .header-menu .item.parent:hover::before {
        display: block
    }

    .header .header-menu .item.parent:hover > .submenu {
        display: flex
    }

    .header .header-menu .submenu .item.parent:hover > .submenu {
        display: grid
    }

    .header .header-menu .submenu .item:hover {
        background-color: #131314
    }

    .header .header-menu .submenu .item:hover svg {
        transform: rotate(-90deg)
    }

    .header .header-menu .submenu .item:focus {
        background-color: #131314
    }

    .header .header-menu .submenu .item:focus svg {
        transform: rotate(-90deg)
    }
}

@media (max-width: 1535px) {
    .footer {
        padding: 90px;
        grid-template-columns:1fr
    }

    .footer__nav {
        margin-top: 80px
    }

    .footer__nav-wrap:nth-of-type(3n+1) {
        padding-left: 0;
        border-left: 0
    }
}

@media (max-width: 1440px) {
    /*.bg-block, .hatched-block {*/
    /*    margin-inline: var(--offsets, 20px)*/
    /*}*/
    .modal__content {
        max-width: calc(100% - var(--offsets, 20px) * 2)
    }

    .banner-block {
        margin-inline: var(--offsets, 20px)
    }

    .wrapper:has(.bg-block.bg-block--v2) {
        margin-inline: var(--offsets, 20px)
    }

    .wrapper:has(.form-block .bg-block.bg-block--v2) {
        margin-inline: 0
    }
}

@media (max-width: 1239.9px) {
    .header {
        min-height: 50px;
        padding: 8px 12px
    }

    .header .container {
        padding: 0
    }

    .header__wrap {
        flex-wrap: wrap
    }

    .header__logo {
        max-width: 140px;
        max-height: 40px;
        margin-inline: auto
    }

    .header__logo img, .header__logo svg {
        max-width: 140px;
        max-height: 40px
    }

    .header__nav {
        transform: translateX(0);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        padding: 46px 0 10px;
        margin: 0;
        align-items: flex-start;
        justify-content: flex-start;
        background-color: #000;
        transition-property: transform;
        transition-duration: .2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s
    }

    .header__search.active {
        z-index: 50
    }

    .header__search.active .header__search-wrap {
        transform: translateX(0)
    }

    .header__search.active .header__search-panel {
        position: relative
    }

    .header__search-wrap {
        transform: translateX(-100%);
        transition-property: transform;
        transition-duration: .2s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        right: 0;
        bottom: 0;
        padding: 20px 15px;
        background: #060606
    }

    .header__search-result-content-list {
        padding: 20px 0;
    }

    .header__search-input {
        flex: 1
    }

    .header__search-result {
        flex: 1;
        overflow-y: auto;
        /*padding-right: 20px;*/
        margin-top: 0
    }

    @supports not selector(::-webkit-scrollbar) {
        .header__search-result {
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 185, 185, .5333333333) transparent
        }
    }.header__search-result::-webkit-scrollbar {
         width: 4px
     }

    .header__search-result::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(185, 185, 185, .5333333333);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .header__search-result::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .header__search-result-header {
        display: none
    }

    .header__search-result-link {
        padding-inline: 0 18px;
    }

    .header__search-result-content {
        /*align-items: flex-start;*/
        justify-content: flex-start;
        height: 100%
    }

    .header__search-result-default, .header__search-result-empty {
        margin-top: 160px
    }

    .header__search-result-empty {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .header__search-result-empty::before {
        content: url('data:image/svg+xml,<svg stroke="%23fff" fill="none" stroke-width="0" height="70" width="70" xmlns="http://www.w3.org/2000/svg" viewBox="1.87 2.38 17.26 17.25" class="search-result_noSearchIcon__J8ubk"><path d="M9.621 17.125a7 7 0 1 0 0-14 7 7 0 0 0 0 14m8.756 1.749-3.807-3.807" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        opacity: .4
    }

    .header .header-menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0
    }

    .header .header-menu {
        padding-inline: 16px;
        max-height: 100%;
        flex-wrap: unset;
        overflow-y: auto;
        gap: 10px
    }

    @supports not selector(::-webkit-scrollbar) {
        .header .header-menu {
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 185, 185, .5333333333) transparent
        }
    }.header .header-menu::-webkit-scrollbar {
         width: 4px
     }

    .header .header-menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(185, 185, 185, .5333333333);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .header .header-menu::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .header .header-menu .item {
        border-bottom: 1px solid #202022;
        flex-wrap: wrap;
        align-items: flex-start;
        transition: none
    }

    .header .header-menu .item a, .header .header-menu .item span {
        transition-duration: 0s
    }

    .header .header-menu .item.parent {
        padding: 10px 10px 12px;
        justify-content: space-between;
        gap: 10px
    }

    .header .header-menu .item.parent svg {
        transform: rotate(-90deg)
    }

    .header .header-menu .item.parent > a, .header .header-menu .item.parent > span {
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .header .header-menu .item:not(.parent) > a, .header .header-menu .item:not(.parent) > span {
        width: 100%;
        padding: 10px 10px 12px;
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .header .header-menu .item svg {
        width: 20px;
        height: 20px
    }

    .header .header-menu .item.parent.active {
        position: fixed;
        padding: 0;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100svw;
        gap: 0;
        background: #000
    }

    .header .header-menu .item.parent.active > .submenu {
        display: flex;
        padding: 0 16px;
        height: calc(100% - 50px);
        overflow-y: auto
    }

    .header .header-menu .item.parent.active > svg {
        display: none
    }

    .header .header-menu .item.parent.active > a, .header .header-menu .item.parent.active > span {
        width: 100%;
        padding: 15px 25px;
        padding-right: 50px;
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 36px;
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, .7)
    }

    .header .header-menu .item.parent.active > a::before, .header .header-menu .item.parent.active > span::before {
        content: url('data:image/svg+xml,<svg stroke="%23fff" fill="none" stroke-width="0" height="16" width="20" xmlns="http://www.w3.org/2000/svg" class="pointer_root__NBSBR header-nav-mobile-controls_prevIcon__zysZf" viewBox="0 0 20 16" data-pointer-icon-direction="left"><path d="M.996 8H19m-7-7 7 7-7 7" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        display: block;
        width: 20px;
        height: 16px;
        transform: scale(-1)
    }

    .header .header-menu .item.parent:not(.active):active > a, .header .header-menu .item.parent:not(.active):active > span {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item.parent:not(.active):active svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:active, .header .header-menu .item:not(.parent) span:active {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:active svg path, .header .header-menu .item:not(.parent) span:active svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .submenu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
        gap: 10px
    }

    .header .header-menu .submenu a, .header .header-menu .submenu span {
        font-weight: 400
    }

    .header:not(.menu-active) .header__nav {
        transform: translateX(-100%)
    }

    .toc-section__list {
        grid-template-columns:repeat(3, 1fr)
    }

    .advantages-list {
        grid-template-columns:repeat(3, 1fr)
    }

    .slot-list {
        grid-template-columns:repeat(4, 1fr)
    }

    .casino-top__card-btns {
        flex-direction: row;
        gap: 12px;
        border-top: 1px solid rgba(95, 87, 212, .15)
    }

    .casino-top__card-rate {
        margin-top: 6px
    }

    .casino-top__card-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .bonus-list {
        grid-template-columns:repeat(3, 1fr)
    }

    .small-card-list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1239.9px) and (any-hover: hover) {
    .header .header-menu .item.parent:not(.active):hover > a, .header .header-menu .item.parent:not(.active):hover > span {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item.parent:not(.active):hover svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item.parent:not(.active):focus > a, .header .header-menu .item.parent:not(.active):focus > span {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item.parent:not(.active):focus svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:hover, .header .header-menu .item:not(.parent) span:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:hover svg path, .header .header-menu .item:not(.parent) span:hover svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:focus, .header .header-menu .item:not(.parent) span:focus {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .header .header-menu .item:not(.parent) a:focus svg path, .header .header-menu .item:not(.parent) span:focus svg path {
        stroke: var(--Buttons-Secondary, #5f57d4)
    }
}

@media (max-width: 1200px) {
    .footer {
        padding: 30px
    }

    .footer__logo {
        max-width: 200px
    }

    .footer__info {
        align-items: center;
        gap: 30px;
        padding: 0
    }

    .footer__lang {
        margin-top: 0;
        min-width: auto;
        width: 100%;
        max-width: 250px;
    }

    .footer__nav {
        margin-top: 50px;
        grid-template-columns:1fr;
        row-gap: 35px
    }

    .footer__nav-wrap {
        padding: 0;
        border: 0
    }

    .footer__nav-wrap:not(.active) .footer__nav-list {
        display: none
    }

    .footer__nav-wrap.active .footer__nav-title > svg {
        transform: rotate(-180deg)
    }

    .footer__nav-wrap.active .footer__nav-list {
        display: flex
    }

    .footer__nav-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.375rem;
        cursor: pointer
    }

    .footer__nav-title > svg {
        display: block
    }

    .footer__nav-list {
        margin-top: 16px;
        gap: 14px
    }

    .footer__text {
        margin-top: 70px
    }

    .footer__logos {
        column-gap: 20px;
        row-gap: 10px
    }

    .footer__logos img, .footer__logos svg {
        max-height: 30px
    }
}

@media (max-width: 991.9px) {
    .modal__content {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border-radius: 0
    }

    .modal__body {
        aspect-ratio: unset;
        flex: 1
    }

    .content-img {
        flex-direction: column
    }

    .content-img > img {
        width: 100%;
        max-width: 100%;
        /*order: -1*/
    }

    .content-img .content-img__content {
        display: flex;
        flex-direction: column
    }

    .content-img .content-img__content p:first-of-type {
        margin-top: 0
    }

    .content-img .content-img__content picture, .content-img .content-img__content > img {
        width: 100%;
        max-width: 100%;
        float: unset;
        margin: 20px 0 0;
        order: 100
    }

    .advantages-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .casino-listing__item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 20px
    }

    .casino-listing__info {
        padding-left: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start
    }

    .casino-listing__info-link {
        margin-left: auto
    }

    .casino-listing__img {
        position: relative;
        padding-left: 52px
    }

    .casino-listing__img > img, .casino-listing__img > svg {
        max-width: 140px;
        max-height: 68px
    }

    .casino-listing__rate {
        justify-content: flex-end
    }

    .casino-listing__bonus {
        column-gap: 20px
    }

    .casino-listing__bonus:not(:has(.casino-listing__promo)) {
        grid-template-columns:1fr;
        grid-template-rows:1fr
    }

    .casino-listing__bonus:has(.casino-listing__promo) .casino-listing__bonus-block {
        grid-column: 1/2;
        grid-row: 1/3
    }

    .casino-listing__promo {
        justify-self: center
    }

    .casino-listing__advantages {
        margin-top: 0;
        padding-top: 20px
    }

    .casino-listing__btns {
        flex-direction: row;
        align-items: center;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, .07)
    }

    .casino-listing__btns .btn {
        width: 166px;
        min-width: unset
    }

    .casino-listing__payments {
        max-width: 100%;
        margin-top: 0;
        margin-left: 8px
    }

    .slot-list {
        grid-template-columns:repeat(3, 1fr)
    }

    .app-block__avail {
        width: 100%;
        flex-direction: row
    }

    .app-block__avail-item:not(:first-child) {
        padding-left: 12px;
        margin-left: 12px;
        border-left: 1px solid rgba(0, 0, 0, .07)
    }

    .bonus-list {
        grid-template-columns:repeat(2, 1fr)
    }

    .content-grid {
        grid-template-columns:1fr
    }

    .content-grid > :not(:first-child) {
        margin-top: 16px
    }

    .content-grid__content {
        display: contents
    }

    .content-grid__content h1, .content-grid__content h2 {
        order: -1;
        margin-bottom: 0;
    }

    .content-grid__content > * {
        order: 2
    }

    .content-grid__content > img {
        order: 0
    }

    .content-grid > * {
        order: 2
    }

    .content-grid > img {
        order: 0;
        min-height: 180px;
        margin: 0 auto;
    }


    .small-card-list {
        grid-template-columns:repeat(2, 1fr)
    }
}


@media (max-width: 767.9px) {
    .content-grid > img {
        height: 180px;
    }

    .bg-block--grid {
        display: flex;
        flex-direction: column
    }

    .bg-block--grid > * {
        order: 1
    }

    .bg-block--grid > .btn {
        order: 150;
        width: 100%;
        margin-top: 16px
    }

    .header__wrap {
        justify-content: space-between;
        column-gap: 0
    }

    .header__search {
        margin-left: 0
    }

    .header__btns {
        justify-content: center;
        width: 100%
    }

    .header__btns .btn {
        flex: 1
    }

    .footer__soc {
        display: none
    }

    .modal__footer {
        flex-wrap: wrap
    }

    .modal__footer > .btn {
        width: 100%;
        min-width: unset
    }

    .modal__footer > .btn::before {
        width: 100%;
        height: 1px;
        top: -12px;
        transform: translateY(0);
        left: 0
    }

    .content-img {
        gap: 12px
    }

    .content-img .content-img__content {
        gap: 12px
    }

    .gallery__item {
        max-width: 90%
    }

    .toc-section__list {
        grid-template-columns:repeat(2, 1fr)
    }

    .how-to .how-to__item {
        grid-template-columns:1fr;
        row-gap: 0;
        padding: 48px 16px 16px 16px;
    }

    .how-to .how-to__item::before {
        top: 16px;
        left: 50%;
        translate: -50% 0;
    }

    .how-to .how-to__item > img {
        margin-top: 20px
    }

    .how-to .how-to__item::before {
        justify-self: center
    }

    .how-to .how-to__title {
        margin-top: 20px
    }

    .how-to .how-to__descr {
        margin-top: 8px
    }

    .advantages-list {
        grid-template-columns:1fr
    }

    .advantages-list > :nth-of-type(n+9) {
        display: none
    }

    .app-block {
        flex-direction: column;
        gap: 0
    }

    .app-block > :not(:first-child) {
        width: 100%;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, .07)
    }

    .app-block > * {
        order: 1
    }

    .app-block__advantages {
        order: 10
    }

    .app-block__btns {
        flex-direction: row
    }

    .app-block__btns .btn {
        width: unset;
        flex: 1
    }

    .app-block__btns:has(.app-block__payments) {
        flex-wrap: wrap
    }

    .app-block__btns:has(.app-block__payments) .app-block__payments {
        width: 100%
    }

    .app-block__promo {
        width: 100%
    }

    .app-block__promo-copy {
        flex: 1
    }

    .app-block__payments {
        margin-top: 4px
    }

    .comments-form .form__content {
        grid-template-columns:1fr;
        row-gap: 16px
    }

    .play-banner {
        min-height: 240px;
        padding-top: 48px;
    }

    .banner-block {
        grid-template-columns:1fr
    }

    .banner-block > * {
        order: 10
    }

    .banner-block > img, .banner-block > svg {
        order: 1;
        width: 100%;
        margin-bottom: 12px
    }

    .banner-block__info {
        order: -1
    }

    .banner-block__btns .btn {
        flex: 1;
        min-width: unset;
        width: 100%
    }
}

@media (max-width: 575.9px) {
    .container:not(.section-hero) > .btn {
        width: 100%
    }

    .bg-block {
        border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07))
    }

    .bg-block, .hatched-block {
        padding: 16px
    }

    .top-block::after {
        height: 24px;
        border-radius: 24px 24px 0 0
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 16px
    }

    h1 {
        font-size: 26px;
        line-height: 32px;
    }

    h2 {
        font-size: 22px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px
    }

    h3:not([class]):not(:first-child) {
        margin-top: 24px
    }

    p:not([class]) {
        margin-top: 16px
    }

    :root {
        --offsets: 16px;
        --wrapper-margin: 24px
    }

    .header__wrap {
        column-gap: 0
    }

    .header__btns .btn {
        flex: 1
    }

    .section-hero {
        padding-top: 12px;
        padding-bottom: 56px;
    }

    .section-hero h1 {
        font-size: 1.75rem;
        line-height: 2.5rem
    }

    .content-img {
        margin-top: 16px
    }

    .go-up {
        position: fixed;
        bottom: 140px;
        right: 24px
    }

    .breadcrumbs {
        padding-block: 4px;
        margin-block: 8px
    }

    :is(.bg-block,.hatched-block) .gallery-list {
        width: calc(100% + 16px);
        padding-right: 16px
    }

    .toc-section__list {
        grid-template-columns:1fr
    }

    .author-block {
        flex-direction: column
    }

    .author-block__wrap {
        grid-template-columns:1fr;
        gap: 20px
    }

    .author-block__author {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        text-align: center
    }

    .author-block__author-name {
        margin-left: 0
    }

    .author-block__soc {
        justify-content: center
    }

    .author-block__info {
        justify-content: center
    }

    .author-block__info-item {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 8px;
        border-top: 1px solid rgba(0, 0, 0, .07)
    }

    .author-block__info-item:nth-of-type(odd) {
        max-width: 50%
    }

    .author-block__info-item:nth-of-type(odd):last-child {
        max-width: 100%
    }

    .author-block__info-item:nth-of-type(odd):not(:last-child) {
        padding-right: 8px
    }

    .author-block__info-item:nth-of-type(even) {
        max-width: 50%;
        padding-right: 0
    }

    .author-block__info-item:nth-of-type(even)::after {
        display: none
    }

    .author-block__info-item:nth-of-type(even):not(:last-child) {
        padding-left: 8px
    }

    .author-block__info-item:not(:last-child):after {
        right: 0;
        transform: translateY(calc(-50% + 4px))
    }

    .how-to:not(:first-child) {
        margin-top: 12px
    }

    .casino-listing > .btn {
        margin-top: 16px
    }

    .casino-listing__list {
        gap: 16px
    }

    .casino-listing {
        --item-padding: 16px
    }

    .casino-listing__item {
        row-gap: 16px
    }

    .casino-listing__info {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding-bottom: 16px
    }

    .casino-listing__info-link {
        order: 5;
        margin-top: 4px;
        margin-inline: auto
    }

    .casino-listing__img {
        width: 100%;
        padding-right: 52px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .casino-listing__img::before {
        width: 24px;
        height: 24px
    }

    .casino-listing__title {
        width: 100%;
        margin-top: 16px;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        order: 10;
        font-size: .875rem;
        line-height: 1.25rem
    }

    .casino-listing__rate {
        justify-content: flex-start
    }

    .casino-listing__bonus {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 0
    }

    .casino-listing__bonus-block {
        text-align: left
    }

    .casino-listing__promo {
        width: 100%;
        margin-top: 12px
    }

    .casino-listing__promo-info {
        margin-top: 4px
    }

    .casino-listing__advantages {
        padding-top: 16px;
        gap: 8px
    }

    .casino-listing__advantages-item {
        word-spacing: 9999999px
    }

    .casino-listing__advantages-item::after {
        right: -4px
    }

    .casino-listing__btns {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0;
        border-top: 0
    }

    .casino-listing__btns .btn {
        width: 100%
    }

    .casino-listing__payments {
        margin: 0
    }

    .slot-list {
        grid-template-columns:repeat(2, 1fr);
        gap: 12px
    }

    .slot-list > :nth-of-type(n+9) {
        display: none
    }

    :is(.bg-block,.hatched-block) .slot-list--scroll {
        width: calc(100% + 16px);
        padding-right: 16px
    }

    .casino-top {
        gap: 24px;
        --card-padding: 16px
    }

    .casino-top:not(:first-child) {
        margin-top: 24px
    }

    .casino-top__card-title {
        font-size: 1.25rem;
        line-height: 2rem
    }

    .casino-top__card-block {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 16px
    }

    .casino-top__card-info > img, .casino-top__card-info > svg {
        width: 100%
    }

    .casino-top__card-title {
        margin-top: 9px;
        font-size: 1.5rem;
        line-height: 2.25rem
    }

    .casino-top__card-bonus {
        flex-direction: row;
        justify-content: flex-start
    }

    .casino-top__card-bonus::before {
        width: 56px;
        height: 56px
    }

    .casino-top__card-bonus, .casino-top__card-promo {
        padding-top: 12px;
        border-top: 1px solid rgba(95, 87, 212, .15)
    }

    .casino-top__card-promo-copy {
        width: 100%
    }

    .casino-top__card-btns {
        padding-top: 12px
    }

    .casino-top__card > :not(:first-child) {
        margin-top: 16px
    }

    .app-block {
        /*row-gap: 16px;*/
        padding: 16px
    }

    .app-block__btns {
        flex-direction: column
    }

    .written-by {
        justify-content: center;
        flex-wrap: wrap
    }

    .written-by__name, .written-by__time {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .written-by__time {
        justify-content: center;
        position: relative;
        width: 100%;
        padding: 8px 0 0 0;
        margin: 8px 0 0 0;
        border-left: 0
    }

    .written-by__time::before {
        content: "";
        width: 280px;
        max-width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, .07);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }

    .bonus-list {
        grid-template-columns:repeat(1, 1fr)
    }

    .bonus-list > :nth-of-type(n+5) {
        display: none
    }

    .casino-list:not(:first-child) {
        margin-top: 16px
    }

    :is(.bg-block,.hatched-block) .casino-list {
        width: calc(100% + 16px);
        padding-right: 16px
    }

    .comments-list__item {
        flex-direction: column
    }

    .comments-list__time {
        margin-top: 8px
    }

    .banner-block {
        padding: 16px
    }

    .banner-block__btns {
        flex-direction: column
    }


    .small-card-list {
        gap: 12px
    }

    .small-card-list > :nth-of-type(n+5) {
        display: none
    }

    .bg-block, .hatched-block {
        border-radius: 12px;
    }
}

@media (max-width: 575.9px) and (max-width: 575.9px) {
    .author-block__info {
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(0, 0, 0, .07)
    }
}

@media (max-width: 1239.9px) and (min-width: 768px) {
    .header__logo {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 991.9px) and (min-width: 576px) {
    .casino-listing__title {
        text-align: left;
        align-items: flex-start;
        height: 100%;
        justify-content: flex-start;
        padding-left: 20px;
        margin-inline: 20px 4px;
        border-left: 1px solid rgba(0, 0, 0, .07)
    }
}

@media (max-width: 1239.9px) and (min-width: 576px) {
    .casino-top__card-block {
        display: grid;
        grid-template-columns:1fr 1fr;
        column-gap: 40px;
        row-gap: 0
    }

    .casino-top__card-btns {
        grid-column: 1/3;
        margin-top: 20px;
        padding-top: 20px
    }

    .casino-top__card-btns .btn {
        flex: unset;
        width: clamp(240px, 240px, 100%)
    }

    .casino-top__card-info {
        grid-column: 1/2;
        grid-row: 1/3
    }

    .casino-top__card-info::after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        width: 1px;
        height: 100%;
        background: rgba(95, 87, 212, .15)
    }

    .casino-top__card-title {
        margin-top: 12px
    }

    .casino-top__card-bonus {
        grid-column: 2/3
    }

    .casino-top__card-promo {
        grid-column: 2/3;
        margin-top: 16px
    }

    .casino-top__card:not(:has(.casino-top__card-promo)) .casino-top__card-bonus {
        grid-row: 1/3
    }
}

@media (max-width: 991.9px) and (min-width: 768px) {
    .app-block {
        flex-wrap: wrap;
        row-gap: 32px
    }

    .app-block:has(.app-block__avail) .app-block__advantages {
        width: 100%
    }

    .app-block:not(:has(.app-block__avail)) .app-block__advantages {
        width: calc(50% - 16px);
        align-self: stretch;
        position: relative
    }

    .app-block:not(:has(.app-block__avail)) .app-block__advantages::before {
        content: "";
        width: calc(200% + 32px);
        height: 1px;
        position: absolute;
        left: 0;
        top: -16px;
        background-color: rgba(0, 0, 0, .07)
    }

    .app-block:not(:has(.app-block__avail)) .app-block__advantages ~ .app-block__btns {
        width: 50%
    }

    .app-block__avail ~ .app-block__btns {
        flex-direction: row;
        width: 100%
    }

    .app-block:has(.app-block__avail) .app-block__advantages, .app-block__avail, .app-block__avail ~ .app-block__btns {
        position: relative
    }

    .app-block:has(.app-block__avail) .app-block__advantages::before, .app-block__avail::before, .app-block__avail ~ .app-block__btns::before {
        content: "";
        position: absolute;
        top: -16px;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, .07)
    }

    .app-block:not(:has(.app-block__advantages)) {
        flex-wrap: nowrap
    }

    .banner-block {
        grid-template-columns:360px 1fr
    }

    .banner-block > * {
        grid-column: 1/-1
    }

    .banner-block > img, .banner-block > svg {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .banner-block h2 {
        grid-column: 2/3;
        grid-row: 2/3;
        margin: 0;
        align-self: center
    }

    .banner-block__by {
        margin-top: 40px
    }

    .banner-block__btns {
        margin-top: 44px
    }
}

@media (max-width: 1239.9px) and (min-width: 992px) {
    .content-grid .app-block {
        flex-wrap: wrap
    }

    .content-grid .app-block:not(:has(.app-block__advantages)):not(:has(.app-block__avail)) .app-block__btns {
        flex: 1;
        padding-left: 0;
        border-left: 0;
        flex-direction: row;
        padding-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, .07)
    }

    .banner-block {
        column-gap: 20px
    }

    .banner-block__btns .btn {
        min-width: 200px
    }
}

@media (hover: hover) {
    p:not([class]) a:hover {
        opacity: .6
    }

    ol.wp-block-list li a:hover, ol:not([class]) li a:hover, ul.wp-block-list li a:hover, ul:not([class]) li a:hover {
        opacity: .6
    }

    .form .form__rate-label:hover svg path {
        fill: #ec6b1c
    }

    .form .form__rate-label:hover svg rect {
        stroke: #ec6b1c
    }

    .form .form__rate-label:hover ~ .form__rate-label svg path {
        fill: #ec6b1c
    }

    .form .form__rate-label:hover ~ .form__rate-label svg rect {
        stroke: #ec6b1c
    }

    .header__logo:is(a):hover {
        opacity: .6
    }

    .header__logo:is(a):focus {
        opacity: .6
    }

    .header__search-result-link:hover {
        opacity: .6
    }

    .header__search-result-link:focus {
        opacity: .6
    }

    .footer a.footer__logo:hover {
        opacity: .6
    }

    .footer a.footer__logo:focus {
        opacity: .6
    }

    .footer__lang:hover {
        background: #1b1a1a
    }

    .footer__lang:focus {
        background: #1b1a1a
    }

    .footer__lang-item:hover {
        background-color: #1b1a1a
    }

    .footer__soc-link:hover {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .5))
    }

    .footer__soc-link:focus {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .5))
    }

    a.footer__nav-title__a:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .footer__nav-list a:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .footer__nav-list a:focus {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .modal__close:hover {
        opacity: .6
    }

    .btn--primary:hover {
        background: var(--Buttons-Primary-Hover, #c54700)
    }

    .btn--primary:focus {
        background: var(--Buttons-Primary-Hover, #c54700)
    }

    .btn--secondary:hover {
        background: var(--Buttons-Secondary-Hover, #4535b1)
    }

    .btn--secondary:focus {
        background: var(--Buttons-Secondary-Hover, #4535b1)
    }

    .btn--secondary-tr:hover {
        background: var(--Buttons-Secondary-40, rgba(95, 87, 212, .8))
    }

    .btn--secondary-tr:focus {
        background: var(--Buttons-Secondary-40, rgba(95, 87, 212, .8))
    }

    .btn--primary-line:hover {
        color: var(--Buttons-Primary-Hover, #c54700);
        border-color: var(--Buttons-Primary-Hover, #c54700)
    }

    .btn--primary-line:focus {
        color: var(--Buttons-Primary-Hover, #c54700);
        border-color: var(--Buttons-Primary-Hover, #c54700)
    }

    .btn--secondary-line:hover {
        color: var(--Buttons-Secondary-Hover, #4535b1);
        border-color: var(--Buttons-Secondary-Hover, #4535b1)
    }

    .btn--secondary-line:focus {
        color: var(--Buttons-Secondary-Hover, #4535b1);
        border-color: var(--Buttons-Secondary-Hover, #4535b1)
    }

    .btn--white-line:hover {
        border-color: var(--Strokes-White-20, rgba(255, 255, 255, .8))
    }

    .btn--white-line:focus {
        border-color: var(--Strokes-White-20, rgba(255, 255, 255, .8))
    }

    .go-up:hover {
        background: #eae5e5
    }

    .go-up:focus {
        background: #363636
    }

    .breadcrumbs a:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .breadcrumbs a:focus {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .toc-section__item a:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .toc-section__item a:focus {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .author-block__soc a:hover {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
    }

    .author-block__soc a:focus {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
    }

    .bonus-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1);
        border-color: var(--Strokes-Stroke, rgba(0, 0, 0, .07))
    }

    .slot-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1)
    }

    .advantage-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1)
    }

    .small-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1)
    }

    .casino-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1)
    }

    .app-card:hover {
        box-shadow: 0 4px 16px -4px rgba(0, 0, 0, .1)
    }

    .app-card__link:hover {
        opacity: .7
    }

    .app-card__link:focus {
        opacity: .7
    }

    .mob-menu__link:hover {
        color: var(--Buttons-Secondary, #5f57d4)
    }

    .banner-block__by a:hover {
        opacity: .6
    }

    .banner-block__by a:focus {
        opacity: .6
    }

    .author-article__soc a:hover {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
    }

    .author-article__soc a:focus {
        background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
    }
}

.content-btn.align-left {
    margin-right: auto;
}

.content-btn.align-center {
    margin-right: auto;
    margin-left: auto;
}

.content-btn.align-right {
    margin-left: auto;
}

.content-btn {
    margin-top: 1rem;
}

.btn:has(.triangle) {
    flex-direction: row-reverse;
}

.hatched-block > .btn {
    color: #ffffff;
    border: 1px solid #fff;
}

* + .wp-block-heading {
    margin-top: 2rem;
}

.page-404 {
    background-image: url("../img/404-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-404 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 1rem;
}


.page-404__title {
    font-size: 6rem;
    line-height: 6.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.page-404__subtitle {
    color: #fff;
}

@media (max-width: 575px) {
    .page-404__title {
        font-size: 4rem;
        line-height: 4.5rem;
        font-weight: 700;
    }
}

/* author-article */

.author-article {
    position: relative;
    padding-top: 40px;
    padding-bottom: 72px;
}

.author-article:has(.author-article__img) {
    display: grid;
    grid-template-columns: 1fr 240px;
    gap: 12px;
    align-items: center;
}

.author-article:not(:first-child) {
    margin-top: 20px
}

.author-article__title {
    color: var(--Text-wbg-Headings, #313131);
    margin-bottom: 12px;
}

.author-article__img {
    max-width: 220px;
    max-height: 220px;
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    padding: 6px;
    margin: 10px;
    background: linear-gradient(90deg, #ec6b1c 0, #5f57d4 100%)
}

.author-article__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px
}

.author-article__soc-item {
    display: flex
}

.author-article__soc a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--buttons-secondary-5, rgba(95, 87, 212, .05));
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.author-article__soc a svg {
    display: block
}

.author-article__soc a:active {
    background: var(--Strokes-White-20, rgba(255, 255, 255, .2))
}

.author-article__list-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}

.author-article__info {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px;
}

.author-article__info-item {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--Text-wbg-Subtext, #9a9a9a)
}

.author-article__info-item:not(:last-child) {
    padding-right: 24px
}

.author-article__info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(0, 0, 0, .07)
}

@media (max-width: 992px) {
    .author-article:has(.author-article__img) {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .author-article__content,
    .author-article__list-wrapper {
        display: contents;
    }

    .author-article__title {
        order: -10;
        margin-bottom: 0;
    }

    .author-article__img {
        order: -9;
        margin: 0 auto;
    }

    .author-article__info {
        order: -8;
        justify-content: center;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .author-article__info-item {
        padding-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        text-align: center;
    }

    .author-article__info-item:nth-of-type(odd):last-child {
        grid-column: 1 / -1;
    }

    .author-article__info-item:nth-of-type(odd):not(:last-child) {
        padding-right: 8px;
    }

    .author-article__info-item:nth-of-type(even) {
        padding-right: 0
    }

    .author-article__info-item:nth-of-type(even)::after {
        display: none
    }

    .author-article__info-item:not(:last-child):after {
        transform: translateY(calc(-50% + 4px))
    }

    .author-article__soc {
        order: -7;
        justify-content: center;
    }

    .author-block__descr {
        margin-top: 0;
    }
}

@media (max-width: 575.9px) {
    .author-article {
        padding-top: 12px;
        padding-bottom: 56px;
    }
}

/* cards block */

.cards {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
}

.cards__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: 16px;
    background: #fff;
}

.cards__item-image {
    margin-bottom: 16px;
    width: calc(100% + 2px + 32px);
    max-width: calc(100% + 2px + 32px);
    height: 180px;
    object-fit: cover;
    margin-left: -16px;
    margin-top: -16px;
}

.cards__item-title {
    margin-bottom: 8px;
    color: #313131;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
}

.cards__item-description:has(+ * ) {
    margin-bottom: 20px;
}

.cards__item-button {
    width: 100%;
    margin-top: auto;
    border-radius: 22px;
}

@media (max-width: 767.9px) {
    .cards__item-image {
        height: 20vw;
    }
}

@media (max-width: 575.9px) {
    .cards {
        grid-template-columns: 1fr;
    }

    .cards__item-image {
        height: 40vw;
    }
}

/* cards block */
/* link-list */

* + .link-list {
    margin-top: 16px;
}

.link-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
}

.link-list__item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.link-list__icon,
.link-list__item > svg {
    max-height: 24px;
    object-fit: contain;
    width: fit-content;
}

.link-list__link {
    color: #5f57d4;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    font-weight: 700;
    text-decoration: underline;
}

@media (hover: hover) {
    .link-list__link:hover {
        opacity: .6;
    }
}

@media (max-width: 575.9px) {
    .link-list {
        grid-template-columns: 1fr;
    }
}

/* link-list */
/* bonus-card */

.bonus-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding: 16px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    background: #fff;
    background-image: repeating-linear-gradient(45deg, rgba(211, 211, 211, .3) 0, rgba(211, 211, 211, .3) 1px, #fff 2px, #fff 18px);
    background-size: 300% 100%;
    transition-property: border-color, box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.bonus-card img {
    width: calc(100% + 2px + 32px);
    max-width: calc(100% + 2px + 32px);
    height: 230px;
    margin-left: -17px;
    margin-top: -17px;
    object-fit: cover
}

.bonus-card__type {
    margin-top: 2px;
    padding: 4px 16px;
    border-radius: 8px;
    background: var(--buttons-secondary-15, rgba(95, 87, 212, .15));
    color: var(--buttons-secondary-68, rgba(95, 87, 212, .68));
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

.bonus-card__title {
    color: var(--Text-wbg-Headings, #313131);
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.bonus-card__descr {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    background: var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    text-align: center;
    color: var(--text-wbg-text-wbg, #636363);
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-top: auto
}

.bonus-card__descr span {
    color: var(--Buttons-Primary, #ec6b1c)
}

.bonus-card .btn {
    width: 100%
}

/* bonus-card */
/* grid-block */

/* grid-block */
/* bonus-card-v2 */

/* bonus-card-v2 */
/* info-card */

* + .info-card {
    margin-top: 1rem;
}

.info-card {
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0 24px 0 rgba(2, 222, 94, .24);
    border: 2px solid #02de5e;
    background: #141414;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}

.info-card__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: calc(100% + 48px + 4px);
    padding: 24px 24px 26px 24px;
    margin-left: -26px;
    margin-top: -24px;
    background: #02de5e;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700
}

.info-card__title::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.8 7.8a1.8 1.8 0 1 1-3.6 0 1.8 1.8 0 0 1 3.6 0" fill="%23fff"/><rect x="10.8" y="10.8" width="2.4" height="7.2" rx="1.2" fill="%23fff"/><circle cx="12" cy="12" r="9.6" stroke="%23fff" stroke-width="1.8"/></svg>');
    width: 24px;
    min-width: 24px;
    height: 24px;
    transform-origin: center
}

.info-card__text {
    color: #d6d6d6;
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 400
}

.info-card__text a {
    color: #02de5e;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.info-card__text a:active {
    opacity: .6
}

.info-card .info-card__brand {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: var(--Backgrounds-Dark-dark_3, #1f1f1f);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap
}

.info-card .info-card__brand-logo {
    border-radius: var(--XXS, 4px);
    min-width: 200px;
    width: 200px;
    height: 74px;
    object-fit: cover
}

.info-card .info-card__brand-block {
    min-width: 194px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px
}

.info-card .info-card__brand-title {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 800
}

.info-card .info-card__brand-rate {
    min-height: 32px;
    padding: 2px 8px;
    border-radius: var(--3XS, 2px);
    background: rgba(255, 255, 255, .1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%);
    gap: 0;
    color: var(--Text-Lightbg-subtext, #7a7a7a);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.info-card .info-card__brand-rate::after, .info-card .info-card__brand-rate::before {
    font-size: 17px;
    line-height: 15px;
    height: 17px;
    letter-spacing: 0
}

.info-card .info-card__brand-rate::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.info-card .info-card__brand-rate::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    background: 0 0;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.info-card .info-card__brand-rate span {
    font-size: .9375rem;
    font-weight: 800;
    color: #fff;
    margin-left: 4px;
    margin-top: -1px
}

.info-card .info-card__brand-rate::before {
    content: "★"
}

.info-card .info-card__brand-rate::after {
    content: "☆"
}

.info-card .info-card__brand-bonus {
    max-width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: radial-gradient(59.27% 214.1% at 43.72% 0, rgba(83, 133, 255, .2) 0, rgba(83, 133, 255, 0) 100%), var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    box-shadow: 2px 12px 20px -8px rgba(0, 0, 0, .25)
}

.info-card .info-card__brand-bonus-text {
    position: relative;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 500;
    flex: 1 0 auto;
    margin-right: auto
}

.info-card .info-card__brand-bonus-text span {
    color: var(--Tiltes-Lightbg-Highlight, #ff7d1f);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700
}

.info-card .info-card__brand-bonus-text::before {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23e)"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23f)"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M24 13c0-6.894-6.333-9.767-9.851-6.894S15.556 13 24 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.444 13 24 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.1 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8 27h32v3H8z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.1 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.36" y1="25" x2="7.517" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40" y1="25" x2="39.015" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8" y1="25" x2="41.566" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="40.84" y1="13" x2="10.163" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="41.5" y1="13" x2="40.768" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7" y1="13" x2="41" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27" y1="27" x2="23.221" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21" y1="30.5" x2="23" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24" y1="27" x2="24" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27" y1="13" x2="23.221" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21" y1="13" x2="27.98" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.info-card .info-card__brand-bonus > .btn {
    font-weight: 500;
    padding: 15px 24px
}

.info-card .info-card__brand-bonus .promo-copy-v2 {
    width: 243px;
    position: relative;
    z-index: 2
}

.info-card .info-card__brand-bonus .promo-copy-v2__copied {
    top: calc(100% - 16px)
}

@media (max-width: 991.9px) {
    .info-card .info-card__brand-bonus {
        width: 100%
    }
}

@media (max-width: 767.9px) {
    .info-card .info-card__brand-bonus {
        flex-direction: column;
        align-items: stretch
    }

    .info-card .info-card__brand-bonus-text {
        margin-bottom: 12px
    }

    .info-card .info-card__brand-bonus-text span {
        color: var(--Tiltes-Darkbg-Title, #fff)
    }

    .info-card .info-card__brand-bonus .promo-copy-v2 {
        width: 100%
    }

    .info-card .info-card__brand-bonus > .btn {
        width: 100%
    }
}

@media (max-width: 575.9px) {
    .info-card {
        padding: 12px;
        gap: 12px;
    }

    .info-card__title {
        margin-top: -12px;
        padding: 12px;
        width: calc(100% + 24px + 4px);
        padding: 12px 12px 14px 12px;
        margin-left: -14px;
        font-size: 1.125rem
    }

    .info-card__title::before {
        transform: scale(.8333333333)
    }

    .info-card .info-card__brand {
        padding: 12px;
        flex-direction: column;
        align-items: stretch
    }

    .info-card .info-card__brand-logo {
        width: 100%;
        min-width: unset
    }

    .info-card .info-card__brand-block {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

@media (any-hover: hover) {
    .info-card__text a:hover {
        opacity: .6
    }

    .info-card__text a:focus {
        opacity: .6
    }
}

/* info-card */
/* promo-copy-v2 */

.promo-copy-v2 {
    --outline-color: var(--Inputs-Default-input_promo, #938de2);
    --outline-color-copied: var(--Inputs-Active-or-pressed-input_stroke, rgba(85, 76, 209, 0.55));
    --hovered-btn-bg: var(--Priority-colors-Hover-Second, #837dde);
    --cover-color: var(--Priority-colors-Default-Second, #554cd1);
    --cover-text-color: var(--Backgrounds-Light-Transparent-white_70, rgba(255, 255, 255, 0.7));
    --hovered-cover-text-color: var(--Tiltes-Darkbg-Title, #fff);
    --code-color: var(--Priority-colors-Default-Second, #554cd1);
    --copy-btn-text-color: var(--Tiltes-Darkbg-Title, #fff);
    --path-fill-initial: #746dda;
    --path-fill-hovered: white;
    --core-color: #554cd1;
    --tail-color: #837dde;
    position: relative;
    padding: 4px 4px 4px 12px;
    min-height: 46px;
    border-radius: var(--S, 8px);
    border: 1px dashed var(--outline-color);
    background: var(--Inputs-Default-input_bg, rgba(85, 76, 209, .03));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    /*cursor: pointer;*/
}

.promo-copy-v2.promo-copy-v2--white {
    --outline-color: var(--Backgrounds-Light-Transparent-white_70, rgba(255, 255, 255, 0.7));
    --outline-color-copied: var(--Backgrounds-Light-Transparent-white_70, rgba(255, 255, 255, 0.7));
    --hovered-btn-bg: var(--Backgrounds-Light-white_pure, #fff);
    --cover-color: var(--Backgrounds-Light-white_pure, #fff);
    --cover-text-color: var(--Backgrounds-Dark-dark_3, #1f1f1f);
    --hovered-cover-text-color: var(--Backgrounds-Dark-dark_3, #1f1f1f);
    --code-color: var(--Backgrounds-Light-white_pure, #fff);
    --copy-btn-text-color: var(--Priority-colors-Default-Second, #554cd1);
    --path-fill-initial: white;
    --path-fill-hovered: #746dda;
    --core-color: #fff;
    --tail-color: #a3a3a3
}

.promo-copy-v2:has(.promo-copy-v2__cover) .promo-copy-v2__btn {
    pointer-events: none
}

.promo-copy-v2:has(.promo-copy-v2__cover).opened .promo-copy-v2__btn {
    pointer-events: all
}

.promo-copy-v2:has(.promo-copy-v2__cover).opened:hover .promo-copy-v2__btn .promo-copy-v2__btn-wrap, .promo-copy-v2:not(:has(.promo-copy-v2__cover)):hover .promo-copy-v2__btn .promo-copy-v2__btn-wrap {
    background: var(--hovered-btn-bg)
}

.promo-copy-v2__btn .promo-copy-v2__btn-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.promo-copy-v2:has(.promo-copy-v2__cover).opened:hover .promo-copy-v2__btn .promo-copy-v2__btn-text,
.promo-copy-v2:not(:has(.promo-copy-v2__cover)):hover .promo-copy-v2__btn .promo-copy-v2__btn-text {
    opacity: 1;
    visibility: visible;
}

.promo-copy-v2:has(.promo-copy-v2__cover).opened:hover .promo-copy-v2__btn svg path, .promo-copy-v2:not(:has(.promo-copy-v2__cover)):hover .promo-copy-v2__btn svg path {
    fill: var(--path-fill-hovered)
}

.promo-copy-v2.copied {
    border: var(--Stroke-stroke2, 2px) dashed var(--outline-color-copied);
    background: var(--Inputs-Active-or-pressed-input_bg, rgba(85, 76, 209, .1))
}

.promo-copy-v2.copied .promo-copy-v2__btn {
    display: none
}

.promo-copy-v2.copied .promo-copy-v2__use {
    display: flex
}

.promo-copy-v2.copied .promo-copy-v2__copied {
    display: block
}

.promo-copy-v2__cover {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: var(--S, 8px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 64px);
    background: var(--cover-color);
    cursor: pointer;
    transition: width .3s;
    will-change: width;
    transform: translateZ(0)
}

.promo-copy-v2__cover.active {
    width: 40px;
    transition: width .5s;
    animation: hideSticker .25s .5s linear forwards
}

@keyframes hideSticker {
    90% {
        opacity: 0;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

.promo-copy-v2__cover.active .promo-copy-v2__cover-end {
    transform: translateX(14px)
}

.promo-copy-v2__cover.active .promo-copy-v2__cover-text {
    color: var(--hovered-cover-text-color)
}

.promo-copy-v2__cover-text {
    position: absolute;
    z-index: 2;
    left: 0;
    max-width: calc(100% - 22px);
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 3px 10px 32px;
    color: var(--cover-text-color);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-style: italic;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.promo-copy-v2__cover-end {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    transform: translateX(30px);
    transition: transform 0s .3s;
    /*pointer-events: none;*/
    cursor: auto;
}

.promo-copy-v2__cover-end path {
    cursor: pointer;
}

.promo-copy-v2__text {
    max-width: calc(100% - 105px);
    color: var(--code-color);
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.promo-copy-v2__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4px 4px 4px 12px;
    background: 0 0;
    border-radius: var(--S, 8px);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-end
}

.promo-copy-v2__btn-wrap {
    width: auto;
    position: relative;
    padding: 8px 8px 8px 12px;
    border-radius: var(--XS, 6px);
    transition-duration: 0s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: 0 0;
    pointer-events: none;
    transition: background 0.3s ease, visibility 0.3s ease;
}

.promo-copy-v2__btn-text {
    color: var(--copy-btn-text-color);
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    /*display: none*/
}

.promo-copy-v2__btn svg path {
    fill: var(--path-fill-initial);
    transition: fill 0.3s ease, visibility 0.3s ease;
}

.promo-copy-v2__use {
    display: none;
    margin-top: -2px
}

.promo-copy-v2__use svg {
    min-width: 20px
}

.promo-copy-v2__copied {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--circle, 9999px);
    background: var(--Backgrounds-Dark-dark_3, #1f1f1f);
    padding: 8px 12px;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--Tiltes-Darkbg-Title, #fff)
}


.promocode-card:not(.promocode-card--voucher):has(.promo-copy-v2.copied) .promocode-card__info {
    mask: unset;
    -webkit-mask: unset
}

.promocode-card:not(.promocode-card--voucher):has(.promo-copy-v2.copied)::after {
    display: none
}


.promocode-card:not(.promocode-card--voucher) .promo-copy-v2 {
    margin-top: 12px
}

.info-card .info-card__brand-bonus .promo-copy-v2 {
    width: 243px;
    position: relative;
    z-index: 2
}

.info-card .info-card__brand-bonus .promo-copy-v2__copied {
    top: calc(100% - 16px)
}

* + .casino-review-card {
    margin-top: 16px;
}

@media (max-width: 767.9px) {
    .casino-review-card__bonus .promo-copy-v2 {
        width: 100%;
        margin-top: 12px
    }

    .info-card .info-card__brand-bonus .promo-copy-v2 {
        width: 100%
    }
}

@media (any-hover: hover) {

    .promo-copy-v2__cover:hover .promo-copy-v2__cover-text {
        color: var(--hovered-cover-text-color)
    }

    .promo-copy-v2__cover:hover:not(.active) {
        width: calc(100% - 72px)
    }

    .play-banner.play-banner--v2 .play-banner__toggle:hover {
        background: var(--Backgrounds-Dark-Transparent-dark2, rgba(0, 0, 0, 0.1));
    }
}

/* promo-copy-v2 */
/* casino-review-card */

.casino-review-card {
    padding: 24px;
    border-radius: var(--M, 12px);
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: radial-gradient(50% 100% at 50.04% 0, rgba(83, 133, 255, .15) 0, rgba(83, 133, 255, 0) 100%), var(--Backgrounds-Dark-dark_3, #1f1f1f);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap
}

.casino-review-card__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 16px
}

.casino-review-card__row--logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

.casino-review-card__title {
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
}

.casino-review-card__row--divider {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1))
}

.casino-review-card__logo {
    width: 200px;
    height: 74px;
    object-fit: cover
}

.casino-review-card__rating {
    margin-left: auto;
    border-radius: var(--XXS, 4px);
    border: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start
}

.casino-review-card__rating-block {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.casino-review-card__rating-stars {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%)
}

.casino-review-card__rating-stars::after, .casino-review-card__rating-stars::before {
    font-size: 22px;
    line-height: 20px;
    height: 22px;
    letter-spacing: 0
}

.casino-review-card__rating-stars::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.casino-review-card__rating-stars::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0;
    color: var(--star-color);
    background: 0 0;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.casino-review-card__rating-value {
    padding: 12px;
    border-radius: 0 3px 3px 0;
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 500
}

.casino-review-card__rating-value span {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-family: Inter, sans-serif
}

.casino-review .casino-review-card__title {
    margin-bottom: 0;
    max-width: calc(100% - 16px - 200px);
    color: var(--Tiltes-Darkbg-Title, #fff)
}

.casino-review-card__advantages {
    margin-right: 12px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px
}

.casino-review-card__advantages-item {
    position: relative;
    min-width: 120px;
    min-height: 76px;
    padding: 28px 8px 8px;
    border-radius: var(--XXS, 4px);
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: radial-gradient(50% 100% at 50% 0, rgba(83, 133, 255, .2) 0, rgba(83, 133, 255, 0) 100%), var(--Colors-Light-Transparent-trnsprnt_5, rgba(255, 255, 255, .05));
    color: var(--Text-Darkbg-text, #d6d6d6);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

.casino-review-card__advantages-item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14 2.8c6.186 0 11.2 5.014 11.2 11.2S20.186 25.2 14 25.2 2.8 20.185 2.8 14C2.8 7.814 7.814 2.8 14 2.8m-1.4 12.6-2.8-2.8-2.1 2.1 4.9 4.9 8.4-8.4-2.1-2.1z" fill="%2302B64D"/></svg>');
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.casino-review-card__bonus {
    max-width: 100%;
    flex: 1 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: radial-gradient(59.27% 214.1% at 43.72% 0, rgba(83, 133, 255, .2) 0, rgba(83, 133, 255, 0) 100%), var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    box-shadow: 2px 12px 20px -8px rgba(0, 0, 0, .25)
}

.casino-review-card__bonus-text {
    position: relative;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: var(--Text-Darkbg-text, #d6d6d6);
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 500;
    flex: 1 0 auto;
    margin-right: auto
}

.casino-review-card__bonus-text span {
    color: var(--Tiltes-Lightbg-Highlight, #ff7d1f);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700
}

.casino-review-card__bonus-text::before {
    content: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.1" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23e)"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23f)"/><path d="M7.5 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4h-33a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M24 13c0-6.894-6.333-9.767-9.851-6.894S15.556 13 24 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.444 13 24 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.1 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8 27h32v3H8z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.1 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.36" y1="25" x2="7.517" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40" y1="25" x2="39.015" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8" y1="25" x2="41.566" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="40.84" y1="13" x2="10.163" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="41.5" y1="13" x2="40.768" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7" y1="13" x2="41" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27" y1="27" x2="23.221" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21" y1="30.5" x2="23" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24" y1="27" x2="24" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27" y1="13" x2="23.221" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21" y1="13" x2="27.98" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.casino-review-card__bonus .promo-copy-v2 {
    width: 243px;
    position: relative;
    z-index: 2
}

.casino-review-card__bonus .promo-copy-v2__copied {
    top: calc(100% - 16px)
}

.casino-review-card__user-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: .875rem;
    line-height: 1.25rem;
    --text-color: var(--Rating-Excellent_9to10, #02deab);
    --bar-grad: linear-gradient(90deg, var(--Rating-Excellent_9to10_end, #02a27c) 0%, var(--Rating-Excellent_9to10, #02deab) 100%)
}

.casino-review-card__user-rating.rating-1 {
    --text-color: var(--Rating-very_bad_1to2, #ff0a0e);
    --bar-grad: linear-gradient(90deg, var(--Rating-very_bad_1to2_end, #b80003) 0%, var(--Rating-very_bad_1to2, #ff0a0e) 100%)
}

.casino-review-card__user-rating.rating-2 {
    --text-color: var(--Rating-bad_3to5, #e08a00);
    --bar-grad: linear-gradient(90deg, var(--Rating-bad_3to5_end, #b87100) 0%, var(--Rating-bad_3to5, #e08a00) 100%)
}

.casino-review-card__user-rating.rating-3 {
    --text-color: var(--Rating-not_so_bad_5to7, #f5f500);
    --bar-grad: linear-gradient(90deg, var(--Rating-not_so_bad_5to7_end, #e0e000) 0%, var(--Rating-not_so_bad_5to7, #f5f500) 100%)
}

.casino-review-card__user-rating.rating-4 {
    --text-color: var(--Rating-good_7to9, #02de5e);
    --bar-grad: linear-gradient(90deg, var(--Rating-good_7to9_end, #02a244) 0%, var(--Rating-good_7to9, #02de5e) 100%)
}

.casino-review-card__user-rating.rating-5 {
    --text-color: var(--Rating-Excellent_9to10, #02deab);
    --bar-grad: linear-gradient(90deg, var(--Rating-Excellent_9to10_end, #02a27c) 0%, var(--Rating-Excellent_9to10, #02deab) 100%)
}

.casino-review-card__user-rating-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 2px;
    border-radius: var(--3XS, 2px);
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1))
}

.casino-review-card__user-rating-progress {
    position: relative;
    height: 4px;
    border-radius: 1px;
    background: var(--bar-grad)
}

.casino-review-card__user-rating-current {
    margin-left: auto;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--text-color)
}

.casino-review-card__user-rating-current span {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

.casino-review-card__user-rating-block {
    position: relative;
    min-width: 301px;
    padding-right: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 2px
}

.casino-review-card__user-rating-block::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1))
}

.casino-review-card__btns {
    align-self: center;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.casino-review-card__btns .btn {
    padding: 5px 8px;
}

@media (max-width: 991.9px) {
    .casino-review-card__rating {
        width: max-content;
        max-width: 100%
    }

    .casino-review-card__advantages {
        margin-right: 0;
        width: 100%;
        flex-wrap: wrap
    }

    .casino-review-card__advantages-item {
        width: 100%;
        max-width: calc((100% - 24px) / 3)
    }

    .casino-review-card__bonus {
        width: 100%
    }
}

@media (max-width: 767.9px) {
    .casino-review-card__bonus {
        flex-direction: column;
        align-items: stretch
    }

    .casino-review-card__bonus-text span {
        color: var(--Tiltes-Darkbg-Title, #fff)
    }

    .casino-review-card__bonus .promo-copy-v2 {
        width: 100%;
        margin-top: 12px
    }

    .casino-review-card__bonus > .btn {
        width: 100%
    }
}

@media (max-width: 575.9px) {
    .casino-review-card {
        padding: 12px 12px 20px
    }

    .casino-review-card__row--divider {
        padding-bottom: 0;
        border-bottom: none;
        flex-direction: column-reverse
    }

    .casino-review-card__logo {
        width: 100%;
        margin-right: 0;
        margin-bottom: -4px
    }

    .casino-review-card__rating-stars::after,
    .casino-review-card__rating-stars::before {
        font-size: 20px;
        line-height: 18px;
        height: 20px;
        letter-spacing: 0
    }

    .casino-review-card__rating {
        width: 100%
    }

    .casino-review-card__rating-block {
        align-items: center;
        padding: 4px
    }

    .casino-review-card__rating-value {
        padding: 8px 12px
    }

    .casino-review-card__rating > * {
        flex: 1 0 auto
    }

    .casino-review .casino-review__title {
        max-width: 100%
    }

    .casino-review-card__advantages-item {
        max-width: calc((100% - 12px) / 2)
    }

    .casino-review-card__advantages-item:nth-of-type(2n+3):last-child {
        max-width: 100%
    }

    .casino-review-card__user-rating {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .casino-review-card__user-rating-block {
        width: 100%;
        min-width: unset;
        padding-right: 0;
        margin-right: 0
    }

    .casino-review-card__user-rating-block::after {
        display: none
    }

    .casino-review-card__btns {
        width: 100%;
        padding-top: 16px;
        border-top: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1))
    }

    .casino-review-card__btns .btn {
        min-width: calc((100% - 12px) / 2);
        max-width: 100%;
        flex: 1 0 auto
    }
}

/* casino-review-card */
/* btn-2 */

.btn.btn--v2 {
    gap: 4px;
    padding: 12px 24px;
    border-radius: var(--XS, 6px);
    min-height: unset;
    font-size: .875rem;
    line-height: 1.25rem;
    transition-property: background, box-shadow, color, border-color, border;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    font-weight: 500;
}

.btn.btn--v2 svg {
    max-width: 32px;
    max-height: 32px;
    min-width: 16px;
    min-height: 16px
}

.btn.btn--v2.disabled, .btn.btn--v2[disabled] {
    opacity: .25
}

.btn.btn--v2.btn--primary {
    box-shadow: 0 2px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Default-First, #ff8933);
    color: var(--Tiltes-Lightbg-Title, #333)
}

.btn.btn--v2.btn--primary:active {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Pressed-First, #e05e00)
}

.btn.btn--v2.btn--primary.disabled, .btn.btn--v2.btn--primary[disabled] {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Pressed-First, #e05e00)
}

.btn.btn--v2.btn--secondary {
    color: var(--Tiltes-Darkbg-Title, #fff);
    background: var(--Priority-colors-Default-Second, #554cd1);
    box-shadow: 0 2px 0 0 var(--Priority-colors-Default-Second_border, #312aa2)
}

.btn.btn--v2.btn--secondary:active {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
    background: var(--Priority-colors-Pressed-Second, #362eb3)
}

.btn.btn--v2.btn--secondary.disabled, .btn.btn--v2.btn--secondary[disabled] {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
    background: var(--Priority-colors-Pressed-Second, #362eb3)
}

.btn.btn--v2.btn--secondary-tr {
    color: var(--Priority-colors-Default-Second, #554cd1);
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, .1));
    backdrop-filter: blur(2px)
}

.btn.btn--v2.btn--secondary-tr:active {
    color: var(--Priority-colors-Pressed-Second, #362eb3);
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, .05))
}

.btn.btn--v2.btn--secondary-tr.disabled, .btn.btn--v2.btn--secondary-tr[disabled] {
    color: var(--Priority-colors-Pressed-Second, #362eb3);
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, .1))
}

.btn.btn--v2.btn--default-tr {
    color: var(--Backgrounds-Light-white_pure, #fff);
    background: var(--Backgrounds-Light-Transparent-white_20, rgba(255, 255, 255, .2));
    backdrop-filter: blur(2px)
}

.btn.btn--v2.btn--default-tr:active {
    background: var(--Colors-Light-Transparent-trnsprnt_25, rgba(255, 255, 255, .25));
    color: var(--Backgrounds-Light-white_3, #ebebeb)
}

.btn.btn--v2.btn--default-tr.disabled, .btn.btn--v2.btn--default-tr[disabled] {
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    color: var(--Backgrounds-Light-white_3, #ebebeb)
}

.btn.btn--v2.btn--small {
    padding: 8px 24px;
    min-height: unset;
    font-weight: 500
}

.btn.btn--v2.btn--large {
    padding: 13px 28px;
    font-size: .9375rem
}


.btn.btn--link-primary {
    color: var(--Priority-colors-Default-First, #ff8933)
}

.btn.btn--link-primary:active {
    color: var(--Priority-colors-Pressed-First, #e05e00)
}

.btn.btn--link-primary.disabled, .btn.btn--link-primary[disabled] {
    color: var(--Priority-colors-Pressed-First, #e05e00)
}

.btn.btn--link-primary {
    color: var(--Priority-colors-Default-First, #ff8933);
}

.btn.btn--link-secondary {
    color: var(--Priority-colors-Default-Second, #554cd1)
}

.btn.btn--link-secondary:active {
    color: var(--Priority-colors-Pressed-Second, #362eb3)
}

.btn.btn--link-secondary.disabled, .btn.btn--link-secondary[disabled] {
    color: var(--Priority-colors-Pressed-Second, #362eb3)
}

/* btn-2 */
/* pros-cons */

* + .pros-cons {
    margin-top: 20px;
}

.pros-cons {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.pros-cons__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start
}

.pros-cons__item--pros .pros-cons__list li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="3" y="3" width="10" height="10" rx="5" fill="%2310DB76"/><path d="m6 8 1.5 1.5L10 7" stroke="%23fff" stroke-linecap="round"/></svg>')
}

.pros-cons__item--cons .pros-cons__list li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="3" y="3" width="10" height="10" rx="5" fill="%23DB1014"/><path d="m6 6 4 4m-4 0 4-4" stroke="%23fff" stroke-linecap="round"/></svg>')
}

.pros-cons__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: var(--Text-wbg-Headings, #313131)
}

.pros-cons__list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px
}

.pros-cons__list li {
    position: relative;
    padding: 11px 11px 11px 27px;
    border-radius: 12px;
    border: 1px solid var(--Strokes-Stroke, rgba(0, 0, 0, .07));
    background: var(--Background-Pure-white, #fff);
    gap: 4px;
    color: var(--text-wbg-text-wbg, #636363)
}

.pros-cons__list li::before {
    position: absolute;
    top: 11px;
    left: 11px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 2px
}

@media (max-width: 991.9px) {
    .pros-cons {
        grid-template-columns: 1fr;
    }
}

/* pros-cons */
/* pros-cons-v2 */

* + .pros-cons-v2 {
    margin-top: 20px;
}

.pros-cons-v2 {
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    gap: 12px;
}

.pros-cons-v2__item {
    padding: 32px 24px 24px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
}

.pros-cons-v2__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    font-weight: 600;
    color: #474747
}

.pros-cons-v2__list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px
}

.pros-cons-v2__item--pros {
    padding: 32px 24px 24px;
    border: 2px solid #02de5e;
    box-shadow: 0 0 24px 0 rgba(2, 222, 94, .2)
}

.pros-cons-v2__item--pros li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M13.2 10.8h6v2.4h-6v6h-2.4v-6h-6v-2.4h6v-6h2.4z" fill="%2302DE5E"/></svg>')
}

.pros-cons-v2__item--cons li::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.2 10.8v2.4H4.8v-2.4z" fill="%23FF0A0E"/></svg>')
}

.pros-cons-v2__item--cons li {
    background: rgba(0, 0, 0, .05);
}

.pros-cons-v2__item--pros li {
    background: rgba(2, 182, 77, .1);
}

.pros-cons-v2 li {
    position: relative;
    padding: 8px 8px 8px 36px;
    border-radius: 6px;
    border: 0;
    color: #5c5c5c;
}

.pros-cons-v2 li::before {
    position: absolute;
    top: 8px;
    left: 8px;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 0
}

@media (max-width: 991.9px) {
    .pros-cons-v2 {
        grid-template-columns: 1fr;
    }

    .pros-cons-v2__item {
        padding: 16px;
    }
}

/* pros-cons-v2 */
/* faq */

* + .section-faq {
    margin-top: 20px;
}

.section-faq__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px
}

.section-faq__item {
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: var(--Background-Pure-white, #fff)
}

.section-faq__item[open] {
    padding-bottom: 16px
}

.section-faq__item[open] summary {
    padding: 16px 16px 8px
}

.section-faq__item[open] summary::after {
    transform: rotate(-180deg);
    filter: grayscale(1) brightness(1.3)
}

.section-faq__item[open] summary svg path {
    fill: var(--Buttons-Secondary, #5f57d4)
}

.section-faq summary {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #313131;
    cursor: pointer;
    list-style: none
}

.section-faq summary::marker {
    content: ""
}

.section-faq summary::-webkit-details-marker {
    display: none
}

.section-faq summary::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m5 9 5 5 5-5" stroke="%235F57D4" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 20px;
    height: 20px;
    margin-left: auto;
    transition-property: transform, filter;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.section-faq summary svg {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px
}

.section-faq summary svg path {
    transition-property: fill;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.section-faq p {
    color: #636363;
    padding-inline: 16px;
    margin: 0
}

.section-faq p + p {
    margin-top: 8px
}

/* faq */

.play-banner__box {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.play-banner__iframe {
    width: 100%;
    height: 100%;
}

.play-banner__box-close {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    padding: 10px;
}

@media (max-width: 767.9px) {
    .play-banner:has(.active) {
        min-height: 500px;
    }
}

.wp-block-table a,
.advantage-card__descr a,
.pros-cons__list a,
.cards__item a,
.how-to__descr a {
    color: var(--Buttons-Secondary, #5f57d4);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.content-img.content-img--reversed {
    flex-direction: row-reverse;
}

.content-img.content-img--v2 {
    gap: 20px;
}

.content-img.content-img--v2:not(:first-child) {
    margin-top: 16px;
}

.content-img.content-img--v2 p:not([class]) {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    letter-spacing: 0.1px;
}

.content-img.content-img--v2 > .video-wrap,
.content-img.content-img--v2 > video {
    max-width: 50%;
}

.content-img.content-img--v2 > .video-wrap:first-child:last-child,
.content-img.content-img--v2 > video:first-child:last-child {
    max-width: 100%;
}

.content-img.content-img--bg {
    padding: 24px;
    border-radius: var(--M, 12px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.video-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: var(--S, 8px);
    background: rgba(33, 33, 33, 0.0823529412);
    overflow: hidden;
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(33, 33, 33, 0.8);
    border-radius: var(--S, 8px);
}

.video-wrap::after {
    content: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30 .5C46.292.5 59.5 13.708 59.5 30S46.292 59.5 30 59.5.5 46.292.5 30 13.708.5 30 .5Z" stroke="%23FF8933"/><path d="M30 4.5c14.083 0 25.5 11.417 25.5 25.5S44.083 55.5 30 55.5 4.5 44.083 4.5 30 15.917 4.5 30 4.5Z" stroke="%23FF8933"/><path d="M8 30C8 17.85 17.85 8 30 8s22 9.85 22 22-9.85 22-22 22S8 42.15 8 30" fill="%23FF8933"/><path d="m40 30-15 8.66V21.34z" fill="%23fff"/></svg>');
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-img.content-img--v2 .content-img__content {
    overflow: visible;
}

.simple-slider {
    z-index: unset;
}

.simple-slider:not(:first-child) {
    margin-top: 16px;
}

.simple-slider__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.simple-slider__btn {
    width: 36px;
    height: 36px;
    border-radius: var(--XS, 6px);
    background: transparent;
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.simple-slider__btn::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="m7.552 12 8.048 8.048 1.697-1.697L10.945 12l6.352-6.352L15.6 3.951z" fill="%23746DDA"/></svg>');
    display: block;
    width: 24px;
    height: 24px;
}

.simple-slider__btn--next::before {
    transform: scale(-1);
}

.simple-slider__btn.swiper-button-lock {
    display: none;
}

.simple-slider__btn:active {
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
}

* + .grid-block {
    margin-top: 16px;
}

.grid-block {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: flex-start;
    gap: 12px 8px;
}

.grid-block h1, .grid-block h2, .grid-block h3, .grid-block h4, .grid-block h5, .grid-block h6 {
    margin: 0;
}

.grid-block > p:not([class]) {
    margin-top: 4px;
}

.grid-block > *:not(:first-child),
.grid-block > .grid-list:not(:first-child) {
    margin: 0;
}

.provider-card {
    position: relative;
    border-radius: var(--XS, 6px);
    overflow: hidden;
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.provider-card img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

.provider-card__title {
    flex: 1;
    padding: 8px 12px;
    color: var(--Text-Lightbg-text, #5c5c5c);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.promocode-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: unset;
    padding-bottom: 20px;
}

.promocode-card.swiper-slide {
    min-height: -webkit-fill-available;
    height: 100%;
    display: flex;
}

.promocode-card:not(.promocode-card--voucher)::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 21px;
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    mask: radial-gradient(21px at 50% 100%, transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px));
    -webkit-mask: radial-gradient(21px at 50% 100%, transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px));
}

.promocode-card:not(.promocode-card--voucher) .promocode-card__img {
    padding: 24px 16px 12px;
    border-radius: var(--S, 8px) var(--S, 8px) 0 0;
    border-bottom: var(--Stroke-stroke2, 2px) dashed var(--Backgrounds-Light-white_pure, #fff);
    mask: no-repeat top/100% 100% radial-gradient(20px at 50% 0, transparent 95%, #fff 100%);
    -webkit-mask: no-repeat top/100% 100% radial-gradient(20px at 50% 0, transparent 95%, #fff 100%);
}

.promocode-card:not(.promocode-card--voucher) .promocode-card__img img {
    object-fit: contain;
    max-height: 62px;
}

.promocode-card:not(.promocode-card--voucher) .promocode-card__info {
    padding: 16px 16px 32px;
    border-radius: 0 0 var(--S, 8px) var(--S, 8px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    border-top: unset;
    background: var(--Backgrounds-Light-white_pure, #fff);
    mask: no-repeat bottom/100% 100% radial-gradient(20px at 50% 100%, transparent 95%, #fff 100%);
    -webkit-mask: no-repeat bottom/100% 100% radial-gradient(20px at 50% 100%, transparent 95%, #fff 100%);
}

.promocode-card:not(.promocode-card--voucher):has(.promo-copy-v2.copied) .promocode-card__info {
    mask: unset;
    -webkit-mask: unset;
}

.promocode-card:not(.promocode-card--voucher):has(.promo-copy-v2.copied)::after {
    display: none;
}

.promocode-card:not(.promocode-card--voucher) .promocode-card__bonus {
    margin-top: 12px;
}

.promocode-card:not(.promocode-card--voucher) .promocode-card__link {
    margin-top: 28px;
}

.promocode-card:not(.promocode-card--voucher) .promo-copy-v2 {
    margin-top: 12px;
}

.promocode-card--voucher .promocode-card__img img {
    object-fit: cover;
    max-height: 52px;
}

.promocode-card--voucher .promocode-card__name {
    margin-top: 8px;
}

.promocode-card--voucher .promocode-card__bonus {
    margin-top: 16px;
}

.promocode-card--voucher .promocode-card__link {
    align-self: center;
    margin-top: 16px;
}

.promocode-card--voucher .promocode-card__info {
    border-radius: var(--S, 8px) var(--S, 8px) 0 0;
    padding: 16px 20px 0;
    background: var(--Backgrounds-Light-white_pure, #fff);
    border: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    border-bottom: none;
}

.promocode-card--voucher .promocode-card__info::after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 20px;
    width: calc(100% - 40px);
    height: 2px;
    background: repeating-linear-gradient(to right, #d9d9d9 0px, #d9d9d9 19px, transparent 19px, transparent 27px);
}

.promocode-card--voucher .promocode-card__info::before {
    content: "";
    position: absolute;
    bottom: -6px;
    transform: translateY(100%);
    left: 0;
    right: 0;
    height: 40px;
    width: 100%;
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    mask: radial-gradient(21px at 0 calc(100% - 20px), transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px)), radial-gradient(21px at 100% calc(100% - 20px), transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px));
    -webkit-mask: radial-gradient(21px at 0 calc(100% - 20px), transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px)), radial-gradient(21px at 100% calc(100% - 20px), transparent calc(95% - 1px), #fff 95%, transparent calc(95% + 1px));
}

.promocode-card--voucher .promocode-card__clip {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 46px;
    pointer-events: none;
}

.promocode-card--voucher .promocode-card__clip::before,
.promocode-card--voucher .promocode-card__clip:after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.promocode-card--voucher .promocode-card__clip::after {
    left: 50%;
    border-right: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    mask: radial-gradient(20px at 100% calc(100% - 20px), transparent 95%, #fff 100%) no-repeat top/100% 100%;
    -webkit-mask: radial-gradient(20px at 100% calc(100% - 20px), transparent 95%, #fff 100%) no-repeat top/100% 100%;
}

.promocode-card--voucher .promocode-card__clip::before {
    left: 0;
    border-left: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    mask: radial-gradient(20px at 0 calc(100% - 20px), transparent 95%, #fff 100%) no-repeat top/100% 100%;
    -webkit-mask: radial-gradient(20px at 0 calc(100% - 20px), transparent 95%, #fff 100%) no-repeat top/100% 100%;
}

.promocode-card--voucher .promocode-card__code {
    padding: 0 20px 24px;
    margin-top: -12px;
}

.promocode-card--voucher .promocode-card__code::after {
    content: "";
    width: 100%;
    height: calc(100% - 12px);
    position: absolute;
    z-index: -1;
    top: 12px;
    left: 0;
    background: var(--Backgrounds-Light-white_pure, #fff);
    border-radius: 0 0 var(--S, 8px) var(--S, 8px);
    border: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    border-top: none;
}

.promocode-card--voucher .promo-copy-v2 {
    margin-top: 8px;
}

.promocode-card__img {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.promocode-card--voucher .promocode-card__img {
    min-height: auto;
}

.promocode-card__info {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.promocode-card__name {
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    min-height: 40px;
    flex: 1;
}

.promocode-card__bonus {
    padding: 4px 8px;
    width: 100%;
    border-radius: var(--XXS, 4px);
    background: linear-gradient(90deg, rgba(83, 133, 255, 0.2) 0%, rgba(83, 133, 255, 0) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    flex: 1;
}

.promocode-card__bonus::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="16" cy="27.333" rx="14.667" ry="2" fill="url(%23a)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" fill="url(%23b)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" fill="url(%23c)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4" fill="url(%23e)"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4" fill="url(%23f)"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M16 8.667c0-4.596-4.222-6.512-6.568-4.596S10.371 8.667 16 8.667Zm0 0c0-4.596 4.222-6.512 6.568-4.596S21.629 8.667 16 8.667Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M14.1 18.1h3.8v9.133h-3.8z"/><path fill="url(%23j)" d="M5.333 18h21.333v2H5.333z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M14.1 8.767h3.8V17.9h-3.8z"/><defs><linearGradient id="b" x1="26.24" y1="16.667" x2="5.011" y2="26.648" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="26.667" y1="16.667" x2="26.01" y2="28.482" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="5.333" y1="16.667" x2="27.711" y2="24.255" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="27.227" y1="8.667" x2="6.775" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="27.667" y1="8.667" x2="27.179" y2="19.014" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="4.667" y1="8.667" x2="27.333" y2="18" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="18" y1="18" x2="15.481" y2="27.717" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="14" y1="20.333" x2="15.333" y2="20.333" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="16" y1="18" x2="16" y2="20" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="18" y1="8.667" x2="15.481" y2="18.384" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="14" y1="8.667" x2="18.654" y2="9.005" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.7407 0 0 1.74914 16 27.333)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    display: block;
    width: 32px;
    height: 32px;
}

.promocode-card__code {
    position: relative;
}

.promocode-card__code-text {
    padding-left: 12px;
    color: var(--Text-Lightbg-text, #5c5c5c);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.grid-list {
    width: 100%;
}

.grid-list:not(:first-child) {
    margin-top: 16px;
}

.grid-list:not(.swiper-wrapper) {
    width: 100%;
    display: grid;
    gap: 12px;
}

.grid-list:not(.swiper-wrapper).grid-list--1 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (1 - 1)) / 1), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--2 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (2 - 1)) / 2), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--3 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (3 - 1)) / 3), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--4 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (4 - 1)) / 4), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--5 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (5 - 1)) / 5), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--6 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (6 - 1)) / 6), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--7 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (7 - 1)) / 7), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--8 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (8 - 1)) / 8), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--9 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (9 - 1)) / 9), 1fr));
}

.grid-list:not(.swiper-wrapper).grid-list--10 {
    grid-template-columns: repeat(auto-fill, minmax(calc((var(--width-container, 1240px) - 12px * (10 - 1)) / 10), 1fr));
}

.simple-slider .grid-list--1 > * {
    width: calc((var(--width-container, 1240px) - 12px * (1 - 1)) / 1);
    max-width: 100%;
}

.simple-slider .grid-list--2 > * {
    width: calc((var(--width-container, 1240px) - 12px * (2 - 1)) / 2);
    max-width: 100%;
}

.simple-slider .grid-list--3 > * {
    width: calc((var(--width-container, 1240px) - 12px * (3 - 1)) / 3);
    max-width: 100%;
}

.simple-slider .grid-list--4 > * {
    width: calc((var(--width-container, 1240px) - 12px * (4 - 1)) / 4);
    max-width: 100%;
}

.simple-slider .grid-list--5 > * {
    width: calc((var(--width-container, 1240px) - 12px * (5 - 1)) / 5);
    max-width: 100%;
}

.simple-slider .grid-list--6 > * {
    width: calc((var(--width-container, 1240px) - 12px * (6 - 1)) / 6);
    max-width: 100%;
}

.simple-slider .grid-list--7 > * {
    width: calc((var(--width-container, 1240px) - 12px * (7 - 1)) / 7);
    max-width: 100%;
}

.simple-slider .grid-list--8 > * {
    width: calc((var(--width-container, 1240px) - 12px * (8 - 1)) / 8);
    max-width: 100%;
}

.simple-slider .grid-list--9 > * {
    width: calc((var(--width-container, 1240px) - 12px * (9 - 1)) / 9);
    max-width: 100%;
}

.simple-slider .grid-list--10 > * {
    width: calc((var(--width-container, 1240px) - 12px * (10 - 1)) / 10);
    max-width: 100%;
}

.simple-slider:has(.promocode-card) {
    margin-bottom: -20px;
}


.btn.btn--v2 {
    gap: 4px;
    padding: 12px 24px;
    border-radius: var(--XS, 6px);
    min-height: unset;
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition-property: background, box-shadow, color, border-color, border;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.btn.btn--v2 svg {
    max-width: 32px;
    max-height: 32px;
    min-width: 16px;
    min-height: 16px;
}

.btn.btn--v2[disabled],
.btn.btn--v2.disabled {
    opacity: 0.25;
}

.btn.btn--v2.btn--primary {
    box-shadow: 0 2px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Default-First, #ff8933);
    color: var(--Tiltes-Lightbg-Title, #333);
}

.btn.btn--v2.btn--primary:active {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Pressed-First, #e05e00);
}

.btn.btn--v2.btn--primary[disabled],
.btn.btn--v2.btn--primary.disabled {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
    background: var(--Priority-colors-Pressed-First, #e05e00);
}

.btn.btn--v2.btn--secondary {
    color: var(--Tiltes-Darkbg-Title, #fff);
    background: var(--Priority-colors-Default-Second, #554cd1);
    box-shadow: 0 2px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
}

.btn.btn--v2.btn--secondary:active {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
    background: var(--Priority-colors-Pressed-Second, #362eb3);
}

.btn.btn--v2.btn--secondary[disabled],
.btn.btn--v2.btn--secondary.disabled {
    box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
    background: var(--Priority-colors-Pressed-Second, #362eb3);
}

.btn.btn--v2.btn--secondary-tr {
    color: var(--Priority-colors-Default-Second, #554cd1);
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, 0.1));
    backdrop-filter: blur(2px);
}

.btn.btn--v2.btn--secondary-tr:active {
    color: var(--Priority-colors-Pressed-Second, #362eb3);
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
}

.btn.btn--v2.btn--secondary-tr[disabled],
.btn.btn--v2.btn--secondary-tr.disabled {
    color: var(--Priority-colors-Pressed-Second, #362eb3);
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, 0.1));
}

.btn.btn--v2.btn--default-tr {
    color: var(--Backgrounds-Light-white_pure, #fff);
    background: var(--Backgrounds-Light-Transparent-white_20, rgba(255, 255, 255, 0.2));
    backdrop-filter: blur(2px);
}

.btn.btn--v2.btn--default-tr:active {
    background: var(--Colors-Light-Transparent-trnsprnt_25, rgba(255, 255, 255, 0.25));
    color: var(--Backgrounds-Light-white_3, #ebebeb);
}

.btn.btn--v2.btn--default-tr[disabled],
.btn.btn--v2.btn--default-tr.disabled {
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.1));
    color: var(--Backgrounds-Light-white_3, #ebebeb);
}

.btn.btn--v2.btn--small {
    padding: 8px 24px;
    min-height: unset;
    font-weight: 500;
}

.btn.btn--v2.btn--large {
    padding: 13px 28px;
    font-size: 0.9375rem;
}


.btn.btn--fav {
    padding: 4px 7px;
    border-radius: var(--XXS, 4px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background-color: transparent;
    font-weight: 500;
    color: var(--Tiltes-Lightbg-Title-2, #474747)
}

.btn.btn--fav:active {
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, .05))
}

.btn.btn--fav {
    padding: 4px 7px;
    border-radius: var(--XXS, 4px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background-color: transparent;
    font-weight: 500;
    color: var(--Tiltes-Lightbg-Title-2, #474747)
}

.btn.btn--fav:active {
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, .05))
}

.btn.btn--fav.btn--light {
    border-color: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, .1));
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .1));
    color: var(--Backgrounds-Light-white_pure, #fff)
}

.btn.btn--fav.btn--light:active {
    background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, .2))
}


.btn.btn--link-primary,
.btn.btn--link-secondary {
    padding: 2px 0;
    background: transparent;
}


.bonus-card-v2 {
    height: unset;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /*justify-content: flex-start;*/
    padding: 16px;
    overflow: hidden;
    border-radius: var(--S, 8px);
    background: var(--Backgrounds-Dark-dark_2, #141414);
    transition-property: border-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    height: 100%;
    min-height: -webkit-fill-available;
    justify-content: space-between;
}

.bonus-card-v2.swiper-slide {
    min-height: -webkit-fill-available;
    justify-content: space-between;
    display: flex;
}

.bonus-card-v2 > * {
    position: relative;
    z-index: 1;
}

.bonus-card-v2__img {
    z-index: 0;
    margin-left: -16px;
    margin-top: -16px;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    height: 132px;
    object-fit: cover;
    margin-bottom: 12px;
}

.bonus-card-v2__label {
    position: absolute;
    color: var(--Tiltes-Lightbg-Title, #333);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 2px 10px;
    margin-left: 5px;
    top: 16px;
}

.bonus-card-v2__label::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-13deg);
    width: calc(100% + 4px);
    height: 100%;
    background: var(--Backgrounds-Light-white_pure, #fff);
    border-radius: 3px;
    transform-origin: center;
}

.bonus-card-v2__logo {
    position: absolute;
    top: 132px;
    right: 12px;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    border: var(--Stroke-stroke2, 2px) solid var(--Backgrounds-Dark-dark_2, #141414);
}

.bonus-card-v2__type {
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-right: 40px;
}

.bonus-card-v2__title {
    margin-top: 12px;
    color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 500;
    flex: 1;
    min-height: 48px;
}

.bonus-card-v2__more {
    margin-top: 12px;
    color: var(--Priority-colors-Default-First, #ff8933);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 28px;
}

.bonus-card-v2 .btn:not(.bonus-card-v2__more) {
    width: 100%;
    margin-top: auto;
    overflow: visible;
}

.bonus-card-v2 .btn:not(.bonus-card-v2__more)::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100% + 32px);
    height: 1px;
    left: -16px;
    top: -16px;
    background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
}

.tabs:not(:first-child) {
    margin-top: 16px;
}

.tabs__trigger {
    cursor: pointer;
    padding: 6px 16px;
    border-radius: var(--XS, 6px);
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--Text-Lightbg-text, #5c5c5c);
    white-space: nowrap;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.tabs__trigger-list {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.tabs__trigger-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.tabs__trigger.active {
    font-weight: 700;
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, 0.1));
}

.tabs__item-list {
    margin-top: 24px;
}

.tabs__item:not(.active) {
    display: none;
}

.casino-card.casino-card--v2 {
    border-radius: var(--S, 8px);
    border-color: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    height: unset;
    min-width: unset;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    transition-property: box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.casino-card.casino-card--v2 > img,
.casino-card.casino-card--v2 > svg {
    width: 100%;
    max-height: 65px;
    object-fit: cover;
    padding-block: 0;
    min-height: unset;
    grid-column: 1/-1;
}

.casino-card.casino-card--v2 .casino-card__rate {
    padding: 2px 8px;
    border-radius: var(--3XS, 2px);
    background: var(--Colors-Dark-Transparent-trnsprnt_5, rgba(0, 0, 0, 0.05));
    grid-area: 2/2/3/3;
    margin-inline: auto 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%);
    gap: 2px;
    color: var(--Text-Lightbg-subtext, #7a7a7a);
    font-weight: 500;
}

.casino-card.casino-card--v2 .casino-card__rate::before,
.casino-card.casino-card--v2 .casino-card__rate::after {
    font-size: 16px;
    line-height: 14px;
    height: 16px;
    letter-spacing: 0px;
}

.casino-card.casino-card--v2 .casino-card__rate::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.casino-card.casino-card--v2 .casino-card__rate::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0px;
    color: var(--star-color);
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.casino-card.casino-card--v2 .casino-card__rate span {
    margin-left: 2px;
    font-weight: 800;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
}

.casino-card.casino-card--v2 .casino-card__rate::before {
    content: "★";
}

.casino-card.casino-card--v2 .casino-card__rate::after {
    content: "☆";
}

.casino-card.casino-card--v2 .casino-card__title {
    margin-top: 0;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: left;
    grid-area: 2/1/3/2;
}

.casino-card.casino-card--v2 .btn {
    margin-top: auto;
    grid-column: 1/-1;
}

.slot-card-v2 {
    position: relative;
    overflow: hidden;
}

.slot-card-v2__link {
    position: relative;
    z-index: 1;
    height: 232px;
    border-radius: var(--XS, 6px);
    padding: 12px 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 4px;
}

.slot-card-v2__link img {
    position: relative;
    flex: 1;
    z-index: -2;
    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    height: calc(100% + 12px);
    margin-top: -12px;
    margin-bottom: -5px;
    left: -8px;
    object-fit: cover;
    object-position: center;
}

.slot-card-v2__title {
    position: relative;
    color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.slot-card-v2__title::before,
.slot-card-v2__title::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.slot-card-v2__title::before {
    width: 100vw;
    left: -8px;
    top: -12px;
    transform: translateY(-100%);
    height: 100px;
    background: linear-gradient(180deg, rgba(31, 31, 31, 0) 70%, var(--Backgrounds-Dark-dark_2, #141414) 100%);
}

.slot-card-v2__title::after {
    z-index: -1;
    top: -12px;
    left: -8px;
    height: 100vh;
    width: 100vw;
    background: var(--Backgrounds-Dark-dark_2, #141414);
}

.slot-card-v2__provider {
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.wp-block-table {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 16px 12px 20px;
    border-radius: var(--M, 12px);
    background: var(--Backgrounds-Light-white_pure, #fff);
}

.wp-block-table::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.wp-block-table:not(:first-child) {
    margin-top: 16px;
}

.wp-block-table {
    white-space: nowrap;
}

.wp-block-table table {
    min-width: 500px;
}

.wp-block-table.table.table--col.table--between {
    white-space: normal;
}

.wp-block-table.table.table--col.table--between table {
    min-width: auto;
}

.wp-block-table.table.table--col.table--v2 table {
    min-width: auto;
}

.wp-block-table th,
.wp-block-table td {
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.wp-block-table th:first-child,
.wp-block-table td:first-child {
    padding-left: 20px;
}

.wp-block-table th:not(:first-child),
.wp-block-table td:not(:first-child) {
    position: relative;
}

.wp-block-table th:not(:first-child)::before,
.wp-block-table td:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.wp-block-table table > *:first-child tr:first-child td,
.wp-block-table table > *:first-child tr:first-child th {
    padding-top: 12px;
}

.wp-block-table table > *:last-child tr:last-child td,
.wp-block-table table > *:last-child tr:last-child th {
    border-bottom: 0;
    padding-bottom: 12px;
}

.wp-block-table th {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--Text-Lightbg-subtext, #7a7a7a);
}

.wp-block-table td {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: var(--Text-Lightbg-text, #5c5c5c);
}

.table.table--col.table--v2 {
    padding: 20px;
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.table.table--col.table--v2:not(:first-child) {
    margin-top: 16px;
}

.table.table--col.table--v2 table {
    table-layout: auto;
}

.table.table--col.table--v2 tr {
    padding-bottom: 0;
}

.table.table--col.table--v2 tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table.table--col.table--v2 tr td {
    position: relative;
    padding: 18px 12px;
}

.table.table--col.table--v2 tr td:first-child {
    width: 1px;
    white-space: nowrap;
    padding-right: 10px;
    color: var(--Text-Lightbg-subtext, #7a7a7a);
}

.table.table--col.table--v2 tr td:not(:first-child) {
    padding-block: 16px;
    padding-left: 24px;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.table.table--col.table--v2 tr td:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 16px;
    width: 1px;
    transform: translateY(-50%);
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.wp-block-table.wp-block-table:not(.table--col) tr {
    background: var(--Background-Pure-white, #fff)
}

.wp-block-table.wp-block-table:not(.table--col) th {
    background: var(--Background-Pure-white, #fff);
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--Text-Lightbg-subtext, #7a7a7a);
}

.wp-block-table.wp-block-table:not(.table--col) th:not(:first-child),
.wp-block-table.wp-block-table:not(.table--col) td:not(:first-child) {
    border-left: none;
}


.casino-listing-v2 {
    --top1: linear-gradient(
            268deg,
            #eacb76 0%,
            #b8922b 14%,
            #f6de99 37.98%,
            #c19e3c 64.13%,
            #ffe7a6 82.76%,
            #cea534 100%
    );
    --top2: linear-gradient(
            268deg,
            #b9b9b9 0%,
            #b5b5b5 26%,
            #fff 47%,
            #d6d6d6 64.13%,
            #f2f2f2 82.76%,
            #cecece 100%
    );
    --top3: linear-gradient(
            268deg,
            #ffb061 0%,
            #c28241 26%,
            #f4be7f 47%,
            #d78f50 64.13%,
            #f6bd99 79.33%,
            #cc8d65 100%
    );
}

.casino-listing-v2.hidden .casino-listing-v2__row:nth-of-type(n + 11) {
    display: none;
}

.casino-listing-v2 > .btn {
    margin-inline: auto;
    margin-top: 24px;
    min-width: 247px;
}

.casino-listing-v2:not(:first-child) .casino-listing-v2__table {
    margin-top: 16px;
}

.casino-listing-v2__table {
    display: block;
    width: 100%;
}

.casino-listing-v2__table tr {
    display: flex;
}

.casino-listing-v2__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    counter-reset: casino-listing;
}

.casino-listing-v2__row {
    counter-increment: casino-listing;
}

.casino-listing-v2__row:nth-child(-n+3):has(.casino-listing-v2__top) {
    padding-top: 28px;
}

.casino-listing-v2__row:nth-child(-n+3) .casino-listing-v2__item {
    border-radius: var(--XS, 6px);
    border: 0;
}

.casino-listing-v2__row:nth-child(1) .casino-listing-v2__item .casino-listing-v2__top {
    background: var(--top1);
}

.casino-listing-v2__row:nth-child(2) .casino-listing-v2__item .casino-listing-v2__top {
    background: var(--top2);
}

.casino-listing-v2__row:nth-child(3) .casino-listing-v2__item .casino-listing-v2__top {
    background: var(--top3);
}

.casino-listing-v2__item {
    position: relative;
    width: 100%;
    padding: 16px;
    border-radius: var(--S, 8px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    background: var(--Backgrounds-Light-white_pure, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px 40px;
}

.casino-listing-v2__block {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px 40px;
}

.casino-listing-v2__block::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 100%;
    height: 1px;
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.casino-listing-v2__top {
    padding: 4px 10px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 28px + 2px);
    top: -28px;
    left: -2px;
    border-radius: var(--S, 8px);
    text-transform: uppercase;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
}

.casino-listing-v2__info {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.casino-listing-v2__info::before {
    content: counter(casino-listing);
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    border-radius: var(--circle, 9999px);
    border: var(--Stroke-stroke2, 2px) solid var(--Tiltes-Darkbg-Title, #fff);
    background: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    text-align: center;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
}

.casino-listing-v2__info > img,
.casino-listing-v2__info > svg {
    width: 100%;
    border-radius: var(--XXS, 4px);
    width: 180px;
    height: 44px;
    object-fit: cover;
}

.casino-listing-v2__title {
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.casino-listing-v2__rate {
    width: max-content;
    padding: 6px 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    --percent: calc(var(--rating, 4.5) / var(--total, 5) * 100%);
    gap: 2px;
    border-radius: var(--3XS, 2px);
    background: var(--Colors-Dark-Transparent-trnsprnt_5, rgba(0, 0, 0, 0.05));
    color: var(--Text-Lightbg-subtext, #7a7a7a);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

.casino-listing-v2__rate::before,
.casino-listing-v2__rate::after {
    font-size: 20px;
    line-height: 18px;
    height: 20px;
    letter-spacing: 0px;
}

.casino-listing-v2__rate::before {
    content: "★★★★★";
    display: block;
    background: linear-gradient(90deg, var(--star-color) var(--percent), transparent var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.casino-listing-v2__rate::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "☆☆☆☆☆";
    display: block;
    letter-spacing: 0px;
    color: var(--star-color);
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.casino-listing-v2__rate::before {
    content: "★";
}

.casino-listing-v2__rate::after {
    content: "☆";
}

.casino-listing-v2__rate span {
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    margin-left: 2px;
    font-size: 0.9375rem;
    font-weight: 800;
    margin-bottom: 2px;
}

.casino-listing-v2__bonus {
    flex: 1;
    padding: 4px;
    border-radius: var(--XXS, 4px);
    background: linear-gradient(90deg, rgba(83, 133, 255, 0.15) 0%, rgba(83, 133, 255, 0.05) 100.59%);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
}

.casino-listing-v2__bonus::before {
    content: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="16" cy="27.333" rx="14.667" ry="2" fill="url(%23a)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" fill="url(%23b)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" fill="url(%23c)"/><rect x="5.433" y="16.767" width="21.133" height="10.467" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4" fill="url(%23e)"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4" fill="url(%23f)"/><path d="M5.167 8.766h21.667c.22 0 .4.18.4.4V17.5a.4.4 0 0 1-.4.4H5.167a.4.4 0 0 1-.4-.4V9.167a.4.4 0 0 1 .4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M16 8.667c0-4.596-4.222-6.512-6.568-4.596S10.371 8.667 16 8.667Zm0 0c0-4.596 4.222-6.512 6.568-4.596S21.629 8.667 16 8.667Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M14.1 18.1h3.8v9.133h-3.8z"/><path fill="url(%23j)" d="M5.333 18h21.333v2H5.333z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M14.1 8.767h3.8V17.9h-3.8z"/><defs><linearGradient id="b" x1="26.24" y1="16.667" x2="5.011" y2="26.648" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="26.667" y1="16.667" x2="26.01" y2="28.482" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="5.333" y1="16.667" x2="27.711" y2="24.255" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="27.227" y1="8.667" x2="6.775" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="27.667" y1="8.667" x2="27.179" y2="19.014" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="4.667" y1="8.667" x2="27.333" y2="18" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="18" y1="18" x2="15.481" y2="27.717" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="14" y1="20.333" x2="15.333" y2="20.333" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="16" y1="18" x2="16" y2="20" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="18" y1="8.667" x2="15.481" y2="18.384" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="14" y1="8.667" x2="18.654" y2="9.005" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(18.7407 0 0 1.74914 16 27.333)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 32px;
    height: 32px;
    display: block;
}

.casino-listing-v2__advantages {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 408px;
    gap: 10px 40px;
}

.casino-listing-v2__advantages-item {
    padding-block: 4px;
    color: var(--Text-Lightbg-text, #5c5c5c);
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    /*min-width: calc((100% - 80px) / 3);*/
}

.casino-listing-v2__advantages-item::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 2.4a9.6 9.6 0 1 1 0 19.2 9.6 9.6 0 0 1 0-19.2m-1.2 10.8-2.4-2.4-1.8 1.8 4.2 4.2L18 9.6l-1.8-1.8z" fill="%2302B64D"/></svg>');
    display: block;
    width: 24px;
    height: 24px;
}

.casino-listing-v2__advantages-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
}

.casino-listing-v2__payments {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    flex-wrap: wrap;
}

.casino-listing-v2__payments-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 36px;
    max-height: 24px;
    color: var(--Text-Lightbg-text, #5c5c5c);
    font-size: 0.8125rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.casino-listing-v2__payments-item img,
.casino-listing-v2__payments-item svg {
    max-width: 36px;
    max-height: 24px;
    object-fit: contain;
}

.casino-listing-v2__payments-item--more {
    width: 36px;
    height: 24px;
    border-radius: var(--XXS, 4px);
    background: var(--Backgrounds-Dark-Transparent-dark1, rgba(0, 0, 0, 0.05));
}

.casino-listing-v2__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-left: auto;
}

.casino-listing-v2__link {
    overflow: unset;
}

.slot-review {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
}

.slot-review h1 {
    margin: 0;
}

.slot-review > p:not([class]):not(:first-child),
.slot-review > .written-by:not(:first-child) {
    margin-top: 0;
}

.slot-review .content-grid {
    margin: 0;
}

.slot-review .written-by.written-by--v2:not(:first-child) {
    margin-top: 0;
}

.casino-review .written-by.written-by--v2 {
    padding-top: 16px;
    border-top: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
}

.slot-review .written-by.written-by--v2:not(:first-child) {
    margin-top: 0;
}

.written-by.written-by--v2 {
    margin-bottom: 0;
    padding-block: 0px;
}

.written-by.written-by--v2:not(:first-child) {
    margin-top: 16px;
}

.written-by.written-by--v2 .written-by__img {
    padding: 0;
    margin: 0;
    background: unset;
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.written-by.written-by--v2 .written-by__name {
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.written-by.written-by--v2 .written-by__name a,
.written-by.written-by--v2 .written-by__name span {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.written-by.written-by--v2 .written-by__time {
    min-height: unset;
    border-left-color: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.breadcrumbs + main > .wrapper:first-child > .top-dark-section {
    padding-block: 64px 24px;
    margin-top: -64px;
    margin-bottom: calc(var(--wrapper-margin, 44px) * -1);
    position: relative;
}

.breadcrumbs + main > .wrapper:first-child > .top-dark-section::before {
    content: "";
    width: 100vw;
    height: calc(100% + 500px);
    left: calc((100vw - 100%) / 2 * -1);
    bottom: 0;
    position: absolute;
    z-index: 0;
    background: var(--Backgrounds-Dark-dark_2, #141414);
}

.top-dark-section > * {
    z-index: 1;
}

.breadcrumbs + main > .wrapper:first-child > .top-dark-section h1 {
    color: var(--Tiltes-Darkbg-Title, #fff);
}

.breadcrumbs + main > .wrapper:first-child > .top-dark-section p:not([class]) {
    color: var(--Text-Darkbg-text, #d6d6d6);
}

.breadcrumbs.breadcrumbs--v2 {
    margin-block: 8px;
}

.breadcrumbs.breadcrumbs--v2 li:not(:last-child) {
    padding-right: 24px;
}

.breadcrumbs.breadcrumbs--v2 li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m11.531 8-5.365 5.366-1.132-1.132L9.27 8 5.034 3.766l1.132-1.132z" fill="%23746DDA"/></svg>');
    width: 16px;
    height: 16px;
}

.breadcrumbs.breadcrumbs--v2 li:last-child a,
.breadcrumbs.breadcrumbs--v2 li:last-child span {
    color: var(--Text-Lightbg-text, #5c5c5c);
}

.breadcrumbs.breadcrumbs--v2 a,
.breadcrumbs.breadcrumbs--v2 span {
    padding-block: 2px;
    color: var(--Link-Default-Link, #477bff);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: color, opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.breadcrumbs.breadcrumbs--v2 a:active {
    color: var(--Link-Default-Link, #477bff);
    opacity: 0.6;
}

.breadcrumbs.breadcrumbs--light {
    position: relative;
    z-index: 1;
    margin-block: 12px;
}

.breadcrumbs.breadcrumbs--light li:not(:last-child)::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m11.531 8-5.365 5.366-1.132-1.132L9.27 8 5.034 3.766l1.132-1.132z" fill="%23fff"/></svg>');
}

.breadcrumbs.breadcrumbs--light li:last-child a,
.breadcrumbs.breadcrumbs--light li:last-child span {
    color: var(--Text-Darkbg-subtext, #adadad);
}

.breadcrumbs.breadcrumbs--light a,
.breadcrumbs.breadcrumbs--light span {
    color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
}

.breadcrumbs.breadcrumbs--light a:active {
    color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
}

* + .spins-bonus-card {
    margin-top: 12px;
}

.spins-bonus-card {
    padding: 16px;
    border-radius: var(--S, 8px);
    background: var(--Backgrounds-Dark-dark_2, #141414);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.spins-bonus-card__logo {
    width: 196px;
    /*height: 52px;*/
    object-fit: cover;
    border-radius: var(--XXS, 4px);
}

.spins-bonus-card__title {
    width: 183px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-left: -4px;
}

.spins-bonus-card__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    color: var(--Text-Darkbg-subtext, #adadad);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.spins-bonus-card__text span {
    color: var(--Tiltes-Darkbg-Title, #fff);
    font-size: 0.9375rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.spins-bonus-card__bonus,
.spins-bonus-card__spins {
    position: relative;
}

.spins-bonus-card__bonus {
    flex: 1;
    padding-left: 56px;
}

.spins-bonus-card__bonus::after {
    content: url('data:image/svg+xml,<svg width="49" height="48" viewBox="0 0 49 48" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="24.5" cy="41" rx="22" ry="3" fill="url(%23a)"/><rect x="8.6" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23b)"/><rect x="8.6" y="25.1" width="31.8" height="15.8" rx=".4" fill="url(%23c)"/><rect x="8.6" y="25.1" width="31.8" height="15.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M8 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4H8a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23e)"/><path d="M8 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4H8a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4" fill="url(%23f)"/><path d="M8 13.1h33c.22 0 .4.18.4.4v13a.4.4 0 0 1-.4.4H8a.4.4 0 0 1-.4-.4v-13c0-.22.18-.4.4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M24.5 13c0-6.894-6.333-9.767-9.851-6.894S16.056 13 24.5 13Zm0 0c0-6.894 6.333-9.767 9.851-6.894S32.944 13 24.5 13Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M21.6 27.1h5.8v13.8h-5.8z"/><path fill="url(%23j)" d="M8.5 27h32v3h-32z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M21.6 13.1h5.8v13.8h-5.8z"/><defs><linearGradient id="b" x1="39.86" y1="25" x2="8.017" y2="39.973" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="40.5" y1="25" x2="39.515" y2="42.723" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="8.5" y1="25" x2="42.066" y2="36.382" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="41.34" y1="13" x2="10.663" y2="30" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="42" y1="13" x2="41.268" y2="28.521" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="7.5" y1="13" x2="41.5" y2="27" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="27.5" y1="27" x2="23.721" y2="41.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="21.5" y1="30.5" x2="23.5" y2="30.5" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="24.5" y1="27" x2="24.5" y2="30" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="27.5" y1="13" x2="23.721" y2="27.576" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="21.5" y1="13" x2="28.48" y2="13.507" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(28.1111 0 0 2.62371 24.5 41)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.spins-bonus-card__spins {
    min-width: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.spins-bonus-card__spins img,
.spins-bonus-card__spins svg {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.spins-bonus-card > .btn {
    margin-left: auto;
}


@media (min-width: 576px) {

    .casino-listing-v2 .casino-listing-v2__info {
        position: relative;
    }

    .casino-listing-v2 .casino-listing-v2__info::after {
        content: "";
        width: 1px;
        height: 28px;
        background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
    }

    .casino-listing-v2 .casino-listing-v2__item > *:not(.casino-listing-v2__top,
  .casino-listing-v2__rate,
  .casino-listing-v2__block,
  .casino-listing-v2__block,
  .casino-listing-v2__btns,
  .casino-listing-v2__advantages,
  .casino-listing-v2__payments,
  :first-child),
    .casino-listing-v2 .casino-listing-v2__block > *:not(.casino-listing-v2__top,
  .casino-listing-v2__rate,
  .casino-listing-v2__block,
  .casino-listing-v2__block,
  .casino-listing-v2__btns,
  .casino-listing-v2__advantages,
  .casino-listing-v2__payments,
  :first-child) {
        position: relative;
    }

    .casino-listing-v2 .casino-listing-v2__item > *:not(.casino-listing-v2__top,
  .casino-listing-v2__rate,
  .casino-listing-v2__block,
  .casino-listing-v2__block,
  .casino-listing-v2__btns,
  .casino-listing-v2__advantages,
  .casino-listing-v2__payments,
  :first-child)::after,
    .casino-listing-v2 .casino-listing-v2__block > *:not(.casino-listing-v2__top,
  .casino-listing-v2__rate,
  .casino-listing-v2__block,
  .casino-listing-v2__block,
  .casino-listing-v2__btns,
  .casino-listing-v2__advantages,
  .casino-listing-v2__payments,
  :first-child)::after {
        content: "";
        width: 1px;
        height: 28px;
        background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
    }

    .play-banner.play-banner--v2 .play-banner__row:not(:last-child) {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    }

    .spins-bonus-card__bonus,
    .spins-bonus-card__spins {
        margin-left: 16px;
    }

    .spins-bonus-card__bonus::before,
    .spins-bonus-card__spins::before {
        content: "";
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 44px;
        background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    }

    .comments-list__time {
        align-self: center;
    }

}

@media (min-width: 768px) {
    .casino-listing-v2__info {
        min-width: 312px;
    }

    .grid-block > * {
        grid-column: 1/-1;
    }

    .grid-block h1, .grid-block h2, .grid-block h3, .grid-block h4, .grid-block h5, .grid-block h6 {
        grid-column: 1/2;
    }

    .grid-block .simple-slider__btns {
        grid-area: 1/2/2/3;
    }

    .grid-block > .btn {
        grid-area: 1/3/2/4;
        margin-right: 8px !important;
    }

    .casino-listing-v2__info {
        min-width: 312px;
    }

    .play-banner.play-banner--v2 .play-banner__toggle::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8 2v2H4v4H2V2zm10 0v6h-2V4h-4V2zM4 16h4v2H2v-6h2zm14-4v6h-6v-2h4v-4z" fill="%23fff"/></svg>');
        width: 20px;
        height: 20px;
        display: block;
    }

    .play-banner.play-banner--v2.active.is-full {
        position: fixed;
        background: var(--Backgrounds-Dark-dark_2, #141414);
        top: 0;
        left: 0;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        z-index: 30000;
        border-radius: 0;
        justify-content: flex-start;
        padding: 16px;
        gap: 16px;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto 1fr auto;
    }

    .play-banner.play-banner--v2.active.is-full > * {
        grid-column: 1/-1;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body {
        display: contents;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__demo-title {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__toggle {
        grid-column: 2/3;
        grid-row: 1/2;
        margin-left: auto;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__toggle::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M2 8V6h4V2h2v6zm10 0V2h2v4h4v2zm-6 6H2v-2h6v6H6zm6 4v-6h6v2h-4v4z" fill="%23fff"/></svg>');
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__demo-title {
        display: block;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__bottom,
    .play-banner.play-banner--v2.active.is-full .play-banner__row {
        display: contents;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__rating,
    .play-banner.play-banner--v2.active.is-full .play-banner__bonus-block {
        display: none;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__btns {
        flex-wrap: nowrap;
        grid-column: 2/3;
        grid-row: 3/4;
        margin-left: 0;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__btns .btn {
        min-width: unset;
        flex: unset;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body {
        flex: 1;
        order: 10;
        padding: 0 12px 12px 12px;
        width: calc(100% + 32px);
        margin-left: -16px;
        border-bottom: 0;
        margin-top: 4px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    @supports not selector(::-webkit-scrollbar) {
        .play-banner.play-banner--v2.active.is-full .play-banner__body {
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 185, 185, 0.5333333333) transparent;
        }
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body::-webkit-scrollbar {
        width: 4px;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(185, 185, 185, 0.5333333333);
        border-radius: 9px;
        border: 4px solid transparent;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 9px;
    }

    .play-banner.play-banner--v2.active.is-full .play-banner__body iframe {
        flex: 1;
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-block: 0 -4px;
        min-height: unset;
        aspect-ratio: unset;
    }
}

@media (min-width: 992px) {
    .content-grid.content-grid--v2 > *:not(:first-child) {
        margin: 0;
    }
}


@media (max-width: 991.9px) {
    .content-img.content-img--reversed {
        flex-direction: column;
    }

    * + .wp-block-table.table.table--col.table--between {
        margin-top: 16px;
    }

    .content-img.content-img--v2 > .video-wrap,
    .content-img.content-img--v2 > video {
        width: 100%;
        max-width: 100%;
        order: -1;
    }

    .casino-listing-v2__advantages {
        width: 100%;
        max-width: 100%;
    }

    .casino-listing-v2__advantages::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% + 12px);
        width: 100%;
        height: 1px;
        background: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    }

    .casino-listing-v2__advantages + *::after {
        display: none;
    }

    .casino-listing-v2__advantages-item:nth-of-type(3n)::after {
        display: none;
    }

    .slot-review h1 {
        order: -1;
    }

    .slot-review .content-grid {
        display: contents;
    }

    .slot-review .content-grid__content {
        display: block;
    }

    .slot-review .content-grid.content-grid--v2 > *:not(:first-child) {
        margin-top: 0;
    }

    .slot-review p:not([class]) {
        order: 10;
    }

    .slot-review .table {
        order: 15;
    }

    .slot-review .written-by {
        order: 30;
    }
}

@media (max-width: 767.9px) {
    .grid-block {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
    }

    .grid-block .simple-slider__btns {
        order: 10;
    }

    .grid-block > .btn {
        order: 20;
    }

    .casino-listing-v2__block {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
    }

    .casino-listing-v2__block > *::after {
        display: none;
    }

    .casino-listing-v2__bonus {
        grid-column: 1/-1;
    }

    .play-banner.play-banner--v2 .play-banner__body-btns {
        min-height: 328px;
    }

    .play-banner.play-banner--v2.active {
        position: fixed;
        background: var(--Backgrounds-Dark-dark_2, #141414);
        top: 0;
        left: 0;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        /*z-index: 200;*/
        border-radius: 0;
        padding: 16px;
        gap: 12px;
        display: grid;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto 1fr auto;
    }

    .play-banner.play-banner--v2.active > * {
        grid-column: 1/-1;
    }

    .play-banner.play-banner--v2.active .play-banner__body {
        display: contents;
    }

    .play-banner.play-banner--v2.active .play-banner__body-text {
        grid-column: 1/-1;
    }

    .play-banner.play-banner--v2.active .play-banner__demo-title {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .play-banner.play-banner--v2.active .play-banner__toggle {
        grid-column: 2/3;
        grid-row: 1/2;
        margin-left: auto;
    }

    .play-banner.play-banner--v2.active .play-banner__toggle::before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m16.707 15.293-1.414 1.414-12-12 1.414-1.414z" fill="%23fff"/><path d="m3.293 15.293 1.414 1.414 12-12-1.414-1.414z" fill="%23fff"/></svg>');
    }

    .play-banner.play-banner--v2.active .play-banner__demo-title {
        display: block;
    }

    .play-banner.play-banner--v2.active .play-banner__bottom,
    .play-banner.play-banner--v2.active .play-banner__row {
        display: contents;
    }

    .play-banner.play-banner--v2.active .play-banner__bonus-card-text {
        padding-left: 0;
    }

    .play-banner.play-banner--v2.active .play-banner__bonus-card-text::before {
        display: none;
    }

    .play-banner.play-banner--v2.active .play-banner__rating,
    .play-banner.play-banner--v2.active .play-banner__bonus-block {
        display: none;
    }

    .play-banner.play-banner--v2.active .play-banner__bonus-card {
        margin-top: 4px;
    }

    .play-banner.play-banner--v2.active .play-banner__bonus-card,
    .play-banner.play-banner--v2.active .play-banner__body-text {
        width: calc(100% + 8px);
        margin-left: -4px;
    }

    .play-banner.play-banner--v2.active .play-banner__btns {
        margin-top: 4px;
        grid-row: 2/3;
        grid-column: 1/-1;
        margin-left: 0;
    }

    .play-banner.play-banner--v2.active .play-banner__btns .btn {
        min-width: calc((100% - 12px) / 2);
        max-width: 100%;
        flex: 1 0 auto;
    }

    .play-banner.play-banner--v2.active .play-banner__body {
        flex: 1;
        order: 10;
        padding: 0 12px 12px 12px;
        width: calc(100% + 32px);
        margin-left: -16px;
        border-bottom: 0;
        margin-top: 4px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    @supports not selector(::-webkit-scrollbar) {
        .play-banner.play-banner--v2.active .play-banner__body {
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 185, 185, 0.5333333333) transparent;
        }
    }

    .play-banner.play-banner--v2.active .play-banner__body::-webkit-scrollbar {
        width: 4px;
    }

    .play-banner.play-banner--v2.active .play-banner__body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(185, 185, 185, 0.5333333333);
        border-radius: 9px;
        border: 4px solid transparent;
    }

    .play-banner.play-banner--v2.active .play-banner__body::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 9px;
    }

    .play-banner.play-banner--v2.active .play-banner__body iframe {
        flex: 1;
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-block: 4px 0;
        min-height: unset;
        aspect-ratio: unset;
    }

    .play-banner.play-banner--v2.active .play-banner__body iframe {
        grid-row: 2 / 4;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card img {
        max-width: 200px;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card-text {
        padding-top: 0;
        text-align: left;
        align-items: flex-start;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card .btn {
        width: 100%;
    }

    .section-hero.section-hero--v2 .section-hero__btns .btn {
        flex: 1 0 auto;
    }
}

@media (max-width: 575.9px) {
    .section-hero.section-hero--v2 .section-hero__btns {
        gap: 12px;
    }

    .content-img.content-img--v2 {
        gap: 16px;
    }

    .content-img.content-img--v2 .btn {
        width: 100%;
    }

    .content-img.content-img--bg {
        padding: 16px;
    }

    .grid-list:not(.swiper-wrapper).grid-list--6, .grid-list:not(.swiper-wrapper).grid-list--8 {
        grid-template-columns: repeat(2, 1fr);
    }

    .container:not(.section-hero) .btn, .content-img__content .section-hero__btns {
        width: 100%;
    }

    .container .filter-block__btns .btn {
        width: auto;
    }

    .container .casino-review-card .btn {
        width: auto;
    }

    .container .promocode-card .promocode-card__link {
        justify-content: center;
    }

    .bonus-card-v2__more, .promocode-card__link {
        justify-content: flex-start;
    }

    .promo-copy-v2__use, .container .comments-form .btn, .container .not-available.not-available--v2 .btn {
        width: fit-content;
    }

    .table.table--col.table--v2 tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-block: 4px;
    }

    .table.table--col.table--v2 tr:not(:last-child) {
        margin-bottom: 4px;
        border-bottom: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    }

    .table.table--col.table--v2 tr:not(:last-child) td {
        border-bottom: 0;
    }

    .table.table--col.table--v2 tr td:first-child {
        width: unset;
        white-space: unset;
        padding: 4px 12px;
        color: var(--Text-Lightbg-subtext, #7a7a7a);
    }

    .table.table--col.table--v2 tr td:not(:first-child) {
        padding: 8px 12px 16px;
    }

    .table.table--col.table--v2 tr td:not(:first-child)::before {
        display: none;
    }

    .casino-listing-v2 > .btn {
        margin-top: 16px;
    }

    .casino-listing-v2__info {
        gap: 8px;
    }

    .casino-listing-v2__info > img,
    .casino-listing-v2__info > svg {
        width: 88px;
        height: 48px;
    }

    .casino-listing-v2__rate {
        padding: 2px 8px;
    }

    .casino-listing-v2__item {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .casino-listing-v2__block::after {
        display: none;
    }

    .casino-listing-v2__btns {
        width: 100%;
    }

    .casino-listing-v2__btns > * {
        flex: 1;
    }

    .casino-listing-v2__bonus {
        flex-direction: column;
    }

    .casino-listing-v2__link {
        margin-inline: auto;
    }

    .casino-listing-v2__advantages {
        gap: 9px;
        width: 100%;
        padding-block: 12px;
        border-top: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
        border-bottom: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    }

    .casino-listing-v2__advantages::before {
        display: none;
    }

    .casino-listing-v2__advantages-item {
        flex-direction: column;
        min-width: calc((100% - 18px) / 3);
    }

    .casino-listing-v2__advantages-item::after {
        right: -4px;
        height: 32px;
    }

    .slot-review {
        gap: 12px;
    }

    .casino-review .written-by.written-by--v2 {
        padding-top: 0;
        border-top: 0;
    }

    .written-by.written-by--v2 .written-by__time,
    .written-by.written-by--v2 .written-by__name {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .written-by.written-by--v2 .written-by__time {
        padding: 16px 0 0 0;
        margin: 16px 0 0 0;
    }

    .written-by.written-by--v2 .written-by__time::before {
        width: 288px;
        background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card {
        gap: 12px 8px;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card img {
        width: 88px;
        height: 48px;
        object-fit: cover;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card-text {
        font-size: 0.75rem;
        line-height: 0.875rem;
        font-weight: 400;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card-text span {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-card .btn {
        min-height: 44px;
    }

    .play-banner.play-banner--v2 .play-banner__bottom {
        padding: 12px;
        background: var(--Backgrounds-Dark-dark_3, #1F1F1F);
    }

    .play-banner.play-banner--v2 .play-banner__rating {
        width: 100%;
    }

    .play-banner.play-banner--v2 .play-banner__btns {
        flex-direction: row-reverse;
        width: 100%;
        margin-left: 0;
    }

    .play-banner.play-banner--v2 .play-banner__btns .btn {
        min-width: calc((100% - 12px) / 2);
        max-width: 100%;
        flex: 1 0 auto;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-block {
        order: -1;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-block .btn {
        width: 100%;
    }

    .play-banner.play-banner--v2 .play-banner__bonus-block .btn::after {
        content: "";
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 1px;
        background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    }

    .breadcrumbs + main > .wrapper:first-child > .top-dark-section {
        margin-top: -56px;
        padding-block: 56px 24px;
    }

    .spins-bonus-card {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .spins-bonus-card__logo {
        width: 100%;
    }

    .spins-bonus-card__title {
        width: 100%;
        margin-left: 0;
    }

    .spins-bonus-card__bonus,
    .spins-bonus-card__spins {
        margin-top: 12px;
    }

    .spins-bonus-card__bonus::before,
    .spins-bonus-card__spins::before {
        content: "";
        position: absolute;
        left: 0;
        top: -16px;
        width: 100%;
        height: 1px;
        background: var(--Stroke-Default-stroke_darkbg, rgba(255, 255, 255, 0.1));
    }

    .spins-bonus-card > .btn {
        width: 100%;
    }

    .bg-block.bg-block--v2 {
        padding: 16px;
        border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    }

    .container.bg-block.bg-block--v2 * + .wp-block-heading {
        margin-top: 64px;
    }

    .not-available.not-available--v2 .btn {
        margin-inline: auto;
    }
}

@media (any-hover: hover) {
    .form.form--v2 .form__rate-label:hover svg path {
        fill: #ff8933;
    }

    .form.form--v2 .form__rate-label:hover ~ .form__rate-label svg path {
        fill: #ff8933;
    }

    .btn.btn--v2.btn--primary:hover {
        box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
        background: var(--Priority-colors-Hover-First, #ffa05c);
    }

    .btn.btn--v2.btn--primary:focus {
        box-shadow: 0 1px 0 0 var(--Priority-colors-Default-First_border, #b84d00);
        background: var(--Priority-colors-Pressed-First, #e05e00);
    }

    .btn.btn--v2.btn--secondary:hover {
        box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
        background: var(--Priority-colors-Hover-Second, #837dde);
    }

    .btn.btn--v2.btn--secondary:focus {
        box-shadow: 0 1px 0 0 var(--Priority-colors-Default-Second_border, #312aa2);
        background: var(--Priority-colors-Pressed-Second, #362eb3);
    }

    .btn.btn--v2.btn--secondary-tr:hover {
        color: var(--Priority-colors-Hover-Second, #837dde);
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--v2.btn--secondary-tr:focus {
        color: var(--Priority-colors-Pressed-Second, #362eb3);
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--v2.btn--default-tr:hover {
        color: var(--Backgrounds-Light-white_2, #f5f5f5);
        background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.1));
    }

    .btn.btn--v2.btn--default-tr:focus {
        background: var(--Colors-Light-Transparent-trnsprnt_25, rgba(255, 255, 255, 0.25));
        color: var(--Backgrounds-Light-white_3, #ebebeb);
    }

    .btn.btn--fav:hover {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--fav:focus {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--fav:hover {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--fav:focus {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .btn.btn--fav.btn--light:hover {
        background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.2));
    }

    .btn.btn--fav.btn--light:focus {
        background: var(--Backgrounds-Light-Transparent-white_10, rgba(255, 255, 255, 0.2));
    }

    .btn.btn--link-primary:hover {
        color: var(--Priority-colors-Hover-First, #ffa05c);
    }

    .btn.btn--link-primary:focus {
        color: var(--Priority-colors-Pressed-First, #e05e00);
    }

    .btn.btn--link-secondary:hover {
        color: var(--Priority-colors-Hover-Second, #837dde);
    }

    .btn.btn--link-secondary:focus {
        color: var(--Priority-colors-Pressed-Second, #362eb3);
    }

    .promo-copy-v2__cover:hover .promo-copy-v2__cover-text {
        color: var(--hovered-cover-text-color);
    }

    .promo-copy-v2__cover:hover:not(.active) {
        width: calc(100% - 72px);
    }

    .casino-card.casino-card--v2:hover {
        box-shadow: unset;
    }

    .comments-list__vote-btn:hover {
        background: var(--Backgrounds-Dark-Transparent-dark2, rgba(0, 0, 0, 0.1));
    }

    .play-banner.play-banner--v2 .play-banner__toggle:hover {
        background: var(--Backgrounds-Dark-Transparent-dark2, rgba(0, 0, 0, 0.1));
    }

    .simple-slider__btn:hover {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .simple-slider__btn:focus {
        background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, 0.05));
    }

    .breadcrumbs.breadcrumbs--v2 a:hover {
        color: var(--Link-Default-Link, #477bff);
        opacity: 0.6;
    }

    .breadcrumbs.breadcrumbs--v2 a:focus {
        color: var(--Link-Default-Link, #477bff);
        opacity: 0.6;
    }

    .breadcrumbs.breadcrumbs--light a:hover {
        color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
    }

    .breadcrumbs.breadcrumbs--light a:focus {
        color: var(--Tiltes-Darkbg-Title-2, #f5f5f5);
    }

    .tabs__trigger:hover {
        background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, 0.1));
    }

    .info-card__text a:hover {
        opacity: 0.6;
    }

    .info-card__text a:focus {
        opacity: 0.6;
    }
}


@media (max-width: 575.9px) {
    .wrapper:has(.container > .wp-block-table.table-v2--right) .container {
        padding: 0 0 0 var(--offsets, 20px);
    }

    .wrapper:has(.container > .wp-block-table.table-v2--right) .container > * {
        padding: 0 var(--offsets, 20px) 0 0;
    }

    .wrapper:has(.container > .wp-block-table.table.table--col.table--v2) .container {
        padding: 0 var(--offsets, 20px);
    }

    .container > .wp-block-table.table-v2--right {
        border-radius: var(--M, 12px) 0 0 var(--M, 12px)
    }

    .wp-block-table.table.table--col.table--v2 {
        border-radius: var(--M, 12px)
    }
}

.custom-select {
    position: relative;
    z-index: 2;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400
}

.custom-select select {
    display: none
}

.custom-select.active .custom-select__options {
    display: flex
}

.custom-select.active .custom-select__current::after {
    transform: rotate(-180deg)
}

.custom-select__current {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    color: var(--Priority-colors-Default-Second, #554cd1)
}

.custom-select__current::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m8.283 11.248 5.365-5.365-1.131-1.131-4.234 4.234-4.235-4.234-1.131 1.13z" fill="%23746DDA"/></svg>');
    width: 16px;
    height: 16px;
    display: block;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.custom-select__options {
    position: absolute;
    top: calc(100% + 10px);
    left: -8px;
    min-width: 100%;
    max-height: 296px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    border-radius: var(--S, 8px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background: var(--Backgrounds-Light-white_pure, #fff);
    box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, .2);
    display: none;
    flex-direction: column;
    flex-direction: flex-start;
    align-items: flex-start;
    gap: 4px
}

@supports not selector(::-webkit-scrollbar) {
    .custom-select__options {
        scrollbar-width: thin;
        scrollbar-color: red transparent
    }
}

.custom-select__options::-webkit-scrollbar {
    width: 4px
}

.custom-select__options::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: red;
    border-radius: 9px;
    border: 4px solid transparent
}

.custom-select__options::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.custom-select__options li {
    color: var(--Text-Lightbg-text, #5c5c5c);
    cursor: pointer;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.custom-select__options li:active {
    color: var(--Priority-colors-Default-Second, #554cd1)
}

.filter-block.enabled .filter-block__btn::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill="%2302DE5E" d="M18 3H8v2h10zM4 3H2v2h2zm8 6H2v2h10zm6 0h-2v2h2zm0 6H8v2h10zM4 15H2v2h2z"/><path d="M8.75 4a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m8 6a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m-8 6a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0" fill="%2302DE5E"/></svg>')
}

.filter-block.enabled .filter-block__btn::after {
    content: attr(data-active-text)
}

.filter-block.enabled .filter-block__btn:not([data-active-text])::after {
    content: "Filter Enabled"
}

.filter-block.enabled .filter-block__reset {
    opacity: 1;
    pointer-events: all
}

.filter-block__list {
    width: 100%
}

.filter-block__btn {
    padding: 8px 16px;
    border-radius: var(--XS, 6px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background: var(--Backgrounds-Light-white_pure, #fff);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600
}

.filter-block__btn:not([data-default-text])::after {
    content: "Filter"
}

.filter-block__btn::after {
    content: attr(data-default-text)
}

.filter-block__btn::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill="%23333" d="M18 3H8v2h10zM4 3H2v2h2zm8 6H2v2h10zm6 0h-2v2h2zm0 6H8v2h10zM4 15H2v2h2z"/><path d="M7.25 4a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m6.5 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m-9.5 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0" fill="%23333"/></svg>');
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.filter-block__reset {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--Priority-colors-Pressed-Second, #362eb3);
    background: 0 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    opacity: .25;
    pointer-events: none
}

.filter-block__reset:active {
    opacity: .6
}

.filter-block__reset::after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M8.5 1.6a6.4 6.4 0 1 1 0 12.8 6.4 6.4 0 0 1 0-12.8m0 5.269L5.866 4.234 4.734 5.366 7.37 8l-2.635 2.634 1.132 1.132L8.5 9.13l2.634 2.635 1.132-1.132L9.63 8l2.635-2.634-1.132-1.132z" fill="%23746DDA"/></svg>');
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.filter-block__title {
    padding-inline: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600
}

.filter-block__title::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path fill="%23333" d="M18 3H8v2h10zM4 3H2v2h2zm8 6H2v2h10zm6 0h-2v2h2zm0 6H8v2h10zM4 15H2v2h2z"/><path d="M7.25 4a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m6.5 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0m-9.5 6a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 1 1-5.5 0 2.75 2.75 0 0 1 5.5 0" fill="%23333"/></svg>');
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.filter-block__btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px
}

.filter-block__btns > * {
    flex: 1 0 auto
}

.filter-block__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px
}

.filter-block__close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: var(--XS, 6px);
    background: var(--Backgrounds-Dark-Transparent-dark1, rgba(0, 0, 0, .05));
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.filter-block__close::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m16.707 15.293-1.414 1.414-12-12 1.414-1.414z" fill="%23333"/><path d="m3.293 15.293 1.414 1.414 12-12-1.414-1.414z" fill="%23333"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: center
}

.filter-block__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px
}

.filter-block__accord {
    width: 100%;
    padding: 0 16px 12px;
    border-radius: var(--XS, 6px);
    border: var(--Stroke-stroke, 1px) solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background: var(--Backgrounds-Light-white_pure, #fff)
}

.filter-block__accord.active .filter-block__accord-trigger {
    margin-bottom: 0
}

.filter-block__accord.active .filter-block__accord-trigger::after {
    transform: rotate(-180deg);
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m8.283 11.248 5.366-5.365-1.132-1.131-4.234 4.234-4.235-4.234-1.13 1.13z" fill="%23333"/></svg>')
}

.filter-block__accord.active .filter-block__accord-body {
    display: block
}

.filter-block__accord.active .filter-block__accord-values {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1))
}

.filter-block__accord.has-value .filter-block__accord-trigger {
    color: var(--Priority-colors-Default-Second, #554cd1)
}

.filter-block__accord.has-value .filter-block__accord-values {
    display: flex
}

.filter-block__accord.has-value .filter-block__accord-body {
    margin-top: 12px
}

.filter-block__accord-body {
    display: none
}

.filter-block__accord-clear {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: 0 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.filter-block__accord-clear:active {
    opacity: .6
}

.filter-block__accord-clear::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m16.707 15.293-1.414 1.414-12-12 1.414-1.414z" fill="%23333"/><path d="m3.293 15.293 1.414 1.414 12-12-1.414-1.414z" fill="%23333"/></svg>');
    display: block;
    width: 20px;
    height: 20px
}

.filter-block__accord-values {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 8px
}

.filter-block__accord-values-text {
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 400;
    color: var(--Text-Lightbg-subtext, #7a7a7a)
}

.filter-block__accord-trigger {
    margin-left: -16px;
    margin-bottom: -12px;
    width: calc(100% + 32px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    font-size: .9375rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    cursor: pointer
}

.filter-block__accord-trigger::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="m8.283 11.248 5.366-5.365-1.132-1.131-4.234 4.234-4.235-4.234-1.13 1.13z" fill="%23746DDA"/></svg>');
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.filter-block__checkbox-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px
}

.filter-block__checkbox-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--Text-Lightbg-text, #5c5c5c)
}

.filter-block__checkbox-label input {
    appearance: none;
    display: none
}

.filter-block__checkbox-label::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M4 2.5h16A1.5 1.5 0 0 1 21.5 4v16a1.5 1.5 0 0 1-1.5 1.5H4A1.5 1.5 0 0 1 2.5 20V4A1.5 1.5 0 0 1 4 2.5Z" stroke="%23C2C2C2"/></svg>');
    width: 24px;
    height: 24px;
    display: block
}

.filter-block__checkbox-label:has(:checked)::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2z" fill="%23554CD1"/><rect x="17.728" y="7" width="2" height="12" rx=".5" transform="rotate(45 17.728 7)" fill="%23fff"/><rect x="5" y="11.243" width="2" height="8" rx=".5" transform="rotate(-45 5 11.243)" fill="%23fff"/></svg>')
}

.filter-block__checkbox-available {
    margin-left: auto;
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 500;
    color: var(--Action-icons-Default-action-icon, #746dda)
}

.filter-block__search {
    position: relative;
    display: flex;
    padding: 5px 8px 5px 34px;
    border-radius: var(--XS, 6px);
    border: var(--Stroke-stroke, 1px) solid var(--Inputs-Default-input_stroke, rgba(0, 0, 0, .1));
    background: var(--Inputs-Default-input_bg, rgba(85, 76, 209, .03))
}

.filter-block__search::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12 1a7 7 0 1 1-4.192 12.606l-5.101 5.101-1.414-1.414 5.1-5.102A7 7 0 0 1 12 1m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10" fill="%23A3A3A3"/></svg>');
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px
}

.filter-block__search-input {
    flex: 1;
    background: 0 0;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--Text-Lightbg-text, #5c5c5c)
}

.filter-block__search-input::placeholder {
    color: var(--Text-Lightbg-Placeholder, #a3a3a3)
}

.filter-block__search-result {
    margin-top: 12px
}

.filter-block__scroll {
    overflow-y: auto;
    padding-bottom: 5px;
    max-height: 300px;
    width: calc(100% + 8px);
    padding-right: 8px
}

@supports not selector(::-webkit-scrollbar) {
    .filter-block__scroll {
        scrollbar-width: thin;
        scrollbar-color: var(--Backgrounds-Dark-dark_3, #1f1f1f) transparent
    }
}

.filter-block__scroll::-webkit-scrollbar {
    width: 4px
}

.filter-block__scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: var(--Backgrounds-Dark-dark_3, #1f1f1f);
    border-radius: 9px;
    border: 4px solid var(--Backgrounds-Dark-Transparent-dark2, rgba(0, 0, 0, .1))
}

.filter-block__scroll::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.filter-block__box {
    margin-top: 16px
}

.filter-block__box:first-child {
    margin-top: 0
}

.filter-block__box-title {
    color: var(--Text-Lightbg-text, #5c5c5c);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 12px
}

.filter-panel {
    width: 100%;
    display: grid;
    grid-template-columns:1fr 280px;
    grid-template-rows:auto 1fr;
    gap: 16px 28px
}

.filter-panel__top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.filter-panel__top-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px
}

.filter-panel__title {
    padding-left: 4px;
    margin-right: auto;
    color: var(--Tiltes-Lightbg-Title-2, #474747);
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600
}

.filter-panel__title span {
    display: inline-block;
    color: var(--Text-Lightbg-Placeholder, #a3a3a3)
}

.filter-panel__sort {
    padding-inline: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--Text-Lightbg-subtext, #7a7a7a)
}

.filter-panel__search {
    min-width: 257px;
    padding: 6px 8px 6px 8px;
    border-radius: var(--XS, 6px);
    border: var(--Stroke-stroke, 1px) solid var(--Inputs-Default-input_stroke, rgba(0, 0, 0, .1));
    background: var(--Inputs-Default-input_bg, rgba(85, 76, 209, .03));
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px
}

.filter-panel__search.has-value .filter-panel__search-clear {
    visibility: visible;
    pointer-events: all
}

.filter-panel__search-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: 0 0;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.filter-panel__search-btn:active {
    opacity: .6
}

.filter-panel__search-btn > svg {
    width: 20px;
    min-width: 20px;
    height: 20px
}

.filter-panel__search-input {
    width: 100%;
    color: var(--Text-Lightbg-text, #5c5c5c);
    background: 0 0;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400
}

.filter-panel__search-input::placeholder {
    color: var(--Text-Lightbg-Placeholder, #a3a3a3)
}

.filter-panel__search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

.filter-panel__search-clear {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: 0 0;
    visibility: hidden;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.filter-panel__search-clear:active {
    opacity: .6
}

.filter-panel__search-clear::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="m16.707 15.293-1.414 1.414-12-12 1.414-1.414z" fill="%23333"/><path d="m3.293 15.293 1.414 1.414 12-12-1.414-1.414z" fill="%23333"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transform-origin: center;
    transform: scale(.8)
}

.filter-panel__results {
    width: 100%;
    overflow: hidden
}

.filter-panel__results-empty {
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    height: 184px;
    display: none;
    align-items: center;
    justify-content: center;
    color: var(--Cards-card-text-secondary, #464a51);
    text-align: center
}

.filter-panel__results.is-empty .filter-panel__results-empty {
    display: flex
}

.filter-panel__results.is-empty .filter-panel__results-block, .filter-panel__results.is-empty .pag {
    display: none
}

.filter-panel.is-loading {
    pointer-events: none
}

.filter-panel.is-loading .filter-panel__results, .filter-panel.is-loading .filter-panel__top-row > * {
    opacity: .6
}

.filter-panel.is-loading .filter-block__btn {
    opacity: .6
}

.filter-panel.is-loading .filter-block {
    pointer-events: none
}

.filter-panel.is-loading .filter-block__wrap::after {
    content: "";
    position: absolute;
    z-index: 10;
    pointer-events: all;
    inset: 0;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, .4)
}

.range-slider {
    --action-size: 32px;
    --track-h: 8px;
    --fill-h: 4px;
    --thumb-size: 16px;
    --accent: var(--Priority-colors-Hover-Second, #837dde);
    --track: var(--Backgrounds-Dark-Transparent-dark2, rgba(0, 0, 0, 0.1));
    --fill: var(--Stroke-Hover-stroke, rgba(85, 76, 209, 0.3));
    --text: var(--Text-Lightbg-Placeholder, #a3a3a3)
}

.range-slider.active {
    --accent: var(--Action-icons-Default-action-icon, #746dda);
    --fill: var(--Priority-colors-Default-Second, #554cd1);
    --text: var(--Text-Lightbg-text, #5c5c5c)
}

.range-slider__range {
    margin-block: -8px;
    position: relative;
    display: grid;
    align-items: center;
    height: var(--action-size)
}

.range-slider__track {
    position: absolute;
    left: 0;
    right: 0;
    height: var(--track-h);
    background: var(--track);
    border-radius: 2px
}

.range-slider__label {
    width: var(--action-size);
    height: var(--action-size);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    pointer-events: none
}

.range-slider__filler {
    position: absolute;
    height: var(--fill-h);
    border-radius: 2px;
    background-color: var(--fill)
}

.range-slider input[type=range] {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0;
    height: var(--action-size);
    width: 100%;
    background: 0 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none
}

.range-slider input[type=range]::-moz-range-track, .range-slider input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: 0 0
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background: var(--accent);
    border-radius: 2px;
    cursor: pointer
}

.range-slider input[type=range]::-moz-range-thumb {
    pointer-events: auto;
    width: var(--thumb-size);
    height: var(--thumb-size);
    background: var(--accent);
    border-radius: 2px;
    cursor: pointer
}

.range-slider__values {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--text);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500
}

.field-picker {
    --gap: 2px;
    --bg: #f3f4f6;
    --cell-bg: var(--Backgrounds-Light-white_3, #ebebeb);
    --cell-border: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1));
    --border: #e5e7eb;
    --accent-weak: #e7e8ff;
    --rows: 10;
    --cols: 10;
    --cell: 24px
}

.field-picker__grid {
    display: grid;
    grid-template-rows:repeat(var(--rows), minmax(16px, var(--cell)));
    grid-template-columns:repeat(var(--cols), minmax(16px, var(--cell)));
    gap: var(--gap);
    touch-action: none;
    user-select: none
}

.field-picker .cell {
    cursor: pointer;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 2px;
    background: var(--cell-bg);
    border: 1px solid var(--cell-border);
    transition-property: border-color, background, opacity;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.field-picker .cell.preview {
    opacity: .6;
    --cell-bg: var(--Action-icons-Default-action-icon, #746dda);
    --cell-border: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1))
}

.field-picker .cell.active {
    opacity: 1;
    --cell-bg: var(--Action-icons-Default-action-icon, #746dda);
    --cell-border: var(--Stroke-Default-stroke, rgba(0, 0, 0, 0.1))
}

.field-picker .cell.active.preview {
    opacity: .6;
}

.pag {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px
}

.pag:not(:first-child) {
    margin-top: 16px
}

.pag__item {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: var(--Corner-radius-XS, 6px);
    color: var(--Text-Dark-Subtext, #7a7a7a);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: background, color;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s
}

.pag__item:active {
    background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, .1))
}

.pag__item.active {
    color: var(--Tiltes-Darkbg-Title, #fff);
    background: var(--Priority-colors-Default-Second, #554cd1)
}

.pag__item.active:active {
    background: var(--Priority-colors-Hover-Second, #837dde)
}

.pag__item.disabled {
    pointer-events: none;
    opacity: .6
}

.pag__item--dots {
    pointer-events: none;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600
}

.pag__item--next, .pag__item--prev {
    background: var(--Backgrounds-Dark-Transparent-dark1, rgba(0, 0, 0, .05))
}

.pag__item--next::before, .pag__item--prev::before {
    width: 20px;
    height: 20px;
    display: block
}

.pag__item--prev {
    margin-right: 4px
}

.pag__item--prev::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="m3.5 10 6.707 6.707 1.414-1.414L6.328 10l5.293-5.293-1.414-1.414z" fill="%23746DDA"/><path fill="%23746DDA" d="M5.207 9h12v2h-12z"/></svg>')
}

.pag__item--next {
    margin-left: 4px
}

.pag__item--next::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M17.207 10 10.5 16.707l-1.414-1.414L14.379 10 9.086 4.707 10.5 3.293z" fill="%23746DDA"/><path fill="%23746DDA" d="M15.5 9h-12v2h12z"/></svg>')
}

.casino-card.casino-card--v2.casino-card--filter .casino-card__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

.casino-card.casino-card--v2.casino-card--filter .casino-card__btns .btn {
    margin: 0
}

.casino-card.casino-card--v2.casino-card--filter .casino-card__bonus {
    margin: 0;
    margin-left: auto;
    flex-direction: row;
    padding: 8px;
    border-radius: var(--XXS, 4px);
    border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
    background: var(--Backgrounds-Highlight-Highlight, rgba(85, 76, 209, .05));
    font-size: .8125rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--Tiltes-Lightbg-Title-2, #474747)
}

.casino-card.casino-card--v2.casino-card--filter .casino-card__bonus::before {
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="12" cy="20.5" rx="11" ry="1.5" fill="url(%23a)"/><rect x="4.1" y="12.6" width="15.8" height="7.8" rx=".4" fill="url(%23b)"/><rect x="4.1" y="12.6" width="15.8" height="7.8" rx=".4" fill="url(%23c)"/><rect x="4.1" y="12.6" width="15.8" height="7.8" rx=".4" stroke="url(%23d)" stroke-width=".2"/><path d="M4 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4H4a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4" fill="url(%23e)"/><path d="M4 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4H4a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4" fill="url(%23f)"/><path d="M4 6.6h16c.22 0 .4.18.4.4v6a.4.4 0 0 1-.4.4H4a.4.4 0 0 1-.4-.4V7c0-.22.18-.4.4-.4Z" stroke="url(%23g)" stroke-width=".2"/><path d="M12 6.5c0-3.447-3.167-4.883-4.926-3.447S7.778 6.5 12 6.5Zm0 0c0-3.447 3.166-4.883 4.926-3.447C18.685 4.489 16.222 6.5 12 6.5Z" stroke="%23FE985A"/><path fill="url(%23h)" stroke="url(%23i)" stroke-width=".2" d="M10.6 13.6h2.8v6.8h-2.8z"/><path fill="url(%23j)" d="M4 13.5h16V15H4z"/><path fill="url(%23k)" stroke="url(%23l)" stroke-width=".2" d="M10.6 6.6h2.8v6.8h-2.8z"/><defs><linearGradient id="b" x1="19.68" y1="12.5" x2="3.758" y2="19.986" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="c" x1="20" y1="12.5" x2="19.508" y2="21.361" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="d" x1="4" y1="12.5" x2="20.783" y2="18.191" gradientUnits="userSpaceOnUse"><stop stop-color="%23fff" stop-opacity=".8"/><stop offset=".231" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="e" x1="20.42" y1="6.5" x2="5.081" y2="15" gradientUnits="userSpaceOnUse"><stop stop-color="%23685A52"/><stop offset="1" stop-color="%23131313"/></linearGradient><linearGradient id="f" x1="20.75" y1="6.5" x2="20.384" y2="14.261" gradientUnits="userSpaceOnUse"><stop stop-color="%235F57D4"/><stop offset="1" stop-color="%236057D1"/></linearGradient><linearGradient id="g" x1="3.5" y1="6.5" x2="20.5" y2="13.5" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".54" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="13.5" y1="13.5" x2="11.611" y2="20.788" gradientUnits="userSpaceOnUse"><stop stop-color="%23F98C4A"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="i" x1="10.5" y1="15.25" x2="11.5" y2="15.25" gradientUnits="userSpaceOnUse"><stop offset=".036" stop-color="%23fff" stop-opacity=".8"/><stop offset=".099" stop-color="%23fff" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="12" y1="13.5" x2="12" y2="15" gradientUnits="userSpaceOnUse"><stop stop-opacity=".35"/><stop offset=".507" stop-opacity=".146"/><stop offset="1" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="13.5" y1="6.5" x2="11.611" y2="13.788" gradientUnits="userSpaceOnUse"><stop stop-color="%23FF9A5C"/><stop offset="1" stop-color="%23EC6B1C"/></linearGradient><linearGradient id="l" x1="10.5" y1="6.5" x2="13.99" y2="6.754" gradientUnits="userSpaceOnUse"><stop offset=".1" stop-color="%23fff" stop-opacity=".8"/><stop offset=".479" stop-color="%23fff" stop-opacity="0"/></linearGradient><radialGradient id="a" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(14.0556 0 0 1.31186 12 20.5)"><stop offset=".01"/><stop offset=".468" stop-opacity=".7"/><stop offset=".729" stop-opacity=".1"/><stop offset=".795" stop-opacity="0"/></radialGradient></defs></svg>');
    width: 24px;
    height: 24px
}

.casino-card.casino-card--v2.casino-card--filter > img {
    object-fit: cover
}

@media (min-width: 768px) {
    .casino-card.casino-card--v2.casino-card--filter {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 12px;
        flex-wrap: wrap
    }

    .casino-card.casino-card--v2.casino-card--filter > img {
        max-height: unset;
        max-width: 180px;
        margin: 0;
        margin-right: -4px
    }

    .casino-card.casino-card--v2.casino-card--filter > .btn {
        width: max-content
    }

    .casino-card.casino-card--v2.casino-card--filter .casino-card__rate, .casino-card.casino-card--v2.casino-card--filter .casino-card__title {
        margin: 0
    }

    .casino-card.casino-card--v2.casino-card--filter .casino-card__title {
        margin-left: -8px;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .filter-block__close, .filter-block__submit {
        display: none
    }

    .filter-block__btn {
        display: none
    }

    .filter-block__btns {
        display: contents
    }

    .filter-panel .filter-block {
        grid-area: 1/2/3/3
    }

    .filter-panel .filter-panel__top {
        display: contents
    }
}

@media (max-width: 991.9px) {
    .filter-block.active .filter-block__wrap {
        display: flex
    }

    .filter-block__wrap {
        display: none;
        gap: 20px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40000;
        width: 100%;
        height: 100%;
        max-height: 100vh;
        overflow: hidden;
        padding: 16px 16px 24px;
        border-radius: 12px;
        border: 1px solid var(--Stroke-Default-stroke, rgba(0, 0, 0, .1));
        background: var(--Backgrounds-Light-white_pure, #fff)
    }

    .filter-block__wrap > * {
        order: 5
    }

    .filter-block__wrap .filter-block__btns {
        order: 20
    }

    .filter-block__list {
        gap: 8px;
        overflow-y: auto
    }

    @supports not selector(::-webkit-scrollbar) {
        .filter-block__list {
            scrollbar-width: thin;
            scrollbar-color: rgba(185, 185, 185, .5333333333) transparent
        }
    }
    .filter-block__list::-webkit-scrollbar {
        width: 4px
    }

    .filter-block__list::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(185, 185, 185, .5333333333);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .filter-block__list::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .filter-block__btns {
        margin-top: auto
    }

    .filter-block__list {
        margin-top: 4px
    }

    .filter-panel {
        grid-template-columns:1fr
    }

    .filter-panel .filter-panel__top-row {
        display: contents
    }
}

@media (max-width: 767.9px) {
    .filter-panel .filter-panel__search, .filter-panel .filter-panel__title {
        width: 100%;
        min-width: unset;
        order: -1
    }


    .filter-panel .filter-block {
        margin-left: auto
    }

    .casino-card.casino-card--v2.casino-card--filter .casino-card__bonus, .casino-card.casino-card--v2.casino-card--filter .casino-card__btns {
        width: 100%;
        grid-column: 1/-1
    }

    .casino-card.casino-card--v2.casino-card--filter .casino-card__btns .btn {
        padding: 8px;
        flex: 1 0 auto
    }
}

@media (any-hover: hover) {
    .custom-select__options li:hover {
        color: var(--Priority-colors-Default-Second, #554cd1)
    }

    .custom-select__options li:focus {
        color: var(--Priority-colors-Default-Second, #554cd1)
    }

    .filter-block__reset:hover {
        opacity: .6
    }

    .filter-block__reset:focus {
        opacity: .6
    }

    .filter-block__close:hover {
        opacity: .6
    }

    .filter-block__accord-clear:hover {
        opacity: .6
    }

    .filter-block__accord-clear:focus {
        opacity: .6
    }

    .filter-panel__search-btn:hover {
        opacity: .6
    }

    .filter-panel__search-btn:focus {
        opacity: .6
    }

    .filter-panel__search-clear:hover {
        opacity: .6
    }

    .filter-panel__search-clear:focus {
        opacity: .6
    }

    .pag__item:hover {
        background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, .1))
    }

    .pag__item:focus {
        background: var(--Backgrounds-Highlight-Highlight-2, rgba(85, 76, 209, .1))
    }

    .pag__item.active:hover {
        background: var(--Priority-colors-Hover-Second, #837dde)
    }

    .pag__item.active:focus {
        background: var(--Priority-colors-Hover-Second, #837dde)
    }
}