:root {
    --offsets: 30px;
    --width-container: 1220px;
    --default-desktop-fz: 16px;
    --default-desktop-lh: 140%;
    --default-mobile-fz: 14px;
    --default-mobile-lh: 130%;
    --color-font-main: var(--accend-color-2);
    --color-font-second: #2e2e2e;
    --color-nav-links: #d1d1d1;
    --color-accent: #28a909;
    --color-block-bg: #323443;
    --color-block-border: #8c96aa80;
    --ff-primary: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    --body-bg-color: #0f1419;
    --title-color: #fff;
    --accend-color: #dcff00;
    --accend-color-2: #ff3286;
    --main-accent-bg-color: #fff;
    --header-bg-color: #2d2f3c;
    --main-font-color:#ffffff99;
}


.has-white-color {
    color: #fff
}

.has-text-align-center {
    text-align: center
}

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

.wp-block-table {
    overflow: auto
}

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

.wp-block-table td, .wp-block-table th {
    border: 1px solid #ffffff20;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

@media (max-width: 767px) {
    .wp-block-table .has-fixed-layout {
        table-layout: auto
    }
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

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

.container-full {
    max-width: 100%
}
.container .container {
	padding: 0
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin-top: 1rem;
    font-size: inherit;
    line-height: inherit;
}

a {
    font-size: 1rem;
    font-weight: 400;
    color: #21a8f7;
}

.wp-admin a {
    color: red;
}

a:hover {
    text-decoration: none
}

.wp-block-list li::marker {
    color: #ff3286;
}

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

h1 {
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 40px;
    line-height: 47px
}

h2 {
    margin-bottom: 1rem;
    font-weight: 800;
    font-size: 32px;
    line-height: 38px
}

h3 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.1rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    margin-bottom: 1rem
}

h6 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem
}

.wrapper > .wp-block-table, .wrapper > blockquote, .wrapper > h1, .wrapper > h2, .wrapper > h3, .wrapper > h4, .wrapper > h5, .wrapper > h6, .wrapper > ol, .wrapper > p, .wrapper > ul {
/*     padding: 0 var(--offsets); */
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.wrapper > .wp-block-list {
    padding-left: 50px
}

.wrapper blockquote, blockquote {
    padding: 1rem var(--offsets) 1rem 2rem;
    border-left: 5px solid var(--main-accent-bg-color);
    background-color: #f0f8ff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    margin-top: 1rem
}

.wrapper > h1 {
    margin-bottom: 25px;
}

.wrapper > h2 {
    margin-bottom: 15px;
}

.wp-block-table table {
    border: 1px solid #e59407;
    margin-top: 1rem
}

.wp-block-table table td {
    padding: .5rem;
    border: 1px solid #ffffff20
}

.wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 2rem auto
}

html {
    height: 100%;
    font-size: var(--default-desktop-fz);
    line-height: var(--default-desktop-lh)
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    font-family: var(--ff-primary);
    color: var(--color-font-main)
}

.page-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

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

.author-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px solid var(--accend-color-2);
    border-radius: 10px;
    padding: 24px
}

.author-block_outlined {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 1rem;
    border: 1px solid var(--color-accent);
    padding: 1rem
}

.author-block__avatar {
    min-width: 200px;
    margin-right: 32px
}

.author-block__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: auto;
    max-height: 280px
}

.author-block__avatar_scaled {
    margin-right: 16px
}

.author-block__name {
    font-weight: 600
}

.author-block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    margin: .5rem -5px -5px;
    padding-left: 0
}

.author-block__social li {
    margin: 5px;
    width: 25px;
    height: 25px
}

.author-block__social li:hover {
    opacity: .7
}

@media (max-width: 767px) {
    .author-block {
        flex-direction: column;
        align-items: center
    }

    .author-block__avatar {
        margin-right: 0
    }

    .author-block__content {
        margin: 1rem 0 0 0
    }
}

.screenshot-gallery__description {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid var(--Stroke, #459063)
}

.screenshot-gallery__list {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    flex: 1 1 100%;
    list-style: none;
    margin-top: 0;
    padding-left: 0
}

.screenshot-gallery__item {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.screenshot-gallery__item img {
    min-height: 100%;
    width: 100%;
    object-fit: cover
}

.glightbox-open {
    height: unset !important;
    overflow: unset !important
}

@media (max-width: 1024px) {
    .screenshot-gallery__list {
        display: flex;
        overflow: auto
    }

    .screenshot-gallery__item {
        min-width: 240px
    }
}

.pros-cons {
    width: 100%;
    margin-top: 16px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 20px
}

@media (max-width: 1079px) {
    .pros-cons {
        grid-template-columns:1fr
    }
}

.pros-cons__cons, .pros-cons__pros {
    padding: 10px;
    border-radius: 6px;
    background: #1b1c1d
}

.pros-cons__pros {
    border: 1px solid var(--accend-color)
}

.pros-cons__cons {
    border: 1px solid var(--accend-color-2)
}

.proscons__title {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    margin-top: 0
}

.pros-cons__cons .proscons__title {
    background-color: var(--accend-color-2)
}

.pros-cons__cons-list, .pros-cons__pros-list {
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0
}

.pros-cons__cons-list li, .pros-cons__pros-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title, #fff)
}

.proscons__title {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: #28a90b
}

.pros-cons__pros-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0.821289C8.89543 0.821289 8 1.71672 8 2.82129V8.82129L2 8.82129C0.89543 8.82129 0 9.71672 0 10.8213C0 11.9259 0.895431 12.8213 2 12.8213H8V18.8213C8 19.9259 8.89543 20.8213 10 20.8213C11.1046 20.8213 12 19.9259 12 18.8213V12.8213H18C19.1046 12.8213 20 11.9259 20 10.8213C20 9.71672 19.1046 8.82129 18 8.82129L12 8.82129V2.82129C12 1.71672 11.1046 0.821289 10 0.821289Z' fill='url(%23paint0_linear_2065_858)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2065_858' x1='20' y1='10.8213' x2='0' y2='10.8213' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2305FF5A'/%3E%3Cstop offset='1' stop-color='%23ADFF00'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
}

