: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: #3c4858;
    --color-font-second: #2e2e2e;
    --color-nav-links: #d1d1d1;
    --color-accent: #ffe000;
    --color-block-bg: #f1f2f5;
    --color-block-border: #e7e9ee;
    --color-bg-header-footer: #1F2842;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --body-bg-color: #fff;
    --text-color: #5e5e5e;
    --title-color: #5e5e5e;
    --accend-color: #ffe000;
    --accend-color-2: #af0000;
    --main-accent-bg-color: #fff;
    --header-bg-color: #272727;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #ffe000 #373737
}

html::-webkit-scrollbar {
    width: 9px
}

html::-webkit-scrollbar-track {
    background: 0 0;
    background: #373737
}

html::-webkit-scrollbar-thumb {
    background-color: #ffe000;
    border-radius: 20px;
    border: transparent
}

.has-white-color{color:#fff}.has-text-align-center{text-align:center}.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 #ffe000;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.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}.wp-block-video video{max-width:100%}

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

.container-full {
    max-width: 100%
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

td a {
    color: #ffe000;
}

.footer__nav a {
    color: #fff;
}

.footer__nav .menu-item span {
    color: #fff;
}

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

a:hover {
    text-decoration: none
}

ol, ul {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 25px;
    margin-top: 1rem;
    font-weight: 500
}

ol li::marker, ul li::marker {
    color: #af0000;
}

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 > ol, .wrapper > ul {
    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: 0 0 25px
}

.wrapper h2 {
    margin: 0 0 15px
}

table {
    border: 1px solid #ffe000;
}

table th {
    padding: .5rem 1rem;
    text-align: center;
    background-color: #212121;
    color: #fff
}

table td {
    padding: .5rem 1rem;
    border: 1px solid #ffe000
}

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

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
}

.footer {
    background-color: #272727;
    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
}

.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;
    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(--color-bg-header-footer);
    -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 {
    margin-left: 50px;
    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: 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
}

.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
}

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

.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;
    font-weight: 500;
    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;
}

.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;
    gap: 8px;
}

.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: var(--color-accent);
    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: var(--color-font-second);
    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
}

.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;
    border: 1px solid var(--color-block-border);
    padding: 20px 25px;
    background-color: #373737;
    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;
    gap: 6px 12px;
}

