@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

hr {
    overflow: visible;
    height: 0;
    box-sizing: content-box
}

b, strong {
    font-weight: bolder
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0;
    box-sizing: border-box
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

@font-face {
    src: url(../fonts/Nippo-Medium.woff2) format("woff2"), url(../fonts/Nippo-Medium.woff) format("woff");
    font-family: Nippo;
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    src: url(../fonts/Nippo-Bold.woff2) format("woff2"), url(../fonts/Nippo-Bold.woff) format("woff");
    font-family: Nippo;
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --display-width: 1170px;
    --offsets: 30px;
    --ff-primary: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen, ubuntu, cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    --ff-secondary: "Nippo", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    --color-header: #2b0b2c;
    --color-header-navigation-link: #fff;
    --color-header-navigation-link-hover: #e50539;
    --color-first-button: #000;
    --color-first-button-bg: #fff;
    --color-second-button: #fff;
    --color-second-button-bg: #ff6d6d;
    --color-body: #19081a;
    --color-text: #fff;
    --color-title: #fff;
    --color-link: #e50539;
    --color-accent: #e50539;
    --color-body-thumb: #e50539;
    --color-body-track: #e505391a;
    --color-footer: #19081a;
    --color-footer-navigation-link: #e4e4e4;
    --color-footer-navigation-link-hover: #e50539;
    --color-footer-text: #cecece;
    --color-content-button-bg: #ccc;
    --color-content-button: #fff;
    --main-button-gradient: linear-gradient(265.53deg, #ff6d6d 0%, #e50539 100%);
    --main-button-bs: 0 3px 0 #af0a31;
    --second-button-bs: 0 3px 0 #ffffff87;
    --third-button-gradient: linear-gradient(0deg, #e25b00 0%, #f7ab00 100%);
    --third-button-bs: 0 3px 0 #ef8b12;
    --color-scroll-to-top: #fff;
    --color-arrow-scroll-to-top: #d33;
    --color-table-bg: #f1f5ff;
    --color-table-border: #5d0860;
    --color-table-th-bg: #561458;
    --color-table-th-color: #fff;
    --color-table-td-color: #fff;
    --color-blocks-text-image: #fff;
    --color-faq-item: #3d123f;
    --color-faq-item-title: #fff;
    --color-toc-bg: #3d123f;
    --color-toc-title: #fff;
    --color-toc-item: #fff;
    --color-toc-item-hover: #e50539;
    --color-mobile-aside-bg: #3d123f;
    --color-breadcrumbs-bg: #3d123f;
    --color-winner-item-bg: #3d123f;
    --color-bg-block: #3d123f;
    --color-bonus-bg: #2b0135;
    --color-bonus-accent: #c302ff;
    --color-bg-lang-switch: #fff3;
    --R: 8px;
    --divider: #5d0860;
    --transition: all 0.2s ease-in-out;
    --font-body: normal 500 16px/24px var(--ff-primary), sans-serif;
    --font-h1: normal 500 64px/74px var(--ff-secondary), sans-serif;
    --font-h2: normal 500 48px/64px var(--ff-secondary), sans-serif;
    --font-h3: normal 500 28px/36px var(--ff-secondary), sans-serif;
    --font-h4: normal 500 22px/32px var(--ff-secondary), sans-serif;
    --font-comment: normal 500 14px/20px var(--ff-secondary), sans-serif;
    --font-menu-item: normal 900 15px/18px var(--ff-primary), sans-serif;
    --font-button: normal 900 15px/20px var(--ff-primary), sans-serif;
    --icon-li: url("data:image/svg+xml;charset=UTF-8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='6' cy='6' r='4.5' stroke='%23E50539' stroke-width='3'/><circle cx='6' cy='6' r='2' fill='%23ffffff'/></svg>")
}

.theme14-container {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: calc(var(--offsets) * 2 + var(--display-width))
}

.container-full {
    margin: 0 auto;
    padding: 0 var(--offsets);
    max-width: 1480px
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    height: 100vh;
    font: var(--font-body);
    color: var(--color-text);
    background-color: var(--color-body);
    scrollbar-gutter: stable both-edges
}

main {
    display: block;
    flex-grow: 1
}

p {
    margin-top: 24px
}

a {
    background-color: transparent;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    color: var(--color-link)
}

ol:not([class]), ul:not([class]) {
    margin-top: 24px;
    padding-left: var(--offsets);
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

img {
    border-style: none;
    vertical-align: middle;
    shape-margin: 1rem;
    height: auto;
    max-width: 100%;
    font-style: italic;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: contain
}

h1 {
    margin-bottom: 24px;
    font: var(--font-h1);
    color: var(--color-title)
}

h2 {
    margin-bottom: 60px;
    font: var(--font-h2);
    color: var(--color-title)
}

h3 {
    margin-bottom: 24px;
    font: var(--font-h3);
    color: var(--color-title)
}

h4, h5, h6 {
    margin-bottom: 16px;
    font: var(--font-h4);
    color: var(--color-title)
}

.theme14-wrapper blockquote, blockquote {
    margin-top: 24px;
    border-left: 5px solid var(--color-accent);
    padding: 1rem var(--offsets) 1rem 2rem;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #f0f8ffff
}

.visually-hidden {
    position: absolute;
    clip-path: inset(100%);
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

.page-404 {
    background-image: url(../images/404.png);
    background-position: -100px
}

.last-modified-date {
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(240deg, #8b1235, #110b21)
}

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

* + .mt {
    margin-top: 1.5rem
}

[data-sf-a] {
    cursor: pointer
}

.scroll-lock {
    overflow: hidden
}

:has(>[data-custom-slider]) {
    position: relative
}

:has(>[data-custom-slider])::after, :has(>[data-custom-slider])::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 60px;
    pointer-events: none
}

:has(>[data-custom-slider])::before {
    left: 0;
    background: linear-gradient(90deg, var(--color-body) 0, #fff0 100%)
}

:has(>[data-custom-slider])::after {
    right: 0;
    background: linear-gradient(270deg, var(--color-body) 0, #fff0 100%)
}

.wp-block-list {
    display: grid;
    list-style: none;
    gap: 12px;
    padding: 0
}

ol.wp-block-list {
    counter-reset: section
}

.wp-block-list li {
    position: relative
}

ul.wp-block-list li {
    padding-left: 16px
}

ol.wp-block-list li {
    padding-left: 24px
}

ol.wp-block-list li::before {
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: var(--main-button-gradient);
    -webkit-background-clip: text;
    background-clip: text
}

ul.wp-block-list li::before {
    content: var(--icon-li);
    position: absolute;
    left: 0;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px
}

* + .wp-block-table {
    margin-top: 1.5rem
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent
}

.wp-block-table table thead ~ tbody {
    border-top: none;
    border-radius: 0 0 6px 6px
}

.wp-block-table {
    overflow: auto
}

.wp-block-table thead {
    border-bottom: none
}

.wp-block-table th {
    border: none;
    padding: 14px 16px;
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--color-table-th-color);
    background-color: var(--color-table-th-bg)
}

.wp-block-table th:not(:last-child) {
    border-right: 1px solid #78207b
}

.wp-block-table th:first-child {
    border-radius: 6px 0 0
}

.wp-block-table th:last-child {
    border-radius: 0 6px 0 0
}

.wp-block-table tbody {
    border-radius: 6px;
    box-shadow: 0 0 0 1px var(--color-table-border) inset
}

.wp-block-table tr:not(:last-child) {
    border-bottom: 1px solid var(--color-table-border)
}

.wp-block-table td {
    border: none;
    padding: 16px;
    color: var(--color-table-td-color)
}

.wp-block-table td > :first-child {
    margin-top: 0
}

.wp-block-table td > :last-child {
    margin-bottom: 0
}

.wp-block-table td:not(:last-child) {
    border-right: 1px solid var(--color-table-border)
}

.wp-block-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 6px
}

.wp-block-table tbody tr:last-child td:last-child {
    border-radius: 0 0 6px
}

.theme14-content-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
    width: 100%;
    gap: 1rem
}

.theme14-content-button.alight-left {
    margin-right: auto
}

.theme14-content-button.align-right {
    justify-content: flex-end
}

.theme14-content-button.align-center {
    justify-content: center
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: var(--R);
    padding: 12px 40px;
    font: var(--font-button);
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    gap: 10px
}

.button svg {
    fill: currentcolor
}

.button:has(.propeller) svg {
    animation: 1s linear infinite animation-engine
}

.button--main {
    box-shadow: var(--main-button-bs);
    color: #fff;
    background: var(--main-button-gradient)
}

.button--second {
    box-shadow: 0 3px 0 #ffffff87;
    color: #000;
    background: #fff
}

.button--third {
    box-shadow: var(--third-button-bs);
    color: #fff;
    background: var(--third-button-gradient)
}

@keyframes animation-engine {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.home .theme14-page-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: transparent
}

.theme14-page-header {
    background-color: var(--color-header)
}

.theme14-page-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
    gap: 12px 20px
}

.theme14-page-header__logo {
    flex-shrink: 1;
    width: 100%;
    max-width: 150px
}

.theme14-page-header__logo-img {
    max-height: 36px;
    object-fit: contain
}

.theme14-page-header__nav {
    margin-right: auto
}

.theme14-page-header__buttons {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    gap: 5px
}

.theme14-page-header__burger {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    cursor: pointer
}

.theme14-page-header__burger span {
    display: block;
    border-radius: 20%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
    transition: 250ms
}

.theme14-page-header__burger.active span:nth-of-type(1) {
    transform: translateY(12px) rotateZ(45deg)
}

.theme14-page-header__burger.active span:nth-of-type(2) {
    transform: scaleX(0)
}

.theme14-page-header__burger.active span:nth-of-type(3) {
    transform: translateY(-11px) rotateZ(-45deg)
}

.theme14-main-nav__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 0 1rem
}

.theme14-main-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.theme14-main-nav__link {
    position: relative;
    padding: .5rem;
    font: var(--font-menu-item);
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-header-navigation-link);
    transition: var(--transition)
}

.theme14-main-nav__link--current {
    color: var(--color-header-navigation-link-hover)
}

.theme14-main-nav__item--has-children.active .sub-menu-arrow svg {
    fill: #e50539;
    transform: rotateZ(180deg)
}

.theme14-main-nav__item--has-children.active .sub-menu {
    position: relative;
    top: 0;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto
}

.theme14-main-nav__item--has-children.active .sub-menu::before {
    display: none
}

.sub-menu-arrow {
    position: absolute;
    right: -4px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8px;
    height: 8px;
    transform: translateY(-50%)
}

.sub-menu-arrow svg {
    width: 100%;
    height: auto;
    max-width: 15px;
    fill: var(--color-header-navigation-link);
    transition: 250ms
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: grid;
    margin-top: .5rem;
    border-radius: var(--R);
    padding: 16px;
    width: max-content;
    background-color: var(--color-header);
    opacity: 0;
    transition: 250ms;
    pointer-events: none;
    gap: 4px
}

.sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.5rem;
    width: 100%;
    height: .5rem;
    background-color: transparent
}