.pros-cons__cons-title {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: var(--text, #e2e2e2)
}

.pros-cons__cons-list li::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='5' viewBox='0 0 20 5' fill='none'%3E%3Cpath d='M2 4.82129C0.895431 4.82129 4.82823e-08 3.92586 0 2.82129C-4.82823e-08 1.71672 0.895431 0.82129 2 0.82129L18 0.821289C19.1046 0.821289 20 1.71672 20 2.82129C20 3.92586 19.1046 4.82129 18 4.82129L2 4.82129Z' fill='red'/%3E%3C/svg%3E")
}

.footer {
    background-color: var(--header-bg-color);
    padding: 30px 0
}

.footer.footer--enable-mobile-button {
    padding-bottom: 75px
}

.footer__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}

.footer__logo p {
    margin: 0
}

.footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__nav-item:not(:last-child) {
    margin-right: 30px
}

.footer__nav-item a {
    text-decoration: none;
    color: var(--color-nav-links);
    padding: 10px 0;
    font-size: 15px;
    line-height: 18px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer__social-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__social-list p {
    margin: 0
}

.footer__social-item:not(:last-child) {
    margin-right: 25px
}

.footer__social-link {
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 5px;
    background-color: transparent;
    cursor: pointer
}

.footer__social-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer_app-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__app-item:not(:last-child) {
    margin-right: 15px
}

.footer__app-link {
    border: none;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    background-color: var(--color-accent)
}

.footer__app-link svg {
    fill: var(--header-bg-color);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer__certificate-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    border: none;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin-top: 20px
}

.footer__certificate-link p {
    margin: 0;
    height: 100%
}

.footer__certificate-link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 80px
}

.footer__scroll-top {
    bottom: 80px;
    right: 24px;
    z-index: 998
}

.scroll-top {
    position: fixed;
    background-color: var(--color-accent);
    border-radius: 100%
}

.scroll-top__button {
    border: none;
    outline: 0;
    cursor: pointer;
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent
}

.scroll-top__button svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.comments-container {
    margin-top: 2rem;
    margin-bottom: 2rem
}

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

.comment-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .75fr 1fr;
    grid-template-columns:.75fr 1fr;
    gap: 15px
}

.comment-form__field {
    background-color: var(--color-block-bg);
    border: 1px solid var(--color-block-border);
    border-radius: 5px;
    padding: 20px;
    font-family: inherit;
    resize: none;
    font-family: inherit;
    font-size: inherit
}

.comment-form__textarea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

@-webkit-keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

@keyframes toBigRadius {
    100% {
        border-radius: 100px
    }
}

.comment-form__button {
    border: none;
    border-radius: 5px;
    padding: 24px;
    background-color: var(--color-accent);
    text-align: center;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer
}

.comment-form__alert {
    display: none;
    opacity: 0;
    visibility: hidden;
    color: var(--color-accent)
}

.comment-form__alert.success {
    display: block;
    opacity: 1;
    visibility: visible
}

.comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-block-border)
}

.comment {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid var(--color-block-border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.comment + .comment {
    margin-top: 10px
}

.comment__author {
    font-weight: 800;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 19px
}

.comment__content {
    margin: 0 0 15px
}

.comment__date {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    color: var(--color-accent)
}

.comment__reply {
    display: none
}

.custom-table {
    border-radius: 10px;
    background-color: var(--color-block-bg);
    border-collapse: collapse;
    border-style: hidden;
    -webkit-box-shadow: 0 0 0 1px var(--color-block-border);
    box-shadow: 0 0 0 1px var(--color-block-border);
    word-break: normal;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    width: 100%;
    overflow: hidden;
    margin: 2rem 0
}

.custom-table-tr__td {
    padding: 20px 20px 20px 40px;
    border: 1px solid var(--color-block-border)
}

.custom-table-tr__td:first-child {
    font-weight: 500;
    color: var(--color-font-second)
}

.select-lang {
    position: relative;
    background-color: #404040;
    border: 1px solid #404040;
    border-radius: 5px;
    -webkit-transition: border-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
    cursor: pointer;
    z-index: 10
}

.select-lang::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    background-image: url(../images/icon-arrow-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.select-lang._active {
    border-radius: 5px 5px 0 0
}

.select-lang._active:hover {
    border-color: var(--color-accent)
}

.select-lang._active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select-lang._active .select-lang__options-list {
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content
}

.select-lang > .select-lang__option {
    border-radius: 5px 5px 0 0
}

.select-lang__options-list {
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out;
    transition: max-height .3s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 -1px;
    background-color: #404040;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.select-lang__option, .select-lang__selected {
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-lang__option p, .select-lang__selected p {
    margin: 0
}

.select-lang__option img, .select-lang__selected img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 27px;
    height: 20px
}

.select-lang__selected {
    padding: 10px 30px 10px 10px
}

.select-lang__option {
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.select-lang__link {
    padding: 10px 30px 10px 10px
}

.select-lang__image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header {
    padding: 15px 0;
    background-color: var(--header-bg-color)
}

.header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__logo p {
    margin: 0
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__select-lang {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.head-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: .6fr 1fr;
    grid-template-columns:.6fr 1fr;
    gap: 20px
}

.head-info__bonus {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 80px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2
}

.head-info__bonus-title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #fff
}

.head-info__bonus-description {
    margin: 10px 0 0;
    max-width: 325px;
    color: rgba(255, 255, 255, .6)
}

.head-info__bonus-label {
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #ff3286;
    padding: 10px 40px 10px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%)
}

.head-info__bonus-label p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.head-info__bonus-label p svg {
    margin-right: 10px;
    width: 21px;
    height: 21px
}

.head-info__information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    grid-row-start: 4
}

.head-info__information-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px
}

.head-info__information-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--color-block-border)
}

