@charset "UTF-8";

:root {
    --width-container: 1304px;
    --main-accent-bg-color: #2ecc71;
    --main-nav-color: #fff;
    --header-bg-color: #000;
    --footer-bg-color: #000;
    --content-button-bg-color: #2ecc71;
    --content-button-color: #fff;
    --offsets: 32px;
    --heading-color: #111;
    --text-color: #333;
    --bg-main: #f4f4f4;
    --bg-dark-0: #0a2244;
    --bg-dark-100: #003266;
    --bg-dark-200: #04386e;
    --bg-dark-300: #09437f;
    --bg-dark-400: #0a519e;
    --primary-color-blue: #428cdb;
    --primary-color-red: #ffe000;
    --primary-color-green: #88c504;
    --bg-table: #e8ecf1;
    --ff-fonts: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

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

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

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

p {
    margin-top: 1rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #4b4b4b
}

a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #4b4b4b;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a:hover {
    text-decoration: none
}

button, input {
    font-family: var(--ff-fonts)
}

ol.wp-block-list, ul.wp-block-list {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

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

h1 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    line-height: 56px;
    text-transform: uppercase
}

h2 {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

h3 {
    color: #171716;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

h4, h5, h6 {
    margin-bottom: 16px;
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase
}

.block-editor h1 {
    color: #000
}

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

.wrapper > ol, .wrapper > ul {
    padding-left: 0
}

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

.links, .wrapper > :last-child {
    margin-bottom: 32px
}

.wp-block-table table {
    overflow: hidden;
    border: unset;
    border-radius: 12px;
    background-color: #1183d3
}

.wp-block-table table th {
    border: unset;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.wp-block-table table th:not(:last-child) {
    border-right: unset
}

.wp-block-table table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.wp-block-table table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.wp-block-table table td {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent
}

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

.wp-block-table .has-fixed-layout {
    table-layout: auto
}

.wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.container .container {
    padding-right: 0;
    padding-left: 0
}

.get-image {
    margin: 0;
    line-height: 0
}

.get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

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

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--ff-fonts);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    background-color: #e6e7e8;
    padding-bottom: 20px
}
 
.background-block.container {
	background: transparent!important;
}

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

.scroll-lock {
    overflow: hidden
}

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

.last-modified-date {
    display: inline-block;
    margin: 1rem auto;
    border-radius: 5px;
    padding: 10px 30px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    background: -o-linear-gradient(150deg, #fff0 0, #fff0 5%, #cccf 50%, #fff0 95%, #fff0 100%);
    background: linear-gradient(300deg, #fff0 0, #fff0 5%, #cccf 50%, #fff0 95%, #fff0 100%)
}

main ol:not([class]),
main ul:not([class]),
main ol.wp-block-list,
main ul.wp-block-list {
    list-style: none
}

main ol:not([class]) li,
main ul:not([class]) li,
main ol.wp-block-list li,
main ul.wp-block-list li {
    position: relative;
    border-radius: 8px;
    border: 1px dashed #f0efef;
    padding: 4px 8px 4px 28px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

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

main ol:not([class]) li,
main ol.wp-block-list li {
    counter-increment: ol;
    padding: 4px 8px;
}

main ol:not([class]) li:not(:last-child),
main ul:not([class]) li:not(:last-child),
main ol.wp-block-list li:not(:last-child),
main ul.wp-block-list li:not(:last-child) {
    margin-bottom: 8px
}

/*main ol:not([class]) li:before,*/
main ul:not([class]) li:before,
/*main ol.wp-block-list li:before,*/
main ul.wp-block-list li:before {
    position: absolute;
    left: 4px;
    top: 2px
}

main ul:not([class]) li:before,
main ul.wp-block-list li:before {
    content: url('data:image/svg+xml,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.707 11.293-4-4A1 1 0 0 0 9 8v8a1 1 0 0 0 1.707.707l4-4a1 1 0 0 0 0-1.414z" style="fill:%23af0000" data-name="Right"/></svg>');
}

main ol:not([class]) li::before,
main ol.wp-block-list li::before {
    content: counter(ol) ". ";
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 22px
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border: none;
    border-radius: 4px;
    padding: 16px 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #171716;
    transition: .3s ease-in-out;
    cursor: pointer;
    min-width: 240px
}

@media (max-width: 500px) {
    .btn {
        min-width: unset
    }
}

.content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px
}

.content-button.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-button.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-button.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 767px) {
    .content-button .btn {
        width: 100%;
    }
}

.page-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 800;
    padding: 8px 0;
    background-color: var(--bg-dark-0)
}

.page-header__container {
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width: 1023px) {
    .page-header.active {
        max-height: 100dvh;
        overflow: auto
    }

    .page-header__container {
        flex-wrap: wrap
    }

    .page-header__container.active {
        overflow: auto
    }
}

.page-header__logo {
    margin-right: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.page-header__logo .get-image {
    line-height: 1
}

.page-header__buttons {
    position: relative;
    z-index: 770;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: auto;
    order: 4
}

@media (max-width: 1023px) {
    .page-header__buttons {
        justify-content: center;
        flex: 1 1 100%;
        order: 4
    }
}

.page-header__buttons .btn + .btn {
    margin-left: 8px;
    color: #171716;
    background-color: #fff
}

.page-header__burger {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
    width: 31px;
    height: 26px;
    cursor: pointer
}

.page-header__burger span {
    display: block;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -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;
    pointer-events: none
}

.page-header__burger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotateZ(45deg)
}

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

.page-header__burger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotateZ(-45deg)
}

.main-nav {
    padding: 20px 0
}

.main-nav__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: fit-content
}

.main-nav__item {
    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;
    height: 100%
}

.main-nav__item:not(:last-child) {
    margin-right: 10px
}

.main-nav__item--has-children {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-nav__item-arrow {
    display: flex;
    line-height: 1;
    padding-right: 8px
}

.main-nav__item-arrow svg {
    transition: transform .3s ease-in-out
}

.main-nav__link {
    padding: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    color: #f4f4f4;
    transition: color .3s ease-in-out;
    white-space: nowrap
}

.main-nav__item.main-nav__item--has-children .main-nav__link {
    padding-right: 0
}

.main-nav__link--current, .main-nav__link:hover {
    color: var(--primary-color-red)
}

.main-nav__dropdown-menu, .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    list-style: none;
    margin: 0;
    border-radius: 8px;
    padding: 20px;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: var(--header-bg-color);
    border: 1px solid #2f2f2f
}

.sub-menu__item:not(:last-child) {
    margin-bottom: 4px
}

.sub-menu__link {
    display: inline-block;
    padding: 8px 0;
    width: 100%;
    text-decoration: none;
    color: #dde4ec
}

.sub-menu__link--current, .sub-menu__link:hover {
    color: var(--primary-color-red)
}

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

.wp-block-columns {
    margin: 0 auto;
    padding: 2rem var(--offsets);
    max-width: calc(var(--width-container) + var(--offsets) + var(--offsets));
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

@media (max-width: 750px) {
    .wp-block-columns {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

.wp-block-columns .wp-block-column {
    margin: 0
}

.wp-block-columns.col-1 {
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr)
}

.wp-block-columns.col-2 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.wp-block-columns.col-3 {
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.wp-block-columns.col-4 {
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr)
}

.wp-block-columns.col-5 {
    -ms-grid-columns:(1fr) [ 5 ];
    grid-template-columns:repeat(5, 1fr)
}

.wp-block-columns.col-6 {
    -ms-grid-columns:(1fr) [ 6 ];
    grid-template-columns:repeat(6, 1fr)
}

.wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wp-block-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.wp-block-column > :not(:first-child) {
    margin-top: 30px
}

.wp-block-column .row {
    padding: 0
}

.background-block .wp-block-columns {
    padding: 8px 0;
    gap: 24px
}

.background-block .wp-block-column > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    margin: 0
}

.background-block .wp-block-column h2, .background-block .wp-block-column h3 {
    margin-bottom: 24px;
    text-align: center
}

.background-block .wp-block-column h2 + .wp-block-image, .background-block .wp-block-column h3 + .wp-block-image {
    margin-top: 0
}

.background-block .wp-block-column ol, .background-block .wp-block-column p, .background-block .wp-block-column ul {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

.background-block .wp-block-column .wp-block-image {
    margin-top: 24px
}

.background-block .wp-block-column .wp-block-image img {
    overflow: hidden;
    border-radius: 8px
}

.icon-blocks {
    padding: 2rem 0
}

.icon-blocks__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.icon-blocks__item {
    border: 1px solid #fff;
    padding: 1rem;
    width: calc(100% / 6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--main-accent-bg-color)
}

.icon-blocks__item:hover .icon-blocks__image {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.icon-blocks__image {
    margin-top: 2rem;
    text-align: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.icon-blocks__image img {
    max-width: 100px
}

.icon-blocks__content {
    margin: 1rem 0 0;
    font-size: .9rem;
    text-align: center;
    color: #fff
}

.bonus {
    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;
    border: 1px solid var(--main-accent-bg-color);
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bonus__title {
    font-size: 2rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.bonus__value {
    margin: 2rem 0;
    font-weight: 500;
    font-size: 4rem;
    line-height: 4.5rem;
    text-align: center;
    color: var(--main-accent-bg-color)
}

.bonus__text {
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: center;
    color: #000
}

.bonus__button {
    margin-top: auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
    cursor: pointer
}

.bonus__button:hover {
    border: 1px solid var(--main-accent-bg-color);
    color: #fff;
    background-color: var(--main-accent-bg-color)
}

.bonus.accented {
    background-color: var(--main-accent-bg-color)
}

.bonus.accented .bonus__text, .bonus.accented .bonus__title, .bonus.accented .bonus__value {
    color: #fff
}

.bonus.accented .bonus__button {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent
}

.bonus.accented .bonus__button:hover {
    border: 1px solid #fff;
    color: var(--main-accent-bg-color);
    background-color: #fff
}

.review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.review__text {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #313131b2
}

.review__user {
    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;
    margin-top: auto
}

.review__user-image {
    border-radius: 50%;
    max-width: 60px
}

.review__user-name {
    margin-top: 0;
    margin-left: 1rem;
    font-weight: 500;
    font-size: 1.1rem;
    color: #6ec1e4
}

.show-posts {
    background: #fbfbfb
}

.show-posts__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;
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 10px;
    height: 100%;
    background-color: #fff;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.show-posts__item:hover {
    -webkit-box-shadow: 0 0 10px 1px #00000019;
    box-shadow: 0 0 10px 1px #00000019
}

.show-posts__item:hover .show-posts__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.show-posts__image {
    overflow: hidden;
    height: 150px
}

.show-posts__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms
}

.show-posts__title {
    margin-top: 1rem;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: var(--main-accent-bg-color)
}

.show-posts__text {
    margin-top: 0;
    margin-bottom: .5rem;
    padding: 0 10px;
    font-size: 1rem;
    line-height: 1.5rem
}

.show-posts__link {
    margin-top: auto;
    padding: 0 10px;
    text-decoration: underline;
    color: var(--main-accent-bg-color)
}

.show-posts__hidden-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%
}

.video {
    max-width: 650px
}

.video__container {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    background-color: #000
}

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

.video__button {
    position: absolute;
    left: 50%;
    top: 50%;
    border: none;
    background: 0 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video__button-shape {
    fill: #313131;
    fill-opacity: .8
}

.video__button-icon {
    fill: #fff
}

.video__button:focus {
    outline: 0
}

.video__button:focus .video__button-shape, .video__button:hover .video__button-shape {
    fill: red;
    fill-opacity: 1
}

.video__button:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    width: 100%;
    height: 100%
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.faq__item {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #a2a2a3
}

.faq__item:not(:last-child) {
    margin-bottom: 16px
}

.faq__details {
    outline: 0;
    border-radius: 10px
}

.faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.faq__question svg {
    z-index: 10;
    flex-shrink: 0;
    margin-left: 30px;
    transition: .3s ease-in-out
}

.faq__details[open] svg {
    transform: rotate(180deg)
}

.faq__question::-webkit-details-marker {
    display: none
}

.faq__answer {
    display: inline-block;
    padding-top: 12px;
    border-top: 1px solid #a2a2a3;
    margin-top: 12px;
    width: 100%
}

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

.toc {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    overflow: hidden
}

.toc__title {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0;
    width: 100%;
    color: #171716;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer
}

.toc__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow: hidden;
    margin: 0;
    height: auto;
    max-height: 0;
    gap: 10px
}

.toc.active .toc__list {
    max-height: 100%;
    margin-top: 16px
}

.toc__title svg {
    pointer-events: none
}

.toc.active .toc__title svg {
    transform: rotateZ(180deg)
}

.toc__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    padding: 6px;
    border-radius: 8px;
    border: 1px solid #f0efef;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap
}

.toc__link:hover {
    opacity: .7
}

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

    .toc__list {
        flex-direction: column
    }
}

.page-single {
    margin: 0 auto 3rem;
    padding: 0 10px;
    max-width: 1440px
}

.breadcrumbs {
    padding: .5rem 0;
    background-color: var(--bg-dark-300)
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-top: 0;
    padding: 0 var(--offsets)
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    margin-right: 8px
}

.breadcrumbs__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.breadcrumbs__item:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: grey;
    margin-left: 8px
}