.sub-menu:hover {
    color: var(--color-header)
}

.theme14-info-blocks {
    display: grid;
    gap: 1rem
}

.theme14-info-blocks--col-6 {
    grid-template-columns:repeat(auto-fill, minmax(170px, 1fr))
}

.theme14-info-blocks--col-5 {
    grid-template-columns:repeat(auto-fill, minmax(220px, 1fr))
}

.theme14-info-blocks--col-4 {
    grid-template-columns:repeat(auto-fill, minmax(270px, 1fr))
}

.theme14-info-blocks--col-3 {
    grid-template-columns:repeat(auto-fill, minmax(360px, 1fr))
}

.theme14-info-blocks--col-2 {
    grid-template-columns:repeat(auto-fill, minmax(450px, 1fr))
}

.theme14-info-blocks__item {
    display: flex;
    flex-direction: column;
    border-radius: var(--R);
    padding: 12px;
    background: linear-gradient(180deg, #5d0860 0, #5d086000 100%);
    gap: 16px
}

.theme14-info-blocks__image {
    margin: 0 auto;
    border-radius: var(--R);
    width: 100%;
    object-fit: contain
}

.theme14-info-blocks__title {
    margin: 0;
    font: var(--font-h4);
    font-weight: 700;
    text-align: center
}

.theme14-info-blocks__text {
    margin: 0 0 16px;
    text-align: center
}

.theme14-info-blocks__text span {
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: var(--main-button-gradient);
    -webkit-background-clip: text;
    background-clip: text
}

.theme14-info-blocks__button {
    margin: auto auto 0;
    width: fit-content
}

.theme14-review {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(400px, 1fr));
    gap: 1rem
}

.theme14-review__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: var(--R);
    padding: 12px;
    height: fit-content;
    background: var(--color-bg-block);
    gap: 12px
}

.theme14-review__text {
    flex-basis: 100%;
    margin: 0
}

.theme14-review__image {
    border-radius: calc(var(--R) * 4);
    width: 60px;
    aspect-ratio: 1;
    object-fit: cover
}

.theme14-review__name {
    margin: 0;
    font: var(--font-h4)
}