.head-info__information-item-title {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.head-info__information-item-title svg {
    margin-left: 7px
}

.head-info__information-item-descr {
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.head-info__button-block {
    border-radius: 10px;
    padding: 20px 25px;
    background-color: #2d2f3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.head-info__button-block-title {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    color: #80879a;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    z-index: 2;
    background-color: var(--color-block-bg)
}

.head-info__button-block-title span {
    position: relative;
    padding-right: 10px;
    z-index: 2;
    background-color: var(--color-block-bg)
}

.head-info__button-block-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #80879a
}

.head-info__button-block-link {
    margin: 5px 0;
    max-width: 325px;
    border: none;
    border-radius: 8px;
    background-color: #dcff00;
    outline: 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0f1419;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
    text-decoration: none;
}

.head-info__button-block-link svg {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.head-info__button-block-link + .head-info__button-block-link {
    margin-left: 10px
}

.head-info__table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    -ms-grid-row-span: 4;
    grid-row: span 4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3
}

.head-info__table-td {
    padding: 8px 10px;
    vertical-align: top
}

.head-info__table-td ul {
    padding-left: 24px;
}

.head-info__table-td:first-child {
    font-weight: 500;
    color: var(--color-font-second)
}

.head-info__table-td + .head-info__table-td {
    border-left: 1px solid var(--color-block-border)
}

.head-info__list-nav {
    -ms-grid-row-span: 1;
    grid-row: span 1
}

.head-info__list-links {
    margin: 0;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    list-style: none;
}

.head-info__list-link {
    font-family: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mobile-button {
    position: fixed;
    left: 15px;
    bottom: 20px;
    right: 15px;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.mobile-button._active {
    opacity: 1;
    visibility: visible
}

.mobile-button__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--color-accent);
    border-radius: 90px;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: var(--color-white);
    text-transform: uppercase;
    border: none;
    text-decoration: none
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .footer__nav-item a:focus, .footer__nav-item a:hover {
        color: var(--color-accent)
    }

    .footer__app-link:focus svg, .footer__app-link:hover svg, .footer__social-link:focus, .footer__social-link:hover {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0)
    }

    .footer__certificate-link:focus, .footer__certificate-link:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .scroll-top__button:focus svg, .scroll-top__button:hover svg {
        -webkit-transform: scale(1.5) translateZ(0);
        transform: scale(1.5) translateZ(0)
    }

    .comment-form__field:focus, .comment-form__field:hover {
        outline: var(--color-accent)
    }

    .comment-form__button:focus, .comment-form__button:hover {
        -webkit-animation: .5s forwards toBigRadius;
        animation: .5s forwards toBigRadius
    }

    .select-lang:focus, .select-lang:hover {
        border-color: var(--color-accent)
    }

    .select-lang._active .select-lang__option:focus, .select-lang._active .select-lang__option:hover {
        background-color: var(--color-accent)
    }

    .head-info__button-block-link:focus svg, .head-info__button-block-link:hover svg {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6)
    }

    .head-info__list-link:focus, .head-info__list-link:hover {
        text-decoration: none;
        color: #fff
    }
}