.breadcrumbs__link svg {
    margin-left: 10px;
    stroke: #fff
}

.breadcrumbs__link--no-active, .breadcrumbs__link:focus, .breadcrumbs__link:hover {
    color: var(--primary-color-red)
}

.promocode--v1 .promocode__container {
    border-radius: 20px;
    padding: 24px 16px;
    background-color: var(--bg-dark-0)
}

.promocode--v1 .promocode__title {
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
    color: #fff
}

.promocode--v1 .promocode__content {
    border-radius: 16px;
    padding: 16px 16px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-dark-300)), color-stop(50%, transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 0, transparent 50%);
    background: linear-gradient(180deg, var(--bg-dark-300) 0, transparent 50%)
}

.promocode--v1 .promocode__subtitle {
    margin: 0 0 12px;
    width: 100%;
    font-weight: 800;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff
}

.promocode--v1 .promocode__content-wrapper {
    margin: 0 auto;
    border-radius: 15px;
    padding: 12px 24px 60px;
    width: 100%;
    max-width: 480px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, var(--bg-dark-300)), to(transparent));
    background: -o-linear-gradient(top, var(--bg-dark-300) 25%, transparent 100%);
    background: linear-gradient(180deg, var(--bg-dark-300) 25%, transparent 100%)
}

.promocode--v1 .promocode__value {
    margin-bottom: 8px;
    width: 100%;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ffba00
}

.promocode--v1 .promocode__button {
    position: relative;
    display: block;
    margin: 0 auto;
    border: 2px dashed #fff;
    border-radius: 34px;
    padding: 12px 12px 10px 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -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
}

.promocode--v1 .promocode__button::before {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20 10H12C10.8954 10 10 10.8954 10 12V20C10 21.1046 10.8954 22 12 22H20C21.1046 22 22 21.1046 22 20V12C22 10.8954 21.1046 10 20 10Z' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M18 10V8C18 7.46957 17.7893 6.96086 17.4142 6.58579C17.0391 6.21071 16.5304 6 16 6H8C7.46957 6 6.96086 6.21071 6.58579 6.58579C6.21071 6.96086 6 7.46957 6 8V16C6 16.5304 6.21071 17.0391 6.58579 17.4142C6.96086 17.7893 7.46957 18 8 18H10' stroke='%23FFBA00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    position: absolute;
    left: 4px;
    top: 50%;
    display: inline-block;
    width: 28px;
    height: 28px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.promocode--v1 .promocode__button:focus, .promocode--v1 .promocode__button:hover {
    border-color: #ffba00
}

.promocode--v1 .promocode__content .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -60px
}

.promocode--v1 .promocode__bonus {
    position: relative;
    z-index: 10;
    margin: -42px auto 0;
    border-radius: 20px;
    padding: 12px;
    width: 100%;
    max-width: 720px;
    background-color: var(--bg-dark-200)
}

.promocode--v1 .promocode__aff-link {
    display: block;
    margin: 24px auto 0
}

.promocode--v2 {
    margin-top: 24px
}

.promocode--v2 .promocode__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #35608e;
    border-radius: 20px;
    padding: 16px 20px;
    background-color: var(--bg-dark-300)
}

.promocode--v2 .promocode__bonus {
    width: 100%
}

.promocode--v2 .promocode__aff-link {
    margin-right: 20px
}

.promocode__bonus-text-1 {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.promocode__bonus-text-2 {
    margin: 0;
    font-weight: 900;
    font-style: italic;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.promocode__bonus-text-2 span {
    color: var(--primary-color-red)
}

.advantages {
    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;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    border-radius: 12px;
    border: 1px solid #a2a2a3;
    text-align: center
}

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

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

.advantages__title {
    margin-top: 1rem
}

.rating {
    padding: 1rem 0
}

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

.rating__item {
    padding: 0 .2rem;
    font-size: 1.3rem;
    color: #888
}

.difference__title {
    margin-bottom: 24px
}

.difference__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 20px
}

.difference__element {
    border: 1px solid var(--bg-table);
    border-radius: 16px;
    padding: 3px
}

.difference__element--plus .difference__item-title {
    color: #fff;
    background-color: var(--primary-color-blue)
}

.difference__element--plus .difference__item-title::after {
    content: "+";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.difference__element--plus .difference__list-item::before {
    content: "+";
    color: #fff;
    background-color: var(--primary-color-blue)
}

.difference__element--minus .difference__item-title {
    background-color: var(--bg-table)
}

.difference__element--minus .difference__item-title::after {
    content: "-";
    margin-left: 4px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px
}

.difference__element--minus .difference__list-item::before {
    content: "-";
    background-color: var(--bg-table)
}

.difference__item-title {
    margin-bottom: 16px;
    border-radius: 12px 12px 2px 2px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 28px
}

.difference__list {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 12px
}

.difference__list-item {
    position: relative;
    padding-left: 32px
}

.difference__list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    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-radius: 4px;
    width: 24px;
    height: 24px
}

.difference__list-item:not(:last-child) {
    margin-bottom: 12px
}

.comments {
    margin-top: 24px
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 16px;
    background-color: #f4f4f4
}

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

.comment__author {
    margin: 0 4px 0 0;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.comment__date {
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #9e9e9e
}

.comment__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 8px;
    font-weight: 400;
    color: #333
}

.comment__rating {
    --percent: calc(var(--star-rating) / 5 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    font-size: 22px;
    line-height: 1
}

.comment__rating::before {
    content: "★★★★★";
    font-family: var(--ff-fonts);
    -webkit-text-fill-color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#ffba00), to(#dde4ec));
    background: -o-linear-gradient(left, #ffba00 var(--percent), #dde4ec var(--percent));
    background: linear-gradient(90deg, #ffba00 var(--percent), #dde4ec var(--percent));
    -webkit-background-clip: text
}

.comment-footer {
    margin-bottom: 32px
}

.comments-container {
    border: 1px solid #e8ecf1;
    border-radius: 20px;
    padding: 24px 16px;
    background-color: #fff
}

.comment-form {
    border-radius: 16px;
    padding: 16px;
    background-color: var(--bg-main)
}

.comment-form__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns:1fr;
    margin: 0 auto;
    max-width: 304px;
    gap: 16px
}

.comment-form__textarea {
    height: 96px;
    resize: none
}

.comment-form__field {
    border: 1px solid #dde4ec;
    border-radius: 8px;
    padding: 12px 10px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111;
    background: #fff
}

.comment-form__field::-webkit-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-moz-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field:-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::-ms-input-placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field::placeholder {
    font-family: inherit;
    color: #9e9e9e
}

.comment-form__field.error {
    border-color: #eb1919
}

.comment-form__field.success {
    border-color: #00a91e
}

.comment-form__form--rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 6px 12px;
    white-space: nowrap;
    background-color: #fff
}

.comment-form__form-rating-text {
    margin: 0 2px 0 0;
    border-right: 1px solid #dde4ec;
    padding-right: 12px;
    font-size: 14px;
    line-height: 20px
}

.comment-form__button {
    margin: 8px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.comment-form__alert {
    display: none;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.comment-form__alert.error {
    display: block;
    color: #eb1919
}

.comment-form__alert.success {
    display: block;
    color: #00a91e
}

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

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

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

.page-404__button {
    margin-right: auto;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 70px;
    pointer-events: none
}

.scroll-top__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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;
    outline: 0;
    border: none;
    border-radius: 12px;
    padding: 5px;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0 11px 27px #88c50466;
    box-shadow: 0 11px 27px #88c50466;
    background-color: var(--primary-color-green);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.scroll-top__button svg {
    width: 35px;
    height: 35px;
    fill: #fff
}

.scroll-top__button:hover {
    -webkit-box-shadow: 0 11px 27px #a5d3427f;
    box-shadow: 0 11px 27px #a5d3427f;
    background-color: #a5d342
}

.scroll-top__button._active {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slider__content {
    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;
    margin: 1rem auto
}

.slider__title {
    margin-bottom: 0;
    font-family: var(--ff-fonts);
    font-weight: 400;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: right;
    text-transform: uppercase;
    color: #202021
}

.slider__button {
    margin-left: 4rem;
    border: 3px solid #03a528;
    border-radius: 31px;
    padding: 1rem 6rem;
    height: 67px;
    font-size: 1.2rem;
    background: #03a528
}

.slider__button:hover {
    color: #03a528;
    background: #fff
}

.slider .swiper-pagination {
    position: relative;
    bottom: 0
}

.slider .swiper-pagination::after, .slider .swiper-pagination::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 10px;
    max-width: 400px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAJCAYAAABT2S4KAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABJlJREFUeAEAiQR2+wHi7fP/AAAAAAAAAJAAAADBAAAAyQAAAOcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAPwAAAEUAAABXAAAAAAHi7fP/AAAAAAAAAAAAAAAAAAAAAAAAAMQAAABWAAAA5wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAAK8AAAAfAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAADmAAAAjwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAACoAAAAzgAAAB8AAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAABAAAAAgAAABoAAABkAAAAAAAAAAAAAAAAAAAAcAAAAN8AAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMQAAANcAAABXAAAAAAAAAAAAAADhAAAAUQAAABEAAAACAAAAAQIAAAAAAAAA/wAAAOcAAACdAAAABQAAAHkAAAAAAAAAAAAAAB8AAADmAAAAYwAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAACPAAAAzgAAAB8AAAAAAAAAAAAAAFEAAAAhAAAAsAAAAPAAAAD/AAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAAvAAAAB8AAAAAAAAAAAAAAAAAAABkAAAAwQAAAOwAAAAAAAAAAAAAAAAAAAAhAAAARwAAAIcAAAAAAAAAAAAAAAAAAADEAAAATQAAAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAIsAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHkAAACJAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/AAAAHEAAAAlAAAAxAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACQAAAAEQAAAIgAAAD/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHi7fMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAAA3AAAATwAAAAAAAAAAAAAAAAAAAAAAAADpAAAAuQAAANMAAAD8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAP//BQI5MFLvtxkAAAAASUVORK5CYII=);
    background-repeat: repeat-x
}

.slider .swiper-pagination::before {
    left: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%)
}

.slider .swiper-pagination::after {
    right: calc(50% - 35px);
    -webkit-transform: translateY(-50%) translateX(100%) rotateX(180deg);
    transform: translateY(-50%) translateX(100%) rotateX(180deg)
}

.small-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.small-icons__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    padding: 1rem 2rem
}

.small-icons__item:not(:last-of-type)::after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - .5rem);
    border-left: 1px dotted #cdcdcd;
    width: 1px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.small-icons__item a {
    text-decoration: none
}

.small-icons__image {
    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;
    margin: 0 auto;
    border: 1px solid #0083c3;
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.small-icons__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small-icons__text {
    margin-top: 5px;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    color: #0083c3
}

.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;
    padding: 1rem 0
}

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

.author-block__avatar {
    width: 60px;
    height: 60px
}

.author-block__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.author-block__avatar_scaled {
    width: 150px;
    height: 150px
}

.author-block__content {
    margin-left: 1rem;
    max-width: 600px
}

.author-block__name {
    font-weight: 500;
    font-size: 1rem
}

.author-block__description {
    margin-top: .5rem;
    font-weight: 300;
    font-size: .9rem;
    opacity: .8
}

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

.shared-items {
    margin: 2rem 0
}

.shared-items__title {
    margin: 15px 10px;
    font-weight: 500;
    font-size: 1.2rem
}

.shared-items__list {
    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;
    list-style: none;
    margin: -2px;
    padding-left: 0
}

.shared-items__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
    margin: 2px;
    width: 100%
}

