@charset "UTF-8";
@font-face {
    font-family: AntonSC;
    font-display: swap;
    src: url(../fonts/AntonSC-Regular.woff2) format("woff2"), url(../fonts/AntonSC-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

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

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

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

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

.btn, .ff-anton, .theme51-header .theme51-header-menu a, .theme51-header .theme51-header-menu span, .theme51-header__lang, .theme51-faq .theme51-faq__title, h1, h2, h3, h4, h5, h6, ol.wp-block-list li::before, ol:not([class]) li::before {
    font-family: AntonSC, sans-serif
}


* {
    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%;
    -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, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.theme51-wrapper {
    width: 100%;
    max-width: var(--width-container);
    margin: 20px auto;
    padding: var(--inner-padding, 32px);
    border-radius: 12px;
    background: var(--Container, #3b373d)
}

.theme51-wrapper--accent {
    background: transparent;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 16px;
    text-transform: uppercase;
    scroll-margin-top: 100px;
}

h1 {
    font-size: 1.75rem;
    font-style: normal;
    line-height: 2.5rem
}

h2 {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 2.25rem
}

h3 {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem
}

p:not([class]) {
    margin-top: 16px;
    color: var(--Text, #d9d9d9)
}

a {
    color: var(--Primary, #18d457);
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

a:active {
    opacity: .6
}

p:not([class]) + p {
    margin-top: 8px
}

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

ol.wp-block-list, ol:not([class]), ul.wp-block-list, ul:not([class]) {
    margin-top: 16px;
    list-style: none
}

ol.wp-block-list li, ol:not([class]) li, ul.wp-block-list li, ul:not([class]) li {
    position: relative;
    padding-left: 20px;
    padding-block: 4px
}

ol.wp-block-list li::before, ol:not([class]) li::before, ul.wp-block-list li::before, ul:not([class]) li::before {
    position: absolute;
    left: 0
}

ul.wp-block-list li::before, ul:not([class]) li::before {
    content: '';
    top: 6px;
    width: 5px;
    height: 5px;
    filter: drop-shadow(0 0 3px #18d457);
	background: #fff;
}

ol.wp-block-list, ol:not([class]) {
    counter-reset: custom-counter
}

ol.wp-block-list li, ol:not([class]) li {
    counter-increment: custom-counter
}

ol.wp-block-list li::before, ol:not([class]) li::before {
    content: counter(custom-counter) ".";
    top: 4px;
    color: var(--Primary, #18d457);
    text-shadow: 0 2px 8px rgba(19, 225, 122, .5)
}

.table-wrap {
    margin-top: 16px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.table-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

.table-wrap table {
    min-width: 500px
}

.scrolling table {
    user-select: none
}

* + .wp-block-table {
    margin-top: 20px;
}

table {
    width: 100%;
    table-layout: auto;
    border-spacing: 0;
    border-radius: var(--Corners, 12px);
    border: 1px solid var(--Stroke, rgba(255, 255, 255, .08));
    overflow: hidden;
}

table td, table th {
    padding: 12px
}

table td {
    color: var(--Text, #d9d9d9)
}

table th {
    color: var(--Headings, #fff);
    background: var(--Stroke, rgba(255, 255, 255, .08));
}

table :is(th,td):not(:last-child) {
    border-right: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

table tr :is(td,th) {
    border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
}

table tbody tr:last-child * {
    border-bottom: 0
}

.no-scroll {
    overflow: hidden
}

body, html {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--BG, #2d292f);
    color: var(--Headings, #fff);
    font-family: -apple-system, ArchivoNarrow, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

:root {
    --offsets: 16px;
    --width-container: 1280px;
    --wrapper-margin: 20px;
    --inner-padding: 32px;
    --BG: #090f1e;
    --Container: linear-gradient(92deg, #1e283f, #101628);
    --Text: #d9d9d9;
    --Headings: #fff;
    --Primary: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    --Secondary: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
    --Stroke: rgba(255, 255, 255, 0.08);
    --Icons: #81efa6;
    --Item-Corners: 8px;
    --Corners: 12px
}


.theme51-header {
    --height: 84px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 auto;
    width: 100%;
    max-width: calc(var(--width-container) + var(--offsets, 16px) * 2);
    padding: var(--Container-spacing, 20px) var(--Horizontal-spacing, 16px);
    background: linear-gradient(92deg, #1e283f, #101628)
}

.theme51-header a.theme51-header__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme51-header a.theme51-header__logo:active {
    opacity: .6
}

.theme51-header__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.theme51-header__logo img {
    max-width: 200px;
    max-height: 44px;
}

.theme51-header__lang {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 10;
    margin-left: auto;
    width: 73px;
    height: 32px;
    min-width: max-content;
    padding: 6px 8px;
    border-radius: 4px;
    background: var(--Stroke, rgba(255, 255, 255, .08));
    cursor: pointer;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme51-header__lang.active::after {
    transform: rotate(-180deg)
}

.theme51-header__lang::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="M9.64645 12.6464L4.85355 7.85355C4.53857 7.53857 4.76165 7 5.20711 7H7.79289C7.9255 7 8.05268 7.05268 8.14645 7.14645L9.64645 8.64645C9.84171 8.84171 10.1583 8.84171 10.3536 8.64645L11.8536 7.14645C11.9473 7.05268 12.0745 7 12.2071 7H14.7929C15.2383 7 15.4614 7.53857 15.1464 7.85355L10.3536 12.6464C10.1583 12.8417 9.84171 12.8417 9.64645 12.6464Z" fill="%2381EFA6"/></svg>');
    width: 20px;
    height: 20px;
    display: block;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme51-header__lang.active .theme51-header__lang-list {
    display: block
}

.theme51-header__lang img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 4px
}

.theme51-header__lang-list {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-height: 300px;
    overflow: hidden auto;
    border-radius: 4px;
    padding: 8px;
    background: var(--Container, #3b373d);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25)
}

@supports not selector(::-webkit-scrollbar) {
    .theme51-header__lang-list {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

.theme51-header__lang-list::-webkit-scrollbar {
    width: 4px
}

.theme51-header__lang-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme51-header__lang-list::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme51-header__lang-item {
    display: flex;
    align-items: center;
    color: var(--Headings, #fff);
    padding: var(--Item-spacing, 8px);
    font-size: .875rem;
    border-radius: 4px;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme51-header__lang-item.current {
    background: var(--Stroke, rgba(255, 255, 255, .08));
    pointer-events: none
}

.theme51-header__lang-item:not(.current):active {
    background: var(--Stroke, rgba(255, 255, 255, .08))
}

.theme51-header__lang-item img {
    margin-right: 8px
}

.theme51-header__nav {
    z-index: 5;
    flex: 1;
    margin-left: 4px
}

.theme51-header .theme51-header-menu .theme51-header__nav__link--current, .theme51-header .theme51-header-menu .submenu .submenu__link--current, .theme51-header__nav__item.item.parent:has(span) > .theme51-header__nav__link {
    color: #18d457;
    cursor: default;
}

.theme51-header__burger {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.theme51-header__burger::after, .theme51-header__burger::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.theme51-header__burger::after {
    content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 12h20m-20 8h20m-20 8h20" stroke="%2381EFA6" stroke-width="2" stroke-linecap="round"/></svg>');
    display: block;
    width: 40px;
    height: 40px
}

.theme51-header__burger::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme51-header__burger:active::before {
    background: var(--Stroke, rgba(255, 255, 255, .08))
}

.theme51-header .theme51-header-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 16px;
    flex-wrap: wrap
}

.theme51-header .theme51-header-menu a, .theme51-header .theme51-header-menu span {
    display: block;
    color: var(--Headings, #fff);
    font-size: .9375rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.theme51-header .theme51-header-menu .item {
    position: relative;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, color
}

.theme51-header .theme51-header-menu .item.parent {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center
}

.theme51-header .theme51-header-menu .item.parent::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="M9.64645 12.6464L4.85355 7.85355C4.53857 7.53857 4.76165 7 5.20711 7H7.79289C7.9255 7 8.05268 7.05268 8.14645 7.14645L9.64645 8.64645C9.84171 8.84171 10.1583 8.84171 10.3536 8.64645L11.8536 7.14645C11.9473 7.05268 12.0745 7 12.2071 7H14.7929C15.2383 7 15.4614 7.53857 15.1464 7.85355L10.3536 12.6464C10.1583 12.8417 9.84171 12.8417 9.64645 12.6464Z" fill="%2381EFA6"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme51-header .theme51-header-menu .submenu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%
}

@supports not selector(::-webkit-scrollbar) {
    .theme51-header .theme51-header-menu .submenu {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
    }
}

.theme51-header .theme51-header-menu .submenu::-webkit-scrollbar {
    width: 4px
}

.theme51-header .theme51-header-menu .submenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(208, 216, 232, .3098039216);
    border-radius: 9px;
    border: 4px solid transparent
}

.theme51-header .theme51-header-menu .submenu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 9px
}

.theme51-header .theme51-header-menu .submenu a, .theme51-header .theme51-header-menu .submenu span {
    width: 100%;
    padding: 8px 16px;
    color: #cfcfcf;
    text-transform: unset
}

.theme51-header.menu-active .theme51-header__burger::after {
    content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m13 27 14-14m-14 0 14 14" stroke="%2381EFA6" stroke-width="2" stroke-linecap="round"/></svg>')
}

.theme51-header__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap
}

.theme51-header__btns .btn {
    min-width: 160px;
    font-size: .875rem;
    padding-block: 5px
}


.theme51-footer {
    width: 100%;
    max-width: var(--width-container);
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px
}

.theme51-footer__wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 64px 80px;
    padding: var(--inner-padding, 32px);
    border-radius: 12px;
    background: var(--Container, #3b373d)
}

.theme51-footer a.theme51-footer__logo {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme51-footer a.theme51-footer__logo:active {
    opacity: .6
}

.theme51-footer__logo {
    position: relative
}

.theme51-footer__logo img {
    max-width: fit-content;
    max-height: 44px;
    object-fit: contain;
    margin-right: auto;
    width: auto;
}

.theme51-footer__main {
    position: relative
}

.theme51-footer p:not([class]) {
    margin-top: 20px
}

.theme51-footer__nav {
    width: 100%
}

.theme51-footer__nav-list {
    width: 100%;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 8px
}

.theme51-footer__nav-list a, .theme51-footer__nav-list li {
    width: 100%
}

.theme51-footer__nav-list a {
    display: block;
    color: var(--Headings, #fff);
    padding-block: 8px;
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color;
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: opacity
}

.theme51-footer__nav-list a:active {
    opacity: .6
}

.theme51-footer__nav-list span {
    padding-block: 8px;
    color: #18d457;
    display: block;
}

.theme51-footer__logos {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(max-content, 68px));
    grid-template-rows:repeat(auto-fill, 40px);
    gap: 12px;
    grid-column: 1/-1;
    justify-content: center
}

.theme51-footer__logos li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.theme51-footer__logos img, .theme51-footer__logos svg {
    width: 68px;
    height: 40px;
    max-width: 68px;
    max-height: 40px;
    object-fit: contain
}

.theme51-footer__copyright {
    grid-column: 1/-1;
    text-align: center;
    color: var(--Text, #cfcfcf);
    place-self: center
}


.theme51-bonus {
    height: max-content;
    border-radius: 8px;
    background: url("../images/bg-bonus.png");
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.theme51-bonus p {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: ArchivoNarrow, sans-serif;
}

.theme51-bonus .btn {
    margin-inline: auto;
    min-width: 210px
}

.theme51-section-hero > p {
    margin-top: 32px
}

* + .theme51-faq {
    margin-top: 16px
}

.theme51-faq {
    position: relative;
    padding: 32px;
    border-radius: 8px;
    background: var(--Stroke, rgba(255, 255, 255, .08))
}

.theme51-faq .theme51-faq__title + p {
    margin-top: -20px
}

.theme51-faq p {
    font-size: .9375rem;
    line-height: 1.5rem
}

.theme51-faq__answer {
    display: none;
}

.theme51-faq.active .theme51-faq__answer {
    display: block;
}

.theme51-faq.active .theme51-faq__title::before {
    transform: rotate(-180deg)
}

.theme51-faq .theme51-faq__title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--Headings, #fff);
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    list-style: none;
    padding-right: 32px;
    margin: 0;
}

.theme51-faq .theme51-faq__title::before {
    width: 20px;
    height: 20px;
    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="M9.64645 12.6464L4.85355 7.85355C4.53857 7.53857 4.76165 7 5.20711 7H7.79289C7.9255 7 8.05268 7.05268 8.14645 7.14645L9.64645 8.64645C9.84171 8.84171 10.1583 8.84171 10.3536 8.64645L11.8536 7.14645C11.9473 7.05268 12.0745 7 12.2071 7H14.7929C15.2383 7 15.4614 7.53857 15.1464 7.85355L10.3536 12.6464C10.1583 12.8417 9.84171 12.8417 9.64645 12.6464Z" fill="%2381EFA6"/></svg>');
    right: 4px;
    position: absolute;
}

.theme51-faq .theme51-faq__title::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 4px;
    background: var(--Stroke, rgba(255, 255, 255, .08));
    pointer-events: none
}


.theme51-breadcrumbs {
    width: 100%;
    margin: 0 auto;
    max-width: var(--width-container);
    padding-block: 4px
}

.theme51-breadcrumbs__list {
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 8px
}

.theme51-breadcrumbs li {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.theme51-breadcrumbs li:not(:last-child) {
    padding-right: 28px
}

.theme51-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="m12.646 10.354-4.792 4.792A.5.5 0 0 1 7 14.793v-2.586a.5.5 0 0 1 .146-.353l1.5-1.5a.5.5 0 0 0 0-.708l-1.5-1.5A.5.5 0 0 1 7 7.793V5.207a.5.5 0 0 1 .854-.353l4.792 4.792a.5.5 0 0 1 0 .708" fill="%2381EFA6"/></svg>');
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px
}

.theme51-breadcrumbs li:last-child a, .theme51-breadcrumbs li:last-child span {
    color: var(--Text, #d9d9d9)
}

.theme51-breadcrumbs a, .theme51-breadcrumbs span {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-block: 4px;
    color: var(--Icons, #81efa6);
    transition-property: color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: color
}

.theme51-breadcrumbs a:focus {
    color: var(--Text, #d9d9d9)
}

.btn {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    width: max-content;
    max-width: 100%;
    background: 0 0;
    transition-property: background, box-shadow, color, border-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background, box-shadow, color, border-color;
    cursor: pointer;
    color: var(--Headings, #fff);
    text-align: center;
    font-size: 1rem;
    line-height: 1.25rem;
    border-radius: 3px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: box-shadow
}

.btn svg {
    max-width: 32px;
    max-height: 32px;
    fill: #fff;
}

@media (hover: hover) {
    ._button--second.btn--primary:hover {
        box-shadow: 0 0 32px 0 #189cd4;
    }
}

.btn.disabled, .btn[disabled] {
    filter: grayscale(1);
    pointer-events: none;
    box-shadow: none
}

.btn--primary {
    box-shadow: 0 0 32px 0 rgba(20, 226, 89, .5);
    background: linear-gradient(103deg, #108de7 -30%, #0855c4 100%);
}

.btn--secondary {
    box-shadow: 0 0 32px 0 rgba(24, 156, 212, .5);
    background: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%)
}

.btn--secondary:active {
    box-shadow: 0 0 32px 0 #189cd4
}

.content-img:not(.theme51-content-buttons) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 64px
}

.theme51-content-buttons, .content-img__block {
    display: grid;
    column-gap: 32px;
    grid-auto-columns: 1.1fr 1fr
}

.theme51-content-buttons.content-img__block--reverse, .content-img__block.content-img__block--reverse {
    grid-auto-columns: 1fr 1.1fr
}


.theme51-content-buttons > :first-child, .content-img__block > :first-child {
    margin-top: 0
}

.theme51-content-buttons > :is(img), .content-img__block > :is(img) {
    margin-top: 0
}

.theme51-content-buttons :is(h2,h3,h1) + p:not([class]), .content-img__block :is(h2,h3,h1) + p:not([class]) {
    margin-top: 0
}

.theme51-content-buttons h1, .theme51-content-buttons h2, .theme51-content-buttons h3, .content-img__block h1, .content-img__block h2, .content-img__block h3 {
    margin-bottom: 16px
}

.theme51-content-buttons p:not([class]) + p, .content-img__block p:not([class]) + p {
    margin-top: 8px
}

.theme51-content-buttons img, .content-img__block img {
    width: 100%;
    max-width: 100%
}

.theme51-content-buttons .btn, .content-img__block .btn {
    min-width: 240px
}

* + .theme51-toc {
    margin-top: 20px;
}

.theme51-toc {
    width: 100%;
    max-width: var(--width-container);
    display: grid;
    border-radius: 12px;
    background: var(--Container, #3b373d);
    padding: 32px;
}

.theme51-toc.active .theme51-toc__title::after {
    transform: rotate(-180deg)
}

.theme51-toc.active .theme51-toc__list, .theme51-toc.active ol {
    display: flex;
}

.theme51-toc__title {
    font-size: 1.125rem;
    font-style: normal;
    line-height: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    cursor: pointer
}

.theme51-toc__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="M9.64645 12.6464L4.85355 7.85355C4.53857 7.53857 4.76165 7 5.20711 7H7.79289C7.9255 7 8.05268 7.05268 8.14645 7.14645L9.64645 8.64645C9.84171 8.84171 10.1583 8.84171 10.3536 8.64645L11.8536 7.14645C11.9473 7.05268 12.0745 7 12.2071 7H14.7929C15.2383 7 15.4614 7.53857 15.1464 7.85355L10.3536 12.6464C10.1583 12.8417 9.84171 12.8417 9.64645 12.6464Z" fill="%2381EFA6"/></svg>');
    display: block;
    width: 20px;
    height: 20px;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: transform
}

.theme51-toc__title::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background-color
}


.theme51-toc__list, .theme51-toc ol {
    display: none;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;;
}

.theme51-toc ol li::before {
    content: none;
}

.theme51-toc__item, .theme51-toc ol li {
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;

}

.theme51-toc__item a, .theme51-toc a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px;
    border-radius: 4px;
    background: var(--Stroke, rgba(255, 255, 255, .08));
    color: var(--Text, #d9d9d9);
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    will-change: background
}

.theme51-toc__item a:active, .theme51-toc a:active {
    background: rgba(255, 255, 255, .21)
}

.theme51-toc__item a::after, .theme51-toc a::after {
    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="M16.985 17.485h-6.778a.5.5 0 0 1-.353-.853l1.828-1.829a.5.5 0 0 1 .354-.146h2.12a.5.5 0 0 0 .5-.5v-2.121a.5.5 0 0 1 .147-.354l1.829-1.828a.5.5 0 0 1 .853.353v6.778a.5.5 0 0 1-.5.5" fill="%2381EFA6"/><path d="M16 16 7 7" stroke="%2381EFA6" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 24px;
    height: 24px;
    display: block
}

.theme51-section-hero .theme51-text-image {
    grid-template-columns:1.102fr 1fr;
    gap: 32px;

}

.theme51-text-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.theme51-text-image__content p:first-child {
    margin-top: 0;
}

.theme51-scroll-to-top {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    z-index: 90;
    box-shadow: 0px 4px 32px -4px rgba(16, 16, 16, 0.0784313725);
    background: var(--w-to-subtext);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.theme51-scroll-to-top__button {
    border-radius: var(--Corners, 12px);
    background: #3b373d;
    padding: 12px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .12);
}

.theme51-social, .theme51-external-links {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    place-self: stretch;

}

.theme51-social img, .theme51-external-links img {
    max-width: 40px;
}

.theme51-footer__dmca-image {
    margin-top: 20px;
    max-width: 100px;
}

.theme51-content-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.theme51-header__lang.active .theme51-header__lang-list {
    display: block
}

.theme51-header__lang-list-link {
    text-transform: lowercase;
}

.theme51-header__lang-list-link::before {
    content: '';
    width: 80px;
    height: 28px;
    position: absolute;
}

.theme51-header__lang-list-item {
    padding: 8px;
    border-radius: var(--Item-Corners, 8px);
}

.theme51-header__lang-list-item:not(.current):hover {
    background: var(--Stroke, #f3edfa);
}

.theme51-page-404__title {
    font-size: 85px;
    text-align: center;
    line-height: 85px;
}

.theme51-page-404__subtitle {
    text-align: center;
    font-size: 24px;
}

.theme51-page-404__link {
    margin: auto;
}

.theme51-text-image.reversed > img {
    grid-column: 1;
    grid-row: 1;
}

* + .theme51-text-image {
    margin-top: 64px;
}

h1 + .theme51-text-image, h2 + .theme51-text-image, h3 + .theme51-text-image {
    margin-top: 16px;
}

.theme51-text-image.top {
    align-items: start;
}

.theme51-text-image.center {
    align-items: center;
}

.theme51-text-image.bottom {
    align-items: end;
}

.theme51-last-modified-date {
    width: 100%;
    max-width: var(--width-container);
    margin: 20px auto;
    padding: var(--inner-padding, 32px);
    border-radius: 12px;
    font-size: 1.0666666667rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6rem;
    color: var(--Text, #d9d9d9);
    background: var(--Container, #3b373d);
}

.theme51-last-modified-date time {
    color: #fff;
}

@media (min-width: 768px) {
    .theme51-footer__main, .theme51-footer__nav {
        width: calc((100% - 80px) / 2)
    }

    .theme51-footer__main {
        height: 100%
    }

    .theme51-footer__main::after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(100% + 40px);
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-footer__logos::before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: -32px;
        left: 0;
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    /*.theme51-section-hero {*/
    /*    grid-template-columns:1.102fr 1fr*/
    /*}*/
    /*.theme51-section-hero .theme51-bonus, .theme51-section-hero h1 {*/
    /*    grid-column: 1/2*/
    /*}*/
    /*.theme51-section-hero img {*/
    /*    grid-column: 2/3;*/
    /*    grid-row: 1/3*/
    /*}*/
}

@media (min-width: 992px) {
    .theme51-content-buttons:has(img:not(:first-child):not(:last-child)), .content-img__block:has(img:not(:first-child):not(:last-child)) {
        grid-template-columns:repeat(2, 1fr)
    }

    .theme51-content-buttons .table-wrap, .content-img__block .table-wrap {
        overflow: unset
    }

    .theme51-content-buttons .table-wrap table, .content-img__block .table-wrap table {
        min-width: unset
    }

    .theme51-content-buttons > *, .content-img__block > * {
        grid-column: 1/2
    }

    .theme51-content-buttons img, .content-img__block img {
        grid-column: 2/3;
        grid-row: 1/50;
        align-self: center
    }

    .theme51-content-buttons img:first-child:last-child, .content-img__block img:first-child:last-child {
        grid-column: unset;
        grid-row: unset;
        margin: 0
    }

    .theme51-content-buttons:has(h2) img, .content-img__block:has(h2) img {
        grid-row: 2/50
    }

    .theme51-content-buttons.content-img__block--reverse:has(img) > *, .content-img__block.content-img__block--reverse:has(img) > * {
        grid-column: 2/3
    }

    .theme51-content-buttons.content-img__block--reverse:has(img) img, .content-img__block.content-img__block--reverse:has(img) img {
        grid-column: 1/2
    }
}

@media (min-width: 1240px) {
    .theme51-header__burger {
        display: none
    }

    .theme51-header .theme51-header-menu > .item.parent, .theme51-header .theme51-header-menu > .item:not(.parent) > :is(a,span) {
        padding: 12px 0
    }

    .theme51-header .theme51-header-menu > .item.parent::before {
        content: "";
        width: 100%;
        height: 16px;
        position: absolute;
        top: calc(100% - 4px);
        left: 0;
        display: none
    }

    .theme51-header .theme51-header-menu > .item:nth-child(1) {
        z-index: 49
    }

    .theme51-header .theme51-header-menu > .item:nth-child(2) {
        z-index: 48
    }

    .theme51-header .theme51-header-menu > .item:nth-child(3) {
        z-index: 47
    }

    .theme51-header .theme51-header-menu > .item:nth-child(4) {
        z-index: 46
    }

    .theme51-header .theme51-header-menu > .item:nth-child(5) {
        z-index: 45
    }

    .theme51-header .theme51-header-menu > .item:nth-child(6) {
        z-index: 44
    }

    .theme51-header .theme51-header-menu > .item:nth-child(7) {
        z-index: 43
    }

    .theme51-header .theme51-header-menu > .item:nth-child(8) {
        z-index: 42
    }

    .theme51-header .theme51-header-menu > .item:nth-child(9) {
        z-index: 41
    }

    .theme51-header .theme51-header-menu > .item:nth-child(10) {
        z-index: 40
    }

    .theme51-header .theme51-header-menu > .item:nth-child(11) {
        z-index: 39
    }

    .theme51-header .theme51-header-menu > .item:nth-child(12) {
        z-index: 38
    }

    .theme51-header .theme51-header-menu > .item:nth-child(13) {
        z-index: 37
    }

    .theme51-header .theme51-header-menu > .item:nth-child(14) {
        z-index: 36
    }

    .theme51-header .theme51-header-menu > .item:nth-child(15) {
        z-index: 35
    }

    .theme51-header .theme51-header-menu > .item:nth-child(16) {
        z-index: 34
    }

    .theme51-header .theme51-header-menu > .item:nth-child(17) {
        z-index: 33
    }

    .theme51-header .theme51-header-menu > .item:nth-child(18) {
        z-index: 32
    }

    .theme51-header .theme51-header-menu > .item:nth-child(19) {
        z-index: 31
    }

    .theme51-header .theme51-header-menu > .item:nth-child(20) {
        z-index: 30
    }

    .theme51-header .theme51-header-menu > .item:nth-child(21) {
        z-index: 29
    }

    .theme51-header .theme51-header-menu > .item:nth-child(22) {
        z-index: 28
    }

    .theme51-header .theme51-header-menu > .item:nth-child(23) {
        z-index: 27
    }

    .theme51-header .theme51-header-menu > .item:nth-child(24) {
        z-index: 26
    }

    .theme51-header .theme51-header-menu > .item:nth-child(25) {
        z-index: 25
    }

    .theme51-header .theme51-header-menu > .item:nth-child(26) {
        z-index: 24
    }

    .theme51-header .theme51-header-menu > .item:nth-child(27) {
        z-index: 23
    }

    .theme51-header .theme51-header-menu > .item:nth-child(28) {
        z-index: 22
    }

    .theme51-header .theme51-header-menu > .item:nth-child(29) {
        z-index: 21
    }

    .theme51-header .theme51-header-menu > .item:nth-child(30) {
        z-index: 20
    }

    .theme51-header .theme51-header-menu > .item:nth-child(31) {
        z-index: 19
    }

    .theme51-header .theme51-header-menu > .item:nth-child(32) {
        z-index: 18
    }

    .theme51-header .theme51-header-menu > .item:nth-child(33) {
        z-index: 17
    }

    .theme51-header .theme51-header-menu > .item:nth-child(34) {
        z-index: 16
    }

    .theme51-header .theme51-header-menu > .item:nth-child(35) {
        z-index: 15
    }

    .theme51-header .theme51-header-menu > .item:nth-child(36) {
        z-index: 14
    }

    .theme51-header .theme51-header-menu > .item:nth-child(37) {
        z-index: 13
    }

    .theme51-header .theme51-header-menu > .item:nth-child(38) {
        z-index: 12
    }

    .theme51-header .theme51-header-menu > .item:nth-child(39) {
        z-index: 11
    }

    .theme51-header .theme51-header-menu > .item:nth-child(40) {
        z-index: 10
    }

    .theme51-header .theme51-header-menu > .item:nth-child(41) {
        z-index: 9
    }

    .theme51-header .theme51-header-menu > .item:nth-child(42) {
        z-index: 8
    }

    .theme51-header .theme51-header-menu > .item:nth-child(43) {
        z-index: 7
    }

    .theme51-header .theme51-header-menu > .item:nth-child(44) {
        z-index: 6
    }

    .theme51-header .theme51-header-menu > .item:nth-child(45) {
        z-index: 5
    }

    .theme51-header .theme51-header-menu > .item:nth-child(46) {
        z-index: 4
    }

    .theme51-header .theme51-header-menu > .item:nth-child(47) {
        z-index: 3
    }

    .theme51-header .theme51-header-menu > .item:nth-child(48) {
        z-index: 2
    }

    .theme51-header .theme51-header-menu > .item:nth-child(49) {
        z-index: 1
    }

    .theme51-header .theme51-header-menu > .item:nth-child(50) {
        z-index: 0
    }

    .theme51-header .theme51-header-menu .item.parent:active, .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):active {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .item.parent:active > :is(a,span), .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):active > :is(a,span) {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .item.current.parent, .theme51-header .theme51-header-menu .item.current:not(.parent) > :is(a,span) {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .submenu {
        position: absolute;
        top: 100%;
        left: 50%;
        width: max-content;
        max-width: 210px;
        max-height: 300px;
        transform: translateX(-50%);
        overflow-y: auto;
        padding: 8px 12px;
        display: none;
        border-radius: 4px;
        background: var(--Container, #3b373d);
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .25)
    }
}

@media (min-width: 1240px) and (hover: hover) {
    .theme51-header .theme51-header-menu > .item.parent:hover::after {
        transform: rotate(-180deg)
    }

    .theme51-header .theme51-header-menu > .item.parent:hover::before {
        display: block
    }

    .theme51-header .theme51-header-menu > .item.parent:hover > .submenu {
        display: flex
    }

    .theme51-header .theme51-header-menu .item.parent:hover, .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):hover {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .item.parent:hover > :is(a,span), .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):hover > :is(a,span) {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .item.parent:focus, .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):focus {
        color: var(--Primary, #18d457)
    }

    .theme51-header .theme51-header-menu .item.parent:focus > :is(a,span), .theme51-header .theme51-header-menu .item:not(.parent) > :is(a,span):focus > :is(a,span) {
        color: var(--Primary, #18d457)
    }
}

@media (max-width: 1312px) {
    .theme51-wrapper {
        margin-inline: var(--offsets, 16px);
        width: unset
    }

    .theme51-footer {
        margin-inline: var(--offsets, 16px);
        width: unset
    }

    .theme51-breadcrumbs {
        padding-inline: 16px
    }

    .theme51-toc {
        margin-inline: 0;
        width: unset
    }

    .theme51-last-modified-date {
        margin-inline: var(--offsets, 16px);
        width: unset;
    }
}

@media (max-width: 1239.9px) {
    .theme51-header__nav {
        margin-left: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100dvh - var(--height));
        padding-inline: 16px;
        padding-bottom: 12px;
        overflow-y: auto;
        align-items: flex-start;
        justify-content: flex-start;
        background: var(--BG, #2d292f)
    }

    @supports not selector(::-webkit-scrollbar) {
        .theme51-header__nav {
            scrollbar-width: thin;
            scrollbar-color: rgba(208, 216, 232, .3098039216) transparent
        }
    }.theme51-header__nav::-webkit-scrollbar {
         width: 4px
     }

    .theme51-header__nav::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: rgba(208, 216, 232, .3098039216);
        border-radius: 9px;
        border: 4px solid transparent
    }

    .theme51-header__nav::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 9px
    }

    .theme51-header .theme51-header-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0
    }

    .theme51-header .theme51-header-menu .item.parent {
        flex-wrap: wrap
    }

    .theme51-header .theme51-header-menu .item.parent::after {
        order: 2;
        margin-left: auto
    }

    .theme51-header .theme51-header-menu .item.parent.active {
        padding-bottom: 16px
    }

    .theme51-header .theme51-header-menu .item.parent.active::after {
        transform: rotate(-180deg)
    }

    .theme51-header .theme51-header-menu .item.parent.active > .submenu {
        display: flex
    }

    .theme51-header .theme51-header-menu > .item > :is(a,span) {
        padding-block: 16px
    }

    .theme51-header .theme51-header-menu > .item:not(.parent) > :is(a,span) {
        width: 100%
    }

    .theme51-header .theme51-header-menu .submenu {
        order: 3;
        position: relative;
        top: 0;
        left: 0;
        margin-top: -8px;
        display: none
    }

    .theme51-header:not(.menu-active) .theme51-header__nav {
        display: none
    }
}

@media (max-width: 1023px) {
    .theme51-section-hero .theme51-text-image {
        display: contents;
    }

    .theme51-section-hero .theme51-text-image__content {
        display: contents;
    }

    .theme51-wrapper.theme51-section-hero {
        display: flex;
        flex-direction: column;
    }

    .theme51-text-image {
        grid-template-columns: 1fr;
    }

    .theme51-text-image.reversed > img, .theme51-text-image > img {
        grid-column: 1;
        grid-row: 2;
    }

    .theme51-section-hero .theme51-text-image.reversed > img, .theme51-section-hero .theme51-text-image > img {
        margin-top: 32px;
        order: 10;
    }

    .wp-block-table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow: auto;
    }

    .wp-block-table table {
        min-width: 500px;
        width: auto;
        overflow: hidden;
        width: 100%;
    }

    .theme51-text-image__content {
        display: inline-grid;
    }
}

@media (max-width: 991.9px) {
    .theme51-content-buttons .btn, .content-img__block .btn {
        margin-inline: auto
    }

    .theme51-content-buttons > :not([class]):is(img), .content-img__block > :not([class]):is(img) {
        margin-top: 16px
    }
}

@media (max-width: 767.9px) {
    .theme51-header {
        --height: 112px;
        flex-wrap: wrap
    }

    .theme51-header__btns {
        width: 100%;
        order: 100
    }

    .theme51-header__btns .btn {
        min-width: unset;
        flex: 1
    }

    .theme51-footer__wrapper {
        grid-template-columns:1fr
    }

    .theme51-footer__logos {
        gap: 8px
    }

    .theme51-footer__wrapper {
        row-gap: 20px;
        flex-direction: column
    }

    .theme51-footer__main {
        padding-bottom: 20px;
        border-bottom: 1px solid var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-footer__nav-list {
        grid-template-columns:1fr
    }

    .theme51-section-hero > p:first-of-type {
        margin-top: 16px
    }

    .theme51-section-hero img {
        order: 100;
        margin-top: 16px
    }

    .theme51-content-buttons .btn, .content-img__block .btn {
        min-width: unset;
        width: 100%
    }

    .theme51-section-hero .theme51-text-image.reversed > img, .theme51-section-hero .theme51-text-image > img {
        margin-top: 16px;
        order: 10;
    }
}

@media (max-width: 575.9px) {
    ul.wp-block-list li::before, ul:not([class]) li::before {
        transform: scale(.8888888889);
        transform-origin: top left
    }

    :root {
        --inner-padding: 16px;
        --offsets: 8px
    }

    .theme51-header {
        padding-block: 12px
    }

    .theme51-footer__wrapper {
        padding: 16px
    }

    .theme51-section-hero {
        margin-top: 20px
    }

    .theme51-bonus {
        padding: 20px
    }

    .theme51-bonus .btn {
        min-width: 0;
        width: 100%
    }

    .theme51-faq[open] {
        padding-bottom: 16px
    }

    .theme51-faq .theme51-faq__title + p {
        margin-top: -7px
    }

    .theme51-faq {
        padding: 16px;
    }

    .theme51-faq h2 {
        margin-left: 0
    }

    .theme51-faq {
        margin-inline: 0
    }

    .content-img {
        padding-block: 32px
    }

    .content-img:not(.theme51-content-buttons) {
        row-gap: 44px
    }

    .theme51-toc {
        padding: 16px
    }

    .theme51-toc__title::before {
        right: 10px
    }

    .theme51-toc__nav {
        padding-inline: 16px;
        padding-bottom: 16px;
        margin-top: 4px
    }
}

@media (hover: hover) {
    p:not([class]) a:hover {
        opacity: .6
    }

    p:not([class]) a:focus {
        opacity: .6
    }

    .theme51-header a.theme51-header__logo:hover {
        opacity: .6
    }

    .theme51-header a.theme51-header__logo:focus {
        opacity: .6
    }

    .theme51-header__lang:not(.active):hover {
        background: rgba(255, 255, 255, .18)
    }

    .theme51-header__lang-item:not(.current):hover {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-header__lang-item:not(.current):focus {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-header__burger:hover::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-header__burger:focus::before {
        background: var(--Stroke, rgba(255, 255, 255, .08))
    }

    .theme51-footer a.theme51-footer__logo:hover {
        opacity: .6
    }

    .theme51-footer a.theme51-footer__logo:focus {
        opacity: .6
    }

    .theme51-footer__nav-list a:hover {
        opacity: .6
    }

    .theme51-footer__nav-list a:focus {
        opacity: .6
    }

    .theme51-breadcrumbs a:hover {
        color: var(--Text, #d9d9d9)
    }

    .btn--primary:hover {
        box-shadow: 0 0 32px 0 #14e259
    }

    .btn--primary:focus {
        box-shadow: 0 0 32px 0 #14e259
    }

    .btn--secondary:hover {
        box-shadow: 0 0 32px 0 #189cd4
    }

    .btn--secondary:focus {
        box-shadow: 0 0 32px 0 #189cd4
    }

    .theme51-toc__title:hover::before {
        background-color: rgba(255, 255, 255, .2)
    }

    .theme51-toc__item a:hover, .theme51-toc a:hover {
        background: rgba(255, 255, 255, .21)
    }

    .theme51-toc__item a:focus, .theme51-toc a:focus {
        background: rgba(255, 255, 255, .21)
    }
}


.theme51-fixed-btn {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    border-top: 1px solid rgba(24, 212, 87, 0.5);
    background: url("../images/btn-bg.png") #2d292f;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--Text, #d9d9d9);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
	    justify-content: center;

}

.theme51-fixed-btn .btn {
    width: 100%;
    max-width: calc((100% - 12px) / 2);
    padding: 5px;
}

@media (min-width: 576px) {
    .theme51-fixed-btn {
        display: none;
    }
}