@media (max-width: 1220px) {
    .head-info__button-block-link + .head-info__button-block-link {
        margin: 10px 0 0
    }

    .head-info__button-block-link {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

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

@media (max-width: 1023px) {
    h1 {
        font-size: 34px;
        line-height: 38px
    }

    h2 {
        font-size: 24px;
        line-height: 28px
    }

    .comment-form__form {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .comment-form__textarea {
        grid-row: auto;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2
    }

    .comments {
        margin-top: 15px;
        padding-top: 15px
    }

    .head-info {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .head-info__bonus {
        max-width: 420px;
        margin: 0 auto;
        height: 100%;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        grid-column: 1/-1
    }

    .head-info__information {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
        grid-column: 1/-1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .head-info__button-block {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4;
        grid-column: 1/-1
    }

    .head-info__table {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5;
        grid-column: 1/-1
    }

    .head-info__list-nav {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6;
        grid-column: 1/-1
    }
}

@media screen and (max-width: 900px) {
    :root {
        --offsets: 16px
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 26px;
        line-height: 30px
    }

    h2 {
        font-size: 20px;
        line-height: 24px
    }

    .wrapper h1 {
        margin-bottom: 15px
    }

    .wrapper h2 {
        margin-bottom: 10px
    }

    html {
        font-size: calc(var(--default-desktop-fz) - 1)
    }

    .footer {
        padding: 45px 0 15px
    }

    .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__nav-item {
        margin-bottom: 15px
    }

    .footer__wrapper {
        margin: 15px 0 0
    }

    .footer__social-list {
        margin: 0 0 20px
    }

    .footer__certificate-link {
        margin: 15px 0 0
    }

    .scroll-top__button {
        width: 45px;
        height: 45px
    }

    .comments-container {
        margin-top: 1rem
    }

    .comment-form__form {
        gap: 5px
    }

    .comment-form__field {
        padding: 16px
    }

    .comment-form__textarea {
        height: 100px
    }

    .comment-form__button {
        padding: 17px
    }

    .comment {
        padding: 10px
    }

    .comment__author {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 16px
    }

    .comment__content {
        margin-bottom: 10px
    }

    .custom-table {
        border-radius: 5px
    }

    .custom-table-tr__td {
        padding: 10px 10px 10px 20px
    }

    .header__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .head-info__bonus {
        border-radius: 5px
    }

    .head-info__bonus-title {
        font-size: 20px;
        line-height: 23px
    }

    .head-info__bonus-label p {
        font-size: 14px;
        line-height: 16px
    }

    .head-info__bonus-label p svg {
        font-size: 16px;
        line-height: 16px
    }

    .head-info__information-item-title {
        font-size: 16px;
        line-height: 19px
    }

    .head-info__button-block {
        border-radius: 5px;
        padding: 10px
    }

    .head-info__button-block-title span {
        padding-left: 10px
    }

    .head-info__button-block-title::after {
        top: 100%
    }

    .head-info__button-block-title {
        text-align: center
    }

    .head-info__button-block-link svg {
        width: 18px;
        height: 18px;
        margin-right: 5px
    }

    .head-info__button-block-link {
        font-size: 14px;
        line-height: 16px;
        padding: 14px
    }

    .head-info__table {
        border-radius: 5px
    }

    .head-info__table-tr:first-child .head-info__table-td {
        padding-top: 15px
    }

    .head-info__table-tr:last-child .head-info__table-td {
        padding-bottom: 15px
    }
}

@media (max-width: 575px) {
    h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 23px
    }

    h2 {
        font-size: 16px;
        line-height: 19px
    }

    html {
        font-size: var(--default-mobile-fz);
        line-height: var(--default-mobile-lh)
    }

    .custom-table-tr__td {
        padding: 10px 10px 10px 5px
    }

    .header__logo img {
        max-height: 28px
    }

    .head-info__bonus {
        max-height: 100px;
        padding: 60px 15px 15px;
        width: 100%
    }

    .head-info__bonus-description {
        display: none
    }

    .head-info__information-item {
        padding: 0 15px
    }
}

@media (max-width: 374px) {
    .head-info__information-item {
        padding: 0 10px
    }

    .head-info__list-links {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.head-info__button-block-link {
    flex-grow: 1
}

.mobile-button__control {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    text-align: center;
    height: 37.4px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    border-radius: 0
}

.head-info__button-block-link::before, .mobile-button__control::before {
    content: '';
    position: absolute;
    left: 0;
    height: 150%;
    width: 100%;
    top: calc(100% - 4px);
    background: #557321;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: -1
}

.head-info__button-block-link:hover::before, .mobile-button__control:hover::before {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%)
}

.columns {
    padding: 2rem 0
}

.columns__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -1rem
}

.columns__container h1, .columns__container h2, .columns__container h3 {
    width: 100%
}

.columns__container.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.columns__item {
    margin: 1rem
}

.columns__item img {
    display: block;
    margin: 0 auto
}

.columns.align-center .columns__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.columns.align-top .columns__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.columns.align-bottom .columns__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.columns.align-stretch .columns__container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.columns.col-1 .columns__item {
    width: calc(100% - 2rem)
}

.columns.col-2 .columns__item {
    width: calc(100% / 2 - 2rem)
}

.columns.col-3 .columns__item {
    width: calc(100% / 3 - 2rem)
}

.columns.col-4 .columns__item {
    width: calc(100% / 4 - 2rem)
}

.columns.col-5 .columns__item {
    width: calc(100% / 5 - 2rem)
}

.columns.col-6 .columns__item {
    width: calc(100% / 6 - 2rem)
}

.how-to {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column
}

.how-to.container {
    margin: 1rem auto 1rem
}

.how-to__title {
    margin-bottom: 10px;
    -webkit-text-fill-color: inherit
}

.how-to__subtitle {
    margin: 0;
    color: #fff;
    -webkit-text-fill-color: inherit;
    margin-bottom: 10px
}

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

.how-to__item:nth-child(2n+1) .how-to__item-label-counter {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n+1) .how-to__item-title::after {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n+1) .how-to__item-content::after {
    background: var(--accend-color)
}

.how-to__item:nth-child(2n) .how-to__item-label-counter {
    background: var(--accend-color-2)
}

.how-to__item:nth-child(2n) .how-to__item-title::after {
    background: var(--accend-color-2)
}

.how-to__item:nth-child(2n) .how-to__item-content::after {
    background: var(--accend-color-2)
}

.how-to__item {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 6px;
    background-color: #1b1c1d;
    padding: 12px 12px 12px 38px
}

.how-to__item::after {
    content: "";
    position: absolute;
    left: 32px;
    top: 75px;
    bottom: 20px;
    width: 4px
}

@media (max-width: 1280px) {
    .how-to__item::after {
        left: 22px;
        top: 60px
    }
}

@media (max-width: 1023px) {
    .how-to__item {
        flex-direction: column;
        padding: 38px 20px 20px 20px
    }
}

.how-to__item-label-counter {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3486e3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f1419;
    font-weight: 700;
}

.how-to__item-content {
    margin-top: auto;
    margin-bottom: auto;
    flex-basis: 40%
}

.how-to__item-content p {
    margin: 0
}

.how-to__item-title {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    margin: 0;
    margin-bottom: 15px;
    color: #fff
}

@media (max-width: 767px) {
    .how-to__item-title {
        margin-bottom: 10px;
        padding-bottom: 12px
    }
}

.how-to__item-title::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px
}

@media (max-width: 767px) {
    .how-to__item-title::after {
        height: 3px
    }
}

@media (max-width: 575px) {
    .how-to__item-title::after {
        height: 2px
    }
}

.how-to__item-image {
    flex-basis: 50%;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.how-to__item-image p {
    margin: 0;
    height: 100%
}

.how-to__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.toc {
    background-color: #141b2e;
    border-radius: 8px
}

.toc__title {
    color: #fff;
    position: relative
}

.toc__title::after {
    border-color: #ff9400 transparent transparent
}

.toc::after, .toc::before {
    display: none
}

.toc__link {
    color: #fff
}

@media (max-width: 767px) {
    .toc.active .toc__title::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: hsla(0, 0%, 85%, .3)
    }

    .toc__list {
        width: 100%
    }

    .toc__item {
        width: 100%
    }

    .toc__link {
        width: 100%
    }
}

.toc__block-inner {
    background: #1b1c1d;
    border-radius: 12px;
    padding: 20px;
}

.toc {
    padding: 0;
    margin: 0;
    background: unset
}

.toc__nav {
    flex-direction: column;
    align-items: flex-start
}

.toc__title {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    width: 100%
}

.toc .toc__title:after {
    position: relative;
    content: url(../images/arrow-down.svg);
    width: 28px;
    height: 28px;
    border: unset;
    top: unset;
    right: unset;
    transform: rotate(-180deg)
}

.toc.active .toc__title:after {
    transform: unset
}

.toc__title {
    margin-right: 0;
    padding-right: 0
}

.toc.active .toc__list {
    display: grid;
    margin-top: 24px
}

.toc:not(.active) .toc__list {
    display: none
}

.toc:not(.active) .toc__title {
    margin-bottom: 0
}

.toc__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) );
    gap: 16px;
    width: 100%;
    padding-left: 0
}