.shared-items__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;
    margin: 0 .5rem;
    border-radius: 10px;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1f1f1
}

.shared-items__link svg {
    width: 30px;
    height: 30px
}

#cookie-law-div {
    position: fixed;
    right: 2%;
    bottom: 3%;
    z-index: 10000000;
    border: 1px solid #00000026;
    border-radius: 10px;
    padding: 1em;
    max-width: 400px;
    -webkit-box-shadow: #172b6366 0 7px 28px;
    box-shadow: #172b6366 0 7px 28px;
    font-size: 15px;
    background: #fff
}

#cookie-law-div a {
    border-bottom: 1px solid #0000007f;
    font-size: 15px;
    text-decoration: none
}

#cookie-law-div a:hover {
    opacity: .7
}

#cookie-law-div p {
    margin: 0;
    padding-right: 50px;
    color: #000
}

#cookie-law-div button {
    position: absolute;
    right: .5em;
    top: 20px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: none;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    opacity: .6;
    cursor: pointer
}

#cookie-law-div button:hover {
    opacity: 1
}

.acceptButton {
    top: 124px !important;
    width: 113px !important;
    background-color: #008000ff !important
}

.download {
    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: 0 0 16px;
    border-radius: 36px;
    padding: 4px 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--bg-dark-200)
}

.download__item:not(:last-child) {
    margin-right: 12px
}

.download__link {
    line-height: 24px
}

.download__link .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.download__link img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

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

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

body::-webkit-scrollbar-thumb {
    border: 1px solid rgb(33 33 33);
    border-radius: 10px;
    height: 20%;
    background-color: #ffe000
}

.video-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.video-v2__container {
    position: relative;
    width: 100%;
    max-width: 800px
}

.video-v2.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.video-v2.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video-v2.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.video-v2__player {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 16/9
}

.video-v2__button {
    position: absolute;
    left: 50%;
    top: 50%;
    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;
    outline: 0;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

.video-v2._active .video-v2__button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.video-v2._active .video-v2__player {
    cursor: pointer
}

.video-v2__button-shape {
    fill: #0009
}

.video-v2__button-icon {
    fill: #fff
}

.video-v2__button:hover .video-v2__button-shape {
    fill: red
}

.video-v2__button svg path {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.screenshot-gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 16px 0 0 0
}

.screenshot-gallery__item:not(:last-child) {
    margin-right: 10px
}

.gbtn {
    background-color: rgba(204, 204, 204, .3) !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.banner {
    padding-bottom: 60px;
    background-color: var(--bg-dark-0)
}

.banner--version-1 {
    padding-top: 60px
}

.banner--version-2 {
    overflow: hidden;
    padding-top: 40px
}

.banner--version-3 {
    padding-top: 32px
}

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

.banner__description {
    margin: 0;
    color: #e3e3e3
}

.banner__slider-item {
    overflow: hidden;
    border-radius: 15px
}

.banner__slider-item .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__slider-item.button-link:hover {
    cursor: pointer
}

.banner--version-1 .banner__container {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    -ms-grid-columns: 1fr 610px;
    grid-template-columns:1fr 610px
}

.banner--version-1 .banner__slider-wrapper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 610px
}

.banner--version-1 .banner__title {
    margin-bottom: 24px;
    text-align: left
}

.banner--version-1 .banner__slider-item .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.banner--version-1 .banner__slider-item .get-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner--version-2 .banner__title, .banner--version-3 .banner__title {
    margin: 0 auto 24px;
    max-width: 820px
}

.banner--version-2 .banner__slider {
    margin-bottom: 24px
}

.banner--version-2 .banner__slider-item {
    -webkit-filter: drop-shadow(38px -3px 30px #07142577);
    filter: drop-shadow(38px -3px 30px #07142577)
}

.banner--version-2 .banner__slider-item img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-2 .banner__description {
    margin-top: 24px
}

.banner--version-3 .banner__description {
    display: inline-block;
    margin-top: 24px;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    background-image: url(../images/bg-image.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner--version-4 {
    padding-top: 60px;
    padding-bottom: 0;
    background-color: transparent
}

.banner--version-4 .banner__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 10px
}

.banner--version-4 .banner__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    text-align: left
}

.banner--version-4 .get-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: auto
}

.banner--version-4 .get-image img {
    -o-object-fit: contain;
    object-fit: contain
}

.banner--version-4 .banner__content {
    grid-column: 1/2;
    padding-bottom: 60px;
    color: #fff
}

.banner--version-4 .banner__content > :first-child {
    margin-top: 0
}

.swiper-pagination {
    position: static !important;
    margin-top: 16px
}

.swiper-pagination-bullet {
    border: 2px solid #428cdc !important;
    width: 16px !important;
    height: 16px !important;
    background-color: transparent !important;
    opacity: 1 !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #fff !important;
    background: #fff !important
}

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

.star-rating s.active, .star-rating s:hover {
    color: var(--primary-color-blue)
}

.star-rating s {
    font-size: 40px;
    line-height: 36px;
    text-decoration: none;
    color: var(--bg-table);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

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

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

.running-line {
    overflow: hidden;
    margin: 0 0 32px;
    padding: 12px 0;
    background-color: var(--bg-dark-100)
}

.running-line__text {
    margin: 0;
    font-weight: 700;
    font-style: italic;
    font-size: 23px;
    line-height: 30px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff
}

.running-line__text span {
    color: var(--main-accent-bg-color)
}

.running-line__copy {
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.text-image {
    margin-top: 24px;
    margin-bottom: 24px
}

.text-image._app .text-image__image img {
    max-height: 329px
}

.text-image._app .text-image__container {
    align-items: center
}

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

.text-image--order-change .text-image__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	overflow: hidden;
}

.text-image--have-table .text-image__content {
    overflow: auto
}

.text-image--first-block {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 34px
}

.text-image--first-block .text-image__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #fff;
    margin-bottom: 0
}

.text-image--first-block .text-image__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.text-image--first-block .text-image__content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    color: #e3e3e3
}

.text-image--first-block.text-image {
    margin-top: 0;
    padding-top: 0;
}

.text-image__container {
    display: -ms-grid;
    display: grid;
    gap: 24px 16px;
    grid-template-rows:auto 1fr
}

.text-image__container.gtc1-1 {
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr)
}

.text-image__container.gtc15-1 {
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns:1.5fr 1fr
}

.text-image__container.gtc2-1 {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns:2fr 1fr
}

.text-image__container.gtc3-1 {
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns:3fr 1fr
}

.background-block > .background-block__title, .background-block > .text-image:first-child .text-image__title, .background-block > .wp-block-heading:first-child, .screenshot-gallery .screenshot-gallery__title {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    grid-column: 1/-1;
    margin: 0;
    margin: -20px -20px 0 -20px;
    color: #5e5e5e;
    padding: 20px 20px 12px 20px;
    border-radius: 16px 16px 0 0
}

@media (max-width: 1024px) {
    .background-block > .background-block__title, .background-block > .text-image:first-child .text-image__title, .background-block > .wp-block-heading:first-child, .screenshot-gallery .screenshot-gallery__title {
        margin: -16px -16px 0 -16px
    }
}

/*.background-block > .background-block__title:after, .background-block > .background-block__title:before, .background-block > .text-image:first-child .text-image__title:after, .background-block > .text-image:first-child .text-image__title:before, .background-block > .wp-block-heading:first-child:after, .background-block > .wp-block-heading:first-child:before, .screenshot-gallery .screenshot-gallery__title:after, .screenshot-gallery .screenshot-gallery__title:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 0H0V16C0 7.16345 7.16345 0 16 0Z' fill='%23212121'/%3e%3c/svg%3e")*/
/*}*/

/*.background-block > .background-block__title:after, .background-block > .text-image:first-child .text-image__title:after, .background-block > .wp-block-heading:first-child:after, .screenshot-gallery .screenshot-gallery__title:after {*/
/*    transform: rotate(90deg);*/
/*    left: unset;*/
/*    right: 0*/
/*}*/

.background-block > :not(p):not(.wp-block-heading):not(.background-block__title):not(:last-child) {
    border-bottom: 1px solid #f0efef;
    padding-bottom: 24px;
    margin-bottom: 24px
}

.background-block > :not(:first-child) {
    margin-top: 1rem
}

.background-block > p:not([class]) + .tabs {
    border-top: unset;
    padding-top: unset
}

.text-image__image {
    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
}

.text-image__image img {
    overflow: hidden;
    object-fit: contain;
    border-radius: 12px
}

.text-image__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

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

.text-image--first-block .wp-block-table {
    margin-top: 16px;
    border-radius: 10px;
    background-color: var(--primary-color-blue)
}

.text-image--first-block .wp-block-table table {
    border-collapse: separate
}

.text-image--first-block .wp-block-table td {
    border: 1px solid var(--primary-color-blue);
    border-radius: 8px !important;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color);
    background-color: var(--bg-table)
}

.text-image--first-block .wp-block-table td:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background-color: var(--bg-dark-300)
}

.background-block {
    border: 1px solid #e8ecf1;
    /*border-radius: 20px;*/
    /*padding: 20px;*/
    /*max-width: 1240px*/
}

.background-block + .background-block {
    margin-top: 32px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block > :last-child {
    margin-bottom: 0
}

.background-block--grad .text-image__content-title {
    color: #fff
}

.background-block--grad .text-image__content {
    color: #ded
}

.how-to__title {
    margin: 0 0 24px
}

.how-to__subtitle {
    margin-bottom: 16px;
    font-weight: 400
}

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

.how-to__item:not(:last-child) {
    position: relative;
    margin-bottom: 30px
}

.how-to__item:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="28" height="28" rx="14" fill="%23EEEE22"/><path d="M10 12L14 16L18 12" stroke="%23171716" stroke-width="2"/></svg>')
}