.theme14-page-footer {
    padding-top: 60px;
    padding-bottom: 16px;
    background-color: var(--color-footer)
}

.theme14-page-footer--enable-mobile-button {
    padding-bottom: 120px
}

.theme14-page-footer__container {
    display: grid;
    grid-template-columns:100px 4fr 3fr 3fr;
    gap: 24px 80px
}

.theme14-page-footer__logo {
    grid-column-start: 1
}

.page-footer__nav {
    grid-column-start: 2
}

.theme14-page-footer__social {
    grid-column-start: 3
}

.theme14-page-footer__external-links {
    grid-column-start: 4
}

.theme14-page-footer__payments-gallery {
    grid-column: 1/-1
}

.theme14-page-footer__copyright {
    order: 11;
    grid-column: 1/-1;
    margin: 0;
    border-top: 1px solid var(--divider);
    padding-top: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: var(--color-footer-text)
}

.theme14-page-footer__dmca {
    display: flex;
    align-items: center;
    justify-content: center;
    order: 12;
    grid-column: 1/-1
}

.theme14-footer-nav__list {
    column-count: 2;
    column-fill: auto;
    width: fit-content;
    height: 156px
}

.theme14-footer-nav__list:has(>:nth-child(11)) {
    height: 200px
}

.theme14-footer-nav__item:not(:last-child) {
    margin-bottom: 8px
}

.theme14-footer-nav__link {
    font-weight: 500;
    text-decoration: none;
    color: var(--color-footer-navigation-link);
    transition: var(--transition)
}

.theme14-footer-nav__link--current {
    font-weight: 700;
    color: #fff
}

.theme14-faq:not(:last-child) {
    margin-bottom: 24px
}

.theme14-faq {
    outline: 0;
    border-radius: 8px;
    background-color: var(--color-faq-item)
}

.theme14-faq__question {
    margin: 0;
    padding: 20px;
    font: var(--font-h4);
    color: var(--color-faq-item-title)
}

.theme14-faq__answer {
    padding: 0 20px 20px
}

.theme14-faq__answer > :first-child {
    margin-top: 0
}

.theme14-faq__answer > :last-child {
    margin-bottom: 0
}

.theme19-toc-auto {
    border-radius: 8px;
    background-color: var(--color-toc-bg)
}

.theme19-toc-auto__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 32px;
    width: 100%;
    font: var(--font-h4);
    text-transform: uppercase;
    color: var(--color-toc-title);
    cursor: pointer
}

.theme19-toc-auto__title::after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='18' height='18' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.2375 0.5H7.7625C3.2125 0.5 0.5 3.2125 0.5 7.7625V18.225C0.5 22.7875 3.2125 25.5 7.7625 25.5H18.225C22.775 25.5 25.4875 22.7875 25.4875 18.2375V7.7625C25.5 3.2125 22.7875 0.5 18.2375 0.5ZM18.075 11.9625L13.6625 16.375C13.475 16.5625 13.2375 16.65 13 16.65C12.7625 16.65 12.525 16.5625 12.3375 16.375L7.925 11.9625C7.5625 11.6 7.5625 11 7.925 10.6375C8.2875 10.275 8.8875 10.275 9.25 10.6375L13 14.3875L16.75 10.6375C17.1125 10.275 17.7125 10.275 18.075 10.6375C18.4375 11 18.4375 11.5875 18.075 11.9625Z' fill='%23E50539'/></svg>");
    position: absolute;
    right: 16px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--color-toc-title);
    transition: var(--transition);
    translate: 0 -50%
}

.theme19-toc-auto ol, .theme19-toc-auto ul {
    display: grid;
    align-items: center;
    margin: 0;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.theme19-toc-auto li {
    margin-left: 20px
}

.theme19-toc-auto.active ol {
    padding: 0 32px 32px;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.theme19-toc-auto.active .theme19-toc-auto__title::after {
    transform: rotateZ(-180deg)
}

.theme19-toc-auto a {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    text-decoration: none;
    color: var(--color-toc-item);
    transition: var(--transition)
}

.theme14-breadcrumbs {
    padding: 8px 0;
    background-color: #3d123f
}

.theme14-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0
}

.theme14-breadcrumbs__item {
    margin-right: 10px
}

.theme14-breadcrumbs__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: var(--color-text);
    transition: color .3s ease-in-out
}

.theme14-breadcrumbs__link svg {
    margin-left: 10px;
    fill: var(--color-accent)
}

.theme14-breadcrumbs__link--no-active, .theme14-breadcrumbs__link:hover {
    color: var(--color-accent)
}

.theme14-promocode {
    overflow: hidden;
    border-radius: var(--R);
    padding: 32px 44px;
    background-color: var(--color-bg-block)
}

.theme14-promocode__title {
    margin: 0 0 20px;
    font-family: var(--ff-secondary);
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.theme14-promocode__text {
    margin: 0 0 40px;
    border-radius: 4px;
    padding: 12px;
    font-family: var(--ff-secondary);
    font-style: normal;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color-accent)
}

.theme14-promocode__footer {
    display: flex;
    align-items: center;
    justify-content: center
}

.theme14-promocode__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--R);
    width: 100%;
    max-width: 532px;
    box-shadow: 0 0 16px #0d111c33;
    background-color: #19081a
}

.theme14-promocode__value {
    flex-grow: 1;
    padding: 16px;
    max-width: 350px;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.theme14-promocode__copy-button {
    flex-shrink: 0;
    padding: 16px 12px;
    min-width: 200px
}

.theme14-promocode__copy-button span, .theme14-promocode__copy-button svg {
    pointer-events: none
}

.theme14-promocode__copy-button .copied {
    display: none
}

.theme14-promocode__copy-button.active .copied {
    display: block
}

.theme14-promocode__copy-button.active .copy {
    display: none
}

.theme14-promocode__link {
    margin-left: 24px;
    padding: 18px 36px
}

.theme19-mobile-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    border-radius: var(--R) var(--R) 0 0;
    padding: var(--offsets);
    width: 100%;
    text-align: center;
    background: var(--color-mobile-aside-bg)
}

.theme19-mobile-button__button {
    padding: 12px 4px;
    width: 100%
}

.theme14-slots--grid .theme14-slots__list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(230px, 1fr));
    gap: 16px
}

.theme14-slots--slider {
    margin-left: -150px
}

.theme14-slots--slider .theme14-slots__list {
    display: flex;
    gap: 16px
}

.theme14-slots__item {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: var(--R)
}

.theme14-slots--slider .theme14-slots__item {
    width: 268px;
    aspect-ratio: 1
}

.theme14-slots__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition)
}

.theme14-difference {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(450px, 1fr));
    gap: 1rem
}