.toc__link {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0
}



@media (max-width: 767px) {
    .toc__container {
        padding: 0
    }

    .toc__block-inner {
        padding: 12px
    }

    .toc.active .toc__title:before {
        display: none
    }
}

.faq {
    border: 1px solid var(--color-accent);
    border-radius: 10px;
    padding: 24px
}

.faq__item {
    position: relative;
    border-radius: 3px;
    overflow: hidden
}

.faq__item + .faq__item {
    margin-top: 24px
}

.faq__item-counter {
    position: absolute;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: var(--grad-purple);
    border-radius: 3px;
    top: 15px;
    left: 15px;
    pointer-events: none;
    z-index: 10;
    display: none
}

@media (max-width: 1023px) {
    .faq__item-counter {
        width: 24px;
        height: 24px;
        font-size: 20px;
        top: 20px
    }
}

@media (max-width: 767px) {
    .faq__item-counter {
        width: 20px;
        height: 20px;
        font-size: 16px;
        top: 15px
    }
}

@media (max-width: 575px) {
    .faq__item-counter {
        top: 13px
    }
}

.faq__toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.faq__question {
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    width: 100%;
    -webkit-text-fill-color: inherit;
    font-style: normal;
    position: relative;
    font-size: 20px;
    line-height: 24px
}

.faq__question::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../images/arrow-down.svg);
    transition: all .3s ease-in-out
}

@media (max-width: 1023px) {
    .faq__question::before {
        width: 17px;
        height: 17px
    }
}

.faq__question.active::before {
    transform: translateY(-50%) rotate(0)
}

.faq__answer {
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    font-weight: 500
}

.faq__answer.active {
    padding-top: 12px;
    max-height: 100%
}

@media (max-width: 1023px) {
    .faq__answer.active {
        padding: 20px
    }
}

@media (max-width: 767px) {
    .faq__answer.active {
        padding: 10px
    }

    .faq {
        padding: 0
    }
}

.faq {
    border: none;
    border-radius: 0;
    padding: 0
}

.faq__item {
    border: 1px solid rgba(140, 150, 170, .5);
    border-radius: 10px;
    padding: 24px
}


@media (max-width: 767px) {
    .faq {
        padding: 0
    }
}

@media (max-width: 1023px) {
    .faq__answer.active {
        padding: 20px 0 0 0
    }
}

@media (max-width: 767px) {
    .faq__answer.active {
        padding: 10px 0 0 0
    }
}



.game {
    position: relative;
    width: 100%;
    height: 548px;
    overflow: hidden
}

.game:not(:last-of-type) {
    margin-bottom: 24px
}

@media (max-width: 767px) {
    .game {
        height: 520px
    }
}

.game .game__content, .game .game__preview, .game .game__preview:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.game .game__preview {
    z-index: 0
}

.game .game__preview .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.game .game__preview:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, .59), rgba(0, 0, 0, .59))
}

.game .game__preview img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.game .game__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    z-index: 1
}

.game__btn {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none
}

.game__btn.game-demo-btn {
    background-color: var(--color-accent)
}

.game__btn:hover {
    opacity: .7
}

.game-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 900
}

.game-popup._active {
    display: flex
}

.game-popup__window {
    display: flex;
    flex-direction: column;
    width: 1243px;
    border-radius: 5px;
    overflow: hidden
}

.game-popup__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #b97807;
    height: 60px;
    padding: 8px 20px
}

.game-popup__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 20px
}

.game-popup__buttons .game__btn {
    height: 100%;
    padding: 10px 24px
}

.game-popup__cross {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 901
}

.game-popup__body {
    position: relative;
    width: 100%;
    height: 548px;
    background-color: #000
}

.game-popup__body iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: none
}

.game-popup__title {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .game-popup__header {
        flex-wrap: wrap;
        height: unset;
        gap: 16px;
        padding: 8px 12px
    }

    .game-popup__title {
        flex: 1 1;
        order: 1
    }

    .game-popup__cross {
        justify-content: flex-end;
        flex: 1 1;
        order: 2
    }

    .game-popup__buttons {
        position: static;
        flex: 1 1;
        min-width: 100%;
        order: 3;
        padding: 0
    }
}

.promocode {
    padding: 1rem 0
}

.promocode__container {
    max-width: 670px;
    margin: 0 auto;
    padding: 1rem 2rem;
    border: 1px solid var(--color-accent);
    border-radius: 5px
}

.promocode__title {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-align: center
}

.promocode__controls {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 3px;
    background-color: #fff;
    border-radius: 8px
}

.promocode__value {
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 20px
}

.promocode__button {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: var(--color-accent);
    margin-left: auto
}

.promocode__button:hover {
    opacity: .7
}

.promocode__text {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    text-align: center
}