.how-to__item-counter {
    display: inline-block;
    grid-column: 1/-1;
    padding: 8px 20px;
    width: 100%;
    text-align: center;
    color: #171716;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px
}

.how-to__item-wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    border-radius: 0 0 12px 12px;
    padding: 12px;
    gap: 20px;
    border: 1px solid #a2a2a3;
	border-top: none;
}

.how-to__item:not(:last-child) .how-to__item-wrapper {
    padding: 12px 12px 20px 12px
}

.how-to__item-title {
    margin-bottom: 8px;
    color: #111
}

.how-to__item-title a {
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #111
}

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

.how-to__item-subtitle > * {
    font-weight: 400
}

.how-to__button {
    margin-top: 24px
}

.how-to__item-image .get-image {
    overflow: hidden;
    border-radius: 8px
}

.how-to__item-image .get-image img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.tabs__list {
    list-style: none;
    margin: 0;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: var(--bg-table);
    border-radius: 0 0 20px 20px;
    padding: 24px 16px;
    background-color: #fff
}

.tabs__item > :first-child {
    margin-top: 0
}

.tabs__item > :last-child {
    margin-bottom: 0
}

.payments-table {
    overflow: auto;
    padding-bottom: 4px
}

.payments-table__table {
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 12px
}

.payments-table__table th {
    padding: 12px;
    font-weight: 500;
    white-space: nowrap;
    text-align: center
}

.payments-table__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.payments-table__cell--1 {
    border-right: none;
    border-bottom: none;
    padding-bottom: 6px
}

.payments-table__cell--2 {
    border-bottom: none;
    border-left: none;
    padding-bottom: 6px;
    text-align: right
}

.payments-table__cell--3 {
    border-top: none;
    border-right: none;
    padding-top: 6px
}

.payments-table__cell--4 {
    border-top: none;
    border-left: none;
    padding-top: 6px;
    text-align: right
}

.payments-table__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.payments-table__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.payments-table__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-image {
    overflow: auto;
    padding-bottom: 4px
}

.table-image__table {
    overflow: hidden;
    border: 1px solid #f0efef;
    border-collapse: collapse;
    border-radius: 12px
}

.table-image__table th {
    border: 1px solid #1183d3;
    padding: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #1183d3
}

.table-image__table th:not(:last-child) {
    border-right: 1px solid #0a519e
}

.table-image__cell {
    border: 1px solid #1183d3;
    padding: 12px;
    min-width: 240px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff
}

.table-image__cell-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.table-image__cell-wrapper .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.table-image__cell-wrapper .get-image img {
    width: 100%;
    height: auto;
    max-width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.table-image__table tr:first-child td:first-child {
    border-top-left-radius: 12px
}

.table-image__table tr:first-child td:last-child {
    border-top-right-radius: 12px
}

.game {
    border-radius: 0 0 20px 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--bg-dark-0)
}

.game__title {
    margin-bottom: 32px;
    color: #fff
}

.game__box {
    overflow: hidden;
    border-radius: 8px;
    background-color: #2f2f2f
}

.game__box:not(:first-child) {
    margin-top: 24px
}

.game__box-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px
}

.game__box-header img {
    margin-right: 8px;
    width: auto;
    max-height: 44px
}

.game__title-inner {
    flex: 1 1;
    margin: 0;
    color: #e3e3e3;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px
}

.game__top {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.game__box-iframe {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 64/27;
    border-radius: 8px
}

.game__box-iframe::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #09437f99
}

.game__box-iframe iframe {
    border: none;
    width: 100%;
    aspect-ratio: 64/27
}

.game__box-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px
}

.game__button {
    z-index: 1
}

.game__box-iframe.hide {
    background-image: unset !important
}

.game__box-iframe.hide::after {
    display: none
}

.game .game__demo-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background-color: #4b4b4b
}

.game .game__demo-link:hover {
    background-color: #4b4b4b;
    opacity: .7
}

.game__demo-link.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.game__info {
    margin-top: 32px
}

.game__info > * {
    color: #fff
}

.game__info > :first-child {
    margin-top: 0
}

@media (max-width: 1024px) {
    .game__container {
        display: flex;
        flex-direction: column
    }

    .game__title {
        order: 1
    }

    .game__box {
        order: 2
    }

    .game__info {
        order: 3
    }

    .game__box:not(:first-child) {
        margin-top: 0
    }
}

.categories {
    display: flex;
    list-style: none;
    margin: 0;
    border-radius: 35px;
    background: #fff;
    gap: 12px;
    background: none;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .categories {
        flex-direction: column;
    }
}

.categories__item {
    flex: 1 1 auto;
}

.categories__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 10px 16px;
    width: 100%;
    height: 100%;
    min-height: 62px;
    text-decoration: none;
    background-color: #313131;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.categories__link:hover .categories__link-description, .categories__link:hover .categories__link-title {
    color: #fff
}

.categories__link .get-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.categories__link .get-image img {
    width: 36px;
    height: 36px
}

.categories__link-content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.categories__link-title {
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.categories__link-description {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: var(--text-color);
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (hover: hover) {
    .download__link:focus img, .download__link:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .gbtn:focus, .gbtn:hover {
        background-color: #ccc !important
    }
}

@media (min-width: 1023px) {
    .main-nav__item--has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children:hover .main-nav__item-arrow svg {
        transform: rotate(180deg)
    }
}

@media (max-width: 1300px) {
    .columns.col-6 .columns__item {
        width: calc(100% / 5 - 2rem)
    }

    .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 5 ];
        grid-template-columns:repeat(5, 1fr)
    }
}

@media (max-width: 1279px) {
    .tabs--vertical .tabs__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 1200px) {
    .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% / 4 - 2rem)
    }

    .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 1050px) {
    .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) {
    .btn--lg {
        padding: 16px 40px
    }

    .page-header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto
    }

    .main-nav {
        display: none;
        position: relative;
        margin: 0 20px;
        padding: 24px 16px;
        background-color: #313131;
        order: 5
    }

    .main-nav.active {
        display: block;
        z-index: 770;
        padding: 24px 0;
        margin: 0;
        overflow: hidden
    }

    .main-nav__list {
        width: auto;
        flex-direction: column
    }

    .main-nav__item:not(:last-child) {
        margin-right: 0;
        border-bottom: 1px solid #423f3b
    }

    .main-nav__item--has-children {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-nav__item--has-children .main-nav__link {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .main-nav__item--has-children.active .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .main-nav__item--has-children.active .main-nav__item-arrow svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .main-nav__item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 8px 0
    }

    .main-nav__item-arrow {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 5px
    }

    .main-nav__link {
        padding: 12px 0;
        width: 100%
    }

    .sub-menu {
        position: static;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 16px;
        border-radius: 0;
        padding: 0;
        max-height: 0;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }

    .difference__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 16px
    }

    .banner--version-1 {
        padding-top: 40px
    }

    .banner--version-1 .banner__container {
        display: block
    }

    .banner--version-1 .banner__slider-wrapper {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        max-width: 970px
    }

    .banner--version-1 .banner__title {
        margin-bottom: 52px
    }

    .banner--version-1 .banner__description {
        margin-top: 24px
    }

    .banner--version-1 .banner__slider-item .get-image img {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain
    }

    .banner--version-4 {
        padding-top: 32px;
        padding-bottom: 0
    }

    .banner--version-4 .banner__container {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 0
    }

    .banner--version-4 .banner__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        grid-column: auto
    }

    .banner--version-4 .get-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto;
        margin: 0 auto
    }

    .banner--version-4 .banner__content {
        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-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: auto;
        grid-row: auto;
        margin-bottom: 32px;
        padding: 0
    }

    .banner--version-4 .banner__content .promocode--v2 {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
        margin: 0 auto 24px;
        width: 100%;
        max-width: 610px
    }

    .text-image--order-change .text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .text-image--first-block .text-image__container {
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }

    .text-image--first-block .text-image__title {
        grid-column: auto
    }

    .text-image--first-block .text-image__image {
        grid-column: auto;
        grid-row: auto
    }

    .text-image--first-block .text-image__content {
        grid-column: auto;
        overflow: visible;
        order: 2;
    }

    .text-image--first-block {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .text-image {
        margin-top: 32px;
        margin-bottom: 32px
    }

    .text-image__container.gtc1-1, .text-image__container.gtc15-1, .text-image__container.gtc2-1, .text-image__container.gtc3-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .text-image__container {
        gap: 16px
    }

    .text-image__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .text-image__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        grid-column: auto;
        grid-row: auto
    }

    .text-image__content--no-title {
        grid-column: auto;
        grid-row: auto
    }

    .text-image__content {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .background-block {
        padding: 16px
    }

    .how-to__item:not(:last-child) .how-to__content {
        padding-bottom: 56px;
        background-position: center bottom;
        background-size: 40px
    }

    .how-to__item-wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .how-to__content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .how-to__button {
        margin: 16px auto 0
    }

    .how-to__item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 310px
    }

    .categories {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1023px) and (max-width: 767px) {
    .banner--version-4 .banner__content .promocode--v2 {
        margin-top: -40px
    }
}

@media (max-width: 1023px) and (max-width: 449px) {
    .banner--version-4 .banner__content .promocode--v2 {
        margin-right: -16px;
        margin-left: -16px;
        width: calc(100% + 32px)
    }
}

@media (max-width: 1000px) {
    .columns.col-3 .columns__item {
        width: calc(100% / 2 - 2rem)
    }

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

    .icon-blocks__item {
        width: calc(100% / 3)
    }
}

@media (max-width: 900px) {
    .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (max-width: 800px) {
    .columns.col-2 .columns__item {
        width: calc(100% - 2rem)
    }
}

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

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

    .page-header__logo {
        margin-right: 28px
    }

    .columns__item {
        margin: .5rem 1rem
    }

    .columns {
        padding: 1rem 0
    }

    .background-block .wp-block-columns {
        padding: 0;
        gap: 40px
    }

    .background-block .wp-block-column h2, .background-block .wp-block-column h3 {
        text-align: left
    }

    .faq__details {
        border-radius: 5px
    }

    .faq__question svg {
        margin-left: 8px
    }

    .promocode--v1 {
        margin-right: -16px;
        margin-left: -16px
    }

    .promocode--v2 .promocode__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .promocode--v2 .promocode__aff-link {
        margin: 16px auto 0
    }

    .difference__title {
        display: none
    }

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

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

    .banner--version-1, .banner--version-2, .banner--version-3 {
        padding-top: 20px
    }

    .banner--version-3 .banner__description {
        padding: 20px 12px
    }

    .background-block {
        padding: 16px
    }

    .tabs__container {
        margin-right: -16px;
        margin-left: -16px
    }

    .tabs__list {
        border-radius: 0 0 20px 20px
    }

    .game {
        padding-top: 32px;
        padding-bottom: 32px
    }

    .game__box {
        margin-right: -16px;
        margin-left: -16px
    }

    .game__box-iframe, .game__box-iframe iframe {
        aspect-ratio: 1/1
    }
}

@media (max-width: 750px) {
    .columns.col-3 .columns__item {
        width: calc(100% - 2rem)
    }

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

    .wp-block-columns.col-2, .wp-block-columns.col-3, .wp-block-columns.col-4, .wp-block-columns.col-5, .wp-block-columns.col-6 {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }
}