.theme14-difference__element {
    border: 1px solid var(--color-accent);
    border-radius: var(--R);
    padding: 1rem
}

.theme14-difference__title {
    margin: 0;
    font: var(--font-h3)
}

.theme14-difference__list {
    display: grid;
    margin-top: 1rem;
    gap: 12px
}

.theme14-difference__item {
    position: relative;
    padding-left: 25px
}

.theme14-difference__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.theme14-difference__item--plus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzY3LjgwNSAzNjcuODA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNjcuODA1IDM2Ny44MDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIHN0eWxlPSJmaWxsOiMzQkI1NEE7IiBkPSJNMTgzLjkwMywwLjAwMWMxMDEuNTY2LDAsMTgzLjkwMiw4Mi4zMzYsMTgzLjkwMiwxODMuOTAycy04Mi4zMzYsMTgzLjkwMi0xODMuOTAyLDE4My45MDINCgkJUzAuMDAxLDI4NS40NjksMC4wMDEsMTgzLjkwM2wwLDBDLTAuMjg4LDgyLjYyNSw4MS41NzksMC4yOSwxODIuODU2LDAuMDAxQzE4My4yMDUsMCwxODMuNTU0LDAsMTgzLjkwMywwLjAwMXoiLz4NCgk8cG9seWdvbiBzdHlsZT0iZmlsbDojRDRFMUY0OyIgcG9pbnRzPSIyODUuNzgsMTMzLjIyNSAxNTUuMTY4LDI2My44MzcgODIuMDI1LDE5MS4yMTcgMTExLjgwNSwxNjEuOTYgMTU1LjE2OCwyMDQuODAxIA0KCQkyNTYuMDAxLDEwMy45NjggCSIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)
}

.theme14-difference__item--minus::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48ZWxsaXBzZSBzdHlsZT0iZmlsbDojRTA0RjVGOyIgY3g9IjI1NiIgY3k9IjI1NiIgcng9IjI1NiIgcnk9IjI1NS44MzIiIGRhdGEtb3JpZ2luYWw9IiNFMDRGNUYiIGNsYXNzPSIiLz48cmVjdCB4PSIxMTMuMiIgeT0iMjI4IiBzdHlsZT0iZmlsbDojRkZGRkZGIiB3aWR0aD0iMjg1LjY3MiIgaGVpZ2h0PSI1NiIgZGF0YS1vcmlnaW5hbD0iI0ZGRDA3RCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iI0ZGRDA3RCIvPjwvZz4gPC9zdmc+Cg==)
}

.comments {
    margin-top: 32px
}

.comment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 4px 24px #0000000c;
    background: var(--color-bg-block);
    gap: 12px
}

.comment:not(:last-child) {
    margin-bottom: 20px
}

.comment__author {
    margin: 0;
    font: var(--font-body);
    font-weight: 700;
    color: #fff
}

.comment__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: flex;
    font-size: 24px;
    line-height: 1
}

.comment__rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f33f55 var(--percent), #2b0b2c var(--percent));
    -webkit-background-clip: text
}

.comment__content {
    flex-basis: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #e4e4e4
}

.comment-footer {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #2b0b2c
}

.comment-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 660px;
    background: linear-gradient(360deg, #2b0b2c 0, transparent 93.49%) center/cover no-repeat, url(../images/comments-bg.png) center/cover no-repeat
}

.comment-form {
    margin: 0 auto;
    border-radius: 8px;
    padding: 32px 32px 4px;
    max-width: 556px;
    box-shadow: 0 4px 24px #0000000c;
    background: var(--color-bg-block)
}

.comments-container {
    position: relative
}

.comment-form__title {
    margin: 0 0 32px;
    font-size: 22px;
    line-height: 32px
}

.comment-form__form {
    display: flex;
    flex-direction: column
}

.comment-form__field {
    outline: 0;
    border: 1px solid #2b0b2c;
    border-radius: 4px;
    padding: 12px;
    font-family: var(--ff-primary);
    color: #fff;
    background: #19081a;
    transition: 250ms
}

.comment-form__field::placeholder {
    font-family: var(--ff-primary);
    color: #969696
}

.comment-form__field:active, .comment-form__field:focus, .comment-form__field:hover {
    border: 1px solid var(--color-accent)
}

.comment-form__field.error {
    border: 1px solid #dc3545;
    background-color: rgba(220, 53, 69, .05)
}

.comment-form__label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px
}

.comment-form__label:not(:last-child) {
    margin-bottom: 20px
}

.comment-form__button {
    display: inline-block;
    margin: 4px auto 0;
    transform-origin: center;
    cursor: pointer
}

.comment-form__input {
    margin-top: 8px;
    max-width: 328px
}

.comment-form__textarea {
    margin-top: 8px;
    min-height: 120px;
    max-width: 100%;
    resize: none
}

.comment-form__alert {
    display: block;
    align-self: center;
    margin-top: 4px;
    width: calc(100% - 20px);
    font-size: .8rem;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms
}

.comment-form__alert.error {
    color: #dc3545;
    opacity: 1
}

.comment-form__alert.success {
    color: #28a745;
    opacity: 1
}

.page-404__title {
    text-align: center;
    font-size: 5rem;
    margin-top: 2rem
}

.page-404__subtitle {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin-top: 2rem
}

.page-404__link {
    margin: 2rem 0;
    position: relative;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%)
}

.theme14-scroll-to-top {
    position: fixed;
    right: var(--offsets);
    bottom: 80px;
    z-index: 10
}

.theme14-scroll-to-top__button {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: calc(var(--R) / 2);
    padding: 0;
    width: 48px;
    height: 48px;
    color: var(--color-accent);
    background: 0 0;
    cursor: pointer
}

.theme14-scroll-to-top__button svg {
    stroke: currentcolor;
    translate: var(--transition)
}

.theme14-social {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: fit-content;
    gap: 12px
}

.theme14-social__link {
    display: flex;
    align-items: center;
    justify-content: center
}

.theme14-social__link img, .theme14-social__link svg {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: var(--transition)
}

.theme14-payments-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px
}

.theme14-payments-gallery__image {
    width: fit-content;
    max-height: 24px;
    object-fit: contain
}

.theme14-external-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 24px
}

.theme14-external-links__image {
    width: fit-content;
    max-height: 85px;
    object-fit: contain
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    background-color: var(--color-body-track)
}

body::-webkit-scrollbar-thumb {
    border: 1px solid var(--color-body-track);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20%;
    background: var(--color-body-thumb)
}

.theme14-video-player {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: var(--R)
}

.theme14-video-player::after {
    content: "";
    position: absolute;
    background: #0000007f
}

.theme14-video-player._active::after {
    display: none
}