.head-info__button-block-title {
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
    color: #fff;
    -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 {
    max-width: 325px;
    outline: 0;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    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__table {
    margin: 0;
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    border-style: hidden;
    -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-tr:first-child .head-info__table-td {
    padding-top: 20px
}

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

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

.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
}

.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
}

@media (max-width: 767px) {
    .head-info__list-links {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.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: #fff;
    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__list-link:focus, .head-info__list-link:hover {
        text-decoration: none;
    }
}

@media (max-width: 1220px) {

    .head-info__button-block-link {
        flex-grow: 1;
        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: 20px 0
    }

    .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 {
        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: 120px 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;
}

/* 10.07.23 */
.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.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 */
.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 .how-to__item-label {
    background: var(--accend-color);
}

.how-to__item .how-to__item-title::after {
    background: var(--accend-color);
}

.how-to__item .how-to__item-content::after {
    background: var(--accend-color);
}

.how-to__item {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 3px;
    border: 1px solid #ffe000;
    background-color: #373737;
    /*padding: 20px 20px 20px 30px;*/
    border-radius: 12px;
    overflow: hidden;
}

.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: 1024px) {
    .how-to__item {
        flex-direction: column;
    }
}

.how-to__item-label {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*border-radius: 3px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #3486e3;*/
}

.how-to__item-label-counter {
    padding: 7px 20px 7px 15px;
    font-weight: 800;
    font-size: 36px;
    line-height: 43px;
    color: #2E2E2E;
    font-style: italic;
}

@media (max-width: 1280px) {
    .how-to__item-label-counter {
        font-size: 30px;
        line-height: 36px;
        padding: 5px 15px 5px 10px;
    }
}

@media (max-width: 1023px) {
    .how-to__item-label-counter {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .how-to__item-label-counter {
        font-size: 20px;
        line-height: 24px;
        padding: 5px 11px 5px 8px;
    }
}

@media (max-width: 575px) {
    .how-to__item-label-counter {
        font-size: 14px;
        line-height: 17px;
    }
}

.how-to__item-content {
    margin-top: auto;
    margin-bottom: auto;
    flex-basis: 40%;
    padding-top: 10px;
    padding-bottom: 50px;
    /*margin-left: 35px;*/
}

@media (max-width: 1280px) {
    .how-to__item-content {
        /*margin-left: 25px;*/
        flex-basis: 45%;
    }
}

@media (max-width: 1023px) {
    .how-to__item-content {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .how-to__item-content {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .how-to__item-content {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .how-to__item-content {
        padding-bottom: 5px;
        position: relative;
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .how-to__item-content {
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .how-to__item-content {
        margin-left: 10px;
    }
}

.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;
}

.how-to__item-title a {
    color: #ffe000;
}

@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;
    margin: 10px;
}

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

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

/* HOW TO */

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

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

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

.toc::before,
.toc::after {
    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 */
.toc__block-inner {
    background: #373737;
    border: 1px solid #ffe000;
    border-radius: 2px;
    padding: 16px 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: #FFFFFF;
    width: 100%;
}

.toc .toc__title:after {
    position: relative;
    display: flex;
    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 {
    margin-top: 24px;
}

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

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

.toc__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    padding-left: 0;
}

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

@media (max-width: 1200px) {
    .toc__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

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

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

    .toc__block-inner {
        padding: 24px 12px;
    }

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

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

/* FAQ */
.faq {
    border: 1px solid #ffe000;
    border-radius: 10px;
    padding: 24px;
}

.faq__item {
    position: relative;
    border-radius: 3px;
    background-color: #272727;
    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;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    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 0.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 {
    color: #fff;
    height: auto;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    font-weight: 500;
}

.faq__answer a {
    color: #ffe000;
}

.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 #ffe000;
    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;
    }
}

/* FAQ */

.slots--v1 {
    padding: 35px 22px 25px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px
}

.slots--v1 .slots__title {
    position: relative;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-family: var(--ff-primary);
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots--v1 .slots__title svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slots--v1 .slots__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 25px
}

.slots--v2 .slots__title {
    text-align: center;
    margin: 0 0 25px;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1e1d2a;
    font-family: var(--ff-primary);
    display: inline-block;
    width: 100%
}

.slots--v2 .slots__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    grid-row: auto;
    gap: 20px
}

.slots--v3 .slots__title {
    font-family: var(--ff-primary);
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slots--v3 .slots__title svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.slots--v3 .slots__body {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr);
    grid-row: auto;
    gap: 40px 20px
}

.slot--v3 img {
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    max-height: 112px
}


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

.slot--v3 .slot__title {
    font-family: var(--ff-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1e1d2a;
    margin: 0
}

.slot__link {
    width: 100%;
}

@media (max-width: 1279px) {
     .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1023px) {
    .slots--v1 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .slots--v2 .slots__body, .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr);
        gap: 10px
    }
}

@media (max-width: 767px) {
    .slots--v2 .slots__body, .slots--v3 .slots__body {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 449px) {
    .slots--v2 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 374px) {
    .slots--v3 .slots__body {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

/* Slots  */
.slots--v3 .slots__body {
    background-color: unset;
    border: none;
    padding: 0;
}

.slot--v3 .slot__title {
    color: white;
}

.slots__body-item {
    border: 1px solid #ffe000;
    padding: 10px;
    border-radius: 5px;
    background-color: #373737;
}

.slot--v3 .slot__link.demo-button {
    background-color: #ffe000;
    margin-top: 10px;
}

.slots-show-more {
    display: none;
}

.slots-show-more__btn {
    margin-top: 17px;
    display: block;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-primary);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--title-color);
    background-color: #ffe000;
    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;
}

.slots-show-more__btn:hover {
    opacity: .7;
}

@media (max-width: 1024px) {
    .slots__body-item._hide_mobile {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        padding: 0;
        position: absolute;
        z-index: -1;
    }

    .slots-show-more {
        display: flex;
        justify-content: center;
    }
}

/* Popup */
.popup-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 900;
}

.popup-bg._active {
    display: flex;
}

.popup {
    width: 1243px;
}

.popup .popup__cross {
    content: '';
    min-width: 28px;
    width: 28px;
    height: 28px;
    background-image: url("../images/cross.svg");
    cursor: pointer;
}

.slots-popup {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
}

.slots-popup .slots-popup__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 16px 12px 20px;
    background: #272727;
}

.slots-popup .slots-popup__title {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    flex: 1 1;
    margin-top: 0;
    margin-bottom: 0;
}

.slots-popup .slots-popup__buttons {
    display: flex;
    justify-content: center;
    flex: 1 1;
}

.slots-popup .slots__button {
    width: auto;
    padding: 10px 12.5px;
}

.slots-popup .slots-popup__cross-container {
    display: flex;
    justify-content: flex-end;
    flex: 1 1;
}

.slots-popup .slots-popup__content {
    position: relative;
    max-height: 80vh;
    aspect-ratio: 16/9;
    background-color: #272727;
}

@media (max-width: 767px) {
    .slots-popup .slots-popup__content {
        width: 100%;
        height: 80vh;
        aspect-ratio: unset;
    }
}

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

.slots-popup .slots-popup__iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1412px) {
    .popup {
        margin: 0 20px;
    }

    .slots-popup .slots-popup__content {
        min-height: 540px;
    }
}

@media (max-width: 1200px) {
    .popup {
        margin: 0 16px;
    }
}

@media (max-width: 760px) {
    .slots-popup .slots-popup__content {
        min-height: 300px;
    }

    .slots-popup .slots-popup__title {
        order: 1;
    }

    .slots-popup .slots-popup__buttons {
        order: 3;
        flex: 1 1 100%;
        margin-top: 8px;
    }

    .slots-popup .slots-popup__cross-container {
        flex: 0 0 32px;
        order: 2;
    }

    .slots-popup .slots-popup__header {
        padding: 12px 20px;
    }
}

.popup .slot__link {
    margin-top: 0;
}

/* Popup */

/* Avivator */
.game {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

/*.game .game__preview,*/
.game .game__content,
.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, 0.59), rgba(0, 0, 0, 0.59));
}

.game .game__preview img {
    display: flex;
    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;
    background-color: #af0000;
    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: #ffe000;
}

.game__btn:hover {
    opacity: .7;
}

/* Avivator */

/* game popup */
.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: #272727;
    height: 60px;
    padding: 8px 20px;
    /*border-top: 1px solid #293B55;*/
}