@media (max-width: 700px) {
    .mobile-button {
        display: block
    }

    .slider__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider__title {
        text-align: center
    }

    .slider__button {
        margin-top: 1rem;
        margin-left: 0
    }
}

@media screen and (max-width: 700px) {
    #cookie-law-div p {
        padding-bottom: 36px
    }

    .acceptButton {
        left: calc(50% - 60px)
    }
}

@media (max-width: 650px) {
    .icon-blocks__item {
        width: calc(100% / 2)
    }
}

@media (max-width: 600px) {
    #cookie-law-div {
        right: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%
    }
}

@media screen and (max-width: 600px) {
    .acceptButton {
        top: 100px !important
    }

    #cookie-law-div p {
        padding-bottom: 50px
    }
}


@media (max-width: 550px) {
    .columns.col-4 .columns__item, .columns.col-5 .columns__item, .columns.col-6 .columns__item {
        width: calc(100% - 2rem)
    }
}

@media (max-width: 449px) {
    .comment-form__form--rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comment-form__form-rating-text {
        margin: 0 0 8px;
        border: none;
        border-bottom: 1px solid #dde4ec;
        padding: 0 0 8px;
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 400px) {
    .acceptButton {
        top: 127px !important
    }
}

@media (max-width: 359px) {
    .page-header__logo {
        height: 30px
    }

    .page-header__burger {
        margin-left: auto
    }
}

.visually-hidden {
    position: absolute !important
}

.background-block .how-to {
    margin-top: 24px
}

.background-block > :first-child {
    margin-top: 0
}

.background-block {
    border: none
}

.background-block + .tabs {
    margin-top: 32px
}

.background-block > p + .tabs {
    margin-top: 24px
}

.page-404 {
    display: flex;
    align-items: center;
    min-height: 450px
}

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

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

.wp-block-table td > *, table td > * {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-color)
}

.wp-block-table td ul:not([class]) li::before,
table td ul:not([class]) li::before,
.wp-block-table td ul.wp-block-list li::before,
table td ul.wp-block-list li::before {
    top: 2px
}

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

@media (max-width: 1023px) {
    .payments-table__table th:first-child, .table-image__table th:first-child {
        min-width: 175px
    }

    .payments-table__table th {
        min-width: 175px
    }

    .payments-table__cell-wrapper .get-image img {
        max-width: 44px
    }

    .table-image__cell-wrapper .get-image img {
        max-width: 44px
    }
}

.dmca-badge {
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: flex-start
}

.categories__link-title {
    margin: 0 0 2px
}

@media (max-width: 767px) {
    .table-image__cell {
        min-width: auto
    }
}

.table-image__cell * {
    font-size: inherit;
    line-height: inherit
}

.table-image__cell > :first-child {
    margin-top: 0
}

p + .table-image {
    margin-top: 16px
}

.page-header {
    padding: 8px 0
}

.page-header__container {
    display: flex;
    padding: 0 var(--offsets)
}

.page-header__logo {
    flex-shrink: 1;
    display: flex;
    align-items: center
}

.page-header__logo img {
    max-width: 88px;
    width: fit-content
}

.get-image {
    line-height: 0
}

.header__bonus {
    display: none;
    margin: 0 auto
}

@media (min-width: 1023px) {
    .page-header__nav {
        height: auto !important
    }
}

@media (max-width: 1023px) {
    .main-nav.active + .header__bonus {
        display: block;
        order: 7;
        margin-bottom: 120px
    }

    .main-nav__item-arrow {
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    .header__bonus {
        width: 100%;
        max-width: unset !important
    }
}

@media (max-width: 550px) {
    .page-header__container {
        flex-wrap: wrap;
        justify-content: space-between
    }

    .page-header__buttons {
        flex-basis: 100%;
        order: 4;
        margin-top: 8px
    }

    .page-header__buttons .btn {
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .promocode--v1 {
        margin-left: 0;
        margin-right: 0
    }

    .promocode--v1 .container {
        padding: 0
    }
}

@media (max-width: 767px) {
    .tabs__container {
        margin-left: 0;
        margin-right: 0
    }
}

.download__item {
    display: flex
}

.download__link {
    border: none;
    background: 0 0;
    outline: 0
}

button.download__link {
    cursor: pointer
}

.game__box-iframe iframe {
    overflow: hidden;
    border-radius: 12px
}

.scroll-top {
    bottom: 88px;
    z-index: 20
}

.text-image.align-top .text-image__image {
    align-items: flex-start
}

.text-image.align-bottom .text-image__image {
    align-items: flex-end
}

.text-image.align-center .text-image__image {
    align-items: center
}

.text-image__image img {
    max-height: 500px
}

.banner__slider-item {
    padding: 0
}

.banner--version-2 .swiper-slide-active .get-image {
    position: relative
}

.banner__slider-item.vertical-top .banner__slider-item-content {
    top: 32px
}

.banner__slider-item.vertical-center .banner__slider-item-content {
    top: 32px;
    bottom: 32px;
    margin: auto 0;
    height: fit-content
}

.banner__slider-item.vertical-bottom .banner__slider-item-content {
    top: 32px;
    bottom: 32px;
    margin: auto 0;
    height: fit-content
}

.banner__slider-item-content {
    position: absolute;
    left: 24px;
    max-width: 50%;
    color: #e3e3e3
}

.banner__slider-item-content p {
    color: #fff
}

.banner__slider-item.left .btn {
    margin: 24px auto 0 0
}

.banner__slider-item.center .btn {
    margin: 24px auto 0
}

.banner__slider-item.right .btn {
    margin: 24px 0 0 auto
}

.banner__slider-item-content > :first-child {
    margin-top: 0
}

.banner__slider-item-content .btn {
    margin-top: 24px
}

.banner--version-2 .banner__slider-item img {
    max-height: 100%
}

.banner--version-2 .banner__slider-item img {
    border-radius: 15px
}

@media (max-width: 767px) {
    .banner__slider-item-content {
        position: static;
        padding: 16px 10px 32px;
        max-width: 100%;
        background-color: #2f2f2f
    }

    .banner--version-2 .swiper-slide-active .get-image {
        background-color: #2f2f2f
    }
}

.align-center-cell .payments-table__cell-wrapper {
    justify-content: center
}

.wrapper > :first-child.running-line {
    margin-top: 32px
}

.page-id-106 .wrapper:first-child .text-image__image img {
    max-height: 100%
}

.wrapper._app {
    padding-top: 24px
}

@media (max-width: 1024px) {
    .wrapper._app {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
        padding-bottom: 10px
    }

    .wrapper._app > * {
        order: 5
    }

    .wrapper._app .wp-block-heading {
        order: 1;
        margin-bottom: 0
    }

    .wrapper._app .text-image._app {
        order: 2;
        margin-top: 16px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .wrapper._app .text-image._app .text-image__container {
        gap: 0
    }

    .wrapper._app .text-image._app .text-image__image img {
        margin-bottom: -112px
    }
}

@media (max-width: 767px) {
    .home .banner__slider-wrapper {
        min-height: 300px
    }
}

.visually-hidden-v2 {
    opacity: unset
}

.text-image__content b, .text-image__content strong {
    font-weight: 700
}

.page-header, .text-image--first-block .wp-block-table {
    background-color: #313131
}

.banner, .running-line, .table-image__cell, .table-image__table {
    background-color: rgb(33 33 33)
}

/*.how-to__content, .how-to__item-title, .text-image--first-block .wp-block-table td:first-child, .text-image--first-block .wp-block-table td:first-child > *, .wp-block-table td > *, table td, table td > * {*/
/*    color: #fff*/
/*}*/

.payments-table__cell, .sub-menu, .table-image__cell, .text-image--first-block .wp-block-table table, .text-image--first-block .wp-block-table td, .wp-block-table table td {
    border: 1px solid #2f2f2f
}

.breadcrumbs, .text-image--first-block .wp-block-table td:first-child {
    background-color: #2f2f2f
}

.payments-table table td, .payments-table table td > *, .payments-table__cell, .payments-table__cell td, .payments-table__cell td > *, .tabs .wp-block-table td > *, .tabs table td, .tabs table td > *, .wp-block-table table td, .wp-block-table table td > * {
    color: var(--text-color)
}

.swiper-pagination-bullet {
    border: 2px solid #fff !important
}

.scroll-top__button {
    box-shadow: 0 1px 8px rgb(33 33 33);
    background-color: var(--scroll_to_top_color)
}

.scroll-top__button:hover {
    box-shadow: 0 1px 8px rgb(33 33 33);
    background-color: var(--scroll_to_top_color);
    opacity: .8
}

@media (max-width: 1023px) {
    .sub-menu {
        border: unset
    }
}

/*.wrapper > ol.wp-block-list, .wrapper > ul.wp-block-list {*/
/*    padding-left: var(--offsets)*/
/*}*/

.btn--blue, .btn--blue:hover, .btn--green, .btn--green:hover, .btn--red, .btn--red:hover {
    box-shadow: unset
}

.btn--red, .btn--red:hover {
    background-color: var(--primary-color-red)
}

.btn--green, .btn--green:hover {
    background-color: #4caf50
}

.btn--blue:hover, .btn--green:hover, .btn--red:hover {
    opacity: .8
}

.text-image--first-block .wp-block-table td, .wp-block-table table td, .wp-block-table td > *, table td > * {
    font-size: 16px
}

@media (max-width: 767px) {
    .table-image__cell-wrapper .get-image {
        width: 30px;
        height: 30px
    }
}

.categories__link:hover {
    outline: 2px solid var(--scroll_to_top_color);
}

.download {
    background-color: var(--scroll_to_top_color)
}

.page-header__logo img {
    max-height: unset
}

.text-image--first-block .wp-block-table td:first-child, .text-image--first-block .wp-block-table td:first-child b {
    background-color: var(--bg-table);
    color: var(--text-color);
    font-weight: 900
}

.text-image--first-block .text-image__image img {
    max-height: unset
}

.payments-table__cell--1 {
    border-right: none;
    border-bottom: none;
    padding-bottom: 6px
}

.payments-table__cell--2 {
    border-bottom: none;
    border-left: none;
    padding-bottom: 6px;
    text-align: right
}

.payments-table__cell--3 {
    border-top: none;
    border-right: none;
    padding-top: 6px
}

.payments-table__cell--4 {
    border-top: none;
    border-left: none;
    padding-top: 6px;
    text-align: right
}

.advantages-block ol, .advantages-block ul {
    list-style: none
}

.wp-block-table {
    overflow: auto
}

.game {
    background-color: rgb(33 33 33)
}

.game__box-iframe:after {
    background-color: #2f2f2f;
    opacity: .7
}

.running-line-container {
    overflow: hidden;
    margin: 32px 0
}

.running-line {
    width: max-content;
    margin: 0
}

.running-line__copy {
    display: inline-block;
    animation: scroll 3s linear infinite
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(-100% - 5px))
    }
}

@media (max-width: 767px) {
    .game .game__box-iframe {
        aspect-ratio: unset;
        min-height: 200px
    }

    .game .game__box-iframe iframe {
        aspect-ratio: unset;
        min-height: 85vh
    }
}

.wrapper .difference .difference__item-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    text-align: center
}

@media (max-width: 767px) {
    .difference .difference__title {
        display: block
    }
}

.running-line, .scroll-top__button {
    background-color: #000
}

.scroll-top__button svg {
    fill: #ffe000
}

main a:not([class]) {
    color: #000;
    font-weight: 500;
    text-decoration: underline
}