.theme14-video-player._active .theme14-video-player__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.theme14-video-player._active .theme14-video-player__player {
    cursor: pointer
}

.theme14-video-player__player {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: contain;
    aspect-ratio: 16/9
}

.theme14-video-player__button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 100%;
    padding: 12px;
    width: 72px;
    height: 72px;
    color: var(--color-accent);
    background-color: #fff3;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.theme14-video-player__button svg {
    fill: currentcolor;
    transition: var(--transition);
    pointer-events: none
}

.theme14-screenshot-gallery__list {
    display: flex;
    overflow-x: auto;
    gap: 16px
}

.theme14-screenshot-gallery__item {
    flex-shrink: 0
}

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 8px;
    border: 1px solid var(--color-header);
    border-radius: 4px;
    padding: 9px 12px;
    width: fit-content;
    background: var(--color-footer)
}

.star-rating s.active, .star-rating s:hover {
    color: #e50539
}

.star-rating s {
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    color: #e50539;
    transition: .3s ease-in-out;
    cursor: pointer
}

.star-rating s.active::before, .star-rating s.rated::before, .star-rating s:hover::before {
    content: "\2605"
}

.star-rating s::before {
    content: "\2606"
}

.theme14-winners {
    counter-reset: section;
    position: relative;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: var(--R);
    padding: 16px;
    background-image: linear-gradient(0deg, var(--color-body), var(--color-body)), linear-gradient(45deg, #e6093b, #fe6a6b);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box
}

.theme14-winners__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 16px 16px 16px 48px;
    background-color: var(--color-winner-item-bg)
}

.theme14-winners__item:not(:last-child) {
    margin-bottom: 12px
}

.theme14-winners__item:nth-child(odd) .theme14-winners__item-label span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(168.33deg, #ffdaae 21.56%, #ff9f2e 64.22%, #ffbe73 76.09%, #ffa842 92.6%);
    -webkit-background-clip: text
}

.theme14-winners__item:nth-child(even) .theme14-winners__item-label span {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(168.33deg, #dff2f7 23.64%, #fff 46.43%, #d2dee4 56.97%, #fff 86.36%);
    -webkit-background-clip: text
}

.theme14-winners__item-label {
    position: absolute;
    left: 16px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 2px 4px;
    min-width: 24px;
    background-color: #19081a;
    transform: translateY(-50%)
}

.theme14-winners__item-label span {
    font-family: var(--ff-secondary);
    font-size: 22px;
    line-height: 22px
}

.theme14-winners__item-name {
    margin: 0;
    font-weight: 700;
    color: #fff
}

.theme14-winners__item-winning {
    margin: 0;
    font-weight: 700;
    color: var(--color-accent)
}

.theme14-how-to__item {
    border-radius: 8px;
    padding: 24px 24px 0;
    background: linear-gradient(180deg, #5d0860 0, #5d086000 100%)
}

.theme14-how-to__item:not(:last-child) {
    margin-bottom: 24px
}

.theme14-how-to__item-wrapper {
    display: grid;
    grid-template-columns:1fr 1fr;
    border-radius: var(--R);
    padding: 8px 24px 24px;
    background-color: var(--color-bg-block);
    gap: 24px 20px
}

.theme14-how-to__item-wrapper:not(:has(.theme14-how-to__item-image)) {
    grid-template-columns:1fr
}

.theme14-how-to__item-image {
    border-radius: var(--R)
}

.theme14-how-to__item-counter {
    display: inline-block;
    grid-column: 1/-1;
    margin: 0;
    width: 100%;
    font-family: var(--ff-secondary);
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: var(--main-button-gradient);
    -webkit-background-clip: text;
    background-clip: text
}

.theme14-how-to__item-title {
    margin: 0 0 16px
}

.theme14-how-to__item-content > :first-child {
    margin-top: 0
}

.theme14-information {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 32px
}

.theme14-information__item-title {
    margin: 0 0 4px;
    font: var(--font-h3);
    text-align: center;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: var(--main-button-gradient);
    -webkit-background-clip: text;
    background-clip: text
}

.theme14-information__item-description {
    margin: 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.bookmakers tbody {
    border-radius: 0;
    box-shadow: none
}

.bookmakers tbody td {
    padding: 0
}

.bookmakers tbody tr:not(:last-child) {
    border-bottom: 1px solid var(--color-table-border)
}

.bookmaker {
    display: grid;
    grid-template-columns:120px 1.3fr 1fr 260px;
    grid-template-rows:auto;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 24px #0003;
    background: #3d123f
}

.bookmaker__image-wrapper {
    margin-right: 16px
}

.bookmaker__image-wrapper .bookmaker__name {
    display: none
}

.bookmaker__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 100%;
    padding: 2px;
    width: 32px;
    height: 32px;
    font-family: var(--ff-secondary);
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    background: var(--main-button-gradient)
}

.bookmaker__image {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    padding: 32px 6px;
    width: 100%;
    height: auto;
    background-color: #000
}

.bookmaker__content {
    border-right: 1px solid var(--divider);
    border-left: 1px solid var(--divider);
    padding: 0 16px
}

.bookmaker__name {
    display: inline-block;
    margin: 0 0 4px;
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff
}

.bookmaker__rating {
    margin-bottom: 12px;
    padding: 0
}

.rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: flex;
    font-size: 20px;
    line-height: 1
}

.rating::before {
    content: "★★★★★";
    font-family: Times, serif;
    font-weight: 22;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f8ff13 var(--percent), #000 var(--percent));
    -webkit-background-clip: text
}

.rating__counter {
    padding-left: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #e50539
}

.rating__counter span {
    color: #fff
}

.bookmaker__text {
    margin: 0
}

.bookmaker__ad {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--divider);
    padding: 0 16px
}

.bookmaker__ad-border {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-content: center;
    border-radius: 16px;
    padding: 18px;
    background: linear-gradient(90deg, var(--divider) 0, transparent 100%)
}

.bookmaker__ad-border::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 0;
    top: 7px;
    bottom: 7px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(45deg, #e6093b, #fe6a6b)
}

.bookmaker__ad-title {
    margin: 0 0 12px;
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #e4e4e4
}

.bookmaker__ad-text {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 48px;
    font: var(--font-h4);
    text-transform: uppercase;
    color: #fff
}

.bookmaker__ad-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    background-image: url(../images/bookmaker-gift.webp);
    background-position: center;
    background-size: contain;
    translate: 0 -50%
}

.bookmaker__buttons {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding-left: 16px
}

.bookmaker__button + .bookmaker__button {
    margin-top: 16px
}

.theme14-relink {
    position: relative
}

.theme14-relink__list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem
}