.promocode__bottom {
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    background-color: #fe7b02;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border: none;
    outline: 0;
    text-decoration: none;
    margin: 1rem auto 0 auto
}

.promocode__bottom:hover {
    opacity: .7
}

@media (max-width: 600px) {
    .promocode > .container {
        padding: 0;
        margin: 0
    }

    .promocode__controls {
        flex-wrap: wrap
    }

    .promocode__button {
        max-width: none;
        margin-top: .5rem
    }

    .promocode__text {
        margin-left: 0;
        text-align: center
    }

    .promocode__value {
        padding: 10px 20px
    }
}

body {
    background-color: var(--body-bg-color);
    color: var(--main-font-color)
}

h1, h2, h3, h4, h5, h6 {
    color: var(--title-color)
}

.block-editor h1, .block-editor h2, .block-editor h3, .block-editor h4, .block-editor h5 {
    color: #000
}

.toc__item::marker {
    content: ''
}

.toc__item {
    counter-increment: number;
    position: relative
}

.toc__item:before {
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e59407;
    background-color: var(--accend-color-2);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    z-index: 5
}

.toc__link {
    margin: 0;
    padding: 5px 25px 5px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: inherit
}

.wrapper > .container > * {
    margin-bottom: 2rem
}

@media (max-width: 1023px) {
    .columns .columns__container {
        flex-direction: column
    }

    .columns .columns__item {
        width: calc(100% - 2rem) !important
    }

    .columns .columns__item.columns__item--image {
        order: 1
    }

    .columns .columns__item.columns__item--text {
        order: 2
    }
}

.wp-block-table table {
    background-color: #323443;
    color: #fff;
    overflow: hidden
}

.wp-block-table table th {
    background-color: #232832;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.footer__nav-list {
    gap: 10px
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: var(--header-bg-color);
    z-index: 900
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 10px 20px 20px
}

.header__logo img {
    max-width: 140px
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 100%
}

.header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_br-container, .header__nav .menu-main-nav_hi-container, header .header__nav .menu-main-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .menu .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    background: var(--header-bg-color);
    flex: 1 1
}

header .menu .menu-item > a, header .menu .menu-item > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    color: #fff;
    padding: 20px 10px;
    width: 100%;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item .sub-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 4px;
    list-style: none;
    background-color: #b97807;
    z-index: 900;
    margin-top: 0;
    padding-left: 0
}

@media (min-width: 1025px) {
    header .menu .menu-item.menu-item-has-children:hover .sub-menu {
        display: flex
    }
}