.wrapper:first-child {
    background-color: #af0000;
    color: #fff;
}

.wrapper:first-child p {
    color: #fff;
}

.wrapper:first-child a:not([class]) {
    color: var(--primary-color-red)
}

.wrapper:first-child .wp-block-table a:not([class]) {
    color: #000
}

.page-header__buttons .btn {
    display: flex;
    gap: 10px;
    padding: 8px 16px;
    min-width: unset;
    text-transform: unset
}

.page-header__buttons .btn > svg {
    padding-left: 8px;
    margin-left: auto;
    min-width: 32px;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.page-header__logo {
    order: 1
}

.page-header__nav {
    order: 2;
    width: 100%
}

.page-header__burger {
    order: 3
}

@media (min-width: 1023px) {
    .page-header__nav {
        padding: 10px 0
    }
}

@media (max-width: 1024px) {
    .page-header__nav {
        order: 5
    }

    .page-header__logo {
        justify-content: flex-start
    }
}

.scroll-top__button svg {
    transition: .3s ease-in-out
}

.scroll-top__button:hover svg {
    fill: #000
}

.difference {
    color: #fff
}

.difference .difference__title {
    color: var(--text-color)
}

.difference__element--plus .difference__item-title {
    background-color: var(--primary-color-red)
}

.difference__element--minus .difference__item-title {
    color: var(--text-color)
}

.difference__element {
    background-color: #2f2f2f
}

.difference__element--plus .difference__item-title {
    color: var(--text-color)
}

.difference__element--plus .difference__list-item::before {
    color: var(--text-color);
    background-color: var(--primary-color-red)
}

.difference__element--minus .difference__list-item::before {
    color: var(--text-color)
}

.main-nav__item .get-image svg {
    max-width: 20px;
    max-height: 20px
}

@media (max-width: 1024px) {
    .main-nav__item .get-image {
        display: none
    }
}

.banner__slider-item.vertical-bottom .banner__slider-item-content {
    top: unset
}

.main-nav__link {
    font-family: var(--ff-fonts);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px
}

.sub-menu {
    min-width: 180px
}

.how-to__item:not(:last-child) .how-to__content {
    background-image: none
}

.how-to__item-wrapper {
    position: relative
}

.promocode--v1 .promocode__container {
    background-color: #000
}

.promocode--v1 .promocode__bonus {
    background-color: #ffe000
}

.promocode__bonus-text-1 {
    color: #000
}

.promocode__bonus-text-2 {
    color: #000
}

.promocode--v1 .promocode__content {
    background: 0 0
}

.promocode--v1 .promocode__content-wrapper {
    background: linear-gradient(180deg, #ffe000 25%, transparent 100%)
}

.promocode--v1 .promocode__value {
    color: #000
}

.promocode--v2 .promocode__container {
    background-color: #ffe000
}

.promocode--v2 button {
    background-color: #000;
    color: #ffe000;
    border: 3px solid #000
}

.promocode--v2 button:hover {
    background-color: #ffe000;
    color: #000;
    border: 3px solid #000
}

.bonus-v2:not(.download-buttons__promo):not(.promo-popup) {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .32);
    padding: 16px;
    max-width: 328px;
    background: #2f2f2f;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    /*.first-block-container .bonus-v2:not(.download-buttons__promo):not(.promo-popup) {*/
    /*    max-width: unset;*/
    /*    width: 100%*/
    /*}*/
    .bonus-v2:not(.download-buttons__promo):not(.promo-popup) {
        max-width: unset;
        width: 100%
    }
}

.bonus-v2__bonus-text {
    margin: 0 0 12px;
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center
}

.bonus-v2__bonus-summa-wrapper {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 15px 8px;
    background: radial-gradient(50% 50% at 50% 50%, #2f2f2f 0, #222 100%);
    display: flex;
    align-items: center
}

.bonus-v2__bonus-sum {
    display: flex;
    align-items: center
}

.bonus-v2__char {
    position: relative;
    width: 36px;
    padding: 4px 2px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffe000;
    text-align: center;
    font-family: inherit;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    align-self: stretch
}

.bonus-v2__char:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 49.7%, rgba(255, 255, 255, 0) 100%)
}

.bonus-v2__bonus-currency {
    color: #a1a1a1;
    text-align: center;
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin: 0 20px 0 auto
}

.bonus-v2__promo-code {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 8px
}

.bonus-v2__promo-text {
    color: #e3e3e3;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px
}

.bonus-v2.animation .bonus-v2__promo-text {
    margin-top: 0
}

.bonus-v2__bonus-text span, .bonus-v2__promo-text span {
    color: #ffe000
}

.bonus-v2__value {
    flex-grow: 1;
    border-radius: 4px;
    padding: 12px;
    color: #ffe000;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 34, .2);
    margin-bottom: 0;
    margin-top: 0
}

.bonus-v2__button {
    margin-top: 8px;
    padding: 12px 8px 12px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: all .3s ease-in-out
}

.bonus-v2__button:hover {
    opacity: .7
}

.bonus-v2__button svg {
    margin-left: 4px;
    border-left: 1px solid #bebe1b;
    padding-left: 8px;
    flex-shrink: 0;
    width: 32px !important
}

.bonus-v2__copy-button {
    border: none;
    padding: 10px 8px 10px 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase
}

.bonus-v2__copy-button:hover {
    opacity: .7
}

.bonus-v2__copy-button svg {
    margin-left: 4px;
    border-left: 1px solid #696969;
    padding-left: 8px;
    flex-shrink: 0;
    width: 32px !important;
    pointer-events: none
}

.bonus-v2__copy-button span {
    margin-right: 8px;
    pointer-events: none
}

.bonus-v2__copy-button .copied {
    display: none
}

.bonus-v2__copy-button.active .copied {
    display: inline-block
}

.bonus-v2__copy-button.active .copy {
    display: none
}

.digit {
    position: relative;
    display: inline-block;
    height: 32px;
    overflow: hidden
}

.digit:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 49.7%, rgba(255, 255, 255, 0) 100%)
}

.digit-container {
    width: 32px;
    display: flex;
    padding: 0 2px 0 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffe000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    font-family: inherit
}

.bonus-v2__bonus-sum.before .empty {
    width: 32px;
    height: 32px
}

.bonus-v2.animation .bonus-v2__bonus-summa-wrapper {
    border: none;
    background: 0 0;
    justify-content: center
}

.bonus-v2.animation .bonus-v2__bonus-currency, .bonus-v2.animation .bonus-v2__bonus-summa {
    opacity: 0
}

.bonus-v2.animation .bonus-v2__bonus-text {
    margin-bottom: 0
}

.bonus-v2__bonus-summa-wrapper {
    position: relative;
    width: 100%
}

.table-image a:not([class]) {
    color: #000
}

.page-main > .wrapper:first-child .text-image__content {
    gap: 20px
}

.page-main > .wrapper:first-child .text-image__content > p:not([class]) {
    color: #e3e3e3
}

.page-main > .wrapper:first-child .text-image__content > * {
    margin-top: 0;
    margin-bottom: 0
}

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

.banner-v2 {
    color: #e3e3e3;
    margin-bottom: 0;
    padding-bottom: 32px
}

.banner-v2 .wp-block-heading {
    color: #fff;
    margin-bottom: 20px
}

.banner-v2 p {
    margin-bottom: 20px;
    margin-top: 0
}

.banner-v2 .bonus-v2 {
    margin-top: 0;
    min-width: 360px
}

.banner-v2 .text-image__container {
    gap: 0 24px;
    grid-template-columns:1fr 1fr
}

.banner-v2 .text-image__container .get-image {
    display: flex
}

.banner-v2 .text-image__container .get-image {
    grid-column: 2/3;
    grid-row: 1/10
}

.banner-v2 .wp-block-table table {
    margin-top: 0
}

@media (max-width: 1024px) {
    .banner-v2 {
        padding-bottom: 24px
    }

    .banner-v2 .text-image__container {
        grid-template-columns:1fr
    }

    .banner-v2 .wp-block-heading {
        grid-row: 1/2;
        margin-bottom: 16px
    }

    .banner-v2 .text-image__container .get-image {
        text-align: center;
        grid-column: 1/2;
        grid-row: 2/3
    }

    .banner-v2._limited .text-image__container .get-image {
        max-height: 250px;
        overflow: hidden
    }

    .banner-v2._limited .text-image__container .get-image img {
        object-fit: cover;
        object-position: top
    }

    .banner-v2 .bonus-v2 {
        min-width: unset;
        max-width: unset;
        width: 100%;
        grid-row: 3/4;
        margin-top: 8px;
        margin-bottom: 24px
    }
}

.links .links__container {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    list-style: none
}

.links._style-2 .links__container {
    grid-template-columns:repeat(8, 1fr);
    gap: 12px
}

.links .links__item {
    width: 100%
}

.links .links__btn {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px 8px;
    border-radius: 8px;
    background: #313131;
    padding: 12px;
    font-family: var(--ff-fonts);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #e3e3e3;
    text-align: left;
    text-decoration: none;
    border: none;
    width: 100%;
    cursor: pointer
}

.links .links__btn:not(:has(p)) {
    align-items: center;
    grid-template-rows: 1fr;
}

.links._style-2 .links__btn {
    grid-template-columns:1fr;
    grid-template-row: auto 1fr;
    gap: 12px;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    align-content: end
}

.links .links__btn:hover {
    opacity: .8
}

.links .links__btn > * {
    grid-column: 2/3;
    margin: 0
}

.links._style-2 .links__btn > * {
    grid-column: 1/2
}

.links .links__btn img, .links .links__btn svg {
    max-width: 40px;
    grid-column: 1/2;
    grid-row: 1/-1;
    align-self: center
}

.links._style-2 .links__btn img, .links._style-2 .links__btn svg {
    margin: 0 auto
}

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

    .links._style-2 .links__container {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 680px) {
    .links._style-2 .links__container {
        grid-template-columns:repeat(2, 1fr)
    }
}

.main-nav__item--dropdown {
    position: relative;
    display: none;
    flex-shrink: 0;
    border-radius: 8px;
    padding: 4px 8px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer
}

@media (max-width: 1024px) {
    .main-nav__item--dropdown {
        display: none
    }
}

.main-nav__item--dropdown._active {
    display: block
}

.main-nav__item--dropdown._opened .main-nav__dropdown-menu, .main-nav__item--dropdown:hover .main-nav__dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

@media (min-width: 1024px) {
    .page-header ._hidden {
        opacity: 0;
        position: absolute;
        visibility: hidden
    }
}

.main-nav__dropdown-menu .sub-menu {
    left: 100%;
    top: 0;
    transform: unset
}

.main-nav__item--dropdown .main-nav__item {
    position: relative;
    margin-right: 0;
    justify-content: flex-start
}

.main-nav__item--dropdown .main-nav__item:not(:last-child) {
    margin-bottom: 4px
}

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

.sub-menu .sub-menu {
    left: 100%
}

.bonus-v2__bonus-summa {
    position: relative;
    color: #ffe000;
    text-align: center;
    font-size: 32px;
    letter-spacing: 12px;
    font-weight: 800;
    line-height: 32px;
    margin: 0;
    width: 100%;
    height: 32px
}

.bonus-v2__bonus-summa svg {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #ffe000
}

.custom-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.custom-image img {
    min-width: 100%;
    max-height: 294px;
    object-fit: cover;
    border-radius: 8px
}

.wrapper:first-child {
	padding-top: 32px;
}