.theme14-relink__item {
    display: flex;
    align-items: center;
    padding: 8px;
    text-align: left;
    cursor: pointer;
    gap: 10px
}

.theme14-relink__image {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain
}

.theme14-relink__content {
    flex-grow: 1
}

.theme14-relink__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

.theme14-relink__text {
    margin: 4px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1
}

.theme14-wrapper > :not(.theme14-wrapper__image,.container-full,.theme14-slots--slider) {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: var(--display-width)
}

.theme14-wrapper {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px
}

.theme14-wrapper:has(.theme14-promo) {
    padding-top: 40px;
    padding-bottom: 40px
}

.theme14-wrapper:nth-child(odd) {
    background: #2b0b2c
}

.theme14-wrapper:first-child {
    background: 0 0
}

.theme14-wrapper > :first-child {
    margin-top: 0
}

.theme14-wrapper > :last-child {
    margin-bottom: 0
}

.theme14-wrapper--first-screen {
    position: relative;
    padding-top: 140px;
    padding-bottom: 120px;
    background: #2b0b2c !important
}

.theme14-wrapper--first-screen .theme14-text-image {
    position: relative;
    z-index: 2
}

.theme14-wrapper__image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    width: fit-content
}

.theme14-wrapper__image img {
    height: 100%;
    object-fit: cover
}

.theme14-wrapper__image::after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    bottom: -1px;
    width: 50%;
    background: linear-gradient(90deg, #2b0b2c 0, #2b0b2cbf 50%, transparent 100%)
}

.theme14-text-image {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 2rem
}

.theme14-text-image__content {
    overflow: hidden
}

.theme14-text-image.reversed .theme14-text-image__content {
    order: 2
}

.theme14-text-image__content > :first-child {
    margin-top: 0
}

.theme14-text-image__content > :last-child {
    margin-bottom: 0
}

.theme14-text-image img {
    border-radius: var(--R)
}

.theme14-game-demo-full {
    border-radius: 4px
}

.theme14-game-demo-full__box {
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.theme14-game-demo-full__box img {
    border-radius: var(--R);
    width: 100%;
    height: 100%;
    object-fit: contain
}

.theme14-game-demo-full__box iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
    inset: 0
}

.theme14-game-demo-full__buttons {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    width: 100%;
    max-width: 340px;
    transform: translate(-50%, -50%);
    gap: 12px
}

.theme14-game-demo-full__demo-link {
    flex: 1 1 49%;
    flex-grow: 1
}

.theme14-game-demo-full__affiliate-link {
    width: 100%
}

.theme14-promo {
    overflow: hidden;
    border: 1px solid var(--color-bg-block);
    border-radius: 8px;
    box-sizing: border-box;
    background: var(--color-bg-block)
}

.theme14-promo__image {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid var(--color-footer);
    height: 420px
}

.theme14-promo__image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, #2b0b2c 0, #2b0b2c21 30%, transparent 50%, transparent 100%)
}

.theme14-promo__bg {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.theme14-promo__wrapper {
    position: relative;
    margin-top: -190px
}

.theme14-promo--no-bg .theme14-promo__wrapper {
    margin-top: 24px
}

.theme14-promo--no-img .theme14-promo__wrapper {
    margin-top: -120px
}

.theme14-promo--no-bg.theme14-promo--no-img .theme14-promo__wrapper {
    margin-top: 24px
}

.theme14-promo__top {
    display: flex;
    align-items: center;
    margin: 0 24px;
    gap: 3rem
}

.theme14-promo__top > .get-image {
    border: 3px solid #19081a;
    border-radius: 24px;
    background: var(--color-bg-block)
}

.theme14-promo__logo {
    border-radius: 20px;
    width: 174px;
    height: 174px;
    object-fit: cover;
    aspect-ratio: 1
}

.theme14-promo__name {
    margin-top: 0;
    margin-bottom: .5rem
}

.theme14-promo .rating {
    display: flex;
    align-items: center;
    font-size: 30px
}

.theme14-promo .rating__counter {
    font-size: 20px;
    line-height: 20px
}

.theme14-promo__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px;
    gap: 2rem
}

.theme14-promo__buttons {
    display: flex;
    gap: 12px
}

.theme14-promo__buttons:has(+.theme14-promo__specifications) {
    flex-direction: column
}

.theme14-promo__button {
    padding: 12px;
    width: 200px;
    cursor: pointer
}

.theme14-promo__specifications {
    margin: 0;
    width: 100%
}

.theme14-promo__buttons + .theme14-promo__specifications {
    width: calc(100% - 200px - 2rem)
}

.theme14-promo__specifications tbody {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(230px, 1fr));
    border: none;
    box-shadow: none;
    gap: 1rem
}

.theme14-promo__specifications-row {
    flex: 0 0 180px;
    border: none
}

.theme14-promo__specifications-item {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0
}

.theme14-promo__specifications-item.key {
    font-weight: 500;
    font-size: 14px;
    color: #ffffffb0
}

.theme14-promo__specifications-item.value {
    margin-top: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.theme14-promo__text {
    margin: 0
}

.theme14-recommendations {
    overflow: hidden
}

.theme14-recommendations__list {
    display: flex;
    gap: 16px
}

.theme14-recommendations__item {
    position: relative;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    width: calc((100% - 48px) / 4);
    height: 100%;
    box-shadow: 0 4px 24px #0003;
    background: var(--color-bg-block)
}

.theme14-recommendations__item-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.theme14-recommendations__item-title {
    display: inline-block;
    margin: 0;
    font-family: var(--ff-secondary);
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff
}

.theme14-recommendations__item-content svg {
    stroke: var(--color-accent);
    rotate: 90deg
}

.theme14-recommendations__item-title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.theme14-languages-switcher {
    position: relative;
    z-index: 15;
    display: flex;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 2px;
    width: fit-content;
    min-width: 40px;
    color: #fff;
    background: var(--color-bg-lang-switch)
}

.theme14-languages-switcher__list-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    border-radius: 0 0 4px 4px;
    padding: 10px 0;
    width: max-content;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.theme14-languages-switcher__list-title {
    margin: 0 0 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    color: #fff
}

.theme14-languages-switcher__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
    border-radius: 5px;
    padding: 0;
    background: var(--color-bg-block)
}

.theme14-languages-switcher__item {
    position: relative;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px;
    width: 100%;
    height: 32px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    gap: 6px
}

.theme14-languages-switcher__lang {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    gap: 5px
}