.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;
    margin-left: auto;
    cursor: pointer;
    z-index: 901;
}

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

.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: #FFFFFF;
    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;
    }
}

/* game popup */

/* Promocode */
.promocode {
    padding: 1rem 0;
}

.promocode__container {
    max-width: 670px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #ffe000;
    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;
    color: #000;
    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: #af0000;
    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: #ffe000;
    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: #af0000;
    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: 0.5rem;
    }

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

    .promocode__value {
        padding: 10px 20px;
    }
}

/* Promocode */
body {
    background-color: var(--body-bg-color);
    color: var(--text-color);
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

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

.toc__item::marker {
    content: '';
}

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

.toc__item:before {
    content: counter(number);
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border-radius: 2px;
    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;
    background-color: #ffe000;
    color: #373737;
    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;
}

.toc__link:hover {
    text-decoration: underline;
}

.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;
    }

}


table {
    color: white;
    border: 1px solid #ffe000;
    overflow: hidden;
}

table th {
    text-align: center;
    background-color: #272727;
    color: #fff;
    padding: 20px 0;
    white-space: nowrap;
}

table tr {
    color: #FFFFFF;
    border-bottom: 1px solid #ffe000;
}

.footer__nav-list {
    gap: 10px;
}


/* HEADER */
.header {
    /*position: fixed;*/
    /*top: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*height: 64px;*/
    background-color: #af0000;
    z-index: 900
}

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

.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%;
    border-radius: 3px;
    width: 100%;
}