.first-block-container {
    display: grid;
    grid-template-columns:auto 1fr;
	padding-bottom: 32px;
    gap: 0 32px
}

.first-block-container > :not(.bonus-v2):not(.custom-image) {
    grid-column: 1/3
}

.first-block-container .bonus-v2, .first-block-container .custom-image {
    align-self: center
}

.first-block-container .custom-image {
    display: flex;
    align-items: center;
    max-height: unset;
    height: 100%;
    border-radius: 8px;
    overflow: hidden
}

.first-block-container > p {
    margin: 0 0 32px 0
}

@media (max-width: 900px) {
    .first-block-container {
        grid-template-columns:1fr
    }

    .first-block-container > :not(.bonus-v2):not(.custom-image) {
        grid-column: unset
    }

    .first-block-container .bonus-v2 {
        margin: 0 auto;
        margin-bottom: 20px;
        order: 3
    }

    .first-block-container > * {
        order: 4
    }

    .first-block-container > h1 {
        order: 1
    }

    .first-block-container .custom-image {
        order: 2;
        margin-bottom: 8px
    }
}

.relink-container {
    padding-top: 0
}

.relink {
    display: flex;
    align-items: center;
    gap: 12px
}

.relink__list {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px;
    list-style: none;
    flex: 1 1;
    width: 100%;
    margin-top: 20px
}

.relink__link {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: #f0efef;
    text-decoration: none
}

.relink__link:hover {
    opacity: .7
}

.relink__link img {
    max-height: 64px;
    width: auto
}

.relink__extra, .slots__extra {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    width: 328px;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.relink__extra:after, .slots__extra:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(33, 33, 33, .93) 0, rgba(33, 33, 33, .93) 100%);
    z-index: 1
}

.relink__extra > :not(img), .slots__extra > :not(img) {
    z-index: 2
}

.relink__extra > img, .slots__extra > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.relink__extra-1, .slots__extra-1 {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0
}

.relink__extra-2, .slots__extra-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 6px
}

.relink__extra-person {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 180px;
    padding-bottom: 31px
}

.relink__person-name {
    position: relative;
    background-color: #ffe000;
    padding: 8px;
    color: #171716;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: auto;
    margin-left: 8px;
    width: 70%
}

.relink__person-name:after, .relink__person-name:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #ffe000;
    clip-path: polygon(100% 0, 0 100%, 100% 100%)
}

.relink__person-name:after {
    right: unset;
    left: 100%;
    transform: rotate(180deg)
}

.relink__person-description {
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 50%;
    margin-top: 0
}

.relink__extra-person img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    max-width: 50%;
    max-height: 100%;
    width: auto
}

.relink__extra-btn {
    margin-top: 20px
}

@media (max-width: 1024px) {
    .relink {
        flex-direction: column;
        margin-top: 16px;
        gap: 0
    }

    .relink__extra {
        margin-top: 0
    }

    .relink__extra + .relink__list {
        margin-top: 12px
    }
}

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

    .relink__extra, .slots__extra {
        width: 100%
    }
}

.tabs__header {
    display: flex;
    padding: 1px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #e7e6df;
    width: 100%;
    list-style: none;
    margin-top: 0;
    overflow-x: auto
}

.tabs__header-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 11px 12px;
    border: none;
    width: 100%;
    white-space: nowrap;
    cursor: pointer;
    background-color: #bababa;
	color:#373737;
}

.tabs__header-button img {
    max-height: 25px;
    width: auto
}

.tabs__header-button._ico {
    padding: 6px 12px
}

.tabs__header-item {
    flex: 1 1
}

.tabs__header-button.active {
    background: #7a7a7a;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.tabs__content {
    margin-top: 16px
}

.tabs .text-image__title {
    background-color: unset;
    color: #171716;
    margin: 0;
    padding: 0;
    font-style: normal;
    grid-column: 1/-1
}

.tabs .text-image__title > svg {
    display: none
}

.tabs .text-image__title:after, .tabs .text-image__title:before {
    content: unset
}

.tabs .text-image__container {
    gap: 16px
}

.table-image__cell, .table-image__table {
    background-color: unset
}

.wp-block-table td > *, table td, table td > * {
    color: #4b4b4b
}

.payments-table__cell, .table-image__cell, .wp-block-table table td {
    border: 1px solid #a2a2a3;
}

.how-to__item-counter {
    border-radius: 8px 8px 0 0;
    background-color: #ffe000
}

.payments-table__table, .payments-table__table th, .table-image__table th, .wp-block-table table, .wp-block-table table th {
    background-color: #bababa;
    color: #171716
}

.payments-table__cell.payments-table__cell--image-name {
    border-left: 2px solid #f0efef
}

.page-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    max-width: 1240px
}

.page-footer__container {
    display: flex;
    width: 100%
}

.page-footer__container:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #f0efef;
    margin-bottom: 30px
}

.page-footer__top {
    justify-content: space-between
}

.page-footer__middle {
    display: grid;
    grid-template-columns:repeat(4, auto);
    gap: 0 20px
}

.page-footer__nav {
    padding-right: 20px;
    border-right: 1px solid #f0efef;
    margin-right: 20px;
    grid-row: 1/8
}

.page-footer__list {
    list-style: none;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-top: 0;
    padding-left: 0
}

.page-footer__nav .page-footer__list li {
    display: block;
    width: 200px;
    padding: 8px 0
}

.page-footer__nav .page-footer__list li:not(:last-child) {
    margin-bottom: 8px
}

.page-footer__nav .page-footer__list li a, .page-footer__nav .page-footer__list li span {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none
}

.page-footer__nav .page-footer__list li a:hover {
    opacity: .6
}

.page-footer__cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.page-footer__social {
    display: flex;
    gap: 16px;
    list-style: none;
    margin-top: 0
}

.social__link {
    display: flex
}

.social__link:hover {
    opacity: .6
}

.page-footer__social img, .page-footer__social svg {
    width: auto;
    max-height: 24px
}

.page-footer__payments {
    grid-column: span 3;
    grid-row: 2/3;
    padding-top: 20px;
    border-top: 1px solid #f0efef;
    margin-top: 20px
}

.page-footer__payments-gallery {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0
}

.page-footer__payments-gallery img {
    width: auto;
    max-height: 24px
}

.page-footer__licenses {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 0
}

.page-footer__licenses img {
    width: auto;
    max-height: 40px
}

.page-footer__title {
    color: #171716;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 16px;
    margin-top: 0
}

.page-footer__gambling-help-btn {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background: 0 0;
    border: none;
    text-decoration: none;
    cursor: pointer
}

.page-footer__gambling-help-btn:not(._img) {
    padding: 8px 0
}

.page-footer__gambling-help img {
    width: auto;
    max-height: 60px
}

.page-footer__gambling-help-btn:hover {
    opacity: .7
}

.page-footer__bottom {
    justify-content: center;
    margin-top: 0
}

.page-footer__sponsors {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 0
}

.page-footer__sponsors img {
    width: auto;
    max-height: 55px
}

@media (max-width: 1200px) {
    .page-footer__nav .page-footer__list li {
        width: max-content
    }
}

@media (max-width: 900px) {
    .page-footer__middle {
        grid-template-columns:1fr auto
    }

    .page-footer__list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }

    .page-footer__nav .page-footer__list li {
        width: 200px
    }

    .page-footer__payments {
        grid-column: span 1;
        grid-row: unset
    }

    .page-footer__cell:not(:first-of-type) {
        padding-top: 24px;
        border-top: 1px solid #f0efef;
        margin-top: 24px
    }

    .page-footer__sponsors {
        justify-content: flex-start
    }
}

@media (max-width: 900px) {
    .page-footer__middle {
        grid-template-columns:1fr
    }

    .page-footer__nav {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        grid-row: unset;
        order: 1
    }

    .page-footer__cell {
        padding-top: 24px;
        border-top: 1px solid #f0efef;
        margin-top: 24px
    }

    .page-footer__social-container {
        order: 3
    }

    .page-footer__licenses-container {
        order: 4
    }

    .page-footer__gambling-help {
        order: 5
    }

    .page-footer__payments {
        order: 2
    }
}

.promotions:not(:last-child) {
    padding-bottom: 24px
}

.promotions__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-top: 0
}

.promotions__item {
    display: grid;
    gap: 0 4px;
    padding: 20px 20px 0 20px;
    border-radius: 12px
}

.promotions__description, .promotions__title, .promotions__top-text {
    grid-column: span 2;
    margin-top: 0
}

.promotions__top-text {
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.promotions__title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px
}

.promotions__description {
    color: #ffe000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 8px;
    background: rgba(33, 33, 33, .8);
    padding: 4px 12px;
    width: fit-content;
    margin-bottom: 4px
}

.promotions__button {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    min-width: 160px;
    align-self: end
}

.promotions img {
    width: auto;
    max-height: 120px;
    margin-left: auto
}

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

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

.slots._slots-extra {
    display: flex;
    /*align-items: center;*/
    gap: 20px
}

.slots__list {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px;
    list-style: none;
    margin-top: 0
}

.slots._slots-extra .slots__list {
    grid-template-columns:repeat(4, 1fr);
    flex: 1 1
}

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

    .slots._slots-extra .slots__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 1024px) {
    .slots._slots-extra {
        flex-direction: column
    }

    .slots._slots-extra .slots__list, .slots__list {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (max-width: 767px) {
    .slots._slots-extra .slots__list, .slots__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 600px) {
    .slots._slots-extra .slots__list, .slots__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.slots__item {
    position: relative;
    display: flex;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden
}

/*.slots__item > img {*/
/*    margin: auto*/
/*}*/

.slots__item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.slots__item._active .slots__item-content {
    display: flex
}

@media (min-width: 768px) {
    .slots__item:hover .slots__item-content {
        display: flex
    }
}

.slots__item .slots__button {
    background: 0 0;
    border: none;
    cursor: pointer
}

.slots__item .slots__button:hover {
    opacity: .8
}

.slots__item .slots__demo {
    color: #171716;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 4px;
    background: #fff;
    padding: 8px 16px
}

.slots__extra {
    margin-top: 0
}

.slots_info-table {
    margin-bottom: 12px
}

.slots_info-table tbody {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 4px
}

.slots_info-table tbody .slots_info:last-child {
    grid-column: span 2
}

.slots_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 6px;
    border-radius: 8px;
    background: rgba(58, 58, 58, .76);
    backdrop-filter: blur(2.75px)
}

.slots_value {
    color: #ffe000;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0
}

.slots_subtitle {
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin: 0
}

.slots__extra-img {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -41px
}

.slots__extra-img img {
    max-height: 121px;
    width: auto
}

.slots-popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    margin: 0 !important
}

.slots-popup._active {
    display: flex
}

.slots-popup__title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 10px
}

.slots-popup__buttons {
    display: flex;
    justify-content: center;
    grid-column: 1/3;
    padding: 8px 0
}

.slots-popup__buttons .slots__button {
    width: unset
}

.slots-popup__frame {
    display: grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto 1fr;
    width: 100%;
    height: 100%;
    max-width: 1380px;
    max-height: 720px;
    margin: auto;
    border-radius: 12px;
    background: #2f2f2f;
    padding: 8px 12px 0 12px
}

.slots-popup__body {
    position: relative;
    grid-column: 1/3;
    grid-row: 2/3;
    margin: 8px -10px 2px -10px;
    border-radius: 10px;
    background: #d9d9d9;
    overflow: hidden
}

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