.theme14-languages-switcher__lang::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.theme14-languages-switcher._show .theme14-languages-switcher__list-wrapper {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@media (min-width: 767px) {
    .theme19-mobile-button {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --offsets: 20px
    }
}

@media (max-width: 1279px) {
    :has(>[data-custom-slider])::before {
        left: calc(-1 * var(--offsets))
    }

    :has(>[data-custom-slider])::after {
        right: calc(-1 * var(--offsets))
    }

    .theme14-page-header__container {
        padding-right: var(--offsets);
        padding-left: var(--offsets);
        max-width: 100%;
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .theme14-page-header__burger {
        display: flex;
        order: 3
    }

    .theme14-page-header__logo {
        max-width: 100px
    }

    .theme14-page-header__nav {
        order: 3
    }

    .theme14-page-header__buttons {
        order: 2
    }

    .sub-menu-arrow svg {
        transform: rotate(0)
    }

    .sub-menu {
        display: none;
        padding: 0;
        width: 100%
    }

    .theme14-main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        bottom: 0;
        z-index: 5;
        overflow-y: auto;
        border-radius: 0 0 8px 8px;
        padding: 20px 16px;
        height: calc(100dvh - var(--height));
        height: calc(100vh - var(--height));
        max-width: 100vw;
        background-color: var(--color-header);
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
        pointer-events: none
    }

    .theme14-main-nav.active {
        z-index: 9999;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .theme14-main-nav::before {
        content: "";
        position: fixed;
        left: 0;
        right: 0;
        top: var(--height);
        height: 20px;
        background: linear-gradient(transparent, var(--color-header))
    }

    .admin-bar .theme14-main-nav::before {
        display: none
    }

    .theme14-main-nav__list {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0
    }

    .theme14-main-nav__item {
        width: 100%;
        height: auto
    }

    .theme14-main-nav__item--has-children {
        flex-wrap: wrap
    }

    .theme14-main-nav__link {
        display: block;
        flex-grow: 1;
        padding-left: 0
    }

    .sub-menu-arrow {
        position: static;
        justify-content: flex-end;
        width: 68px;
        height: 34px;
        transform: none;
        pointer-events: auto
    }

    .sub-menu__link {
        padding-left: 20px
    }

    .theme14-slots--slider::before {
        display: none
    }

    .theme14-wrapper > :not(.theme14-wrapper__image,.container-full) {
        margin-right: var(--offsets);
        margin-left: var(--offsets);
        width: auto;
        max-width: calc(100% - var(--offsets) * 2)
    }

    .theme14-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --offsets: 16px;
        --font-h1: normal 400 44px/46px var(--ff-secondary), sans-serif;
        --font-h2: normal 400 32px/40px var(--ff-secondary), sans-serif;
        --font-h3: normal 400 26px/32px var(--ff-secondary), sans-serif;
        --font-h4: normal 400 20px/24px var(--ff-secondary), sans-serif
    }
}

@media (max-width: 1023px) {
    .wp-block-table tr:has(td:nth-child(3)) td {
        min-width: 200px
    }

    .wp-block-table td:has(ul,ol) {
        min-width: 260px !important
    }

    .theme14-content-button.alight-left, .theme14-content-button.align-center, .theme14-content-button.align-right {
        justify-content: center
    }

    .home .theme14-page-header {
        position: static;
        background-color: var(--color-header)
    }

    .theme14-page-footer__container {
        grid-template-columns:100px 1fr
    }

    .theme14-page-footer__external-links, .theme14-page-footer__social {
        grid-column: 1/-1
    }

    .theme14-promocode {
        padding: 32px
    }

    .comment-footer {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .comment-form {
        padding: 24px 24px 4px
    }

    .theme14-social {
        justify-content: center
    }

    .bookmaker__image-wrapper {
        padding-bottom: 16px
    }

    .bookmaker__image {
        grid-column: 1/2;
        grid-row: 1/2
    }

    .bookmaker__content {
        grid-column: 2/5;
        grid-row: 1/2;
        border-right: none;
        padding-bottom: 16px
    }

    .bookmaker__ad {
        align-self: auto;
        grid-column: 1/4;
        grid-row: 2/3;
        border-top: 1px solid var(--divider);
        padding-top: 16px;
        padding-left: 0
    }

    .bookmaker__buttons {
        align-self: stretch;
        justify-content: center;
        grid-column: 4/5;
        grid-row: 2/3;
        margin: 0;
        border-top: 1px solid var(--divider);
        padding-top: 16px
    }

    .theme14-wrapper--first-screen {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .theme14-text-image {
        grid-template-columns:1fr;
        gap: 1rem
    }

    .theme14-text-image.reversed .theme14-text-image__content, .theme14-text-image__content {
        order: 2
    }

    .theme14-promo--no-img .theme14-promo__wrapper {
        margin-top: -170px
    }

    .theme14-promo__buttons {
        flex-basis: 100%
    }

    .theme14-promo__buttons + .theme14-promo__specifications {
        width: 100%
    }

    .theme14-promo__buttons:has(+.theme14-promo__specifications) {
        flex-direction: row
    }

    .theme14-promo__specifications tbody {
        gap: 1rem
    }

    .theme14-recommendations__item {
        width: calc((100% - 32px) / 3)
    }

    .theme14-languages-switcher__list {
        justify-content: flex-start;
        overflow-y: auto;
        padding-bottom: 16px;
        max-height: 380px
    }

    .theme14-languages-switcher__list-wrapper::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        z-index: 10;
        height: 24px;
        background: linear-gradient(0deg, var(--color-bg-block) 30%, transparent);
        pointer-events: none
    }
}

@media (max-width: 767px) {
    .theme14-page-header__buttons {
        display: flex;
        align-items: center;
        order: 5;
        width: 100%;
        text-align: center
    }

    .theme14-page-header__button {
        flex-grow: 1;
        padding: 12px 4px
    }

    .theme14-page-footer__container {
        grid-template-columns:1fr
    }

    .theme14-footer-nav__list {
        column-count: 1
    }

    .theme14-footer-nav__list, .theme14-footer-nav__list:has(>:nth-child(11)) {
        height: auto
    }

    .theme14-faq__question {
        padding: 16px
    }

    .theme14-faq__answer {
        padding: 0 16px 16px
    }

    .theme19-toc-auto__title {
        padding: 24px 16px
    }

    .theme14-promocode {
        padding: 32px 12px
    }

    .theme14-promocode__text {
        padding: 12px 4px;
        font-size: 36px;
        line-height: 48px
    }

    .theme14-promocode__footer {
        flex-direction: column
    }

    .theme14-promocode__controls {
        flex-direction: column;
        background-color: transparent
    }

    .theme14-promocode__value {
        border-radius: 8px;
        width: 100%;
        background-color: #19081a
    }

    .theme14-promocode__copy-button, .theme14-promocode__link {
        margin: 24px auto 0;
        width: fit-content
    }

    .theme14-slots--grid .theme14-slots__list {
        grid-template-columns:repeat(2, 1fr)
    }

    .theme14-difference {
        grid-template-columns:1fr
    }

    .comment-footer::before {
        height: 548px
    }

    .comment-footer {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .comment-form {
        padding: 16px 16px 2px
    }

    .theme14-screenshot-gallery__list {
        overflow-x: auto;
        width: 100%;
        max-width: 980px
    }

    .theme14-screenshot-gallery__item {
        min-width: 300px;
        max-width: 325px
    }

    .theme14-how-to__item:not(:last-child) {
        margin-bottom: 20px
    }

    .theme14-how-to__item {
        padding: 8px 8px 0
    }

    .theme14-how-to__item-wrapper {
        grid-template-columns:1fr;
        padding: 8px 12px 12px;
        gap: 16px
    }

    .theme14-how-to__item-inner {
        display: contents
    }

    .theme14-how-to__item-image {
        order: 3
    }

    .theme14-how-to__item-counter {
        margin-bottom: 20px
    }

    .theme14-how-to__item-title {
        order: 2;
        margin: 0
    }

    .theme14-how-to__item-content {
        order: 4
    }

    .theme14-wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .theme14-wrapper:has(.theme14-promo) {
        padding-top: 16px
    }

    .theme14-wrapper--first-screen {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .theme14-wrapper__image {
        left: 0;
        width: 100%
    }

    .theme14-wrapper__image img {
        width: 100%
    }

    .theme14-wrapper__image::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(360deg, #2b0b2c 0, #2b0b2cff 50%, transparent 100%); */
        background: linear-gradient(to bottom, #2b0b2c 0%, #2b0b2c99 40%, #2b0b2c99 50%, #2b0b2c99 60%, #2b0b2d 100%);
        inset: 0;
    }

    .theme14-wrapper__image::after {
        width: 100%;
        height: 35%;
        /*background: linear-gradient(360deg, transparent 0, #2b0b2cff 50%, #2b0b2c 100%);*/
        background: transparent;
    }

    .theme14-promo__wrapper {
        margin-top: -80px
    }

    .theme14-promo--no-bg .theme14-promo__wrapper, .theme14-promo--no-bg.theme14-promo--no-img .theme14-promo__wrapper, .theme14-promo--no-img .theme14-promo__wrapper {
        margin-top: 12px
    }

    .theme14-promo > .get-image {
        height: 200px
    }

    .theme14-promo__image {
        height: auto
    }

    .theme14-promo__top {
        margin: 0 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem
    }

    .theme14-promo__logo {
        width: 120px;
        height: 120px
    }

    .theme14-promo__body {
        padding: 12px;
        gap: 1rem
    }

    .theme14-promo__buttons {
        flex-wrap: wrap
    }

    .theme14-promo__button {
        flex-grow: 1
    }

    .theme14-recommendations__item {
        width: calc((100% - 16px) / 2)
    }

    .theme14-languages-switcher {
        margin-left: auto
    }

    .theme14-languages-switcher__list-wrapper {
        left: auto;
        right: 0
    }
}

@media (max-width: 650px) {
    .sub-menu {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .theme14-info-blocks--col-2, .theme14-info-blocks--col-3, .theme14-review {
        grid-template-columns:1fr
    }

    .social {
        justify-content: flex-start
    }

    .bookmaker {
        grid-template-columns:1fr
    }

    .bookmaker__image-wrapper .bookmaker__name {
        display: block
    }

    .bookmaker__image-wrapper {
        grid-column: 1/-1;
        margin: 0
    }

    .bookmaker__image-wrapper-header {
        display: flex;
        align-items: center;
        margin-bottom: 8px
    }

    .bookmaker__counter {
        margin: 0 8px 0 0;
        width: 24px;
        height: 24px;
        font-size: 20px;
        line-height: 20px
    }

    .bookmaker__image {
        justify-self: center;
        grid-column: 1/-1;
        grid-row: 1/2;
        padding: 14px 8px
    }

    .bookmaker__image img {
        max-height: 40px
    }

    .bookmaker__content {
        grid-column: 1/-1;
        grid-row: 2/3;
        border: none;
        padding: 0
    }

    .bookmaker__name {
        display: none;
        margin: 0
    }

    .bookmaker__rating {
        margin-bottom: 12px;
        border-bottom: 1px solid var(--divider);
        padding-bottom: 12px;
        width: 100%
    }

    .bookmaker__ad {
        grid-column: 1/-1;
        grid-row: 3/4;
        margin-top: 12px;
        border-right: none;
        padding-top: 12px;
        padding-right: 0
    }

    .bookmaker__buttons {
        grid-column: 1/-1;
        grid-row: 4/5;
        border-top: none;
        padding-top: 12px;
        padding-left: 0
    }

    .bookmaker__button + .bookmaker__button {
        margin-top: 8px
    }

    .theme14-game-demo-full__box {
        display: flex;
        min-height: 300px
    }

    .theme14-game-demo-full__box img {
        border-radius: var(--R);
        height: auto;
        object-fit: cover
    }

    .theme14-recommendations__item {
        width: 75%
    }
}

@media (max-width: 550px) {
    .theme14-promo__specifications tbody {
        display: grid;
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 449px) {
    .comment-form__input {
        max-width: 100%
    }

    .theme14-information {
        flex-direction: column
    }
}

@media (hover: hover) {
    a:not([class]):hover {
        text-decoration: underline
    }

    .custom-scroll {
        margin-bottom: -5px;
        padding-bottom: 5px
    }

    .custom-scroll::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: var(--color-body-track);
        opacity: .3
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--color-body-thumb)
    }

    .button:hover {
        box-shadow: none
    }

    .theme14-main-nav__item:hover .sub-menu {
        opacity: 1;
        pointer-events: auto
    }

    .theme14-main-nav__link:hover {
        color: var(--color-header-navigation-link-hover)
    }

    .theme14-footer-nav__link:hover {
        color: var(--color-footer-navigation-link-hover)
    }

    .theme19-toc-auto a:hover {
        color: var(--color-toc-item-hover)
    }

    .theme14-slots__image:hover {
        transform: scale(1.1)
    }

    .theme14-scroll-to-top__button:hover svg {
        scale: 1.03
    }

    .theme14-social__link:hover img, .theme14-social__link:hover svg {
        transform: scale(1.2)
    }

    .theme14-video-player__button:hover {
        background-color: #ffffff4d
    }

    .theme14-video-player__button:hover svg {
        transform: rotate(360deg)
    }

    .theme14-languages-switcher__item:hover {
        background-color: #fff3;
        transition: var(--transition)
    }
}