header .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-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: 10px 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: #272727;
    z-index: 900;
    margin-top: 0;
    padding-left: 0;
}

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: #fff;
    -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 > a:hover {
        background-color: var(--header-active-bg-color)
    }

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

    header .menu .menu-item .sub-menu .menu-item:hover > a {
        background-color: var(--header-active-bg-color);
        color: var(--main-font-color)
    }

    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;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__logo img {
        max-width: 103px
    }

    .header__nav {
        display: none
    }


    header .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-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;
        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;
    }

    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._burger-active .header__nav .menu-main-nav-container, .header__nav .menu-main-nav_bn-container, .header__nav .menu-main-nav_hi-container, .header__nav .menu-main-nav_br-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%;
}

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

.header__nav {
    justify-content: center;
    order: 2;
}

@media (min-width: 1025px) {
    .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;
}

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

:root{
    --main-font-color: var(--text-color);
}

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

.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: none;
    margin: 0;
}

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

.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;
}

.promocode__controls {
    margin: 0;
}

.footer__logo{
    padding: 10px 0;
}

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

.breadcrumbs{margin-top:-1px;background-color:#272727; 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:#fff;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(--text-color)}.breadcrumbs__list-link--no-active{color:#fff}.breadcrumbs__list-link--no-active svg{display:none}

.breadcrumbs__list{
    width: 100%;
}

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

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

.footer__copyright {
    color: #fff;
	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 20px;
	list-style: none;
	flex-wrap: wrap;
    width: 100%;
	margin: 1rem 0;
    padding: 0;
}

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

@media (max-width: 767px) {
    .payment-systems {
        gap: 10px;
    }
}

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

.page-footer .footer__container {
	flex-wrap: wrap;
}

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

.page-404 .page-404__title,
.page-404 .page-404__subtitle,
.page-404 .page-404__link {
    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;
}

.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: 50px;
    height: 50px;
    padding: 4px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 0;
}

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

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


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

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

    .how-to__item-label-counter {
        width: 32px;
        height: 32px;
    }

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

    .page-header__button {
        flex-grow: 1;
    }

    .page-header__buttons {
        width: 100%;
    }
}

.head-info__button-block {
    background-color: #373737;
	border: none;
}

.head-info__button-block-title {
	background: none;
}

.head-info__button-block-title span {
	background: none;
}

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

.head-info__button-block-link {
	background: #40a4fb;
	border-radius: 5px;
}

.head-info__button-block-link:hover {
	opacity: 0.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;
}

.text-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px
}

.text-image.reversed {
    flex-direction: row-reverse
}

.text-image__title {
    flex: 1 1 100%;
    padding-top: 0 !important;
    margin-top: 0 !important
}

.text-image__content, .text-image__image {
    flex: 1 1
}

.text-image__content > :not(:first-child) {
    margin-top: 1rem;
}

.text-image__content {
    width: 100%;
    overflow: hidden;
}

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

@media (max-width: 767px) {
    .text-image, .text-image.reversed {
        align-items: unset;
        flex-direction: column
    }

    .text-image__image {
        order: -1
    }

    .text-image__title {
        order: -2
    }
}

.wp-block-table {
    background-color: #373737;
    overflow: auto;
}


.wp-block-table table,
.wp-block-table tr,
table tr,
.wp-block-table td,
.wp-block-table th {
    box-shadow: unset;
    border: 1ps solid #fff;
}

/* Gallery */
.screenshot-gallery__list{
    display: flex;
    gap: 16px;
    list-style: none;
    padding-left: 0;
    overflow: auto;
}

.screenshot-gallery__item{
    flex: 1 1;
}

.screenshot-gallery__list img{
    min-width: 146px;
}

.gslide-image img {
    max-width: 80vw!important;
    max-height: 80vh!important;
}

@media (max-width: 1024px) {
    .screenshot-gallery__list{
        gap: 10px;
    }
}

._button {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    border: none;
    padding: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-font: var(--ff-primary);
}

._button--content {
    color: #000;
    background: #ffe000;
}

._button--white {
    color: #000;
    background: #eff0f2;
}

._button--yellow {
    color: #000;
    background: #ffe000;
}

._button:hover {
    scale: 0.98;
}