.slost-popup__cross {
    background: 0 0;
    border: none;
    cursor: pointer
}

@media (max-width: 767px) {
    .slots-popup {
        width: 100vw;
        height: 100dvh;
        padding: 8px
    }

    .slots-popup__frame {
        max-height: unset;
        height: 100%
    }

    .slots-popup__body {
        border-radius: unset;
        margin: 8px -12px 2px -12px
    }
}

.about {
    border: unset;
    background-color: unset;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.about-list {
    list-style: none;
    margin-top: 0;
    font-size: 15px;
    line-height: 22px
}

.about-list b, .about-list p, .about-list span {
    display: inline;
    color: #171716;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px
}

.about img, .about svg {
    width: auto;
    max-height: 44px
}

.about-list .about-list__item {
    border-radius: unset;
    border: unset;
    padding: 0;
    font-size: unset;
    font-weight: unset;
    line-height: unset
}

.about-list .about-list__item:before {
    content: unset
}

.about tbody {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px
}

.about__row {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #a2a2a3
}

.about_title {
    color: #171716;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px
}

.about-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.about-list_1, .about-list_5, .about-list_7 {
    flex-direction: column
}

.about-list_2 .about-list__item, .about-list_4 .about-list__item {
    padding: 8px;
    border-radius: 8px;
    border: 1px dashed #f0efef
}

.about-list_7 {
    padding-top: 12px;
    border-top: 1px solid #f0efef;
    margin-top: 12px
}

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

@media (max-width: 767px) {
    .about tbody {
        grid-template-columns:1fr
    }
}

.cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.cards__item {
    display: grid;
    grid-template-columns:auto 1fr;
    grid-template-rows:auto 1fr;
    gap: 0 10px;
    border-radius: 8px;
    border: 1px solid #f0efef
}

.cards__item img {
    width: auto;
    max-height: 48px;
    margin: 12px 0 0 12px;
    align-self: center
}

.cards__title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: 12px 12px 0 12px;
    align-self: center
}

.cards__item img + .cards__title {
    margin: 12px 12px 0 0
}

.cards__text {
    grid-column: span 2;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px;
    border-top: 1px solid #f0efef;
    margin-top: 12px
}

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

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

.download-buttons {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #2f2f2f;
    padding: 16px
}

.downloads-buttons__title {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 12px;
    text-transform: uppercase
}

.download-buttons__btns {
    display: flex;
    align-items: center;
    gap: 12px
}

.download-buttons__item {
    margin: 0
}

.download-buttons__item:last-child {
    background-color: #e6e6e6
}

.download-buttons__item._two-rows {
    display: grid;
    grid-template-columns:1fr auto;
    grid-template-rows:1fr 1fr;
    gap: 4px 0;
    text-align: left;
    color: #171716;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px
}

.download-buttons__item._two-rows span {
    color: #171716;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.download-buttons__item._two-rows svg {
    grid-column: 2/3;
    grid-row: 1/3;
    width: 40px !important
}

.download-buttons__table {
    border: none;
    background: 0 0;
    margin-top: 16px
}

.download-buttons__table tbody {
    display: grid;
    grid-template-columns:repeat(3, 1fr)
}

.download-buttons__card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center
}

.download-buttons__card:not(:last-child) {
    margin-right: 4px;
    border-right: 1px solid #434343;
    padding-right: 4px
}

.download-buttons__card-description {
    color: #e3e3e3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.download-buttons__card-highlighted {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px
}

.download-buttons__promo {
    display: flex;
    gap: 20px;
    margin-top: 16px;
    border-top: 1px solid #434343;
    padding-top: 16px
}

.download-buttons__promo-col {
    display: flex;
    flex-direction: column;
    flex: 1 1
}

.download-buttons__promo .bonus-v2__bonus-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .download-buttons__btns, .download-buttons__promo {
        flex-direction: column
    }

    .download-buttons__promo .bonus-v2__bonus-text {
        font-size: 19px;
        line-height: 30px
    }
}

.mobile-button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    gap: 16px;
    padding: 8px 16px;
    background: rgba(23, 23, 22, .9);
    backdrop-filter: blur(2px);
    z-index: 998
}

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

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

.mobile-button__control {
    color: #171716;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 0;
    justify-content: center;
}

.mobile-button__control > svg {
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.mobile-button__promo {
    position: relative;
    width: 64px;
    min-width: 64px;
    height: auto
}

.mobile-button__promo svg {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: auto
}

.promo-popup {
    display: none;
    flex-direction: column;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(23, 23, 22);
    padding: 12px;
    z-index: 999
}

.promo-popup._active {
    display: flex
}

.promo-popup__col {
    display: flex;
    align-items: flex-start
}

.promo-popup__col:not(:last-child) {
    margin-bottom: 12px
}

.promo-popup__col._border-bottom {
    padding-bottom: 12px;
    border-bottom: 1px solid #423f3b
}

.promo-popup__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    text-align: left
}

.promo-popup__description {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 12px 0;
    text-align: left
}

.promo-popup__description span {
    color: #ffe000;
    font-weight: 500
}

.promo-popup__buttons {
    align-items: center;
    gap: 12px
}

.promo-popup .bonus-v2__promo-code {
    align-items: center;
    margin-top: 0
}

.promo-popup .bonus-v2__promo-code .bonus-v2__value {
    text-align: left
}

.promo-popup__button {
    color: #171716;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: unset;
    min-width: unset;
    padding-bottom: 14px;
    text-align: center;
    justify-content: center
}

.promo-popup__button._ico {
    justify-content: space-between;
    padding: 10px 8px 10px 12px;
    text-align: left
}

.promo-popup__button:last-child {
    background-color: #fff
}

.promo-popup__close {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 7px;
    border: 1px solid #423f3b;
    padding: 12px;
    margin-left: 16px;
    background: 0 0;
    color: #e3e3e3;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px
}

.providers {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px
}

.providers__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #292621;
    border-radius: 8px
}

.providers__item > img {
    margin: 12px 12px 4px 12px
}

.providers__providers_title {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 12px 12px 12px
}

.providers__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #e6e7e8;
    padding: 12px;
    border-radius: 8px;
    width: 100%
}

.providers__body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px
}

.providers__caption {
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    text-align: center
}

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

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

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

.wp-block-table {
    border-radius: 12px;
    border: 1px solid #a2a2a3;
    padding: 0;
}

.wp-block-table table {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: unset;
    overflow: unset;
	table-layout: auto;
    width: 100%;
}

.wp-block-table table td:first-child {
    border-left: none
}

.wp-block-table table td,
.wp-block-table table th {
	min-width: 300px;
}

.wp-block-table table td:first-child,
.wp-block-table table th:first-child {
	min-width: 200px;
}

.wp-block-table table td:last-child {
    border-right: none
}

.wp-block-table table tr:first-child td {
    border-top: none
}

.wp-block-table table tr:last-child td {
    border-bottom: none
}

.payments-table {
    border-radius: 12px;
    border-bottom: 1px solid #f0efef;
    padding: 0;
    overflow: auto
}

.payments-table table {
    border-bottom: none
}

.payments-table tr:nth-last-child(2) .payments-table__cell--image-name {
    border-bottom: none
}

.payments-table tr:last-child .payments-table__cell {
    border-bottom: none
}

.pros {
    border: none;
    overflow: auto;
    border: 1px solid #00000030;
}

.pros.wp-block-table table tr:first-child td:first-child {
    border-top-left-radius: unset
}

.pros.wp-block-table table tr:first-child td:last-child {
    border-top-right-radius: unset
}

.pros table {
    border-radius: 16px;
    table-layout: fixed;
    overflow: hidden
}

.pros table td {
    vertical-align: top
}

@media (max-width: 500px) {
    .pros {
        overflow: auto
    }

    .pros table {
        min-width: 600px
    }
}

.bets {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 16px
}

.bets__item {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 0 8px;
    border-radius: 12px;
    border: 1px solid #f0efef
}

.bets__head {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px;
    grid-column: 1/5;
    border-bottom: 1px solid #f0efef;
    margin: 0
}

.bets__player {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px
}

.bets__player_1 {
    margin-left: 12px
}

.bets__player_2 {
    margin-right: 12px
}

.bets__player-name {
    overflow: hidden;
    color: #949494;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 0
}

.bets__player, .bets__result {
    margin-top: 12px;
    margin-bottom: 12px;
    align-self: center
}

.bets__result {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    grid-column: span 2
}

.bets__result-caption {
    color: red;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0
}

.bets__score {
    display: flex;
    align-items: center;
    gap: 4px
}

.bets__score-inner {
    color: #171716;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0
}

.bets__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    grid-column: span 2;
    color: #8d8d8d;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border: none;
    border-radius: 8px;
    padding: 8px;
    background: #f5f4f1;
    cursor: pointer
}

.bets__button:hover {
    opacity: .7
}

.bets__button span {
    color: #3190c7;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px
}

.bets__button_1 {
    margin: 0 0 12px 12px
}

.bets__button_2 {
    margin: 0 12px 12px 0
}

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

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

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

.lang-switch {
    position: relative;
    order: 3;
    margin: 0 20px 0 auto
}

.lang-switch__current {
    display: flex;
    padding: 4px 0 4px 4px;
    align-items: center;
    gap: 2px;
    border-radius: 3px;
    background: #313131
}

.lang-switch__current img, .lang-switch__link img {
    min-width: 36px;
    height: auto;
    border-radius: 3px;
    overflow: hidden
}

.lang-switch__list {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    display: none;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 7px;
    background: #fff;
    min-width: 162px;
    z-index: 900
}

@media (min-width: 1024px) {
    .lang-switch:hover .lang-switch__list, .lang-switch__list:hover {
        display: flex
    }
}

@media (max-width: 1024px) {
    .lang-switch._active .lang-switch__list {
        display: flex
    }
}

.lang-switch__list:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 20px
}

.lang-switch__item:not(:last-child) {
    border-bottom: 1px solid #f0efef
}

.lang-switch__item._current, .lang-switch__link {
    display: flex;
    align-items: center;
    gap: 0 6px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px;
    text-decoration: none
}

.lang-switch__link:hover {
    background-color: rgba(0, 0, 0, .05)
}

.lang-switch__item:first-child .lang-switch__item._current, .lang-switch__item:first-child .lang-switch__link {
    padding-top: 16px
}

.lang-switch__item:first-child:last-child .lang-switch__item._current, .lang-switch__item:first-child:last-child .lang-switch__link {
    padding-bottom: 16px
}

.lang-switch__item .lang-switch__link:after, .lang-switch__item._current:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    border: 6px solid #e3e3e3;
    background-color: #e3e3e3;
    margin-left: auto
}

.lang-switch__item._current:after {
    border-color: #009e69;
    background-color: #fff
}

@media (max-width: 1023px) {
    .lang-switch__list {
        left: unset;
        right: 0
    }
}

/*body.home main, body:not(.home) .breadcrumbs {*/
/*    margin-top: 68px*/
/*}*/

/*@media (max-width: 1023px) {*/
/*    body.home main, body:not(.home) .breadcrumbs {*/
/*        margin-top: 90px*/
/*    }*/
/*}*/

/*@media (max-width: 550px) {*/
/*    body.home main, body:not(.home) .breadcrumbs {*/
/*        margin-top: 98px*/
/*    }*/
/*}*/

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

/**/
@media (max-width: 1023px) {
    .page-id-97 .first-block-container .text-image__image {
        order: 3;
    }

    .page-id-97 .first-block-container .text-image {
        margin: 0;
    }
}