header .menu .menu-item .sub-menu .menu-item {
    min-width: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item .sub-menu .menu-item > a, header .menu .menu-item .sub-menu .menu-item > span {
    display: block;
    padding: 10px 12px;
    background: var(--header-bg-color);
    color: var(--second-font-color);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

header .menu .menu-item.menu-item-has-children > a svg, header .menu .menu-item.menu-item-has-children > span svg {
    transform: rotate(180deg)
}

header .menu .menu-item .sub-menu .menu-item > a:after {
    display: none
}

header .menu .menu-item .sub-menu .menu-item:first-child > a, header .menu .menu-item .sub-menu .menu-item:first-child > span {
    padding-top: 12px
}

header .menu .menu-item .sub-menu .menu-item:last-child > a {
    padding-bottom: 12px
}

.header__burger {
    display: none;
    background-image: url(../images/burger.svg);
    width: 44px;
    height: 44px;
    min-width: 44px;
    cursor: pointer
}

.header__burger-checkbox {
    display: none
}

.header__burger._active {
    background-image: url(../images/burger_cross.svg)
}

@media (min-width: 1201px) {
    header .menu .menu-item .sub-menu .menu-item:hover {
        background-color: #28a909
    }

    header .menu .menu-item .sub-menu .menu-item:hover > a {
        background-color: #28a909;
        color: #fff !important
    }

    header .menu .menu-item:hover > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media (max-width: 1024px) {
    .header {
        height: 52px;
        position: fixed;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header__logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        padding: 17px 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__logo img {
        max-width: 103px
    }

    .header__nav {
        display: none
    }

    .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_br-container, .header__nav .menu-main-nav_hi-container, header .header__nav .menu-main-nav-container {
        display: none;
        width: 100%
    }

    header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        background-color: var(--header-bg-color);
        overflow: auto
    }

    header .menu .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto
    }

    header .menu .menu-item > a, header .menu .menu-item > span {
        width: 100%;
        padding: 10px 16px;
        background-color: var(--header-bg-color)
    }

    header .menu .menu-item.menu-item-has-children > a, header .menu .menu-item.menu-item-has-children > span {
        display: flex;
        justify-content: space-between
    }

    header .menu .menu-item.menu-item-has-children._active > a svg, header .menu .menu-item.menu-item-has-children._active > span svg {
        transform: unset
    }

    header .menu .menu-item.menu-item-has-children_active .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .menu .menu-item.menu-item-has-children_active > a:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    header .menu .menu-item .sub-menu {
        position: relative;
        top: 0;
        padding-top: 0
    }

    header .menu .menu-item .sub-menu .menu-item > a, header .menu .menu-item .sub-menu .menu-item > span {
        padding: 10px 32px
    }

    header .menu .menu-item .sub-menu .menu-item:first-child > a, header .menu .menu-item .sub-menu .menu-item:first-child > span {
        padding-top: 10px;
        border-radius: unset
    }

    header .menu .menu-item .sub-menu .menu-item:last-child > a {
        padding-bottom: 10px;
        border-radius: unset
    }

    .header.burger-active {
        height: auto;
        overflow: auto;
        max-height: 100vh
    }

    .header__burger {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    header._burger-active .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        width: 100%;
        height: auto;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 20px
    }

    .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_br-container, .header__nav .menu-main-nav_hi-container, header._burger-active .header__nav .menu-main-nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    header._burger-active .header__lang-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    header._burger-active .header__lang-block .lang-block__sub-menu_active .lang-block__list {
        background: var(--main-bg-color)
    }

    header._burger-active .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        background-color: var(--header-bg-color);
        width: 100%;
        padding: 8px 16px 0 16px;
        -ms-flex-order: 4;
        order: 4
    }
}

.header__logo img {
    height: auto
}

@media (max-width: 1000px) {
    header .menu .menu-item._active .sub-menu {
        display: flex
    }
}

header .menu .menu-item .sub-menu .menu-item > span {
    background-color: var(--header-active-bg-color)
}

@media (max-width: 1024px) {
    header .menu {
        padding-top: 0;
        padding-left: 0
    }
}

@media (min-width: 1201px) {
    header .menu .menu-item > a:hover svg, header .menu .menu-item > span:hover svg {
        transform: unset
    }
}

.menu-arrow {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    height: 100%
}

.header {
    position: relative;
    flex-wrap: wrap;
    height: unset
}

.header__logo {
    justify-content: center;
    flex: 1 1 100%;
    padding: 10px 0
}

@media (max-width: 1024px) {
    .header__logo {
        order: 1;
        padding: 10px 0
    }
}

.header__nav {
    justify-content: center;
    order: 2;
    margin-bottom: 10px
}

.header__nav .menu > .menu-item:first-child > a, .header__nav .menu > .menu-item:first-child > span {
    border-radius: 10px 0 0 10px
}

.header__nav .menu > .menu-item:last-child > a, .header__nav .menu > .menu-item:last-child > span {
    border-radius: 0 10px 10px 0
}

.menu-main-nav-container {
    justify-content: center
}

.header__burger {
    position: absolute;
    z-index: 900
}

.header__burger {
    left: 5px;
    top: 5px
}

header .menu .menu-item .sub-menu .menu-item > a:hover, header .menu .menu-item .sub-menu .menu-item > span, header .menu .menu-item > a:hover, header .menu .menu-item > span {
    color: #28a745
}

.header__container {
    flex-direction: column;
    width: 100%
}

@media (max-width: 1024px) {
    .menu-header-menu-container {
        width: 100%
    }
}

.head-info__button-block-title--no-button {
    background: 0 0;
    margin: 0
}

.head-info__button-block-title--no-button span {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    background: 0 0
}

.head-info__button-block-title--no-button:after {
    display: none
}

.head-info__table-td:first-child {
    font-weight: 500;
    color: #fff
}

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

@media (max-width: 767px) {
    .columns {
        padding: 1rem 0
    }

    .wrapper {
        margin: 1rem 0
    }
}

.toc__item {
    display: flex;
    align-items: center
}

.promocode__controls {
    margin: 0
}

.footer__logo {
    padding: 10px 0
}

.footer__logo img {
    max-width: 140px;
    height: auto
}

.breadcrumbs {
    margin-top: -1px;
    background-color: var(--color-bg-header);
    width: 100%
}

.breadcrumbs__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__list_item:not(:last-child) {
    margin-right: 14px
}

.breadcrumbs__list-link {
    font-family: inherit;
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--main-font-color);
    padding: 5px 0;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumbs__list-link svg {
    margin-left: 14px;
    fill: var(--main-font-color)
}

.breadcrumbs__list-link--no-active {
    color: var(--main-font-color)
}

.breadcrumbs__list-link--no-active svg {
    display: none
}

.breadcrumbs__list {
    width: 100%
}

a.breadcrumbs__list-link:hover {
    color: #fff
}

.head-info__bonus {
    background-size: cover;
    background-position: center
}

@media (max-width: 1023px) {
    .head-info__bonus {
        width: 100%
    }
}

.footer__copyright {
    max-width: var(--width-container);
    padding: 10px var(--offsets);
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px
}

.payment-systems {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 40px;
    list-style: none;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 0
}

.payment-systems img {
    max-height: 40px;
    object-fit: contain;
    width: fit-content
}

.qewe {
    display: flex;
    justify-content: center
}

.page-footer .footer__container {
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap
}

.page-footer .footer__container > :not(:first-child) {
    margin-top: 1rem
}

.page-404 .container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.page-404 .page-404__link, .page-404 .page-404__subtitle, .page-404 .page-404__title {
    text-align: center
}

.page-404 .page-404__link {
    margin-bottom: 1rem
}

.footer__wrapper {
    padding: 10px 0;
    flex-basis: 100%
}

.footer__logo {
    flex-grow: 1;
    display: flex;
    justify-content: center
}

.content-button {
    margin-top: 2rem
}

.content-button.alight-left .content-button__control {
    margin: 0 auto 0 0
}

.content-button.align-right .content-button__control {
    margin: 0 0 0 auto
}

.content-button.align-center .content-button__control {
    margin: 0 auto
}

.content-button__control, .page-header__button {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.content-button__control {
    background-color: #dcff00;
    color: #0f1419;
}

.page-header__button--first {
    background: #40a4fb
}

.page-header__button--second {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%)
}

.content-button__control:hover {
    opacity: .9
}

.wrapper > .content-button {
    margin-right: auto;
    margin-left: auto;
    padding: 0 var(--offsets);
    max-width: var(--width-container)
}

header .menu {
    margin: 0;
    padding: 0
}

.how-to {
    margin-top: 1rem
}

.how-to__item-label-counter {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.how-to__item::after {
    left: 24px
}

.page-header__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px
}

@media (max-width: 1024px) {
    .how-to__item-image {
        margin: 20px 0 0 0
    }

    .header__logo {
        order: 0
    }
}

@media (max-width: 767px) {
    .content-button {
        margin-top: 1rem
    }

    .how-to__item::after {
        left: 0;
        top: 40px;
        width: 2px
    }

    .page-header__button {
        flex-grow: 1
    }

    .page-header__buttons {
        width: 100%
    }
}

.head-info__button-block-title {
    background: 0 0
}

.head-info__button-block-title span {
    background: 0 0
}

.head-info__button-block-title::after {
    display: none
}

.head-info__button-block-link:hover {
    opacity: .9
}

.head-info__button-block-link svg path {
    fill: #000 !important
}

.head-info__button-block-link::before, .mobile-button__control::before {
    display: none
}

@media (max-width: 1023px) {
    .wrapper:first-child .columns .columns__item.columns__item--image {
        order: 2
    }
}

@media (max-width: 767px) {
    .promocode__container {
        padding: 16px
    }

    .promocode__value {
        padding: 10px
    }

    .promocode__button {
        margin-top: 0
    }
}

@media (max-width: 450px) {
    .promocode__value {
        font-size: 20px
    }
}

.mobile-button__control {
    background-color: #01d053
}

.content-button {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.content-button.align-left {
    justify-content: flex-start
}

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

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

.listing p {
    margin: 0
}

.listing__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    list-style: none;
    padding-left: 0
}

.listing__item {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background-color: var(--color-block-bg);
    padding: 24px;
    overflow: hidden
}

.listing__count {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 6px 0;
    background-color: var(--color-accent);
    color: #fff;
    width: 24px;
    height: 24px
}

.listing__item img {
    margin: 0 auto
}

.listing__item-info-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    color: #fff
}

.listing__pros {
    padding-left: 0;
    margin-top: 12px;
    list-style: none
}

.listing__pros li::before {
    content: "+";
    color: #28a909;
    font-weight: 700;
    padding-right: 5px
}

.listing__pros li {
    padding-left: 4px
}

.listing__item__buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 12px;
    flex: 1 1
}

.listing__item-button {
    margin-top: 12px;
    width: 100%;
    background-color: #dcff00;
    color: #0f1419;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 16px;
    line-height: 24px;
}

.listing__item-button_2 {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(140, 150, 170, .5);
}

@media (max-width: 1024px) {
    .listing__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 550px) {
    .listing__list {
        grid-template-columns:1fr
    }
}

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

.text-image.reversed .text-image__content {
    order: 3
}

.text-image .text-image__title {
    grid-column: 1/-1
}

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

@media (max-width: 1024px) {
    .text-image {
        grid-template-columns:1fr
    }

    .text-image img {
        width: 100%
    }

    .text-image.reversed .text-image__content {
        order: unset
    }
}

.author-block__description > :not(:first-child) {
    margin-top: 1rem
}

.author .author-block_outlined {
    margin: 2rem 0 0 0
}

.wp-block-list {
    padding-left: 16px;
    display: grid;
    gap: 1rem;
}

* + .wp-block-list {
    margin-top: 1rem;
}

.last-modified-date {
    margin: 1rem 0;
    text-align: center;
    background: #28a909;
    padding: 1rem 0;
    font-weight: 700;
    color: #fff;
}

.footer__nav-item--current > span {
    color: #28a745;
}

body.wp-admin {
    color: #000;
}

.slots {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

.slots__item {
    background-color: #2d2f3c;
    border-radius: 4px;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
	    justify-content: space-between;
}

.slot__title {
    text-align: center;
    margin: 0;
    color: #fff;
}

.slot__link {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

* + .bonus,
* + .text-image {
    margin-top: 1rem;
}

.bonus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.bonus__item {
    display: grid;
    border-radius: 3px;
    border: 1px solid #424242;
    border-radius: 3px;
}

.bonus__item-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bonus__item:has(img) {
    grid-template-columns: 220px 1fr;
}

.bonus__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus__title {
    margin: 0;
    font-size: 25px;
    line-height: 36px;
    color: #fff;
}

.bonus__text {
    margin: 0;
}

.bonus__item-content .btn {
    margin-top: auto;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 12px 6px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
}

@media (max-width: 1023px) {
    .bonus {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bonus__item:has(img) {
        grid-template-columns: 1fr;
    }

    .bonus__item img {
        max-height: 200px;
    }
}

/* Relink */
.relink {
    padding-bottom: 2rem;
}

.relink--full {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: 0;
    gap: 1rem;
}

.relink--full .grid__title,
.relink--full .grid__description {
    margin: 0;
    grid-column: 1 / -1;
}

.relink > .get-image,
.relink > img {
    grid-column: 1 / 3;
    grid-row: auto;
}

.relink > .get-image,
.relink > img {
    border-radius: 4px;
    overflow: hidden;
}

.relink--no-img .relink__list {
    grid-template-columns: repeat(6, 1fr);
    grid-column: 1 / -1;
}

.relink__list {
    grid-column: 3 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.relink__item {
    border-radius: 4px;
    padding: 8px;
    background-color: #22252a;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.relink--full .relink__item {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.relink__item:hover {
    opacity: 0.8;
}

.relink .get-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.relink__item img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.relink__content {
    flex-grow: 1;
}

.relink--full .relink__content {
    flex-grow: 0;
}

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

.relink__text {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #9aa2af;
}

@media (max-width: 1280px) {
    .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
        grid-column: 1 / -1;
    }
}

@media (max-width: 1023px) {
    .relink {
        grid-template-columns: 1fr;
    }

    .relink > .get-image,
    .relink > img {
        grid-column: auto;
    }

    .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }

    .relink__list {
        grid-column: auto;
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(4, 1fr);
    }
		    .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .relink--full .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .relink--no-img .relink__list {
        grid-template-columns: repeat(3, 1fr);
    }

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

}

@media (max-width: 550px) {
    .relink--full .relink__list,
    .relink--no-img .relink__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .relink__list {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Relink */

.other-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-bottom:24px
}

.other-links__item img {
	height: 24px;
	width: auto
}
